@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,500,500i,600,600i,700,700i,800|Open+Sans:400,400i,600,600i,700,700i,800&display=swap);
/* Typography
================================================== */
body {
  background: #130f0b;
  color: #555;
}

body,
p {
  font-family: "Open Sans", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased !important;
  line-height: 26px;
  font-size: 15px;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #ffffff;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased !important;
}

h1 {
  font-size: 36px;
  line-height: 48px;
}

h2 {
  font-size: 28px;
  line-height: 36px;
  text-transform: uppercase;
  letter-spacing: -1px;
}

h3 {
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}

h4 {
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: -0.2px;
}

h5 {
  font-size: 14px;
  line-height: 24px;
}

.alert .icon {
  margin-right: 15px;
}

/* Global styles
================================================== */
html {
  overflow-x: hidden !important;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  border: 0;
  margin: 0;
  padding: 0;
}

.body-inner {
	position: relative;
	overflow: hidden;
	border: 2px solid #9b6a3a;
}

.preload {
  position: fixed;
  background: #fff url(../images/preload.gif) center center no-repeat;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

a:link,
a:visited {
  text-decoration: none;
}

a {
  color: inherit;
  transition: 0.2s ease;
}

a:hover {
  text-decoration: none;
  color: #080a08;
}

a.read-more {
  color: #9b6a3a;
  font-weight: 700;
  text-transform: uppercase;
}

a.read-more:hover {
  color: #222;
}

section,
.section-padding {
  padding: 70px 0;
  position: relative;
}

.no-padding {
  padding: 0;
}

.gap-60 {
  clear: both;
  height: 60px;
}

.gap-40 {
  clear: both;
  height: 40px;
}

.gap-30 {
  clear: both;
  height: 30px;
}

.gap-20 {
  clear: both;
  height: 20px;
}

.mrb-30 {
  margin-bottom: 30px;
}

.mrb-80 {
  margin-bottom: -80px;
}

.mrt-0 {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}

.pab {
  padding-bottom: 0;
}

a:focus {
  outline: 0;
}

.ts-padding {
  padding: 60px;
}

.solid-bg {
	background: #080a08;
}

.dark-bg {
  background: #151a16;
  color: #fff;
}

.dark-bg h2,
.dark-bg h3 {
  color: #fff;
}

.solid-row {
  background: #f0f0f0;
}

.bg-overlay {
  position: relative;
}

.bg-overlay .container {
  position: relative;
  z-index: 1;
}

.bg-overlay:after {
  background-color: rgba(0, 46, 91, 0.8);
  z-index: 0;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.bg-overlay:after {
  position: relative;
}

.bg-overlay:after {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 0;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.content-hidden {
  position: absolute;
  height: 1px;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
  overflow: hidden;
}

/* Dropcap */
.dropcap {
  font-size: 48px;
  line-height: 60px;
  padding: 0 7px;
  display: inline-block;
  font-weight: 700;
  margin: 5px 15px 5px 0;
  position: relative;
  text-transform: uppercase;
}

.dropcap.primary {
  background: #9b6a3a;
  color: #fff;
}

.dropcap.secondary {
  background: #4c5f4f;
  color: #fff;
}

/* Title */
.title {
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 20px;
}

/* Title Border */
/* Section title */
.section-title {
	font-size: 18px;
	line-height: 28px;
	margin: 0;
	text-transform: uppercase;
	font-weight: 300;
	color: #9b6a3a;
}

.section-sub-title {
	font-weight: 900;
	font-size: 36px;
	line-height: 46px;
	margin: 0 0 60px;
	color: #9b6a3a;
}
@media (max-width: 575px) {
  .section-sub-title {
    font-size: 28px;
  }
}

/* Column title */
.column-title {
  margin: 0 0 40px;
}

.column-title-small {
  font-size: 20px;
  margin: 0 0 25px;
}

.glitch {
  font-size: 28px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
}

.glitch {
  animation: glitch 1000ms infinite;
}

.glitch span {
  position: absolute;
  top: 0;
  left: 0;
}

.glitch span:first-child {
  animation: glitch 650ms infinite;
  clip-path: polygon(0 60%, 100% 60%, 100% 100%, 0 100%);
  transform: translate(-0.05em, -0.025em)
}

.glitch span:last-child {
  animation: glitch 650ms infinite;
  clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
  transform: translate(0.05em, 0.025em)
}


@keyframes glitch {
  0% {
    text-shadow:
    0.05em 0 0 rgba(255,0,0,.75),
    -0.025em -0.05em 0 rgba(0,255,0,.75),
    0.025em 0.05em 0 rgba(0,0,255,.75);
  }
  14% {
    text-shadow:
    0.05em 0 0 rgba(255,0,0,.75),
    -0.025em -0.05em 0 rgba(0,255,0,.75),
    0.025em 0.05em 0 rgba(0,0,255,.75);
  }
  15% {
    text-shadow:
    -0.05em -0.025em 0 rgba(255,0,0,.75),
    0.025em 0.025em 0 rgba(0,255,0,.75),
    -0.05em -0.05em 0 rgba(0,0,255,.75);
  }
  49% {
    text-shadow:
    -0.05em -0.025em 0 rgba(255,0,0,.75),
    0.025em 0.025em 0 rgba(0,255,0,.75),
    -0.05em -0.05em 0 rgba(0,0,255,.75);
  }
  50% {
    text-shadow:
    0.025em 0.05em 0 rgba(255,0,0,.75),
    -0.025em -0.05em 0 rgba(0,255,0,.75),
    0 -0.05em 0 rgba(0,0,255,.75);
  }
  99% {
    text-shadow:
    0.025em 0.05em 0 rgba(255,0,0,.75),
    -0.025em -0.05em 0 rgba(0,255,0,.75),
    0 -0.05em 0 rgba(0,0,255,.75);
  }
  100% {
    text-shadow:
    -0.025em 0 0 rgba(255,0,0,.75),
    -0.025em -0.025em 0 rgba(0,255,0,.75),
    -0.025em -0.05em 0 rgba(0,0,255,.75);
  }
}

/* Page content title */
.page-content-title.first {
  margin-top: 0;
}

/* Video responsive */
.embed-responsive {
  padding-bottom: 56.25%;
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
}

.embed-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Input form */
.form-control {
  box-shadow: none;
  border: 1px solid #dadada;
  padding: 5px 20px;
  height: 44px;
  background: none;
  color: #959595;
  font-size: 14px;
  border-radius: 0;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #9b6a3a;
}

hr {
  background-color: #e7e7e7;
  border: 0;
  height: 1px;
  margin: 40px 0;
}

.alert hr {
  background: initial;
  margin: initial;
  border-top: 1px solid;
  height: initial;
  margin-bottom: 1rem;
  opacity: 0.2;
}

blockquote {
  padding: 25px;
  margin: 20px 0;
  background: #f9f9f9;
  position: relative;
  border-left: 3px solid #9b6a3a;
  padding-left: 40px;
}
blockquote.text-center {
  border-top: 3px solid #9b6a3a;
  border-left: 0;
  padding-left: 25px;
  padding-top: 50px;
}
blockquote.text-center:before {
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
}
blockquote.text-right {
  border-right: 3px solid #9b6a3a;
  padding-right: 40px;
  border-left: 0;
  padding-left: 25px;
}
blockquote.text-right:before {
  left: auto;
  right: 5px;
}
blockquote:before {
  content: "\f10d";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  font-size: 28px;
  color: #E5E5E5;
  top: 5px;
  left: 5px;
  font-weight: 700;
  z-index: 0;
}

blockquote p {
	font-size: 14px;
	line-height: 22px;
	position: relative;
	z-index: 1;
	font-style: italic;
	margin-bottom: 0;
	color: #9b6a3a;
}

cite {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}

/* Ul, Ol */
.list-round,
.list-arrow,
.list-check {
  list-style: none;
  margin: 0;
  padding: 0 0 0 15px;
}

.list-round li {
  line-height: 28px;
}

.list-round li:before {
  font-family: "Font Awesome 6 Free";
  content: "\f138";
  margin-right: 10px;
  color: #9b6a3a;
  font-size: 12px;
}

.list-arrow {
  padding: 0;
}

ul.list-arrow li:before {
  font-family: "Font Awesome 6 Free";
  content: "\f11b";
  margin-right: 10px;
  color: #9b6a3a;
  font-size: 16px;
  font-weight: bold;
}

ul.list-check li:before {
  font-family: "Font Awesome 6 Free";
  content: "\f00c";
  margin-right: 10px;
  color: #9b6a3a;
  font-size: 14px;
}

/* Bootstrap */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li > a:hover,
.nav-tabs > li > a {
  border: 0;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background: none;
}

.pattern-bg {
  background: #f5f5f5 url(../images/crossword.png);
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

/* Button */
.btn:active, .btn:focus {
  box-shadow: none !important;
}

.btn-primary,
.btn-dark {
  border: 0;
  border-radius: 3px;
  padding: 12px 20px 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  transition: 350ms;
  font-size: 14px;
}
@media (max-width: 767px) {
  .btn-primary,
.btn-dark {
    font-size: 13px;
  }
}

.btn-white.btn-primary {
  background: #fff;
  color: #9b6a3a;
}

.btn-primary {
  background: #9b6a3a;
}

.btn-dark {
  background: #121713;
}

.btn-primary:hover,
.btn-dark:hover,
.btn-white.btn-primary:hover {
  background: #0b0e0c;
  color: #fff;
}
.btn-primary:hover:active, .btn-primary:hover:focus,
.btn-dark:hover:active,
.btn-dark:hover:focus,
.btn-white.btn-primary:hover:active,
.btn-white.btn-primary:hover:focus {
  color: #fff;
  background-color: #0b0e0c !important;
}

.general-btn {
  margin-top: 50px;
}

/* Bootstrap */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li > a:hover,
.nav-tabs > li > a {
  border: 0;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background: none;
}

.pattern-bg {
  background: #f5f5f5 url(../images/crossword.png);
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

/* Top Bar
================================================== */
.top-bar {
	padding: 8px 0;
	background: #9b6a3a;
	position: relative;
	color: #fff;
}

/* Top info */
ul.top-info {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.top-info li {
  position: relative;
  line-height: 10px;
  display: inline-block;
  margin-left: 0;
  padding-right: 15px;
}

ul.top-info li i {
  font-size: 18px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}

ul.top-info li p.info-text {
  margin: 0;
  line-height: normal;
  display: inline-block;
  flex-direction: column;
}

/* Top social */
.top-social ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-right: -12px;
}
@media (max-width: 767px) {
  .top-social ul {
    margin-right: 0;
  }
}
.top-social ul li {
  display: inline-block;
  padding: 0;
}
.top-social ul li a {
  color: #ffffff;
  font-size: 14px;
  transition: 400ms;
  padding: 9px 12px;
}
.top-social ul li a:hover {
  color: #333;
}

/* Top bar border */
.top-bar-border {
  padding: 8px 20px 8px;
  border-bottom: 1px solid #ddd;
}

.top-bar-border ul.top-info {
  color: #707070;
  font-weight: 400;
}

.top-bar-border .top-social li a {
  color: #fff;
}

.top-bar-border ul.top-info li i {
  color: #9b6a3a;
}

/* Header area
================================================== */
.header {
  background: #fff;
  position: relative;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}
.navbar-fixed {
  z-index: 9999;
  position: fixed;
  width: 100%;
  top: 0;
}

.header-two {
  background: #080a08;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  padding: 15px 0;
}
.header-two .navbar-fixed {
	background-color: #080a08;
}

ul.navbar-nav > li > a {
  padding: 15px 0 !important;
  color: #fff;
}

@media (max-width: 991px) {
  ul.navbar-nav > li > a {
    padding: 1px 0 !important;
  }
  .navbar-nav {
    margin-bottom: 15px;
  }
}
ul.navbar-nav > li:hover > a,
ul.navbar-nav > li.active > a {
  color: #9b6a3a !important;
}

/*-- Logo --*/
.logo img {
  width: auto;
  height: 35px;
}

.header-two .logo img {
  height: 30px;
}

/* header right */
.header-right {
  float: right;
}

ul.top-info-box {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}
@media (max-width: 767px) {
  ul.top-info-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
  }
}

ul.top-info-box li {
  position: relative;
  float: left;
  margin-left: 0;
  border-right: 1px solid #dedede;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 25px;
  margin-right: 25px;
}
@media (max-width: 767px) {
  ul.top-info-box li {
    border: 0;
    text-align: center;
    margin: 0;
    flex: 0 0 50%;
    padding: 0;
    margin-top: 10px;
  }
}
@media (max-width: 400px) {
  ul.top-info-box li {
    border: 0;
    text-align: center;
    margin: 0;
    flex: 0 0 100%;
    margin-top: 15px;
  }
}

ul.top-info-box li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

ul.top-info-box li.last {
  border-right: 0;
}

ul.top-info-box li .info-box span.info-icon {
  font-size: 20px;
  display: inline-block;
  text-align: center;
  margin: 2px 5px 0 0;
  position: relative;
}

ul.top-info-box li .info-box .info-box-content {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  flex-direction: column;
}

ul.top-info-box li .info-box .info-box-title {
  font-size: 14px;
  margin-bottom: 8px;
  line-height: normal;
}

ul.top-info-box li .info-box .info-box-subtitle {
  margin: 0;
  line-height: normal;
  font-size: 15px;
  font-weight: 700;
  color: #0b0e0c;
}

/*-- Search start --*/
ul.top-info-box > li.nav-search {
  cursor: pointer;
  padding-left: 30px;
  margin-left: 30px;
}

ul.top-info-box > li.nav-search:before {
  position: absolute;
  content: "";
  background: #ddd;
  left: 0;
  width: 1px;
  height: 40px;
  top: 50%;
  margin-top: -10px;
}

ul.top-info-box > li.nav-search i {
  font-size: 20px;
  top: 10px;
  position: relative;
  cursor: pointer;
  color: #999;
}

/* Main navigation */
.navbar-toggler {
  float: left;
  margin-top: 10px;
  padding: 12px;
}

.navbar {
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
}

.navbar-toggler {
  margin: 10px 0;
  padding: 6px;
  border-radius: 0;
  font-size: 1rem;
  background: #9b6a3a;
}
.navbar-toggler:focus {
  outline: 0;
}

.navbar-dark .navbar-toggler-icon,
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

ul.navbar-nav > li:hover > a,
ul.navbar-nav > li.active > a {
  color: #9b6a3a;
  position: relative;
}

ul.navbar-nav > li {
  padding: 0 13px;
  position: relative;
}
@media (max-width: 1200px) {
  ul.navbar-nav > li {
    padding: 0 9px;
  }
  ul.navbar-nav > li .nav-link {
    font-size: 12px;
  }
}

.header-two .navbar-nav > .header-get-a-quote {
  top: -4px;
}

@media (max-width: 991px) {
  .header-two ul.navbar-nav > li {
    padding: 0;
    width: 100%;
  }
}

ul.navbar-nav > li:last-child {
  padding-right: 0;
}

ul.navbar-nav > li:last-child:after {
  background: none;
}

ul.navbar-nav > li > a:hover,
ul.navbar-nav > li > a:focus {
  background: none;
}

ul.navbar-nav > li > a i {
  font-weight: 700;
}

@media (max-width: 991px) {
  ul.navbar-nav > li > a i {
    float: right;
    background: #222;
    padding: 6px 10px;
    margin-top: 7px;
  }
  .header-two ul.navbar-nav > li > a i {
    color: #fff;
  }
  .header-two ul.navbar-nav > li.active > a i,
.header-two ul.navbar-nav > li > a.active i {
    color: #9b6a3a;
  }
}
ul.navbar-nav > li > a:after,
ul.navbar-nav > li > a:after {
  display: none;
}

ul.navbar-nav > li > a {
  font-family: "Montserrat", sans-serif;
  color: #fff !important;
  text-rendering: optimizeLegibility;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: -0.2px;
  font-size: 14px;
  margin: 0;
  line-height: 40px;
  padding: 30px 0;
  transition: 350ms;
}

.navbar-light ul.navbar-nav > li > a {
  color: #ffffff !important;
  font-size: 13px;
}

/* Dropdown */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -2px;
  border-radius: 0;
}

.dropdown-submenu > a:after {
  display: block;
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  float: right;
  margin-top: 0;
  margin-right: -5px;
  border: 0;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.dropdown-menu {
  text-align: left;
  background: #fff;
  z-index: 100;
  min-width: 200px;
  border-radius: 0;
  border: 0;
  border-top: 2px solid #9b6a3a;
  padding: 0 20px;
  margin: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
@media (max-width: 991px) {
  .dropdown-menu {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
  }
}

.dropdown-menu-large {
  min-width: 400px;
}

.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.dropdown-menu-large > li > ul > li > a {
  padding-left: 0;
}

.dropdown-menu-large > li > ul > li.active > a {
  color: #9b6a3a !important;
}

.navbar-nav > li > .dropdown-menu a {
  background: none;
}

.dropdown-menu li a {
  font-family: "Montserrat", sans-serif;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  padding: 15px 0;
  letter-spacing: 0.3px;
  border-bottom: 1px solid #e5e5e5;
  color: #333333;
}
@media (max-width: 991px) {
  .dropdown-menu li a {
    padding: 12px 0;
  }
}

.dropdown-menu li:last-child > a {
  border-bottom: 0;
}

.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
  color: #9b6a3a;
}

@media (min-width: 991px) {
  ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
  }
}
@media (min-width: 991px) {
  ul.nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
    left: 100%;
    top: 0;
    display: none;
  }
  ul.nav li.dropdown ul.dropdown-menu li.dropdown-submenu:hover .dropdown-menu {
    display: block;
  }
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > .dropdown-menu > .active > a {
  background: none;
  color: #9b6a3a;
}

/*-- Nav Search start --*/
.site-navigation .container,
.search-area {
  position: relative;
}

.search-area {
  min-height: 70px;
  padding-right: 0;
}

.nav-search {
  position: absolute;
  cursor: pointer;
  top: 22px;
  right: 18px;
  color: #999;
}
@media (max-width: 991px) {
  .nav-search {
    top: 17px;
  }
}

.search-block {
  background-color: rgba(0, 0, 0, 0.65);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: none;
  padding: 10px;
  position: absolute;
  right: 15px;
  top: 100%;
  width: 300px;
  z-index: 10;
  margin-top: 0;
}
@media (max-width: 991px) {
  .search-block {
    top: 58px;
  }
}

.search-block .form-control {
  background-color: #222;
  border: none;
  color: #fff;
  width: 100%;
  height: 40px;
  padding: 0 12px;
}

.search-block .search-close {
  color: #999;
  position: absolute;
  top: -53px;
  right: -4px;
  font-size: 32px;
  cursor: pointer;
  background: #121713;
  padding: 5px;
}
@media (max-width: 991px) {
  .search-block .search-close {
    top: -46px;
  }
}

.search-area .nav-search {
  top: 23px;
}

.search-area .search-block .search-close {
  top: -50px;
}

.search-area .search-block {
  right: 0;
}

/* Get a quote */
.header-get-a-quote .btn-primary {
  padding: 12px 25px !important;
  font-size: 13px;
  border-radius: 3px;
  line-height: normal;
  text-transform: capitalize;
  color: #fff;
  margin-top: 5px;
}
@media (max-width: 1200px) {
  .header-get-a-quote .btn-primary {
    padding: 12px !important;
  }
}
@media (max-width: 991px) {
  .header-get-a-quote .btn-primary {
    padding: 12px 30px !important;
  }
}

.header-get-a-quote .btn-primary:hover {
  background: #182019;
  color: #9b6a3a !important;
}

ul.navbar-nav > li.header-get-a-quote:hover > a:after {
  position: relative;
  content: no-close-quote;
}

/*-- Main slide --*/
.banner-carousel .banner-carousel-item {
  height: 700px;
  color: #fff;
  background-position: 50% 50%;
  background-size: cover;
}
@media (max-width: 991px) {
  .banner-carousel .banner-carousel-item {
    height: 550px;
  }
}
@media (max-width: 575px) {
  .banner-carousel .banner-carousel-item {
    height: 450px;
  }
}

.slider-content {
  position: relative;
  height: 100%;
  width: 100%;
}

.slide-title-box {
  font-size: 16px;
  line-height: 39px;
  background: #9b6a3a;
  color: #fff;
  display: inline-block;
  padding: 0 15px;
  margin: 0 0 10px;
}

.slide-title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  color: #fff;
  margin: 20px 0 10px;
}
@media (max-width: 991px) {
  .slide-title {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .slide-title {
    font-size: 16px;
  }
}

.slide-sub-title {
  font-style: normal;
  font-size: 60px;
  line-height: 58px;
  margin: 20px 0;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -1px;
}
@media (max-width: 991px) {
  .slide-sub-title {
    font-size: 46px;
  }
}
@media (max-width: 575px) {
  .slide-sub-title {
    font-size: 30px;
    line-height: 30px;
  }
}

.slider-text {
  display: table;
  vertical-align: bottom;
  color: #fff;
  padding-left: 40%;
  width: 100%;
  padding-bottom: 0;
  padding-top: 20px;
}

.slider-text .slide-head {
  font-size: 36px;
  color: #496b52;
  position: relative;
}

.slider-img {
  display: block;
  position: absolute;
  top: -80px;
  left: 20%;
  width: 314px;
  max-height: 100%;
}

.slider-img img {
  display: block;
  position: relative;
  max-height: 100%;
  width: auto;
}

.slider.btn {
  margin: 15px 5px 0;
  border: 2px solid transparent;
}
@media (max-width: 575px) {
  .slider.btn {
    font-size: 12px;
  }
}

.slider.border {
  background: none;
  border: 2px solid #9b6a3a !important;
}

.slider.border:hover {
  background: #9b6a3a;
  border: 2px solid transparent;
}

/* Carousel control */
.banner-carousel .carousel-control {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  transform: translateY(-50%);
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  text-shadow: none;
  transition: all 0.25s ease;
  padding: 0;
  outline: 0;
  border: 0;
}
@media (max-width: 575px) {
  .banner-carousel .carousel-control {
    display: none !important;
  }
}

.banner-carousel .slick-dots {
  opacity: 0;
  filter: alpha(opacity=0);
  bottom: 60px;
}

.slick-dots li button::before {
  font-size: 12px;
}
.slick-dots li button:hover:before, .slick-dots .slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #9b6a3a;
}

.slick-slide {
  outline: 0;
}

.banner-carousel:hover .carousel-control,
.banner-carousel:hover .carousel-control,
.banner-carousel:hover .slick-dots {
  opacity: 1;
  filter: alpha(opacity=100);
}

.banner-carousel .carousel-control.left {
  left: 20px;
}

.banner-carousel .carousel-control.right {
  right: 20px;
}

.banner-carousel .carousel-control i {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  line-height: 58px;
  width: 60px;
  height: 60px;
  font-size: 22px;
  border-radius: 0;
  transition: all 500ms ease;
}

.banner-carousel .carousel-control i:hover {
  background: #9b6a3a;
  color: #fff;
}

/*-- Animation */
.banner-carousel [data-animation-in] {
  opacity: 0;
}

/* slick Box slider */
.box-slider-content {
	top: 50%;
	padding: 0;
	position: absolute;
	width: 100%;
	transform: translateY(-50%);
	left: 25%;
}
@media (max-width: 767px) {
  .box-slider-content {
    top: auto;
    transform: translateY(0);
    left: 13px;
    bottom: 20px;
    width: calc(100% - 40px);
  }
}

.box-slider-text {
  background: #0b0e0c;
  background: rgba(0, 0, 0, 0.65);
  display: inline-block;
  padding: 20px 30px;
  max-width: 650px;
}

.box-slide-title {
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  color: #fff;
}
@media (max-width: 767px) {
  .box-slide-title {
    font-size: 16px;
  }
}

.box-slide-sub-title {
  font-size: 36px;
  margin: 8px 0 10px;
  color: #fff;
}
@media (max-width: 767px) {
  .box-slide-sub-title {
    font-size: 26px;
  }
}

.box-slide-description {
  color: #fff;
}
@media (max-width: 767px) {
  .box-slide-description {
    font-size: 15px;
  }
}

.box-slider-text .btn {
  padding: 10px 20px;
}

.box-slide.owl-theme .owl-controls {
  margin: -20px;
}

/* News
================================================== */
.call-to-action {
  background-color: #182019;
  padding: 30px;
}

.news-to-action-title {
  color: #fff;
  margin: 0;
  padding: 25px 0;
  line-height: normal;
  font-size: 22px;
  text-transform: capitalize;
}

/* Action style box */
.News-to-action-box {
	margin-top: -62px;
	/* background: #fff; */
	/* clip-path: polygon(11% 0%, 89% 0%, 100% 100%, 0% 100%); */
	/* padding: 15px; */
}
.News-to-action-box .action-style-box {
	background: #9b6a3a;
	padding: 30px;
	/* border-radius: 60px; */
	clip-path: polygon(5% 0, 95% 0, 100% 50%, 100% 100%, 0 100%, 0% 50%);
}
.action-title {
  color: #fff;
  margin: 0;
  line-height: 36px;
  font-size: 18px;
  text-transform: uppercase;
}
.action-style-box{
  position: relative;
  z-index: 2;
}
 

/* Jackpot
================================================== */

.jackpot_info {
  font-size: 66px;
}
.jack_pot i{
  color: #9b6a3a;
  font-size: 60px;
}
.jack_pot h2{
  color: #9b6a3a;
}
.jack_pot h6{
  color: #9b6a3a;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jackpot_info {
    font-size: 62px;
  }
  .dollar {
    line-height: 95px !important;
    width: 105px !important;
    height: 105px !important;
    font-size: 95px !important;
  }
}
@media only screen and (max-width: 767px) {
  .jackpot_info {
    font-size: 24px;
  }
  .dollar {
    line-height: 47px !important;
    width: 50px !important;
    height: 50px !important;
    font-size: 47px !important;
    margin-top: 0px !important;
  }
}
.dollar {
	color: #ffffff;
	background: #9b6a3a;
	/* padding: 30px 20px; */
	border-radius: 50%;
	margin-left: 5px;
	line-height: 103px;
	/* font-size: 134px; */
	width: 112px;
	height: 112px;
	font-size: 100px;
	display: block;
	margin-top: 16px;
}
.odometer.odometer-auto-theme, .odometer.odometer-theme-slot-machine {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-slot-machine .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-slot-machine .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-slot-machine .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-slot-machine .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-slot-machine .odometer-digit .odometer-ribbon-inner {
  display: block;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-slot-machine .odometer-digit .odometer-value {
  display: block;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-slot-machine .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-slot-machine.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-slot-machine.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-slot-machine.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-slot-machine.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-slot-machine {
	/* -webkit-border-radius: 0.34em; */
	/* border-radius: 6.34em; */
	/* background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmYwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmYTUwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); */
	background-size: 100%;
	/* background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffff00), color-stop(100%, #ffa500)); */
	/* background-image: -moz-linear-gradient(#ffff00, #ffa500); */
	/* background-image: -webkit-linear-gradient(#ffff00, #ffa500); */
	/* background-image: linear-gradient(#ffff00, #ffa500); */
	/* background-color: #fc0; */
	font-family: "Rye", monospace;
	padding: 0.15em;
	color: #9b6a3a;
	line-height: 1.35em;
	/* border: 0.03em solid #080a08; */
	-webkit-text-stroke: 0.05em #080a08;
	border-radius: 0px 20px 20px 0px;
  background: #130f0b;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-slot-machine .odometer-digit {
  -moz-box-shadow: inset 0 0 0.1em rgba(0, 0, 0, 0.5), 0 0 0 0.03em #fff, 0 0 0 0.05em rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 0.1em rgba(0, 0, 0, 0.5), 0 0 0 0.03em #fff, 0 0 0 0.05em rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0.1em rgba(0, 0, 0, 0.5), 0 0 0 0.03em #fff, 0 0 0 0.05em rgba(0, 0, 0, 0.2);
  -moz-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  border-radius: 0.2em;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIvPjxzdG9wIG9mZnNldD0iMjAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PHN0b3Agb2Zmc2V0PSI4MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cccccc), color-stop(20%, #ffffff), color-stop(80%, #ffffff), color-stop(100%, #cccccc));
  background-image: -moz-linear-gradient(top, #cccccc 0%, #ffffff 20%, #ffffff 80%, #cccccc 100%);
  background-image: -webkit-linear-gradient(top, #cccccc 0%, #ffffff 20%, #ffffff 80%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #cccccc 0%, #ffffff 20%, #ffffff 80%, #cccccc 100%);
  border: 0.03em solid #444;
  padding: 0.1em 0.15em 0;
}
.odometer.odometer-auto-theme .odometer-digit:first-child, .odometer.odometer-theme-slot-machine .odometer-digit:first-child {
  -moz-box-shadow: inset 0.05em 0 0.1em rgba(0, 0, 0, 0.5), 0 0 0 0.03em #fff, 0 0 0 0.05em rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0.05em 0 0.1em rgba(0, 0, 0, 0.5), 0 0 0 0.03em #fff, 0 0 0 0.05em rgba(0, 0, 0, 0.2);
  box-shadow: inset 0.05em 0 0.1em rgba(0, 0, 0, 0.5), 0 0 0 0.03em #fff, 0 0 0 0.05em rgba(0, 0, 0, 0.2);
}
.odometer.odometer-auto-theme .odometer-digit:last-child, .odometer.odometer-theme-slot-machine .odometer-digit:last-child {
  -moz-box-shadow: inset -0.05em 0 0.1em rgba(0, 0, 0, 0.5), 0 0 0 0.03em #fff, 0 0 0 0.05em rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset -0.05em 0 0.1em rgba(0, 0, 0, 0.5), 0 0 0 0.03em #fff, 0 0 0 0.05em rgba(0, 0, 0, 0.2);
  box-shadow: inset -0.05em 0 0.1em rgba(0, 0, 0, 0.5), 0 0 0 0.03em #fff, 0 0 0 0.05em rgba(0, 0, 0, 0.2);
}
.odometer.odometer-auto-theme .odometer-digit + .odometer-digit, .odometer.odometer-theme-slot-machine .odometer-digit + .odometer-digit {
  margin-left: 0.15em;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-slot-machine .odometer-digit .odometer-digit-inner {
  padding-top: 0.08em;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-slot-machine .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-slot-machine .odometer-digit .odometer-value.odometer-last-value {
  left: 0;
  right: 0;
  text-align: center;
}

/* Intro
================================================== */
/* Intro */
.ts-intro {
  padding-right: 20px;
}

.into-title {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 18px;
  line-height: normal;
  margin: 0;
  color: #9b6a3a;
}

.into-sub-title {
	font-weight: 900;
	text-transform: uppercase;
	font-size: 32px;
	line-height: normal;
	margin: 10px 0;
	color: #9b6a3a;
}

/*-- Featured Tab --*/
.featured-tab {
  padding-left: 15px;
}

.featured-tab .nav-tabs {
  border: 0;
}

.featured-tab .nav-tabs > li > a {
  font-family: "Roboto Slab", serif;
  background: #182019;
  color: #fff;
  text-shadow: none;
  font-weight: 700;
  border-radius: 0;
  text-transform: uppercase;
  line-height: 50px;
  margin: 0 1px 20px;
  padding: 0 20px;
  border: 0 !important;
  transition: all 300ms ease;
}

.featured-tab .tab-content {
  border-top: 0;
  padding: 0;
  overflow: hidden;
}

.featured-tab .nav.nav-tabs {
  margin-bottom: 10px;
}

.featured-tab .nav-tabs > li.active > a {
  color: #fff;
  background: #9b6a3a;
  position: relative;
}

.featured-tab .nav-tabs > li.active > a:after {
  position: absolute;
  content: " ";
  width: auto;
  height: auto;
  bottom: -20px;
  left: 50%;
  border-width: 10px;
  border-style: solid;
  border-color: #9b6a3a rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  transform: translateX(-50%);
}

.featured-tab .lead {
  font-size: 18px;
  line-height: 28px;
  color: #303030;
  font-weight: 400;
}

.featured-tab .tab-pane img.pull-left {
  margin: 0 30px 10px 0;
}

.featured-tab .tab-pane img.pull-right {
  margin: 0 0 0 30px;
}

.featured-tab .tab-icon i {
  font-size: 230px;
}

.tab-image-content {
  padding-left: 0;
}

.featured-tab .border-title.border-left {
  display: inline-block;
  margin-bottom: 25px;
  font-size: 20px;
}

/* Tab services */
.featured-tab.tab-services .nav-tabs > li > a {
  font-size: 14px;
  padding: 0 21px;
  text-transform: capitalize;
}

.featured-tab.tab-services .nav.nav-tabs {
  margin-bottom: 20px;
}

/* Facts
================================================== */
.facts-wrapper {
  text-align: center;
}

.facts-wrapper .ts-facts {
  color: #fff;
}

.ts-facts .ts-facts-icon i {
  font-size: 42px;
  color: #9b6a3a;
}

.ts-facts .ts-facts-content .ts-facts-num {
  color: #fff;
  font-size: 44px;
  margin: 30px 0 20px;
}

.ts-facts .ts-facts-content .ts-facts-title {
  font-size: 16px;
  color: #9b6a3a;
  margin: 0;
}

/* Services
================================================== */
/* Service box */
.ts-service-box .ts-service-icon i {
  font-size: 36px;
  float: left;
  color: #9b6a3a;
}

.ts-service-box .ts-service-box-content {
  margin-left: 62px;
  margin-bottom: 30px;
}

.tab-content .ts-service-box .ts-service-box-content {
  margin-left: 90px;
}

.ts-service-box .ts-service-box-content h3 {
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 28px;
	color: #fff;
}

.ts-service-box .ts-service-box-info {
  margin-left: 25px;
  margin-bottom: 40px;
}

.service-box-title {
  font-size: 16px;
  margin: 0 0 10px;
}
.service-box-title a {
	color: #9b6a3a;
}
.service-box-title a:hover {
  color: #9b6a3a;
}

/* Service box bg */
.ts-service-box-bg {
  background: #151a16;
  color: #fff;
  padding: 30px;
}

.ts-service-box-bg h4,
.ts-service-box-bg h3 {
  color: #fff;
}

/* Service box 

.ts-service-box .ts-service-icon i {
  font-size: 24px;
  float: left;
  color: #fff;
  background: $color-primary;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}

.ts-service-box .ts-service-box-content {
  margin-left: 80px;
  margin-bottom: 30px;
}

.tab-content .ts-service-box .ts-service-box-content {
  margin-left: 90px;
}

.ts-service-box .ts-service-box-content h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.ts-service-box .ts-service-box-info {
  margin-left: 90px;
  margin-bottom: 40px;
}

.service-box-title {
  font-size: 18px;
  margin: 0 0 10px;
}

.service-box-title a {
  color: #333;
}

.service-box-title a:hover {
  color: $color-primary;
}

.service-center-img {
  padding: 0 20px;
}
*/
/* Icon squre */
.ts-service-icon.icon-round i {
  font-size: 24px;
  color: #fff;
  background: #9b6a3a;
  text-align: center;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin-bottom: 20px;
  position: relative;
  float: none;
}

/* Icon left */
.ts-service-box.icon-left .ts-service-box-icon {
  float: left;
}

.ts-service-box.icon-left .ts-service-box-icon i {
  background: #9b6a3a;
  color: #fff;
}

.ts-service-box.icon-left .ts-service-box-info {
  margin-left: 90px;
}

.ts-service-box.icon-left .ts-service-box-info h3 {
  margin-top: 0;
  margin-bottom: 5px;
}

/* Service no box */
.service-no {
  font-size: 48px;
  color: #dbdbdb;
  float: left;
  margin-top: 10px;
}

.ts-service-box-content .ts-service-box-info {
  margin-left: 90px;
}

/* Service Image */
.ts-service-image-wrapper {
  margin-bottom: 30px;
}

.ts-service-icon i {
  font-size: 28px;
  margin-right: 15px;
  margin-top: 2px;
}

.ts-service-info {
  margin-left: 30px;
}
.ts-service-info h3 {
  font-size: 16px;
}
.ts-service-info .learn-more {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.ts-service-info .learn-more:hover {
  color: #9b6a3a;
}

/* Service Classic */
.ts-service-classic .ts-service-icon i {
  font-size: 24px;
  float: left;
  color: #fff;
  background: #9b6a3a;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  transition: all 0.3s;
}

.ts-service-classic .ts-service-box-info {
  margin-left: 80px;
}

.ts-service-classic:hover .ts-service-icon i {
  background: #9b6a3a;
}

/* games area
================================================== */
/* game filter nav */
.shuffle-btn-group {
  display: inline-block;
  margin: 20px 0 50px;
  width: 100%;
  border-bottom: 3px solid #9b6a3a;
}
.shuffle-btn-group label {
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  padding: 6px 25px;
  padding-top: 10px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s;
  cursor: pointer;
  margin: 0;
}
.shuffle-btn-group label.active {
	color: #fff;
	background: #9b6a3a;
}
.shuffle-btn-group label input {
  display: none;
}

/* game shuffle Item */
.shuffle-item {
  padding: 0;
}
.shuffle-item .game-img-container {
  position: relative;
  overflow: hidden;
}
.shuffle-item .game-img-container img {
  transform: perspective(1px) scale3d(1.1, 1.1, 1);
  transition: all 400ms;
}
.shuffle-item .game-img-container:hover img {
  transform: perspective(1px) scale3d(1.15, 1.15, 1);
}
.shuffle-item .game-img-container:after {
  opacity: 0;
  position: absolute;
  content: "";
  top: 0;
  right: auto;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 400ms;
}
.shuffle-item .game-img-container:hover:after {
  opacity: 1;
}
.shuffle-item .game-img-container .gallery-popup .gallery-icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding: 5px 12px;
  background: #9b6a3a;
  color: #fff;
  opacity: 0;
  transform: perspective(1px) scale3d(0, 0, 0);
  transition: all 400ms;
}
.shuffle-item .game-img-container:hover .gallery-popup .gallery-icon {
  opacity: 1;
  transform: perspective(1px) scale3d(1, 1, 1);
}
.shuffle-item .game-img-container .game-item-info {
  position: absolute;
  top: 50%;
  margin-top: -10%;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 30px;
  z-index: 1;
}
.shuffle-item .game-img-container .game-item-info-content {
  opacity: 0;
  transform: perspective(1px) translate3d(0, 15px, 0);
  transition: all 400ms;
}
.shuffle-item .game-img-container .game-item-info-content .game-item-title {
  font-size: 20px;
}
.shuffle-item .game-img-container .game-item-info-content .game-item-title a {
  color: #fff;
}
.shuffle-item .game-img-container .game-item-info-content .game-item-title a:hover {
  color: #9b6a3a;
}
.shuffle-item .game-img-container .game-item-info-content .game-cat {
  background: #9b6a3a;
  display: inline-block;
  padding: 2px 8px;
  font-weight: 700;
  color: #080a08;
  font-size: 10px;
  text-transform: uppercase;
}
.shuffle-item .game-img-container:hover .game-item-info-content {
  opacity: 1;
  transform: perspective(1px) translate3d(0, 0, 0);
}

.general-btn .btn-primary:hover {
  background: #080a08;
}

/* game owl */
.owl-theme.game-slide {
  margin-top: 60px;
}

.game-slide .item {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.game-item img {
  width: 100%;
  max-width: auto;
  transition: all 0.6s ease 0s;
}

.game-item:hover img {
  transform: scale(1.1, 1.1);
}

.game-item-content {
  position: absolute;
  bottom: -1px;
  padding: 15px 20px;
  width: 100%;
  background: #9b6a3a;
}

.owl-theme.game-slide .owl-nav > div {
  position: absolute;
  top: -70px;
  right: 0;
  transform: translateY(-50%);
}

.game-slide .owl-nav > div {
  display: inline-block;
  margin: 0 2px;
  font-size: 20px;
  background: #9b6a3a;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.owl-theme.game-slide .owl-nav > .owl-prev {
  right: 35px;
  left: auto;
}

/* games Single page */
.game-title {
  font-size: 30px;
}

.game-info-label {
  color: #303030;
  font-weight: 700;
  font-size: 14px;
}

.game-info-content {
  font-size: 12px;
}

.game-info li {
  margin-bottom: 5px;
}

.game-link {
  margin-top: 15px;
}
.single_game_topic h3{
  color: #9b6a3a;
}
.review i {
	font-size: 25px;
	color: #9b6a3a;
}
.review p {
	font-size: 25px;
	color: #9b6a3a;
}
.project-info-label{
  color: #9b6a3a;
  font-weight: 800;
}

/* Content area
================================================== */
/* Accordion */
.accordion-group .card {
  border-radius: 0;
  margin-bottom: 10px;
  background-color: transparent;
	border: none;
}
.accordion-group .card-body {
	padding: 15px 20px;
	color: #080a08;
	background: #fff;
}
.accordion-group .card-body img {
  max-width: 100px;
  margin-bottom: 10px;
}
.accordion-group .card-header .btn {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 13px 15px;
	padding-bottom: 10px;
	background: #9b6a3a;
}
.accordion-group .card-header .btn:before {
  font-family: "Font Awesome 6 Free";
  position: absolute;
  z-index: 0;
  font-size: 14px;
  right: 16px;
  padding: 3px 8px 1px;
  text-align: center;
  border-radius: 3px;
  top: 12px;
  content: "\f107";
  font-weight: 700;
  background-color: #333;
  color: #fff;
  transition: 0.3s;
}
.accordion-group .card-header .btn[aria-expanded=true] {
  color: #fff;
}
.accordion-group .card-header .btn[aria-expanded=true]::before {
  content: "\f106";
  background-color: #9b6a3a;
}
.accordion-group.accordion-classic .card-header .btn:before {
  display: none;
}

/* Clients */
.clients-logo {
  margin: 0 0 30px;
  border: 1px solid #dadada;
  min-height: 105px;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  background: #fff;
}

/* .clients-logo img {
  filter: grayscale(100%);
  filter: gray;
} */

/* Testimonial
================================================== */
.testimonial-area {
  padding: 100px 0;
  background-color: #9b6a3a;
  background-image: url(../images/parallax2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 50%;
}

.testimonial-area .border-title,
.testimonial-area .border-sub-title {
  color: #fff;
}

.quote-item .quote-text {
	margin: 0 0 10px;
	display: inline-block;
	padding: 0 40px 30px 60px;
	background-color: #130f0b;
	position: relative;
	font-size: 16px;
	font-style: italic;
}
@media (max-width: 575px) {
  .quote-item .quote-text {
    padding: 0 40px 30px 50px;
  }
}

.quote-item .quote-text:before {
  content: "\f10d";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  font-size: 30px;
  left: 0;
  top: 0;
  font-weight: 700;
  color: #ffc009;
}

.testimonial-slide .slick-dots {
  bottom: -35px;
}

img.testimonial-thumb {
  max-width: 80px;
  float: left;
  margin-right: 20px;
  border-radius: 5px;
}

.quote-item-info {
  padding-top: 15px;
  display: inline-block;
}

.quote-author {
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 2px;
  font-weight: 700;
  display: block;
  color: #9b6a3a;
}

.quote-item-footer {
  margin-top: 0;
  margin-left: 60px;
}
@media (max-width: 575px) {
  .quote-item-footer {
    margin-left: 0;
  }
}

/* Testimonial Border */
.quote-item.quote-border .quote-text-border {
	border: 1px solid #9b6a3a;
	padding: 20px;
	position: relative;
	line-height: 28px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	background: #9b6a3a;
}

.quote-item.quote-border .quote-text-border:before {
  border: 12px solid;
  border-color: #e1e1e1 transparent transparent;
  border-top-color: #9b6a3a;
  bottom: -24px;
  position: absolute;
  content: "";
  display: block;
  height: 0;
  width: 0;
  left: 0;
  margin: 0 auto;
  right: 0;
}

.quote-item.quote-border .quote-text-border::after {
	border: 12px solid;
	border-color: #9b6a3a transparent transparent;
	bottom: -22px;
	position: absolute;
	content: "";
	display: block;
	height: 0;
	width: 0;
	left: 0;
	margin: 0 auto;
	right: 0;
}

.quote-item.quote-border .quote-item-footer {
  margin-left: 0;
  text-align: center;
  margin-top: 35px;
}

.quote-item.quote-border .quote-item-footer img.testimonial-thumb {
  float: none;
  margin: 0;
}

.quote-item.quote-border .quote-item-footer .quote-item-info {
  display: block;
}

/* Subscribe area
================================================== */
.subscribe {
  background: #9b6a3a;
  padding: 0;
}

/* Call to action */
.subscribe-call-to-acton {
  min-height: 115px;
  padding: 30px 0 0 30px;
}
@media (max-width: 575px) {
  .subscribe-call-to-acton {
    text-align: center;
    padding: 30px 0;
    min-height: auto;
  }
}

.subscribe-call-to-acton h3 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 5px;
}

.subscribe-call-to-acton h4 {
  color: #fff;
  font-size: 24px;
  margin: 0;
}

/* Newsletter */
.ts-newsletter {
  background: #151a16;
  position: relative;
  min-height: 115px;
  padding: 15px 0 0 50px;
}
@media (max-width: 767px) {
  .ts-newsletter {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .ts-newsletter {
    padding: 30px 5px 15px 5px;
    min-height: auto;
    text-align: center;
  }
}
.ts-newsletter:after {
  content: "";
  position: absolute;
  background: #151a16;
  display: block;
  width: 100%;
  height: 100%;
  right: -100%;
  top: 0;
}

.newsletter-form input {
	background: none;
	font-size: 12px;
	height: 45px;
	border: 1px solid rgba(255, 182, 0, 0.56);
}

/* News section
================================================== */
.latest-post {
  position: relative;
}

.latest-post .image-angle:before {
  border-bottom: 20px solid #f9f9f9;
}

.latest-post .post-title {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  font-weight: 600;
}

.latest-post .post-title a {
  color: #ffffff;
}
.post-title span{
  background: #9b6a3a;
  padding: 6px;
  margin-bottom: 20px;
  display: inline-block;
}

.latest-post .post-title .post_link:hover {
  color: #9b6a3a;
}
.latest-post .post-title a:hover span {
  color: #ffffff !important;
}

.latest-post-meta {
  font-size: 13px;
  text-transform: uppercase;
}

.latest-post .post-body {
	padding: 20px;
	background: #080a08;
}

/* Footer
================================================== */
/*- Footer common */
.footer {
  background-color: #0d0d0d;
  color: #fff;
}

.footer-main {
  padding: 80px 0 60px;
}

.footer .widget-title {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  margin: 0 0 30px;
  padding-left: 15px;
  text-transform: uppercase;
  color: #fff;
  border-left: 3px solid #9b6a3a;
}

/* Footer about us */
.footer-logo {
  margin-bottom: 25px;
}

/* Footer social */
.footer-social {
  margin-top: 15px;
}

.footer-social .widget-title {
  font-size: 14px;
  margin-bottom: 10px;
}

.footer-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -13px;
}
.footer-social ul li {
  display: inline-block;
}
.footer-social ul li a i {
  display: block;
  font-size: 16px;
  color: #999;
  transition: 400ms;
  padding: 10px 13px;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}
.footer-social ul li a i:hover {
  color: #9b6a3a;
}
.footer-social ul li:hover {
  color: #fff;
}

/* Links */
.footer-widget ul.list-arrow li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 8px 0;
}

.footer-widget ul.list-arrow li:last-child {
  border-bottom: 0;
}

.footer-widget ul.list-arrow li a,
.footer-widget ul.list-arrow li:before {
  color: #ffffff;
}

.footer-widget ul.list-arrow li:hover a,
.footer-widget ul.list-arrow li:hover {
  color: #9b6a3a;
}

.working-hours {
  padding-right: 10px;
}

.working-hours .text-right {
  float: right;
}

/*-- Copyright --*/
.copyright {
  background: #9b6a3a;
  color: #0b0e0c;
  padding: 25px 0;
  position: relative;
  z-index: 1;
  font-weight: 600;
  font-size: 12px;
}

.footer-menu ul li {
  display: inline-block;
  line-height: 12px;
  padding-left: 15px;
}

.footer-menu ul.nav li a {
  background: none;
  color: #0b0e0c;
  padding: 0;
}

.footer-menu ul li a:hover {
  color: #fff;
}

#back-to-top {
  right: 40px;
  top: auto;
  z-index: 10;
  display: none;
}
#back-to-top .btn:focus {
  outline: 0;
  box-shadow: none;
}
@media (max-width: 767px) {
  #back-to-top {
    right: 15px;
  }
}

#back-to-top.position-fixed {
  bottom: 20px;
}

#back-to-top .btn.btn-primary {
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 3px;
  color: #9b6a3a;
  font-weight: 700;
  font-size: 16px;
  padding: 0;
}
@media (max-width: 767px) {
  #back-to-top .btn.btn-primary {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
  }
}

#back-to-top .btn.btn-primary:hover {
  color: #fff;
}

/* Sub Pages
================================================== */
/*-- Title border --*/
.main-container .border-left {
  margin-bottom: 30px;
}

/*-- Banner --*/
.banner-carousel{
  clip-path: polygon(50% 0%, 100% 0, 100% 92%, 91% 100%, 9% 100%, 0 90%, 0 0);
}
.banner-area {
  position: relative;
  min-height: 300px;
  color: #fff;
  background-position: 50% 50%;
  background-size: cover;
}

.banner-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 58px;
  font-weight: 900;
}
@media (max-width: 767px) {
  .banner-title {
    font-size: 48px;
  }
}
@media (max-width: 575px) {
  .banner-title {
    font-size: 32px;
  }
}

.banner-text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
  z-index: 1;
  transform: translateY(-50%);
}

.banner-heading {
  text-align: center;
}

.breadcrumb {
  padding: 0;
  background: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
}
.breadcrumb li a,
.breadcrumb .breadcrumb-item,
.breadcrumb li a:focus,
.breadcrumb li a:hover {
  color: #fff !important;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

/*-- About us page --*/
/* Slider pages */
.page-slider .carousel-control {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  transform: translateY(-50%);
  background-color: transparent;
  text-shadow: none;
  transition: all 0.25s ease;
  padding: 0;
  outline: 0;
  border: 0;
}
.page-slider .carousel-control.left {
  left: 0;
}
.page-slider .carousel-control.right {
  right: 0;
}
.page-slider .carousel-control i {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  line-height: 70px;
  width: 40px;
  height: 70px;
  font-size: 22px;
  border-radius: 0;
  transition: all 500ms ease;
}
.page-slider .carousel-control i:hover {
  background: #9b6a3a;
  color: #fff;
}

.page-slider.small-bg .item {
  min-height: 330px;
  background-size: cover;
}



.page-slider.small-bg .box-slider-text {
  background: rgba(0, 0, 0, 0.55);
  padding: 5px 20px;
}

.page-slider.small-bg .box-slide-title {
  font-size: 28px;
  color: #fff;
  font-weight: 900;
}

/*-- Get a quote page --*/
.page-quote-form {
  background: #f2f2f2;
  padding: 30px 50px 50px;
}

.get-a-quote-img {
  margin-bottom: -190px;
}

/*-- Partners carousel --*/
.partner-logo {
  border: 1px solid #eee;
  padding: 20px;
  margin-top: 40px;
  margin-bottom: 10px;
}

.partner-logo img {
  transition: 350ms;
  opacity: 0.6;
  filter: grayscale(100%);
}

.partner-logo:hover img {
  opacity: 1;
  filter: grayscale(0%);
}

#partners-carousel .partner-logo {
  border: 0;
  border-right: 1px solid #eee;
  padding: 0 15px;
  margin-top: 20px;
}

#partners-carousel .partner-logo.last {
  border-right: 0;
}

/*-- Team page --*/
.team-slide .slick-slide {
  margin-left: 25px;
  padding-bottom: 60px;
}
.team-slide .slick-list {
  margin-left: -25px;
}
.team-slide .carousel-control {
  position: absolute;
  bottom: 0;
  left: 50%;
  border: 0;
  background-color: #ddd;
  height: 37px;
  width: 37px;
  border-radius: 4px;
  transition: 0.3s;
  z-index: 6;
}
.team-slide .carousel-control:hover {
  background-color: #9b6a3a;
  color: #fff;
}
.team-slide .carousel-control.left {
  transform: translateX(calc(-50% - 25px));
}
.team-slide .carousel-control.right {
  transform: translateX(calc(-50% + 25px));
}
.team-slide .carousel-control.slick-disabled {
  opacity: 0.4;
}
.team-slide .carousel-control.slick-disabled:hover {
  background-color: #ddd;
  color: #080a08;
}
.ts-team-wrapper {
	position: relative;
	overflow: hidden;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
}
.shadow{
  box-shadow: 0px 0px 7px 9px #9b6a3a !important;
}
.team-img-wrapper {
  overflow: hidden;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}
.ts-team-wrapper:hover
.team-img-wrapper img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.team-img-wrapper img {
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}
.ts-team-wrapper .ts-team-content {
  position: absolute;
  top: 76%;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px 25px;
  margin-top: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  transition: 350ms;
}
@media (max-width: 1200px) {
  .ts-team-wrapper .ts-team-content {
    top: 72%;
  }
}
@media (max-width: 575px) {
  .ts-team-wrapper .ts-team-content {
    text-align: center;
  }
}
.ts-team-wrapper .ts-name {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 3px;
  line-height: normal;
  color: #9b6a3a;
}
.ts-team-wrapper .ts-designation {
  color: #fff;
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: 700;
}
.ts-team-wrapper .team-social-icons a i {
  text-align: center;
  transition: 400ms;
}
.ts-team-wrapper:hover .ts-team-content {
  top: 0;
  padding-top: 50px;
}

/* Team Classic */
.ts-team-content-classic {
	/* margin-top: 15px; */
	background: #080a08;
	padding: 13px 11px;
}
.ts-team-content-classic .ts-name {
	font-size: 16px;
	margin-bottom: 5px;
	color: #9b6a3a;
}
.ts-team-content-classic .ts-designation {
	color: #c69d37;
	margin-bottom: 5px;
	font-weight: 600;
}
.team-social-icons a {
  color: #fff;
	background: #9b6a3a;
	padding: 2px 20px;
	text-align: center;
	/* border: 1px solid #080a08; */
}
.team-social-icons a:hover {
	background: #ffffff;
  color: #9b6a3a;
	padding: 2px 20px;
	text-align: center;
	/* border: 1px solid #080a08; */
}

/*-- Pricing table  --*/
.ts-pricing-box {
  margin: 20px 0;
  padding: 0;
  text-align: center;
  background: #f9f9f9;
}
.ts-pricing-box .ts-pricing-header {
  background: #151a16;
  color: #fff;
  position: relative;
  padding: 30px 20px;
}
.ts-pricing-box .ts-pricing-name {
  font-size: 18px;
  line-height: normal;
  margin: 0 0 5px 0;
  color: #fff;
}
.ts-pricing-box .ts-pricing-price {
  font-size: 44px;
  color: #fff;
  margin: 15px 0 0;
  display: inline-block;
}
.ts-pricing-box .ts-pricing-price > small {
  font-size: 16px;
  line-height: 16px;
  display: block;
  margin-top: 15px;
  color: #fff;
}
.ts-pricing-box .ts-pricing-features {
  padding: 15px 0;
}
.ts-pricing-box .ts-pricing-features ul {
  padding: 0 20px;
}
.ts-pricing-box .ts-pricing-features ul > li {
  padding: 20px 0;
  border-top: 1px dotted #e5e5e5;
}
.ts-pricing-box .ts-pricing-features ul > li:first-child {
  border-top: 0;
}
.ts-pricing-box .plan-action {
  padding-bottom: 40px;
}

/* Pricing featured */
.ts-pricing-box.ts-pricing-featured .ts-pricing-header {
  background: #ff9800;
}
.list-unstyled li{
  color: #080a08;
}

/* Contact Us
================================================== */
.map {
  height: 450px;
  z-index: 1;
}

.contact-info-box {
  margin-top: 20px;
}

.contact-info-box i {
  float: left;
  font-size: 24px;
  color: #9b6a3a;
}

.contact-info-box-content {
  padding-left: 40px;
}

.contact-info-box-content h4 {
  font-size: 16px;
  margin-top: 0;
  line-height: normal;
  font-weight: 700;
}

.contact-info-box-content p {
  margin-bottom: 0;
}

label {
  font-weight: 400;
}

/* Contact page 2 */
.ts-service-box.text-center .ts-service-icon.icon-squre i {
  float: none;
  margin-bottom: 20px;
}

.ts-service-box.text-center .ts-service-box-content {
  margin: 0;
}

/* News Listing
================================================== */
.post {
  border-bottom: 1px solid #dadada;
  padding: 0 0 30px;
  margin: 0 0 45px;
}

.post.last {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.post-body {
  padding: 20px 0;
}

.entry-header .entry-title {
  font-size: 24px;
  margin: 5px 0 15px;
  position: relative;
  line-height: 34px;
  text-transform: capitalize;
}

.entry-header .entry-title a {
  color: #ffffff;
}

.entry-header .entry-title a:hover {
  color: #9b6a3a;
}

.post-single .entry-header .entry-title {
  font-size: 28px;
}

/* Meta */
.post-meta {
  padding-bottom: 10px;
}

.post-meta a {
  color: #ffffff;
}

.post-meta a:hover {
  color: #9b6a3a;
}

.post-meta span {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #dadada;
  line-height: 12px;
  display: inline-block;
}

.post-meta i {
  color: #bbb;
  margin-right: 3px;
}

.post-meta .post-comment {
  border-right: 0;
}

.post-meta .post-comment .comments-link {
  margin-left: 5px;
}

.post-footer .btn.btn-primary {
  font-size: 12px;
  margin-top: 10px;
}

/* Pagination */
.paging {
  margin-bottom: -5px;
}

.pagination li a {
	border-radius: 0 !important;
	margin-right: 8px;
	color: #9b6a3a;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > li > a:hover {
  color: #fff;
  background: #9b6a3a;
  border: 1px solid transparent;
}
.page-link {
	background-color: #080a08;
	border: 1px solid #9b6a3a;
}

/* News Single
================================================== */
.tags-area {
  margin: 20px 0;
}

.post-tags a {
	border: 1px solid #9b6a3a;
	color: #9b6a3a;
	display: inline-block;
	font-size: 12px;
	padding: 3px 10px;
	margin-left: 3px;
}

.post-tags a:hover {
  background: #9b6a3a;
  color: #fff;
  border: 1px solid transparent;
}

/* Post social */
.post-social-icons > li {
  display: inline-block;
}

.post-social-icons a i {
  margin-left: 5px;
  font-size: 12px;
  width: 28px;
  height: 26px;
  line-height: 26px;
  color: #fff;
  text-align: center;
}

.post-social-icons a i.fa-facebook-f {
  background: #41578a;
}

.post-social-icons a i.fa-twitter {
  background: #64bae2;
}

.post-social-icons a i.fa-google-plus {
  background: #c0343d;
}

.post-social-icons a i.fa-linkedin {
  background: #3397b6;
}

/* Author box */
.author-box {
  border: 1px solid #dadada;
  padding: 20px 20px 15px;
  margin: 20px 0;
}

.author-img img {
  width: 110px;
  height: 110px;
  margin-right: 30px;
}

.author-info h3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
}

.author-info h3 span {
	font-size: 12px;
	color: #9b6a3a;
	border-left: 1px solid #AFAFAF;
	padding-left: 10px;
	margin-left: 10px;
	font-weight: 500;
}
.author-info a:hover{
  color: #9b6a3a;
}

/* Comments area */
.comments-area {
  margin: 40px 0;
}

.comments-list .comment-content {
  margin: 15px 0;
}

.comments-list .comment-reply {
  color: #ffffff;
  font-weight: 400;
}

.comments-list .comment-reply:hover {
  color: #9b6a3a;
}

.comments-counter {
  font-size: 18px;
}

.comments-counter a {
  color: #323232;
}

.comments-list {
  list-style: none;
  margin: 0;
  padding: 20px 0;
}

.comments-list .comment {
	border-bottom: 1px solid #080a08;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.comments-list .comment.last {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.comments-list img.comment-avatar {
  width: 84px;
  height: 84px;
  margin-right: 30px;
}
@media (max-width: 575px) {
  .comments-list img.comment-avatar {
    width: 40px;
    height: 40px;
    margin-right: 25px;
  }
}

.comments-list .comment-author {
	margin-bottom: 0;
	margin-top: 0;
	font-weight: 600;
	font-size: 16px;
	color: #9b6a3a;
}

.comments-list .comment-date {
  color: #959595;
  margin-bottom: 5px;
  font-size: 12px;
}
@media (max-width: 575px) {
  .comments-list .comment-date {
    float: none !important;
    display: inline-block;
  }
}

.comments-reply {
  list-style: none;
  margin: 0 0 0 70px;
}
@media (max-width: 767px) {
  .comments-reply {
    margin: 0;
    padding: 0;
  }
}

.comments-form {
  margin-bottom: 0;
}

.comments-form .title-normal {
  margin-bottom: 20px;
}

.comments-form .btn.btn-primary {
  margin-top: 20px;
}

/* Sidebar
================================================== */
.sidebar .widget-title {
	font-size: 16px;
	font-weight: 700;
	position: relative;
	margin: 0 0 30px;
	padding-left: 15px;
	text-transform: uppercase;
	border-left: 3px solid #9b6a3a;
	color: #9b6a3a;
}
.border-title{
  color: #9b6a3a;
  border-left: 3px solid #9b6a3a;
  padding-left: 15px;
}

/* Widget common */
.sidebar .widget {
  margin-bottom: 40px;
}

.sidebar-left .widget {
  margin-right: 20px;
}

.sidebar-right .widget {
  margin-left: 20px;
}

.sidebar .widget.box {
  padding: 25px;
}

.widget.box.solid {
  background: #f2f2f2;
}

.widget.box.red {
  background: #ec483b;
  color: #fff;
}

.widget.box.red .widget-title {
  color: #fff;
}

.widget ul li {
  line-height: 30px;
}

.sidebar .widget ul li a {
  color: #303030;
}

.sidebar .widget ul li a:hover {
  color: #9b6a3a;
}

.sidebar .widget ul li i {
  margin-right: 5px;
}

.sidebar .btn {
  font-weight: 700;
  font-size: 12px;
  margin-top: 15px;
  padding: 10px 25px;
}

/* Sidebar nav */
.sidebar ul.nav-tabs {
  border: 0;
}

.sidebar ul.nav-tabs li {
  width: 100%;
}
.sidebar ul.nav-tabs li a {
	color: #fff;
	border-radius: 0;
	padding: 15px 0;
	padding-left: 0;
	font-weight: 400;
	border-bottom: 1px solid #080a08;
	display: block;
	transition: 400ms;
}

.sidebar ul.nav-tabs li.active a,
.sidebar ul.nav-tabs li:hover a {
  color: #9b6a3a;
}

.sidebar ul.nav-tabs li {
  color: #303030;
  line-height: normal;
}

.sidebar ul.nav-tabs li:last-child a {
  border-bottom: 0;
}

/* Service menu */
.sidebar ul.service-menu li {
  width: 100%;
}
.sidebar ul.service-menu li a {
  background-color: #f4f4f4;
  padding: 15px 20px;
  border: 0;
  margin-bottom: 8px;
  position: relative;
  transition: 400ms;
  display: block;
}
.sidebar ul.service-menu li.active a, .sidebar ul.service-menu li:hover a {
  background: #9b6a3a;
  color: #fff;
  cursor: pointer;
}

/* Recent News */
.widget.recent-posts .widget-title {
  margin-bottom: 35px;
}

.widget.recent-posts ul li {
  border-bottom: 1px solid #080a08000;
  padding-bottom: 15px;
  margin-bottom: 17px;
}
.widget.recent-posts ul li:last-child {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.widget.recent-posts .posts-thumb img {
  margin-right: 15px;
  width: 90px;
  height: 70px;
}
.widget.recent-posts .post-info .entry-title {
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
}
.widget.recent-posts .post-info .entry-title a {
	color: #fff;
	display: inline-block;
}
.widget.recent-posts .post-info .entry-title a:hover {
	color: #9b6a3a;
}
.widget.recent-posts .post-date {
  font-weight: 400;
  color: #999;
  text-transform: capitalize;
}

/* Widget tags */
.widget-tags ul > li {
  float: left;
  margin: 3px;
}

.sidebar .widget-tags ul > li a {
	border: 1px solid #9b6a3a;
	color: #9b6a3a;
	display: block;
	font-size: 14px;
	padding: 3px 15px;
	transition: all 0.3s ease 0s;
}

.sidebar .widget-tags ul > li a:hover {
  background: #9b6a3a;
  color: #fff;
  border: 1px solid transparent;
}

/* Error page
================================================== */
.error-page .error-code h2 {
	display: block;
	font-size: 200px;
	line-height: 200px;
	color: #f00;
	margin-bottom: 20px;
}

.error-page .error-body .btn {
  margin-top: 30px;
  font-weight: 700;
}

/* modal
================================================== */

.wrap-modal1 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  visibility: hidden;
  opacity: 0;
}

.overlay-modal1 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #080a08;
  opacity: 0.8;
}

.show-modal1 {
  visibility: visible;
  opacity: 1;
}

.how-pos3-parent {
  position: relative;
}

.how-pos3 {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #fff;
  background: transparent;
  border: transparent;
  font-size: 44px;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.how-pos3:hover {
  color: #9b6a3a;
}

.p-t-60 {
  padding-top: 60px;
}

.p-b-30 {
  padding-bottom: 30px;
}

.form-label {
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
}

.form-check-label {
  color: #ffff;
}

.form_icons a {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 30px;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin: 5px;
  margin-top: 20px;
}

.form_icons .icon_tit {
  color: #fff;
  padding-top: 20px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}

.modal_btn {
  background: #9b6a3a;
  border: none;
  padding: 10px 20px;
  color: #fff;
  text-transform: uppercase;
  margin: 0 auto;
  display: block;
  border-radius: 10px;
}

.modal_btn:hover {
  background: #fff;
  color: #9b6a3a;
}

.form-control {
  font-weight: 800;
  color: #ffffff;
  background-color: rgba(255, 183, 0, 0.541);
  border: #fff;
}

.form-check-input:checked {
  background-color: #9b6a3a;
  border-color: #9b6a3a;
}

.tit_form h3 {
  color: #9b6a3a;
  text-align: center;
  padding: 30px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
  margin-right: 10px;
}

.form_text {
  color: #fff;
}
.red-text {
color: red;
}

.top-games-section {
  background: linear-gradient(180deg, #17241c 0%, #0f1813 100%);
}

.top-games-section .section-kicker {
  display: inline-block;
  margin-bottom: 12px;
  color: #b17a45;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.top-games-section .games-title {
  color: #ffffff !important;
  font-size: 2.4rem !important;
  line-height: 1.2;
  margin-bottom: 15px;
  text-transform: none;
  letter-spacing: 0;
}

.top-games-section .games-intro {
  max-width: 720px;
  margin: 0 auto;
  color: rgba(255,255,255,0.78);
  font-size: 16px;
  line-height: 1.7;
}

.top-games-section .game-card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: #0b120e;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 14px 34px rgba(0,0,0,0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.top-games-section .game-card img {
  display: block;
  width: 100%;
  transition: transform 0.35s ease, filter 0.35s ease;
}

.top-games-section .game-card:hover {
  transform: translateY(-6px);
  border-color: rgba(201,162,77,0.45);
  box-shadow: 0 18px 42px rgba(0,0,0,0.5);
}

.top-games-section .game-card:hover img {
  transform: scale(1.06);
  filter: brightness(0.72);
}

.top-games-section .hover-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(8,3,12,0.35);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.top-games-section .game-card:hover .hover-overlay {
  opacity: 1;
}

.top-games-section .btn-primary {
  background: #b17a45;
  border: 0;
  color: #0b0e0c;
  border-radius: 999px;
  padding: 10px 18px;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: none;
}

.top-games-section .btn-primary:hover {
  background: #ffffff;
  color: #0b0e0c;
}

.rewards-highlight {
  padding: 90px 0;
  background:
    radial-gradient(circle at 15% 10%, rgba(201,162,77,0.22), transparent 32%),
    radial-gradient(circle at 85% 90%, rgba(120,37,142,0.28), transparent 35%),
    linear-gradient(180deg, #0f1813 0%, #17241c 100%);
}

.rewards-card {
  position: relative;
  overflow: hidden;
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 48px;
  border-radius: 32px;
  background: rgba(18, 6, 23, 0.92);
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 28px 80px rgba(0,0,0,0.5);
}

.rewards-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(201,162,77,0.28), transparent 28%),
    linear-gradient(315deg, rgba(255,255,255,0.08), transparent 30%);
  pointer-events: none;
}

.rewards-content {
  position: relative;
  z-index: 1;
}

.rewards-icon {
  width: 74px;
  height: 74px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #0b0e0c;
  background: linear-gradient(135deg, #d7b98b, #b17a45);
  font-size: 28px;
  box-shadow: 0 12px 30px rgba(201,162,77,0.35);
}

.rewards-content .section-kicker {
  display: inline-block;
  margin-bottom: 14px;
  color: #b17a45;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.rewards-content h2 {
  max-width: 820px;
  margin: 0 auto 22px;
  color: #ffffff;
  font-size: 40px;
  line-height: 1.2;
  text-transform: none;
  letter-spacing: 0;
}

.bonus-badge {
  display: inline-block;
  max-width: 850px;
  margin: 0 auto 24px;
  padding: 16px 26px;
  border-radius: 999px;
  background: rgba(201,162,77,0.16);
  border: 1px solid rgba(201,162,77,0.45);
  color: #d7b98b;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.4;
}

.rewards-content p {
  max-width: 760px;
  margin: 0 auto 34px;
  color: rgba(255,255,255,0.78);
  font-size: 16px;
  line-height: 1.7;
}

.rewards-features,
.registration-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 0 auto 28px;
}

.rewards-features div,
.registration-step {
  padding: 24px 18px;
  border-radius: 20px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.09);
}

.rewards-features i {
  display: block;
  margin-bottom: 12px;
  color: #b17a45;
  font-size: 24px;
}

.rewards-features strong,
.registration-step h3 {
  display: block;
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 8px;
  text-transform: none;
}

.rewards-features span,
.registration-step p {
  display: block;
  color: rgba(255,255,255,0.68);
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.registration-step span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #b17a45;
  color: #0b0e0c;
  font-weight: 800;
}

.rewards-btn {
  margin-top: 10px;
  border-radius: 999px;
  padding: 14px 34px;
  background: #b17a45;
  color: #0b0e0c;
  border: 0;
  font-weight: 800;
  text-transform: uppercase;
}

.rewards-btn:hover {
  background: #ffffff;
  color: #0b0e0c;
}

@media (max-width: 767px) {
  .rewards-card {
    padding: 42px 24px;
  }

  .rewards-content h2 {
    font-size: 28px;
  }

  .bonus-badge {
    border-radius: 18px;
    font-size: 16px;
  }

  .rewards-features,
  .registration-steps {
    grid-template-columns: 1fr;
  }
}

.live-games-section {
  background: linear-gradient(180deg, #0f1813 0%, #17241c 100%);
}

.live-games-section .section-kicker {
  display: inline-block;
  margin-bottom: 12px;
  color: #b17a45;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.live-games-section .live-games-title {
  color: #ffffff !important;
  font-size: 2.4rem !important;
  line-height: 1.2;
  margin-bottom: 15px;
  text-transform: none;
  letter-spacing: 0;
}

.live-games-section .live-games-intro {
  max-width: 740px;
  margin: 0 auto;
  color: rgba(255,255,255,0.78);
  font-size: 16px;
  line-height: 1.7;
}

.live-games-section .live-game-card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: #0b120e;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 14px 34px rgba(0,0,0,0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.live-games-section .live-game-card img {
  display: block;
  width: 100%;
  transition: transform 0.35s ease, filter 0.35s ease;
}

.live-games-section .live-game-card:hover {
  transform: translateY(-6px);
  border-color: rgba(201,162,77,0.45);
  box-shadow: 0 18px 42px rgba(0,0,0,0.5);
}

.live-games-section .live-game-card:hover img {
  transform: scale(1.06);
  filter: brightness(0.72);
}

.live-games-section .live-hover-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(8,3,12,0.35);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.live-games-section .live-game-card:hover .live-hover-overlay {
  opacity: 1;
}

.live-games-section .btn-primary {
  background: #b17a45;
  border: 0;
  color: #0b0e0c;
  border-radius: 999px;
  padding: 10px 18px;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: none;
}

.live-games-section .btn-primary:hover {
  background: #ffffff;
  color: #0b0e0c;
}

.bonus-buys-section {
  background: linear-gradient(180deg, #17241c 0%, #0f1813 100%);
}

.bonus-buys-section .section-kicker {
  display: inline-block;
  margin-bottom: 12px;
  color: #b17a45;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.bonus-buys-section .bonus-buys-title {
  color: #ffffff !important;
  font-size: 2.4rem !important;
  line-height: 1.2;
  margin-bottom: 15px;
  text-transform: none;
  letter-spacing: 0;
}

.bonus-buys-section .bonus-buys-intro {
  max-width: 740px;
  margin: 0 auto;
  color: rgba(255,255,255,0.78);
  font-size: 16px;
  line-height: 1.7;
}

.bonus-buys-section .bonus-game-card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: #0b120e;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 14px 34px rgba(0,0,0,0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.bonus-buys-section .bonus-game-card img {
  display: block;
  width: 100%;
  transition: transform 0.35s ease, filter 0.35s ease;
}

.bonus-buys-section .bonus-game-card:hover {
  transform: translateY(-6px);
  border-color: rgba(201,162,77,0.45);
  box-shadow: 0 18px 42px rgba(0,0,0,0.5);
}

.bonus-buys-section .bonus-game-card:hover img {
  transform: scale(1.06);
  filter: brightness(0.72);
}

.bonus-buys-section .bonus-hover-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(8,3,12,0.35);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.bonus-buys-section .bonus-game-card:hover .bonus-hover-overlay {
  opacity: 1;
}

.bonus-buys-section .btn-primary {
  background: #b17a45;
  border: 0;
  color: #0b0e0c;
  border-radius: 999px;
  padding: 10px 18px;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: none;
}

.bonus-buys-section .btn-primary:hover {
  background: #ffffff;
  color: #0b0e0c;
}

.table-games-section {
  background: linear-gradient(180deg, #0f1813 0%, #17241c 100%);
}

.table-games-section .section-kicker {
  display: inline-block;
  margin-bottom: 12px;
  color: #b17a45;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.table-games-section .table-games-title {
  color: #ffffff !important;
  font-size: 2.4rem !important;
  line-height: 1.2;
  margin-bottom: 15px;
  text-transform: none;
  letter-spacing: 0;
}

.table-games-section .table-games-intro {
  max-width: 740px;
  margin: 0 auto;
  color: rgba(255,255,255,0.78);
  font-size: 16px;
  line-height: 1.7;
}

.table-games-section .table-game-card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: #0b120e;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 14px 34px rgba(0,0,0,0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.table-games-section .table-game-card img {
  display: block;
  width: 100%;
  transition: transform 0.35s ease, filter 0.35s ease;
}

.table-games-section .table-game-card:hover {
  transform: translateY(-6px);
  border-color: rgba(201,162,77,0.45);
  box-shadow: 0 18px 42px rgba(0,0,0,0.5);
}

.table-games-section .table-game-card:hover img {
  transform: scale(1.06);
  filter: brightness(0.72);
}

.table-games-section .table-hover-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(8,3,12,0.35);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.table-games-section .table-game-card:hover .table-hover-overlay {
  opacity: 1;
}

.table-games-section .btn-primary {
  background: #b17a45;
  border: 0;
  color: #0b0e0c;
  border-radius: 999px;
  padding: 10px 18px;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: none;
}

.table-games-section .btn-primary:hover {
  background: #ffffff;
  color: #0b0e0c;
}

.about-casino-section {
  position: relative;
  overflow: hidden;
  padding: 95px 0;
  background:
    radial-gradient(circle at 12% 15%, rgba(201,162,77,0.18), transparent 32%),
    radial-gradient(circle at 85% 80%, rgba(120,37,142,0.24), transparent 36%),
    linear-gradient(180deg, #0f1813 0%, #17241c 100%);
}

.about-casino-section::before {
  content: "";
  position: absolute;
  top: 60px;
  right: -120px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  border: 1px solid rgba(201,162,77,0.18);
}

.about-casino-section::after {
  content: "";
  position: absolute;
  left: -90px;
  bottom: 80px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(201,162,77,0.06);
}

.about-casino-content,
.about-highlight-card,
.about-info-strip {
  position: relative;
  z-index: 1;
}

.about-casino-section .section-kicker {
  display: inline-block;
  margin-bottom: 14px;
  color: #b17a45;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.about-casino-content h2 {
  max-width: 620px;
  margin: 0 0 22px;
  color: #ffffff;
  font-size: 42px;
  line-height: 1.18;
  text-transform: none;
  letter-spacing: 0;
}

.about-casino-content p {
  color: rgba(255,255,255,0.76);
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 18px;
}

.about-casino-content .about-lead {
  color: rgba(255,255,255,0.9);
  font-size: 18px;
}

.about-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 32px;
}

.about-badges span {
  display: inline-flex;
  align-items: center;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(201,162,77,0.28);
  color: #d7b98b;
  font-size: 13px;
  font-weight: 700;
}

.about-btn {
  border-radius: 999px;
  padding: 14px 34px;
  background: #b17a45;
  color: #0b0e0c;
  border: 0;
  font-weight: 800;
  text-transform: uppercase;
}

.about-btn:hover {
  background: #ffffff;
  color: #0b0e0c;
}

.about-highlight-card {
  padding: 34px;
  border-radius: 30px;
  background: rgba(18,6,23,0.9);
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 28px 80px rgba(0,0,0,0.45);
}

.highlight-top {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 26px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.highlight-icon {
  width: 62px;
  height: 62px;
  min-width: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #d7b98b, #b17a45);
  color: #0b0e0c;
  font-size: 24px;
}

.highlight-top span {
  display: block;
  margin-bottom: 4px;
  color: rgba(255,255,255,0.62);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.highlight-top h3 {
  margin: 0;
  color: #ffffff;
  font-size: 22px;
  text-transform: none;
  letter-spacing: 0;
}

.about-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.about-feature-card {
  padding: 24px 20px;
  border-radius: 20px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.08);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.about-feature-card:hover {
  transform: translateY(-5px);
  background: rgba(255,255,255,0.075);
  border-color: rgba(201,162,77,0.42);
}

.about-feature-card i {
  display: block;
  margin-bottom: 16px;
  color: #b17a45;
  font-size: 26px;
}

.about-feature-card h4 {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 17px;
  text-transform: none;
  letter-spacing: 0;
}

.about-feature-card p {
  margin: 0;
  color: rgba(255,255,255,0.68);
  font-size: 14px;
  line-height: 1.6;
}

.about-info-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 38px;
}

.about-info-strip div {
  padding: 24px 20px;
  border-radius: 20px;
  background: rgba(18,6,23,0.72);
  border: 1px solid rgba(255,255,255,0.08);
}

.about-info-strip strong {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 16px;
}

.about-info-strip span {
  display: block;
  color: rgba(255,255,255,0.66);
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 991px) {
  .about-casino-content h2 {
    font-size: 34px;
  }

  .about-info-strip {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .about-casino-section {
    padding: 70px 0;
  }

  .about-highlight-card {
    padding: 26px 20px;
  }

  .about-feature-grid,
  .about-info-strip {
    grid-template-columns: 1fr;
  }

  .highlight-top {
    align-items: flex-start;
  }

  .about-casino-content h2 {
    font-size: 29px;
  }
}

.advantages-section {
  position: relative;
  overflow: hidden;
  padding: 95px 0;
  background:
    radial-gradient(circle at 8% 20%, rgba(201,162,77,0.2), transparent 30%),
    radial-gradient(circle at 90% 75%, rgba(120,37,142,0.26), transparent 34%),
    linear-gradient(180deg, #17241c 0%, #0f1813 100%);
}

.advantages-section::before {
  content: "";
  position: absolute;
  top: 80px;
  left: -120px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  border: 1px solid rgba(201,162,77,0.18);
}

.advantages-section::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: 90px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(201,162,77,0.06);
}

.advantages-section .section-kicker {
  display: inline-block;
  margin-bottom: 12px;
  color: #b17a45;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.advantages-title {
  color: #ffffff !important;
  font-size: 2.5rem !important;
  line-height: 1.2;
  margin-bottom: 15px;
  text-transform: none;
  letter-spacing: 0;
}

.advantages-intro {
  max-width: 820px;
  margin: 0 auto;
  color: rgba(255,255,255,0.78);
  font-size: 16px;
  line-height: 1.7;
}

.advantages-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 1.4fr;
  gap: 28px;
  align-items: stretch;
}

.advantages-main-card {
  position: relative;
  overflow: hidden;
  padding: 38px 34px;
  border-radius: 30px;
  background: rgba(18,6,23,0.92);
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 26px 70px rgba(0,0,0,0.45);
}

.advantages-main-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(201,162,77,0.2), transparent 36%);
  pointer-events: none;
}

.advantages-badge {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(201,162,77,0.16);
  border: 1px solid rgba(201,162,77,0.42);
  color: #d7b98b;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.advantages-main-card h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 18px;
  color: #ffffff;
  font-size: 28px;
  line-height: 1.25;
  text-transform: none;
  letter-spacing: 0;
}

.advantages-main-card p {
  position: relative;
  z-index: 1;
  color: rgba(255,255,255,0.76);
  font-size: 15px;
  line-height: 1.75;
  margin-bottom: 24px;
}

.advantages-list {
  position: relative;
  z-index: 1;
  list-style: none;
  padding: 0;
  margin: 0;
}

.advantages-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 14px;
  color: rgba(255,255,255,0.86);
  font-size: 14px;
  line-height: 1.55;
}

.advantages-list i {
  margin-top: 4px;
  color: #b17a45;
}

.advantages-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.advantage-card {
  padding: 28px 24px;
  border-radius: 24px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.09);
  box-shadow: 0 16px 42px rgba(0,0,0,0.28);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.advantage-card:hover {
  transform: translateY(-6px);
  background: rgba(255,255,255,0.075);
  border-color: rgba(201,162,77,0.42);
}

.advantage-icon {
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #d7b98b, #b17a45);
  color: #0b0e0c;
  font-size: 23px;
}

.advantage-card h3 {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.35;
  margin-bottom: 12px;
  text-transform: none;
  letter-spacing: 0;
}

.advantage-card p {
  margin: 0;
  color: rgba(255,255,255,0.68);
  font-size: 14px;
  line-height: 1.65;
}

.advantages-cta {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  margin-top: 34px;
  padding: 28px 32px;
  border-radius: 24px;
  background: rgba(18,6,23,0.78);
  border: 1px solid rgba(201,162,77,0.22);
}

.advantages-cta span {
  display: block;
  margin-bottom: 6px;
  color: #b17a45;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.advantages-cta h3 {
  margin: 0;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.35;
  text-transform: none;
  letter-spacing: 0;
}

.advantages-btn {
  white-space: nowrap;
  border-radius: 999px;
  padding: 14px 34px;
  background: #b17a45;
  color: #0b0e0c;
  border: 0;
  font-weight: 800;
  text-transform: uppercase;
}

.advantages-btn:hover {
  background: #ffffff;
  color: #0b0e0c;
}

@media (max-width: 991px) {
  .advantages-wrapper {
    grid-template-columns: 1fr;
  }

  .advantages-title {
    font-size: 2rem !important;
  }

  .advantages-cta {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .advantages-section {
    padding: 70px 0;
  }

  .advantages-grid {
    grid-template-columns: 1fr;
  }

  .advantages-main-card {
    padding: 30px 24px;
  }

  .advantages-main-card h3 {
    font-size: 24px;
  }

  .advantages-cta {
    padding: 26px 22px;
  }
}

.loyalty-section {
  position: relative;
  padding: 95px 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(201,162,77,0.18), transparent 30%),
    radial-gradient(circle at 90% 80%, rgba(120,37,142,0.24), transparent 35%),
    linear-gradient(180deg, #0f1813 0%, #17241c 100%);
}

.loyalty-section .section-kicker {
  color: #b17a45;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

.loyalty-title {
  color: #fff;
  font-size: 2.5rem;
}

.loyalty-intro {
  max-width: 780px;
  margin: 0 auto;
  color: rgba(255,255,255,0.78);
}

.loyalty-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}

.loyalty-card {
  padding: 34px;
  border-radius: 26px;
  background: rgba(18,6,23,0.9);
  border: 1px solid rgba(255,255,255,0.08);
}

.loyalty-card.highlight {
  border-color: rgba(201,162,77,0.4);
}

.loyalty-badge {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  color: #fff;
  font-size: 12px;
}

.loyalty-badge.gold {
  background: rgba(201,162,77,0.2);
  color: #d7b98b;
}

.loyalty-card h3 {
  color: #fff;
  margin-bottom: 16px;
}

.loyalty-card p {
  color: rgba(255,255,255,0.75);
}

.loyalty-list {
  list-style: none;
  padding: 0;
}

.loyalty-list li {
  margin-bottom: 10px;
  color: rgba(255,255,255,0.85);
}

.loyalty-list i {
  color: #b17a45;
  margin-right: 8px;
}

.promo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 18px;
}

.promo-item {
  padding: 16px;
  border-radius: 16px;
  background: rgba(255,255,255,0.05);
}

.promo-item strong {
  display: block;
  color: #fff;
}

.promo-item span {
  color: rgba(255,255,255,0.7);
  font-size: 13px;
}

.vip-block {
  margin-top: 40px;
  padding: 28px;
  border-radius: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(18,6,23,0.75);
  border: 1px solid rgba(201,162,77,0.25);
}

.vip-content span {
  color: #b17a45;
  font-size: 12px;
  text-transform: uppercase;
}

.vip-content h3 {
  color: #fff;
}

.vip-content p {
  color: rgba(255,255,255,0.75);
}

.vip-content ul {
  margin-top: 12px;
  padding-left: 18px;
  color: rgba(255,255,255,0.75);
}

.loyalty-btn {
  border-radius: 999px;
  padding: 14px 30px;
  background: #b17a45;
  color: #0b0e0c;
  font-weight: 700;
}

.loyalty-btn:hover {
  background: #fff;
}

@media (max-width: 991px) {
  .loyalty-wrapper {
    grid-template-columns: 1fr;
  }

  .vip-block {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}

.loyalty-extra {
  margin-top: 22px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.loyalty-extra div {
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
}

.loyalty-extra strong {
  display: block;
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 4px;
}

.loyalty-extra span {
  color: rgba(255,255,255,0.65);
  font-size: 13px;
}

.parallax-cta-section {
  --banner-overlay: 0.18;

  position: relative;
  height: 420px; 
  display: flex;
  align-items: center;
  overflow: hidden;

  background-image: url("../images/slider-main/bg2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.parallax-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(8,3,12,0.92) 0%,
      rgba(8,3,12,0.72) 42%,
      rgba(8,3,12,var(--banner-overlay)) 100%
    );
  z-index: 1;
}

.parallax-cta-section .container {
  position: relative;
  z-index: 2;
}

.parallax-cta-content {
  max-width: 620px;
  padding: 0; 
}

.parallax-cta-content .section-kicker {
  display: inline-block;
  margin-bottom: 12px;
  color: #b17a45;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.parallax-cta-content h2 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 40px; 
  line-height: 1.15;
}

.parallax-cta-content p {
  max-width: 520px;
  margin-bottom: 20px;
  color: rgba(255,255,255,0.8);
  font-size: 16px;
  line-height: 1.7;
}

.parallax-cta-bonus {
  display: inline-block;
  margin-bottom: 22px;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(201,162,77,0.16);
  border: 1px solid rgba(201,162,77,0.45);
  color: #d7b98b;
  font-size: 14px;
  font-weight: 800;
}

.parallax-cta-btn {
  display: inline-flex;
  border-radius: 999px;
  padding: 13px 30px;
  background: #b17a45;
  color: #0b0e0c;
  border: 0;
  font-weight: 800;
  text-transform: uppercase;
}

.parallax-cta-btn:hover {
  background: #ffffff;
  color: #0b0e0c;
}

/* TABLET */
@media (max-width: 991px) {
  .parallax-cta-section {
    height: auto; 
    padding: 60px 0;
    background-attachment: scroll;
  }

  .parallax-cta-content {
    padding: 0;
  }

  .parallax-cta-content h2 {
    font-size: 34px;
  }
}

/* MOBILE */
@media (max-width: 575px) {
  .parallax-cta-section {
    padding: 50px 0;
  }

  .parallax-cta-content h2 {
    font-size: 28px;
  }

  .parallax-cta-bonus {
    border-radius: 18px;
  }
}

.parallax-games-section {
  --banner-overlay: 0.25;

  position: relative;
  height: 420px;
  display: flex;
  align-items: center;
  overflow: hidden;

  background-image: url("../images/slider-main/bg3.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.parallax-games-section .parallax-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg, 
      rgba(8,3,12,0.92) 0%,
      rgba(8,3,12,0.72) 45%,
      rgba(8,3,12,var(--banner-overlay)) 100%
    );
  z-index: 1;
}

.parallax-games-section .container {
  position: relative;
  z-index: 2;
}

.parallax-games-content {
  max-width: 600px;
  margin-left: 0; 
  text-align: left;
}

.parallax-games-content .section-kicker {
  display: inline-block;
  margin-bottom: 12px;
  color: #b17a45;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.parallax-games-content h2 {
  margin-bottom: 18px;
  color: #ffffff;
  font-size: 40px;
  line-height: 1.15;
}

.parallax-games-content p {
  margin-bottom: 20px;
  color: rgba(255,255,255,0.8);
  font-size: 16px;
  line-height: 1.7;
}

.games-features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.games-features span {
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(201,162,77,0.35);
  color: #d7b98b;
  font-size: 13px;
  font-weight: 700;
}

.games-cta-btn {
  display: inline-flex;
  border-radius: 999px;
  padding: 13px 30px;
  background: #b17a45;
  color: #0b0e0c;
  font-weight: 800;
  text-transform: uppercase;
}

.games-cta-btn:hover {
  background: #ffffff;
  color: #0b0e0c;
}

/* TABLET */
@media (max-width: 991px) {
  .parallax-games-section {
    height: auto;
    padding: 60px 0;
    background-attachment: scroll;
  }

  .parallax-games-content h2 {
    font-size: 34px;
  }
}

/* MOBILE */
@media (max-width: 575px) {
  .parallax-games-section {
    padding: 50px 0;
  }

  .parallax-games-content h2 {
    font-size: 28px;
  }
}

.parallax-final-section {
  --banner-overlay: 0.1;

  position: relative;
  height: 420px;
  display: flex;
  align-items: center;
  overflow: hidden;

  background-image: url("../images/slider-main/bg4.jpg"); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.parallax-final-section .parallax-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(8,3,12,0.92) 0%,
      rgba(8,3,12,0.72) 45%,
      rgba(8,3,12,var(--banner-overlay)) 100%
    );
  z-index: 1;
}

.parallax-final-section .container {
  position: relative;
  z-index: 2;
}

.parallax-final-content {
  max-width: 600px;
  margin-left: 0;
  text-align: left;
}

.parallax-final-content .section-kicker {
  display: inline-block;
  margin-bottom: 12px;
  color: #b17a45;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.parallax-final-content h2 {
  margin-bottom: 18px;
  color: #ffffff;
  font-size: 40px;
  line-height: 1.15;
  text-transform: none;
  letter-spacing: 0;
}

.parallax-final-content p {
  margin-bottom: 20px;
  color: rgba(255,255,255,0.8);
  font-size: 16px;
  line-height: 1.7;
}

.final-features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.final-features span {
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(201,162,77,0.35);
  color: #d7b98b;
  font-size: 13px;
  font-weight: 700;
}

.final-cta-btn {
  display: inline-flex;
  border-radius: 999px;
  padding: 13px 30px;
  background: #b17a45;
  color: #0b0e0c;
  font-weight: 800;
  text-transform: uppercase;
}

.final-cta-btn:hover {
  background: #ffffff;
  color: #0b0e0c;
}

@media (max-width: 991px) {
  .parallax-final-section {
    height: auto;
    padding: 60px 0;
    background-attachment: scroll;
  }

  .parallax-final-content h2 {
    font-size: 34px;
  }
}

@media (max-width: 575px) {
  .parallax-final-section {
    padding: 50px 0;
  }

  .parallax-final-content h2 {
    font-size: 28px;
  }
}

.gaming-section {
  position: relative;
  overflow: hidden;
  padding: 95px 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(201,162,77,0.18), transparent 30%),
    radial-gradient(circle at 88% 78%, rgba(120,37,142,0.25), transparent 36%),
    linear-gradient(180deg, #0f1813 0%, #17241c 100%);
}

.gaming-section::before {
  content: "";
  position: absolute;
  top: 90px;
  left: -120px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  border: 1px solid rgba(201,162,77,0.18);
}

.gaming-section::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: 110px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(201,162,77,0.06);
}

.gaming-section .section-kicker {
  display: inline-block;
  margin-bottom: 12px;
  color: #b17a45;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.gaming-title {
  color: #ffffff !important;
  font-size: 2.5rem !important;
  line-height: 1.2;
  margin-bottom: 15px;
  text-transform: none;
  letter-spacing: 0;
}

.gaming-intro {
  max-width: 900px;
  margin: 0 auto;
  color: rgba(255,255,255,0.78);
  font-size: 16px;
  line-height: 1.75;
}

.gaming-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.95fr 1.35fr;
  gap: 28px;
}

.gaming-card {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border-radius: 30px;
  background: rgba(18,6,23,0.92);
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 26px 70px rgba(0,0,0,0.42);
}

.gaming-card-featured {
  border-color: rgba(201,162,77,0.28);
}

.gaming-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(201,162,77,0.16), transparent 34%);
  pointer-events: none;
}

.gaming-card > * {
  position: relative;
  z-index: 1;
}

.gaming-card-label {
  display: inline-block;
  margin-bottom: 16px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.1);
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.gaming-card-label.gold {
  background: rgba(201,162,77,0.16);
  border-color: rgba(201,162,77,0.42);
  color: #d7b98b;
}

.gaming-card h3 {
  margin-bottom: 16px;
  color: #ffffff;
  font-size: 28px;
  line-height: 1.25;
  text-transform: none;
  letter-spacing: 0;
}

.gaming-card p {
  color: rgba(255,255,255,0.74);
  font-size: 15px;
  line-height: 1.75;
  margin-bottom: 18px;
}

.gaming-extra-text {
  color: rgba(255,255,255,0.68);
  font-size: 14.5px;
  line-height: 1.72;
  margin-bottom: 16px;
}

.gaming-stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin: 24px 0;
}

.gaming-stats div {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.08);
}

.gaming-stats strong {
  display: block;
  margin-bottom: 4px;
  color: #d7b98b;
  font-size: 24px;
  line-height: 1.1;
}

.gaming-stats span {
  display: block;
  color: rgba(255,255,255,0.72);
  font-size: 14px;
}

.gaming-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gaming-tags span {
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(201,162,77,0.28);
  color: rgba(255,255,255,0.84);
  font-size: 13px;
  font-weight: 700;
}

.gaming-note {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-top: 22px;
  padding: 18px 18px;
  border-radius: 18px;
  background: rgba(201,162,77,0.08);
  border: 1px solid rgba(201,162,77,0.22);
}

.gaming-note i {
  margin-top: 4px;
  color: #b17a45;
  font-size: 18px;
}

.gaming-note p {
  margin: 0;
  color: rgba(255,255,255,0.72);
  font-size: 14px;
  line-height: 1.65;
}

.gaming-category-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 24px;
}

.gaming-category-grid > div {
  padding: 22px 20px;
  border-radius: 22px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.08);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.gaming-category-grid > div:hover {
  transform: translateY(-5px);
  background: rgba(255,255,255,0.075);
  border-color: rgba(201,162,77,0.42);
}

.gaming-category-grid i {
  display: block;
  margin-bottom: 14px;
  color: #b17a45;
  font-size: 24px;
}

.gaming-category-grid h4 {
  margin-bottom: 12px;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.35;
  text-transform: none;
  letter-spacing: 0;
}

.gaming-category-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gaming-category-grid li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 8px;
  color: rgba(255,255,255,0.68);
  font-size: 13px;
  line-height: 1.45;
}

.gaming-category-grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #b17a45;
}

.gaming-conversion {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  margin-top: 34px;
  padding: 30px 34px;
  border-radius: 26px;
  background: rgba(18,6,23,0.78);
  border: 1px solid rgba(201,162,77,0.24);
  box-shadow: 0 18px 45px rgba(0,0,0,0.28);
}

.gaming-conversion span {
  display: block;
  margin-bottom: 8px;
  color: #b17a45;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.gaming-conversion h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.35;
  text-transform: none;
  letter-spacing: 0;
}

.gaming-conversion p {
  max-width: 780px;
  margin: 0;
  color: rgba(255,255,255,0.68);
  font-size: 14.5px;
  line-height: 1.65;
}

.gaming-btn {
  white-space: nowrap;
  border-radius: 999px;
  padding: 14px 34px;
  background: #b17a45;
  color: #0b0e0c;
  border: 0;
  font-weight: 800;
  text-transform: uppercase;
}

.gaming-btn:hover {
  background: #ffffff;
  color: #0b0e0c;
}

@media (max-width: 991px) {
  .gaming-layout {
    grid-template-columns: 1fr;
  }

  .gaming-title {
    font-size: 2rem !important;
  }

  .gaming-conversion {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .gaming-section {
    padding: 70px 0;
  }

  .gaming-card {
    padding: 28px 22px;
  }

  .gaming-card h3 {
    font-size: 24px;
  }

  .gaming-category-grid {
    grid-template-columns: 1fr;
  }

  .gaming-conversion {
    padding: 26px 22px;
  }

  .gaming-btn {
    width: 100%;
    justify-content: center;
  }
}

.table-live-section {
  padding: 100px 0;
  background: linear-gradient(180deg, #17241c 0%, #0f1813 100%);
}

.tl-title {
  color: #fff;
  font-size: 2.4rem;
}

.tl-intro {
  max-width: 800px;
  margin: 0 auto;
  color: rgba(255,255,255,0.75);
}

.tl-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.tl-card {
  background: rgba(18,6,23,0.9);
  border-radius: 26px;
  padding: 30px;
  border: 1px solid rgba(255,255,255,0.08);
}

.tl-badge {
  display: inline-block;
  margin-bottom: 12px;
  color: #b17a45;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
}

.tl-badge.gold {
  color: #d7b98b;
}

.tl-card h3 {
  color: #fff;
  margin-bottom: 15px;
}

.tl-card p {
  color: rgba(255,255,255,0.7);
  font-size: 14.5px;
  line-height: 1.7;
}

.tl-game {
  margin-top: 18px;
}

.tl-game h4 {
  color: #fff;
  font-size: 16px;
}

.tl-live-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 20px;
}

.tl-live-grid div {
  padding: 14px;
  border-radius: 16px;
  background: rgba(255,255,255,0.05);
}

.tl-note {
  margin-top: 20px;
  display: flex;
  gap: 10px;
}

.tl-note i {
  color: #b17a45;
}

.tl-cta {
  margin-top: 40px;
  text-align: center;
}

.tl-cta h3 {
  color: #fff;
  margin-bottom: 20px;
}

.tl-cta .btn {
  background: #b17a45;
  border: none;
  padding: 12px 30px;
  border-radius: 999px;
}

@media (max-width: 991px) {
  .tl-layout {
    grid-template-columns: 1fr;
  }
}

.table-live-section .section-kicker {
  display: inline-block;
  margin-bottom: 12px;
  color: #b17a45;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.table-live-section .tl-title {
  color: #ffffff !important;
  font-size: 2.5rem !important;
  line-height: 1.2;
  margin-bottom: 15px;
  text-transform: none;
  letter-spacing: 0;
}

.table-live-section .tl-intro {
  max-width: 850px;
  margin: 0 auto;
  color: rgba(255,255,255,0.78);
  font-size: 16px;
  line-height: 1.75;
}

.slots-section {
  padding: 100px 0;
  background: linear-gradient(180deg, #17241c 0%, #0f1813 100%);
}

.slots-section .section-kicker {
  display: inline-block;
  margin-bottom: 12px;
  color: #b17a45;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.slots-title {
  color: #ffffff !important;
  max-width: 1200px;
  margin: 0 auto 18px;
  font-size: 2.5rem !important;
  line-height: 1.25;
  text-transform: none;
  letter-spacing: 0;
}

.slots-intro {
  max-width: 800px;
  margin: 0 auto;
  color: rgba(255,255,255,0.75);
}

.slots-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.slots-card {
  background: rgba(18,6,23,0.9);
  border-radius: 26px;
  padding: 30px;
  border: 1px solid rgba(255,255,255,0.08);
}

.slots-featured {
  border-color: rgba(201,162,77,0.35);
}

.slots-badge {
  color: #b17a45;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
}

.slots-badge.gold {
  color: #d7b98b;
}

.slots-card h3 {
  color: #fff;
}

.slots-card p {
  color: rgba(255,255,255,0.7);
  font-size: 14.5px;
  line-height: 1.7;
}

.slots-stats {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.slots-stats strong {
  color: #b17a45;
  font-size: 20px;
}

.slots-tags {
  margin-top: 20px;
}

.slots-tags span {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  margin: 4px;
  font-size: 12px;
}

.slots-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 20px;
}

.slots-grid div {
  background: rgba(255,255,255,0.05);
  padding: 14px;
  border-radius: 16px;
}

.slots-note {
  margin-top: 20px;
  display: flex;
  gap: 10px;
}

.slots-note i {
  color: #b17a45;
}

.slots-cta {
  margin-top: 40px;
  text-align: center;
}

.slots-cta h3 {
  color: #fff;
  margin-bottom: 15px;
}

.slots-cta .btn {
  background: #b17a45;
  border: none;
  padding: 12px 30px;
  border-radius: 999px;
}

@media (max-width: 991px) {
  .slots-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .slots-title {
    font-size: 2rem !important;
    line-height: 1.3;
  }
}

@media (max-width: 575px) {
  .slots-title {
    font-size: 1.7rem !important;
    line-height: 1.35;
  }
}

.providers-section {
  padding: 100px 0;
  background: linear-gradient(180deg, #0f1813 0%, #0a100c 100%);
}

.providers-section .section-kicker {
  color: #b17a45;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.providers-title {
  color: #ffffff !important;
  max-width: 1100px;
  margin: 0 auto 18px;
  font-size: 2.5rem !important;
  line-height: 1.25;
  text-transform: none;
  letter-spacing: 0;
}

.providers-intro {
  max-width: 800px;
  margin: 0 auto;
  color: rgba(255,255,255,0.75);
}

.providers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 22px;
}

.provider-card {
  background: rgba(255,255,255,0.04);
  border-radius: 18px;
  padding: 20px;
  text-align: center;
  transition: 0.25s;
}

.provider-card:hover {
  transform: translateY(-6px);
  background: rgba(255,255,255,0.08);
}

.provider-card img {
  max-height: 40px;
  margin-bottom: 15px;
}

.provider-card h4 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 8px;
}

.provider-card p {
  font-size: 13px;
  color: rgba(255,255,255,0.7);
  margin-bottom: 8px;
}

.provider-card span {
  font-size: 12px;
  color: #b17a45;
}

.visitor-section {
  padding: 100px 0;
    position: relative;
  overflow: hidden;
  padding: 100px 0;
  background:
    radial-gradient(circle at 12% 20%, rgba(201,162,77,0.18), transparent 30%),
    radial-gradient(circle at 88% 80%, rgba(120,37,142,0.25), transparent 36%),
    linear-gradient(180deg, #0f1813 0%, #17241c 100%);
}

.visitor-section .section-kicker {
  color: #b17a45;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.visitor-title {
  color: #fff;
  font-size: 2.4rem;
  max-width: 1000px;
  margin: 0 auto 15px;
  line-height: 1.25;
}

.visitor-intro {
  max-width: 800px;
  margin: 0 auto;
  color: rgba(255,255,255,0.75);
}

.visitor-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.visitor-card {
  background: rgba(255,255,255,0.05);
  padding: 28px;
  border-radius: 22px;
}

.visitor-card h3 {
  color: #fff;
  margin-bottom: 15px;
}

.visitor-card p {
  color: rgba(255,255,255,0.7);
  font-size: 14.5px;
  line-height: 1.7;
}

.visitor-list {
  margin-top: 15px;
  padding-left: 0;
  list-style: none;
}

.visitor-list li {
  margin-bottom: 8px;
  color: rgba(255,255,255,0.8);
}

.visitor-list i {
  color: #b17a45;
  margin-right: 8px;
}

.visitor-extra {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.visitor-extra div {
  background: rgba(255,255,255,0.04);
  padding: 20px;
  border-radius: 16px;
}

.visitor-extra h4 {
  color: #fff;
  margin-bottom: 10px;
}

.visitor-extra p {
  font-size: 13.5px;
  color: rgba(255,255,255,0.7);
}

@media (max-width: 991px) {
  .visitor-layout {
    grid-template-columns: 1fr;
  }

  .visitor-extra {
    grid-template-columns: 1fr;
  }
}

.app-section {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  background:
    radial-gradient(circle at 12% 20%, rgba(201,162,77,0.18), transparent 30%),
    radial-gradient(circle at 88% 80%, rgba(120,37,142,0.25), transparent 36%),
    linear-gradient(180deg, #0f1813 0%, #17241c 100%);
}

.app-section .section-kicker {
  display: inline-block;
  margin-bottom: 12px;
  color: #b17a45;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.app-title {
  color: #ffffff !important;
  max-width: 1050px;
  margin: 0 auto 18px;
  font-size: 2.5rem !important;
  line-height: 1.25;
  text-transform: none;
  letter-spacing: 0;
}

.app-intro {
  max-width: 850px;
  margin: 0 auto;
  color: rgba(255,255,255,0.78);
  font-size: 16px;
  line-height: 1.75;
}

.app-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.35fr;
  gap: 30px;
  position: relative;
  z-index: 1;
}

.app-card {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border-radius: 30px;
  background: rgba(18,6,23,0.92);
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 26px 70px rgba(0,0,0,0.42);
}

.app-visual-card {
  border-color: rgba(201,162,77,0.32);
}

.app-image-wrap {
  margin-bottom: 24px;
  padding: 22px;
  border-radius: 26px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(201,162,77,0.22);
  text-align: center;
}

.app-image-wrap img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  border-radius: 22px;
}

.app-store-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.app-store-buttons a {
  display: inline-flex;
}

.app-store-buttons img {
  height: 44px;
  width: auto;
  display: block;
}

.app-card p {
  color: rgba(255,255,255,0.72);
  font-size: 14.5px;
  line-height: 1.7;
}

.app-mini-note {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-top: 22px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(201,162,77,0.08);
  border: 1px solid rgba(201,162,77,0.22);
}

.app-mini-note i {
  margin-top: 4px;
  color: #b17a45;
}

.app-mini-note span {
  color: rgba(255,255,255,0.74);
  font-size: 14px;
  line-height: 1.6;
}

.app-badge {
  display: inline-block;
  margin-bottom: 16px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(201,162,77,0.16);
  border: 1px solid rgba(201,162,77,0.42);
  color: #d7b98b;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.app-card h3 {
  margin-bottom: 16px;
  color: #ffffff;
  font-size: 28px;
  line-height: 1.25;
  text-transform: none;
  letter-spacing: 0;
}

.app-features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin: 24px 0;
}

.app-features-grid > div {
  padding: 22px 20px;
  border-radius: 22px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.08);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.app-features-grid > div:hover {
  transform: translateY(-5px);
  background: rgba(255,255,255,0.075);
  border-color: rgba(201,162,77,0.42);
}

.app-features-grid i {
  display: block;
  margin-bottom: 14px;
  color: #b17a45;
  font-size: 24px;
}

.app-features-grid h4,
.app-install-box h4 {
  margin-bottom: 12px;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.35;
  text-transform: none;
  letter-spacing: 0;
}

.app-features-grid p {
  margin: 0;
  color: rgba(255,255,255,0.68);
  font-size: 13.5px;
  line-height: 1.6;
}

.app-install-box {
  margin-top: 24px;
  padding: 22px;
  border-radius: 22px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(201,162,77,0.2);
}

.install-step {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-top: 14px;
}

.install-step span {
  width: 34px;
  height: 34px;
  min-width: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #b17a45;
  color: #0b0e0c;
  font-size: 12px;
  font-weight: 900;
}

.install-step p {
  margin: 0;
  color: rgba(255,255,255,0.72);
  font-size: 14px;
  line-height: 1.6;
}

.app-btn {
  margin-top: 24px;
  border-radius: 999px;
  padding: 14px 34px;
  background: #b17a45;
  color: #0b0e0c;
  border: 0;
  font-weight: 800;
  text-transform: uppercase;
}

.app-btn:hover {
  background: #ffffff;
  color: #0b0e0c;
}

@media (max-width: 991px) {
  .app-layout {
    grid-template-columns: 1fr;
  }

  .app-title {
    font-size: 2rem !important;
    line-height: 1.3;
  }
}

@media (max-width: 575px) {
  .app-section {
    padding: 70px 0;
  }

  .app-card {
    padding: 26px 20px;
  }

  .app-features-grid {
    grid-template-columns: 1fr;
  }

  .app-title {
    font-size: 1.7rem !important;
    line-height: 1.35;
  }

  .app-store-buttons img {
    height: 40px;
  }

  .app-btn {
    width: 100%;
    justify-content: center;
  }
}

.payments-section {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  background:
    radial-gradient(circle at 12% 20%, rgba(201,162,77,0.18), transparent 30%),
    radial-gradient(circle at 88% 80%, rgba(120,37,142,0.25), transparent 36%),
    linear-gradient(180deg, #17241c 0%, #0f1813 100%);
}

.payments-section .section-kicker {
  display: inline-block;
  margin-bottom: 12px;
  color: #b17a45;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.payments-title {
  color: #ffffff !important;
  max-width: 1100px;
  margin: 0 auto 18px;
  font-size: 2.5rem !important;
  line-height: 1.25;
  text-transform: none;
  letter-spacing: 0;
}

.payments-intro {
  max-width: 900px;
  margin: 0 auto;
  color: rgba(255,255,255,0.78);
  font-size: 16px;
  line-height: 1.75;
}

.payments-table-wrap {
  max-width: 860px;
  margin: 0 auto;
}

.payments-table-wrap input {
  display: none;
}

.payment-tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 26px;
}

.payment-tabs label {
  cursor: pointer;
  padding: 13px 24px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(201,162,77,0.35);
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  transition: 0.25s ease;
}

.payment-tabs label:first-of-type {
  border-radius: 999px 0 0 999px;
}

.payment-tabs label:last-of-type {
  border-radius: 0 999px 999px 0;
}

#deposit-tab:checked ~ .payment-tabs label[for="deposit-tab"],
#withdrawal-tab:checked ~ .payment-tabs label[for="withdrawal-tab"] {
  background: #b17a45;
  color: #0b0e0c;
  box-shadow: 0 12px 30px rgba(201,162,77,0.28);
}

.payment-panel {
  display: none;
}

#deposit-tab:checked ~ .deposit-panel,
#withdrawal-tab:checked ~ .withdrawal-panel {
  display: block;
}

.payment-table {
  padding: 14px;
  border-radius: 26px;
  background: rgba(18,6,23,0.92);
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 26px 70px rgba(0,0,0,0.42);
}

.payment-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 18px;
  margin-bottom: 10px;
  border-radius: 16px;
  background: rgba(255,255,255,0.045);
  border: 1px solid rgba(255,255,255,0.08);
}

.payment-row:last-child {
  margin-bottom: 0;
}

.payment-method {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.payment-method img {
  width: 34px;
  height: 22px;
  min-width: 34px;
  object-fit: contain;
  display: block;
}

.payment-method span {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}

.payment-row strong {
  white-space: nowrap;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
}

.payments-info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 40px;
}

.payments-info-card {
  padding: 24px 22px;
  border-radius: 22px;
  background: rgba(18,6,23,0.78);
  border: 1px solid rgba(255,255,255,0.09);
  box-shadow: 0 16px 42px rgba(0,0,0,0.28);
}

.payments-info-card i {
  display: block;
  margin-bottom: 16px;
  color: #b17a45;
  font-size: 24px;
}

.payments-info-card h3 {
  color: #ffffff;
  font-size: 17px;
  line-height: 1.35;
  margin-bottom: 12px;
  text-transform: none;
  letter-spacing: 0;
}

.payments-info-card p {
  margin: 0;
  color: rgba(255,255,255,0.68);
  font-size: 13.5px;
  line-height: 1.65;
}

@media (max-width: 991px) {
  .payments-title {
    font-size: 2rem !important;
    line-height: 1.3;
  }

  .payments-info-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .payments-section {
    padding: 70px 0;
  }

  .payments-title {
    font-size: 1.7rem !important;
    line-height: 1.35;
  }

  .payment-tabs label {
    padding: 12px 14px;
    font-size: 12px;
  }

  .payment-table {
    padding: 10px;
  }

  .payment-row {
    align-items: flex-start;
    padding: 14px;
  }

  .payment-method {
    gap: 10px;
  }

  .payment-method img {
    width: 30px;
    height: 20px;
    min-width: 30px;
  }

  .payment-method span,
  .payment-row strong {
    font-size: 12.5px;
  }

  .payments-info-grid {
    grid-template-columns: 1fr;
  }
}

.compliance-section {
  position: relative;
  padding: 110px 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(201,162,77,0.18), transparent 30%),
    linear-gradient(180deg, #0f1813 0%, #17241c 100%);
}

.compliance-section .section-kicker {
  color: #b17a45;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.compliance-title {
  color: #fff !important;
  font-size: 2.5rem !important;
  line-height: 1.3;
  max-width: 1000px;
  margin: 0 auto 15px;
}

.compliance-intro {
  max-width: 850px;
  margin: 0 auto;
  color: rgba(255,255,255,0.75);
  line-height: 1.7;
}

.compliance-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
  margin-top: 50px;
}

.compliance-card {
  background: rgba(18,6,23,0.92);
  border-radius: 26px;
  padding: 28px;
  border: 1px solid rgba(255,255,255,0.08);
}

.compliance-card i {
  color: #b17a45;
  font-size: 24px;
  margin-bottom: 14px;
}

.compliance-card h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 14px;
}

.compliance-card p {
  color: rgba(255,255,255,0.7);
  font-size: 14px;
  line-height: 1.7;
}

.compliance-card ul {
  margin: 15px 0;
  padding-left: 18px;
}

.compliance-card li {
  color: rgba(255,255,255,0.75);
  margin-bottom: 6px;
  font-size: 14px;
}

.compliance-wide {
  grid-column: span 2;
}

.provider-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0;
}

.provider-tags span {
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(201,162,77,0.12);
  border: 1px solid rgba(201,162,77,0.3);
  color: #d7b98b;
  font-size: 12px;
}

@media (max-width: 991px) {
  .compliance-grid {
    grid-template-columns: 1fr;
  }

  .compliance-wide {
    grid-column: span 1;
  }
}

/* FAQ SECTION */
.faq-section {
   position: relative;
  overflow: hidden;
  padding: 100px 0;
  background:
    radial-gradient(circle at 12% 20%, rgba(201,162,77,0.18), transparent 30%),
    radial-gradient(circle at 88% 80%, rgba(120,37,142,0.25), transparent 36%),
    linear-gradient(180deg, #0f1813 0%, #17241c 100%);
}

/* Kicker  */
.faq-section .section-kicker {
  display: inline-block;
  margin-bottom: 12px;
  color: #b17a45;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.faq-title {
  color: #ffffff !important;
  max-width: 1100px;
  margin: 0 auto 18px;
  font-size: 2.5rem !important;
  line-height: 1.25;
  text-transform: none;
  letter-spacing: 0;
  text-align: center;
}

.faq-intro {
  max-width: 720px;
  margin: 0 auto;
  color: rgba(255,255,255,0.75);
  line-height: 1.7;
}

/* ITEM */
.faq-item {
  margin-bottom: 18px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.02);
}

/* QUESTION */
.faq-question {
  width: 100%;
  text-align: left;
  padding: 18px 20px;
  background: transparent;
  border: none;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  cursor: pointer;
  transition: background 0.2s ease;
}

.faq-question:hover {
  background: rgba(255,255,255,0.05);
}

/* PLUS ICON */
.faq-question::after {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 20px;
  color: #b17a45;
}

/* ACTIVE */
.faq-item.active .faq-question::after {
  content: "−";
}

/* ANSWER */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  color: rgba(255,255,255,0.75);
  font-size: 15px;
  line-height: 1.7;
  transition: all 0.3s ease;
}

.faq-item.active .faq-answer {
  max-height: 200px;
  padding: 0 20px 18px;
}

.reviews-section {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  background:
    radial-gradient(circle at 14% 20%, rgba(201,162,77,0.18), transparent 30%),
    radial-gradient(circle at 86% 80%, rgba(120,37,142,0.24), transparent 36%),
    linear-gradient(180deg, #0f1813 0%, #17241c 100%);
}

.reviews-section .section-kicker {
  display: inline-block;
  margin-bottom: 12px;
  color: #b17a45;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.reviews-title {
  color: #ffffff !important;
  max-width: 1100px;
  margin: 0 auto 18px;
  font-size: 2.5rem !important;
  line-height: 1.25;
  text-transform: none;
  letter-spacing: 0;
}

.reviews-intro {
  max-width: 850px;
  margin: 0 auto;
  color: rgba(255,255,255,0.78);
  font-size: 16px;
  line-height: 1.75;
}

.reviews-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 30px;
  align-items: stretch;
}

.reviews-image-card,
.reviews-slider-card {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background: rgba(18,6,23,0.92);
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 26px 70px rgba(0,0,0,0.42);
}

.reviews-image-card {
  min-height: 520px;
}

.reviews-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.reviews-image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 45%, rgba(8,3,12,0.72) 100%);
}

.reviews-slider-card {
  padding: 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.reviews-slider {
  position: relative;
  min-height: 320px;
}

.review-slide {
  display: none;
  animation: reviewFade 0.35s ease;
}

.review-slide.active {
  display: block;
}

@keyframes reviewFade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.review-stars {
  display: flex;
  gap: 6px;
  margin-bottom: 22px;
  color: #b17a45;
  font-size: 18px;
}

.review-slide p {
  color: rgba(255,255,255,0.82);
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 28px;
}

.review-slide h4 {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 4px;
  text-transform: none;
  letter-spacing: 0;
}

.review-slide span {
  color: rgba(255,255,255,0.58);
  font-size: 14px;
}

.reviews-controls {
  display: flex;
  gap: 12px;
  margin-top: 30px;
}

.reviews-controls button {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(201,162,77,0.42);
  background: rgba(201,162,77,0.14);
  color: #b17a45;
  cursor: pointer;
  transition: 0.25s ease;
}

.reviews-controls button:hover {
  background: #b17a45;
  color: #0b0e0c;
}

@media (max-width: 991px) {
  .reviews-layout {
    grid-template-columns: 1fr;
  }

  .reviews-image-card {
    min-height: 360px;
  }

  .reviews-title {
    font-size: 2rem !important;
    line-height: 1.3;
  }
}

@media (max-width: 575px) {
  .reviews-section {
    padding: 70px 0;
  }

  .reviews-slider-card {
    padding: 28px 22px;
  }

  .reviews-slider {
    min-height: 360px;
  }

  .review-slide p {
    font-size: 16px;
  }

  .reviews-title {
    font-size: 1.7rem !important;
    line-height: 1.35;
  }
}

.site-footer {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 20%, rgba(201,162,77,0.14), transparent 30%),
    radial-gradient(circle at 88% 80%, rgba(120,37,142,0.22), transparent 36%),
    linear-gradient(180deg, #0a100c 0%, #060907 100%);
  color: #ffffff;
}

.footer-main {
  padding: 70px 0 28px;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-brand {
  max-width: 720px;
}

.footer-logo img {
  max-width: 170px;
  height: auto;
  display: block;
  margin-bottom: 20px;
}

.footer-brand p,
.footer-contact p,
.footer-disclaimer p {
  color: rgba(255,255,255,0.72);
  font-size: 14.5px;
  line-height: 1.7;
  margin: 0;
}

.footer-cta {
  text-align: right;
}

.footer-cta span {
  display: block;
  margin-bottom: 12px;
  color: #b17a45;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.footer-btn {
  border-radius: 999px;
  padding: 13px 30px;
  background: #b17a45;
  color: #0b0e0c;
  border: 0;
  font-weight: 800;
  text-transform: uppercase;
}

.footer-btn:hover {
  background: #ffffff;
  color: #0b0e0c;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1.25fr;
  gap: 30px;
}

.footer-widget h3 {
  color: #ffffff;
  font-size: 17px;
  margin-bottom: 18px;
  text-transform: none;
  letter-spacing: 0;
}

.footer-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-widget li {
  margin-bottom: 10px;
}

.footer-widget a {
  color: rgba(255,255,255,0.68);
  font-size: 14px;
  transition: 0.25s ease;
}

.footer-widget a:hover {
  color: #b17a45;
}

.footer-contact strong {
  color: #ffffff;
}

.footer-payments {
  margin-top: 42px;
  padding: 24px;
  border-radius: 22px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  text-align: center;
}

.footer-payments span {
  display: block;
  margin-bottom: 18px;
  color: #b17a45;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.footer-payment-icons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
}

.footer-payment-icons img {
  width: 44px;
  height: 28px;
  object-fit: contain;
  display: block;
  filter: brightness(1.05);
}

.footer-disclaimer {
  max-width: 980px;
  margin: 28px auto 0;
  text-align: center;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.footer-bottom p {
  margin: 0;
  color: rgba(255,255,255,0.58);
  font-size: 13px;
}

.footer-bottom-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.footer-bottom-links a {
  color: rgba(255,255,255,0.58);
  font-size: 13px;
}

.footer-bottom-links a:hover {
  color: #b17a45;
}

@media (max-width: 991px) {
  .footer-top,
  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .footer-logo img {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-cta {
    text-align: center;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .footer-main {
    padding: 55px 0 24px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-payment-icons img {
    width: 38px;
    height: 24px;
  }

  .footer-bottom-links {
    justify-content: center;
  }
}\n\n/* =========================================================\n   WHISKEY FOREST — FULL SITE PALETTE OVERRIDE\n   ========================================================= */\n:root{\n --wf-ink:#080a08; --wf-espresso:#130f0b; --wf-cocoa:#24170f; --wf-wood:#3a2417;\n --wf-forest:#0f1813; --wf-forest-2:#17241c; --wf-green:#24392b;\n --wf-whiskey:#9b6a3a; --wf-cognac:#b17a45; --wf-cream:#eadfce; --wf-muted:#b9ad9b;\n}\nhtml,body,.body-inner{background:var(--wf-espresso)!important;color:var(--wf-cream)!important;border-color:#4a3020!important}\nbody p, body li, body span{color:inherit}\nh1,h2,h3,h4,h5,h6{color:#f2eadf}\n.header-two,.header-two .navbar-fixed,.site-navigation{background:rgba(8,10,8,.97)!important;border-bottom:1px solid rgba(155,106,58,.28)}\nul.navbar-nav>li:hover>a,ul.navbar-nav>li.active>a,.navbar-light ul.navbar-nav>li:hover>a{color:#c58b52!important}\n.btn-primary,.header-get-a-quote .btn-primary,.slider.btn-primary{background:linear-gradient(135deg,#754724,#a66d39)!important;color:#fff8ed!important;border:1px solid rgba(224,184,133,.35)!important;box-shadow:0 10px 30px rgba(61,35,19,.28)}\n.btn-primary:hover,.header-get-a-quote .btn-primary:hover{background:linear-gradient(135deg,#1e3225,#2f4b38)!important;color:#f2e6d5!important}\n.section-kicker,.section-title,.section-sub-title,a.read-more{color:#bd8751!important}\nsection:nth-of-type(odd),.top-games-section,.advantages-section,.loyalty-section,.payments-section,.faq-section{background:linear-gradient(180deg,#130f0b 0%,#0c120e 100%)!important}\nsection:nth-of-type(even),.about-casino-section,.live-games-section,.rewards-highlight,.app-section,.games-section{background:linear-gradient(180deg,#0e1711 0%,#18251c 52%,#100d0a 100%)!important}\n.game-card,.live-game-card,.about-highlight-card,.about-feature-card,.advantages-main-card,.advantage-card,.loyalty-card,.rewards-card,.registration-step,.payment-card,.faq-item,.app-card,[class*="feature-card"],[class*="info-card"]{background:linear-gradient(145deg,rgba(37,25,17,.96),rgba(14,24,18,.96))!important;border-color:rgba(177,122,69,.25)!important;box-shadow:0 18px 45px rgba(0,0,0,.28)!important}\n.about-badges span,.advantages-badge,.bonus-badge,[class*="badge"]{background:rgba(155,106,58,.13)!important;border-color:rgba(177,122,69,.35)!important;color:#d9b183!important}\n.about-info-strip,.advantages-cta{background:linear-gradient(110deg,#23170f,#142119)!important;border-color:rgba(177,122,69,.25)!important}\n.about-feature-card i,.advantage-icon,.rewards-icon,.rewards-features i,.advantages-list i{color:#b77d46!important}\n.parallax-cta-section:before,.banner:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,9,7,.88) 0%,rgba(17,27,20,.68) 48%,rgba(38,23,14,.35) 100%);z-index:0}\n.banner,.parallax-cta-section{position:relative}.banner .slider-content,.parallax-cta-section .container{position:relative;z-index:1}\n.parallax-overlay{background:linear-gradient(90deg,rgba(8,11,8,.88),rgba(24,39,29,.72),rgba(52,31,18,.58))!important}\nfooter,.site-footer,.footer{background:linear-gradient(180deg,#0c100d,#070907)!important;border-top:1px solid rgba(177,122,69,.25)!important}\n/* kill legacy purple/yellow accents */\n[style*="#350b2d"],[style*="#2b0a37"],[style*="#1b0624"]{background-color:#101a14!important}\n


/* ==================================================
   ABOUT CASINO
================================================== */

.about-casino-section {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 10%, rgba(54, 88, 64, 0.18), transparent 35%),
    linear-gradient(135deg, #100d0a 0%, #17110d 48%, #0e1711 100%);
}

.about-casino-section::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  left: -240px;
  top: 25%;
  border-radius: 50%;
  background: rgba(130, 87, 48, 0.08);
  filter: blur(10px);
  pointer-events: none;
}

.about-casino-section .container {
  position: relative;
  z-index: 2;
}

.about-casino-section .section-kicker,
.about-label {
  display: inline-block;
  margin-bottom: 13px;
  color: #b58a5c;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.about-title {
  margin-bottom: 20px;
  color: #f5efe6;
  font-size: 42px;
  line-height: 1.15;
  text-transform: none;
  letter-spacing: -1px;
}

.about-intro {
  max-width: 850px;
  margin: 0;
  color: #d4cdc2;
  font-size: 17px;
  line-height: 29px;
}


/* Image
================================================== */

.about-image-card {
  position: relative;
  height: 100%;
  min-height: 570px;
  overflow: hidden;
  border: 1px solid rgba(181, 138, 92, 0.24);
  border-radius: 5px;
  background: #0c100d;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.32);
}

.about-image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(8, 10, 8, 0.88) 0%, rgba(8, 10, 8, 0.08) 55%),
    linear-gradient(120deg, rgba(43, 27, 18, 0.15), rgba(11, 29, 18, 0.12));
  pointer-events: none;
}

.about-image-card img {
  width: 100%;
  height: 100%;
  min-height: 570px;
  object-fit: cover;
  display: block;
}

.about-image-caption {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 28px;
  z-index: 3;
}

.about-image-caption span {
  display: block;
  margin-bottom: 2px;
  color: #c3a47e;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.about-image-caption strong {
  display: block;
  color: #fff8ee;
  font-family: "Montserrat", sans-serif;
  font-size: 46px;
  line-height: 1;
}

.about-image-caption p {
  margin: 8px 0 0;
  color: #ddd3c5;
  font-size: 13px;
}


/* Main text card
================================================== */

.about-content-card {
  height: 100%;
  padding: 48px 48px 42px;
  border: 1px solid rgba(104, 132, 107, 0.18);
  border-radius: 5px;
  background:
    linear-gradient(145deg, rgba(27, 38, 29, 0.92), rgba(24, 18, 13, 0.96));
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.2);
}

.about-content-card h3,
.about-story-block h3,
.about-destination-card h3 {
  margin: 0 0 24px;
  color: #f3ece2;
  font-size: 27px;
  line-height: 37px;
  text-transform: none;
  letter-spacing: -0.4px;
}

.about-content-card p,
.about-story-block p {
  margin-bottom: 19px;
  color: #c9c3b9;
  font-size: 15px;
  line-height: 27px;
}

.about-content-card p:last-child,
.about-story-block p:last-child {
  margin-bottom: 0;
}


/* Facts
================================================== */

.about-facts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-top: 25px;
}

.about-fact-card {
  display: flex;
  gap: 17px;
  padding: 26px 22px;
  border: 1px solid rgba(181, 138, 92, 0.16);
  border-radius: 4px;
  background: rgba(25, 21, 16, 0.78);
  transition: transform 0.3s ease, border-color 0.3s ease,
    background 0.3s ease;
}

.about-fact-card:hover {
  transform: translateY(-4px);
  border-color: rgba(181, 138, 92, 0.42);
  background: rgba(31, 27, 20, 0.96);
}

.about-fact-icon {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(181, 138, 92, 0.3);
  border-radius: 50%;
  background: rgba(125, 83, 47, 0.1);
  color: #b58a5c;
  font-size: 16px;
}

.about-fact-card span {
  display: block;
  margin-bottom: 4px;
  color: #8f998f;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.about-fact-card h4 {
  margin: 0 0 8px;
  color: #f0e8dc;
  font-size: 15px;
  line-height: 21px;
  text-transform: none;
}

.about-fact-card p {
  margin: 0;
  color: #aaa69e;
  font-size: 12px;
  line-height: 20px;
}


/* Story
================================================== */

.about-story-block {
  height: 100%;
  padding: 42px;
  border-left: 2px solid #8f643d;
  background:
    linear-gradient(110deg, rgba(45, 29, 19, 0.7), rgba(19, 24, 19, 0.52));
}


/* Destination
================================================== */

.about-destination-card {
  height: 100%;
  padding: 40px;
  border: 1px solid rgba(81, 112, 86, 0.24);
  background:
    linear-gradient(155deg, rgba(20, 37, 25, 0.9), rgba(18, 17, 13, 0.95));
}

.destination-item {
  display: flex;
  align-items: flex-start;
  gap: 17px;
  padding: 17px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.destination-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.destination-item > i {
  width: 37px;
  padding-top: 4px;
  color: #b58a5c;
  font-size: 18px;
  text-align: center;
}

.destination-item h4 {
  margin: 0 0 4px;
  color: #eee7dc;
  font-size: 14px;
  line-height: 20px;
  text-transform: none;
}

.destination-item p {
  margin: 0;
  color: #aaa99f;
  font-size: 12px;
  line-height: 20px;
}


/* Information strip
================================================== */

.about-info-strip {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-top: 25px;
  overflow: hidden;
  border: 1px solid rgba(181, 138, 92, 0.18);
  background: #0c110d;
}

.about-info-item {
  min-height: 94px;
  padding: 22px 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
}

.about-info-item:last-child {
  border-right: 0;
}

.about-info-item span {
  display: block;
  margin-bottom: 7px;
  color: #8b968d;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.about-info-item strong {
  display: block;
  color: #e4ddd2;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 19px;
}


/* Responsive
================================================== */

@media (max-width: 1199px) {

  .about-facts-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-info-strip {
    grid-template-columns: repeat(3, 1fr);
  }

  .about-info-item:nth-child(3) {
    border-right: 0;
  }

  .about-info-item:nth-child(-n+3) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  }
}


@media (max-width: 991px) {

  .about-casino-section {
    padding: 75px 0;
  }

  .about-image-card,
  .about-image-card img {
    min-height: 480px;
  }

  .about-content-card {
    padding: 38px 32px;
  }

  .about-title {
    font-size: 36px;
  }
}


@media (max-width: 767px) {

  .about-title {
    font-size: 31px;
    line-height: 40px;
  }

  .about-intro {
    font-size: 15px;
    line-height: 26px;
  }

  .about-facts-grid {
    grid-template-columns: 1fr;
  }

  .about-story-block,
  .about-destination-card {
    padding: 30px 25px;
  }

  .about-info-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-info-item,
  .about-info-item:nth-child(3) {
    border-right: 1px solid rgba(255, 255, 255, 0.07);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  }

  .about-info-item:nth-child(even) {
    border-right: 0;
  }

  .about-info-item:nth-last-child(-n+2) {
    border-bottom: 0;
  }
}


@media (max-width: 480px) {

  .about-casino-section {
    padding: 60px 0;
  }

  .about-image-card,
  .about-image-card img {
    min-height: 390px;
  }

  .about-image-caption {
    left: 22px;
    bottom: 22px;
  }

  .about-image-caption strong {
    font-size: 38px;
  }

  .about-content-card {
    padding: 30px 24px;
  }

  .about-content-card h3,
  .about-story-block h3,
  .about-destination-card h3 {
    font-size: 23px;
    line-height: 32px;
  }

  .about-info-strip {
    grid-template-columns: 1fr;
  }

  .about-info-item,
  .about-info-item:nth-child(even),
  .about-info-item:nth-child(3) {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  }

  .about-info-item:last-child {
    border-bottom: 0;
  }
}

/* ==================================================
   CASINO OVERVIEW
================================================== */

.casino-overview-section {
  position: relative;
  padding: 105px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 5% 15%, rgba(102, 67, 39, 0.12), transparent 27%),
    radial-gradient(circle at 90% 70%, rgba(35, 76, 50, 0.14), transparent 32%),
    #0b100d;
}

.casino-overview-section .container {
  position: relative;
  z-index: 2;
}


/* Heading
================================================== */

.overview-kicker {
  display: inline-block;
  margin-bottom: 12px;
  color: #b48a60;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.overview-title {
  margin: 0 0 20px;
  color: #f3ece2;
  font-size: 43px;
  line-height: 1.15;
  letter-spacing: -1px;
  text-transform: none;
}

.overview-lead {
  max-width: 820px;
  margin: 0;
  color: #c7c1b7;
  font-size: 16px;
  line-height: 28px;
}

.overview-summary {
  padding: 22px 25px;
  border-left: 2px solid #93683f;
  background: rgba(31, 27, 21, 0.72);
}

.overview-summary span {
  display: block;
  margin-bottom: 4px;
  color: #89958b;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.overview-summary strong {
  display: block;
  color: #eee6da;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
}

.overview-summary p {
  margin: 4px 0 0;
  color: #aaa69f;
  font-size: 12px;
}


/* Main image
================================================== */

.overview-visual {
  position: relative;
  min-height: 480px;
  margin-bottom: 24px;
  overflow: hidden;
  border: 1px solid rgba(178, 137, 94, 0.18);
  border-radius: 5px;
  background: #111;
}

.overview-visual img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overview-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(7, 11, 8, 0.95) 0%,
      rgba(8, 12, 9, 0.75) 37%,
      rgba(8, 12, 9, 0.2) 72%
    ),
    linear-gradient(to top, rgba(8, 11, 9, 0.5), transparent 50%);
}

.overview-visual-overlay {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 55px;
  width: 520px;
  max-width: calc(100% - 110px);
  transform: translateY(-50%);
}

.overview-visual-overlay > span {
  display: block;
  margin-bottom: 12px;
  color: #b89168;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.overview-visual-overlay h3 {
  max-width: 450px;
  margin: 0 0 17px;
  color: #fff8ed;
  font-size: 34px;
  line-height: 43px;
  text-transform: none;
}

.overview-visual-overlay p {
  margin: 0;
  color: #d1cbc1;
  font-size: 14px;
  line-height: 25px;
}

.overview-visual-badge {
  position: absolute;
  z-index: 4;
  right: 28px;
  bottom: 28px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 15px 19px;
  border: 1px solid rgba(189, 151, 109, 0.32);
  background: rgba(14, 18, 14, 0.9);
  backdrop-filter: blur(10px);
}

.overview-visual-badge i {
  color: #b58a5c;
  font-size: 20px;
}

.overview-visual-badge span {
  display: block;
  color: #929a91;
  font-size: 9px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.overview-visual-badge strong {
  display: block;
  color: #f0e7db;
  font-size: 13px;
}


/* Zone cards
================================================== */

.overview-zones {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.overview-zone-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 415px;
  padding: 32px 29px 28px;
  overflow: hidden;
  border: 1px solid rgba(181, 138, 92, 0.15);
  background:
    linear-gradient(145deg, rgba(29, 24, 18, 0.96), rgba(17, 25, 19, 0.96));
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    background 0.3s ease;
}

.overview-zone-card:hover {
  transform: translateY(-5px);
  border-color: rgba(181, 138, 92, 0.38);
  background:
    linear-gradient(145deg, rgba(36, 29, 21, 0.98), rgba(20, 31, 23, 0.98));
}

.overview-zone-featured {
  background:
    linear-gradient(145deg, rgba(21, 42, 28, 0.94), rgba(26, 22, 16, 0.98));
}

.zone-number {
  position: absolute;
  top: 17px;
  right: 20px;
  color: rgba(218, 199, 174, 0.1);
  font-family: "Montserrat", sans-serif;
  font-size: 43px;
  font-weight: 700;
  line-height: 1;
}

.zone-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  border: 1px solid rgba(181, 138, 92, 0.3);
  background: rgba(126, 84, 48, 0.09);
  color: #b58a5c;
  font-size: 18px;
}

.zone-type {
  display: block;
  margin-bottom: 7px;
  color: #77887b;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.overview-zone-card h3 {
  margin: 0 0 15px;
  color: #eee7dc;
  font-size: 20px;
  line-height: 27px;
  text-transform: none;
}

.overview-zone-card > p {
  margin: 0 0 20px;
  color: #aaa79f;
  font-size: 13px;
  line-height: 22px;
}

.zone-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: auto;
  margin-bottom: 22px;
}

.zone-tags span {
  padding: 6px 9px;
  border: 1px solid rgba(113, 132, 115, 0.18);
  background: rgba(33, 50, 37, 0.34);
  color: #aeb7ae;
  font-size: 9px;
  letter-spacing: 0.4px;
}

.zone-feature {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  margin-bottom: 22px;
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.zone-feature strong {
  color: #c29a6d;
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
}

.zone-feature span {
  max-width: 145px;
  color: #979d97;
  font-size: 10px;
  line-height: 16px;
}

.zone-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #c49a6d;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-decoration: none;
  transition: gap 0.25s ease, color 0.25s ease;
}

.zone-link:hover {
  gap: 13px;
  color: #e0bd93;
  text-decoration: none;
}

.zone-link i {
  font-size: 10px;
}


/* Casino flow
================================================== */

.overview-flow {
  margin-top: 25px;
  padding: 43px 38px 38px;
  border: 1px solid rgba(89, 116, 94, 0.18);
  background:
    linear-gradient(100deg, rgba(17, 35, 23, 0.72), rgba(28, 21, 16, 0.78));
}

.overview-flow-heading {
  margin-bottom: 34px;
  text-align: center;
}

.overview-flow-heading h3 {
  margin: 0;
  color: #eee7dc;
  font-size: 24px;
  text-transform: none;
}

.overview-flow-track {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flow-item {
  flex: 0 0 110px;
  text-align: center;
}

.flow-dot {
  width: 54px;
  height: 54px;
  margin: 0 auto 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(181, 138, 92, 0.36);
  border-radius: 50%;
  background: #151a15;
  color: #bd9366;
  font-size: 17px;
}

.flow-item span {
  color: #bcb7ae;
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.flow-line {
  width: 55px;
  height: 1px;
  margin-top: -31px;
  background: linear-gradient(
    90deg,
    rgba(181, 138, 92, 0.12),
    rgba(181, 138, 92, 0.55),
    rgba(181, 138, 92, 0.12)
  );
}


/* Bottom note
================================================== */

.overview-note {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-top: 24px;
  padding: 24px 27px;
  border-left: 2px solid #42644a;
  background: rgba(25, 36, 28, 0.68);
}

.overview-note-icon {
  flex: 0 0 37px;
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a9845e;
  font-size: 16px;
}

.overview-note span {
  display: block;
  margin-bottom: 5px;
  color: #d7c1a5;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.overview-note p {
  max-width: 920px;
  margin: 0;
  color: #aaa9a2;
  font-size: 12px;
  line-height: 21px;
}


/* Responsive
================================================== */

@media (max-width: 1199px) {

  .overview-zones {
    grid-template-columns: repeat(2, 1fr);
  }

  .overview-flow-track {
    flex-wrap: wrap;
    gap: 25px;
  }

  .flow-line {
    display: none;
  }
}


@media (max-width: 991px) {

  .casino-overview-section {
    padding: 80px 0;
  }

  .overview-title {
    font-size: 36px;
  }

  .overview-visual {
    min-height: 430px;
  }

  .overview-visual-overlay {
    left: 35px;
    max-width: calc(100% - 70px);
  }
}


@media (max-width: 767px) {

  .overview-title {
    font-size: 31px;
    line-height: 39px;
  }

  .overview-zones {
    grid-template-columns: 1fr;
  }

  .overview-zone-card {
    min-height: auto;
  }

  .overview-visual {
    min-height: 500px;
  }

  .overview-visual::after {
    background: linear-gradient(
      to top,
      rgba(7, 11, 8, 0.97),
      rgba(7, 11, 8, 0.56)
    );
  }

  .overview-visual-overlay {
    top: auto;
    left: 25px;
    right: 25px;
    bottom: 85px;
    width: auto;
    max-width: none;
    transform: none;
  }

  .overview-visual-overlay h3 {
    font-size: 27px;
    line-height: 35px;
  }

  .overview-visual-badge {
    right: auto;
    left: 25px;
    bottom: 22px;
  }

  .overview-flow {
    padding: 35px 20px;
  }

  .overview-flow-track {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .flow-item {
    width: auto;
  }
}


@media (max-width: 480px) {

  .casino-overview-section {
    padding: 65px 0;
  }

  .overview-visual {
    min-height: 540px;
  }

  .overview-zone-card {
    padding: 28px 23px;
  }

  .overview-flow-track {
    grid-template-columns: 1fr 1fr;
    gap: 28px 10px;
  }

  .overview-note {
    padding: 21px 18px;
  }
}

/* ==================================================
   ELECTRONIC GAMING
================================================== */

.electronic-gaming-section {
  position: relative;
  padding: 105px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 12%, rgba(83, 53, 31, 0.16), transparent 30%),
    radial-gradient(circle at 8% 80%, rgba(29, 70, 44, 0.13), transparent 30%),
    linear-gradient(135deg, #130e0b 0%, #17120d 48%, #0d1711 100%);
}

.electronic-gaming-section .container {
  position: relative;
  z-index: 2;
}


/* Heading
================================================== */

.eg-kicker,
.eg-label {
  display: inline-block;
  margin-bottom: 12px;
  color: #b58a5c;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.eg-title {
  max-width: 850px;
  margin: 0 0 20px;
  color: #f5eee4;
  font-size: 42px;
  line-height: 1.17;
  letter-spacing: -1px;
  text-transform: none;
}

.eg-lead {
  max-width: 850px;
  margin: 0;
  color: #c9c2b8;
  font-size: 16px;
  line-height: 28px;
}

.eg-hours-card {
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 22px 23px;
  border: 1px solid rgba(181, 138, 92, 0.18);
  background:
    linear-gradient(135deg, rgba(37, 29, 21, 0.9), rgba(20, 34, 24, 0.9));
}

.eg-hours-icon {
  flex: 0 0 45px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(181, 138, 92, 0.3);
  border-radius: 50%;
  color: #bd9163;
}

.eg-hours-card span {
  display: block;
  margin-bottom: 4px;
  color: #8e998f;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.eg-hours-card strong {
  display: block;
  color: #eee5d9;
  font-size: 14px;
}

.eg-hours-card p {
  margin: 3px 0 0;
  color: #9e9c96;
  font-size: 11px;
}


/* Main image
================================================== */

.eg-main-image {
  position: relative;
  height: 100%;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(181, 138, 92, 0.2);
}

.eg-main-image img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.eg-main-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to top,
      rgba(8, 11, 8, 0.94) 0%,
      rgba(8, 11, 8, 0.15) 63%
    );
}

.eg-image-overlay {
  position: absolute;
  z-index: 3;
  left: 35px;
  right: 35px;
  bottom: 31px;
}

.eg-image-overlay span {
  display: block;
  margin-bottom: 7px;
  color: #c29a70;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.eg-image-overlay h3 {
  max-width: 540px;
  margin: 0 0 9px;
  color: #fff8ee;
  font-size: 27px;
  line-height: 35px;
  text-transform: none;
}

.eg-image-overlay p {
  max-width: 600px;
  margin: 0;
  color: #cbc5bb;
  font-size: 12px;
  line-height: 21px;
}


/* Intro
================================================== */

.eg-intro-card {
  height: 100%;
  padding: 41px 37px;
  border: 1px solid rgba(70, 102, 76, 0.2);
  background:
    linear-gradient(145deg, rgba(20, 37, 25, 0.94), rgba(28, 21, 16, 0.97));
}

.eg-intro-card h3 {
  margin: 0 0 22px;
  color: #f0e8dd;
  font-size: 26px;
  line-height: 35px;
  text-transform: none;
}

.eg-intro-card p {
  margin: 0 0 18px;
  color: #b9b5ad;
  font-size: 13px;
  line-height: 23px;
}

.eg-intro-card p:last-child {
  margin-bottom: 0;
}


/* Features
================================================== */

.eg-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 24px 0;
}

.eg-feature-card {
  position: relative;
  padding: 28px 24px;
  border: 1px solid rgba(181, 138, 92, 0.14);
  background: rgba(24, 22, 17, 0.75);
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.eg-feature-card:hover {
  transform: translateY(-4px);
  border-color: rgba(181, 138, 92, 0.38);
}

.eg-feature-card > span {
  position: absolute;
  top: 20px;
  right: 21px;
  color: rgba(214, 194, 168, 0.12);
  font-size: 25px;
  font-weight: 700;
}

.eg-feature-icon {
  width: 43px;
  height: 43px;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(181, 138, 92, 0.28);
  color: #b88c5e;
  font-size: 16px;
}

.eg-feature-card h3 {
  margin: 0 0 12px;
  color: #e9e1d6;
  font-size: 16px;
  line-height: 23px;
  text-transform: none;
}

.eg-feature-card p {
  margin: 0;
  color: #a7a59f;
  font-size: 11px;
  line-height: 19px;
}


/* Jackpots
================================================== */

.eg-jackpots-block {
  margin: 25px 0;
  padding: 47px;
  border: 1px solid rgba(181, 138, 92, 0.18);
  background:
    radial-gradient(circle at 90% 20%, rgba(114, 73, 40, 0.15), transparent 35%),
    linear-gradient(120deg, rgba(42, 28, 18, 0.88), rgba(17, 29, 20, 0.92));
}

.eg-block-title {
  margin: 0 0 17px;
  color: #f0e7db;
  font-size: 28px;
  line-height: 37px;
  text-transform: none;
}

.eg-block-text {
  margin: 0 0 21px;
  color: #b5b0a7;
  font-size: 13px;
  line-height: 23px;
}

.eg-jackpot-note {
  display: flex;
  gap: 13px;
  padding: 15px 17px;
  border-left: 2px solid #96693f;
  background: rgba(12, 17, 13, 0.48);
}

.eg-jackpot-note i {
  padding-top: 3px;
  color: #b98d60;
}

.eg-jackpot-note p {
  margin: 0;
  color: #a6a49d;
  font-size: 10px;
  line-height: 18px;
}

.eg-products-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
}

.eg-product {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 60px;
  padding: 13px 15px;
  border: 1px solid rgba(181, 138, 92, 0.13);
  background: rgba(12, 17, 13, 0.52);
}

.eg-product i {
  width: 27px;
  color: #b98e61;
  text-align: center;
}

.eg-product span {
  color: #d8d1c7;
  font-size: 11px;
  font-weight: 600;
}


/* Roulette
================================================== */

.eg-roulette-block {
  margin-top: 25px;
  overflow: hidden;
  border: 1px solid rgba(72, 103, 77, 0.18);
  background:
    linear-gradient(135deg, rgba(17, 35, 23, 0.92), rgba(28, 22, 17, 0.95));
}

.eg-roulette-content {
  padding: 45px;
}

.eg-roulette-content h3 {
  margin: 0 0 20px;
  color: #f1e9de;
  font-size: 28px;
  line-height: 37px;
  text-transform: none;
}

.eg-roulette-content > p {
  margin-bottom: 17px;
  color: #b4b0a8;
  font-size: 13px;
  line-height: 23px;
}

.eg-roulette-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.eg-roulette-points div {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 11px;
  border: 1px solid rgba(181, 138, 92, 0.16);
  background: rgba(14, 17, 13, 0.45);
}

.eg-roulette-points i {
  color: #b68b5d;
  font-size: 11px;
}

.eg-roulette-points span {
  color: #aaa9a2;
  font-size: 9px;
}

.eg-roulette-image {
  position: relative;
  height: 100%;
  min-height: 390px;
}

.eg-roulette-image img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
}

.eg-roulette-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(8, 13, 9, 0.75), transparent 55%);
}

.eg-roulette-image-label {
  position: absolute;
  z-index: 3;
  right: 25px;
  bottom: 24px;
  padding: 13px 17px;
  border: 1px solid rgba(181, 138, 92, 0.27);
  background: rgba(11, 16, 12, 0.88);
}

.eg-roulette-image-label span {
  display: block;
  color: #8d998e;
  font-size: 8px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.eg-roulette-image-label strong {
  color: #e9dfd2;
  font-size: 14px;
}


/* Schedule
================================================== */

.eg-schedule {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  margin-top: 24px;
  padding: 28px 32px;
  border: 1px solid rgba(181, 138, 92, 0.16);
  background: rgba(24, 20, 15, 0.8);
}

.eg-schedule-heading {
  display: flex;
  align-items: center;
  gap: 15px;
}

.eg-schedule-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(181, 138, 92, 0.28);
  color: #b88c5e;
}

.eg-schedule-heading span {
  display: block;
  margin-bottom: 3px;
  color: #7f8e82;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.eg-schedule-heading h3 {
  margin: 0;
  color: #e7ded2;
  font-size: 16px;
  text-transform: none;
}

.eg-schedule-times {
  display: flex;
  align-items: center;
  gap: 30px;
}

.eg-time-item span {
  display: block;
  margin-bottom: 4px;
  color: #8e958e;
  font-size: 9px;
}

.eg-time-item strong {
  color: #d9c6ad;
  font-size: 14px;
}

.eg-time-divider {
  width: 1px;
  height: 35px;
  background: rgba(181, 138, 92, 0.22);
}


/* Bottom info
================================================== */

.eg-bottom-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 14px;
}

.eg-bottom-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 21px;
  border: 1px solid rgba(72, 100, 77, 0.15);
  background: rgba(15, 27, 19, 0.5);
}

.eg-bottom-item > i {
  padding-top: 3px;
  color: #af8559;
  font-size: 15px;
}

.eg-bottom-item span {
  display: block;
  margin-bottom: 5px;
  color: #d9c4a9;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.eg-bottom-item p {
  margin: 0;
  color: #9e9f99;
  font-size: 10px;
  line-height: 18px;
}


/* Responsive
================================================== */

@media (max-width: 1199px) {

  .eg-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}


@media (max-width: 991px) {

  .electronic-gaming-section {
    padding: 80px 0;
  }

  .eg-title {
    font-size: 36px;
  }

  .eg-schedule {
    align-items: flex-start;
    flex-direction: column;
  }
}


@media (max-width: 767px) {

  .eg-title {
    font-size: 31px;
    line-height: 40px;
  }

  .eg-feature-grid,
  .eg-bottom-info {
    grid-template-columns: 1fr;
  }

  .eg-jackpots-block,
  .eg-roulette-content {
    padding: 32px 25px;
  }

  .eg-schedule-times {
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    gap: 17px;
  }

  .eg-time-divider {
    width: 100%;
    height: 1px;
  }
}


@media (max-width: 480px) {

  .electronic-gaming-section {
    padding: 65px 0;
  }

  .eg-main-image,
  .eg-main-image img {
    min-height: 440px;
  }

  .eg-image-overlay {
    left: 23px;
    right: 23px;
    bottom: 23px;
  }

  .eg-intro-card {
    padding: 31px 24px;
  }

  .eg-feature-grid {
    grid-template-columns: 1fr;
  }

  .eg-products-grid {
    grid-template-columns: 1fr;
  }

  .eg-roulette-image,
  .eg-roulette-image img {
    min-height: 320px;
  }

  .eg-schedule {
    padding: 23px 20px;
  }
}

/* ==================================================
   TABLE GAMES
================================================== */

.table-games-section {
  position: relative;
  padding: 105px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 15%, rgba(41, 77, 51, 0.15), transparent 30%),
    radial-gradient(circle at 8% 75%, rgba(111, 71, 39, 0.13), transparent 30%),
    linear-gradient(135deg, #0c1510 0%, #121811 45%, #17100c 100%);
}

.table-games-section .container {
  position: relative;
  z-index: 2;
}


/* Heading
================================================== */

.tg-kicker,
.tg-label {
  display: inline-block;
  margin-bottom: 12px;
  color: #b68b5e;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.tg-title {
  max-width: 820px;
  margin: 0 0 20px;
  color: #f4ede3;
  font-size: 42px;
  line-height: 1.17;
  letter-spacing: -1px;
  text-transform: none;
}

.tg-lead {
  max-width: 850px;
  margin: 0;
  color: #c5bfb5;
  font-size: 16px;
  line-height: 28px;
}

.tg-hours-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px 24px;
  border: 1px solid rgba(181, 138, 92, 0.18);
  background: rgba(30, 25, 19, 0.78);
}

.tg-hours-card > i {
  width: 43px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(181, 138, 92, 0.28);
  border-radius: 50%;
  color: #b88d60;
}

.tg-hours-card span {
  display: block;
  margin-bottom: 3px;
  color: #859187;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.tg-hours-card strong {
  display: block;
  color: #eee5d9;
  font-size: 14px;
}

.tg-hours-card p {
  margin: 3px 0 0;
  color: #9b9a94;
  font-size: 10px;
}


/* Hero
================================================== */

.tg-hero-image {
  position: relative;
  height: 100%;
  min-height: 510px;
  overflow: hidden;
  border: 1px solid rgba(181, 138, 92, 0.18);
}

.tg-hero-image img {
  width: 100%;
  height: 100%;
  min-height: 510px;
  object-fit: cover;
}

.tg-hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(7, 11, 8, 0.95),
    rgba(7, 11, 8, 0.08) 62%
  );
}

.tg-hero-overlay {
  position: absolute;
  z-index: 3;
  left: 35px;
  right: 35px;
  bottom: 31px;
}

.tg-hero-overlay span {
  display: block;
  margin-bottom: 7px;
  color: #c09a70;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.tg-hero-overlay h3 {
  margin: 0 0 9px;
  color: #fff8ee;
  font-size: 28px;
  line-height: 36px;
  text-transform: none;
}

.tg-hero-overlay p {
  max-width: 590px;
  margin: 0;
  color: #cac4ba;
  font-size: 12px;
  line-height: 21px;
}


/* Introduction
================================================== */

.tg-intro-card {
  height: 100%;
  padding: 41px 37px;
  border: 1px solid rgba(68, 100, 74, 0.2);
  background:
    linear-gradient(145deg, rgba(19, 37, 25, 0.94), rgba(29, 21, 16, 0.96));
}

.tg-intro-card h3 {
  margin: 0 0 21px;
  color: #efe7db;
  font-size: 26px;
  line-height: 35px;
  text-transform: none;
}

.tg-intro-card p {
  margin: 0 0 17px;
  color: #b4b1a9;
  font-size: 13px;
  line-height: 23px;
}

.tg-intro-card p:last-child {
  margin-bottom: 0;
}


/* Categories
================================================== */

.tg-category-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 55px;
  border: 1px solid rgba(181, 138, 92, 0.16);
  background: rgba(19, 19, 15, 0.72);
}

.tg-category {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 88px;
  padding: 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}

.tg-category:last-child {
  border-right: 0;
}

.tg-category > i {
  color: #b88d60;
  font-size: 16px;
}

.tg-category span {
  display: block;
  margin-bottom: 3px;
  color: #7f8c82;
  font-size: 8px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tg-category strong {
  display: block;
  color: #ddd5ca;
  font-size: 11px;
  line-height: 17px;
}


/* Games
================================================== */

.tg-games-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

.tg-games-heading h3 {
  margin: 0 0 12px;
  color: #eee6da;
  font-size: 28px;
  line-height: 37px;
  text-transform: none;
}

.tg-games-heading p {
  margin: 0;
  color: #aaa8a1;
  font-size: 13px;
  line-height: 23px;
}

.tg-games-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.tg-game-card {
  min-height: 280px;
  padding: 27px 25px;
  border: 1px solid rgba(181, 138, 92, 0.14);
  background:
    linear-gradient(145deg, rgba(29, 24, 18, 0.91), rgba(16, 28, 19, 0.91));
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.tg-game-card:hover {
  transform: translateY(-4px);
  border-color: rgba(181, 138, 92, 0.36);
}

.tg-game-large {
  min-height: 310px;
}

.tg-game-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}

.tg-game-icon {
  width: 43px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(181, 138, 92, 0.28);
  color: #b98d60;
}

.tg-game-top > span {
  color: #77867a;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.tg-game-card h3 {
  margin: 0 0 13px;
  color: #e9e1d6;
  font-size: 18px;
  line-height: 25px;
  text-transform: none;
}

.tg-game-card > p {
  margin: 0;
  color: #a7a59e;
  font-size: 11px;
  line-height: 20px;
}

.tg-game-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 22px;
}

.tg-game-meta span {
  padding: 6px 8px;
  border: 1px solid rgba(78, 106, 82, 0.2);
  background: rgba(29, 47, 33, 0.35);
  color: #9da79e;
  font-size: 8px;
}


/* Poker
================================================== */

.tg-poker-section {
  margin-top: 25px;
  padding: 45px;
  border: 1px solid rgba(72, 104, 78, 0.18);
  background:
    radial-gradient(circle at 95% 20%, rgba(109, 71, 40, 0.13), transparent 30%),
    linear-gradient(120deg, rgba(17, 35, 23, 0.9), rgba(31, 23, 17, 0.92));
}

.tg-poker-intro h3 {
  margin: 0 0 17px;
  color: #f0e7dc;
  font-size: 27px;
  line-height: 36px;
  text-transform: none;
}

.tg-poker-intro > p {
  margin: 0 0 16px;
  color: #b1aea6;
  font-size: 12px;
  line-height: 22px;
}

.tg-poker-note {
  display: flex;
  gap: 12px;
  margin-top: 21px;
  padding: 14px;
  border-left: 2px solid #90633b;
  background: rgba(11, 16, 12, 0.5);
}

.tg-poker-note i {
  padding-top: 3px;
  color: #b58a5d;
}

.tg-poker-note p {
  margin: 0;
  color: #9f9e98;
  font-size: 9px;
  line-height: 17px;
}

.tg-poker-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.tg-poker-card {
  position: relative;
  min-height: 145px;
  padding: 21px;
  border: 1px solid rgba(181, 138, 92, 0.13);
  background: rgba(12, 18, 13, 0.52);
}

.tg-poker-card > span {
  position: absolute;
  top: 15px;
  right: 16px;
  color: rgba(213, 193, 167, 0.12);
  font-size: 22px;
  font-weight: 700;
}

.tg-poker-card h4 {
  margin: 0 0 9px;
  padding-right: 30px;
  color: #dfd7cc;
  font-size: 14px;
  text-transform: none;
}

.tg-poker-card p {
  margin: 0;
  color: #9fa09a;
  font-size: 10px;
  line-height: 18px;
}


/* Schedule
================================================== */

.tg-schedule {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 24px;
  padding: 28px 32px;
  border: 1px solid rgba(181, 138, 92, 0.17);
  background: rgba(28, 22, 16, 0.8);
}

.tg-schedule-heading {
  display: flex;
  align-items: center;
  gap: 15px;
}

.tg-schedule-icon {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(181, 138, 92, 0.28);
  color: #b78b5e;
}

.tg-schedule-heading span {
  display: block;
  margin-bottom: 3px;
  color: #7e8b80;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.tg-schedule-heading h3 {
  margin: 0;
  color: #e7ded2;
  font-size: 16px;
  text-transform: none;
}

.tg-schedule-times {
  display: flex;
  align-items: center;
  gap: 30px;
}

.tg-time span {
  display: block;
  margin-bottom: 4px;
  color: #8c938d;
  font-size: 9px;
}

.tg-time strong {
  color: #dbc6ab;
  font-size: 14px;
}

.tg-time-line {
  width: 1px;
  height: 36px;
  background: rgba(181, 138, 92, 0.23);
}


/* Information
================================================== */

.tg-info-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 13px;
}

.tg-info-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 20px;
  border: 1px solid rgba(69, 99, 74, 0.15);
  background: rgba(15, 26, 18, 0.52);
}

.tg-info-card > i {
  padding-top: 3px;
  color: #b0875d;
  font-size: 14px;
}

.tg-info-card span {
  display: block;
  margin-bottom: 5px;
  color: #d5bea2;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tg-info-card p {
  margin: 0;
  color: #9d9e98;
  font-size: 9px;
  line-height: 17px;
}


/* Responsive
================================================== */

@media (max-width: 1199px) {

  .tg-category-strip {
    grid-template-columns: repeat(3, 1fr);
  }

  .tg-category:nth-child(3) {
    border-right: 0;
  }

  .tg-games-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}


@media (max-width: 991px) {

  .table-games-section {
    padding: 80px 0;
  }

  .tg-title {
    font-size: 36px;
  }

  .tg-info-row {
    grid-template-columns: 1fr;
  }

  .tg-schedule {
    align-items: flex-start;
    flex-direction: column;
  }
}


@media (max-width: 767px) {

  .tg-title {
    font-size: 31px;
    line-height: 40px;
  }

  .tg-category-strip,
  .tg-games-grid {
    grid-template-columns: 1fr;
  }

  .tg-category {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }

  .tg-category:last-child {
    border-bottom: 0;
  }

  .tg-poker-section {
    padding: 32px 24px;
  }

  .tg-poker-grid {
    grid-template-columns: 1fr;
  }

  .tg-schedule-times {
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    gap: 17px;
  }

  .tg-time-line {
    width: 100%;
    height: 1px;
  }
}


@media (max-width: 480px) {

  .table-games-section {
    padding: 65px 0;
  }

  .tg-hero-image,
  .tg-hero-image img {
    min-height: 430px;
  }

  .tg-hero-overlay {
    left: 23px;
    right: 23px;
    bottom: 23px;
  }

  .tg-intro-card {
    padding: 31px 24px;
  }
}

/* ==================================================
   MEMBERS LOUNGE
================================================== */

.members-lounge-section {
  position: relative;
  padding: 105px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 15%, rgba(49, 83, 58, 0.17), transparent 31%),
    radial-gradient(circle at 8% 80%, rgba(107, 68, 38, 0.13), transparent 29%),
    linear-gradient(135deg, #100c09 0%, #17120d 48%, #0c1710 100%);
}

.members-lounge-section::before {
  content: "";
  position: absolute;
  top: 160px;
  right: -190px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(181, 138, 92, 0.07);
  border-radius: 50%;
  pointer-events: none;
}

.members-lounge-section .container {
  position: relative;
  z-index: 2;
}


/* Heading
================================================== */

.ml-kicker,
.ml-label {
  display: inline-block;
  margin-bottom: 12px;
  color: #b58a5d;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.ml-title {
  max-width: 850px;
  margin: 0 0 20px;
  color: #f4ece1;
  font-size: 42px;
  line-height: 1.17;
  letter-spacing: -1px;
  text-transform: none;
}

.ml-lead {
  max-width: 900px;
  margin: 0;
  color: #c5bfb5;
  font-size: 16px;
  line-height: 28px;
}


/* Main block
================================================== */

.ml-main-block {
  margin-top: 48px;
  padding: 50px;
  border: 1px solid rgba(181, 138, 92, 0.17);
  background:
    radial-gradient(circle at 90% 15%, rgba(62, 103, 72, 0.13), transparent 35%),
    linear-gradient(120deg, rgba(42, 29, 20, 0.9), rgba(17, 34, 23, 0.94));
}

.ml-main-content {
  padding-right: 30px;
}

.ml-main-content h3 {
  max-width: 600px;
  margin: 0 0 23px;
  color: #f1e8dc;
  font-size: 29px;
  line-height: 39px;
  text-transform: none;
}

.ml-main-content p {
  max-width: 680px;
  margin: 0 0 18px;
  color: #b7b3ab;
  font-size: 13px;
  line-height: 24px;
}

.ml-main-content p:last-child {
  margin-bottom: 0;
}


/* Access panel
================================================== */

.ml-access-panel {
  padding: 35px 32px;
  border: 1px solid rgba(181, 138, 92, 0.2);
  background: rgba(11, 18, 13, 0.68);
}

.ml-access-icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 23px;
  border: 1px solid rgba(181, 138, 92, 0.32);
  border-radius: 50%;
  background: rgba(112, 76, 43, 0.08);
  color: #bd9163;
  font-size: 18px;
}

.ml-access-panel > h3 {
  margin: 0 0 24px;
  color: #ede4d8;
  font-size: 23px;
  text-transform: none;
}

.ml-access-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.ml-check {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(76, 112, 82, 0.35);
  border-radius: 50%;
  color: #819f86;
  font-size: 10px;
}

.ml-access-item h4 {
  margin: 0 0 5px;
  color: #ded6ca;
  font-size: 13px;
  line-height: 20px;
  text-transform: none;
}

.ml-access-item p {
  margin: 0;
  color: #9fa09a;
  font-size: 10px;
  line-height: 18px;
}

.ml-access-note {
  display: flex;
  gap: 11px;
  margin-top: 11px;
  padding: 14px;
  border-left: 2px solid #88603b;
  background: rgba(43, 30, 20, 0.4);
}

.ml-access-note i {
  padding-top: 3px;
  color: #b78b5e;
  font-size: 12px;
}

.ml-access-note p {
  margin: 0;
  color: #999b95;
  font-size: 9px;
  line-height: 17px;
}


/* Features
================================================== */

.ml-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 24px;
}

.ml-feature-card {
  position: relative;
  min-height: 290px;
  padding: 28px 24px;
  overflow: hidden;
  border: 1px solid rgba(181, 138, 92, 0.14);
  background:
    linear-gradient(145deg, rgba(29, 24, 18, 0.9), rgba(15, 29, 20, 0.92));
  transition:
    transform 0.3s ease,
    border-color 0.3s ease;
}

.ml-feature-card:hover {
  transform: translateY(-4px);
  border-color: rgba(181, 138, 92, 0.36);
}

.ml-feature-number {
  position: absolute;
  top: 19px;
  right: 20px;
  color: rgba(224, 204, 177, 0.09);
  font-size: 31px;
  font-weight: 700;
}

.ml-feature-icon {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  border: 1px solid rgba(181, 138, 92, 0.27);
  color: #b68b5e;
}

.ml-feature-card > span {
  display: block;
  margin-bottom: 7px;
  color: #758579;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.ml-feature-card h3 {
  margin: 0 0 13px;
  color: #e9e0d4;
  font-size: 17px;
  line-height: 24px;
  text-transform: none;
}

.ml-feature-card p {
  margin: 0;
  color: #a4a39d;
  font-size: 10px;
  line-height: 19px;
}


/* Comparison
================================================== */

.ml-compare {
  margin-top: 25px;
  padding: 45px;
  border: 1px solid rgba(68, 100, 73, 0.18);
  background:
    linear-gradient(125deg, rgba(14, 29, 19, 0.9), rgba(32, 24, 18, 0.9));
}

.ml-compare-heading {
  max-width: 720px;
  margin-bottom: 30px;
}

.ml-compare-heading h3 {
  margin: 0 0 10px;
  color: #eee5d9;
  font-size: 27px;
  line-height: 35px;
  text-transform: none;
}

.ml-compare-heading p {
  margin: 0;
  color: #a7a59f;
  font-size: 12px;
  line-height: 21px;
}

.ml-compare-grid {
  display: grid;
  grid-template-columns: 1fr 55px 1fr;
  align-items: stretch;
}

.ml-compare-card {
  padding: 27px;
  border: 1px solid rgba(181, 138, 92, 0.14);
  background: rgba(24, 21, 16, 0.72);
}

.ml-compare-card-featured {
  border-color: rgba(72, 108, 79, 0.3);
  background:
    linear-gradient(145deg, rgba(20, 43, 28, 0.7), rgba(29, 23, 17, 0.75));
}

.ml-compare-top {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 21px;
  padding-bottom: 17px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.ml-compare-top i {
  color: #b78b5e;
  font-size: 16px;
}

.ml-compare-top span {
  color: #ded6ca;
  font-size: 13px;
  font-weight: 700;
}

.ml-compare-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ml-compare-card li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 13px;
}

.ml-compare-card li:last-child {
  margin-bottom: 0;
}

.ml-compare-card li i {
  padding-top: 4px;
  color: #708d76;
  font-size: 9px;
}

.ml-compare-card li span {
  color: #aaa9a2;
  font-size: 10px;
  line-height: 18px;
}

.ml-compare-divider {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ml-compare-divider span {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(181, 138, 92, 0.25);
  border-radius: 50%;
  background: #121710;
  color: #9e7954;
  font-size: 8px;
  font-weight: 700;
}


/* Facts
================================================== */

.ml-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 24px;
  border: 1px solid rgba(181, 138, 92, 0.15);
  background: rgba(19, 18, 14, 0.7);
}

.ml-fact {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 94px;
  padding: 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}

.ml-fact:last-child {
  border-right: 0;
}

.ml-fact-icon {
  flex: 0 0 35px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b0875d;
}

.ml-fact span {
  display: block;
  margin-bottom: 4px;
  color: #748277;
  font-size: 8px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.ml-fact strong {
  display: block;
  color: #d9d1c6;
  font-size: 10px;
  line-height: 17px;
}


/* Bottom note
================================================== */

.ml-bottom-note {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-top: 14px;
  padding: 20px 23px;
  border-left: 2px solid #496c50;
  background: rgba(17, 31, 21, 0.57);
}

.ml-bottom-note > i {
  padding-top: 3px;
  color: #ae855b;
}

.ml-bottom-note span {
  display: block;
  margin-bottom: 4px;
  color: #d2b99b;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.ml-bottom-note p {
  max-width: 950px;
  margin: 0;
  color: #9e9f99;
  font-size: 10px;
  line-height: 18px;
}


/* Responsive
================================================== */

@media (max-width: 1199px) {

  .ml-features {
    grid-template-columns: repeat(2, 1fr);
  }

  .ml-facts {
    grid-template-columns: repeat(2, 1fr);
  }

  .ml-fact:nth-child(2) {
    border-right: 0;
  }

  .ml-fact:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }
}


@media (max-width: 991px) {

  .members-lounge-section {
    padding: 80px 0;
  }

  .ml-title {
    font-size: 36px;
  }

  .ml-main-block {
    padding: 38px 32px;
  }

  .ml-main-content {
    padding-right: 0;
  }
}


@media (max-width: 767px) {

  .ml-title {
    font-size: 31px;
    line-height: 40px;
  }

  .ml-main-block,
  .ml-compare {
    padding: 31px 24px;
  }

  .ml-features {
    grid-template-columns: 1fr;
  }

  .ml-compare-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ml-compare-divider {
    min-height: 40px;
  }

  .ml-facts {
    grid-template-columns: 1fr;
  }

  .ml-fact,
  .ml-fact:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }

  .ml-fact:last-child {
    border-bottom: 0;
  }
}


@media (max-width: 480px) {

  .members-lounge-section {
    padding: 65px 0;
  }

  .ml-main-block {
    margin-top: 35px;
    padding: 27px 20px;
  }

  .ml-main-content h3 {
    font-size: 24px;
    line-height: 33px;
  }

  .ml-access-panel {
    padding: 28px 22px;
  }

  .ml-feature-card {
    min-height: auto;
  }
}

/* ==================================================
   SPORTS LOUNGE / TAB / KENO
================================================== */

.sports-lounge-section {
  position: relative;
  padding: 105px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 18%, rgba(109, 70, 39, 0.14), transparent 30%),
    radial-gradient(circle at 90% 72%, rgba(34, 76, 48, 0.16), transparent 31%),
    linear-gradient(135deg, #15100c 0%, #121711 47%, #0b1510 100%);
}

.sports-lounge-section .container {
  position: relative;
  z-index: 2;
}


/* Heading
================================================== */

.sl-kicker,
.sl-label {
  display: inline-block;
  margin-bottom: 12px;
  color: #b58a5d;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.sl-title {
  max-width: 850px;
  margin: 0 0 20px;
  color: #f4ede3;
  font-size: 42px;
  line-height: 1.17;
  letter-spacing: -1px;
  text-transform: none;
}

.sl-lead {
  max-width: 870px;
  margin: 0;
  color: #c5bfb6;
  font-size: 16px;
  line-height: 28px;
}

.sl-highlight {
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 20px 24px;
  border: 1px solid rgba(181, 138, 92, 0.2);
  background:
    linear-gradient(135deg, rgba(41, 29, 20, 0.9), rgba(19, 37, 25, 0.9));
}

.sl-highlight > strong {
  color: #c49b6e;
  font-size: 39px;
  line-height: 1;
}

.sl-highlight span {
  display: block;
  margin-bottom: 3px;
  color: #e4dbcf;
  font-size: 12px;
  font-weight: 700;
}

.sl-highlight p {
  margin: 0;
  color: #8f9890;
  font-size: 9px;
}


/* Hero
================================================== */

.sl-hero {
  position: relative;
  min-height: 470px;
  margin-bottom: 24px;
  overflow: hidden;
  border: 1px solid rgba(181, 138, 92, 0.18);
}

.sl-hero > img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sl-hero-shade {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(8, 12, 9, 0.96) 0%,
      rgba(8, 12, 9, 0.75) 40%,
      rgba(8, 12, 9, 0.15) 76%
    ),
    linear-gradient(to top, rgba(9, 12, 9, 0.55), transparent);
}

.sl-hero-content {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50px;
  width: 570px;
  max-width: calc(100% - 100px);
  transform: translateY(-50%);
}

.sl-hero-content > span {
  display: block;
  margin-bottom: 10px;
  color: #c39b70;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.sl-hero-content h3 {
  margin: 0 0 16px;
  color: #fff8ee;
  font-size: 34px;
  line-height: 43px;
  text-transform: none;
}

.sl-hero-content > p {
  max-width: 530px;
  margin: 0;
  color: #cbc5bb;
  font-size: 13px;
  line-height: 23px;
}

.sl-screen-stats {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 28px;
}

.sl-screen-stats > div:not(.sl-stat-line) {
  display: flex;
  align-items: center;
  gap: 9px;
}

.sl-screen-stats strong {
  color: #c59c70;
  font-size: 25px;
}

.sl-screen-stats i {
  color: #c59c70;
  font-size: 18px;
}

.sl-screen-stats span {
  max-width: 90px;
  color: #b5b2aa;
  font-size: 9px;
  line-height: 15px;
}

.sl-stat-line {
  width: 1px;
  height: 31px;
  background: rgba(181, 138, 92, 0.26);
}


/* Services
================================================== */

.sl-services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.sl-service-card {
  min-height: 390px;
  padding: 29px 26px;
  border: 1px solid rgba(181, 138, 92, 0.14);
  background:
    linear-gradient(145deg, rgba(30, 24, 18, 0.92), rgba(16, 29, 20, 0.92));
}

.sl-service-featured {
  background:
    linear-gradient(145deg, rgba(19, 39, 26, 0.94), rgba(29, 22, 17, 0.94));
}

.sl-service-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 23px;
}

.sl-service-icon {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(181, 138, 92, 0.28);
  color: #b98d60;
}

.sl-service-head > span {
  color: rgba(220, 200, 174, 0.11);
  font-size: 30px;
  font-weight: 700;
}

.sl-service-card h3 {
  margin: 0 0 14px;
  color: #eae2d6;
  font-size: 19px;
  line-height: 27px;
  text-transform: none;
}

.sl-service-card > p {
  margin: 0 0 14px;
  color: #a8a69f;
  font-size: 11px;
  line-height: 20px;
}

.sl-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 21px;
}

.sl-tags span {
  padding: 6px 8px;
  border: 1px solid rgba(75, 107, 80, 0.2);
  background: rgba(28, 47, 33, 0.34);
  color: #9da69e;
  font-size: 8px;
}


/* TAB block
================================================== */

.sl-tab-block {
  margin-top: 25px;
  padding: 45px;
  border: 1px solid rgba(181, 138, 92, 0.17);
  background:
    radial-gradient(circle at 10% 80%, rgba(106, 68, 39, 0.12), transparent 30%),
    linear-gradient(120deg, rgba(37, 27, 19, 0.9), rgba(15, 31, 21, 0.91));
}

.sl-block-title {
  margin: 0 0 17px;
  color: #efe7db;
  font-size: 27px;
  line-height: 36px;
  text-transform: none;
}

.sl-block-text {
  margin: 0 0 15px;
  color: #aeaca5;
  font-size: 12px;
  line-height: 22px;
}

.sl-tab-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.sl-tab-option {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  min-height: 140px;
  padding: 19px;
  border: 1px solid rgba(181, 138, 92, 0.13);
  background: rgba(11, 18, 13, 0.5);
}

.sl-option-icon {
  flex: 0 0 37px;
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b58a5d;
}

.sl-tab-option span {
  display: block;
  margin-bottom: 4px;
  color: #748178;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sl-tab-option h4 {
  margin: 0 0 6px;
  color: #dcd4c9;
  font-size: 12px;
  text-transform: none;
}

.sl-tab-option p {
  margin: 0;
  color: #999b95;
  font-size: 9px;
  line-height: 17px;
}


/* Keno
================================================== */

.sl-keno-block {
  margin-top: 25px;
  padding: 45px;
  border: 1px solid rgba(65, 98, 71, 0.19);
  background:
    radial-gradient(circle at 90% 10%, rgba(107, 69, 40, 0.11), transparent 30%),
    linear-gradient(120deg, rgba(15, 34, 22, 0.92), rgba(31, 23, 17, 0.9));
}

.sl-keno-heading {
  max-width: 720px;
  margin-bottom: 33px;
}

.sl-keno-heading h3 {
  margin: 0 0 11px;
  color: #eee5d9;
  font-size: 27px;
  line-height: 36px;
  text-transform: none;
}

.sl-keno-heading p {
  margin: 0;
  color: #aaa8a1;
  font-size: 12px;
  line-height: 21px;
}

.sl-keno-layout {
  display: grid;
  grid-template-columns: 1fr 240px 1fr;
  align-items: center;
}

.sl-keno-location {
  padding: 26px;
  border: 1px solid rgba(181, 138, 92, 0.14);
  background: rgba(12, 18, 13, 0.5);
}

.sl-location-icon {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 17px;
  border: 1px solid rgba(181, 138, 92, 0.25);
  color: #b58a5d;
}

.sl-keno-location > span {
  color: #738177;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sl-keno-location h4 {
  margin: 5px 0 8px;
  color: #e0d8cc;
  font-size: 15px;
  text-transform: none;
}

.sl-keno-location p {
  margin: 0;
  color: #9d9e98;
  font-size: 10px;
  line-height: 18px;
}

.sl-keno-route {
  display: flex;
  align-items: center;
}

.sl-route-line {
  flex: 1;
  height: 1px;
  background: rgba(181, 138, 92, 0.25);
}

.sl-route-center {
  flex: 0 0 86px;
  width: 86px;
  height: 86px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(181, 138, 92, 0.3);
  border-radius: 50%;
  background: #111911;
}

.sl-route-center strong {
  color: #c09669;
  font-size: 18px;
}

.sl-route-center span {
  margin-top: 2px;
  color: #8e968e;
  font-size: 7px;
  text-transform: uppercase;
}


/* Keno process
================================================== */

.sl-keno-process {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
  padding: 21px;
  border: 1px solid rgba(181, 138, 92, 0.12);
  background: rgba(11, 17, 12, 0.4);
}

.sl-process-item {
  flex: 1;
  text-align: center;
}

.sl-process-item strong {
  display: block;
  margin-bottom: 4px;
  color: #c0996d;
  font-size: 23px;
}

.sl-process-item > i {
  display: block;
  margin-bottom: 7px;
  color: #b58a5d;
  font-size: 17px;
}

.sl-process-item span {
  display: block;
  max-width: 150px;
  margin: auto;
  color: #989a94;
  font-size: 8px;
  line-height: 15px;
}

.sl-process-arrow {
  color: rgba(181, 138, 92, 0.28);
  font-size: 10px;
}


/* Info
================================================== */

.sl-info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 11px;
  margin-top: 24px;
}

.sl-info-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 19px;
  border: 1px solid rgba(68, 98, 73, 0.15);
  background: rgba(15, 27, 19, 0.5);
}

.sl-info-card > i {
  padding-top: 3px;
  color: #ae855b;
  font-size: 13px;
}

.sl-info-card span {
  display: block;
  margin-bottom: 4px;
  color: #d1b99d;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sl-info-card p {
  margin: 0;
  color: #999b95;
  font-size: 9px;
  line-height: 17px;
}


/* Responsive
================================================== */

@media (max-width: 1199px) {

  .sl-info-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sl-keno-layout {
    grid-template-columns: 1fr 180px 1fr;
  }
}


@media (max-width: 991px) {

  .sports-lounge-section {
    padding: 80px 0;
  }

  .sl-title {
    font-size: 36px;
  }

  .sl-services {
    grid-template-columns: 1fr;
  }

  .sl-service-card {
    min-height: auto;
  }

  .sl-keno-layout {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .sl-keno-route {
    min-height: 100px;
    justify-content: center;
  }

  .sl-route-line {
    max-width: 100px;
  }
}


@media (max-width: 767px) {

  .sl-title {
    font-size: 31px;
    line-height: 40px;
  }

  .sl-hero {
    min-height: 520px;
  }

  .sl-hero-shade {
    background: linear-gradient(
      to top,
      rgba(7, 11, 8, 0.96),
      rgba(7, 11, 8, 0.42)
    );
  }

  .sl-hero-content {
    top: auto;
    left: 25px;
    right: 25px;
    bottom: 28px;
    width: auto;
    max-width: none;
    transform: none;
  }

  .sl-screen-stats {
    flex-wrap: wrap;
  }

  .sl-tab-block,
  .sl-keno-block {
    padding: 32px 24px;
  }

  .sl-tab-options,
  .sl-info-grid {
    grid-template-columns: 1fr;
  }

  .sl-keno-process {
    flex-direction: column;
    gap: 18px;
  }

  .sl-process-arrow {
    transform: rotate(90deg);
  }
}


@media (max-width: 480px) {

  .sports-lounge-section {
    padding: 65px 0;
  }

  .sl-hero-content h3 {
    font-size: 28px;
    line-height: 36px;
  }

  .sl-screen-stats {
    gap: 12px;
  }

  .sl-stat-line {
    display: none;
  }
}

/* ==================================================
   FIRST VISIT
================================================== */

.first-visit-section {
  position: relative;
  padding: 105px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 14%, rgba(89, 58, 34, 0.14), transparent 29%),
    radial-gradient(circle at 6% 76%, rgba(35, 76, 48, 0.15), transparent 30%),
    linear-gradient(135deg, #100c09 0%, #17120e 45%, #0c1710 100%);
}

.first-visit-section .container {
  position: relative;
  z-index: 2;
}


/* Heading
================================================== */

.fv-kicker,
.fv-label {
  display: inline-block;
  margin-bottom: 12px;
  color: #b68b5e;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.fv-title {
  max-width: 850px;
  margin: 0 0 20px;
  color: #f5ede2;
  font-size: 42px;
  line-height: 1.17;
  letter-spacing: -1px;
  text-transform: none;
}

.fv-lead {
  max-width: 870px;
  margin: 0;
  color: #c5bfb6;
  font-size: 16px;
  line-height: 28px;
}

.fv-age-card {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 21px 24px;
  border: 1px solid rgba(181, 138, 92, 0.2);
  background:
    linear-gradient(135deg, rgba(43, 30, 21, 0.9), rgba(18, 37, 25, 0.9));
}

.fv-age-card > strong {
  color: #c49a6d;
  font-size: 38px;
  line-height: 1;
}

.fv-age-card span {
  display: block;
  margin-bottom: 4px;
  color: #e1d8cc;
  font-size: 12px;
  font-weight: 700;
}

.fv-age-card p {
  margin: 0;
  color: #909890;
  font-size: 9px;
  line-height: 15px;
}


/* Main
================================================== */

.fv-main {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 15px;
  margin-bottom: 55px;
}

.fv-main-intro {
  padding: 42px;
  border: 1px solid rgba(181, 138, 92, 0.16);
  background:
    linear-gradient(135deg, rgba(38, 28, 20, 0.91), rgba(17, 32, 22, 0.92));
}

.fv-main-intro h3 {
  max-width: 650px;
  margin: 0 0 20px;
  color: #efe7db;
  font-size: 28px;
  line-height: 37px;
  text-transform: none;
}

.fv-main-intro p {
  margin: 0 0 17px;
  color: #b3b0a8;
  font-size: 13px;
  line-height: 23px;
}

.fv-main-intro p:last-child {
  margin-bottom: 0;
}


/* Quick check
================================================== */

.fv-quick-check {
  padding: 32px 29px;
  border: 1px solid rgba(70, 104, 76, 0.22);
  background: rgba(14, 31, 20, 0.72);
}

.fv-quick-check > h3 {
  margin: 0 0 20px;
  color: #e9e1d5;
  font-size: 20px;
  text-transform: none;
}

.fv-check-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.fv-check-item > i {
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  border: 1px solid rgba(80, 117, 87, 0.35);
  border-radius: 50%;
  color: #809e86;
  font-size: 8px;
}

.fv-check-item strong {
  display: block;
  margin-bottom: 3px;
  color: #d9d2c7;
  font-size: 11px;
}

.fv-check-item span {
  display: block;
  color: #959a94;
  font-size: 9px;
  line-height: 16px;
}


/* Steps
================================================== */

.fv-steps-heading {
  max-width: 750px;
  margin-bottom: 27px;
}

.fv-steps-heading h3 {
  margin: 0 0 11px;
  color: #eee5da;
  font-size: 28px;
  line-height: 36px;
  text-transform: none;
}

.fv-steps-heading p {
  margin: 0;
  color: #aaa8a1;
  font-size: 12px;
  line-height: 21px;
}

.fv-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
}

.fv-step {
  position: relative;
  min-height: 290px;
  padding: 27px 23px;
  border: 1px solid rgba(181, 138, 92, 0.14);
  background:
    linear-gradient(145deg, rgba(29, 24, 18, 0.9), rgba(15, 29, 20, 0.91));
}

.fv-step-number {
  position: absolute;
  top: 18px;
  right: 19px;
  color: rgba(219, 199, 173, 0.1);
  font-size: 30px;
  font-weight: 700;
}

.fv-step-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border: 1px solid rgba(181, 138, 92, 0.27);
  color: #b68b5e;
}

.fv-step > span {
  display: block;
  margin-bottom: 6px;
  color: #758379;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.fv-step h3 {
  margin: 0 0 12px;
  color: #e5ddd2;
  font-size: 16px;
  line-height: 23px;
  text-transform: none;
}

.fv-step p {
  margin: 0;
  color: #a3a39d;
  font-size: 10px;
  line-height: 19px;
}


/* Rules
================================================== */

.fv-rules-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 25px;
}

.fv-rule-card {
  padding: 29px 25px;
  border: 1px solid rgba(181, 138, 92, 0.15);
  background: rgba(31, 24, 18, 0.75);
}

.fv-rule-card-green {
  background:
    linear-gradient(145deg, rgba(18, 38, 25, 0.82), rgba(29, 23, 17, 0.8));
}

.fv-rule-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 21px;
}

.fv-rule-icon {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(181, 138, 92, 0.26);
  color: #b78c5f;
}

.fv-rule-top > span {
  color: #748278;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.fv-rule-card h3 {
  margin: 0 0 13px;
  color: #e8e0d4;
  font-size: 18px;
  line-height: 25px;
  text-transform: none;
}

.fv-rule-card > p {
  margin: 0;
  color: #a7a59f;
  font-size: 11px;
  line-height: 20px;
}

.fv-rule-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 21px;
  padding: 13px;
  border-left: 2px solid #805b39;
  background: rgba(12, 18, 13, 0.4);
}

.fv-rule-note i {
  padding-top: 3px;
  color: #ac835a;
  font-size: 10px;
}

.fv-rule-note span {
  color: #92968f;
  font-size: 8px;
  line-height: 16px;
}


/* Where
================================================== */

.fv-where {
  margin-top: 25px;
  padding: 43px;
  border: 1px solid rgba(68, 101, 74, 0.18);
  background:
    linear-gradient(120deg, rgba(14, 31, 20, 0.91), rgba(34, 25, 18, 0.91));
}

.fv-where-heading {
  max-width: 720px;
  margin-bottom: 28px;
}

.fv-where-heading h3 {
  margin: 0 0 10px;
  color: #eee5da;
  font-size: 27px;
  line-height: 35px;
  text-transform: none;
}

.fv-where-heading p {
  margin: 0;
  color: #a8a69f;
  font-size: 12px;
  line-height: 21px;
}

.fv-where-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.fv-where-item {
  padding: 21px;
  border: 1px solid rgba(181, 138, 92, 0.13);
  background: rgba(11, 18, 13, 0.48);
}

.fv-where-icon {
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: #b58a5d;
}

.fv-where-item > span {
  display: block;
  margin-bottom: 8px;
  color: #d8d0c5;
  font-size: 11px;
  font-weight: 700;
}

.fv-where-item p {
  margin: 0;
  color: #999b95;
  font-size: 9px;
  line-height: 17px;
}


/* Etiquette
================================================== */

.fv-etiquette {
  margin-top: 25px;
  padding: 43px;
  border: 1px solid rgba(181, 138, 92, 0.16);
  background:
    radial-gradient(circle at 90% 10%, rgba(45, 79, 53, 0.12), transparent 30%),
    rgba(29, 23, 17, 0.72);
}

.fv-etiquette-title {
  margin: 0 0 13px;
  color: #eee5d9;
  font-size: 26px;
  line-height: 35px;
  text-transform: none;
}

.fv-etiquette-intro {
  margin: 0;
  color: #a6a59e;
  font-size: 11px;
  line-height: 20px;
}

.fv-etiquette-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.fv-etiquette-item {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  min-height: 120px;
  padding: 18px;
  border: 1px solid rgba(71, 102, 76, 0.16);
  background: rgba(13, 25, 17, 0.48);
}

.fv-etiquette-item > i {
  width: 28px;
  padding-top: 3px;
  color: #b0875d;
  text-align: center;
}

.fv-etiquette-item h4 {
  margin: 0 0 6px;
  color: #dcd4c9;
  font-size: 11px;
  text-transform: none;
}

.fv-etiquette-item p {
  margin: 0;
  color: #999b95;
  font-size: 9px;
  line-height: 17px;
}


/* Bottom
================================================== */

.fv-bottom {
  display: grid;
  grid-template-columns: 180px 1fr;
  align-items: center;
  margin-top: 24px;
  border: 1px solid rgba(181, 138, 92, 0.2);
  background:
    linear-gradient(120deg, rgba(43, 29, 19, 0.92), rgba(17, 36, 24, 0.92));
}

.fv-bottom-age {
  height: 100%;
  min-height: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(181, 138, 92, 0.18);
}

.fv-bottom-age span {
  margin-bottom: 5px;
  color: #8a958c;
  font-size: 8px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.fv-bottom-age strong {
  color: #c39a6d;
  font-size: 40px;
}

.fv-bottom-text {
  padding: 28px 32px;
}

.fv-bottom-text h3 {
  margin: 0 0 9px;
  color: #e9e1d6;
  font-size: 18px;
  text-transform: none;
}

.fv-bottom-text p {
  max-width: 900px;
  margin: 0;
  color: #a7a59f;
  font-size: 10px;
  line-height: 19px;
}


/* Responsive
================================================== */

@media (max-width: 1199px) {

  .fv-steps,
  .fv-where-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}


@media (max-width: 991px) {

  .first-visit-section {
    padding: 80px 0;
  }

  .fv-title {
    font-size: 36px;
  }

  .fv-main {
    grid-template-columns: 1fr;
  }

  .fv-rules-grid {
    grid-template-columns: 1fr;
  }
}


@media (max-width: 767px) {

  .fv-title {
    font-size: 31px;
    line-height: 40px;
  }

  .fv-main-intro,
  .fv-where,
  .fv-etiquette {
    padding: 31px 24px;
  }

  .fv-steps,
  .fv-where-grid,
  .fv-etiquette-grid {
    grid-template-columns: 1fr;
  }

  .fv-bottom {
    grid-template-columns: 1fr;
  }

  .fv-bottom-age {
    min-height: 120px;
    border-right: 0;
    border-bottom: 1px solid rgba(181, 138, 92, 0.18);
  }
}


@media (max-width: 480px) {

  .first-visit-section {
    padding: 65px 0;
  }

  .fv-main-intro {
    padding: 27px 21px;
  }

  .fv-step {
    min-height: auto;
  }

  .fv-bottom-text {
    padding: 24px 21px;
  }
}

/* ==================================================
   DINING AT LASSETERS
================================================== */

.dining-section {
  position: relative;
  padding: 105px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 10%, rgba(91, 60, 35, 0.15), transparent 29%),
    radial-gradient(circle at 8% 70%, rgba(35, 74, 46, 0.15), transparent 31%),
    linear-gradient(135deg, #110d09 0%, #19130e 45%, #0c1710 100%);
}

.dining-section .container {
  position: relative;
  z-index: 2;
}


/* Heading
================================================== */

.dn-kicker {
  display: inline-block;
  margin-bottom: 12px;
  color: #b78b5d;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.dn-title {
  max-width: 900px;
  margin: 0 0 20px;
  color: #f4ece1;
  font-size: 42px;
  line-height: 1.17;
  letter-spacing: -1px;
  text-transform: none;
}

.dn-lead {
  max-width: 900px;
  margin: 0;
  color: #c5bfb5;
  font-size: 16px;
  line-height: 28px;
}


/* Tali feature
================================================== */

.dn-feature {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: 480px;
  overflow: hidden;
  border: 1px solid rgba(181, 138, 92, 0.18);
  background: #11130e;
}

.dn-feature-image {
  position: relative;
  min-height: 480px;
  overflow: hidden;
}

.dn-feature-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s ease;
}

.dn-feature:hover .dn-feature-image img {
  transform: scale(1.025);
}

.dn-image-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(10, 12, 9, .83), transparent 55%),
    linear-gradient(to right, transparent 70%, rgba(12, 18, 13, .25));
}

.dn-image-label {
  position: absolute;
  left: 30px;
  bottom: 28px;
}

.dn-image-label span {
  display: block;
  margin-bottom: 5px;
  color: #c7a37d;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.dn-image-label strong {
  display: block;
  color: #f3eadd;
  font-size: 19px;
}

.dn-feature-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 46px;
  background:
    radial-gradient(circle at 90% 15%, rgba(58, 92, 63, .12), transparent 32%),
    linear-gradient(145deg, #201810, #102017);
}

.dn-feature-content h3 {
  margin: 0 0 18px;
  color: #f0e7db;
  font-size: 30px;
  line-height: 38px;
  text-transform: none;
}

.dn-feature-lead {
  color: #c1bbb1 !important;
  font-size: 13px !important;
}

.dn-feature-content p {
  margin: 0 0 15px;
  color: #aaa8a1;
  font-size: 11px;
  line-height: 21px;
}

.dn-feature-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 11px;
}

.dn-feature-tags span {
  padding: 7px 10px;
  border: 1px solid rgba(181, 138, 92, .18);
  background: rgba(52, 38, 26, .35);
  color: #a9a69e;
  font-size: 8px;
}

.dn-feature-tags i {
  margin-right: 5px;
  color: #b78b5d;
}


/* Choice heading
================================================== */

.dn-choice-heading {
  max-width: 760px;
  margin: 55px 0 27px;
}

.dn-choice-heading h3 {
  margin: 0 0 10px;
  color: #eee5d9;
  font-size: 28px;
  line-height: 36px;
  text-transform: none;
}

.dn-choice-heading p {
  margin: 0;
  color: #aaa8a1;
  font-size: 12px;
  line-height: 21px;
}


/* Dining cards
================================================== */

.dn-choice-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 15px;
}

.dn-choice-card {
  overflow: hidden;
  border: 1px solid rgba(181, 138, 92, .15);
}

.dn-card-image {
  position: relative;
  height: 250px;
  overflow: hidden;
}

.dn-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dn-card-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(9, 13, 10, .75), transparent 65%);
}

.dn-type {
  position: absolute;
  left: 23px;
  bottom: 20px;
  padding: 6px 9px;
  border: 1px solid rgba(200, 164, 123, .3);
  background: rgba(18, 14, 10, .7);
  color: #d1b38f;
  font-size: 8px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dn-card-content {
  padding: 28px;
  background:
    linear-gradient(145deg, rgba(34, 26, 19, .96), rgba(15, 30, 20, .96));
}

.dn-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 14px;
}

.dn-card-top span,
.dn-light-head > span {
  display: block;
  margin-bottom: 4px;
  color: #78877c;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dn-card-top h3 {
  margin: 0;
  color: #e9e1d5;
  font-size: 20px;
  text-transform: none;
}

.dn-card-top > i {
  color: #b88c5f;
  font-size: 20px;
}

.dn-card-content > p {
  margin: 0 0 13px;
  color: #a6a49d;
  font-size: 10px;
  line-height: 19px;
}

.dn-mini-features {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 18px;
}

.dn-mini-features span {
  padding: 6px 8px;
  border: 1px solid rgba(69, 103, 75, .2);
  background: rgba(20, 42, 28, .3);
  color: #969e97;
  font-size: 8px;
}

.dn-mini-features i {
  margin-right: 4px;
  color: #ad855d;
}


/* Light card
================================================== */

.dn-light-card {
  padding: 31px 28px;
  background:
    radial-gradient(circle at 90% 5%, rgba(105, 69, 40, .12), transparent 32%),
    linear-gradient(145deg, rgba(17, 38, 25, .94), rgba(30, 23, 17, .96));
}

.dn-light-head {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 13px;
}

.dn-light-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(181, 138, 92, .25);
  color: #b78b5d;
}

.dn-light-card h3 {
  margin: 0 0 11px;
  color: #e8dfd3;
  font-size: 18px;
  text-transform: none;
}

.dn-light-card > p {
  margin: 0;
  color: #a2a39c;
  font-size: 10px;
  line-height: 19px;
}

.dn-divider {
  height: 1px;
  margin: 27px 0;
  background: rgba(181, 138, 92, .14);
}

.dn-light-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 24px;
  padding: 13px;
  border-left: 2px solid #4a6c50;
  background: rgba(10, 21, 14, .4);
}

.dn-light-note i {
  padding-top: 3px;
  color: #ad855d;
  font-size: 10px;
}

.dn-light-note span {
  color: #92978f;
  font-size: 8px;
  line-height: 16px;
}


/* Compare
================================================== */

.dn-compare {
  margin-top: 25px;
  padding: 42px;
  border: 1px solid rgba(65, 99, 71, .18);
  background:
    linear-gradient(125deg, rgba(14, 31, 20, .91), rgba(35, 26, 18, .91));
}

.dn-compare-intro {
  max-width: 700px;
  margin-bottom: 27px;
}

.dn-compare-intro h3 {
  margin: 0 0 10px;
  color: #eee5da;
  font-size: 26px;
  text-transform: none;
}

.dn-compare-intro p {
  margin: 0;
  color: #a6a59e;
  font-size: 11px;
  line-height: 20px;
}

.dn-compare-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 9px;
}

.dn-compare-item {
  padding: 20px;
  border: 1px solid rgba(181, 138, 92, .12);
  background: rgba(11, 18, 13, .46);
}

.dn-compare-icon {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  color: #b58a5d;
}

.dn-compare-item > span {
  display: block;
  margin-bottom: 5px;
  color: #77857a;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dn-compare-item h4 {
  margin: 0 0 7px;
  color: #ddd5c9;
  font-size: 13px;
  text-transform: none;
}

.dn-compare-item p {
  margin: 0;
  color: #979a93;
  font-size: 9px;
  line-height: 17px;
}


/* Juicy Rump strip
================================================== */

.dn-rump-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 25px;
  border: 1px solid rgba(181, 138, 92, .16);
  background:
    linear-gradient(120deg, rgba(41, 29, 20, .91), rgba(15, 31, 21, .92));
}

.dn-rump-main {
  padding: 37px;
  border-right: 1px solid rgba(181, 138, 92, .13);
}

.dn-rump-main h3 {
  margin: 0 0 11px;
  color: #ebe2d6;
  font-size: 23px;
  line-height: 31px;
  text-transform: none;
}

.dn-rump-main p {
  margin: 0;
  color: #a5a49d;
  font-size: 10px;
  line-height: 19px;
}

.dn-rump-facts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.dn-rump-facts > div {
  padding: 24px;
  border-right: 1px solid rgba(255, 255, 255, .05);
  border-bottom: 1px solid rgba(255, 255, 255, .05);
}

.dn-rump-facts i {
  display: block;
  margin-bottom: 13px;
  color: #b58a5d;
}

.dn-rump-facts span {
  display: block;
  margin-bottom: 4px;
  color: #77857b;
  font-size: 7px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dn-rump-facts strong {
  display: block;
  color: #d6cec2;
  font-size: 10px;
  line-height: 17px;
}


/* Other outlet
================================================== */

.dn-other {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-top: 15px;
  padding: 25px 28px;
  border: 1px solid rgba(181, 138, 92, .13);
  background: rgba(27, 22, 17, .67);
}

.dn-other-icon {
  flex: 0 0 43px;
  width: 43px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(181, 138, 92, .23);
  color: #b58a5d;
}

.dn-other span {
  display: block;
  margin-bottom: 3px;
  color: #77857a;
  font-size: 7px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dn-other h3 {
  margin: 0 0 6px;
  color: #ded6ca;
  font-size: 15px;
  text-transform: none;
}

.dn-other p {
  max-width: 930px;
  margin: 0;
  color: #999b95;
  font-size: 9px;
  line-height: 17px;
}


/* Bottom note
================================================== */

.dn-bottom-note {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-top: 14px;
  padding: 20px 23px;
  border-left: 2px solid #496b50;
  background: rgba(16, 31, 21, .55);
}

.dn-bottom-note > i {
  padding-top: 3px;
  color: #ad855b;
}

.dn-bottom-note span {
  display: block;
  margin-bottom: 4px;
  color: #d0b89b;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dn-bottom-note p {
  max-width: 1000px;
  margin: 0;
  color: #9b9d96;
  font-size: 9px;
  line-height: 17px;
}


/* Responsive
================================================== */

@media (max-width: 1199px) {

  .dn-compare-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}


@media (max-width: 991px) {

  .dining-section {
    padding: 80px 0;
  }

  .dn-title {
    font-size: 36px;
  }

  .dn-feature,
  .dn-choice-grid,
  .dn-rump-strip {
    grid-template-columns: 1fr;
  }

  .dn-rump-main {
    border-right: 0;
    border-bottom: 1px solid rgba(181, 138, 92, .13);
  }
}


@media (max-width: 767px) {

  .dn-title {
    font-size: 31px;
    line-height: 40px;
  }

  .dn-feature-image {
    min-height: 360px;
  }

  .dn-feature-content,
  .dn-compare {
    padding: 31px 24px;
  }

  .dn-compare-grid {
    grid-template-columns: 1fr;
  }

  .dn-rump-facts {
    grid-template-columns: 1fr;
  }

  .dn-rump-facts > div {
    border-right: 0;
  }
}


@media (max-width: 480px) {

  .dining-section {
    padding: 65px 0;
  }

  .dn-feature-image {
    min-height: 300px;
  }

  .dn-feature-content {
    padding: 28px 21px;
  }

  .dn-feature-content h3 {
    font-size: 26px;
  }

  .dn-card-image {
    height: 220px;
  }

  .dn-card-content,
  .dn-light-card,
  .dn-rump-main {
    padding: 24px 21px;
  }

  .dn-other {
    padding: 21px;
  }
}

/* ==================================================
   BARS / SPORTS / NIGHT ENTERTAINMENT
================================================== */

.night-section {
  position: relative;
  padding: 105px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 12%, rgba(105, 67, 38, .14), transparent 30%),
    radial-gradient(circle at 7% 75%, rgba(34, 75, 47, .16), transparent 30%),
    linear-gradient(135deg, #100c09 0%, #18120d 47%, #0b1710 100%);
}

.night-section .container {
  position: relative;
  z-index: 2;
}


/* Heading
================================================== */

.nt-kicker,
.nt-label {
  display: inline-block;
  margin-bottom: 12px;
  color: #b78b5d;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nt-title {
  max-width: 900px;
  margin: 0 0 20px;
  color: #f4ece1;
  font-size: 42px;
  line-height: 1.17;
  letter-spacing: -1px;
  text-transform: none;
}

.nt-lead {
  max-width: 920px;
  margin: 0;
  color: #c5bfb5;
  font-size: 16px;
  line-height: 28px;
}


/* Main
================================================== */

.nt-main {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  margin-bottom: 24px;
  border: 1px solid rgba(181, 138, 92, .17);
  background:
    radial-gradient(circle at 90% 10%, rgba(48, 85, 57, .12), transparent 32%),
    linear-gradient(125deg, rgba(39, 28, 19, .93), rgba(15, 32, 21, .93));
}

.nt-main-copy {
  padding: 44px;
  border-right: 1px solid rgba(181, 138, 92, .13);
}

.nt-main-copy h3 {
  max-width: 650px;
  margin: 0 0 18px;
  color: #efe6da;
  font-size: 29px;
  line-height: 38px;
  text-transform: none;
}

.nt-main-copy p {
  margin: 0 0 15px;
  color: #aca9a2;
  font-size: 11px;
  line-height: 21px;
}

.nt-main-copy p:last-child {
  margin-bottom: 0;
}

.nt-main-facts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 30px;
}

.nt-main-fact {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.nt-main-fact:last-child {
  border-bottom: 0;
}

.nt-main-fact > i {
  flex: 0 0 37px;
  width: 37px;
  padding-top: 4px;
  color: #b78b5d;
  font-size: 17px;
  text-align: center;
}

.nt-main-fact span {
  display: block;
  margin-bottom: 3px;
  color: #748278;
  font-size: 7px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nt-main-fact strong {
  display: block;
  margin-bottom: 4px;
  color: #ddd5ca;
  font-size: 11px;
}

.nt-main-fact p {
  margin: 0;
  color: #959891;
  font-size: 9px;
  line-height: 16px;
}


/* Experience cards
================================================== */

.nt-experiences {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.nt-card {
  position: relative;
  min-height: 380px;
  padding: 29px 26px;
  overflow: hidden;
  border: 1px solid rgba(181, 138, 92, .14);
  background:
    linear-gradient(145deg, rgba(31, 24, 18, .92), rgba(15, 29, 20, .93));
}

.nt-card-green {
  background:
    linear-gradient(145deg, rgba(17, 39, 25, .94), rgba(31, 23, 17, .93));
}

.nt-card-number {
  position: absolute;
  top: 19px;
  right: 21px;
  color: rgba(223, 202, 175, .09);
  font-size: 31px;
  font-weight: 700;
}

.nt-card-icon {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 23px;
  border: 1px solid rgba(181, 138, 92, .27);
  color: #b88c5f;
}

.nt-card > span {
  display: block;
  margin-bottom: 7px;
  color: #76847a;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.nt-card h3 {
  margin: 0 0 14px;
  color: #e8e0d4;
  font-size: 18px;
  line-height: 26px;
  text-transform: none;
}

.nt-card p {
  margin: 0 0 13px;
  color: #a4a39c;
  font-size: 10px;
  line-height: 19px;
}

.nt-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 18px;
}

.nt-tags span {
  padding: 6px 8px;
  border: 1px solid rgba(71, 104, 77, .2);
  background: rgba(20, 42, 28, .3);
  color: #969e97;
  font-size: 8px;
}

.nt-screen {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 21px;
  padding: 14px;
  border-left: 2px solid #87603c;
  background: rgba(31, 24, 17, .48);
}

.nt-screen strong {
  color: #c09669;
  font-size: 24px;
}

.nt-screen span {
  color: #959891;
  font-size: 8px;
  line-height: 15px;
}

.nt-live-time {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  padding: 14px;
  border-left: 2px solid #4b6d51;
  background: rgba(13, 28, 18, .45);
}

.nt-live-time > i {
  color: #b58a5d;
}

.nt-live-time span {
  display: block;
  color: #7e8a81;
  font-size: 7px;
  text-transform: uppercase;
}

.nt-live-time strong {
  display: block;
  margin-top: 2px;
  color: #d8d0c5;
  font-size: 11px;
}


/* Atmosphere
================================================== */

.nt-atmosphere {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 25px;
  border: 1px solid rgba(67, 101, 73, .18);
  background:
    linear-gradient(125deg, rgba(14, 32, 21, .92), rgba(35, 26, 18, .92));
}

.nt-atmosphere-copy {
  padding: 42px;
  border-right: 1px solid rgba(181, 138, 92, .13);
}

.nt-atmosphere-copy h3 {
  margin: 0 0 15px;
  color: #eee5da;
  font-size: 26px;
  line-height: 35px;
  text-transform: none;
}

.nt-atmosphere-copy p {
  margin: 0 0 13px;
  color: #a5a49d;
  font-size: 10px;
  line-height: 19px;
}

.nt-atmosphere-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.nt-atmosphere-grid > div {
  display: flex;
  min-height: 150px;
  flex-direction: column;
  justify-content: center;
  padding: 25px;
  border-right: 1px solid rgba(255, 255, 255, .05);
  border-bottom: 1px solid rgba(255, 255, 255, .05);
}

.nt-atmosphere-grid i {
  margin-bottom: 15px;
  color: #b58a5d;
  font-size: 17px;
}

.nt-atmosphere-grid span {
  display: block;
  margin-bottom: 4px;
  color: #76847a;
  font-size: 7px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nt-atmosphere-grid strong {
  color: #d9d1c5;
  font-size: 11px;
}


/* Sport comparison
================================================== */

.nt-sports-choice {
  margin-top: 25px;
  padding: 42px;
  border: 1px solid rgba(181, 138, 92, .16);
  background: rgba(29, 23, 17, .72);
}

.nt-sports-heading {
  max-width: 700px;
  margin-bottom: 27px;
}

.nt-sports-heading h3 {
  margin: 0 0 9px;
  color: #eee5d9;
  font-size: 26px;
  text-transform: none;
}

.nt-sports-heading p {
  margin: 0;
  color: #a5a49d;
  font-size: 11px;
  line-height: 20px;
}

.nt-sports-grid {
  display: grid;
  grid-template-columns: 1fr 55px 1fr;
}

.nt-sports-option {
  padding: 27px;
  border: 1px solid rgba(181, 138, 92, .14);
  background: rgba(34, 26, 19, .72);
}

.nt-sports-option-green {
  border-color: rgba(68, 105, 75, .22);
  background: rgba(15, 34, 22, .72);
}

.nt-sports-top {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 18px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.nt-sports-top i {
  color: #b58a5d;
}

.nt-sports-top span {
  color: #ddd5ca;
  font-size: 12px;
  font-weight: 700;
}

.nt-sports-option h4 {
  margin: 0 0 9px;
  color: #e2dacf;
  font-size: 15px;
  text-transform: none;
}

.nt-sports-option > p {
  margin: 0 0 17px;
  color: #a0a19a;
  font-size: 10px;
  line-height: 18px;
}

.nt-sports-option ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nt-sports-option li {
  margin-bottom: 8px;
  color: #9b9d96;
  font-size: 9px;
}

.nt-sports-option li i {
  width: 18px;
  color: #718e77;
  font-size: 8px;
}

.nt-choice-divider {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nt-choice-divider span {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(181, 138, 92, .24);
  border-radius: 50%;
  color: #a17b55;
  font-size: 7px;
}


/* Evening flow
================================================== */

.nt-evening {
  margin-top: 25px;
  padding: 38px;
  border: 1px solid rgba(65, 98, 71, .16);
  background: rgba(14, 29, 19, .61);
}

.nt-evening-heading {
  margin-bottom: 28px;
}

.nt-evening-heading h3 {
  margin: 0;
  color: #e9e1d5;
  font-size: 23px;
  text-transform: none;
}

.nt-evening-flow {
  display: flex;
  align-items: center;
}

.nt-flow-item {
  flex: 1;
  text-align: center;
}

.nt-flow-item > span {
  display: block;
  margin-bottom: 11px;
  color: #6f7d73;
  font-size: 7px;
}

.nt-flow-item i {
  display: block;
  margin-bottom: 11px;
  color: #b58a5d;
  font-size: 18px;
}

.nt-flow-item strong {
  display: block;
  margin-bottom: 5px;
  color: #d9d1c6;
  font-size: 10px;
}

.nt-flow-item p {
  max-width: 150px;
  margin: auto;
  color: #949790;
  font-size: 8px;
  line-height: 15px;
}

.nt-flow-line {
  width: 45px;
  height: 1px;
  background: rgba(181, 138, 92, .22);
}


/* Practical
================================================== */

.nt-practical {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 15px;
  border: 1px solid rgba(181, 138, 92, .14);
  background: rgba(23, 20, 15, .66);
}

.nt-practical-item {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 90px;
  padding: 18px;
  border-right: 1px solid rgba(255, 255, 255, .05);
}

.nt-practical-item:last-child {
  border-right: 0;
}

.nt-practical-item > i {
  width: 30px;
  color: #b58a5d;
  text-align: center;
}

.nt-practical-item span {
  display: block;
  margin-bottom: 3px;
  color: #748278;
  font-size: 7px;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.nt-practical-item strong {
  display: block;
  color: #d2cabf;
  font-size: 9px;
  line-height: 16px;
}


/* Responsive
================================================== */

@media (max-width: 991px) {

  .night-section {
    padding: 80px 0;
  }

  .nt-title {
    font-size: 36px;
  }

  .nt-main,
  .nt-atmosphere {
    grid-template-columns: 1fr;
  }

  .nt-main-copy,
  .nt-atmosphere-copy {
    border-right: 0;
    border-bottom: 1px solid rgba(181, 138, 92, .13);
  }

  .nt-experiences {
    grid-template-columns: 1fr;
  }

  .nt-card {
    min-height: auto;
  }

  .nt-practical {
    grid-template-columns: repeat(2, 1fr);
  }
}


@media (max-width: 767px) {

  .nt-title {
    font-size: 31px;
    line-height: 40px;
  }

  .nt-main-copy,
  .nt-atmosphere-copy,
  .nt-sports-choice,
  .nt-evening {
    padding: 30px 23px;
  }

  .nt-sports-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .nt-choice-divider {
    min-height: 40px;
  }

  .nt-evening-flow {
    flex-direction: column;
    gap: 20px;
  }

  .nt-flow-line {
    width: 1px;
    height: 25px;
  }
}


@media (max-width: 480px) {

  .night-section {
    padding: 65px 0;
  }

  .nt-main-copy {
    padding: 27px 21px;
  }

  .nt-main-facts {
    padding: 20px 22px;
  }

  .nt-atmosphere-grid,
  .nt-practical {
    grid-template-columns: 1fr;
  }

  .nt-practical-item {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .05);
  }
}

/* ==================================================
   STAY AT LASSETERS
================================================== */

.stay-section {
  position: relative;
  padding: 105px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 91% 12%, rgba(101, 65, 37, .14), transparent 30%),
    radial-gradient(circle at 7% 76%, rgba(34, 74, 46, .15), transparent 31%),
    linear-gradient(135deg, #100c09 0%, #18120d 47%, #0b1710 100%);
}

.stay-section .container {
  position: relative;
  z-index: 2;
}


/* Heading
================================================== */

.st-kicker {
  display: inline-block;
  margin-bottom: 12px;
  color: #b78b5d;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.st-title {
  max-width: 900px;
  margin: 0 0 20px;
  color: #f4ece1;
  font-size: 42px;
  line-height: 1.17;
  letter-spacing: -1px;
  text-transform: none;
}

.st-lead {
  max-width: 920px;
  margin: 0;
  color: #c5bfb5;
  font-size: 16px;
  line-height: 28px;
}


/* Main hotel feature
================================================== */

.st-feature {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  min-height: 500px;
  overflow: hidden;
  border: 1px solid rgba(181, 138, 92, .18);
  background: #10140f;
}

.st-feature-image {
  position: relative;
  min-height: 500px;
  overflow: hidden;
}

.st-feature-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s ease;
}

.st-feature:hover .st-feature-image img {
  transform: scale(1.025);
}

.st-image-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(8, 12, 9, .88), transparent 60%),
    linear-gradient(to right, transparent 75%, rgba(11, 18, 13, .24));
}

.st-image-caption {
  position: absolute;
  left: 31px;
  bottom: 29px;
}

.st-image-caption span {
  display: block;
  margin-bottom: 5px;
  color: #c8a47e;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.st-image-caption strong {
  color: #f1e8dc;
  font-size: 18px;
}

.st-feature-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 45px;
  background:
    radial-gradient(circle at 90% 12%, rgba(60, 94, 65, .12), transparent 30%),
    linear-gradient(145deg, #211810, #102017);
}

.st-feature-content h3 {
  margin: 0 0 18px;
  color: #eee5d9;
  font-size: 29px;
  line-height: 38px;
  text-transform: none;
}

.st-feature-content p {
  margin: 0 0 15px;
  color: #aaa8a1;
  font-size: 11px;
  line-height: 21px;
}

.st-feature-lead {
  color: #c1bbb1 !important;
  font-size: 13px !important;
}

.st-feature-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 10px;
}

.st-feature-tags span {
  padding: 7px 9px;
  border: 1px solid rgba(181, 138, 92, .17);
  background: rgba(49, 37, 25, .34);
  color: #9fa098;
  font-size: 8px;
}

.st-feature-tags i {
  margin-right: 5px;
  color: #b68b5e;
}


/* Why stay
================================================== */

.st-why {
  margin-top: 55px;
}

.st-why-intro {
  max-width: 760px;
  margin-bottom: 27px;
}

.st-why-intro h3 {
  margin: 0 0 10px;
  color: #eee5da;
  font-size: 28px;
  line-height: 36px;
  text-transform: none;
}

.st-why-intro p {
  margin: 0;
  color: #aaa8a1;
  font-size: 12px;
  line-height: 21px;
}

.st-why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.st-why-card {
  position: relative;
  min-height: 245px;
  padding: 25px 22px;
  overflow: hidden;
  border: 1px solid rgba(181, 138, 92, .14);
  background:
    linear-gradient(145deg, rgba(31, 24, 18, .91), rgba(15, 29, 20, .92));
}

.st-why-number {
  position: absolute;
  top: 16px;
  right: 18px;
  color: rgba(222, 201, 174, .09);
  font-size: 28px;
  font-weight: 700;
}

.st-why-card > i {
  display: block;
  margin-bottom: 23px;
  color: #b68b5e;
  font-size: 20px;
}

.st-why-card > span {
  display: block;
  margin-bottom: 5px;
  color: #748278;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.st-why-card h4 {
  margin: 0 0 10px;
  color: #dfd7cb;
  font-size: 14px;
  text-transform: none;
}

.st-why-card p {
  margin: 0;
  color: #9c9e97;
  font-size: 9px;
  line-height: 17px;
}


/* Rooms
================================================== */

.st-rooms {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 30px;
  margin-top: 25px;
  padding: 42px;
  border: 1px solid rgba(66, 100, 72, .18);
  background:
    linear-gradient(125deg, rgba(14, 32, 21, .92), rgba(34, 25, 18, .92));
}

.st-rooms-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.st-rooms-copy h3 {
  margin: 0 0 15px;
  color: #eee5d9;
  font-size: 25px;
  line-height: 34px;
  text-transform: none;
}

.st-rooms-copy p {
  margin: 0 0 13px;
  color: #a5a49d;
  font-size: 10px;
  line-height: 19px;
}

.st-room-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
}

.st-room {
  padding: 20px;
  border: 1px solid rgba(181, 138, 92, .13);
  background: rgba(34, 26, 19, .6);
}

.st-room-green {
  background: rgba(13, 29, 19, .65);
}

.st-room-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  color: #b68b5e;
}

.st-room > span {
  display: block;
  margin-bottom: 4px;
  color: #76847a;
  font-size: 7px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.st-room h4 {
  margin: 0 0 7px;
  color: #dbd3c7;
  font-size: 12px;
  text-transform: none;
}

.st-room p {
  margin: 0;
  color: #989a94;
  font-size: 8px;
  line-height: 16px;
}


/* Resort flow
================================================== */

.st-resort {
  margin-top: 25px;
  padding: 39px;
  border: 1px solid rgba(181, 138, 92, .15);
  background: rgba(29, 23, 17, .72);
}

.st-resort-heading {
  max-width: 720px;
  margin-bottom: 30px;
}

.st-resort-heading h3 {
  margin: 0 0 10px;
  color: #eee5d9;
  font-size: 25px;
  text-transform: none;
}

.st-resort-heading p {
  margin: 0;
  color: #a4a39c;
  font-size: 10px;
  line-height: 19px;
}

.st-resort-flow {
  display: flex;
  align-items: center;
}

.st-flow-item {
  flex: 1;
  text-align: center;
}

.st-flow-icon {
  width: 49px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  border: 1px solid rgba(181, 138, 92, .22);
  color: #b58a5d;
}

.st-flow-item > span {
  display: block;
  margin-bottom: 4px;
  color: #748278;
  font-size: 7px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.st-flow-item strong {
  display: block;
  margin-bottom: 5px;
  color: #d9d1c5;
  font-size: 11px;
}

.st-flow-item p {
  max-width: 145px;
  margin: auto;
  color: #93968f;
  font-size: 8px;
  line-height: 15px;
}

.st-flow-line {
  width: 42px;
  height: 1px;
  background: rgba(181, 138, 92, .22);
}


/* Pool
================================================== */

.st-pool {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 25px;
  border: 1px solid rgba(65, 99, 71, .18);
  background:
    linear-gradient(125deg, rgba(14, 31, 20, .91), rgba(35, 26, 18, .91));
}

.st-pool-copy {
  padding: 38px;
  border-right: 1px solid rgba(181, 138, 92, .12);
}

.st-pool-copy h3 {
  margin: 0 0 13px;
  color: #ebe3d7;
  font-size: 23px;
  line-height: 32px;
  text-transform: none;
}

.st-pool-copy p {
  margin: 0 0 12px;
  color: #a2a29b;
  font-size: 10px;
  line-height: 19px;
}

.st-pool-facts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.st-pool-facts > div {
  display: flex;
  min-height: 135px;
  flex-direction: column;
  justify-content: center;
  padding: 23px;
  border-right: 1px solid rgba(255,255,255,.05);
  border-bottom: 1px solid rgba(255,255,255,.05);
}

.st-pool-facts i {
  margin-bottom: 12px;
  color: #b58a5d;
}

.st-pool-facts span {
  display: block;
  margin-bottom: 4px;
  color: #748278;
  font-size: 7px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.st-pool-facts strong {
  color: #d7cfc4;
  font-size: 10px;
}


/* Practical
================================================== */

.st-practical {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 15px;
  border: 1px solid rgba(181, 138, 92, .14);
  background: rgba(24, 20, 15, .68);
}

.st-practical-card {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 85px;
  padding: 16px;
  border-right: 1px solid rgba(255,255,255,.05);
}

.st-practical-card:last-child {
  border-right: 0;
}

.st-practical-card > i {
  width: 27px;
  color: #b58a5d;
  text-align: center;
}

.st-practical-card span {
  display: block;
  margin-bottom: 3px;
  color: #748278;
  font-size: 6px;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.st-practical-card strong {
  display: block;
  color: #d0c8bc;
  font-size: 9px;
  line-height: 15px;
}


/* Final answer
================================================== */

.st-answer {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 15px;
  padding: 26px 30px;
  border: 1px solid rgba(181, 138, 92, .18);
  background:
    linear-gradient(120deg, rgba(43, 29, 19, .91), rgba(16, 35, 23, .92));
}

.st-answer-icon {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(181, 138, 92, .25);
  color: #b88c5f;
}

.st-answer span {
  display: block;
  margin-bottom: 4px;
  color: #77857a;
  font-size: 7px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.st-answer h3 {
  margin: 0 0 7px;
  color: #e3dbcf;
  font-size: 16px;
  text-transform: none;
}

.st-answer p {
  max-width: 920px;
  margin: 0;
  color: #9fa099;
  font-size: 9px;
  line-height: 17px;
}


/* Responsive
================================================== */

@media (max-width: 1199px) {

  .st-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .st-practical {
    grid-template-columns: repeat(3, 1fr);
  }
}


@media (max-width: 991px) {

  .stay-section {
    padding: 80px 0;
  }

  .st-title {
    font-size: 36px;
  }

  .st-feature,
  .st-rooms,
  .st-pool {
    grid-template-columns: 1fr;
  }

  .st-pool-copy {
    border-right: 0;
    border-bottom: 1px solid rgba(181, 138, 92, .12);
  }
}


@media (max-width: 767px) {

  .st-title {
    font-size: 31px;
    line-height: 40px;
  }

  .st-feature-image {
    min-height: 350px;
  }

  .st-feature-content,
  .st-rooms,
  .st-resort,
  .st-pool-copy {
    padding: 30px 23px;
  }

  .st-room-grid,
  .st-why-grid {
    grid-template-columns: 1fr;
  }

  .st-resort-flow {
    flex-direction: column;
    gap: 18px;
  }

  .st-flow-line {
    width: 1px;
    height: 24px;
  }

  .st-practical {
    grid-template-columns: repeat(2, 1fr);
  }
}


@media (max-width: 480px) {

  .stay-section {
    padding: 65px 0;
  }

  .st-feature-image {
    min-height: 290px;
  }

  .st-feature-content {
    padding: 27px 21px;
  }

  .st-pool-facts,
  .st-practical {
    grid-template-columns: 1fr;
  }

  .st-practical-card {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.05);
  }

  .st-answer {
    align-items: flex-start;
    padding: 23px 20px;
  }
}

/* ==================================================
   RESORT FACILITIES BEYOND THE CASINO
   Chocolate / Forest / Outback Luxury
================================================== */

.rf-section {
  position: relative;
  padding: 110px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 0% 20%, rgba(45, 85, 53, .17), transparent 28%),
    radial-gradient(circle at 100% 72%, rgba(112, 70, 38, .15), transparent 31%),
    linear-gradient(135deg, #0b130d 0%, #15120d 47%, #0d1710 100%);
}

.rf-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(183, 139, 93, .08),
    transparent
  );
}

.rf-section .container {
  position: relative;
  z-index: 2;
}


/* ==================================================
   INTRO
================================================== */

.rf-intro {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 70px;
  margin-bottom: 46px;
}

.rf-intro-copy {
  max-width: 850px;
}

.rf-kicker {
  display: inline-block;
  margin-bottom: 12px;
  color: #b78b5d;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.rf-intro h2 {
  margin: 0 0 19px;
  color: #f3eadf;
  font-size: 42px;
  line-height: 1.17;
  letter-spacing: -1px;
  text-transform: none;
}

.rf-intro p {
  max-width: 880px;
  margin: 0;
  color: #beb9b0;
  font-size: 15px;
  line-height: 27px;
}

.rf-intro-statement {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 5px;
  white-space: nowrap;
}

.rf-intro-statement > span {
  margin-right: 6px;
  color: #68766d;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.rf-intro-statement strong {
  color: #c4b6a4;
  font-size: 9px;
  font-weight: 500;
}

.rf-intro-statement i {
  width: 14px;
  height: 1px;
  background: #755638;
}


/* ==================================================
   EXPERIENCE MAP
================================================== */

.rf-map {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  grid-template-areas:
    "pool splash"
    "fitness spa";
  gap: 13px;
}

.rf-zone {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(183, 139, 93, .15);
}


/* Pool
================================================== */

.rf-zone-pool {
  grid-area: pool;
  min-height: 410px;
  padding: 38px;
  background:
    radial-gradient(circle at 90% 0%, rgba(57, 94, 64, .19), transparent 35%),
    linear-gradient(145deg, rgba(25, 45, 30, .95), rgba(31, 23, 17, .97));
}

.rf-zone-top {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 23px;
}

.rf-zone-icon {
  flex: 0 0 47px;
  width: 47px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(183, 139, 93, .25);
  color: #bd9163;
}

.rf-zone-top span,
.rf-fitness-head span {
  display: block;
  margin-bottom: 4px;
  color: #75857a;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.rf-zone-top h3,
.rf-fitness-head h3 {
  margin: 0;
  color: #ebe2d6;
  font-size: 22px;
  text-transform: none;
}

.rf-zone-lead {
  max-width: 700px;
  margin: 0 0 13px;
  color: #c0b9af;
  font-size: 12px;
  line-height: 22px;
}

.rf-zone-pool > p:not(.rf-zone-lead) {
  max-width: 700px;
  margin: 0;
  color: #a2a29b;
  font-size: 10px;
  line-height: 19px;
}

.rf-pool-line {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 29px;
  border-top: 1px solid rgba(183, 139, 93, .12);
}

.rf-pool-line > div {
  padding: 20px 15px 3px 0;
}

.rf-pool-line i {
  display: block;
  margin-bottom: 11px;
  color: #ad8358;
  font-size: 15px;
}

.rf-pool-line span {
  display: block;
  margin-bottom: 3px;
  color: #6f7e74;
  font-size: 6px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.rf-pool-line strong {
  color: #d2c9bc;
  font-size: 9px;
}


/* Splash
================================================== */

.rf-zone-splash {
  grid-area: splash;
  min-height: 410px;
  padding: 36px;
  background:
    radial-gradient(circle at 100% 100%, rgba(50, 88, 58, .18), transparent 36%),
    linear-gradient(145deg, #251a12, #131e16);
}

.rf-zone-mark {
  width: 53px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 27px;
  border: 1px solid rgba(183, 139, 93, .25);
  border-radius: 50%;
  color: #bc8e5f;
  font-size: 18px;
}

.rf-small-label {
  display: block;
  margin-bottom: 7px;
  color: #78877d;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.rf-zone-splash h3 {
  margin: 0 0 14px;
  color: #e7ded2;
  font-size: 21px;
  text-transform: none;
}

.rf-zone-splash p {
  margin: 0 0 13px;
  color: #a1a19a;
  font-size: 10px;
  line-height: 19px;
}

.rf-splash-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 22px;
}

.rf-splash-tags span {
  padding: 6px 9px;
  border: 1px solid rgba(183, 139, 93, .15);
  color: #a99f92;
  font-size: 7px;
}


/* Fitness
================================================== */

.rf-zone-fitness {
  grid-area: fitness;
  min-height: 360px;
  padding: 37px;
  background:
    linear-gradient(145deg, rgba(34, 25, 18, .96), rgba(12, 29, 19, .96));
}

.rf-zone-number {
  position: absolute;
  top: 18px;
  right: 23px;
  color: rgba(227, 208, 182, .07);
  font-size: 48px;
  font-weight: 700;
}

.rf-fitness-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 22px;
}

.rf-zone-fitness > p {
  max-width: 650px;
  margin: 0;
  color: #a3a39c;
  font-size: 10px;
  line-height: 19px;
}

.rf-equipment {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-top: 22px;
}

.rf-equipment > div {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px;
  border: 1px solid rgba(67, 103, 74, .2);
  background: rgba(15, 37, 23, .32);
}

.rf-equipment i {
  color: #a97e53;
  font-size: 12px;
}

.rf-equipment strong {
  color: #aaa9a2;
  font-size: 8px;
}

.rf-hours {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 19px;
  padding-top: 17px;
  border-top: 1px solid rgba(183, 139, 93, .11);
}

.rf-hours > i {
  color: #af8459;
}

.rf-hours span {
  display: block;
  margin-bottom: 2px;
  color: #6f7d73;
  font-size: 6px;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.rf-hours strong {
  color: #cec6ba;
  font-size: 9px;
}


/* Spa
================================================== */

.rf-zone-spa {
  grid-area: spa;
  min-height: 360px;
  padding: 37px;
  background:
    radial-gradient(circle at 90% 15%, rgba(75, 106, 78, .12), transparent 34%),
    linear-gradient(150deg, #102218, #281d14);
}

.rf-spa-head {
  margin-bottom: 16px;
}

.rf-spa-head h3 {
  margin: 0;
  color: #e8dfd3;
  font-size: 23px;
  text-transform: none;
}

.rf-spa-lead {
  margin: 0 0 20px;
  color: #a5a49d;
  font-size: 10px;
  line-height: 19px;
}

.rf-treatment-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid rgba(183, 139, 93, .12);
}

.rf-treatment-list > div {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(255,255,255,.04);
}

.rf-treatment-list span {
  color: #76593d;
  font-size: 7px;
}

.rf-treatment-list p {
  margin: 0;
  color: #aaa69f;
  font-size: 8px;
}

.rf-spa-hours {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
  padding: 11px 13px;
  background: rgba(8, 20, 13, .33);
}

.rf-spa-hours span {
  color: #748178;
  font-size: 6px;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.rf-spa-hours strong {
  color: #c9ad8d;
  font-size: 9px;
}


/* ==================================================
   COMPANION / DAY PATH
================================================== */

.rf-companion {
  margin-top: 54px;
  padding: 43px 42px;
  border: 1px solid rgba(183, 139, 93, .15);
  background:
    linear-gradient(120deg, rgba(37, 27, 19, .88), rgba(14, 32, 21, .91));
}

.rf-companion-question {
  max-width: 760px;
  margin-bottom: 38px;
}

.rf-companion-question h3 {
  margin: 0 0 12px;
  color: #eee5da;
  font-size: 28px;
  line-height: 37px;
  text-transform: none;
}

.rf-companion-question p {
  margin: 0;
  color: #a7a59e;
  font-size: 11px;
  line-height: 20px;
}

.rf-companion-path {
  display: flex;
  align-items: flex-start;
}

.rf-path-point {
  flex: 1;
  text-align: center;
}

.rf-path-point > span {
  display: block;
  margin-bottom: 11px;
  color: #77857b;
  font-size: 7px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.rf-path-circle {
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 13px;
  border: 1px solid rgba(183, 139, 93, .24);
  border-radius: 50%;
  background: rgba(15, 24, 17, .5);
  color: #b88b5c;
  font-size: 18px;
}

.rf-path-point strong {
  display: block;
  margin-bottom: 5px;
  color: #d8d0c5;
  font-size: 10px;
}

.rf-path-point p {
  max-width: 150px;
  margin: auto;
  color: #93968f;
  font-size: 8px;
  line-height: 15px;
}

.rf-path-connector {
  flex: 0 0 55px;
  padding-top: 42px;
}

.rf-path-connector i {
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(
    to right,
    rgba(183, 139, 93, .1),
    rgba(183, 139, 93, .35),
    rgba(183, 139, 93, .1)
  );
}


/* ==================================================
   ACTIVE / RELAX
================================================== */

.rf-split {
  display: grid;
  grid-template-columns: 1fr 54px 1fr;
  margin-top: 15px;
}

.rf-split-side {
  min-height: 290px;
  padding: 33px;
  border: 1px solid rgba(183, 139, 93, .13);
}

.rf-split-active {
  background:
    linear-gradient(145deg, rgba(15, 37, 24, .89), rgba(30, 24, 18, .92));
}

.rf-split-relax {
  background:
    linear-gradient(145deg, rgba(38, 27, 18, .91), rgba(14, 34, 22, .91));
}

.rf-split-side > span {
  display: block;
  margin-bottom: 15px;
  color: #75837a;
  font-size: 7px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.rf-split-icon {
  margin-bottom: 16px;
  color: #b58a5d;
  font-size: 20px;
}

.rf-split-side h3 {
  margin: 0 0 10px;
  color: #e4dcd0;
  font-size: 20px;
  text-transform: none;
}

.rf-split-side > p {
  max-width: 470px;
  margin: 0;
  color: #a0a19a;
  font-size: 10px;
  line-height: 19px;
}

.rf-split-bottom {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 24px;
}

.rf-split-bottom strong {
  color: #9d9d96;
  font-size: 7px;
  font-weight: 500;
}

.rf-split-bottom i {
  width: 13px;
  height: 1px;
  background: #74583c;
}

.rf-split-middle {
  display: flex;
  align-items: center;
  justify-content: center;
}

.rf-split-middle span {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(183, 139, 93, .2);
  border-radius: 50%;
  color: #8e6d4b;
  font-size: 6px;
}


/* ==================================================
   IDENTITY
================================================== */

.rf-identity {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 60px;
  margin-top: 15px;
  padding: 38px 40px;
  border-left: 2px solid #486a4f;
  background: rgba(10, 24, 15, .52);
}

.rf-identity-title > span {
  display: block;
  margin-bottom: 9px;
  color: #b1875d;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.rf-identity-title h3 {
  margin: 0;
  color: #e7dfd3;
  font-size: 21px;
  line-height: 30px;
  text-transform: none;
}

.rf-identity-copy {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.rf-identity-copy p {
  margin: 0;
  color: #a0a19a;
  font-size: 9px;
  line-height: 18px;
}


/* ==================================================
   FACILITY INDEX
================================================== */

.rf-index {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 15px;
  border: 1px solid rgba(183, 139, 93, .13);
  background: rgba(24, 20, 15, .68);
}

.rf-index-item {
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  gap: 12px;
  min-height: 88px;
  padding: 17px;
  border-right: 1px solid rgba(255,255,255,.05);
}

.rf-index-item:last-child {
  border-right: 0;
}

.rf-index-item > span {
  color: #644b34;
  font-size: 7px;
}

.rf-index-item > i {
  width: 25px;
  color: #b58a5d;
  text-align: center;
}

.rf-index-item small {
  display: block;
  margin-bottom: 3px;
  color: #718076;
  font-size: 6px;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.rf-index-item strong {
  display: block;
  color: #cec6bb;
  font-size: 9px;
  line-height: 15px;
}


/* ==================================================
   RESPONSIVE
================================================== */

@media (max-width: 1199px) {

  .rf-intro {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .rf-pool-line {
    grid-template-columns: repeat(2, 1fr);
  }
}


@media (max-width: 991px) {

  .rf-section {
    padding: 80px 0;
  }

  .rf-intro h2 {
    font-size: 36px;
  }

  .rf-map {
    grid-template-columns: 1fr;
    grid-template-areas:
      "pool"
      "splash"
      "fitness"
      "spa";
  }

  .rf-zone {
    min-height: auto;
  }

  .rf-identity {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .rf-index {
    grid-template-columns: repeat(2, 1fr);
  }
}


@media (max-width: 767px) {

  .rf-intro h2 {
    font-size: 31px;
    line-height: 40px;
  }

  .rf-intro-statement {
    flex-wrap: wrap;
  }

  .rf-zone-pool,
  .rf-zone-splash,
  .rf-zone-fitness,
  .rf-zone-spa,
  .rf-companion {
    padding: 28px 22px;
  }

  .rf-companion-question h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .rf-companion-path {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .rf-path-point {
    width: 100%;
  }

  .rf-path-connector {
    flex: none;
    width: 1px;
    height: 25px;
    padding: 0;
  }

  .rf-path-connector i {
    width: 1px;
    height: 100%;
  }

  .rf-split {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .rf-split-middle {
    min-height: 35px;
  }

  .rf-identity-copy {
    grid-template-columns: 1fr;
  }
}


@media (max-width: 480px) {

  .rf-section {
    padding: 65px 0;
  }

  .rf-pool-line,
  .rf-equipment,
  .rf-treatment-list,
  .rf-index {
    grid-template-columns: 1fr;
  }

  .rf-zone-top,
  .rf-fitness-head {
    align-items: flex-start;
  }

  .rf-split-side {
    padding: 26px 21px;
  }

  .rf-identity {
    padding: 28px 22px;
  }

  .rf-index-item {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.05);
  }
}

/* ==================================================
   ALICE SPRINGS CONVENTION CENTRE
   Chocolate / Forest / Outback Luxury
================================================== */

.cc-section {
  position: relative;
  padding: 110px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 8%, rgba(117, 75, 41, .14), transparent 27%),
    radial-gradient(circle at 3% 70%, rgba(42, 79, 49, .16), transparent 30%),
    linear-gradient(135deg, #110d09 0%, #19130e 48%, #0c1710 100%);
}

.cc-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .18;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.015) 1px, transparent 1px);
  background-size: 60px 60px;
}

.cc-section .container {
  position: relative;
  z-index: 2;
}


/* ==================================================
   HEADING
================================================== */

.cc-heading {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 60px;
  margin-bottom: 47px;
}

.cc-heading-copy {
  max-width: 900px;
}

.cc-kicker {
  display: inline-block;
  margin-bottom: 12px;
  color: #b78b5d;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.cc-heading h2 {
  margin: 0 0 19px;
  color: #f3eadf;
  font-size: 42px;
  line-height: 1.17;
  letter-spacing: -1px;
  text-transform: none;
}

.cc-heading p {
  max-width: 900px;
  margin: 0;
  color: #beb9b0;
  font-size: 15px;
  line-height: 27px;
}

.cc-heading-stat {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 0 5px 28px;
  border-left: 1px solid rgba(183, 139, 93, .24);
}

.cc-heading-stat strong {
  color: #c79b6d;
  font-size: 43px;
  font-weight: 300;
  line-height: 1;
}

.cc-heading-stat span {
  color: #85877f;
  font-size: 8px;
  line-height: 14px;
  letter-spacing: .7px;
  text-transform: uppercase;
}


/* ==================================================
   MAIN SHOWCASE
================================================== */

.cc-showcase {
  display: grid;
  grid-template-columns: 1.4fr .6fr;
  gap: 13px;
}

.cc-main {
  min-height: 540px;
  border: 1px solid rgba(183, 139, 93, .17);
  background:
    radial-gradient(circle at 100% 0%, rgba(58, 92, 63, .16), transparent 36%),
    linear-gradient(145deg, rgba(38, 27, 19, .96), rgba(14, 31, 20, .96));
}

.cc-main-top {
  display: flex;
  justify-content: space-between;
  padding: 14px 30px;
  border-bottom: 1px solid rgba(183, 139, 93, .11);
}

.cc-main-top span {
  color: #747c75;
  font-size: 6px;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.cc-main-content {
  position: relative;
  padding: 44px 40px 32px;
}

.cc-main-number {
  position: absolute;
  top: 19px;
  right: 36px;
  color: rgba(228, 208, 180, .055);
  font-size: 108px;
  font-weight: 700;
  line-height: 1;
}

.cc-label {
  display: block;
  margin-bottom: 9px;
  color: #718078;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.cc-main-content h3 {
  position: relative;
  max-width: 650px;
  margin: 0 0 18px;
  color: #ece3d7;
  font-size: 30px;
  line-height: 39px;
  text-transform: none;
}

.cc-main-lead {
  max-width: 700px;
  color: #c0b9ae !important;
  font-size: 12px !important;
  line-height: 22px !important;
}

.cc-main-content p {
  position: relative;
  max-width: 740px;
  margin: 0 0 13px;
  color: #a2a29b;
  font-size: 10px;
  line-height: 19px;
}


/* scale */

.cc-scale {
  margin: 5px 40px 35px;
  padding-top: 20px;
  border-top: 1px solid rgba(183,139,93,.1);
}

.cc-scale-line {
  position: relative;
  height: 3px;
  margin-bottom: 13px;
  background: rgba(255,255,255,.035);
}

.cc-scale-line span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    #37583e,
    #6e6545,
    #9b7048,
    #b7895d
  );
}

.cc-scale-labels {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.cc-scale-labels small {
  display: block;
  margin-bottom: 2px;
  color: #68766d;
  font-size: 6px;
  text-transform: uppercase;
}

.cc-scale-labels strong {
  color: #a8a69f;
  font-size: 8px;
}

.cc-scale-max {
  text-align: right;
}

.cc-scale-max strong {
  color: #c9a47d;
}


/* ==================================================
   SIDE
================================================== */

.cc-side {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 13px;
}

.cc-side-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 260px;
  padding: 31px;
  border: 1px solid rgba(183,139,93,.14);
  background:
    linear-gradient(145deg, rgba(27,22,17,.94), rgba(13,28,19,.94));
}

.cc-side-highlight {
  background:
    radial-gradient(circle at 100% 0%, rgba(69,103,73,.15), transparent 40%),
    linear-gradient(145deg, #112419, #291d14);
}

.cc-side-icon {
  width: 43px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border: 1px solid rgba(183,139,93,.22);
  color: #b68a5d;
}

.cc-side-card > span {
  display: block;
  margin-bottom: 6px;
  color: #738178;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.cc-side-card h3 {
  margin: 0 0 10px;
  color: #dfd7cb;
  font-size: 17px;
  line-height: 24px;
  text-transform: none;
}

.cc-side-card p {
  margin: 0;
  color: #9d9f98;
  font-size: 9px;
  line-height: 17px;
}


/* ==================================================
   ROOMS
================================================== */

.cc-rooms {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 45px;
  margin-top: 55px;
  padding: 39px;
  border: 1px solid rgba(65,100,71,.17);
  background: rgba(11,28,18,.55);
}

.cc-rooms-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cc-rooms-intro h3 {
  margin: 0 0 11px;
  color: #e7dfd3;
  font-size: 24px;
  line-height: 32px;
  text-transform: none;
}

.cc-rooms-intro p {
  margin: 0;
  color: #9fa099;
  font-size: 10px;
  line-height: 19px;
}

.cc-room-visual {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.cc-room-cell {
  position: relative;
  min-height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid rgba(183,139,93,.12);
  border-left: 1px solid rgba(183,139,93,.12);
  color: #98724e;
}

.cc-room-cell:nth-child(n+5) {
  border-bottom: 1px solid rgba(183,139,93,.12);
}

.cc-room-cell:nth-child(4),
.cc-room-cell:nth-child(8) {
  border-right: 1px solid rgba(183,139,93,.12);
}

.cc-room-cell span {
  position: absolute;
  top: 7px;
  left: 9px;
  color: #536159;
  font-size: 6px;
}

.cc-room-cell i {
  font-size: 16px;
}

.cc-room-cell-last {
  background: rgba(54,83,59,.14);
  color: #bd9061;
}


/* ==================================================
   SUPPORT
================================================== */

.cc-support {
  margin-top: 15px;
  padding: 39px;
  border: 1px solid rgba(183,139,93,.14);
  background: rgba(30,23,17,.66);
}

.cc-support-title {
  max-width: 700px;
  margin-bottom: 27px;
}

.cc-support-title h3 {
  margin: 0 0 9px;
  color: #e8dfd4;
  font-size: 24px;
  text-transform: none;
}

.cc-support-title p {
  margin: 0;
  color: #a2a29b;
  font-size: 10px;
  line-height: 19px;
}

.cc-support-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(183,139,93,.12);
}

.cc-support-item {
  padding: 23px 20px 5px;
  border-right: 1px solid rgba(255,255,255,.045);
}

.cc-support-item:last-child {
  border-right: 0;
}

.cc-support-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}

.cc-support-top span {
  color: #5f5143;
  font-size: 7px;
}

.cc-support-top i {
  color: #b4885c;
}

.cc-support-item h4 {
  margin: 0 0 8px;
  color: #d6cec2;
  font-size: 12px;
  text-transform: none;
}

.cc-support-item p {
  margin: 0;
  color: #959891;
  font-size: 8px;
  line-height: 16px;
}


/* ==================================================
   EVENT FORMATS
================================================== */

.cc-formats {
  margin-top: 15px;
  padding: 35px 38px;
  border: 1px solid rgba(65,100,71,.15);
  background:
    linear-gradient(120deg, rgba(13,32,21,.72), rgba(35,26,19,.72));
}

.cc-formats-head {
  margin-bottom: 28px;
}

.cc-formats-head > span {
  display: block;
  margin-bottom: 6px;
  color: #75847a;
  font-size: 7px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.cc-formats-head h3 {
  margin: 0;
  color: #e6ded2;
  font-size: 22px;
  text-transform: none;
}

.cc-formats-track {
  display: flex;
  align-items: stretch;
}

.cc-format {
  flex: 1;
  display: flex;
  gap: 12px;
}

.cc-format > span {
  color: #634c37;
  font-size: 7px;
}

.cc-format i {
  display: block;
  margin-bottom: 11px;
  color: #b58a5d;
  font-size: 16px;
}

.cc-format strong {
  display: block;
  margin-bottom: 5px;
  color: #d3cbc0;
  font-size: 10px;
}

.cc-format p {
  max-width: 160px;
  margin: 0;
  color: #92958e;
  font-size: 8px;
  line-height: 15px;
}

.cc-format-arrow {
  display: flex;
  align-items: center;
  padding: 0 20px;
  color: #584938;
  font-size: 7px;
}


/* ==================================================
   LOCATION
================================================== */

.cc-location {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  margin-top: 15px;
  border: 1px solid rgba(183,139,93,.14);
  background: rgba(25,21,16,.68);
}

.cc-location-map {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  border-right: 1px solid rgba(183,139,93,.1);
}

.cc-location-point {
  display: flex;
  align-items: center;
  gap: 15px;
}

.cc-dot {
  flex: 0 0 12px;
  width: 12px;
  height: 12px;
  border: 2px solid #a67b52;
  border-radius: 50%;
}

.cc-location-centre .cc-dot {
  background: #46664c;
  border-color: #729079;
}

.cc-location-point small {
  display: block;
  margin-bottom: 3px;
  color: #6f7d74;
  font-size: 6px;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.cc-location-point strong {
  color: #d4ccc0;
  font-size: 11px;
}

.cc-location-connection {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 55px;
  margin-left: 5px;
}

.cc-location-connection span {
  color: #806348;
  font-size: 6px;
  text-transform: uppercase;
  transform: rotate(-90deg);
}

.cc-location-connection i {
  display: block;
  width: 1px;
  height: 55px;
  margin-left: 3px;
  background: linear-gradient(
    to bottom,
    #75573c,
    #4e6b53
  );
}

.cc-location-copy {
  padding: 39px;
}

.cc-location-copy h3 {
  margin: 0 0 12px;
  color: #e7ded2;
  font-size: 23px;
  text-transform: none;
}

.cc-location-copy p {
  margin: 0 0 12px;
  color: #9fa099;
  font-size: 10px;
  line-height: 19px;
}


/* ==================================================
   OUTBACK
================================================== */

.cc-outback {
  display: grid;
  grid-template-columns: .35fr 1fr .7fr;
  gap: 30px;
  align-items: center;
  margin-top: 15px;
  padding: 32px 36px;
  border-left: 2px solid #8b6543;
  background:
    linear-gradient(110deg, rgba(50,34,22,.78), rgba(13,30,20,.68));
}

.cc-outback-label i {
  display: block;
  margin-bottom: 10px;
  color: #b88b5d;
}

.cc-outback-label span {
  color: #7c827b;
  font-size: 7px;
  line-height: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.cc-outback-copy h3 {
  margin: 0 0 8px;
  color: #e1d8cc;
  font-size: 18px;
  text-transform: none;
}

.cc-outback-copy p,
.cc-outback-extra p {
  margin: 0;
  color: #999b94;
  font-size: 8px;
  line-height: 16px;
}

.cc-outback-extra {
  padding-left: 25px;
  border-left: 1px solid rgba(183,139,93,.12);
}

.cc-outback-extra > span {
  display: block;
  margin-bottom: 4px;
  color: #718076;
  font-size: 6px;
  text-transform: uppercase;
}

.cc-outback-extra strong {
  display: block;
  margin-bottom: 7px;
  color: #cfc6ba;
  font-size: 10px;
}


/* ==================================================
   FACTS
================================================== */

.cc-facts {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-top: 15px;
  border: 1px solid rgba(183,139,93,.13);
  background: rgba(21,18,14,.7);
}

.cc-fact {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 15px;
  border-right: 1px solid rgba(255,255,255,.045);
}

.cc-fact:last-child {
  border-right: 0;
}

.cc-fact strong {
  color: #bd9164;
  font-size: 22px;
  font-weight: 400;
}

.cc-fact i {
  color: #ad8359;
  font-size: 15px;
}

.cc-fact span {
  color: #8f938c;
  font-size: 7px;
  line-height: 13px;
}


/* ==================================================
   RESPONSIVE
================================================== */

@media (max-width: 1199px) {

  .cc-support-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cc-facts {
    grid-template-columns: repeat(3, 1fr);
  }
}


@media (max-width: 991px) {

  .cc-section {
    padding: 80px 0;
  }

  .cc-heading {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .cc-heading h2 {
    font-size: 36px;
  }

  .cc-heading-stat {
    width: fit-content;
  }

  .cc-showcase {
    grid-template-columns: 1fr;
  }

  .cc-side {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }

  .cc-rooms,
  .cc-location {
    grid-template-columns: 1fr;
  }

  .cc-location-map {
    border-right: 0;
    border-bottom: 1px solid rgba(183,139,93,.1);
  }

  .cc-outback {
    grid-template-columns: 1fr 1fr;
  }

  .cc-outback-label {
    grid-column: 1 / -1;
  }
}


@media (max-width: 767px) {

  .cc-heading h2 {
    font-size: 31px;
    line-height: 40px;
  }

  .cc-side {
    grid-template-columns: 1fr;
  }

  .cc-main-content {
    padding: 32px 23px 25px;
  }

  .cc-main-number {
    font-size: 75px;
  }

  .cc-scale {
    margin: 5px 23px 28px;
  }

  .cc-scale-labels {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .cc-scale-max {
    text-align: left;
  }

  .cc-rooms,
  .cc-support,
  .cc-formats {
    padding: 29px 22px;
  }

  .cc-room-visual {
    grid-template-columns: repeat(2, 1fr);
  }

  .cc-room-cell {
    border: 1px solid rgba(183,139,93,.1);
  }

  .cc-support-grid {
    grid-template-columns: 1fr;
  }

  .cc-support-item {
    padding: 20px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.045);
  }

  .cc-formats-track {
    flex-direction: column;
    gap: 20px;
  }

  .cc-format-arrow {
    display: none;
  }

  .cc-outback {
    grid-template-columns: 1fr;
  }

  .cc-outback-label {
    grid-column: auto;
  }

  .cc-outback-extra {
    padding: 20px 0 0;
    border-left: 0;
    border-top: 1px solid rgba(183,139,93,.12);
  }

  .cc-facts {
    grid-template-columns: repeat(2, 1fr);
  }
}


@media (max-width: 480px) {

  .cc-section {
    padding: 65px 0;
  }

  .cc-heading-stat strong {
    font-size: 34px;
  }

  .cc-main-top {
    padding: 13px 20px;
  }

  .cc-side-card,
  .cc-location-map,
  .cc-location-copy,
  .cc-outback {
    padding: 26px 21px;
  }

  .cc-room-visual {
    grid-template-columns: 1fr;
  }

  .cc-facts {
    grid-template-columns: 1fr;
  }

  .cc-fact {
    justify-content: flex-start;
    min-height: 75px;
    padding-left: 25px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.045);
  }
}

/* ==================================================
   LOCATION & PRACTICAL VISIT INFORMATION
   Chocolate / Forest / Outback
================================================== */

.lv-section {
  position: relative;
  padding: 110px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 95% 12%, rgba(117, 73, 39, .15), transparent 28%),
    radial-gradient(circle at 5% 72%, rgba(37, 77, 46, .16), transparent 30%),
    linear-gradient(135deg, #100c09 0%, #19130e 48%, #0b1710 100%);
}

.lv-section .container {
  position: relative;
  z-index: 2;
}

.lv-kicker {
  display: inline-block;
  margin-bottom: 11px;
  color: #b78b5d;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}


/* HEADING
================================================== */

.lv-heading {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 60px;
  margin-bottom: 46px;
}

.lv-heading > div:first-child {
  max-width: 900px;
}

.lv-heading h2 {
  margin: 0 0 19px;
  color: #f3eadf;
  font-size: 42px;
  line-height: 1.17;
  letter-spacing: -1px;
  text-transform: none;
}

.lv-heading p {
  margin: 0;
  color: #bcb8af;
  font-size: 15px;
  line-height: 27px;
}

.lv-distance {
  min-width: 175px;
  padding-left: 25px;
  border-left: 1px solid rgba(183, 139, 93, .25);
}

.lv-distance span,
.lv-distance small {
  display: block;
  color: #747f77;
  font-size: 7px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.lv-distance strong {
  display: block;
  margin: 6px 0;
  color: #c6996a;
  font-size: 38px;
  font-weight: 300;
  line-height: 1;
}


/* LOCATION BOARD
================================================== */

.lv-board {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  min-height: 420px;
  border: 1px solid rgba(183, 139, 93, .17);
  background:
    linear-gradient(130deg, rgba(39, 28, 19, .96), rgba(12, 30, 19, .96));
}

.lv-address {
  padding: 42px;
  border-right: 1px solid rgba(183, 139, 93, .12);
}

.lv-address-icon {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  border: 1px solid rgba(183, 139, 93, .25);
  color: #ba8d60;
  font-size: 20px;
}

.lv-label {
  display: block;
  margin-bottom: 6px;
  color: #728078;
  font-size: 7px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.lv-address h3 {
  margin: 0 0 17px;
  color: #e9e0d4;
  font-size: 24px;
  text-transform: none;
}

.lv-address address {
  margin: 0;
  color: #bdb6ac;
  font-size: 14px;
  font-style: normal;
  line-height: 25px;
}

.lv-address-note {
  display: flex;
  gap: 12px;
  margin-top: 29px;
  padding-top: 21px;
  border-top: 1px solid rgba(183, 139, 93, .11);
}

.lv-address-note i {
  margin-top: 4px;
  color: #708e76;
}

.lv-address-note p {
  margin: 0;
  color: #959891;
  font-size: 9px;
  line-height: 17px;
}


/* ROUTE VISUAL
================================================== */

.lv-route {
  position: relative;
  padding: 34px 40px;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 50%, rgba(59, 96, 65, .12), transparent 31%);
}

.lv-route::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .22;
  background-image:
    linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px);
  background-size: 45px 45px;
}

.lv-route-label {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.lv-route-label span,
.lv-route-label small {
  color: #65746b;
  font-size: 6px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.lv-route-map {
  position: relative;
  min-height: 310px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lv-map-city,
.lv-map-destination {
  display: flex;
  align-items: center;
  gap: 13px;
}

.lv-map-dot {
  width: 13px;
  height: 13px;
  border: 2px solid #94704d;
  border-radius: 50%;
}

.lv-map-city small,
.lv-map-destination small {
  display: block;
  margin-bottom: 4px;
  color: #6d7a71;
  font-size: 6px;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.lv-map-city strong,
.lv-map-destination strong {
  display: block;
  color: #d3cbc0;
  font-size: 11px;
}

.lv-map-destination > div:last-child > span {
  display: block;
  margin-top: 4px;
  color: #858b84;
  font-size: 7px;
}

.lv-map-road {
  width: 230px;
  margin: 0 25px;
  text-align: center;
}

.lv-map-road > span {
  display: block;
  margin-bottom: 10px;
  color: #8d704f;
  font-size: 7px;
  text-transform: uppercase;
}

.lv-road-line {
  position: relative;
  height: 1px;
  background: rgba(183, 139, 93, .2);
}

.lv-road-line::before,
.lv-road-line::after {
  content: "";
  position: absolute;
  top: -3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #76583d;
}

.lv-road-line::before {
  left: 0;
}

.lv-road-line::after {
  right: 0;
  background: #54725a;
}

.lv-destination-pin {
  width: 53px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(88, 125, 95, .3);
  border-radius: 50%;
  background: rgba(24, 55, 34, .35);
  color: #b88b5d;
  font-size: 19px;
}


/* GETTING THERE
================================================== */

.lv-arrival {
  margin-top: 55px;
}

.lv-arrival-heading {
  max-width: 760px;
  margin-bottom: 27px;
}

.lv-arrival-heading h3 {
  margin: 0 0 10px;
  color: #ebe2d7;
  font-size: 27px;
  text-transform: none;
}

.lv-arrival-heading p {
  margin: 0;
  color: #a4a49d;
  font-size: 11px;
  line-height: 20px;
}

.lv-arrival-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.lv-arrival-card {
  position: relative;
  min-height: 235px;
  padding: 27px 24px;
  overflow: hidden;
  border: 1px solid rgba(183, 139, 93, .14);
  background:
    linear-gradient(145deg, rgba(34, 25, 18, .92), rgba(13, 30, 20, .92));
}

.lv-card-no {
  position: absolute;
  top: 18px;
  right: 20px;
  color: rgba(224, 204, 177, .08);
  font-size: 29px;
  font-weight: 700;
}

.lv-card-icon {
  margin-bottom: 25px;
  color: #b4895c;
  font-size: 20px;
}

.lv-arrival-card small {
  display: block;
  margin-bottom: 5px;
  color: #718077;
  font-size: 7px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.lv-arrival-card h4 {
  margin: 0 0 10px;
  color: #dbd3c7;
  font-size: 14px;
  text-transform: none;
}

.lv-arrival-card p {
  margin: 0;
  color: #989b94;
  font-size: 9px;
  line-height: 17px;
}


/* CONTACT
================================================== */

.lv-contact {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  margin-top: 25px;
  border: 1px solid rgba(64, 100, 71, .17);
  background:
    linear-gradient(125deg, rgba(12, 31, 20, .91), rgba(35, 26, 18, .91));
}

.lv-contact-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  border-right: 1px solid rgba(183, 139, 93, .11);
}

.lv-contact-intro h3 {
  margin: 0 0 11px;
  color: #e7ded3;
  font-size: 23px;
  line-height: 31px;
  text-transform: none;
}

.lv-contact-intro p {
  margin: 0;
  color: #9fa099;
  font-size: 10px;
  line-height: 19px;
}

.lv-contact-details {
  padding: 17px 30px;
}

.lv-contact-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 15px;
  min-height: 75px;
  padding: 10px 5px;
  border-bottom: 1px solid rgba(255,255,255,.05);
  text-decoration: none !important;
}

.lv-contact-row:last-child {
  border-bottom: 0;
}

.lv-contact-icon {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(183, 139, 93, .17);
  color: #b3885c;
}

.lv-contact-row span {
  display: block;
  margin-bottom: 3px;
  color: #6f7d74;
  font-size: 6px;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.lv-contact-row strong {
  color: #d1c9be;
  font-size: 11px;
  font-weight: 600;
}

.lv-contact-row > i {
  color: #65513d;
  font-size: 8px;
  transition: .25s ease;
}

.lv-contact-row:hover > i {
  color: #b3885c;
  transform: translateX(4px);
}


/* BEFORE YOU GO
================================================== */

.lv-before {
  margin-top: 25px;
  padding: 39px;
  border: 1px solid rgba(183, 139, 93, .14);
  background: rgba(29, 23, 17, .68);
}

.lv-before-title {
  margin-bottom: 26px;
}

.lv-before-title > span {
  display: block;
  margin-bottom: 6px;
  color: #78847c;
  font-size: 7px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.lv-before-title h3 {
  margin: 0;
  color: #e5ddd1;
  font-size: 23px;
  text-transform: none;
}

.lv-checklist {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(183, 139, 93, .11);
}

.lv-check {
  padding: 22px 21px 4px;
  border-right: 1px solid rgba(255,255,255,.045);
}

.lv-check:last-child {
  border-right: 0;
}

.lv-check-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}

.lv-check-top span {
  color: #63503d;
  font-size: 7px;
}

.lv-check-top i {
  color: #af855a;
  font-size: 15px;
}

.lv-check strong {
  display: block;
  margin-bottom: 7px;
  color: #d1c9bd;
  font-size: 10px;
}

.lv-check p {
  margin: 0;
  color: #92968f;
  font-size: 8px;
  line-height: 16px;
}


/* FIRST VISIT FLOW
================================================== */

.lv-first {
  display: grid;
  grid-template-columns: .55fr 1.45fr;
  align-items: center;
  gap: 35px;
  margin-top: 15px;
  padding: 34px 38px;
  border: 1px solid rgba(64, 99, 70, .16);
  background: rgba(11, 29, 18, .59);
}

.lv-first-copy h3 {
  margin: 0;
  color: #e3dbcf;
  font-size: 19px;
  line-height: 27px;
  text-transform: none;
}

.lv-first-flow {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lv-first-flow > div {
  text-align: center;
}

.lv-first-flow > div > span {
  display: block;
  margin-bottom: 7px;
  color: #58665d;
  font-size: 6px;
}

.lv-first-flow > div > i {
  display: block;
  margin-bottom: 8px;
  color: #b3885c;
  font-size: 15px;
}

.lv-first-flow strong {
  display: block;
  margin-bottom: 3px;
  color: #d1c9be;
  font-size: 9px;
}

.lv-first-flow small {
  color: #858a83;
  font-size: 7px;
}

.lv-flow-arrow {
  color: #5b4c3b;
  font-size: 6px;
}


/* FINAL ADDRESS
================================================== */

.lv-final {
  display: grid;
  grid-template-columns: auto 1.4fr .9fr .7fr;
  align-items: center;
  margin-top: 15px;
  border: 1px solid rgba(183, 139, 93, .15);
  background:
    linear-gradient(110deg, rgba(47, 32, 21, .9), rgba(13, 31, 20, .9));
}

.lv-final > div {
  padding: 21px 24px;
  border-right: 1px solid rgba(255,255,255,.05);
}

.lv-final > div:last-child {
  border-right: 0;
}

.lv-final-icon {
  color: #b78a5d;
  font-size: 18px;
}

.lv-final span {
  display: block;
  margin-bottom: 4px;
  color: #718078;
  font-size: 6px;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.lv-final strong {
  display: block;
  color: #cec6ba;
  font-size: 9px;
  line-height: 16px;
}


/* RESPONSIVE
================================================== */

@media (max-width: 991px) {

  .lv-section {
    padding: 80px 0;
  }

  .lv-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .lv-heading h2 {
    font-size: 36px;
  }

  .lv-distance {
    width: fit-content;
  }

  .lv-board,
  .lv-contact {
    grid-template-columns: 1fr;
  }

  .lv-address,
  .lv-contact-intro {
    border-right: 0;
    border-bottom: 1px solid rgba(183, 139, 93, .11);
  }

  .lv-checklist {
    grid-template-columns: repeat(2, 1fr);
  }

  .lv-first {
    grid-template-columns: 1fr;
  }

  .lv-final {
    grid-template-columns: repeat(2, 1fr);
  }
}


@media (max-width: 767px) {

  .lv-heading h2 {
    font-size: 31px;
    line-height: 40px;
  }

  .lv-route-map {
    flex-direction: column;
    min-height: 380px;
  }

  .lv-map-road {
    width: 1px;
    height: 110px;
    margin: 25px 0;
  }

  .lv-map-road > span {
    position: absolute;
    margin: 40px 0 0 20px;
    white-space: nowrap;
  }

  .lv-road-line {
    width: 1px;
    height: 100%;
  }

  .lv-road-line::before,
  .lv-road-line::after {
    left: -3px;
  }

  .lv-road-line::before {
    top: 0;
  }

  .lv-road-line::after {
    top: auto;
    bottom: 0;
  }

  .lv-arrival-grid {
    grid-template-columns: 1fr;
  }

  .lv-checklist {
    grid-template-columns: 1fr;
  }

  .lv-check {
    padding: 20px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.045);
  }

  .lv-first-flow {
    flex-direction: column;
    gap: 17px;
  }

  .lv-flow-arrow {
    transform: rotate(90deg);
  }
}


@media (max-width: 480px) {

  .lv-section {
    padding: 65px 0;
  }

  .lv-address,
  .lv-route,
  .lv-contact-intro,
  .lv-before,
  .lv-first {
    padding: 27px 21px;
  }

  .lv-contact-details {
    padding: 12px 20px;
  }

  .lv-final {
    grid-template-columns: 1fr;
  }

  .lv-final > div {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.05);
  }
}

/* ==================================================
   FAQ
   Dark Chocolate / Forest Green / Whisky
================================================== */

.faq-section {
  position: relative;
  padding: 110px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 5%, rgba(117, 73, 39, .14), transparent 27%),
    radial-gradient(circle at 4% 80%, rgba(39, 78, 47, .15), transparent 29%),
    linear-gradient(135deg, #0f0c09 0%, #18120d 48%, #0b1610 100%);
}

.faq-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .18;
  background-image:
    linear-gradient(rgba(255,255,255,.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.015) 1px, transparent 1px);
  background-size: 65px 65px;
}

.faq-section .container {
  position: relative;
  z-index: 2;
}


/* HEADING
================================================== */

.faq-heading {
  max-width: 850px;
  margin-bottom: 48px;
}

.faq-kicker {
  display: inline-block;
  margin-bottom: 11px;
  color: #b78b5d;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.faq-heading h2 {
  margin: 0 0 18px;
  color: #f3eadf;
  font-size: 42px;
  line-height: 1.17;
  letter-spacing: -1px;
  text-transform: none;
}

.faq-heading p {
  max-width: 800px;
  margin: 0;
  color: #bdb8af;
  font-size: 15px;
  line-height: 27px;
}


/* FAQ GRID
================================================== */

.faq-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px;
  align-items: start;
}

.faq-column {
  display: flex;
  flex-direction: column;
  gap: 9px;
}


/* FAQ ITEM
================================================== */

.faq-item {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(183, 139, 93, .14);
  background:
    linear-gradient(
      135deg,
      rgba(34, 25, 18, .92),
      rgba(13, 29, 19, .92)
    );
  transition:
    border-color .3s ease,
    background .3s ease;
}

.faq-item:hover {
  border-color: rgba(183, 139, 93, .27);
}

.faq-item.active {
  border-color: rgba(183, 139, 93, .31);
  background:
    radial-gradient(circle at 100% 0%, rgba(62, 96, 67, .13), transparent 40%),
    linear-gradient(
      135deg,
      rgba(44, 30, 20, .97),
      rgba(13, 34, 21, .97)
    );
}

.faq-item.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 2px;
  background:
    linear-gradient(
      to bottom,
      #b78b5d,
      #4f7256
    );
}


/* QUESTION
================================================== */

.faq-question {
  width: 100%;
  min-height: 78px;
  display: grid;
  grid-template-columns: 32px 1fr 28px;
  align-items: center;
  gap: 13px;
  padding: 18px 20px;
  border: 0;
  outline: 0 !important;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.faq-number {
  color: #6c5540;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .5px;
}

.faq-question-text {
  color: #d7cfc3;
  font-size: 12px;
  font-weight: 600;
  line-height: 19px;
  transition: color .25s ease;
}

.faq-item:hover .faq-question-text,
.faq-item.active .faq-question-text {
  color: #eee4d7;
}


/* PLUS / MINUS
================================================== */

.faq-toggle {
  position: relative;
  width: 27px;
  height: 27px;
  border: 1px solid rgba(183, 139, 93, .2);
  border-radius: 50%;
  transition:
    border-color .25s ease,
    background .25s ease;
}

.faq-toggle::before,
.faq-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #a77d55;
  transform: translate(-50%, -50%);
  transition: transform .25s ease;
}

.faq-toggle::before {
  width: 8px;
  height: 1px;
}

.faq-toggle::after {
  width: 1px;
  height: 8px;
}

.faq-item.active .faq-toggle {
  border-color: rgba(87, 120, 93, .45);
  background: rgba(40, 73, 47, .25);
}

.faq-item.active .faq-toggle::after {
  transform:
    translate(-50%, -50%)
    rotate(90deg);
}


/* ANSWER
================================================== */

.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height .45s ease,
    opacity .3s ease;
}

.faq-item.active .faq-answer {
  max-height: 400px;
  opacity: 1;
}

.faq-answer p {
  margin: 0;
  padding: 0 67px 24px 65px;
  color: #9fa19a;
  font-size: 10px;
  line-height: 19px;
}


/* BOTTOM PRACTICAL STRIP
================================================== */

.faq-bottom {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: stretch;
  margin-top: 38px;
  border: 1px solid rgba(183, 139, 93, .15);
  background:
    linear-gradient(
      110deg,
      rgba(48, 32, 21, .91),
      rgba(12, 31, 20, .92)
    );
}

.faq-bottom-main {
  display: flex;
  align-items: center;
  gap: 19px;
  padding: 27px 30px;
}

.faq-bottom-icon {
  flex: 0 0 47px;
  width: 47px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(183, 139, 93, .24);
  color: #b78b5d;
  font-size: 17px;
}

.faq-bottom-main span {
  display: block;
  margin-bottom: 4px;
  color: #75837a;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.faq-bottom-main strong {
  display: block;
  margin-bottom: 4px;
  color: #ddd4c8;
  font-size: 12px;
}

.faq-bottom-main p {
  margin: 0;
  color: #90958e;
  font-size: 8px;
}


/* FACTS
================================================== */

.faq-bottom-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-left: 1px solid rgba(183, 139, 93, .1);
}

.faq-bottom-facts > div {
  min-width: 125px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px 22px;
  border-right: 1px solid rgba(255,255,255,.045);
}

.faq-bottom-facts > div:last-child {
  border-right: 0;
}

.faq-bottom-facts i {
  margin-bottom: 9px;
  color: #ad8359;
  font-size: 13px;
}

.faq-bottom-facts span {
  display: block;
  margin-bottom: 3px;
  color: #6d7c72;
  font-size: 6px;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.faq-bottom-facts strong {
  color: #c9c1b5;
  font-size: 8px;
}


/* RESPONSIVE
================================================== */

@media (max-width: 1199px) {

  .faq-bottom {
    grid-template-columns: 1fr;
  }

  .faq-bottom-facts {
    border-top: 1px solid rgba(183, 139, 93, .1);
    border-left: 0;
  }
}


@media (max-width: 991px) {

  .faq-section {
    padding: 80px 0;
  }

  .faq-heading h2 {
    font-size: 36px;
  }

  .faq-layout {
    grid-template-columns: 1fr;
  }
}


@media (max-width: 767px) {

  .faq-heading h2 {
    font-size: 31px;
    line-height: 40px;
  }

  .faq-question {
    grid-template-columns: 25px 1fr 27px;
    padding: 17px 16px;
  }

  .faq-answer p {
    padding:
      0 48px
      22px 54px;
  }

  .faq-bottom-facts {
    grid-template-columns: 1fr;
  }

  .faq-bottom-facts > div {
    min-height: 78px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.045);
  }

  .faq-bottom-facts > div:last-child {
    border-bottom: 0;
  }
}


@media (max-width: 480px) {

  .faq-section {
    padding: 65px 0;
  }

  .faq-heading {
    margin-bottom: 35px;
  }

  .faq-question {
    min-height: 73px;
    grid-template-columns: 20px 1fr 25px;
    gap: 9px;
    padding: 15px 13px;
  }

  .faq-question-text {
    font-size: 11px;
    line-height: 17px;
  }

  .faq-answer p {
    padding:
      0 42px
      20px 42px;
  }

  .faq-bottom-main {
    align-items: flex-start;
    padding: 23px 20px;
  }
}



/* =========================================================
   LEGAL / POLICY PAGES — ALICE SPRINGS CASINO
   Whiskey, dark chocolate & forest palette
   ========================================================= */
.legal-page {
  background:
    radial-gradient(circle at 90% 10%, rgba(155,106,58,.12), transparent 30%),
    radial-gradient(circle at 8% 55%, rgba(36,57,43,.20), transparent 32%),
    linear-gradient(180deg, #0b0e0c 0%, #130f0b 48%, #0c140f 100%);
  color: #eadfce;
}
.legal-hero {
  padding: 88px 0 64px;
  border-bottom: 1px solid rgba(177,122,69,.18);
  background:
    linear-gradient(110deg, rgba(8,10,8,.98), rgba(24,36,28,.94) 56%, rgba(47,29,18,.94));
}
.legal-kicker {
  display: inline-block;
  margin-bottom: 12px;
  color: #bd8751;
  font: 700 11px/1.2 "Montserrat", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.legal-hero h1 {
  max-width: 920px;
  margin: 0 0 18px;
  font-size: 48px;
  line-height: 1.12;
  text-transform: none;
  letter-spacing: -1.4px;
}
.legal-hero p {
  max-width: 820px;
  margin: 0;
  color: #c5b9a8;
  font-size: 16px;
  line-height: 1.8;
}
.legal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 25px;
  color: #a99b89;
  font-size: 13px;
}
.legal-meta strong { color: #dfc6a6; font-weight: 600; }
.legal-content { padding: 72px 0 90px; }
.legal-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 46px;
  align-items: start;
}
.legal-nav {
  position: sticky;
  top: 110px;
  padding: 22px;
  border: 1px solid rgba(177,122,69,.20);
  background: linear-gradient(145deg, rgba(37,25,17,.90), rgba(14,24,18,.94));
}
.legal-nav span {
  display: block;
  margin-bottom: 14px;
  color: #bd8751;
  font: 700 10px/1.2 "Montserrat", sans-serif;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.legal-nav a {
  display: block;
  padding: 9px 0;
  border-bottom: 1px solid rgba(255,255,255,.055);
  color: #c8beb0;
  font-size: 13px;
  line-height: 1.45;
}
.legal-nav a:last-child { border-bottom: 0; }
.legal-nav a:hover { color: #d8a46d; }
.legal-article {
  min-width: 0;
  padding: 38px 42px;
  border: 1px solid rgba(177,122,69,.18);
  background: linear-gradient(145deg, rgba(31,22,16,.92), rgba(12,22,16,.94));
  box-shadow: 0 28px 70px rgba(0,0,0,.25);
}
.legal-article section {
  padding: 0 0 34px;
  margin: 0 0 34px;
  border-bottom: 1px solid rgba(255,255,255,.07);
  background: transparent !important;
}
.legal-article section:last-child { border-bottom: 0; margin-bottom: 0; padding-bottom: 0; }
.legal-article h2 {
  margin: 0 0 15px;
  color: #f1e8db;
  font-size: 24px;
  line-height: 1.35;
  text-transform: none;
  letter-spacing: -.3px;
}
.legal-article h3 {
  margin: 25px 0 10px;
  color: #dfc6a6;
  font-size: 16px;
  line-height: 1.45;
  text-transform: none;
  letter-spacing: 0;
}
.legal-article p, .legal-article li {
  color: #bdb3a5;
  font-size: 14px;
  line-height: 1.85;
}
.legal-article ul, .legal-article ol { padding-left: 21px; margin: 12px 0 0; }
.legal-article li { margin-bottom: 8px; }
.legal-callout {
  margin: 22px 0;
  padding: 20px 22px;
  border-left: 3px solid #9b6a3a;
  background: rgba(155,106,58,.09);
}
.legal-callout p { margin: 0; color: #d6c8b7; }
.legal-callout.green {
  border-left-color: #496b52;
  background: rgba(73,107,82,.12);
}
.legal-contact-card {
  margin-top: 20px;
  padding: 22px;
  border: 1px solid rgba(73,107,82,.28);
  background: rgba(15,24,19,.7);
}
.legal-contact-card strong { color: #e7d9c7; }
.legal-article a { color: #d49a61; text-decoration: underline; text-underline-offset: 3px; }
.legal-article a:hover { color: #f0c18d; }
@media (max-width: 991px) {
  .legal-hero h1 { font-size: 39px; }
  .legal-layout { grid-template-columns: 1fr; gap: 26px; }
  .legal-nav { position: static; }
}
@media (max-width: 575px) {
  .legal-hero { padding: 65px 0 48px; }
  .legal-hero h1 { font-size: 32px; }
  .legal-content { padding: 48px 0 65px; }
  .legal-article { padding: 27px 20px; }
}

/* =========================================
   FIXED HEADER ON SCROLL
========================================= */

#header {
  width: 100%;
  z-index: 99999;
}

#header.header-scrolled {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;

  width: 100%;

  background: rgba(8, 10, 8, 0.97) !important;

  box-shadow:
    0 8px 30px rgba(0, 0, 0, 0.45),
    0 1px 0 rgba(155, 106, 58, 0.22);

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  animation: headerSlideDown 0.35s ease;
}


/* чтобы контент не прыгал при появлении fixed header */
body.header-is-fixed {
  padding-top: 90px;
}


@keyframes headerSlideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}


@media (max-width: 991px) {
  body.header-is-fixed {
    padding-top: 75px;
  }
}
