/*
Project Name: SCC;
Project Author: Vishal Agrahari;
Framework Used: Bootstrap V5;
Connect at: https://www.linkedin.com/in/coder-vish/;
*/
@import url("https://use.typekit.net/tfg7uws.css");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.ff-astounder {
  font-family: "astounder-squared-bb", sans-serif;
}

.ff-astounder-normal {
  font-family: "astounder-squared-bb", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ff-astounder-normal-italic {
  font-family: "astounder-squared-bb", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.ff-astounder-bold {
  font-family: "astounder-squared-bb", sans-serif;
  font-weight: 700;
  font-style: normal;
}

html, body {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  color: #EAE8DC;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "astounder-squared-bb", sans-serif;
  line-height: 0.8;
}

.bg-black {
  background-color: #010E02;
}

.bg-green {
  background-color: #13C44E;
}

.bg-yellow {
  background-color: #FFCA16;
}

.text-black {
  color: #010E02;
}

.text-white {
  color: #EAE8DC;
}

.text-green {
  color: #13C44E;
}

.text-yellow {
  color: #FFCA16;
}

.header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 9999;
  transition: 0.3s ease-in-out;
}
.header .navbar-expand-xl .navbar-nav .nav-link {
  padding: 0px;
  margin-right: 24px;
}
.header .navbar-brand img {
  height: 136px;
  transition: 0.3s;
}
.header .nav-link {
  font-size: 34px;
  font-weight: 400;
  color: #FFCA16;
  transition: 0.3s;
  font-family: "astounder-squared-bb", sans-serif;
}
.header .nav-link.active, .header .nav-link:hover {
  color: #EAE8DC;
}
.header.scrolled {
  background-color: #010E02;
}
.header.scrolled .navbar-brand img {
  height: 80px;
}
.header .navbar-toggler {
  padding: 0px;
  border: unset;
  box-shadow: unset;
}
.header .navbar-toggler-icon {
  width: 36px;
  height: 36px;
  vertical-align: middle;
  background-image: url("../assets/icons/hamburger-ic.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

section {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-90 {
  padding: 90px 0px;
}

.section-60 {
  padding: 60px 0px;
}

.section-title {
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 0.85;
}

.section-green-bg {
  background: #0A2817;
}

.section-gray-bg {
  background: #051C20;
}

.section-bg-pattern {
  background-image: url("../assets/images/bg-pattern.svg");
}

.hero-banner {
  background-image: url("../assets/images/bg-pattern.svg");
  min-height: 700px;
  height: 100dvh;
  max-height: 750px;
  position: relative;
}

.hero-banner-title {
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 0.8;
}

.btns {
  border: none;
  font-family: "astounder-squared-bb", sans-serif;
  padding: 24px 48px;
  color: #010E02;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 0.8;
  text-transform: uppercase;
  background-size: contain;
  max-width: -moz-max-content;
  max-width: max-content;
  display: inline-block;
  text-decoration: none;
  clip-path: polygon(3% 0, 7% 1%, 11% 0%, 16% 2%, 20% 0, 23% 2%, 28% 2%, 32% 1%, 35% 1%, 39% 3%, 41% 1%, 45% 0%, 47% 2%, 50% 2%, 53% 0, 58% 2%, 60% 2%, 63% 1%, 65% 0%, 67% 2%, 69% 2%, 73% 1%, 76% 1%, 79% 0, 82% 1%, 85% 0, 87% 1%, 89% 0, 92% 1%, 96% 0, 98% 3%, 99% 3%, 99% 6%, 100% 11%, 98% 15%, 100% 21%, 99% 28%, 100% 32%, 99% 35%, 99% 40%, 100% 43%, 99% 48%, 100% 53%, 100% 57%, 99% 60%, 100% 64%, 100% 68%, 99% 72%, 100% 75%, 100% 79%, 99% 83%, 100% 86%, 100% 90%, 99% 94%, 99% 98%, 95% 99%, 92% 99%, 89% 100%, 86% 99%, 83% 100%, 77% 99%, 72% 100%, 66% 98%, 62% 100%, 59% 99%, 54% 99%, 49% 100%, 46% 98%, 43% 100%, 40% 98%, 38% 100%, 35% 99%, 31% 100%, 28% 99%, 25% 99%, 22% 100%, 19% 99%, 16% 100%, 13% 99%, 10% 99%, 7% 100%, 4% 99%, 2% 97%, 1% 97%, 0% 94%, 1% 89%, 0% 84%, 1% 81%, 0 76%, 0 71%, 1% 66%, 0% 64%, 0% 61%, 0% 59%, 1% 54%, 0% 49%, 1% 45%, 0% 40%, 1% 37%, 0% 34%, 1% 29%, 0% 23%, 2% 20%, 1% 17%, 1% 13%, 0 10%, 1% 6%, 1% 3%);
}
.btns.btn-yellow {
  background-color: #FFCA16;
}
.btns.btn-yellow:hover {
  background-color: #13C44E;
}
.btns.btn-green {
  background-color: #13C44E;
}
.btns.btn-green:hover {
  background-color: #FFCA16;
}
.btns.btn-green-outline {
  background-color: #13C44E;
  padding: 4px;
  height: 76px;
  overflow: hidden;
}
.btns.btn-green-outline .inner {
  background-color: #dcd7ba;
  color: #13C44E;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btns.btn-green-outline:hover {
  padding: 0px;
  color: #010E02;
}
.btns.btn-green-outline:hover .inner {
  background-color: #13C44E;
  color: #010E02;
}

.hero-banner .vid-banner {
  position: absolute;
  left: 0px;
  top: 90px;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.hero-banner .vid-banner video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.location-img-wrap a {
  text-decoration: none;
}
.location-img-wrap a:hover {
  filter: brightness(1.1) saturate(4.2) hue-rotate(291deg);
}
.location-img-wrap img {
  height: 100%;
  width: 100%;
}

.categories-bx {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.categories-bx .btns {
  padding: 0px 36px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.location-card-bg {
  background-image: url("../assets/images/location-card-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 40px 40px 48px;
}
.location-card-bg h5 {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  color: #010E02;
}
.location-card-bg h6 {
  font-size: 24px;
  font-weight: 700;
  color: #010E02;
}
.location-card-bg .loc-ic {
  height: 40px;
  width: 40px;
}
.location-card-bg .btns {
  max-width: 100%;
  text-align: center;
  font-size: 28px;
  height: 72px;
}

.accordion-theme {
  --bs-accordion-bg:: #0A2817;
  --bs-accordion-color: $theme-white;
}
.accordion-theme .accordion-item {
  background-color: #0A2817;
  margin-bottom: 16px;
  border: unset;
}
.accordion-theme .accordion-button {
  color: #EAE8DC;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  box-shadow: unset;
}
.accordion-theme .accordion-button:not(.collapsed) {
  background-color: #0A2817;
  box-shadow: unset;
}
.accordion-theme li, .accordion-theme p {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 16px;
}
.accordion-theme .accordion-button::after {
  background-image: url("../assets/icons/plus-ic.svg");
}
.accordion-theme .accordion-button:not(.collapsed)::after {
  background-image: url("../assets/icons/minus-ic.svg");
}

.modal-theme {
  z-index: 9999;
}
.modal-theme .modal-content {
  background: #0A2817;
}

footer .footer-tnc-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 20px;
  flex-wrap: wrap;
}
footer .footer-tnc-wrap a {
  display: inline-block;
  color: #EAE8DC;
  text-decoration: none;
}

.slick-theme .slick-prev, .slick-theme .slick-next {
  background: rgba(255, 255, 255, 0.5);
  height: 48px;
  width: 48px;
  border-radius: 100px;
  z-index: 2;
}

.slick-theme .slick-prev:before, .slick-theme .slick-next:before {
  color: #010E02;
}

.slick-theme .slick-next:before {
  content: url("../assets/icons/arr-right.svg");
  position: relative;
  top: 2px;
}

.slick-theme .slick-prev:before {
  content: url("../assets/icons/arr-left.svg");
  position: relative;
  top: 2px;
}

.slick-theme .slick-prev:hover, .slick-theme .slick-prev:focus, .slick-theme .slick-next:hover, .slick-theme .slick-next:focus {
  color: #000;
  background: #fff;
}

.slick-theme .slick-dots {
  bottom: -36px;
}

.slick-theme .slick-dots li button {
  background: #9b9b9b;
  height: 16px;
  width: 16px;
  border-radius: 100px;
}

.slick-theme .slick-active button {
  background: #FFCA16 !important;
}

.slick-theme .slick-dots li button:before {
  display: none;
}

.testimonial-slide .slick-slide {
  margin: 0 10px;
}

.location-banner {
  background-image: url("../assets/images/location-banner.png");
}

.daily-special {
  background-image: url("../assets/images/daily-special-banner.png");
}

.loyalty-banner {
  background-image: url("../assets/images/loyalty-banner.png");
}

.place-banner {
  background-image: url("../assets/images/place-bg.svg");
}

.subpage {
  padding-top: unset !important;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: unset;
  height: 100dvh;
  max-height: 700px;
}
.subpage h1 {
  font-size: 160px;
}

.vip-pass-sec {
  padding-top: 0px;
}

.nav-theme-img .nav-link {
  border-radius: 0px;
  padding: 0px 8px;
}
.nav-theme-img .nav-link.active, .nav-theme-img .show > .nav-link {
  background-color: unset;
}
.nav-theme-img .nav-link.active img, .nav-theme-img .show > .nav-link img {
  filter: brightness(1.1) saturate(4.2) hue-rotate(291deg);
}

.offer-box {
  background-image: url("../assets/images/offer-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  color: #010E02;
  height: 520px;
  padding: 60px 40px 20px 40px;
}
.offer-box .title {
  font-size: 40px;
  color: rgba(0, 0, 0, 0.5);
}
.offer-box p {
  font-weight: 700;
  text-align: left;
}

.vip-pass {
  position: absolute;
  top: 0px;
  right: 0px;
}

.offer-box.loyalty-bx {
  height: auto;
  padding: 40px 20px;
  background-image: url("../assets/images/loyalty-box-bg.png");
}

.offer-box.deal-bx {
  padding: 60px 30px 20px 30px;
  background-image: url("../assets/images/deal-box-bg.png");
  height: 650px;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}/*# sourceMappingURL=style.css.map */