/* Navigation */
html {
  scroll-behavior: smooth;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #83684A;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  z-index: 50;
}

.navbar-content {
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--gray-900);
}

.nav-links {
  display: none;
}

.nav-links a {
  color: #F1EEDF;
  text-decoration: none;
  padding: 0.5rem 1rem;
  transition: color 0.2s;

  font-family: 'Poppins';
  font-weight: 400;
  font-size: 20px;
  line-height: 0px;
  letter-spacing: 0%;
  vertical-align: middle;
}

.nav-links a:hover {
  border-bottom: 2.5px solid #E3C1A1;
  color: #E3C1A1;
}

.nav-links a.active {
  padding-bottom: 18px;
  border-bottom: 2.5px solid #E3C1A1;
  color: #E3C1A1;
}

.menu-btn {
  display: block;
  padding: 0.5rem;
  background: none;
  border: none;
  color: var(--gray-600);
  cursor: pointer;
}

.mainvillabanner img {
  width: 100%;
}






@media (min-width: 900px) {
  .nav-links {
    display: flex;
    gap: 0rem;
  }

  .menu-btn {
    display: none;
  }
}

/* Navigation */

/* fontstyle */

@font-face {
  font-family: 'Chronicle Display';
  src: url('chronicle-display/ChronicleDisplay.woff2') format('woff2'),
    url('chronicle-display/ChronicleDisplay.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

#overview {
  margin-top: 3rem;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* fontstyle */

.mainsectionbg {
  background-image: url('./image/mainsectionbg1.1.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* height: 350px; */
  margin-top: 80px;
}

.mainsecincenter {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.inbhkvalue {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.homesamt {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  color: #393939;
  padding: 12px 10px;
}

.topline {
  border-top: 1px;
  border-bottom: 1px;
  border-left: 0px;
  border-right: 0px;
  border-style: solid;
  border-color: #949494;
}

.headloaction {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 30px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #563C22;
  margin-bottom: 10px;
}

.amtcrore {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 36px;
  line-height: 24px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #4A2F16;
}

.inmainheadrow {
  --bs-gutter-x: 0rem;
}

.smallheading {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0.24px;
  vertical-align: middle;
  color: #8C7357;
}

.hheading {
  font-family: 'Chronicle Display';
  font-weight: 450;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 1px;
  vertical-align: middle;
  color: #563C22;
}

.aboutinformation {
  font-family: 'Poppins';
  font-weight: 300;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.24px;
  vertical-align: middle;
  color: #4D4D4D;
}

.bgcolor {
  background: #F8F5E8;
}

.feature-list {
  list-style: none;
  padding: 0;
}

.feature-list li {
  display: flex;
  align-items: flex-start;
}

.feature-list li img {
  width: 26px;
  height: 26px;
  margin-right: 10px;
  margin-top: 4px;
}

.highlightstext {
  font-family: 'Poppins';
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.24px;
  vertical-align: middle;
  color: #000000;
  margin-bottom: 32px;
}

.highlights-content {
  display: flex;
  align-items: center;
  padding-left: 30px;
}


@keyframes slide-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes slide-right {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}

.logos {
  overflow: hidden;
  padding: 14px 0 0px 0px;
  white-space: nowrap;
  position: relative;
}

/* .logos:before,
  .logos:after {
    position: absolute;
    top: 0;
    content: '';
    width: 250px;
    height: 100%;
    z-index: 2;
  } */
/* .logos:before {
    left: 0;
    background: linear-gradient(to left, rgba(255,255,255,0), #fff);
  }
  
  .logos:after {
    right: 0;
    background: linear-gradient(to right, rgba(255,255,255,0), #fff);
  } */
.logo_items {
  display: inline-block;
  animation: 50s slide-left infinite linear;
}

.reverse .reverse-items {
  animation: 50s slide-right infinite linear;
}

/* .logos:hover .logo_items,
  .logos:hover .reverse-items {
    animation-play-state: paused;
  } */
.logo_items img,
.reverse-items img {
  height: 210px;
  margin-right: 10px;
  border-radius: 4px;
}

.amenitiesname {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #222222;
  letter-spacing: 0px;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nearbylocation {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 28px;
  line-height: 28px;
  padding: 20px 14px;
  margin-bottom: 0px;
  border-bottom: 1px solid #BC9773;
  text-align: center;
  vertical-align: middle;
  text-transform: capitalize;
  color: #4A2F16;

  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
}

.nearby-location-logo {
  height: 58px !important;
  width: 58px !important;
}

.locationinimg {
  width: 32px !important;
  height: 32px !important;
}

.location-box {
  /* width: 400px; */
  /* border: 2px solid #e83d3d; */
  padding: 10px;
  background: #fff;
  border-radius: 8px;
}

ul.location-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.location-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  /* border-bottom: 1px solid #f0f0f0; */
  font-size: 15px;
  color: #5e5e5e;
}

.location-left {
  display: flex;
  align-items: center;
  gap: 8px;
}

.location-left img {
  width: 14px;
  height: 14px;
}

.location-distance {
  font-size: 22px;
  font-family: 'Poppins';
  color: #595959;
  font-weight: 400;
}

.borderforhead {
  border: 1px solid #BC9773;
}

.temp-list-next-button,
.temp-list-prev-button {
  z-index: 999;
  border: 1px solid #4A2F16;
  border-radius: 50%;
}

.temp-list-button-container-tem {
  display: flex;
  align-items: center;
  position: absolute;
  /* width: 100%; */
  top: 12px;
  right: 10px;
  gap: 20px;
}

.arrowborder {
  padding: 6px;
  width: 40px;
  height: 40px;
  background-color: #FFF;
  border-radius: 50%;
}

.contactusbg {
  background-image: url('./image/contact-us-bg1.1.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
  width: 90%;
  /* height: 350px; */
  /* margin-top: 80px; */
}

.contactinforhead {
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 28px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #4A2F16;
}

.contactdetails {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #4D4D4D;
}

.contactinforcenter {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* for contact form  */
.form {
  width: 100%;
  max-width: 820px;
  background-color: #8C7357;
  border-radius: 10px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.contact-form {
  background-color: #1abc9c;
  position: relative;
}

.circle.one {
  width: 130px;
  height: 130px;
  top: 130px;
  right: -40px;
}

.circle.two {
  width: 80px;
  height: 80px;
  top: 10px;
  right: 30px;
}

.contact-form:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: #1abc9c;
  transform: rotate(45deg);
  top: 50px;
  left: -13px;
}

form {
  padding: 1rem 2rem 2rem 2rem;
  z-index: 10;
  overflow: hidden;
  position: relative;
}

.input-container {
  position: relative;
  margin: 1rem 0;
}

.input {
  width: 100%;
  outline: none;
  border: 1px solid #797979;
  background: #fff;
  padding: 0.6rem 1.2rem;
  color: #8C7357;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.5px;
  border-radius: 6px;
  transition: 0.3s;
}

textarea.input {
  padding: 0.8rem 1.2rem;
  min-height: 150px;
  border-radius: 6px;
  resize: none;
  overflow-y: auto;
}

.input-container label {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  padding: 0 0.4rem;
  color: #8C7357;
  font-size: 0.9rem;
  font-weight: 400;
  pointer-events: none;
  z-index: 1000;
  transition: 0.5s;
}

.input-container.textarea label {
  top: 1rem;
  transform: translateY(0);
}

.btninvisit {
  /* padding: 0.6rem 1.3rem; */
  padding: 9px 63px;
  background: #BC9773;
  font-family: 'Poppins';
  border: 2px solid #BC9773;
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  /* width: 80%; */
}

.location-left {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 0px;
  text-transform: capitalize;
  color: #595959;
}

.btninvisit:hover {
  background-color: transparent;
  border: 2px solid #BC9773;
  color: #BC9773;
}

.btninvisit:active {
  background-color: transparent !important;
  border: 2px solid #BC9773 !important;
  color: #BC9773 !important;
}

.btn:active:focus-visible {
  box-shadow: none !important;
}

.input-container span {
  position: absolute;
  top: 0;
  left: 25px;
  transform: translateY(-50%);
  font-size: 0.8rem;
  padding: 0 0.4rem;
  color: transparent;
  pointer-events: none;
  z-index: 500;
}

.input-container span:before,
.input-container span:after {
  content: "";
  position: absolute;
  width: 10%;
  opacity: 0;
  transition: 0.3s;
  height: 5px;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
}

.input-container span:before {
  left: 50%;
}

.input-container span:after {
  right: 50%;
}

.input-container.focus label {
  top: 0;
  transform: translateY(-50%);
  left: 25px;
  font-size: 0.8rem;
}

.input-container.focus span:before,
.input-container.focus span:after {
  width: 50%;
  opacity: 1;
}

.contact-info {
  padding: 2.3rem 2.2rem;
  position: relative;
}

.contact-info .title {
  color: #1abc9c;
}

.text {
  color: #333;
  margin: 1.5rem 0 2rem 0;
}

.information {
  display: flex;
  color: #555;
  margin: 0.7rem 0;
  align-items: center;
  font-size: 0.95rem;
}

.information i {
  color: #1ABC9C;
}

.icon {
  width: 28px;
  margin-right: 0.7rem;
}

.social-media {
  padding: 2rem 0 0 0;
}

.social-media p {
  color: #333;
}

.social-icons {
  display: flex;
  margin-top: 0.5rem;
}

.social-icons a {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background: linear-gradient(45deg, #1abc9c, #149279);
  color: #8C7357;
  text-align: center;
  line-height: 35px;
  margin-right: 0.5rem;
  transition: 0.3s;
}

.social-icons a:hover {
  transform: scale(1.05);
}

.contact-info:before {
  content: "";
  position: absolute;
  width: 110px;
  height: 100px;
  border: 22px solid #1abc9c;
  border-radius: 50%;
  bottom: -77px;
  right: 50px;
  opacity: 0.3;
}

.big-circle {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #1cd4af, #159b80);
  bottom: 50%;
  right: 50%;
  transform: translate(-40%, 38%);
}

.big-circle:after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  background-color: #8C7357;
  border-radius: 50%;
  top: calc(50% - 180px);
  left: calc(50% - 180px);
}

.square {
  position: absolute;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(181%, 11%);
  opacity: 0.2;
}

.swiper.mobileslidefloor {
  height: auto !important;
}

.col-lg-2-4 {
  flex: 0 0 auto;
  width: 20%;
  /* 100 / 5 = 20% for 5 items per row */
}


@media (max-width: 860px) {

  /* .form {
      grid-template-columns: 1fr;
    } */
  .contact-info:before {
    bottom: initial;
    top: -75px;
    right: 65px;
    transform: scale(0.95);
  }

  .contact-form:before {
    top: -13px;
    left: initial;
    right: 70px;
  }

  .square {
    transform: translate(140%, 43%);
    height: 350px;
  }

  .big-circle {
    bottom: 75%;
    transform: scale(0.9) translate(-40%, 30%);
    right: 50%;
  }

  .text {
    margin: 1rem 0 1.5rem 0;
  }

  .social-media {
    padding: 1.5rem 0 0 0;
  }

  .swiper.mobileslidefloor {
    height: 550px !important;
  }

  .mobile-oneandonly-logo {
    width: 48%;
  }

  .contact-info:before {
    display: none;
  }

  .square,
  .big-circle {
    display: none;
  }

  .text,
  .information,
  .social-media p {
    font-size: 0.8rem;
  }

  .social-icons a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .icon {
    width: 23px;
  }

  .input {
    padding: 0.45rem 1.2rem;
  }

  .btninvisit {
    padding: 0.45rem 1.2rem;
  }
}

/* for contact form  */

.footerbg {
  background-color: #4A2F16;
}

.footercontent {
  font-family: 'Poppins';
  font-weight: 300;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.01px;
  vertical-align: middle;
  color: #FFFFFF;
}

.footquick {
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 2px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #BC9773;
}

.searchname {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  vertical-align: middle;
  /* text-transform: capitalize; */
  color: #FFFFFF;
  text-decoration: none;
}

.quickleft {
  margin-left: 30px;
}

.footerborder {
  border: 1px solid #FFFFFF1A;
}

.copyright {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #FFFFFF;
  text-decoration: none;
}

.copyrightalignment a {
  text-decoration: none;
  color: #fff;
}

.vsnaprow {
  padding: 10px 0px 20px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fancybox__footer {
  display: none !important;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide1 {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide1 img {
  display: block;
  width: 80%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide.slidefloor img {
  width: 80% !important;
}

.floor-list-button-container-floor {
  display: flex;
  position: absolute;
  width: 100%;
  top: 45%;
  gap: 0px;
  flex-direction: row;
  justify-content: space-between;
  padding: 0px 4px;
}

.arrowborderfloor {
  padding: 6px;
  width: 60px;
  height: 60px;
}

.rightimageoverview {
  object-fit: cover;
  width: 100%;
  height: -webkit-fill-available;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.deskgrpremium {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contactcenter {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fancybox__container {
  z-index: 999999 !important;
}

.floor-list-button-container-floor-white {
  display: flex;
  position: absolute;
  width: 100%;
  top: 74%;
  gap: 22px;
  flex-direction: row;
  justify-content: center;
  padding: 0px 60px;
}

.temp-list-next-button-white,
.temp-list-prev-button-white {
  z-index: 999;
  border: 1px solid #4A2F16;
  border-radius: 50%;
}

.temp-list-button-container-tem {
  display: flex;
  align-items: center;
  position: absolute;
  /* width: 100%; */
    top: 27px;
    right: 27px;
  gap: 20px;
}

.arrowborder {
  padding: 6px;
  width: 40px;
  height: 40px;
  background-color: #ffffff00;
  border-radius: 50%;
}

.arrowbordergallery {
  padding: 6px;
  width: 50px;
  height: 50px;
}

.gallerypad {
  padding-bottom: 90px !important;
}

/* for otp form  */
div#contactotp .bg-content,
div#otp_verified .bg-content,
div#otp_notverified .bg-content,
div#booknow .bg-content,
div#booknowotp .bg-content,
div#downloadBrochuremodelotp .bg-content,
div#downloadBrochuremodel .bg-content {
  background-color: #f1ecec59;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #fff;
}

div#booknow .form-control:focus,
div#booknowotp .form-control:focus,
div#downloadBrochuremodel .form-control:focus {
  border-color: #6A4B26;
  box-shadow: 0 0 0 0.25rem #99443366;
}

.otp-field {
  flex-direction: row;
  column-gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.otp-field input {
  height: 45px;
  width: 42px;
  border-radius: 6px;
  outline: none;
  font-size: 1.125rem;
  text-align: center;
  border: 1px solid #ddd;
}

.otp-field input:focus {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.otp-field input::-webkit-inner-spin-button,
.otp-field input::-webkit-outer-spin-button {
  display: none;
}

.verifybutton {
  background-color: #BC9773;
  border-color: #BC9773;
  color: #fff;
}

.verifybutton:hover {
  background-color: #fff;
  border-color: #BC9773;
  color: #BC9773;
}

.verifybutton:active {}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  background-color: #fff;
  border-color: #BC9773;
  color: #BC9773;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  pointer-events: none;
  background-color: #BC9773;
  border-color: #BC9773;
  color: #fff;
  opacity: var(--bs-btn-disabled-opacity);
}

/* for otp form  */

/* enquery style start  */
.enquery-section p {
  font-size: 1.75rem;
  font-family: 'Poppins';
  color: #83684A;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}

.nav-tabs .enquire-links,
.nav-tabs .enquire-links.active {
  border-bottom: #892116 2px solid;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: #892116;
  opacity: 1;
  padding: 0;
}

.nav-tabs .enquire-links {
  background: none;
  border: 0px solid transparent;
  font-weight: 300;
  font-size: 19px;
  line-height: 24px;
  /* text-align: right; */
  color: #892116;
  opacity: 0.6;
  cursor: pointer;
  margin: 0px 10px;
}

.sidebar-contact {
  position: fixed;
  top: 60%;
  right: -400px;
  transform: translateY(-50%);
  width: 400px;
  height: auto;
  padding: 25px;
  background: #fff;
  box-shadow: 0 20px 50px rgb(0 0 0 / 50%);
  box-sizing: border-box;
  transition: 0.5s;
  z-index: 1;
  border-radius: 0px 0px 0px 20px;
}

.sidebar-contact.active {
  right: 0;
}

.sidebar-contact input,
.sidebar-contact textarea {
  width: 100%;
  height: 36px;
  padding: 5px 15px;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.5);
  outline: none;
  border-radius: 20px;
}

.sidebar-contact h2 {
  margin: 0 0 20px;
  padding: 0;
}

.sidebar-contact textarea {
  height: 60px;
  resize: none;
}

.sidebar-contact .enqueryBtn {
  background-color: #83684A;
  color: #fff;
  font-weight: 500;
  border: 1px solid #83684A;
  cursor: pointer;
  /* border: none; */
  font-size: 20px;
  padding: 5px 30px;
  border-radius: 20px;
}

.sidebar-contact .enqueryBtn:hover {
  background: #fff;
  color: #83684A;
  border: 1px solid #83684A;
}

.toggle {
  font-family: 'Poppins';
  position: absolute;
  width: 150px;
  text-align: center;
  cursor: pointer;
  background: #83684A;
  top: 0;
  left: 0px;
  line-height: 36px;
  transform-origin: 0 0;
  transform: rotate(90deg);
  border-radius: 0px 0px 20px 20px;
  /* box-shadow: 1px 2px 9px #353232; */
}

.toggle:before {
  content: "\F5C1  Enquire Now";
  font-family: 'bootstrap-icons';
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

.toggle.active:before {
  content: "\f622";
  font-family: 'bootstrap-icons';
}

.mobile_enquireForm {
  display: none;
}

.mobile_enquireForm_detailspage {
  display: none;
}

/* enquery style end  */

/* for mobile enquery popup style start  */
/* adding the new CSS */
.sec-features {
  width: 100%;
  padding: 0px 0px !important;

}

.features-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 11px 30px;
}

.feature {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.feature-img {
  height: 20px;
  width: 20px;
}

.feature-txt {
  margin-top: 3px;
  font-family: 'Jost';
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.6px;
  color: #713400;
  margin-bottom: 0px;
}



.enquiry-section {
  display: none;
  padding: 0px 0px !important;
  position: fixed;
  bottom: 0;
  z-index: 9999;
  width: 100%;
}

.contact-section {
  background-color: #83684A;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  padding: 10px 0px;
  width: 100%;
}

.openPopup-style {
  gap: 6px;
}

.contact-div a {
  gap: 6px;
}

.contact-txt {
  font-weight: 500;
  color: #FFFFFF;
  font-size: 14px;
  margin-bottom: 0px;
  /* margin-left: 8px; */
  /* font-family: 'Gilroy-Medium'; */
}

.contact-div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -webkit-fill-available;
}

.contact-div a {
  display: flex;
  justify-content: center;
  align-items: center;

}


.align-this {
  display: flex;
  justify-content: center;
}


.main-header-container {
  /* margin-top: 15px; */
  background: #FFFFFFE5;
  border-radius: 2px;
  backdrop-filter: blur(2px);
  padding: 4px 8px;
  height: 95px;
  width: 302px;
  /* width: 95%; */
  /* height: 95px; */
  text-align: center;
  /* display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; */
}


.gallery img {
  width: 100%;
  max-width: 150px;
  /* Thumbnail size */
  cursor: pointer;
  margin: 5px;
  border: 2px solid #ddd;
  border-radius: 5px;
}

.gallery img:hover {
  border-color: #007bff;
}




.main-header-container p {
  margin-bottom: 0px !important;
}

.main-header-container .main-header {
  color: #E99650;
  font-size: 26px;
  letter-spacing: -0.6px;
  font-weight: 500;
  margin-bottom: 2px;
  font-family: 'Cormorant';
}

.disc-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
}

.main-header-container .sub-header {
  font-family: 'Jost';
  font-weight: 500;
  font-size: 12px;
  color: #E99650;
  text-transform: uppercase;
}

.sub-heading {
  font-family: 'Cormorant Infant';
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.96px;
  color: #975C02;
  padding: 0px 8px;
}



.openPopup-style {
  border: none;
  height: 100%;
  width: 100%;
  background-color: #83684A;
  display: flex;
  justify-content: center;
  align-items: center;
}



/* popup form CSS */
.popup-form {
  position: fixed;
  bottom: -100%;
  /* Initially off-screen */
  left: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
  /* padding: 20px; */
  margin-bottom: 40px;
  padding: 15px 10px 10px 10px;
  transition: bottom 0.5s ease-in-out;
  /* Smooth slide-in effect */
  z-index: 1000;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.popup-form.active {
  bottom: 0;
  /* Move into view */
}

.close_popup {
  position: absolute;
  top: 0px;
  right: 0px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

.enqueryBtn {
  display: block;
  width: 50%;
  padding: 8px 10px;
  background-color: #83684A;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.popup-container {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  gap: 18px;
}

.rera-id {
  font-size: 10px;
  font-family: 'Jost';
}

.popup-container input {
  width: 100%;
  border: none;
  background-color: #e9e8e8;
  color: #000000;
  border-radius: 4px;
  padding: 6px;
  font-family: 'Jost';
  font-size: 16px;
}

/* desktop CSS */
.align-this-dk {
  background: #FFFFFFE5;
  backdrop-filter: blur(2px);
  text-align: center;
  height: 215px;
  width: 833px;
  border-radius: 2px;
}

.main-header-dk {
  font-size: 68px;
  font-weight: 600;
  font-family: 'Cormorant';
  color: #E99650;
  margin-bottom: 0px;
}

.sub-header-dk {
  font-size: 32px !important;
  font-weight: 400 !important;
  font-family: 'Jost' !important;
  color: #E99650 !important;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.disc-container-dk {
  display: flex;
  justify-content: center;
  align-items: center;
}

.disc-container-dk p {
  margin-bottom: 0px;
  font-family: 'Cormorant Infant';
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #975C02;
  padding: 0px 12px;
}


.walkthrough-video {
  height: 460px;
  text-align: center;
}

.about-sec-bg {
  background-image: url('../img/about-gr-bg-img.webp');
  background-position: center;
  background-size: contain;
}

.explore-img {}

.explore-title {
  font-size: 24px;
  font-weight: 500;
  font-family: 'Jost';
  margin-bottom: 0px;
  color: #E99650;
}

.explore-subtitle {
  font-size: 14px;
  font-weight: 500;
  font-family: 'Jost';
  color: #4A2F16;
  margin-bottom: 0px;
}

.explore-disc {
  font-size: 12px;
  font-weight: 400;
  font-family: 'Jost';
  color: #666666;
  margin-bottom: 6px;
}

.explore-border {
  border: 1px solid #975C02;
  padding: 8px;
  border-radius: 2px;
}

.two-line-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  /* Limits to 2 lines */
  max-height: 3em;
  /* Optional: control the height */
}

.three-line-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  /* Limits to 3 lines */
  max-height: 4.5em;
  /* Adjust height to fit 3 lines (line-height * 3) */
}


.one-line-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  /* Limits to 1 line */
  max-height: 1.5em;
  /* Adjust height based on font size */
}



.desktop-swiper-container {
  position: relative;
  width: 100%;
  /* max-width: 1000px; */
  overflow: hidden;
  /* background-color: #fff; */
  /* border-radius: 8px; */
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
}

.desktop-swiper-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.desktop-swiper-slide {
  flex: 0 0 100%;
  box-sizing: border-box;

  width: 100%;
  height: fit-content;
}

/* Navigation Buttons */
.desktop-swiper-nav {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  gap: 30px;
}

.desktop-swiper-btn {
  background-color: #E99650;
  color: black;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.footer-top p {
  color: #FFFFFF;
  font-size: 18px;
  text-align: center;
  font-family: 'Jost';
  margin-bottom: 0px;
}

.touch-container {
  border-radius: 6px;
  box-shadow: 0px 8px 24px 0px #959DA533;
  background-color: #FFFFFF;
  padding: 30px 20px;
}

.contact-container {
  background-color: #FFFFFF;
  padding: 20px 20px;
  border-radius: 6px;
  border: 1px solid #E99650;
}


.footer-company {
  text-decoration: underline;
  color: #FFF;
}

.footer-company:hover {
  /* color: #713400 !important; */
  text-decoration: underline;
}

.desktop-floorplan-swiper-container {
  display: flex;
  justify-content: center;
  height: 440px;
  width: 80%;
}

.send-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}


@media only screen and (max-width: 860px) {
  h1 {
    font-size: 25px;
  }

  h2 {
    font-size: 32px;
  }

  form.send .main-btn-rect {
    padding: 7px 50px;
    font-size: 14px;
    border: none;
    border-radius: 2px;
  }

  .popup-btn {
    padding: 7px 50px;
    font-size: 14px;
  }
}

/* popup */
.overp {
  font-size: 20px;
  text-align: center;
}

/* for mobile enquery popup style start  */

.whatsapp-btn {
  position: fixed;
  left: 15px;
  /* visibility: hidden; */
  /* opacity: 0; */
  bottom: 50px;
  z-index: 999 !important;
  width: 50px;
  height: 50px;
  transition: all 0.4s;
  opacity: 0;
}

.whatsapp-btn.visible {
  visibility: visible;
  opacity: 1;
}

/*----------------------
# Back to top button
-------------------------*/
#backToTop {
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 99;
  font-size: 20px;
  background-color: #83684A;
  color: #F1EEDF;
  border: none;
  outline: none;
  padding: 5px 16px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  display: none;
  transition: opacity 0.3s ease-in-out;
}

#backToTop:hover {
  background-color: #F1EEDF;
  color: #83684A;
}

/*----------------------
# Back to top button
-------------------------*/

[id] {
  scroll-margin-top: 60px;
}

.desktopview {
  display: flex;
}

.mobileview {
  display: none;
}

@media (min-width: 2558px) and (max-width: 2564px) {
  .floor-list-button-container-floor-white {
    top: 84%;
  }
}

@media (min-width: 1000px) and (max-width: 2558px) {
  .floor-list-button-container-floor-white {
    top: 74% !important;
  }
}

@media (min-width: 1278px) and (max-width: 1282px) {
  .aboutinformation {
    font-size: 20px;
    line-height: 32px;
  }

  .hheading {
    font-size: 44px;
    line-height: 50px;
  }

  .amenitiesname {
    font-size: 20px;
    line-height: 26px;
  }

  .amtcrore {
    font-size: 30px;
  }
}

@media (min-width: 1100px) and (max-width: 1164px) {
  .homesamt {
    font-size: 20px;
    line-height: 24px;
    padding: 10px 10px;
  }

  .amtcrore {
    font-size: 25px;
  }

  .aboutinformation {
    font-size: 20px;
    line-height: 32px;
  }

  .hheading {
    font-size: 44px;
    line-height: 50px;
  }

  .btninvisit {
    font-size: 18px;
  }

  .amenitiesname {
    font-size: 20px;
    line-height: 26px;
  }

  .location-left {
    font-size: 18px;
  }

  .footquick {
    font-size: 18px;
  }
}

@media (max-width:860px) {
  .desktopview {
    display: none;
  }

  .mobileview {
    display: flex;
  }

  .smallheading {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
  }

  .hheading {
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
  }

  .mobilemaster {
    width: 100%;
  }

  .highlightstext {
    font-weight: 300;
    font-size: 13px;
    line-height: 18px;
  }

  .highlightstext {
    margin-bottom: 20px;
  }

  .feature-list li img {
    width: 20px;
    height: 20px;
    margin-top: 0px;
  }

  .temp-list-button-container-tem {
    top: 12px;
    right: 10px;
    gap: 20px;
  }

  .contactdetails {
    font-size: 18px;
    line-height: 20px;
  }

  .mainsectionbg {
    margin-top: 0px;
  }

  .inmainheadrow {
    margin-top: 54px;
  }

  .quickleft {
    margin-left: 0px;
  }

  .mobilehomesamt {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #393939;
    padding: 2px 20px;
  }

  .mobileamtcrore {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #4A2F16;
  }

  .headloaction {
    font-size: 20px;
  }

  .aboutinformation {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
  }

  .swiper.mobileslidefloor {
    height: 400px !important;
  }

  .contactusbg {
    border-radius: 6px;
    width: 100%;
  }

  .contactinforcenter {
    padding: 0.7rem 1.9rem;
  }

  form,
  .contact-info {
    padding: 0.7rem 0.9rem;
  }

  .highlights-content {
    padding-left: 10px;
  }

  .amenitiesname {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #222222;
    letter-spacing: 0px;
    margin-bottom: 20px;
  }

  .nearby-location-logo {
    height: 30px !important;
    width: 30px !important;
  }

  .nearbylocation {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    padding: 14px 14px;
    gap: 8px;
  }

  .btninvisit {
    font-size: 24px;
    border-radius: 2px;
  }

  .btninvisit:hover {
    background-color: #BC9773;
    border: 2px solid #BC9773;
    color: #fff;
  }

  .location-distance {
    font-size: 14px;
    font-weight: 400;
  }

  .location-left {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0px;
  }

  .contactdetails {
    font-size: 14px;
    line-height: 20px;
  }

  .contactinforhead {
    font-weight: 500;
    font-size: 20px;
    line-height: 14px;
  }

  .arrowborder {
    padding: 2px;
    width: 30px;
    height: 30px;
  }

  ul.location-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 4px;
    font-size: 15px;
    color: #5e5e5e;
  }

  .amenitiesinstart {
    text-align: start;
  }

  .mobileamenitiesimg {
    height: 100px;
    width: 100px;
  }

  .searchname {
    font-size: 12px;
    line-height: 20px;
  }

  .copyright {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0px;
        padding: 10px 0px;
  }
  
  .copyrightalignment{
      justify-content: center;
  }

  .arrowborderfloor {
    padding: 6px;
    width: 40px;
    height: 40px;
  }

  .logo_items img,
  .reverse-items img {
    height: 150px;
    margin-right: 10px;
    border-radius: 4px;
  }

  [id] {
    scroll-margin-top: 60px;
  }


  /* for mobile header */
  .header {
    background: #83684A;
    overflow: hidden;
    height: 55px;
    width: 100%;
    z-index: 99999;
    position: fixed;
    transition: all 0.4s ease-out, background 1s ease-out;
  }

  .header.menu-open {
    height: 100%;
    background: #83684A;
    transition: all 0.45s ease-out, background 0.8s ease-out;
    display: block;
  }

  /* Menu List items */
  .mobile-menu {
    clear: both;
  }

  .header ul.menu {
    position: relative;
    display: block;
    padding: 70px 20px 0;
    list-style: none;
  }

  .header ul.menu li.menu-item a {
    display: block;
    position: relative;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    line-height: 2.8;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
  }

  .header ul.menu li.menu-item {
    /* border-bottom: 1px solid #333; */
    margin-top: 5px;
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  }

  .header ul.menu li.menu-item:nth-child(1) {
    transition-delay: 0.35s;
  }

  .header ul.menu li.menu-item:nth-child(2) {
    transition-delay: 0.3s;
  }

  .header ul.menu li.menu-item:nth-child(3) {
    transition-delay: 0.25s;
  }

  .header ul.menu li.menu-item:nth-child(4) {
    transition-delay: 0.2s;
  }

  .header ul.menu li.menu-item:nth-child(5) {
    transition-delay: 0.15s;
  }

  .header ul.menu li.menu-item:nth-child(6) {
    transition-delay: 0.1s;
  }

  .header ul.menu li.menu-item:nth-child(7) {
    transition-delay: 0.05s;
  }

  .header.menu-open ul.menu li.menu-item {
    opacity: 1;
  }

  .header.menu-open ul.menu li.menu-item:nth-child(1) {
    transition-delay: 0.05s;
  }

  .header.menu-open ul.menu li.menu-item:nth-child(2) {
    transition-delay: 0.1s;
  }

  .header.menu-open ul.menu li.menu-item:nth-child(3) {
    transition-delay: 0.15s;
  }

  .header.menu-open ul.menu li.menu-item:nth-child(4) {
    transition-delay: 0.2s;
  }

  .header.menu-open ul.menu li.menu-item:nth-child(5) {
    transition-delay: 0.25s;
  }

  .header.menu-open ul.menu li.menu-item:nth-child(6) {
    transition-delay: 0.3s;
  }

  .header.menu-open ul.menu li.menu-item:nth-child(7) {
    transition-delay: 0.35s;
  }

  /* Menu Icon */
  .icon-container {
    position: absolute;
    top: 0;
    right: 0;
    /* ✅ this moves it to the right */
    height: 55px;
    width: 55px;
    cursor: pointer;
    z-index: 2;
    /* display: flex;
        align-items: center;
        justify-content: center; */
    -webkit-tap-highlight-color: transparent;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  }

  .icon-container #menuicon {
    width: 20px;
    height: 10px;
    position: relative;
    display: block;
    margin: -4px auto 0;
    top: 50%;
  }

  #menuicon .bar {
    width: 100%;
    height: 1px;
    display: block;
    position: relative;
    background: #fff;
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  }

  #menuicon .bar.bar1 {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }

  #menuicon .bar.bar2 {
    -webkit-transform: translateY(6px) rotate(0deg);
    transform: translateY(6px) rotate(0deg);
  }

  .menu-open .icon-container {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .menu-open .icon-container #menuicon .bar {
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0.1s;
  }

  .menu-open .icon-container #menuicon .bar.bar1 {
    -webkit-transform: translateY(4px) rotate(45deg);
    transform: translateY(4px) rotate(45deg);
  }

  .menu-open .icon-container #menuicon .bar.bar2 {
    -webkit-transform: translateY(3px) rotate(-45deg);
    transform: translateY(3px) rotate(-45deg);
  }

  /* for mobile header */

  .gallerypad {
    padding-bottom: 60px !important;
  }

  .floor-list-button-container-floor-white {
    top: 80%;
  }
}

@media (min-width: 478px) and (max-width: 860px) {
  .swiper-slide img {
    object-fit: fill;
  }
}

@media (min-width: 910px) and (max-width: 930px) {
  .deskgrpremium {
    max-width: 851px !important;
  }

  .hheading {
    font-size: 40px;
    line-height: 45px;
  }

  .aboutinformation {
    font-size: 20px;
    line-height: 30px;
  }

  #overview {
    margin-top: 3rem !important;
  }

  .finest-townships {
    max-width: 870px !important;
  }

  .ideal-place-living {
    flex-direction: row !important;
  }

  .nearbylocation {
    font-size: 25px;
    gap: 10px;
  }

  .temp-list-button-container-tem {
    /* left: 68%; */
  }

  .location-left {
    font-size: 16px;
  }

  .experience-luxury {
    padding-bottom: 0 !important;
  }
}

@media (min-width: 700px) and (max-width:860px) {
  .mainsectionbg {
    height: fit-content;
  }

  .inbhkvalueimg {
    width: 30%;
    height: 394px;
    object-fit: cover;
  }

  .topline {
    width: 60%;
  }

  .mobilehomesamt {
    font-size: 26px;
    line-height: 30px;
    padding: 10px 12px;
  }

  .mobileamtcrore {
    font-size: 26px;
  }

  .headloaction {
    font-size: 23px;
  }

  .headloaction img {
    width: 10%;
  }

  .floor-list-button-container-floor-white {
    top: 90%;
  }

  .arrowbordergallery {
    padding: 6px;
    width: 40px;
    height: 40px;
  }

  .premium-gated {
    max-width: 650px;
  }

  .copyrightalignment {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }
}

@media (min-width:760px) {
  .floor-list-button-container-floor-white {
    top: 82%;
  }
}

@media (min-width:910px) and (max-width:1200px) {
  .mainsectionbg {
    width: 50% !important;
  }

  .mainvillabanner img {
    width: 100%;
    padding-top: 5rem;
  }

  .inmainheadrow {
    flex-wrap: nowrap;
  }

  .exquisitetown {
    width: 80%;
  }

  .topline {
    width: 95%;
  }

  .homesamt {

    line-height: 40px;
    padding: 18px 10px;
    text-align: center;
  }

  .headloaction {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 26px;
  }

  #overview {
    margin-top: 0rem;
  }

  .floor-list-button-container-floor {
    padding: 0;
  }

  .floor-list-button-container-floor-white {
    top: 80%;
  }

  .amenities-container {
    max-width: 800px;
  }

  .amenitiesname {
    font-size: 14px;
    line-height: 20px;
  }

  .nav-links a {
    font-size: 16px;
  }

  .ideal-place-living {
    flex-direction: column;
  }

  .contactinforcenter {
    padding: 2.3rem 2.2rem;
  }

  .experience-luxury {
    padding-bottom: 2rem;
  }

  .quickleft {
    margin-left: 0px;
  }

  .copyright {
    font-size: 13px;
  }

}

@media (min-width:1024px) and (max-width:1030px) {
  .ideal-place-living {
    flex-direction: row;
  }

  .experience-luxury {
    padding-bottom: 0;
  }

  .highlightstext {
    font-size: 20px;
  }

  .floor-list-button-container-floor-white {
    top: 70% !important;
  }

  form {
    padding: 1rem 0rem 2rem 2rem;
  }

  .location-left {
    font-size: 18px;
  }
}

@media (min-width:1138px) {
  .exquisitetown {
    width: 100%;
  }

  #overview {
    margin-top: 3rem;
  }

  .ideal-place-living {
    flex-direction: row;
  }

  .experience-luxury {
    padding-bottom: 0;
  }
}

@media (min-width:760px) and (max-width:900px) {
  .temp-list-button-container-tem {
    /* left: 83%; */
    top: 12px;
    right: 10px;
    gap: 30px;
  }

  .experience-luxury {
    width: 100%;
  }

  .nearbylocation {
    font-weight: 400;
    font-size: 22px;
  }

  .location-left {
    font-weight: 400;
    font-size: 17px;
  }

  .header ul.menu li.menu-item a {
    display: block;
    position: relative;
    color: #fff;
    text-decoration: none;
    font-size: 24px;
  }
}