/* @import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;18b572a,300;1,400;1,700;1,900&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");

:root {
  --main-color: #8b572a;
  --main-2-color: #ca9f45;
  /* --main-color: #244d9d;
  --main-2-color: #072560; */
  --main-color-code: 202, 159, 69;
  --header-color: #fff;
  --white-color: #fff;
  --header-link-color: #333;
}


*:not(i) {
  font-family: "Josefin Sans", sans-serif;
  box-sizing: border-box;
  padding: 0; 
  margin: 0;
}

.about-section .img-fit {
  width: 100%;
  height: 250px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.text-prime {
  color: var(--main-color);
}

.text-second {
  color: #efcfa0;
}

section.hero-section {
  height: 85vh;
  width: 100%;
  position: relative;
}

.sub-title {
  color: var(--main-color);
  font-size: 1rem !important;
  position: relative;
  display: flex;
  align-items: center;
}

.sub-title::before {
  content: "";
  background-color: var(--main-color);
  position: relative;
  display: block;
  height: 1px;
  width: 3rem;
  margin-right: 0.5rem;
}

.hero-title {
  width: -moz-max-content;
  width: max-content;
  background-color: rgb(255, 255, 255);
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  /* text-shadow: 0px 2px 0px rgb(0 0 0 / 50%); */
  /* background: #167ac6; */
  /* background: rgb(42, 46, 75,0.8); */
  /* background: rgb(0, 0, 0,0.8); */
  text-align: start;
  padding: 1.5rem 1rem;
  /* border: 5px solid #fff; */
}

/* section.hero-section .hero-slide::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(88.62deg, rgba(0, 0, 0, 0.75) 40.71%, rgba(0, 0, 0, 0) 112.28%);
  z-index: 2;
} */
/* .wrapper {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
} */
.wrapper {
  position: absolute;
  display: flex;
  width: 100%;
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 50%;
  transform: translate(0%, -50%);
}

.wrapper p {
  color: #ccc;
  font-size: 1rem;
  font-weight: 400;
}

.wrapper h1 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-top: 0;
  /* margin-bottom: 40px; */
  /* font-family: 'Great Vibes', cursive; */
  color: var(--main-color);
  position: relative;
  display: inline-block;
}

/* 
.wrapper h1::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 0.5vh;
  background: $primaryColor;
  bottom: -1vh;
  display: inline-block;
} */
.hero-carousel,
.hero-slide {
  height: 85vh;
  width: 100%;
}

.hero-slide {
  /* background-size: cover;
  background-position: center center; */
  background-size: cover;
  background-position: center right;
  z-index: -1;
  background-repeat: no-repeat;
}

nav#fixed-bar {
  position: fixed;
  /* position: sticky; */
  z-index: 999;
  width: 100%;
  top: 0;
  background-color: var(--header-color);
  box-shadow: rgba(0, 0, 0, 0.075) 0px 0.125rem 0.25rem !important;
  transition: background-color 0.3s ease;
  padding: 0.5rem 0;
}
nav#fixed-bar a.nav-link {
  color: var(--header-link-color) !important;
}
nav#fixed-bar .logo_wrap img {
  width: 10em;
  height: auto;
}

/* nav#fixed-bar.fixed {
} */
.phone-email {
  display: flex;
  flex-direction: row-reverse;
  color: #fff;
  align-items: center;
  gap: 1rem;
}

.cta-info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.25rem;
}

.cta-info h4 a {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
}

section.office-detials .icon-wrap {
  font-size: 1rem;
  background: var(--main-color) !important;
  /* padding: 1rem; */
  width: 2.5rem;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  color: #fff;
}

.office-detials .details-wrapper p {
  margin-bottom: 0;
  font-size: 0.785rem;
  font-weight: 700;
  color: #000 !important;
}

.office-detials .details-wrapper a {
  font-size: 0.785rem;
  font-weight: 700;
  color: #000;
  text-decoration: none;
}

.effect-7 {
  border: 1px solid #ccc;
  padding: 7px 14px 9px;
  transition: 0.4s;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.effect-7 ~ .focus-border:before,
.effect-7 ~ .focus-border:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #3399ff;
  transition: 0.4s;
}

.effect-7 ~ .focus-border:after {
  top: auto;
  bottom: 0;
}

.effect-7 ~ .focus-border i:before,
.effect-7 ~ .focus-border i:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 0;
  background-color: #3399ff;
  transition: 0.6s;
}

.effect-7 ~ .focus-border i:after {
  left: auto;
  right: 0;
}

.effect-7:focus ~ .focus-border:before,
.effect-7:focus ~ .focus-border:after {
  left: 0;
  width: 100%;
  transition: 0.4s;
}

.effect-7:focus ~ .focus-border i:before,
.effect-7:focus ~ .focus-border i:after {
  top: 0;
  height: 100%;
  transition: 0.6s;
}

.from-wrapper h1 {
  font-size: 1rem;
  color: #000;
}

ul#country-listbox {
  font-size: 0.785rem;
  width: 19rem;
  overflow-x: hidden;
}

.iti {
  width: 100% !important;
}

div#loader {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-title h6 {
  /* color: $primaryColor; */
  font-size: 1rem;
}

.video-wrapper {
  border: 0.5rem solid #fff !important;
  /* border-radius: 1rem; */
}

.owl-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: flex !important;
  transform: translate(-50%, -50%);
  flex-direction: row;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--main-color) !important;
}

.owl-theme .owl-dots .owl-dot span {
  background: #fff;
  opacity: 1 !important;
}

.modal-content-container p {
  font-size: 1rem;
  font-weight: 500;
  color: #444;
}

.w-25 {
  width: 25%;
}

.modal-content-container h1 {
  font-size: 2rem;
  font-weight: bolder;
  color: #000;
  text-transform: uppercase;
}

#leadModal .modal-content-container h1 {
  font-size: 1rem !important;
  font-weight: 500;
  color: #000;
  text-transform: capitalize;
}

.card.price-card {
  padding: 2.5rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 25rem;
  background: linear-gradient(135deg, #fdfcfb 0, #e2d1c3 100%);
}

.card.floor_plans-card {
  padding: 2.5rem 0rem 0rem 0rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* height: 25rem; */
  /* background: linear-gradient(135deg,#fdfcfb 0,#e2d1c3 100%); */
}

.card-footer {
  width: 100%;
  text-align: center;
  background: #e8ba7e !important;
  font-size: 1rem !important;
}

.img-wrapperFp {
  position: relative;
  overflow: hidden;
}

.cta-container {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  transform: translateY(100%);
  transition: all ease 0.25s;
}

.location-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  background: #fff;
  border-radius: 0.5rem;
  padding: 1rem 1rem 1rem 2rem;
}

.location-list .flex-shrink-0 {
  background: #244d9d;
  width: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  color: #fff;
}

.img-wrapperFp:hover .cta-container {
  transform: translateY(0%);
}

.card.floor_plans-card h1 {
  font-family: "Abhaya Libre", serif;
  color: #000233;
  border-bottom: 3px solid #efcfa0;
  font-size: 3rem;
  margin-bottom: 2rem;
}

.card.price-card h1 {
  font-family: "Abhaya Libre", serif;
  color: #000233;
  font-size: 3rem;
}

.card.price-card ul.card-list {
  /* list-style-type: none; */
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 1.25rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
}

.modal-content-container {
  position: relative;
  padding: 1rem 1rem;
  /* background-size: cover; */
  /* background-position: top left; */
  z-index: 9;
}

/* .hero-section .modal-content-container {
  animation: zoom-effect 2s infinite;
  transition: all ease 1.25s;
} */
.modal-content-container:hover {
  animation: none;
}

@keyframes zoom-effect {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.hero-section .modal-content-container {
  position: relative;
  padding: 1.5rem 1rem;
  /* background-size: cover; */
  /* background-position: top left; */
  z-index: 9;
  background-color: #ffffff;
  border-radius: 1rem;
}

.overlay-bg-img {
  position: absolute;
  z-index: 1;
  opacity: 0.1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

button.btn_close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  color: #000233 !important;
  padding: 1rem 2rem;
  background: transparent;
  border: none;
  font-size: 1.5rem;
}

.prime-btn {
  background: var(--main-color) !important;
  color: #fff !important;
  padding: 0.5rem 1.5rem !important;
}

.secondary-btn {
  color: #fff !important;
  /* color: #000 !important; */
  font-weight: 500 !important;
  background: var(--main-color) !important;
  padding: 0.5rem 1.5rem !important;
  position: relative;
  box-shadow: none;
  /* animation: pulse-white 2s infinite; */
}

/* .secondary-btn:hover {
  animation: none;
}

@keyframes pulse-white {
  0% {
    box-shadow: 0 0 0 0 #e1a04000;
  }

  70% {
    box-shadow: 0 0 0 10px #e1a04049;
  }

  100% {
    box-shadow: 0 0 0 0 #e1a04062;
  }
} */
ul#country-listbox {
  font-size: 0.785rem;
  width: 19rem;
  overflow-x: hidden;
}

.iti {
  width: 100% !important;
}

.modal-content #txt_phone_hero {
  padding-left: 84px !important;
}

.floating-whatsapp {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(47, 184, 66);
  color: #fff !important;
  text-decoration: none;
  width: 3rem;
  aspect-ratio: 1/1;
  font-size: 2rem;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99;
  border-radius: 50%;
  margin: 1rem;
  cursor: pointer;
  animation: pulse-animation-y 2s infinite;
}

/* 
.floating-enquire {
  display: flex;
  justify-content: center;
  align-items: center;
  background: $primaryColor;
  color: #fff !important;
  text-decoration: none;
  width: 3rem;
  aspect-ratio: 1/1;
  font-size: 1rem;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99;
  border-radius: 50%;
  margin: 1rem;
  cursor: pointer;
  animation: pulse-animation-enquire 2s infinite;
} */
.floating-enquire {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--main-color);
  color: #fff !important;
  text-decoration: none;
  width: auto;
  /* aspect-ratio: 1/1; */
  font-size: 1rem;
  position: fixed;
  bottom: 50%;
  right: 0;
  z-index: 99;
  border-radius: 1rem 1rem 0rem 0rem !important;
  /* margin: 0rem 0rem -2rem 0rem; */
  transform: rotate(270deg);
  transform: translate(35%, -50%) rotate(270deg);
  cursor: pointer;
  /* animation: pulse-animation-enquire 2s infinite; */
}

@keyframes pulse-animation-y {
  0% {
    box-shadow: 0 0 0 0px rgba(47, 184, 66, 0.5);
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(47, 184, 66, 0);
    transform: scale(1);
  }
}
@keyframes pulse-animation-enquire {
  0% {
    box-shadow: 0 0 0 0px rgba(192, 136, 49, 0.5);
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(192, 136, 49, 0);
    transform: scale(1);
  }
}
.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-wrapper h6 {
  font-family: "Abhaya Libre", serif;
  color: var(--main-color);
  font-size: 1.5rem;
}

.header-wrapper h1 {
  font-family: "Abhaya Libre", serif;
  font-size: 2.5rem;
  font-weight: 800;
  margin-top: 0;
  color: #020e26;
  position: relative;
  display: inline-block;
}

.view_all_project {
  text-decoration: none;
  color: var(--main-color);
  font-size: 1rem;
}

.project-container {
  /* background: #eff4fb; */
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  /* padding-top: 1rem; */
  padding-bottom: 1rem;
  /* margin-top: 2rem; */
}

.project-container > .row {
  padding: 2rem 0 !important;
}

.project-container .img-container {
  /* margin-top: -6rem; */
  /* padding: 0 2rem; */
  display: block;
  border-radius: 0.5rem;
  position: relative;
}

a.zoom-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.5);
  font-size: 3rem;
  color: #fff !important;
  opacity: 0;
  transition: all ease 1;
}

a.zoom-icon:hover {
  opacity: 1;
}

.zoom-icon svg {
  width: 4rem;
}

.project-container img {
  width: 100%;
  aspect-ratio: 10/5;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 0.5rem;
}

.project-container h2 {
  font-family: "Abhaya Libre", serif;
  font-size: 2.5rem;
  font-weight: 800;
  margin-top: 1rem;
  color: #020e26;
  position: relative;
  /* display: inline-block; */
}

.project-container .table-container {
  margin-top: 1rem;
  padding-right: 2rem;
}

.project-container table thead {
  background: var(--main-color);
}

.project-container table tbody {
  background: #fff;
}

.project-container table tbody .td-content {
  color: rgba(35, 35, 35, 0.9);
}

.know_more {
  margin-top: 1rem;
  text-decoration: none;
  border: 2px solid var(--main-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.5rem;
  gap: 1rem;
  color: var(--main-color) !important;
  transition: all linear 0.25s;
  font-size: 0.785rem;
}

.know_more:hover {
  background-color: var(--main-color);
  color: #fff !important;
}

.about-section h1 {
  /* font-family: "Abhaya Libre", serif; */
  font-size: 1.5rem;
  font-weight: 800;
  margin-top: 0;
  /* color: #020e26; */
  position: relative;
}

.about-section h6 {
  font-family: "Abhaya Libre", serif;
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 0;
  color: var(--main-color);
  position: relative;
}

.about-section p {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0;
  color: #212529;
  position: relative;
}

.about-section .img-container img {
  width: 100%;
  aspect-ratio: 10/8;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-container {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}

.img-container .play-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 4rem;
  text-decoration: none;
}

.img-container .play-icon > i {
  z-index: 5;
  border-radius: 50%;
  animation: pulse-animation-enquire 2s infinite;
}

.img-container .play-icon::before {
  content: "";
  position: absolute;
  width: 2rem;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--main-color);
  font-size: 4rem;
  text-decoration: none;
  z-index: 1;
  outline: 1px solid #fff;
  outline-offset: 2rem;
  border-radius: 50%;
}

/* section.schedule_site_visit_section {
  padding: 3rem 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

section.schedule_site_visit_section:before {
  content: "";
  background: rgb(0 0 0 / 50%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
} */
/* footer {
  background-color: #020e26;
}

footer .logo-wrapper img {
  width: 12rem;
  height: auto;
}

ul.social-links li a {
  width: 2.5rem;
  font-size: 1rem;
  background: $primaryColor;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  border-radius: 50%;
}
footer ul.social-links {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  gap: 1rem;
  margin-bottom: 0;
}



.content-setion .floating-whatsapp {
  width: 3rem;
  aspect-ratio: 1/1;
  font-size: 2rem;
  position: relative !important;
  animation: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
} */
.content-wrapper {
  color: #fff;
  background-color: #020e26;
  padding: 3rem 2rem;
  border-radius: 2rem;
}

button.back_to_top {
  position: fixed;
  bottom: 15%;
  right: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5);
  /* padding: 1rem 2rem; */
  width: 3rem;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  border: 0;
  border-radius: 5px;
  color: #fff;
  margin: 0 1rem;
}

.fa-meditation {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.amenities-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
  /* background-color: rgb(0 2 51 / 10%); */
  padding: 0.5rem 0.5rem;
  /* border-radius: 0.5rem; */
  flex-direction: column;
  border-bottom: 1px solid #ccc;
  transition: all 0.25s ease;
}

.amenities-title {
  margin-bottom: 0;
}

.amenities-wrap:hover {
  border-bottom: 1px solid var(--main-color);
}

.amenities-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

span.amenities-icon {
  font-size: 2rem;
  width: 3rem;
  color: var(--main-color);
}

.section-title {
  /* font-family: "Abhaya Libre", serif; */
  font-size: 1.5rem;
  font-weight: 800;
  margin-top: 0;
  /* color: #020e26; */
  position: relative;
  display: inline-block;
  text-align: center;
}

.gallery-container {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  position: relative;
}

.gallery-container .item img {
  width: 100%;
  aspect-ratio: 10/8;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
  filter: brightness(0.8);
  cursor: pointer;
}

.gallery-container .center .item img {
  aspect-ratio: 10/10;
}

/* .gallery-container::before {
  content: '';
  background: linear-gradient(88.62deg, rgb(255 255 255) -10.03%, rgba(255, 255, 255, 0) 112.28%);
  height: 100%;
  width: 26vw;
  z-index: 9999999;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.gallery-container::after {
  content: '';
  background: linear-gradient(-88.62deg, rgb(255 255 255) -10.03%, rgba(255, 255, 255, 0) 112.28%);
  height: 100%;
  width: 26vw;
  z-index: 9999999;
  display: inline-block;
  position: absolute;
  top: 0;
  right : 0;
} */
.gallery-container .owl-dots {
  /* margin-top: -43rem !important; */
  bottom: -15% !important;
}

.gallery-container span {
  background: #a5a5a5 !important;
  width: 1.5rem !important;
  height: 0.25rem !important;
}

.list-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  text-align: left;
}

.list-container ul {
  background: rgba(27, 127, 204, 0.1);
  /* background: rgb(17 31 72 / 10%); */
  border-radius: 1rem;
  padding: 1rem 1rem;
  list-style-type: none;
  margin-bottom: 0;
  transition: all ease 0.25s;
}

/* 
.list-container ul:hover {
  background: rgb(17 31 72 / 100%);
  color: #fff;
} */
.td-content.type-content {
  font-size: 1.25rem;
  font-weight: 700;
  border-bottom: 1px solid #fff;
  margin-bottom: 0.5rem;
  color: rgb(17, 31, 72);
}

.td-content.rupee-icon .icon_tabel {
  color: #0f5132;
  background: #fff;
  font-size: 0.785rem;
  width: 2rem;
  display: inline-flex;
  aspect-ratio: 1/1;
  border-radius: 2rem;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
}

.td-content.size-icon .icon_tabel {
  color: rgb(17, 31, 72);
  background: #fff;
  font-size: 0.785rem;
  width: 2rem;
  display: inline-flex;
  aspect-ratio: 1/1;
  border-radius: 2rem;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
}

.td-content.size-icon {
  margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
  button.back_to_top {
    bottom: 20%;
  }
  section.office-detials {
    display: none;
  }
  .modal-content-container {
    margin-bottom: 1rem;
  }
  .hero-title h6 {
    font-size: 1rem;
  }
  .floating-whatsapp {
    bottom: 10%;
    left: unset;
    right: 0;
  }
  .header-wrapper {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .header-wrapper h6 {
    font-family: "Abhaya Libre", serif;
    color: var(--main-color);
    font-size: 1rem;
  }
  .header-wrapper h1 {
    font-size: 2rem;
  }
  .project-container > .row {
    padding: 1rem 0 !important;
  }
  .project-container .img-container {
    padding: 0 0.5rem;
  }
  .project-container .table-container {
    margin-top: 1rem;
    padding-right: 0rem;
  }
  .wrapper h1 {
    font-size: 2rem;
    font-weight: 600;
  }
  .wrapper h1::before {
    display: none;
  }
  .secondary-btn {
    margin-top: 1rem !important;
  }
  .sidebar-inquiry {
    padding: 0.5rem !important;
  }
  .modal-content-container h1 {
    font-size: 2rem;
    font-weight: bolder;
    color: #000233;
  }
  .modal-content-container {
    padding: 2rem 1rem;
  }
  /* 
  .hero-title {
    text-shadow: 0px 8px 16px rgb(0 0 0 / 80%);
    text-align: start;
  } */
  .icon-wrapper p {
    text-align: center;
  }
  .gallery-container span {
    width: 1rem !important;
  }
  .about-section .img-container img {
    width: 100%;
    aspect-ratio: 10/6;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .hero-carousel,
  .hero-slide {
    height: 110vh;
    width: 100%;
  }
  section.hero-section {
    height: 115vh;
    width: 100%;
    position: relative;
  }
}
@media (max-width: 385px) {
  section.hero-section {
    height: 100vh;
  }
}
div#loader {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.map-wrapper {
  position: relative;
  border: 1px solid #ccc;
  padding: 0.5rem;
  margin-left: 1rem;
  height: 100%;
}
.map-wrapper img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a.view-map {
  position: absolute;
  top: 0;
  right: 0;
  margin: 2rem 2rem;
  padding: 0.5rem 1rem;
  color: #fffcfc !important;
  font-size: 0.785rem;
  background: rgba(0, 0, 0, 0.6);
  display: inline-block;
  /* width: 3rem; */
  /* aspect-ratio: 1/1; */
  display: flex;
  border-radius: 0.5rem;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.main-form-container {
  margin-top: 20px !important;
  position: fixed;
  right: 5px;
  z-index: 99999;
  bottom: 0;
  background: #fff;
  padding: 0;
  z-index: 9999;
  width: 19%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  width: 20rem;
  /* border: 1px solid #212121; */
  border-bottom: 0;
}

/* .form-container.close {
  transition: all ease 05s;
}

.form-container.close {
  height: 0 !important;
} */
.form-header {
  /* background: rgb(33, 33, 33); */
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  color: #fff;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  align-items: center;
  animation: Gradient 3s ease infinite;
  background: linear-gradient(-45deg, var(--main-color), var(--main-2-color), var(--main-color), var(--main-color));
  background-size: 400% 400%;
}

button.toggle-btn {
  border: 0;
  background: white;
  color: #000;
  width: 1.5rem;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  /* font-size: 0.785rem; */
}

.enquire-btn {
  border: 0;
  font-size: 0.875rem;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
  background-color: var(--main-color);
  color: white;
  padding: 0.5rem 1rem;
  margin-top: 2.5rem;
}

.cta-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 0;
  gap: 0.5rem;
}

.price-conatiner {
  display: inline-flex;
  /* background: $primaryColor; */
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  animation: Gradient 3s ease infinite;
  background: linear-gradient(-45deg, var(--main-color), var(--main-2-color), var(--main-color), var(--main-color));
  background-size: 400% 400%;
  margin: 1rem 0;
}

.price-conatiner > * {
  margin-bottom: 0;
  color: #fff;
}

@keyframes Gradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
.tabs-content-container {
  background: #fff;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.25);
}

.tabs-content-container .content-tabs-header {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  background-color: var(--main-color);
}

.tabs-content-container .content-tabs-header h3 {
  font-size: 1rem;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
}

.content-tabs-body .item {
  padding: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
}

.content-tabs-body .item:last-child {
  border-bottom: none;
}

.content-tabs-body .item > * {
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-tabs-body .item .plan-img-container {
  position: relative;
  width: 200px;
  aspect-ratio: 10/5;
}

.content-tabs-body .item .plan-img-container a {
  font-size: 0.785rem;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  text-decoration: none;
  color: #fff;
}

.view-price {
  display: inline-flex;
  /* background: $primaryColor; */
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  animation: Gradient 3s ease infinite;
  background: linear-gradient(-45deg, var(--main-color), var(--main-2-color), var(--main-color), var(--main-color));
  background-size: 400% 400%;
  color: #fff;
  border: none;
}

.location-wrapper {
  background-color: var(--main-color);
  padding: 1rem;
  border-radius: 1rem;
}

@media only screen and (max-width: 922px) {
  .hero-carousel,
  .hero-slide,
  section.hero-section {
    height: 40vh;
    width: 100%;
  }
  .wrapper {
    top: 55%;
  }
}
@media only screen and (max-width: 768px) {
  .hero-carousel,
  .hero-slide,
  section.hero-section {
    height: 50vh;
    width: 100%;
  }
  .hero-slide {
    background-size: cover;
  }
  .amenities-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
  .wrapper {
    top: 60%;
  }
}
@media only screen and (max-width: 600px) {
  .hero-carousel,
  .hero-slide,
  section.hero-section {
    height: 75vh;
    width: 100%;
  }
  .amenities-section img {
    display: none;
  }
  .hero-slide {
    background-position: center;
  }
  .amenities-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
  .wrapper {
    top: 60%;
  }
  .content-tabs-body .item {
    grid-template-columns: repeat(4, auto);
  }
  .content-tabs-body .item {
    padding: 0.5rem;
  }
  .wrapper h1 {
    font-size: 1.5rem;
    font-weight: bold;
  }
  .hero-title {
    width: 100%;
  }
  .view-price {
    font-size: 0.875rem;
    padding: 0.25rem 0.5rem;
    font-weight: 400;
    border-radius: 0.25rem;
  }
  .content-tabs-body h6,
  .tabs-content-container .content-tabs-header h3 {
    font-size: 0.875rem;
    margin-bottom: 0;
  }
  .tabs-content-container .content-tabs-header {
    grid-template-columns: repeat(5, auto);
    padding: 0.25rem;
  }
}
.amenities-section .img-fit {
  width: 100%;
  height: 100%;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* gallery section */
.gallery_section {
  padding: 80px 0;
}

.gallery_section .ov_headings {
  margin-bottom: 60px;
}

.gallery_section .inner_gallery_section {
  -moz-column-gap: 15px;
  column-gap: 15px;
  -moz-column-fill: balance;
  column-fill: balance;
  -moz-column-count: 3;
  column-count: 3;
}

.inner_gallery_section .single {
  display: inline-block;
  margin: 0 0 15px;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  width: 100%;
  border: 3px solid rgba(0, 0, 0, 0.4);
}

.inner_gallery_section .single a {
  position: relative;
  display: flex;
}

.inner_gallery_section .single a:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: all 300ms ease-in-out;
}

.inner_gallery_section .single a:hover:before {
  opacity: 1;
}

@media (max-width: 600px) {
  .map-wrapper {
    margin-left: 0 !important;
  }
  .gallery_section .inner_gallery_section {
    -moz-column-count: 2;
    column-count: 2;
  }
  .content-tabs-body .item .plan-img-container {
    position: relative;
    width: 120px;
    aspect-ratio: 10/5;
  }
  .hero-carousel {
    display: none;
  }
}
@keyframes pulseAnimation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.main-form-container {
  animation: pulseAnimation 1s forwards;
  /* Animation duration is set to 1s for demonstration */
  animation-delay: 5s;
  /* Initial delay before the animation starts */
}

.hero-carousel::before {
  content: "";
  background: rgba(139, 87, 42, 0.1);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.call_btn {
  display: flex;
  align-items: center;
  background: rgba(var(--main-color-code),0.1);
  border: 1px solid var(--main-color);
  border-radius: 2rem;
  text-decoration: none;
  color: #000;
  padding: 0.2rem 0.8rem 0.2rem 0.5rem;
}
.call_btn .icon {
  display: flex;
  height: 26px !important;
  width: 26px !important;
  margin-right: 6px;
  font-size: 0.785rem;
  justify-content: center;
  align-items: center;
  color: var(--header-color);
  background: var(--main-2-color);
  border-radius: 50%;
}
.call_btn .icon img {
  max-width: 10px;
}
.call_btn .right {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
}
.call_btn .right .txt {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 10px;
  color: #888;
}
.call_btn .right .num {
  font-size: 18px;
}/*# sourceMappingURL=style.css.map */