@font-face {
  font-family: "caxton-std";
  src: url("../fonts/caxton-std.otf");
}
@font-face {
  font-family: "icone-lt";
  src: url("../fonts/icone-lt.ttf");
}
html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

.banner-section {
  background: linear-gradient(86.47deg, #996d3c 28.17%, #c68d38 99.77%);
}
@media (max-width: 575.98px) {
  .banner-section .banner-image {
    padding: 32px;
    padding-bottom: 0;
  }
}
.banner-section .banner-image img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  max-height: clamp(500px, 80vh, 500px);
}

.banner-content {
  background: linear-gradient(86.47deg, #996d3c 28.17%, #c68d38 99.77%);
  padding: 32px 0;
}
.banner-content .banner-content-box {
  width: 100%;
  margin: auto;
}
.banner-content h1 {
  margin-bottom: 12px;
  color: #fff;
}
.banner-content p {
  color: #fff;
}
.banner-content img {
  width: 100%;
}
@media (max-width: 575.98px) {
  .banner-content {
    padding: 32px 20px;
  }
}

.feature-section {
  padding: 0 52px;
}
@media (max-width: 767.98px) {
  .feature-section {
    padding-left: 0;
    padding-right: 0;
  }
}
.feature-section .container-fluid {
  max-width: 1440px !important;
  margin: auto;
}
.feature-section .container-fluid .content-block {
  padding: 64px 0;
}
.feature-section .container-fluid .content-block .row {
  align-items: center;
}
.feature-section .container-fluid .content-block:nth-child(odd) .text-box {
  padding-left: 58px;
}
.feature-section .container-fluid .content-block:nth-child(odd) h2 {
  margin-bottom: 12px;
}
.feature-section .container-fluid .content-block:nth-child(odd) p {
  margin-bottom: 10px;
}
.feature-section .container-fluid .content-block:nth-child(even) .text-box {
  padding-right: 58px;
}
.feature-section .container-fluid .content-block:nth-child(even) h2 {
  margin-bottom: 5px;
}
.feature-section .container-fluid .content-block:nth-child(even) p {
  margin-bottom: 32px;
}
@media (max-width: 767.98px) {
  .feature-section .content-block {
    padding: 23.06px 0 !important;
    padding-top: 0 !important;
  }
  .feature-section .content-block h2 {
    margin-bottom: 16px !important;
  }
  .feature-section .content-block p {
    margin-bottom: 16px !important;
  }
  .feature-section .content-block .row > * {
    padding: 0;
  }
  .feature-section .content-block .text-box {
    padding: 32px !important;
  }
}

.highlight-section {
  background-color: var(--PMS-302, #053d64);
  padding-left: 36px;
  padding-right: 36px;
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
.highlight-section .container-fluid {
  max-width: 1440px;
}
.highlight-section .highlight-btns a {
  width: 50%;
  color: #fff;
  font-size: 16px;
}
.highlight-section .highlight-btns a:last-child {
  margin-left: 41px;
  text-decoration: underline;
}
.highlight-section .highlight-btns a:last-child:hover {
  text-decoration: underline !important;
}
.highlight-section p {
  color: #fff;
}
.highlight-section h2 {
  color: #fff;
  margin-bottom: 20px;
}
.highlight-section img {
  width: 100%;
}
@media (max-width: 991.98px) {
  .highlight-section {
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 55.23px !important;
  }
  .highlight-section h2 {
    margin-bottom: 8px !important;
  }
  .highlight-section p {
    margin-bottom: 8px !important;
  }
  .highlight-section .row > * {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .highlight-section .row {
    flex-direction: column-reverse;
  }
  .highlight-section .row .col-md-6:nth-child(2) {
    margin-bottom: 32px;
  }
}
@media (max-width: 767.98px) {
  .highlight-section .highlight-btns {
    flex-direction: column;
    text-align: center;
  }
  .highlight-section .highlight-btns a {
    width: 100%;
    max-width: 100%;
  }
  .highlight-section .highlight-btns a:last-child {
    margin-left: 0;
    width: 100%;
    margin-top: 23px;
    margin-bottom: 15px;
    text-align: center;
  }
}

.highlight-feature-section .btn-banner a:first-child {
  border: 1px solid #fff;
  background: none;
}
.highlight-feature-section .btn-banner a:first-child:hover {
  background: rgba(255, 255, 255, 0.1);
}

.footer-nav {
  background: linear-gradient(86.47deg, #996d3c 28.17%, #c68d38 99.77%);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  scrollbar-width: none;
  cursor: pointer;
}
.footer-nav::-webkit-scrollbar {
  width: 100%;
  height: 0px;
}

.scroll-nav-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 0 20px;
}
.scroll-nav-wrapper .scroll-nav-link {
  flex: 0 0 auto;
  min-width: -moz-max-content;
  min-width: max-content;
  padding-left: 20px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 0 !important;
  font-family: "icone-lt";
}
.scroll-nav-wrapper .scroll-nav-link:first-child {
  padding-left: 13px;
}
.scroll-nav-wrapper .scroll-nav-link:hover {
  text-decoration: underline;
}
@media (max-width: 1399.98px) {
  .scroll-nav-wrapper .scroll-nav-link {
    margin-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  .scroll-nav-wrapper {
    flex-direction: column;
    padding-left: 30px;
  }
  .scroll-nav-wrapper .scroll-nav-link {
    padding-left: 0;
    text-decoration: none;
  }
  .scroll-nav-wrapper .scroll-nav-link:first-child {
    padding-left: 0;
  }
}

.inner-banner .inner-banner-text {
  padding-left: 64px;
  padding-right: 135px;
}
.inner-banner .inner-banner-text h1 {
  margin-bottom: 32px;
}
.inner-banner .inner-banner-text p {
  color: #22211f;
}
.inner-banner .inner-banner-full {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  max-height: clamp(400px, 80vh, 1200px);
}

.highlight-feature-section {
  background: linear-gradient(86.47deg, #996d3c 28.17%, #c68d38 99.77%);
  padding: 32px 64px;
}
.highlight-feature-section .container-fluid {
  max-width: 1440px;
}
.highlight-feature-section h2 {
  color: #fff;
}
.highlight-feature-section p {
  color: #fff;
}
.highlight-feature-section .btn-banner a {
  min-width: 220px;
  max-width: unset;
  color: #fff;
  font-size: 16px;
  width: unset;
  padding: 16px 24px;
}
.highlight-feature-section .btn-banner a:last-child {
  text-align: center;
  margin-left: 12px;
}
.highlight-feature-section .btn-banner a:last-child:hover {
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .highlight-feature-section {
    padding: 32px 32px;
  }
  .highlight-feature-section .col-md-6:nth-child(2) {
    padding-left: 0 !important;
    margin-top: 32px;
  }
  .highlight-feature-section .btn-banner {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .highlight-feature-section .btn-banner a:last-child {
    margin-left: 0;
    padding: 15px 0;
    margin-top: 12px;
  }
}
@media (max-width: 1199.98px) {
  .highlight-feature-section .btn-banner {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .highlight-feature-section .btn-banner a {
    border: 1px solid #fff;
    background: none;
  }
  .highlight-feature-section .btn-banner a:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  .highlight-feature-section .btn-banner a:last-child {
    margin-left: 0;
    padding: 15px 0;
    margin-top: 12px;
    border: none;
    background: none;
  }
}

.pb63 {
  padding-bottom: 63px !important;
}
@media (max-width: 991.98px) {
  .pb63 {
    padding-bottom: 24px !important;
  }
}

@media (max-width: 991.98px) {
  .pb-00 {
    padding-bottom: 24px !important;
  }
}

@media (max-width: 991.98px) {
  .mb-16 {
    margin-bottom: 16px !important;
  }
}

.feature-section .content-block .mb-00 {
  margin-bottom: 0 !important;
}
.feature-section .content-block .pb-000 {
  padding-bottom: 0 !important;
}

.card-section h2 {
  margin-bottom: 83px;
}
.card-section .game-card {
  width: calc(100% - 115px);
  margin: auto;
  background-color: #fff;
  text-align: left;
  display: flex;
  flex-direction: column;
  border: 2px solid #dd7040;
}
.card-section .game-card h3 {
  margin-bottom: 20px;
  line-height: 32px;
  color: #000000;
}
.card-section .game-card p {
  margin-bottom: 32px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 22px;
}
.card-section .game-card .btn_card {
  margin-top: auto;
}
.card-section .game-card .btn_card a {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.8);
}
.card-section .game-card .btn_card a:hover {
  text-decoration: underline !important;
}
@media (max-width: 1199.98px) {
  .card-section .game-card {
    width: calc(100% - 20px);
  }
  .card-section .col-md-4 {
    padding-bottom: 8px;
  }
}
@media (max-width: 767.98px) {
  .card-section .game-card {
    width: calc(100% - 53.5px);
  }
}

.comman.feature-section .content-block .text-box {
  padding-left: 58px !important;
}
.comman.feature-section .content-block .text-box h2 {
  margin-bottom: 10px;
}
.comman.feature-section .content-block .text-box p {
  margin-bottom: 10px;
}
.comman.feature-section .content-block .flex-row-reverse .text-box {
  padding-right: 58px !important;
  padding-left: 0 !important;
}
.comman.feature-section .content-block:nth-child(even) .text-box {
  padding-right: 58px !important;
  padding-left: 0 !important;
}
.comman.feature-section .content-block .img-bg {
  background-color: #eef9f9;
}
@media (max-width: 767.98px) {
  .comman.feature-section .content-block .img-bg {
    margin: 32px;
    margin-bottom: 0;
  }
  .comman.feature-section .content-block .flex-row-reverse .text-box {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .comman.feature-section .content-block h2 {
    margin-bottom: 16px;
  }
  .comman.feature-section .content-block p {
    margin-bottom: 16px;
  }
}
@media (max-width: 767.98px) {
  .comman.feature-section {
    padding: 0;
  }
  .comman.feature-section .content-block {
    padding-bottom: 0;
  }
  .comman.feature-section .content-block .text-box {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
}

.inner-banner-section .banner-content .btn-banner a {
  width: 100%;
  max-width: 220px;
  font-size: 16px;
  border: 1px solid #fff;
  background: none;
}
.inner-banner-section .banner-content .btn-banner a:hover {
  border-color: fff;
  background: rgba(255, 255, 255, 0.1);
}
.inner-banner-section .banner-content .btn-banner a:nth-child(2) {
  margin-left: 12px;
  color: #fff;
  text-align: center;
}
.inner-banner-section .banner-content .banner-img-box {
  width: 200px;
  margin-right: 48px;
}
.inner-banner-section .banner-content .banner-img-box img {
  width: 100%;
}
.inner-banner-section .banner-content .content {
  width: calc(100% - 248px);
}
@media (max-width: 991.98px) {
  .inner-banner-section .inner-banner .row {
    flex-direction: column-reverse;
  }
  .inner-banner-section .inner-banner .inner-banner-text {
    padding: 32px 48.5px;
    text-align: center;
  }
  .inner-banner-section .inner-banner .btn_theme {
    max-width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .inner-banner-section .inner-banner-text {
    padding: 32px 48px;
  }
}
@media (max-width: 767.98px) {
  .inner-banner-section .banner-content-box {
    flex-direction: column;
  }
  .inner-banner-section .banner-content-box .banner-img-box {
    width: 50%;
    margin-right: 0;
    padding: 0 12px 32px;
    text-align: center;
    margin: auto;
  }
  .inner-banner-section .banner-content-box .content {
    width: 100%;
    padding: 0 12px;
  }
}

.brand-card {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}
.brand-card .game-card {
  border: 2px solid #dd7040;
}
.brand-card .game-card h3 {
  line-height: 32px;
}
.brand-card .game-card .card-content {
  padding: 14px;
}
@media (max-width: 767.98px) {
  .brand-card .col-md-4 {
    margin-bottom: 141px;
  }
}

.winner-section {
  background: linear-gradient(86.47deg, #996d3c 28.17%, #c68d38 99.77%);
  padding: 32px 0;
}
.winner-section h2 {
  color: #fff;
}
.winner-section .container-fluid.max {
  max-width: calc(100% - 104px);
}
@media (max-width: 767.98px) {
  .winner-section .container-fluid.max {
    max-width: 100%;
    padding: 0 32px;
  }
  .winner-section .winner-img {
    margin-bottom: 32px;
  }
}

.comman-time .comman-time-wrappar {
  padding: 64px 0;
}
.comman-time .comman-time-wrappar h2 {
  margin-bottom: 5px;
}
.comman-time .btn-comman-time a {
  border: 1px solid #d7822a;
  padding: 15px 24px;
  color: #d7822a;
}
.comman-time .btn-comman-time a:hover {
  background: rgba(215, 130, 42, 0.1);
}
@media (max-width: 767.98px) {
  .comman-time .comman-time-wrappar {
    flex-direction: column;
    padding: 32px 20px;
  }
  .comman-time .comman-time-wrappar .col-comman-time {
    margin-bottom: 32px;
  }
  .comman-time .comman-time-wrappar .col-comman-time:last-child {
    margin-bottom: 0;
  }
  .comman-time .btn-comman-time {
    display: none;
  }
  .comman-time .sportsbook {
    display: none;
  }
}

.feature-sm-text {
  margin-top: 30.68px;
}

.comman.feature-section.slot-feature .subhead {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  color: #33312e;
}
@media (max-width: 991.98px) {
  .comman.feature-section.slot-feature .content-block {
    padding-bottom: 0 !important;
  }
  .comman.feature-section.slot-feature .content-block .text-box {
    padding: 32px !important;
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
}

.mcard {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (max-width: 991.98px) {
  .mcard {
    padding: 0 0 32px;
  }
}

@media (max-width: 991.98px) {
  .feature-sec-home .content-block {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .ts-sports-feature .content-block {
    padding-bottom: 0 !important;
  }
  .ts-sports-feature .content-block .text-box {
    padding-bottom: 0 !important;
  }
  .how-it-works .content-block p.mb-2 {
    margin-bottom: 8px !important;
  }
}
.two-col img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.two-col .colrightimg {
  margin-left: 8px;
}
.two-col .colrightimg .col-md-12.mb-2 {
  margin-bottom: 8px;
}

.custom-header {
  background-color: #efebe6;
  transition: 0.3s;
}
.custom-header .container-fluid {
  max-width: 1400px;
}
@media (max-width: 1367px) {
  .custom-header .container-fluid {
    max-width: 1210px;
  }
}
@media (min-width: 1200px) {
  .custom-header .dropdown:hover > .dropdown-menu {
    display: block;
  }
}
.custom-header .navbar-brand {
  display: flex;
  line-height: 1;
}
@media (max-width: 575.98px) {
  .custom-header .navbar-brand {
    max-width: 200px;
  }
}
.custom-header a {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  font-family: "icone-lt";
  color: #33312e;
  letter-spacing: 2px;
}
.custom-header a:hover {
  color: #b87954;
}
.custom-header a:hover svg path {
  fill: #b87954;
}
.custom-header .main-nav .nav-item {
  padding: 18px 0;
}
.custom-header .main-nav .nav-item span {
  vertical-align: text-bottom;
}
.custom-header .main-nav .dropdown-hover {
  position: relative;
}
.custom-header .main-nav .dropdown-hover .custom-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #efebe6;
  min-width: 222px;
  z-index: 1000;
}
.custom-header .main-nav .dropdown-hover .custom-dropdown-menu li:first-child {
  padding-top: 0px;
}
.custom-header .main-nav .dropdown-hover .custom-dropdown-menu li a {
  display: block;
  padding: 12px 15px 12px;
  font-size: 14px;
  text-transform: uppercase;
  color: #b87954;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 2px;
}
.custom-header .main-nav .dropdown-hover .custom-dropdown-menu li a:hover {
  background-color: rgba(178, 101, 66, 0.1);
}
.custom-header .main-nav .dropdown-hover:hover .custom-dropdown-menu {
  display: block;
}
.custom-header .btn-promotions {
  background-color: #b87954;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  padding: 8px 16px;
  border: none;
  border-radius: 0;
  letter-spacing: 2px;
  line-height: 18px;
  font-weight: 400;
}
.custom-header .btn-promotions:hover {
  /*background: linear-gradient(0deg, #a9693a, #a9693a), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));*/
  background-color: #a9693a;
}
@media (min-width: 1200px) {
  .custom-header .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 1200px) {
  .custom-header .navbar .main-nav .nav-item {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .custom-header .navbar .main-nav .nav-item .nav-link {
    padding-top: 33px;
    padding-bottom: 33px;
  }
}
.custom-header .navbar .main-nav .nav-item .nav-link {
  color: #fff;
  outline: none !important;
  text-transform: uppercase;
  transition: 0.3s;
}
@media (max-width: 1200px) {
  .custom-header .navbar .main-nav .nav-item .nav-link {
    font-size: 18px;
    font-weight: 200;
    letter-spacing: 1px;
  }
}
.custom-header .navbar .main-nav .nav-item .nav-link.active {
  text-decoration: underline;
  text-underline-offset: 8px;
}
.custom-header .navbar .main-nav .nav-item .nav-link:first-child {
  padding-left: 0;
}
.custom-header .navbar .main-nav .nav-item .nav-link:hover {
  text-decoration: underline;
  text-underline-offset: 8px;
}
.custom-header .navbar .main-nav .nav-item .btn_box {
  margin-left: 10px;
}
@media (max-width: 1200px) {
  .custom-header .navbar .main-nav .nav-item .btn_box {
    margin-left: 0;
    text-align: center;
    margin-top: 10px;
  }
}
.custom-header .navbar .main-nav .nav-item.dropdown {
  margin-right: 15px;
}
.custom-header .navbar .main-nav .nav-item.dropdown .dropdown-menu {
  border-radius: 0;
  top: 70px;
  border: 1px solid #212529;
}
@media (max-width: 1200px) {
  .custom-header .navbar .main-nav .nav-item.dropdown .dropdown-menu {
    background: transparent;
    top: 62px;
    width: -moz-max-content;
    width: max-content;
    border: none;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #fff;
    padding-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .custom-header .navbar .main-nav .nav-item.dropdown .dropdown-menu {
    width: 100%;
  }
}
.custom-header .navbar .main-nav .nav-item.dropdown .dropdown-item {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "degular";
  font-weight: 500;
  transition: 0.3s;
}
.custom-header .navbar .main-nav .nav-item.dropdown .dropdown-item:hover {
  text-decoration: underline;
  background: transparent;
}
@media (max-width: 1200px) {
  .custom-header .navbar .main-nav .nav-item.dropdown .dropdown-item {
    font-family: "caxton-std";
    font-size: 14px;
    letter-spacing: 1px;
    padding: 8px 0;
    color: #fff;
    border-top: 1px solid #fff;
  }
  .custom-header .navbar .main-nav .nav-item.dropdown .dropdown-item.active-child {
    text-decoration: none;
  }
  .custom-header .navbar .main-nav .nav-item.dropdown .dropdown-item:hover {
    background: transparent;
  }
}
.custom-header .navbar .main-nav .nav-item.dropdown .dropdown-toggle::after {
  background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  border: none;
  width: 15px;
  height: 18px;
  background-size: contain;
  /* position: absolute; */
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
}
@media (min-width: 1200px) {
  .custom-header .navbar .main-nav .nav-item.dropdown .dropdown-toggle::after {
    top: 33px;
  }
}
@media (max-width: 575.98px) {
  .custom-header .navbar .main-nav .nav-item.dropdown .dropdown-toggle::after {
    top: 13px;
  }
}
.custom-header .navbar-toggler {
  padding: 0;
}
.custom-header .mobile-nav-bar {
  margin-right: 18px;
  display: none;
}
.custom-header .mobile-nav-bar span {
  width: 20px;
  height: 2.5px;
  background: #b87954;
  display: block;
  margin-bottom: 2.5px;
}
.custom-header .mobile-nav-bar span:nth-child(3) {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .dropdown-submenu:hover > .dropdown-menu,
  .dropdown-submenu > a:focus + .dropdown-menu {
    /* :focus support is incomplete - pressing Tab sets focus to submenu, but that immediately hides submenu */
    display: block;
    margin-left: 1px;
  }
}
@media (max-width: 1279.98px) {
  .custom-header .nav-link {
    padding: 0.5rem 0.5rem;
  }
}
@media (max-width: 1399.98px) {
  .nav-brand img {
    max-width: 130px;
  }
}
@media (max-width: 1199.98px) {
  .nav-brand img {
    max-width: 108px;
  }
  .nav-brand img:last-child {
    display: none;
  }
  .nav-brand .logo-img-link {
    display: block !important;
  }
  .btn-promotions span {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .custom-header .nav-link {
    padding: 0.5rem 1rem;
  }
  .custom-header .nav-link svg {
    transform: rotate(-90deg);
  }
  .custom-header .nav-link:hover svg {
    transform: rotate(0deg);
  }
  .custom-header {
    padding-left: 2px !important;
    padding-right: 2px !important;
    padding: 20px 2px !important;
  }
  .main-nav {
    position: absolute;
    top: 50px;
    z-index: 11;
    left: 0;
    right: 0;
    background: #efebe6;
    max-height: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
    overflow: hidden;
  }
  .main-nav ul.nav {
    flex-direction: column;
    gap: 0.5rem;
    align-items: flex-start !important;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .main-nav ul.nav ul {
    width: 100%;
    position: static !important;
    padding-left: 20px;
  }
  .main-nav.active-menu {
    max-height: 100%;
  }
  .mobile-nav-bar {
    display: block !important;
  }
  .menu-active .mobile-nav-bar span {
    transition: 0.3s ease;
  }
  .menu-active .mobile-nav-bar span:first-child {
    transform: rotateZ(45deg);
    top: 5px;
    position: relative;
  }
  .menu-active .mobile-nav-bar span:nth-child(2) {
    opacity: 0;
  }
  .menu-active .mobile-nav-bar span:last-child {
    transform: rotateZ(-45deg);
    bottom: 5px;
    position: relative;
  }
}
header .container-fluid {
  max-width: 1440px;
}

.btn_theme {
  color: #fff !important;
  outline: none !important;
  background: #b87954;
  padding: 16px 24px;
  min-width: 220px;
  display: flex;
  align-items: center;
  font-family: "caxton-std";
  letter-spacing: 2px;
  justify-content: center;
  font-size: 16px;
  transition: 0.3s;
  font-weight: 300;
  line-height: 18px;
  display: inline-block;
  text-align: center;
}
.btn_theme:hover {
  /*background: linear-gradient(0deg, #a9693a, #a9693a), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));*/
  background-color: #a9693a;
}
@media (min-width: 992px) {
  .btn_theme.w-80 {
    min-width: 80%;
    max-width: 80%;
  }
}
@media (max-width: 991.98px) {
  .btn_theme {
    width: 100%;
    max-width: 220px;
    font-size: 16px;
  }
}

.btn_box {
  border: 2px solid #fff;
  color: #fff !important;
  text-transform: uppercase;
  font-family: "degular";
  font-weight: 500;
  letter-spacing: 1px;
  display: inline-block;
  padding: 7px 10px;
  transition: 0.3s;
}
.btn_box:hover {
  opacity: 0.8;
}
@media (max-width: 767.98px) {
  .btn_box {
    padding: 10px 20px;
    font-size: 18px;
    border: 2px solid #fff;
  }
}

.btn_gray {
  color: #fff !important;
  outline: none !important;
  background: #4b5944;
  padding: 7px 18px;
  font-family: "degular";
  letter-spacing: 1px;
  font-size: 16px;
  margin-bottom: 20px;
  display: inline-block;
}

.btn_theme:focus-visible,
.btn_box:focus-visible,
.btn_gray:focus-visible {
  outline: 2px dashed #000 !important;
  outline-offset: 4px;
}

.slide-arrow:focus-visible,
.slick-slide:focus-visible {
  outline: 2px dashed #000 !important;
  outline-offset: 4px;
}

.slick-slide a:focus-visible {
  outline: 2px dashed #000 !important;
  outline-offset: 4px;
}

.footer-area .footer-widget ul li a:focus-visible,
.footer-area .copy-right li a:focus-visible {
  outline: 2px dashed #000 !important;
  outline-offset: 4px;
}

.custom-header .navbar .navbar-nav .nav-item .nav-link:focus-visible {
  outline: 2px dashed #000 !important;
  outline-offset: 4px;
}

.navbar-brand:focus-visible {
  outline: 2px dashed #000 !important;
}

.btn_blue {
  background-color: var(--PMS-302, #053d64);
}
.btn_blue:hover {
  background-color: #a9693a !important;
}

.btn-no-color a {
  min-width: 220px;
  padding: 16px 47px;
  color: #d7822a;
  border: 1px solid #d7822a;
  display: inline-block;
  text-align: center;
}
.btn-no-color a:hover {
  background: rgba(215, 130, 42, 0.1);
}
@media (max-width: 991.98px) {
  .btn-no-color a {
    padding: 16px 20px;
  }
}

.footer {
  width: 100%;
  height: auto;
  background: url(../images-new/footer-bg.jpg) no-repeat center center;
  background-color: #272b2e;
  background-size: cover;
}
.footer .fl-logo-area {
  padding-top: 30px;
  padding-bottom: 5px;
}
.footer .fl-logo-area .col-md-4:first-child img {
  width: 100%;
}
.footer .fl-logo-area .col-md-4:last-child img {
  width: 100%;
}
.footer .fl-logo-area .fl-logo {
  margin: 0 auto;
  width: 205px;
}
.footer .fl-logo-area .fl-logo img {
  width: 75%;
}
@media (max-width: 767.98px) {
  .footer .fl-logo-area .fl-logo {
    margin: 15px auto;
    text-align: center;
  }
  .footer .fl-logo-area .fl-logo img {
    width: 80%;
  }
  .footer .fl-logo-area .col-xs-4 {
    width: 100%;
    margin: 15px auto;
  }
}
.footer .socials ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.footer .socials ul li {
  display: list-item;
  text-align: -webkit-match-parent;
  padding-left: 10px;
  padding-right: 9px;
}
.footer .socials ul li a {
  display: block;
  transition: opacity 0.3s;
}
.footer .socials ul li a i {
  opacity: 1;
  transition: opacity 0.5s;
}
.footer .stores ul li {
  padding-left: 10px;
  padding-right: 9px;
  padding-bottom: 20px;
}
.footer .foot-txt {
  font-family: "Conv_CaxtonStd-Light", Sans-Serif;
  font-size: 12px;
  color: #e4d4c6;
  letter-spacing: 1px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 30px;
}
.footer .foot-txt:first-child {
  padding-bottom: 0;
}
.footer .foot-txt a:link {
  color: #e4d4c6;
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .footer .foot-txt {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.skip-to-main-content-link {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 1em;
  background-color: black;
  color: white;
  opacity: 0;
}

.skip-to-main-content-link:focus {
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}

.meet-section.champion .title._base {
  color: #1f2d43;
}

body {
  font-family: "caxton-std";
  line-height: 1.3;
  word-break: break-word;
  background-color: #efebe6;
}

.container-fluid.max {
  max-width: calc(100% - 128px);
  margin: auto;
}
@media (max-width: 767.98px) {
  .container-fluid.max {
    max-width: 100%;
  }
}

@media (min-width: 1400px) {
  /*.container,*/
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1220px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "caxton-std";
  font-weight: 400;
  margin-bottom: 0;
  font-style: normal;
  color: #22211f;
}

h1 {
  font-size: 54px;
  line-height: 56px;
}

h2 {
  font-size: 32px;
  line-height: 100%;
}

h3 {
  font-size: 24px;
  line-height: 100%;
}

p {
  margin-bottom: 0;
  font-weight: 300;
  margin-bottom: 12px;
  font-size: 1rem;
  color: #33312e;
  line-height: 22px;
}

a {
  color: #33312e;
  text-transform: capitalize;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 300;
}

.title-xl {
  font-size: 32px;
  line-height: 100%;
}

.xs-text {
  font-size: 11px;
  line-height: 12px;
  font-weight: 300;
  font-family: Helvetica;
}

.mt-10 {
  margin-top: 10px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.mb-59 {
  margin-bottom: 59px;
}

.mt-83 {
  margin-top: 83px;
}

.pe-40 {
  padding-right: 40px;
}

.p-64 {
  padding: 64px;
}

.d-flex {
  display: flex;
}

.align-items-center {
  align-items: center; /* Vertical alignment in flexbox */
}

.justify-content-between {
  justify-content: space-between; /* Pushes items to edges */
}

.px-4 {
  padding-left: 1.5rem; /* 24px */
  padding-right: 1.5rem; /* 24px */
}

.py-2 {
  padding-top: 0.5rem; /* 8px */
  padding-bottom: 0.5rem; /* 8px */
}

.pt-0 {
  padding-top: 0;
}

.flex-wrap {
  flex-wrap: wrap;
}/*# sourceMappingURL=main-style.css.map */

.two-line a {
    font-size: 18px !important; 
    font-weight: 600 !important;
}

.card-body p {
    font-size: 14px !important;
}

.desc h1 {
    font-size: 36px;
    margin-bottom: 10px;
    color: #fff;
}
.desc p {
    font-size: 20px;
    color: #fff;
    line-height: 34px;
    text-align: center;
    font-style: italic;
    letter-spacing: 1px;
    font-family: 'Conv_CaxtonStd-BookItalic', Sans-Serif;
}

.menu_page h1{
    font-size: 36px;
    font-weight: 600;
}
.menu_page h2{
    font-size: 30px;
    font-weight: 500;
}
.menu_page h3{
    font-weight: 600;
}
.btn-comman-time {
  display: flex;
  justify-content: center;  /* centers horizontally */
}

