@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&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

/* :root {
  --background: #ffffff;
  --foreground: #171717;
  --dark: #222;
  --primary-color: #ff9e57;
  --secondary-color: #385469;
  scroll-behavior: auto !important;
} */

@font-face {
  font-family: soal;
  src: url("../fonts/SaolDisplay-Regular.ttf");
}

html,
body {
  /* overflow-x: hidden; */
}

body {
  overflow-x: hidden;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body {
  color: var(--foreground);
  background: var(--background);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Poppins", sans-serif;
}

.soal {
  font-family: soal;
}

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

/* scroll bar style */
body::-webkit-scrollbar {
  width: 6px;
}

body::-webkit-scrollbar-track {
  background: #dbdbdb;
}

body::-webkit-scrollbar-thumb {
  background: var(--primary-color);
}

body::-webkit-scrollbar-thumb:hover {
  background: var(--primary-color);
}

a {
  color: inherit;
  text-decoration: none !important;
}

.sec-padd {
  padding: 5vw 0;
}

.sm-txt {
  font-size: 0.7vw;
}

.md-txt {
  font-size: 1.25vw;
}

p {
  color: #555;
  font-size: 0.83vw;
  line-height: 1.6;
}

.sectiontitle {
  font-size: 0.833vw;
  font-weight: 700;
  letter-spacing: 0.48px;
  line-height: 1.2;
}

.sectionsubtitle {
  font-size: 2.6vw;
  color: #385469;
  font-weight: 700;
  line-height: 1.2;
}

.menu1 .navbar-nav .nav-item .nav-link {
  margin: 0vw 0.1vw;
  color: #fff;
  font-family: Poppins;
  font-size: 0.87vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.66vw;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.6vw auto;
  width: 88vw;
  height: 4vw;
}

.btn-contact {
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;

  background: linear-gradient(90deg, #4f7542 1.16%, #053921 101.16%);
  border: 1px solid #4f7542;
  border-radius: 1.162vw;
  padding: 0.664vw 1.743vw;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 2.838vw;

  color: #ffffff;
  font-family: Poppins;
  font-size: 0.996vw;
  font-weight: 500;
  line-height: normal;

  transition: all 0.3s ease-in-out;
}

.btn-contact:before,
.btn-contact:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  display: block;
  z-index: -1;
}

.btn-contact:before {
  left: 50%;
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
}

.btn-contact:after {
  left: 55%;
  top: 180%;
  width: 160%;
  height: 190%;
  background-color: rgba(255, 255, 255, 0.15);
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
}

/* Hover State */
.btn-contact:hover {
  color: #053921;
  /* background: linear-gradient(90deg, #ffffff 1.16%, #e0e0e0 101.16%); */
  border: 1px solid #053921;
}

.btn-contact:hover:before {
  top: -35%;
  background-color: #ffffff;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.btn-contact:hover:after {
  top: -45%;
  background-color: #ffffff;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.navbar-brand img {
  width: 12vw;
  max-width: 12vw;
}

.navbar {
  background-color: transparent;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.navbar .nav-link {
  color: #fff;
  transition: color 0.3s ease;
  z-index: 999;
  position: relative;
}

.navbar.scrolled {
  background-color: #00000082;
}

.navbar.scrolled .nav-link {
  color: #fff !important;
}

.navbar.scrolled .btn-contact {
  background: linear-gradient(90deg, #4f7542 1.16%, #053921 101.16%);
  color: #fff;
  border: 1px solid #4f7542;
}

.navbar.scrolled .btn-contact:hover {
  color: #053921;
}

.bannerhead {
  text-align: left;
  font-size: 3.333vw;
  font-weight: 400;
  line-height: 1.563vw;
  text-transform: capitalize;
  margin-bottom: 2.5vw;
}

.carousel-caption p {
  color: #fff;
  font-size: 0.938vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.354vw;
  text-align: left;
}

.banner-image-wrapper {
  position: relative;
}

.banner-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
  background: transparent;
  background-blend-mode: overlay;
}

.carousel-caption {
  /* bottom: 2vw;
  left: 7vw;
  z-index: 2; */
  bottom: 2vw;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  left: 0;
}

/* .navbar {
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 1s ease, opacity 0.6s ease;
  -webkit-transition: transform 1s ease, opacity 0.6s ease;
  -moz-transition: transform 1s ease, opacity 0.6s ease;
  -ms-transition: transform 1s ease, opacity 0.6s ease;
  -o-transition: transform 1s ease, opacity 0.6s ease;
}

.navbar.revealed {
  transform: translateY(0);
  opacity: 1;
} */

.animate-caption {
  transform: translateY(100px);
  opacity: 0;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
}

.animate-caption.revealed {
  transform: translateY(0);
  opacity: 1;
}

.lf1 {
  margin-left: -6vw;
  margin-bottom: 0.45vw;
}

.lf1 img {
  width: 6.34vw;
  height: 2.624vw;
  margin: 0px auto;
  display: block;
}

.cust-container {
  width: 85.417vw;
  margin: 0px auto;
  display: block;
}

.overview {
  background: #042b65;
}

.padd1 {
  padding: 4vw 0vw;
}

.mainhead1 {
  text-align: center;
  font-family: Poppins;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 500;
  line-height: 1.146vw;
  text-transform: uppercase;
  color: #e7be40;
}

.mainsubhead {
  color: #fff;
  text-align: center;
  font-family: "soal";
  font-size: 3.333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 3.854vw;
  text-transform: capitalize;
  margin-top: 1vw;
}

.mainsubhead span {
  color: #e7be40;
}

.overpara {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 0.938vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.354vw;
  margin-top: 1.6vw;
  margin-bottom: 2.2vw;
}

.single-border-container {
  border: 1px solid gold;
  padding: 1.5vw;
  width: 40.667vw;
  margin: 0px auto;
  height: 15.708vw;
  display: flex;
  justify-content: center;
  border-radius: 1.042vw;
}
.feature-card {
  text-align: center;
  padding: 0vw 1vw;
}
.feature-title {
  margin-bottom: 0.517vw;
  color: #e7be40;
  text-align: center;
  font-family: Poppins;
  font-size: 1.667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 2.5vw;
  text-transform: capitalize;
}
.feature-value {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 0.938vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.354vw;
  text-transform: capitalize;
}
.main-title {
  font-size: 1.8rem;
  font-weight: bold;
}
.main-value {
  font-size: 3rem;
  font-weight: bold;
}

.leftimg1 img {
  width: 9.26vw;
  height: 12.6vw;
  position: absolute;
  left: -8vw;
  background: #042b65;
}

.goldbtn {
  border-radius: 1.458vw;
  border: 1px solid #c9992c;
  background: transparent;
  color: #e7be40;
  height: 2.838vw;
}

.overbtns {
  gap: 3.125vw;
  margin-top: 3vw;
}

.leftcloud {
  position: absolute;
  left: -10vw;
  top: -10vw;
}

.leftcloud img {
  width: 43.177vw;
  height: 32.604vw;
}

.rightcloud {
  position: absolute;
  right: -10vw;
  top: -4vw;
}

.rightcloud img {
  width: 43.177vw;
  height: 32.604vw;
}

.cloud-animate-left,
.cloud-animate-right {
  opacity: 0;
  transition: transform 1.2s ease-out, opacity 1s ease-out;
  will-change: transform, opacity;
}

.cloud-animate-left {
  transform: translateX(-100%);
}

.cloud-animate-right {
  transform: translateX(100%);
}

.cloud-visible.cloud-animate-left {
  transform: translateX(0);
  opacity: 1;
}

.cloud-visible.cloud-animate-right {
  transform: translateX(0);
  opacity: 1;
}

/*----*/

.leftcloud2 {
  position: absolute;
  left: -10vw;
  top: -7vw;
}

.leftcloud2 img {
  width: 43.177vw;
  height: 32.604vw;
}

.rightcloud2 {
  position: absolute;
  right: -10vw;
  top: -4vw;
}

.rightcloud2 img {
  width: 43.177vw;
  height: 32.604vw;
}

.cloud-animate-left2,
.cloud-animate-right2 {
  opacity: 0;
  transition: transform 1.2s ease-out, opacity 1s ease-out;
  will-change: transform, opacity;
}

.cloud-animate-left2 {
  transform: translateX(-100%);
}

.cloud-animate-right2 {
  transform: translateX(100%);
}

.cloud-visible2.cloud-animate-left2 {
  transform: translateX(0);
  opacity: 1;
}

.cloud-visible2.cloud-animate-right2 {
  transform: translateX(0);
  opacity: 1;
}

.overvideo {
  margin-top: 4vw;
}

.overvideo img {
  width: 100%;
  height: auto;
  border-radius: 40px;
}

.cust-container:nth-of-type(2) {
  height: 8vw;
  overflow: hidden;
}

.overvideo {
  display: inline-block;
  position: relative;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px !important;
  height: 70px !important;
  transform: translate(-50%, -50%);
  z-index: 10;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.play-button:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

#floorTab {
  gap: 3.125vw;
  margin-bottom: 4vw;
}

/*floor plan */
.tab-btns .nav-link {
  border: 1px solid #4f7542;
  border-radius: 1.458vw;
  color: #1b3d1f;
  display: flex;
  padding: 0.833vw 2.188vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Poppins;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 500;
}

.tab-btns .nav-link.active {
  background: linear-gradient(90deg, #4f7542 1.16%, #053921 101.16%);
  color: white;
  border-color: #1b3d1f;
}

/* .swiper-container-wrapper {
  position: relative;
  overflow: visible;
}

.floor .swiper {
  position: relative;
  overflow: visible;
} */

.floor .swiper-slide {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 4px;
  /* overflow: hidden; */
}

.floor .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #0f3d21;
  filter: blur(2px);
}

.view-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  border: none;
  border-radius: 1.458vw;
  padding: 0.833vw 2.188vw;
  background: linear-gradient(90deg, #4f7542 1.16%, #053921 101.16%);
}

.floor-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  padding: 0.5rem 1rem;
  color: #fff;
  text-align: left;
  font-family: Poppins;
  font-size: 1.042vw;
  font-style: normal;
  font-weight: 500;
  line-height: 2.582vw;
  padding-bottom: 1.3vw;
  padding-left: 2vw;
}

.swiper-button-next,
.swiper-button-prev {
  color: #1b3d1f;
  top: 50%;
  transform: translateY(-50%);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 20px;
  font-weight: bold;
}

.section-heading {
  text-align: center;
  margin-bottom: 1vw;
}

.section-heading .leaf2 {
  width: 6.34vw;
  height: 2.624vw;
  margin: 0px auto;
  display: block;
}

.section-heading h2 {
  color: #000;
  text-align: center;
  font-family: "soal";
  font-size: 3.667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 3.854vw;
  text-transform: capitalize;
  margin-bottom: 2vw;
}

.section-heading h2 span {
  color: #053921;
}

.lf2 {
  margin-left: -6vw;
  margin-bottom: -0.5vw;
}

.floor .swiper {
  position: relative;
}

.custom-prev,
.custom-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  width: 40px;
  height: 40px;
}

.custom-prev {
  left: -4vw !important;
}

.custom-next {
  right: -4vw !important;
}

.custom-prev img,
.custom-next img {
  width: 4.167vw;
  height: 4.167vw;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "" !important;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "" !important;
}

.cust-container-2 {
  width: 75.417vw;
  margin: 0px auto;
  display: block;
}

/*floor plan end */

.amenities-section {
  background-image: url(../images/bgimg.jpg);
  color: #fff;
  background-position: bottom;
  padding-bottom: 50vw;
  background-size: cover;
}

.play-icon-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-heading h2 {
  color: #000;
  text-align: center;
  font-family: "soal";
  font-size: 3.333vw;
  font-weight: 400;
  line-height: 3.854vw;
  text-transform: capitalize;
}
.section-heading h2 span {
  color: #4f7542;
  text-align: center;
  font-family: "soal";
  font-size: 3.333vw;
  font-weight: 400;
  line-height: 3.854vw;
  text-transform: capitalize;
}

.amenities-box {
  border-radius: 1.8vw;
  background: rgba(255, 255, 255, 0.03);
  width: 71.016vw;
  display: block;
  margin: 0px auto;
  padding: 2vw !important;
  border-color: #e9ce34 !important;
  height: 25.151vw;
}

.amenity-card {
  background: transparent;
  border-radius: 12px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 220px;
  /* min-width: 200px; */
}

.amenity-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 10vw;
  justify-content: center;
  border-bottom: 0px solid gold;
  width: 100%;
}

.amenity-item:nth-of-type(1) {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 10vw;
  justify-content: center;
  border-bottom: 1px solid gold;
  width: 100%;
}

.amenity-item:nth-of-type(2) {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 10vw;
  justify-content: center;
  /* border-bottom: 1px solid; */
  width: 100%;
}

.amenity-item img {
  margin-bottom: 0.8vw;
  width: 4.384vw;
  height: 4.384vw;
  aspect-ratio: 84.17 / 84.17;
}
.amenity-item p {
  margin: 0;
  color: #e9ce34;
  text-align: center;
  font-family: "Poppins";
  font-size: 0.938vw;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.amenity-card hr {
  border-color: rgba(255, 255, 255, 0.3);
  margin: 1rem 0;
}

.swiper-arrows img {
  cursor: pointer;
  width: 4.167vw;
  height: 4.167vw;
}

.swiper-arrows22 img {
  cursor: pointer;
  width: 4.167vw;
  height: 4.167vw;
}

.cust-container-3 {
  width: 71.016vw;
  display: block;
  margin: 0px auto;
}

.swiper-arrows {
  position: relative;
  bottom: -8vw;
  left: 50%;
  transform: translate(-50%, -50%);
  gap: 6vw;
}

#gallery .onezoom img {
  width: 50%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

.swiper-arrows22 {
  position: relative;
  bottom: -8vw;
  left: 59%;
  transform: translate(-50%, -50%);
  /* gap: 6vw; */
}

.swiper-arrows .swiper-button-next,
.swiper-arrows .swiper-button-prev {
  color: #1b3d1f;
  position: relative !important;
  transform: none !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
}

.testimonial-slider .swiper-slide img {
  object-fit: cover;
  width: 100%;
  border-radius: 0.719vw;
  -webkit-border-radius: 0.719vw;
  -moz-border-radius: 0.719vw;
  -ms-border-radius: 0.719vw;
  -o-border-radius: 0.719vw;
}

.testimonial-slider .swiper-wrapper {
  height: 32vw;
}

.testimonial-slider .swiper-slide img {
  height: 19.375vw;
  overflow: hidden;
  margin: 1vw 1vw;
  transition: 0.3s ease-in-out;
}

.testimonial-slider .swiper-slide-active img {
  height: 28.5vw;
  outline: 3px solid #c9992c;
  padding: 1vw;
  margin: 1vw 1vw;
  border-radius: 2.083vw;
  transition: 0.3s ease-in-out;
}

.swiper-arrows22 .swiper-button-prev {
  margin-left: 1vw;
}

.swiper-arrows22 .swiper-button-next {
  margin-right: -2vw;
}

/* .second-icon img {
  width: 3.313vw !important;
  height: 3.313vw !important;
  outline: none !important;
} */

.play-icon-overlay img {
  width: 5.313vw !important;
  height: 5.313vw !important;
  outline: none !important;
}

.w-90 {
  width: 90%;
  margin-left: auto;
}

.swiper-arrows22 {
  position: absolute;
  bottom: 2vw;
  right: 30vw;
  transform: translate(-50%, -50%);
  /* gap: 5vw; */
  z-index: 99;
}

.greenbg {
  background: linear-gradient(90deg, #4f7542 1.16%, #053921 101.16%);
}

.clearfix {
  clear: both;
}

.testhead {
  color: gold !important;
  text-align: center;
  font-family: Poppins;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 500;
  line-height: 1.146vw;
  text-transform: uppercase;
}

.testsubhead {
  color: #fff;
  text-align: center;
  font-family: "soal";
  font-size: 3.333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 3.854vw;
  text-transform: capitalize;
}

.testsubhead span {
  color: gold;
}

.testimonial-slider .swiper-slide .second-icon img {
  width: 3.313vw !important;
  height: 3.313vw !important;
  outline: none !important;
}

.testimonial-slider .swiper-slide-active .second-icon img {
  width: 5.313vw !important;
  height: 5.313vw !important;
  outline: none !important;
}

/* Ongoing Tag Style */
.ongoing-tag {
  position: absolute;
  top: 12px;
  right: 12px;
  background-color: #1a3f1a; /* dark green */
  color: white;
  border-radius: 20px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 500;
  border: 1px solid gold;
}

/* Play Button */
.play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 10;
}

.play-btn img {
  width: 60px;
  height: 60px;
}

/* Month Year Caption */
.construction-caption {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background: rgba(0, 0, 0, 0.4);
  padding: 4px 10px;
  border-radius: 10px;
}

/* Construction Slide Wrapper */
.construction-img-wrapper {
  position: relative;
  overflow: hidden;
}

.view-btn2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  border: none;
  border-radius: 1.458vw;
  padding: 0.833vw 2.188vw;
  background: transparent;
}

.const .swiper-slide img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.view-btn2 img {
  width: 3.5vw !important;
  height: 3.5vw !important;
}

.lf3 {
  margin-left: -28vw;
  margin-bottom: -0.5vw;
}

.consttop {
  position: absolute;
  right: 0vw;
  top: 2vw;
  display: flex;
  width: 9.752vw;
  height: 2.1vw;
  padding: 0.422vw 2.997vw;
  justify-content: center;
  align-items: center;
  gap: 0.50656rem;
  background: linear-gradient(90deg, #4f7542 1.16%, #053921 101.16%);
  color: gold;
  font-size: 0.844vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  text-transform: capitalize;
}

.custom-faq-accordion .accordion-item {
  background-color: transparent;
  border: none;
  margin-bottom: 1rem;
}

.custom-faq-accordion .accordion-button {
  background-color: transparent;
  color: gold;
  font-weight: 600;
  padding: 0.833vw 1vw;
  border-bottom: 1px solid #e8cfa0;
  border-radius: 0;
  transition: none;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: none !important;
  -webkit-border-radius: none !important;
  -moz-border-radius: none !important;
  -ms-border-radius: none !important;
  -o-border-radius: none !important;
}

.custom-faq-accordion .accordion-button:not(.collapsed) {
  color: gold;
  background-color: transparent;
  box-shadow: none;
  border-bottom: 0px solid rgba(255, 255, 255, 0.1);
  font-family: Poppins;
  font-size: 1.042vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.custom-faq-accordion .accordion-button:focus,
.custom-faq-accordion .accordion-button:active {
  outline: 0;
  box-shadow: none;
  border-color: rgba(255, 255, 255, 0.1);
}

.custom-faq-accordion .accordion-button:hover {
  color: gold;
  background-color: transparent;
  border-color: #e8cfa0;
  box-shadow: none;
}

.custom-faq-accordion .accordion-body {
  background-color: transparent;
  padding: 1.833vw 1vw;
  border-bottom: 1px solid #e8cfa0;
  overflow: visible;
  height: auto;
  color: #fff;
  font-size: 0.938vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.custom-faq-accordion .accordion-button::after {
  background-image: none;
  content: "+";
  font-size: 1.5rem;
  font-weight: normal;
  width: auto;
  height: auto;
  margin-left: 1rem;
  transform: rotate(0deg);
  transition: transform 0.2s ease-in-out, content 0.2s ease-in-out;
}

.custom-faq-accordion .accordion-button:not(.collapsed)::after {
  content: "-";
  transform: rotate(0deg);
}

.faq-title-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem;
  padding-top: 2rem;
  text-align: center;
}

.leaf-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 0.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23a7f3d0'%3E%3Cpath d='M17.302 3.129a.75.75 0 00-.735-.119L11.53 4.417 8.878 2.062a.75.75 0 00-.916 1.107l2.58 2.138-5.32 1.33a.75.75 0 00-.51 1.096L6.5 13.5a.75.75 0 00.75.75.75.75 0 00.75-.75l-2.485-6.212 4.402-1.101 2.223 5.46a.75.75 0 001.21.036l4.63-7.558a.75.75 0 00-.094-1.127zM7.5 16.5a.75.75 0 00-.75.75c0 .414.336.75.75.75h9a.75.75 0 00.75-.75.75.75 0 00-.75-.75h-9z'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
}

.faq-heading {
  font-size: 2.5rem;
  font-weight: bold;
  color: #e2e8f0;
  letter-spacing: 0.05em;
}

.faqbg {
  background-image: url("../images/faqbg.jpg");
  background-size: cover;
  background-position: bottom;
}

.cust-container-4 {
  width: 66.354vw;
  margin: 0px auto;
  display: block;
}

.map-container iframe {
  width: 100%;
  height: 36vw;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.lf4 {
  margin-left: -10vw;
  margin-bottom: -0.5vw;
}

.legacy-box {
  border: 2px solid gold;
  border-radius: 0.833vw;
  padding: 2vw 1.2vw;
  position: relative;
  color: #fff;
  width: 72vw;
  display: block;
  margin: 0px auto;
  height: 21vw;
}

.legacy-logo {
  position: absolute;
  top: 50%;
  left: -5rem;
  transform: translateY(-50%);
  text-align: center;
  color: #d1a33b;
  font-size: 2rem;
  font-weight: bold;
}

.logo4 {
  position: absolute;
  left: 0;
  /* background: #042b66; */
  top: 0;
  width: 14.001vw;
  height: 17.001vw;
  margin-left: -4vw;
  margin-top: 2vw;
  z-index: 99;
}

.legacy-logo h1 {
  font-size: 6rem;
  line-height: 1;
}

.legacy-logo p {
  font-size: 1.2rem;
  margin: 0;
}

.divider-line {
  border-top: 2px solid #d1a33b;
  margin: 1.667vw 0vw;
  margin-left: auto;
  width: 85%;
}

.stat-item h5 {
  color: #d3ab3f;
  text-align: center;
  font-family: Poppins;
  font-size: 1.3vw;
  font-style: normal;
  font-weight: 400;
  line-height: 2.667vw;
  text-transform: capitalize;
}

.stat-item p {
  margin: 0;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 0.938vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.354vw;
  text-transform: capitalize;
}

.cust-container-5 {
  width: 75.813vw;
  margin: 0px auto;
  display: block;
}

.aboutus1 {
  background-image: url("../images/abtbg11.jpg");
  background-size: cover;
  background-position: bottom;
  padding-bottom: 50vw;
  z-index: 0;
}

/* .legacy-box::before {
  content: "";
  position: absolute;
  left: -2px;
  top: 50%;
  transform: translateY(-50%);
  height: 80%;
  width: 2px;
  background-color: #0b3673;
  z-index: 1;
} */

.legacy-box::before {
  content: "";
  position: absolute;
  left: -2px;
  top: 10%;
  height: 50%;
  width: 2px;
  background-color: #052c67;
  z-index: 2;
}

.legacy-box::after {
  content: "";
  position: absolute;
  left: -2px;
  top: 50%;
  height: 39%;
  width: 2px;
  background-color: #0a3a7a;
  z-index: 2;
}

.abtpara {
  color: #fff;
  font-family: Poppins;
  font-size: 0.938vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.354vw;
  width: 63.642vw;
  text-align: justify;
  display: block;
  margin: 0px auto;
  margin-bottom: 2vw;
  margin-top: 1vw;
}

.custommargin1 {
  margin-bottom: 3vw;
}

.cust-container-7 {
  width: 85.508vw;
  margin: 0px auto;
  display: block;
}

.contact-section {
  background: linear-gradient(to right, #3f783c, #0f3f26);
  color: white;
  border-radius: 1rem;
  text-align: center;
  width: 85vw;
  padding: 3vw;
  margin-top: -27vw;
  height: auto;
}

.contact-section h6 {
  color: #eab308;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
}

.contact-form input,
.contact-form select {
  background: transparent;
  border: 1px solid #c9992c;
  color: #fff;
  /* margin-bottom: 1vw; */
  border-radius: 0.26vw;
  padding: 1.068vw 1.146vw;
}

.contact-form input::placeholder,
.contact-form select {
  color: #eab308;
}

.contact-form {
  width: 42.5vw;
  display: block;
  margin: 0px auto;
}

.contact-form select option {
  color: #000;
}

.contact-form .submit-btn {
  background: linear-gradient(
    270deg,
    #c9992c -0.59%,
    #d3ab3f 10.31%,
    #efdc70 32.1%,
    #f9ec80 39.04%,
    #e7be40 59.85%,
    #e0ac27 70.74%,
    #eebc41 95.51%,
    #f1bf46 98.48%
  );
  border: none;
  color: #333;
  font-weight: 500;
  padding: 0.8rem;
  border-radius: 6px;
  width: 100%;
}

.contact-form .submit-btn:hover {
  opacity: 0.95;
}

.logo1 img {
  margin: 0px auto;
  display: block;
  margin-top: 3vw;
  width: 40%;
}

.logo11 {
  margin: 0px auto;
  display: block;
  text-align: center;
  margin-top: 2vw;
  margin-bottom: 2vw;
}

.rera-info p:nth-of-type(1) {
  color: #0f3d21;
  text-align: center;
  font-size: 0.938vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.313vw;
  width: 88%;
  display: block;
  margin: 0px auto;
}

.rera-info p:nth-of-type(2) {
  color: #0f3d21;
  text-align: center;
  font-size: 0.938vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.313vw;
  margin-top: 1.5vw;
}

.qrsec {
  display: block;
  margin: 0px auto;
  text-align: center;
  margin-bottom: 2vw;
  margin-top: 2vw;
}

.qrsec img {
  width: 150px;
}

.maharera {
  color: #0f3d21;
  text-align: center;
  font-size: 0.625vw;
  font-style: normal;
  font-weight: 400;
  line-height: 0.875vw;
}

.disclaimer {
  color: #0f3d21;
  font-size: 0.938vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.563vw;
  text-transform: capitalize;
  text-align: center;
  margin-top: 1vw;
  margin-bottom: 1vw;
}

.disktext {
  color: #0f3d21;
  text-align: center;
  font-family: Poppins;
  font-size: 0.625vw;
  font-style: normal;
  font-weight: 400;
  line-height: 0.875vw;
  width: 81%;
  display: block;
  margin: 0px auto;
}

.design {
  padding: 0vw 1vw;
  margin-bottom: 1vw;
  text-align: center;
  font-family: Poppins;
  font-size: 0.625vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.198vw;
}

#location-advantage {
  background: linear-gradient(90deg, #4f7542 1.16%, #053921 101.16%);
}

#location-advantage .accordion-body {
  background-color: transparent;
  color: #fff;
}

#location-advantage .accordion {
  background-color: transparent;
}

#location-advantage .accordion-button::after {
  flex-shrink: 0;
  width: 2.187vw;
  height: 2.187vw;
  margin-left: auto;
  content: "";
  background-image: url(../images/accordion-down-arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  transition: var(--bs-accordion-btn-icon-transition);
  padding: 1.156vw;
}

.lf5 {
  margin-left: -46vw;
  margin-bottom: -0.5vw;
}

.lf6 {
  margin-left: -27vw;
  margin-bottom: -0.5vw;
}

#location-advantage .accordion-item {
  background-color: transparent;
  border: 0;
}

#location-advantage .accordion-header {
  background-color: transparent;
}

#location-advantage .accordion-button {
  background-color: transparent;
  border: 0px;
  /* border-radius: 1.04006rem; */
  /* border: 1px solid transparent; */
  /* border-image: radial-gradient(255.11% 35.79% at 50% 50%, #E8CFA0 0%, #E3C892 21%, #D9B66F 60%, #D2AA56 85%) 1; */
  font-family: "Inter";
  font-size: 1.445vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;

  background: var(
    --GOLD,
    radial-gradient(
      255.11% 35.79% at 50% 50%,
      #e8cfa0 0%,
      #e3c892 21%,
      #d9b66f 60%,
      #d2aa56 85%
    )
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  box-shadow: none;
}

#enquiry-form label {
  color: red;
}

#location-advantage .accordion {
  --bs-accordion-border-color: transparent !important;
  padding: 1.059vw 1.976vw;
}

#location-advantage .accordion-item:not(:last-child) .accordion-header {
  margin-bottom: 0.5vw;
}

.gradient-border-btn {
  position: relative;
  border: none;
  border-radius: 1.093vw;
  background-color: white;
  z-index: 0;
  padding: 0.788vw 1.314vw;
}

.gradient-border-btn::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 1.04006rem;
  background: radial-gradient(
    255.11% 35.79% at 50% 50%,
    #e8cfa0 0%,
    #e3c892 21%,
    #d9b66f 60%,
    #d2aa56 85%
  );
  z-index: -1;

  /* Create visible border using masking */
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;

  padding: 1.4px;
  box-sizing: border-box;
}

#location-advantage .accordion-body ul {
  list-style-type: none;
  color: #fff;
  font-family: "Poppins";
  font-size: 1.183vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  padding: 0;
}

#location-advantage .accordion-body ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.093vw;
}

#location-advantage .row {
  border-radius: 1.314vw;
  border: 0.115vw solid var(--gold, #c9992c);
  /* padding: 1rem; */
}

/* #location-advantage .map-container {
  background-image: url("../images/map.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
  min-height: 42.707vw;
} */

.la-left-leaf {
  position: absolute;
  bottom: 0%;
  left: 0%;
}

.la-left-leaf img {
  width: 12.292vw;
  height: auto;
}

.la-right-leaf {
  position: absolute;
  bottom: 0%;
  right: 0%;
}

.la-right-leaf img {
  width: 19.167vw;
  height: auto;
}

.gallery-top-leaf img {
  width: 15vw;
  height: 8.803vw;
}

#gallery {
  /* padding: 8.21vw; */
}

#gallery .nav-pills .nav-link.active,
#gallery .nav-pills .show > .nav-link {
  border-radius: 1.84vw;
  border: 1px solid var(--green, #4f7542);
  background: var(
    --green,
    linear-gradient(90deg, #4f7542 1.16%, #053921 101.16%)
  );
  color: #fff;
}

/* #gallery .onezoom img {
  width: 60% !important;
  height: 100%;
  object-fit: cover;
  display: block;
  margin: 0px auto;
} */

#gallery .nav-pills .nav-link {
  border-radius: 1.84vw !important;
  border: 1px solid var(--green, #4f7542);
  color: #4f7542;
  margin: 0rem 2rem;
  box-shadow: none;
  border-radius: 1.458vw !important;
  margin: 0vw 1.6vw;
  box-shadow: none;
  display: flex;
  padding: 0.833vw 2.188vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 1.458vw !important;
  -moz-border-radius: 1.458vw !important;
  -ms-border-radius: 1.458vw !important;
  -o-border-radius: 1.458vw !important;
}

#gallery .nav-link:hover {
  color: #4f7542;
}

#gallery .tab-content {
  margin-top: 5.256vw;
}

#gallery .swiper {
  width: 100%;
  height: 300px;
}

#gallery .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#gallery .progress-bar {
  height: 0.131vw;
  background: rgb(212, 212, 212) !important;
  margin-top: 6.307vw;
  border-radius: 0.197vw;
  overflow: hidden;
  width: 16.426vw;
  max-width: 52.562vw;
  margin-left: auto;
  margin-right: auto;
}

#gallery .progress {
  height: 100%;
  width: 5%;
  background: var(
    --green,
    linear-gradient(90deg, #4f7542 1.16%, #053921 101.16%)
  ) !important;
  transition: width 0.3s ease;
}

#gallery .swiper-button-prev,
#gallery .swiper-button-next {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 3.285vw !important;
  /* or whatever size your image is */
  height: 3.285vw !important;
  color: transparent;
  /* hides the default arrow */
}

/* Custom image for previous arrow */
#gallery .swiper-button-prev {
  background-image: url("../images/arrow-left.png");
}

/* Custom image for next arrow */
#gallery .swiper-button-next {
  background-image: url("../images/arrow-right.png");
}

#gallery .swiper-button-prev::after,
#gallery .swiper-button-next::after {
  display: none;
}

#gallery .swiper-wrapper-container {
  position: relative;
  overflow: visible !important;
  width: 100%;
}

#gallery .mySwiper1 {
  overflow: hidden !important;
  /* prevent slide overflow */
}

#gallery .swiper-button-next,
#gallery .swiper-rtl .swiper-button-prev {
  right: -15% !important;
  left: auto;
}

#gallery .swiper-button-prev,
#gallery .swiper-rtl .swiper-button-next {
  left: -15% !important;
  right: auto;
}

#gallery .swiper-button-next,
#gallery .swiper-button-prev {
  position: absolute;
  top: 40% !important;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

#gallery .tab-content {
  padding-left: 9rem;
  padding-right: 9rem;
}

#gallery .gallery-top-leaf {
  position: absolute;
  top: 0%;
  right: 0%;
}

#gallery .swiper-slide img {
  border-radius: 10px;
}

.cust-container-8 {
  width: 70.99vw;
  margin: 0px auto;
  display: block;
}

.cust-container-9 {
  width: 85.417vw;
  margin: 0px auto;
  display: block;
}

.flexdd1 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mdmd {
  justify-content: end;
}

.logo11 img {
  width: 37.969vw;
  height: auto;
}

.flrleaf {
  position: absolute;
  right: 0;
  top: 0;
}

.flrleaf img {
  width: 15vw;
  height: 8.803vw;
}

.modal-header {
  background: #4a3c39;
  color: #fff;
}

#enquiry-modal .modal-dialog,
#bro-modal .modal-dialog {
  max-width: 600px;
  margin: 2rem auto;
}

#enquiry-modal .modal-content,
#bro-modal .modal-content {
  border-radius: 16px;
  padding: 2rem;
  position: relative;
  background: #fff;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

#enquiry-modal .btn-close,
#bro-modal .btn-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
  background-color: transparent;
  border: none;
  font-size: 1rem;
}

#enquiry-modal .modal-body,
#bro-modal .modal-body {
  padding: 0;
}

#enquiry-modal h3,
#bro-modal h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
  text-align: center;
}

#enquiry-modal p,
#bro-modal p {
  font-size: 16px;
  text-align: center;
  color: #555;
  margin-bottom: 1.5rem;
}

#enquiry-modal .form-group,
#bro-modal .form-group {
  margin-bottom: 1rem;
}

#enquiry-modal .form-control,
#bro-modal .form-control {
  border-radius: 8px;
  border: 1px solid #ccc;
  padding: 0.75rem;
  font-size: 14px;
  width: 100%;
}

#enquiry-modal .input-group-addon,
#bro-modal .input-group-addon {
  padding: 0.75rem 1rem;
  background: #f1f1f1;
  border: 1px solid #ccc;
  border-right: none;
  border-radius: 8px 0 0 8px;
  font-size: 14px;
  color: #333;
}

#enquiry-modal .input-group > .form-control,
#bro-modal .input-group > .form-control {
  /* border-left: none; */
  border-radius: 0 8px 8px 0;
}

#enquiry-modal .form-btn,
#bro-modal .form-btn {
  background: linear-gradient(90deg, #4f7542 1.16%, #053921 101.16%);
  color: #fff;
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 50px;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 1.5rem;
  display: block;
  width: 100%;
  transition: background 0.3s ease;
}

#enquiry-modal .form-btn:hover,
#bro-modal .form-btn:hover {
  background: linear-gradient(90deg, #4f7542 1.16%, #053921 101.16%);
}

#enquiry-modal .error,
#bro-modal .error {
  color: red;
  font-size: 13px;
  margin-top: 5px;
  display: block;
}

.msgicon {
  height: 100px;
  width: 100px;
  border: 4px solid #fff;
  font-size: 39px;
  background: green;
  color: #fff;
  border-radius: 50%;
  padding: 20px;
  text-align: center;
  margin: 0px auto;
  display: block;
}

#pageloader {
  background: rgba(255, 255, 255, 0.9);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999999;
  top: 0;
}

#pageloader img {
  left: 50%;
  width: 100px;
  margin-left: -32px;
  margin-top: -32px;
  position: absolute;
  top: 50%;
}

.oops {
  /*color: #fff;*/
  text-align: center;
  font-size: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.oops-subtitle {
  /*color: #fff;*/
  font-size: 18px;
}

.go-home {
  color: green;
  background: #fff;
  font-size: 19px;
  padding: 10px;
  width: 225px;
  margin: 0px auto;
  margin-top: 30px;
  border-radius: 5px;
  transition: ease 0.5s;
}

.go-home:hover {
  transition: ease 0.5s;
  color: #fff;
  background: green;
  border-radius: 25px;
}

.oops-greet {
  color: green;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 15px;
}

.video-trigger {
  display: inline-block;
  position: relative;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  /*optionaldarkoverlay*/
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  border-radius: 40px;
}

#enquiry-form .form-group {
  margin-bottom: 1vw;
}

.navbar {
  transition: transform 0.2s ease-in-out;
  /*Smoothslide*/
  transform: translateY(0);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -ms-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
}

.navbar.hide-navbar {
  transform: translateY(-100%) !important;
  -webkit-transform: translateY(-100%) !important;
  -moz-transform: translateY(-100%) !important;
  -ms-transform: translateY(-100%) !important;
  -o-transform: translateY(-100%) !important;
}

.offcanvas {
  height: 100vh !important;
  max-height: 100vh !important;
  overflow-y: auto;
}

.socialicon img {
  width: 2.708vw;
  height: 2.708vw;
}

@media only screen and (max-width: 1199px) {
}

/* 1199 */

@media (min-width: 992px) {
  .navbar {
    transform: translateY(-100%);
    opacity: 0;
    transition: transform 1s ease, opacity 0.6s ease;
  }

  .navbar.revealed {
    transform: translateY(0);
    opacity: 1;
  }
}

@media only screen and (max-width: 991px) {
  .navbar .nav-link {
    color: #053921;
  }
  .navbar-toggler {
    box-shadow: none !important;
    border: none !important;
    background: #fff;
    padding: 1px 7px;
  }
  .btn-contact {
    position: relative;
    display: inline-block !important;
    font-size: 14px;
    height: auto;
    border-radius: 15px;
  }
}
/* 991 */

@media screen and (max-width: 768px) {
  .mainhead1 {
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.146vw;
    text-transform: uppercase;
    color: #e7be40;
  }
  .lf1 {
    margin-left: -9vw;
    margin-bottom: 1.45vw;
  }
  .lf1 img {
    width: 8.34vw;
    height: 4.624vw;
    margin: 0px auto;
    display: block;
  }
  .mainsubhead {
    color: #fff;
    text-align: center;
    font-family: "soal";
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-top: 2vw;
  }
  .overpara {
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 15px;
    margin-bottom: 25px;
  }
  .navbar.scrolled .nav-link {
    color: #053921 !important;
  }

  .amenity-item img {
    margin-bottom: 0.8vw;
    width: 5.384vw;
    height: 5.384vw;
    aspect-ratio: 84.17 / 84.17;
  }

  .amenity-item:nth-of-type(1) {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 12vw;
    justify-content: center;
    border-bottom: 1px solid gold;
    width: 100%;
  }

  .amenity-item:nth-of-type(2) {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 12vw;
    justify-content: center;
    /* border-bottom: 1px solid; */
    width: 100%;
  }

  .amenities-box {
    border-radius: 1.8vw;
    background: rgba(255, 255, 255, 0.03);
    width: 71.016vw;
    display: block;
    margin: 0px auto;
    padding: 2vw !important;
    border-color: #e9ce34 !important;
    height: 28.151vw;
  }

  .amenity-item p {
    margin: 0;
    color: #e9ce34;
    text-align: center;
    font-family: "Poppins";
    font-size: 10px;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }

  .consttop {
    position: absolute;
    right: 0vw;
    top: 2vw;
    display: flex;
    width: 9.752vw;
    height: 3.1vw;
    padding: 0.422vw 4.997vw;
    justify-content: center;
    align-items: center;
    gap: 0.50656rem;
    background: linear-gradient(90deg, #4f7542 1.16%, #053921 101.16%);
    color: gold;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    text-transform: capitalize;
  }

  .tab-btns .nav-link {
    border: 1px solid #4f7542;
    border-radius: 1.458vw;
    color: #1b3d1f;
    display: flex;
    padding: 0.833vw 3.188vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
  }

  .logo11 img {
    width: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .rera-info p:nth-of-type(1) {
    color: #0f3d21;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .rera-info p:nth-of-type(2) {
    color: #0f3d21;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
  }
  .maharera {
    color: #0f3d21;
    text-align: center;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .disclaimer {
    color: #0f3d21;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .disktext {
    color: #0f3d21;
    text-align: center;
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 90%;
    display: block;
    margin: 0px auto;
  }
  .design {
    padding: 0vw 1vw;
    margin-bottom: 20px;
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .contact-form input,
  .contact-form select {
    background: transparent;
    border: 1px solid #c9992c;
    color: #c9992c;
    /* margin-bottom: 20px; */
    border-radius: 0.26vw;
    padding: 1.068vw 1.146vw;
  }
  .contact-form {
    width: 50vw;
    display: block;
    margin: 0px auto;
  }
  .stat-item h5 {
    color: #d3ab3f;
    text-align: center;
    font-family: Poppins;
    font-size: 1.3vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }
  .abtpara {
    color: #fff;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    text-align: center;
    display: block;
    margin: 0px auto;
    margin-bottom: 2vw;
    margin-top: 1vw;
  }
  .custom-faq-accordion .accordion-button:not(.collapsed) {
    color: gold;
    background-color: transparent;
    box-shadow: none;
    border-bottom: 0px solid rgba(255, 255, 255, 0.1);
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .custom-faq-accordion .accordion-body {
    background-color: transparent;
    padding: 1.833vw 1vw;
    border-bottom: 1px solid #e8cfa0;
    overflow: visible;
    height: auto;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .cust-container-4 {
    width: 85vw;
    margin: 0px auto;
    display: block;
  }
  .floor-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    padding: 0.5rem 1rem;
    color: #fff;
    text-align: left;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 1.3vw;
    padding-left: 2vw;
  }
  .swiper-arrows22 {
    /* position: relative;
    bottom: -8vw; */
    left: 56%;
    /* transform: translate(-50%, -50%); */
    /* gap: 6vw; */
  }
  .legacy-box::before {
    content: "";
    position: absolute;
    left: -2px;
    top: 10%;
    height: 50%;
    width: 2px;
    background-color: #123d76;
    z-index: 2;
  }
  .legacy-box::after {
    content: "";
    position: absolute;
    left: -2px;
    top: 50%;
    height: 39%;
    width: 2px;
    background-color: #556f93;
    z-index: 2;
  }
  .header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1.6vw auto;
    width: 88vw;
    height: 4vw;
  }
  .navbar-brand img {
    width: 16vw;
    max-width: 16vw;
  }
  .socialicon img {
    width: 35px;
    height: 35px;
  }
  .carousel-caption p {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
  }
  .bannerhead {
    text-align: left;
    font-size: 32px;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 2.5vw;
  }
}

@media screen and (max-width: 767px) {
  .const .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .socialicon img {
    width: 40px;
    height: 40px;
  }
  .legacy-box::before {
    content: "";
    position: absolute;
    left: -2px;
    top: 10%;
    height: 50%;
    width: 2px;
    background-color: transparent;
    z-index: 2;
  }
  .legacy-box::after {
    content: "";
    position: absolute;
    left: -2px;
    top: 50%;
    height: 39%;
    width: 2px;
    background-color: transparent;
    z-index: 2;
  }
  .consttop {
    position: absolute;
    right: 0vw;
    top: 2vw;
    display: flex;
    width: 15.752vw;
    height: 6.1vw;
    padding: 0.422vw 4.997vw;
    justify-content: center;
    align-items: center;
    gap: 0.50656rem;
    background: linear-gradient(90deg, #4f7542 1.16%, #053921 101.16%);
    color: gold;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    text-transform: capitalize;
  }
  .map-container iframe {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }
  .banner-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    pointer-events: none;
    background: #00000096;
    background-blend-mode: overlay;
  }
  .navbar.scrolled .nav-link {
    color: #053921 !important;
  }
  .cust-container:nth-of-type(2) {
    height: 60vw !important;
    overflow: hidden;
  }
  .design {
    padding: 0vw 1vw;
    margin-bottom: 20px;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: green;
  }
  .testimonial-slider .swiper-wrapper {
    height: 100%;
  }
  .w-90 {
    width: 90%;
    margin-left: 0;
    margin: 0px auto;
  }
  .video-thumbnail-container {
    padding: 13px;
    margin-bottom: 5vw;
  }
  .testimonial-slider .swiper-slide-active img {
    height: auto;
    outline: 3px solid #c9992c;
    padding: 1vw;
    margin: 1vw 1vw;
    border-radius: 2.083vw;
    transition: 0.3s ease-in-out;
  }
  .swiper-arrows22 img {
    cursor: pointer;
    width: 50px;
    height: 50px;
  }
  .swiper-arrows22 {
    position: absolute;
    bottom: -8vw;
    left: 53%;
    margin: 0px -18px;
    transform: translate(-50%, -50%);
    gap: 6vw;
    display: flex !important;
    justify-content: center !important;
    align-items: center;
  }
  .testimonial-slider .swiper-slide img {
    height: auto;
    overflow: hidden;
    margin: 1vw 1vw;
    transition: 0.3s ease-in-out;
  }
  .testhead {
    color: gold !important;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
  }
  .mdmd {
    justify-content: center;
  }

  .mdmd:nth-of-type(1) {
    margin-top: -30px;
  }
  .stat-item h5 {
    color: #d3ab3f;
    text-align: center;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }
  .stat-item p {
    margin: 0;
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 20px;
  }
  .contact-form {
    width: 90%;
    display: block;
    margin: 0px auto;
  }
  .contact-form input,
  .contact-form select {
    background: transparent;
    border: 1px solid #c9992c;
    color: #c9992c;
    margin-bottom: 10px;
    border-radius: 0.26vw;
    padding: 2.068vw 1.146vw;
  }
  .contact-section {
    background: linear-gradient(to right, #3f783c, #0f3f26);
    color: white;
    border-radius: 1rem;
    text-align: center;
    width: 100%;
    padding: 3vw;
    margin-top: -50vw -212.5px;
    height: auto;
  }
  .contact-section {
    background: linear-gradient(to right, #3f783c, #0f3f26);
    color: white;
    border-radius: 1rem;
    text-align: center;
    width: 100%;
    padding: 29px 20px;
    margin-top: -50vw;
    height: auto;
  }
  .logo11 {
    margin: 0px auto;
    display: block;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .rera-info p:nth-of-type(1) {
    color: #0f3d21;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .rera-info p:nth-of-type(2) {
    color: #0f3d21;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 93%;
    margin: 0px auto;
  }
  .maharera {
    color: #0f3d21;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .disclaimer {
    color: #0f3d21;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .disktext {
    color: #0f3d21;
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 93%;
    display: block;
    margin: 0px auto;
  }

  .logo11 img {
    width: 80%;
  }
  .divider-line {
    border-top: 2px solid #d1a33b;
    margin: 3.667vw 0vw;
    margin-left: auto;
    width: 100%;
  }
  .testsubhead {
    color: #fff;
    text-align: center;
    font-family: "soal";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }
  .lf3 {
    margin-left: -47%;
    margin-bottom: -0.5vw;
  }
  #floorTab {
    gap: 3.125vw;
    margin-bottom: 28px;
    margin-top: 20px;
  }
  .cust-container-4 {
    width: 88%;
    margin: 0px auto;
    display: block;
  }
  .custom-faq-accordion .accordion-button:not(.collapsed) {
    color: gold;
    background-color: transparent;
    box-shadow: none;
    border-bottom: 0px solid rgba(255, 255, 255, 0.1);
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .custom-faq-accordion .accordion-body {
    background-color: transparent;
    padding: 1.833vw 1vw;
    border-bottom: 1px solid #e8cfa0;
    overflow: visible;
    height: auto;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .abtpara {
    color: #fff;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    text-align: center;
    display: block;
    margin: 0px auto;
    margin-bottom: 25px;
    margin-top: 1vw;
  }
  .aboutus1 {
    background-image: url(../images/abtbg11.jpg);
    background-size: cover;
    background-position: bottom;
    padding-bottom: 178%;
  }
  .logo4 {
    position: relative;
    left: 0;
    background: #042b66;
    top: 0;
    width: 100px;
    height: auto;
    margin-left: 0;
    left: 50%;
    margin-top: 2vw;
    transform: translate(-50%, -50%);
  }
  .legacy-box {
    border: 2px solid gold;
    border-radius: 0.833vw;
    padding: 2vw 2.2vw;
    position: relative;
    color: #fff;
    width: 72vw;
    display: block;
    margin: 0px auto;
    height: auto;
    margin-top: 55px;
  }
  .custom-faq-accordion .accordion-button {
    background-color: transparent;
    color: gold;
    font-weight: 600;
    padding: 1.833vw 2vw;
    border-bottom: 1px solid #e8cfa0;
    border-radius: 0;
    transition: none;
    position: relative;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: none !important;
    -webkit-border-radius: none !important;
    -moz-border-radius: none !important;
    -ms-border-radius: none !important;
    -o-border-radius: none !important;
  }
  .amenity-item:nth-of-type(1) {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    justify-content: center;
    border-bottom: 1px solid gold;
    width: 100%;
    height: 120px;
  }
  .amenity-item img {
    margin-bottom: 10px;
    width: 70px;
    height: 70px;
    aspect-ratio: 84.17 / 84.17;
  }
  .amenities-section {
    background-image: url(../images/bgimg.jpg);
    color: #fff;
    background-position: bottom;
    padding-bottom: 60%;
    background-size: cover;
  }
  .amenity-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    justify-content: center;
    /* border-bottom: 1px solid; */
    width: 100%;
    height: 120px;
    margin-bottom: 5vw;
  }
  .cust-container-3 {
    width: 95%;
    display: block;
    margin: 0px auto;
  }
  .amenities-box {
    border-radius: 1.8vw;
    background: rgba(255, 255, 255, 0.03);
    width: 100%;
    display: block;
    margin: 0px auto;
    padding: 2vw !important;
    border-color: #e9ce34 !important;
    height: auto;
  }
  .amenity-card {
    background: transparent;
    border-radius: 12px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 220px;
    min-width: auto;
  }
  .amenity-item:nth-of-type(2) {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    justify-content: center;
    /* border-bottom: 1px solid; */
    width: 100%;
    height: 120px;
    margin-bottom: 5vw;
  }
  .amenity-item p {
    margin: 0;
    color: #e9ce34;
    text-align: center;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }
  .swiper-arrows {
    position: relative;
    bottom: -2vw;
    left: 50%;
    transform: translate(-50%, -50%);
    gap: 14vw;
  }
  .swiper-arrows img {
    cursor: pointer;
    width: 50px;
    height: 50px;
  }
  #gallery .nav-pills .nav-link {
    border-radius: 1.84vw !important;
    border: 1px solid var(--green, #4f7542);
    color: #4f7542;
    margin: 0rem 2rem;
    box-shadow: none;
    border-radius: 1.84vw !important;
    margin: 0vw 1.6vw;
    box-shadow: none;
    display: flex;
    padding: 1.833vw 3.188vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #gallery .swiper-button-next,
  #gallery .swiper-button-prev {
    position: relative;
    top: 100% !important;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: -50px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
  }
  .padd1 {
    padding: 50px 0vw;
  }
  .mainhead1 {
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    color: #e7be40;
  }
  .lf1 {
    margin-left: -87px;
    margin-bottom: 0.45vw;
  }
  .lf1 img {
    width: 60px;
    height: auto;
    margin: 0px auto;
    display: block;
  }
  .mainsubhead {
    color: #fff;
    text-align: center;
    font-family: "soal";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .overpara {
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 5px;
    margin-bottom: 20px;
  }
  .single-border-container {
    border: 1px solid gold;
    padding: 4.5vw;
    width: 90%;
    margin: 0px auto;
    height: auto;
    display: flex;
    justify-content: center;
    border-radius: 1.042vw;
    flex-direction: row;
  }
  .feature-title {
    margin-bottom: 5px;
    color: #e7be40;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }

  .navbar-toggler {
    box-shadow: none !important;
    border: none !important;
    background: #fff;
    padding: 1px 7px;
  }

  .feature-card {
    text-align: center;
    padding: 2vw 1vw;
  }

  .feature-value {
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }
  .leftimg1 img {
    width: 70px;
    height: auto;
    position: absolute;
    left: -33px;
    background: #042b65;
    top: 13px;
  }
  .btn-contact {
    position: relative;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
    background: linear-gradient(90deg, #4f7542 1.16%, #053921 101.16%);
    border: 1px solid #4f7542;
    border-radius: 6.162vw;
    padding: 2.664vw 4.743vw;
    display: initial;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    color: #ffffff;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    transition: all 0.3s ease-in-out;
  }
  .overbtns {
    gap: 3.125vw;
    margin-top: 25px;
  }
  .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px !important;
    height: 50px !important;
    transform: translate(-50%, -50%);
    z-index: 10;
    cursor: pointer;
    transition: transform 0.3s ease;
  }
  .section-heading h2 {
    color: #000;
    text-align: center;
    font-family: "soal";
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }
  .section-heading h2 span {
    color: #4f7542;
    text-align: center;
    font-family: "soal";
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }
  .tab-btns .nav-link {
    border: 1px solid #4f7542;
    border-radius: 20px;
    color: #1b3d1f;
    display: flex;
    padding: 1.833vw 3.188vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
  }
  .view-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 1.833vw 4.188vw;
    background: linear-gradient(90deg, #4f7542 1.16%, #053921 101.16%);
  }
  .floor-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    padding: 0vw;
    color: #fff;
    text-align: left;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 2.582vw;
    padding-bottom: 20px;
    padding-left: 15px;
  }
  .custom-prev {
    left: -9vw !important;
  }
  .custom-next {
    right: -9vw !important;
  }
  .custom-prev,
  .custom-next {
    position: absolute;
    top: 50%;
    transform: translateY(-25%);
    z-index: 10;
    cursor: pointer;
    width: 40px;
    height: 40px;
  }
  .custom-prev img,
  .custom-next img {
    width: 35px;
    height: 35px;
  }
  .section-heading .leaf2 {
    width: 60px;
    height: auto;
    margin: 0px auto;
    display: block;
  }
  .header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px auto;
    width: 90%;
    height: auto;
  }
  .navbar-brand img {
    width: 100%;
    max-width: 100%;
  }
  .bannerhead {
    text-align: left;
    font-size: 34px;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 15px;
  }

  .carousel-caption p {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    padding: 0px 20px;
  }

  #location-advantage .accordion {
    padding: 2.91rem 0rem;
  }

  .lf5 {
    margin-left: -92%;
    margin-bottom: -0.5vw;
  }

  #location-advantage .accordion-button {
    font-size: 0.875rem;
    padding: 0.2rem 0.5rem !important;
  }

  #location-advantage .accordion-body ul {
    font-size: 0.625rem;
  }

  #location-advantage .accordion-button::after {
    width: 1.78006rem;
    height: 1.78006rem;
    padding: 0.9rem;
  }

  #location-advantage .accordion-item:not(:last-child) .accordion-header {
    margin-bottom: 1rem;
  }

  #location-advantage .accordion {
    padding: 13px 0px;
  }

  .cust-container-8 {
    width: 80%;
    margin: 0px auto;
    display: block;
  }

  .gradient-border-btn {
    border-radius: 1.04006rem;
    padding: 0.75rem 1.25rem;
  }

  #location-advantage .accordion-body ul li {
    margin-bottom: 1.04rem;
    font-size: 12px;
  }

  #location-advantage .row {
    border-radius: 1.25rem;
    border: 1.664px solid var(--gold, #c9992c);
    /* padding: 1rem; */
  }

  #location-advantage .map-container {
    min-height: 310px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  #gallery .tab-content {
    padding-left: 0rem;
    padding-right: 0rem;
  }

  #gallery .nav-pills .nav-link {
    margin: 0rem;
  }

  #gallery .nav-pills {
    gap: 1rem;
    margin-top: 20px;
  }

  #gallery .nav-pills .nav-link.active,
  #gallery .nav-pills .show > .nav-link {
    border-radius: 1.75rem;
  }

  #gallery .nav-pills .nav-link {
    border-radius: 1.75rem !important;
  }

  #gallery .tab-content {
    margin-top: 35px;
  }

  #gallery .progress-bar {
    height: 0.125rem;
    background: rgb(212, 212, 212) !important;
    margin-top: 6rem;
    border-radius: 3px;
    overflow: hidden;
    width: 15.625rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  #gallery .swiper-button-prev,
  #gallery .swiper-button-next {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 50px !important;
    /* or whatever size your image is */
    height: 50px !important;
    color: transparent;
    /* hides the default arrow */
  }

  #gallery {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (max-width: 576px) {
}

@media (max-width: 400px) {
  .custom-card-event {
    height: 580px;
  }
}

@media (max-width: 350px) {
  .custom-card-event {
    height: 600px;
  }
}
