html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: clip;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

header {
  background: rgb(7, 76, 69);
}

header .header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0px;
}

.navigation-bg-light {
  background: rgb(19, 19, 19);
}

.header-container .logo img {}

.header-container .logo.logo-2 img {
  width: auto;
  max-height: 70px;
  object-fit: contain;
}

.header-top .header-container .logo {
  position: relative;
  display: flex;
  align-items: center;
  pointer-events: auto;
  float: left;
  z-index: 99999;
}

.right-wrapper {
  display: flex;
}

.right-wrapper .logo {
  background-color: white;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  margin-left: 10px;
  transition: background-color 0.3s;
}

.right-wrapper .logo.kedar {
  background-color: rgb(4, 47, 81);
}

.navigation-bg-light .right-wrapper .logo {
  background-color: rgba(0, 0, 0, 0.506);
}

@media screen and (max-width: 992px) {
  .logo img {
    max-width: 130px;
  }

  .logo.logo-2 img {
    max-height: 60px !important;
  }
}

@media screen and (max-width: 575px) {
  .logo img {
    max-width: 160px;
  }

  .logo.logo-2 img {
    max-height: 50px !important;
  }

  .right-wrapper .logo {
    border-radius: 12px;
  }
}



.home-page-title {
  font-family: 'Roboto', sans-serif;
  text-transform: none !important;
  color: rgb(77, 54, 9) !important;
}

h1.home-page-title {
  font-size: 5.5rem;
}

.hero-section h1 {
  display: none;
}

.hero-section .overlay-dark-70::before {
  background: rgba(232, 227, 200, 0.624);
}

.hero-section .slide__content p {
  font-size: 1.2rem;
  font-weight: 500;
  color: rgb(255, 255, 255);
  text-align: center;
}

@media screen and (max-width: 992px) {
  .hero-section .jarallax-container div {
    background-position: 82% 50% !important;
  }

  .hero-section .slide__content p {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 575px) {
  .hero-section .slide__content p {
    font-size: 1rem;
  }
}

.post-title {
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.05em;
  color: rgb(207, 178, 121);
}

.anime-text .char {
  opacity: 0;
  will-change: transform;
}

.parallax-title-content {
  font-family: 'Roboto', sans-serif;
  font-size: 25px;
  margin: 0px;
  line-height: 1.4em;
  text-transform: uppercase;
  font-weight: 500;
  color: rgb(28, 28, 28);
  background: transparent;
  letter-spacing: 0.04em !important;
}

.parallax-title-content.sub-title {
  font-size: 2rem;
  text-transform: none;
}

.parallax-title-content b {
  font-weight: 500;
}

.parallax-title-content.anime-text {
  line-height: 1.2em;
  font-size: 20px;
  letter-spacing: 0.01em !important;
}

.parallax-title-content.text-uppercase {
  text-transform: uppercase !important;
}

.parallax-title-content span.colored {}

.section-intro p {
  font-size: 15px;
  font-weight: 400;
  line-height: 29px;
  color: rgb(45, 45, 45);
  margin-bottom: 20px;
  letter-spacing: 0px;
}

.section-intro ul {
  padding-left: 1.2rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 2.2em;
  color: rgb(218, 218, 218);
  list-style: inherit !important;
}

ul li::marker {
  color: rgb(190, 149, 67) !important;
}

.section-intro p:last-child {
  margin-bottom: 0px;
}

.sec-right-text-wrapper {
  /* padding: 20px 50px; */
}

section {
  position: relative;
  overflow: hidden;
}



.signature-hallmarks-sec::before {
  position: absolute;
  content: "";
}

.outdoor-sec {
  background-image: url("../images/outdoor-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 80px;
}

.indoors-sec {
  background-image: url("../images/indoor-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.royal-courtyard-sec {
  background-image: url("../images/bg-2.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.outdoor-sec .container-fluid,
.indoors-sec .container-fluid,
.royal-courtyard-sec .container-fluid {
  position: relative;
  z-index: 2;
}

.outdoor-sec .parallax-title-content,
.indoors-sec .parallax-title-content,
.royal-courtyard-sec .parallax-title-content {
  color: rgb(29, 29, 29);
}

.locations-sec {
  background-image: url("../images/locations-sec-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.locations-sec .container {
  position: relative;
  z-index: 2;
}

.locations-sec .parallax-title-content {
  color: rgb(29, 29, 29);
}

.specifications-sec {
  background-image: url("../images/specifications-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.specifications-sec .container {
  position: relative;
  z-index: 2;
}

.specifications-sec .parallax-title-content {
  color: rgb(29, 29, 29);
}

.nyatiAbout-section .container {
  padding: 120px 25px;
}

.parallax-facts {
  background-image: url("../images/about-nyati-bg.png");
}

.facts-counter-number {
  position: relative;
  color: rgb(51, 51, 51);
  font-size: 6rem;
  font-weight: 800;
  font-family: "Interstate Regular";
}

.facts-counter-number.pluse::after {
  content: "+";
  font-size: 0.8em;
  margin-left: 0.1em;
}

.facts-counter-title {
  color: rgb(51, 51, 51);
  font-size: 1.2rem;
  font-weight: 500;
}

.the-line {
  color: rgb(77, 54, 9);
}

.facts-counter-wrapper {
  padding: 140px 0px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 992px) {
  .facts-counter-wrapper {
    padding: 60px 20px;
  }

  .counter-item {
    margin: 0px 0px;
  }
}

.walkthrough-sec {
  height: 100dvh;
  user-select: none !important;
}

@media screen and (max-width: 992px) {
  .walkthrough-sec {
    height: 60vw;
    min-height: 340px;
  }
}

.amenities-slider {
  position: relative;
  margin: auto;
}

.amenities-slider-swiper {
  padding: 40px 0px 60px;
}

.amenities-slider-swiper .slider_nav_container {
  bottom: 0px !important;
}

.amenities-slider .text-wrapper {
  width: 100%;
  position: absolute;
  left: 0px;
  background: linear-gradient(rgba(0, 0, 0, 0.05) 30%, rgb(0, 0, 0) 85%);
  padding: 40px;
  bottom: 0px;
  display: flex;
  flex-direction: column;
  color: white;
}

.text-wrapper h2 {
  font-family: 'Roboto', sans-serif;
  color: rgb(255 255 255);
  font-size: 17px;
  font-weight: 400;
  line-height: 21px;
  text-transform: uppercase;
  margin-bottom: 0.3em;
}

.text-wrapper h2 .char {
  transform: translate3d(40px, 0px, 0px);
  opacity: 0;
  transition: 1s cubic-bezier(0.16, 1, 0.3, 1) 0.4s;
}

.swiper-slide.swiper-slide-active .text-wrapper h2 .char {
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
  transition-delay: var(--delay);
}

@media screen and (min-width: 1024px) {

  .swiper-slide.swiper-slide-next .text-wrapper h2 .char,
  .swiper-slide.swiper-slide-active .text-wrapper h2 .char {
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
    transition-delay: var(--delay);
  }
}

.text-wrapper p {
  max-width: 950px;
  font-size: 0.9rem;
  color: rgb(218, 218, 218);
  font-weight: 300;
  text-transform: none;
  line-height: 1.4;
  opacity: 0;
  transition: 0.4s;
}

.swiper-slide.swiper-slide-next .text-wrapper p,
.swiper-slide.swiper-slide-active .text-wrapper p {
  opacity: 1;
  transition: 0.6s 0.8s;
}

.amenities-slider .img-wrapper img {
  width: 100%;
  z-index: 9999;
  height: auto;
  aspect-ratio: 3 / 2;
  /* min-height: 400px; */
}

@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .amenities-slider-swiper {
    /* padding: 0px 0px 60px; */
  }

  .text-wrapper h2 {
    font-size: 18px;
  }

  .text-wrapper p {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 575px) {
  .amenities-slider .text-wrapper {
    padding: 50px 20px;
  }

  .amenities-slider-swiper {
    padding: 25px 0px 60px;
  }

  .text-wrapper h2 {
    font-size: 17px;
    line-height: 29px;
  }

  .text-wrapper p {
    font-size: 0.8rem;
  }
}

.amenities-slider .slides {
  max-height: 100%;
}

.amenities-slider.style-2 .slides {
  max-height: 900px;
}

@media screen and (max-width: 1400px) {
  .amenities-slider.style-2 .slides {
    max-height: 60vw;
  }
}

@media screen and (max-width: 992px) {
  .amenities-slider.style-2 .slides {
    max-height: 110vw;
  }
}

.amenities-slider .slides .slide__content {
  transform: none;
  left: 0px;
  padding: 50px;
  bottom: 0px;
  top: auto;
  align-items: flex-start;
  max-width: 900px;
}

.amenities-slider .frame__nav {
  display: none;
}

.amenities-slider .slide__content h2 {
  font-size: 3.5rem;
  text-align: left;
}

.amenities-slider .slide__content p {
  font-size: 1rem;
  text-align: left;
}

.amenities-slider .slide__img::after {
  content: "";
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.87) 10%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}

.amenities-slider.style-2 .slide__img::after {
  content: "";
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.34) 2%, rgba(0, 0, 0, 0) 30%);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}

.amenities-slider .slider_nav_container {
  bottom: 60px;
}

.img-wrapper img {
  width: 100%;
  min-height: 500px;
  object-fit: cover;
  object-position: left center;
}

.list-title {
  position: relative;
  font-size: 17px;
  margin-bottom: 0.8em;
  color: rgb(54, 54, 54);
  text-transform: uppercase;
}

.list-box-wrapper {
  position: relative;
  margin-bottom: 20px;
  row-gap: 20px;
}

.list-box h3 {
  position: relative;
  display: block;
  font-size: 1rem;
  margin-bottom: 0.8em;
  color: rgb(218, 218, 218);
  font-weight: 600;
}

.list-box h3::before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: -4px;
  width: 30px;
  height: 2px;
  background-color: rgba(207, 178, 121, 0.686);
}

.list-box ul {
  padding-left: 1.2rem;
  list-style: inherit !important;
}

.list-box ul li {
  font-size: 0.95rem;
  line-height: 1.6em;
  color: rgb(37, 37, 37);
}

.list-box ul li b {
  color: rgb(207, 178, 121);
  font-weight: 600;
}

.list-box ul li::marker {
  color: rgb(206, 85, 105) !important;
}

.list-box ul.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
}

.list-box ul li ul {
  padding-left: 0px;
  display: block !important;
  list-style: none !important;
}

.list-box ul li ul>li {
  padding: 2px 0px;
  font-size: 0.9rem;
  border-bottom: 1px solid rgb(51, 51, 51);
}

@media screen and (max-width: 1500px) {
  .list-box ul li {
    font-size: 0.8rem;
  }

  .list-box ul li ul>li {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 992px) {
  .list-box ul.grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 15px;
  }
}

@media screen and (max-width: 767px) {
  .list-box ul.grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.accordion-item {
  background-color: rgb(22, 22, 22);
  border: none;
  margin: 8px 0px;
}

.accordion-item ul {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.8;
  color: rgb(0, 0, 0);
  list-style: inherit !important;
}

.accordion-item ul li b {
  color: rgb(28, 28, 28);
  font-weight: 500;
}

.accordion-button {
  font-weight: 500;
  text-transform: uppercase;
  box-shadow: none !important;
  background: rgb(233, 220, 197) !important;
  padding: 10px !important;
  font-size: 13px !important;
  border-radius: 0px !important;
  color: rgb(36, 36, 36) !important;
}

.map-container {
  position: relative;
  width: 100%;
  margin-top: 0px;
  display: flex;
  padding: 0px;
  background-color: rgb(120, 74, 32);
}

.map-container iframe {
  width: 100%;
  height: 600px;
  min-height: 100%;
}

.map-sec .container {
  padding-bottom: 0px;
}

.image-border-box {
  width: 100%;
}

.image-border-box img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center center;
}

.slide-caption {
  position: absolute;
  right: 15px;
  bottom: 10px;
  padding: 10px 20px;
  z-index: 4;
  font-size: 0.7rem;
  color: rgb(230, 230, 230);
}

.slide-caption.left {
  right: auto;
  left: 15px;
  bottom: 10px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-bottom p,
.footer-bottom a {
  font-size: 0.8rem;
  letter-spacing: normal;
}

.footer-bottom a {
  color: rgb(255, 255, 255);
}

.footer-menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

@media screen and (max-width: 1100px) {
  .footer-bottom {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .footer-menu {
    margin-bottom: 20px;
    gap: 10px;
  }
}

@media screen and (max-width: 992px) {

  section .container,
  section .container-fluid {}

  .nyatiAbout-section .container {
    padding: 80px 25px;
  }

  .sec-right-text-wrapper {
    padding: 20px 40px;
  }

  .parallax-title-content {
    font-size: 2rem;
  }

  .parallax-title-content.sub-title {
    font-size: 17px;
  }

  .section-intro p {
    font-size: 0.85rem;
  }

  .section-intro ul {
    font-size: 0.9rem;
    list-style: inherit !important;
  }

  .facts-counter-number {
    font-size: 4rem;
  }

  .facts-counter-title {
    font-size: 1rem;
  }

  .amenities-slider .slides {
    max-height: 500px;
  }

  .amenities-slider .slides .slide__content {
    padding: 80px 30px;
  }

  .amenities-slider .slide__content h2 {
    font-size: 2.5rem;
  }

  .amenities-slider .slide__content p {
    font-size: 0.9rem;
  }

  .map-container iframe {
    max-height: 420px;
  }
}

@media screen and (max-width: 575px) {
  .parallax-title-content {
    font-size: 17px !important;
  }

  .section-intro p {
    font-size: 0.85rem;
  }

  .signature-hallmarks-sec::before {
    background-size: 50px;
    opacity: 0.4;
  }

  .facts-counter-number {
    font-size: 4rem;
  }

  .facts-counter-title {
    font-size: 0.9rem;
  }

  .amenities-slider .slides .slide__content {
    padding: 80px 30px;
  }

  .amenities-slider .slide__content h2 {
    font-size: 1.8rem;
  }

  .amenities-slider .slide__content p {
    font-size: 0.8rem;
  }

  .img-wrapper img {
    min-height: auto;
  }

  .amenitiesAccordion .accordion-body ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }

  .accordion-button {
    font-size: 0.85rem;
  }

  .accordion-item ul {
    font-size: 0.8rem;
  }

  .the-button {
    font-size: 0.8rem !important;
    padding: 16px 30px !important;
  }

  footer {
    padding: 1px 0px 45px 8px;
  }

  .footer .footer-links {
    padding: 0px 0px;
  }

  footer p,
  footer a {
    font-size: 0.8rem;
  }

  .footer-bottom p,
  .footer-bottom a {
    font-size: 13px;
    letter-spacing: 0.2px;
    line-height: 10px;
  }
}

.the-button {
  position: relative;
  pa;
  padding: 12px 40px;
  border: none;
  outline: none;
  font-size: 0.9rem;
  letter-spacing: 0px;
  line-height: normal;
  height: auto;
  background-color: rgb(214, 164, 79);
}

.the-button::after {
  display: none;
  top: 0px !important;
  height: 100% !important;
}

.the-button::before {
  display: none;
  top: 0px !important;
  height: 100% !important;
}

.the-button.the-button-light {
  color: rgb(0 0 0);
}

.the-button.the-button-dark {
  color: rgb(0, 0, 0);
}

.the-button.the-button-light::before,
.the-button.the-button-dark::before {
  border-color: rgb(151, 114, 78);
}

.the-button.the-button-light::after,
.the-button.the-button-dark::after {
  border-color: rgb(151, 114, 78);
}

.form-container {
  width: 100%;
  max-width: 900px;
  margin: auto;
}

.form-control {
  position: relative;
  width: 100%;
  border-top: none;
  border-right: none;
  border-left: none;
  /* color: black !important; */
  border-image: initial;
  border-radius: 0px;
  background-color: transparent;
  font-size: 1rem;
  height: auto !important;
  padding: 12px 8px !important;
  /* border-bottom: 1px solid rgb(148, 148, 148) !important; */
  box-shadow: none !important;
  color: #000000 !important;
  font-weight: 500 !important;
}

.form-control:focus {
  background-color: transparent;
  border-color: rgb(151, 114, 78) !important;
}

.form-control::placeholder {
  color: rgb(201, 201, 201);
}

.invalid-feedback {
  margin-top: 8px;
  padding: 0px 8px;
  color: rgb(223, 65, 65);
  font-size: 0.85rem;
}

.form-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.form-box form .input__wrap {
  display: flex;
  flex-direction: column;
}

.form-box form .form-group {
  text-align: left !important;
  margin-bottom: 20px;
}

.form-box p {
  font-size: 0.8rem;
  letter-spacing: normal;
  text-align: left;
  color: rgb(173, 173, 173);
}

input,
textarea {
  color: black !important;
  text-align: left !important;
}

.form-box form .form-group .entry {
  margin-bottom: 10px;
}

.btn-close {
  cursor: pointer;
}

.thankyou-sec {
  background-image: url("../images/locations-sec-bg.jpg");
}

.thankyou-sec .parallax-title-content {
  text-transform: none;
  font-size: 3.5rem;
  color: rgb(29, 29, 29);
  margin-bottom: 0.2em;
}

.thankyou-sec .parallax-title-content span.colored {
  color: rgb(29, 29, 29);
}

.thankyou-sec .parallax-title-content.sub-title {
  font-size: 1.6rem;
}

.thankyou-sec {
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-content p {
  color: rgb(201, 201, 201);
  margin-bottom: 20px;
  line-height: 1.8;
}

.page-content h2 {
  font-size: 2rem;
  color: rgb(207, 178, 121);
  font-weight: 600;
  margin-bottom: 0.2em;
  font-family: 'Roboto', sans-serif;
}

.page-content ul {
  list-style: inherit;
  padding-left: 20px;
  margin-bottom: 20px;
}

.page-content li {
  line-height: 1.8;
}

.page-content a {
  color: rgb(233, 220, 197);
}

.page-content a:hover {
  color: rgb(207, 178, 121);
}

@media screen and (max-width: 992px) {
  .thankyou-sec .parallax-title-content {
    text-transform: none;
    font-size: 3rem;
  }

  .thankyou-sec .parallax-title-content.sub-title {
    font-size: 1.2rem;
  }

  .page-content h2 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 575px) {
  .thankyou-sec .parallax-title-content {
    text-transform: none;
    font-size: 2.6rem;
  }

  .thankyou-sec .parallax-title-content.sub-title {
    font-size: 1rem;
  }

  .page-content h2 {
    font-size: 1.6rem;
  }

  .page-content p {
    font-size: 0.8rem;
    margin-bottom: 10px;
  }

  .page-content li {
    font-size: 0.8rem;
  }

  .section-dark {
    /* padding: 0px 10px; */
  }

  .unit-section {
    padding: 10px;
  }

  .map-point {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: rgb(191, 52, 78);
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 11px;
    font-weight: bold;
    font-size: 5px;
  }
}

.lp-live-button {
  right: 15px !important;
  bottom: 20px !important;
  margin-bottom: 0px !important;
}

.lp-live-button img {
  width: 55px;
  height: 55px;
}

.accordion-button::after {
  flex-shrink: 0;
  width: 21px;
  height: 18px;
  margin-left: auto;
  content: "";
  background-repeat: no-repeat;
  transition: transform 0.2s ease-in-out;
  background-size: 13px !important;
}

@media(max-width:576px) {
  .col-address p {
    margin-bottom: 0px;
  }

  .counter-item p {
    font-size: 16px;
  }


  .slider_nav_container {
    position: absolute;
    bottom: 20px;
    left: 0%;

  }

  .unit-grid {

    padding: 10px 5px;
  }

  .geo-logo {
    width: 145px;
    margin-top: 10px;
    object-fit: contain;
  }.premium-card h3 {
    color: rgb(0, 0, 0);
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 13px;
}
}