@font-face {
  font-family: "Poppins";
  font-weight: 500;
  font-style: normal;
  src: url(../fonts/Poppins/Poppins-Medium.ttf);
}

@font-face {
  font-family: "Gilda Display";
  font-weight: 500;
  font-style: normal;
  src: url(../fonts/Gilda_Display/GildaDisplay-Regular.ttf);
}

@font-face {
  font-family: "Sansation";
  font-weight: 500;
  font-style: normal;
  src: url(../fonts/Sansation/Sansation-Regular.ttf);
}

html {
  scroll-behavior: smooth;
}

html,
body {
  overflow-x: hidden;
}

.section-pading {
  padding: 30px 0px;
}

/* header css start */

.navbar-light .navbar-toggler {
  color: rgb(255 255 255);
  border-color: rgb(255 255 255 / 95%);
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: #959595ba;
  border: 1px solid #c7c4c4;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}

.cust-class {
  justify-content: center;
}

.cust-back-color {
  background-color: #195433;
  position: fixed;
  z-index: 20;
  width: 100vw;
}

.navbar-nav {
  gap: 10px;
}

.left-logo {
  width: 70%;
  /* margin-top: -16px; */
}

.right-logo {
  width: 26%;
}

.cust-logo-right {
  text-align: center !important;
}

.nav-link {
  color: #fff !important;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

/* header css end */

/* overview section start */

/* .over-main-text {
  color: #BA9D75;
  font-family: "Gilda Display";
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 4%;
  text-underline-offset: 25%;
  text-underline-position: from-font;
  text-transform: uppercase;
  padding-top: 50px;
} */

.height-200 {
  height: 200px;
}

.over-main-text {
  font-family: "Gilda Display";
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 4%;
  text-underline-offset: 25%;
  text-underline-position: from-font;
  text-transform: uppercase;
  padding-top: 50px;

  /* Gradient text */
  background: linear-gradient(
    90deg,
    rgba(177, 147, 60, 1) 0%,
    rgba(238, 227, 129, 1) 50%,
    rgba(177, 147, 60, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* for Firefox */
}

.overview-text {
  color: #222;
  font-family: Sansation;
  font-size: 0.833vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.9;
  /* 187.5% */
  text-transform: capitalize;
  padding-top: 10px;
  padding-right: 50px;
}

/* .over-download-button {
  color: #fdfdfd;
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  border: 3px solid #BA9D75;
  background-color: #195433;
  padding: 10px 10px;
  border-image: linear-gradient(to right, #B2943D, #E5D877) 1;
} */

.over-download-button {
  position: relative;
  color: #fdfdfd;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-transform: capitalize;
  background-color: #195433;
  padding: 16px 30px;
  border: none;
  /* remove normal border */
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
}

/* Gradient border */
.over-download-button::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 4px;
  /* border thickness */
  /* border-radius: 6px; */
  background: linear-gradient(90deg, #b38f26, #ffef79, #b38f26);
  background-size: 300% 300%;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  transition: 0.3s;
}

/* Animate gradient like moving lights */
.over-download-button:hover::before {
  animation: borderMove 2s linear infinite;
}

@keyframes borderMove {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 200% 50%;
  }
}

.overview-form-section {
  /* background-color: #000; */
}

.over-form-heading {
  /* color: #FFF; */
  font-family: "Gilda Display";
  font-size: 1.875vw;
  font-style: normal;
  font-weight: 900;
  line-height: 2rem;
  /* 88.889% */
  text-transform: uppercase;
  /* Gradient text */
  background: linear-gradient(
    90deg,
    rgba(177, 147, 60, 1) 0%,
    rgba(238, 227, 129, 1) 50%,
    rgba(177, 147, 60, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* for Firefox */
}

.over-form-text {
  color: #fff;
  font-family: Sansation;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  text-transform: capitalize;
}

.form-icon {
  height: 42px;
  background: #fff;
}

.form-main {
  display: flex;
}

.form-input-div {
  width: 100%;
}

.cust-padd {
  padding: 0.5rem 0.75rem;
  border: 1px solid #ffffff;
  border-radius: 0px;
}

.overview-form-section {
  padding: 25px 35px;
}

.form-control:focus {
  background-color: #ffffff !important;
  border: none;
  /* outline: 0; */
  box-shadow: none !important;
}

.cust-padd:focus {
  height: 40px;
}

.form-icon img {
  margin: 15px 15px;
}

.over-submit-bttn {
  position: relative;
  color: #fff;
  font-family: Poppins;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  background: transparent;
  border: none;
  padding: 15px 60px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
}

.over-submit-bttn::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 4px;
  /* border thickness */
  /* border-radius: 6px; */
  background: linear-gradient(90deg, #977c2c, #f8ea7e, #977c2c);
  background-size: 300% 300%;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  transition: 0.3s;
}

/* Animate gradient like moving lights */
.over-submit-bttn:hover::before {
  animation: borderMove 2s linear infinite;
}

@keyframes borderMove {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 200% 50%;
  }
}

/* overview section end */

/* second section start */
.section-2 {
  background-image: url(../images/gallery/int/1.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 29.875rem;
  background-position-y: center;
  background-attachment: fixed;
}

/* second section end */

/* project highlights section start  */

#highlights,
#amenities {
  background-color: #f5f5f5;
}

.project-heading {
  /* color: #BA9D75; */
  font-family: "Gilda Display";
  font-size: 3.542vw;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 4%;
  text-underline-offset: 25%;
  text-underline-position: from-font;
  text-transform: uppercase;
  text-align: center;
  padding: 40px 0px;

  /* Gradient text */
  background: linear-gradient(
    90deg,
    rgba(177, 147, 60, 1) 0%,
    rgba(238, 227, 129, 1) 50%,
    rgba(177, 147, 60, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* for Firefox */
}

.background-fom {
  /* background-image: url(../images/greenback.jpg);
  background-size: contain; */
  background-color: #195433;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* background: #444; */
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.slide-img img {
  width: 20% !important;
  margin: 0px auto;
  display: block;
}

.slide-text {
  color: #222;
  text-align: center;
  font-family: "Gilda Display";
  font-size: 1.354vw;
  padding-top: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /* text-transform: lowercase; */
}

.slide-main {
  border: 2px solid #1954338f;
  padding: 30px 15px;
  background-color: #195433;
  margin-bottom: 50px;
  transition: background-color 0.5s ease;
  /* smooth animation */
}

.slide-main .slide-img img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
    hue-rotate(201deg) brightness(106%) contrast(106%);
}

.slide-main .slide-text {
  color: #fff;
}

.slide-main:hover {
  background-color: #195433;
}

.slide-img {
  transition: filter 0.5s ease;
}

.slide-main:hover .slide-img img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
    hue-rotate(201deg) brightness(106%) contrast(106%);
}

.slide-main:hover .slide-text {
  color: #fff;
}

.slide-text {
  transition: color 0.5s ease;
}

/* All dots - default (black) */
.swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background: #2e2e2e;
  /* black */
  border-radius: 50%;
  position: relative;
  opacity: 1;
  margin: 0 15px !important;
  /* spacing between dots */
}

/* Active dot core */
.swiper-pagination-bullet-active {
  background: #195433;
  /* gold inner dot */
}

/* Ring around active dot */
.swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  top: -7px;
  left: -7px;
  width: 20px;
  height: 20px;
  border: 2px solid #195433;
  /* ring color */
  border-radius: 50%;
  box-sizing: border-box;
  pointer-events: none;
}

/* project highlights section end  */

/* <!-- configuration section start --> */
.config-text {
  /* color: #FFF; */
  font-family: "Gilda Display";
  font-size: 3.542vw;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 4%;
  /* 2.72px */
  text-underline-offset: 25%;
  /* 17px */
  text-underline-position: from-font;
  text-transform: uppercase;
  padding-top: 40px;

  /* Gradient text */
  background: linear-gradient(
    90deg,
    rgba(177, 147, 60, 1) 0%,
    rgba(238, 227, 129, 1) 50%,
    rgba(177, 147, 60, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* for Firefox */
}

.config-back {
  background: #195433;
}

/* .acc-bhk {
  color: #BA9D75;
  font-family: "Gilda Display";
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
} */

.accordion-button:not(.collapsed) {
  color: #ba9d75;
  font-family: "Gilda Display";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  background-color: transparent;
  border: none;
}

.accordion-button {
  color: #fff;
  font-family: "Gilda Display";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  background-color: transparent;
  border-bottom: 1px #fff solid;
}

.accordion-item {
  background-color: transparent;
  margin-bottom: 25px;
}

.accordion-button:not(.collapsed)::after {
  background: none;
  /* transform: rotate(-180deg); */
}

.accordion-item:first-of-type .accordion-button {
  background-color: transparent;
}

.gall-text-new {
  /* color: #BA9D75; */
  font-family: "Gilda Display";
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 4%;
  text-underline-offset: 25%;
  text-underline-position: from-font;
  text-transform: uppercase;
  padding-bottom: 40px;

  /* Gradient text */
  background: linear-gradient(
    90deg,
    rgba(177, 147, 60, 1) 0%,
    rgba(238, 227, 129, 1) 50%,
    rgba(177, 147, 60, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* for Firefox */
}

.cust-top-space-loc {
  margin-right: 25%;
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background: none;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

.accordion-button:focus {
  border-color: transparent !important;
  box-shadow: none;
}

.cust-top-space {
  margin-right: 100px;
}

.cust-bord {
  border-bottom: 1px #fff solid;
  margin-top: -15px;
}

.config-carpet {
  color: #fff;
  font-family: Sansation;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.chek-pric {
  position: relative;
  color: #fff;
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  border: none;
  background-color: transparent;
  padding: 12px 32px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
}

.chek-pric::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 4px;
  /* border thickness */
  /* border-radius: 6px; */
  background: linear-gradient(90deg, #aa8f3d, #fff189, #aa8f3d);
  background-size: 300% 300%;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  transition: 0.3s;
}

/* Animate gradient like moving lights */
.chek-pric:hover::before {
  animation: borderMove 2s linear infinite;
}

@keyframes borderMove {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 200% 50%;
  }
}

.bhk-top {
  padding-top: 50px;
  align-items: center;
}

/* <!-- configuration section end --> */

/* <!-- amenities section start --> */

.ami-head {
  /* color: #BA9D75; */
  text-align: center;
  font-family: "Gilda Display";
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 4%;
  /* 2.4px */
  text-underline-offset: 25%;
  /* 15px */
  text-underline-position: from-font;
  text-transform: uppercase;
  padding: 40px 0px;

  /* Gradient text */
  background: linear-gradient(
    90deg,
    rgba(177, 147, 60, 1) 0%,
    rgba(238, 227, 129, 1) 50%,
    rgba(177, 147, 60, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* for Firefox */
}

.cust-swip {
  flex-direction: column;
}

.ami-outer {
  border: 1px #195433 solid;
  padding: 8px;
  margin-bottom: 50px;
}

.ami-main {
  border: 1px #195433 solid;
  transition: all 0.3s ease-in-out;
  padding: 20px 10px;
  transition: background-color 0.4s ease;
}

.ami-main:hover {
  background-color: #195433;
  border: 1px #195433 solid;
}

.ami-img {
  height: 100%;
  width: 100%;
}

.ami-img img {
  width: 30% !important;
  margin: 0 auto;
  display: block;
  transition: filter 0.3s ease-in-out;
}

.ami-main:hover .ami-img img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(4245%)
    hue-rotate(54deg) brightness(112%) contrast(101%);
}

.ami-slide-text {
  color: #000000;
  font-family: Outfit;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-top: 10px;
  text-align: center;
  transition: color o.5s ease;
}

.ami-main:hover .ami-slide-text {
  color: #fff;
}

/* <!-- amenities section end --> */

/* <!-- gallery section start --> */
.gall-text {
  /* color: #ffffff; */
  font-family: "Gilda Display";
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 4%;
  /* 2.4px */
  text-underline-offset: 25%;
  /* 15px */
  text-underline-position: from-font;
  text-transform: uppercase;
  padding-bottom: 40px;

  /* Gradient text */
  background: linear-gradient(
    90deg,
    rgba(177, 147, 60, 1) 0%,
    rgba(238, 227, 129, 1) 50%,
    rgba(177, 147, 60, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* for Firefox */
}

.cust-nav-colo {
  color: #000 !important;
  border: 1px solid #ba9d75 !important;
  padding: 15px 70px;
  border-image: linear-gradient(to right, #f8ea7e, #977c2c) 1 !important;
}

.gal-sec-outer {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: #195433;
  color: #fff !important;
  padding: 15px 70px;
}

.cust-tab {
  border: none;
  gap: 20px;
}

/* gallery swiper start */
.gallery-swiper-container {
  position: relative;
}

.pt-6 {
  padding-top: 6rem;
}

.gallery-swiper-container .gallery-swiper {
  width: 100%;
  height: 100%;
}

.gallery-swiper-container .swiper-slide .gallery-img {
  width: 100%;
  height: 65dvh;
  transition: all 0.5s ease;
  border: 2px #ba9d75 solid;
}

.gallery-swiper-container
  .swiper-slide:not(.swiper-slide-active)
  .gallery-img
  img {
  /* filter: grayscale(100%) brightness(40%) contrast(120%); */
  background: linear-gradient(
    0deg,
    rgba(186, 157, 117, 0.4) 0%,
    rgba(186, 157, 117, 0.4) 100%
  );
  filter: blur(2px);
  transition: all 0.5s ease;
}

.gallery-swiper-container .swiper-slide:has(.swiper-slide-active) .gallery-img {
  transition: all 0.5s ease;
  position: relative;
  z-index: 1;
}

.gallery-swiper-container
  .swiper-slide:has(.swiper-slide-active)
  .gallery-img::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 71.85%,
    rgba(0, 0, 0, 0.8) 100%
  );
  transition: all 0.5s ease;
}

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

.gallery-swiper-container .swiper-button {
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translate(0%, -50%);
  z-index: 2;
  width: 70px;
  height: 70px;
  transition: all 0.5s ease;
}

.gallery-swiper-container .swiper-button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gallery-swiper-container .swiper-button.swiper-button-prev-4,
.gallery-swiper-container .swiper-button.swiper-button-prev-5,
.gallery-swiper-container .swiper-button.swiper-button-prev-6 {
  left: 10%;
  transition: all 0.5s ease;
  background: #000;
  border-radius: 50%;
  padding: 16px;
}

.gallery-swiper-container .swiper-button.swiper-button-next-4,
.gallery-swiper-container .swiper-button.swiper-button-next-5,
.gallery-swiper-container .swiper-button.swiper-button-next-6 {
  right: 10%;
  transition: all 0.5s ease;
  background: #000;
  border-radius: 50%;
  padding: 16px;
}

/* gallery swiper end */

/* <!-- 360 view start --> */

.view-360-text {
  /* color: #BA9D75; */
  text-align: center;
  font-family: "Gilda Display";
  font-size: 2.91rem;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 4%;
  /* 2.4px */
  text-underline-offset: 25%;
  /* 15px */
  text-underline-position: from-font;
  text-transform: uppercase;
  padding: 40px 0px;

  /* Gradient text */
  background: linear-gradient(
    90deg,
    rgba(177, 147, 60, 1) 0%,
    rgba(238, 227, 129, 1) 50%,
    rgba(177, 147, 60, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* for Firefox */
}

.image-360 {
  padding-top: 40px;
}

.image-360-wrapper {
  position: relative;
  display: inline-block;
  /* Keep image size intact */
}

.image-360-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  filter: blur(5px);
}

.play-img-outer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #0000007d;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 0rem;
  font-size: 1.25rem;
  text-decoration: none;
  /* white-space: nowrap; */
  width: 115%;
}

/* <!-- 360 view end --> */

/* <!-- about section start --> */

.back-prima {
  background-color: #195433;
  padding: 68px 45px;
}

.about-piramal {
  /* color: #FFF; */
  font-family: "Gilda Display";
  font-size: 2.91rem;
  font-style: normal;
  font-weight: 900;
  line-height: 3.75rem;
  /* 100% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 4%;
  /* 2.4px */
  text-underline-offset: 25%;
  /* 15px */
  text-underline-position: from-font;
  text-transform: uppercase;

  /* Gradient text */
  background: linear-gradient(
    90deg,
    rgba(177, 147, 60, 1) 0%,
    rgba(238, 227, 129, 1) 50%,
    rgba(177, 147, 60, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* for Firefox */
}

.top-about {
  color: #ffffff;
  font-family: "Gilda Display";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.6rem;
  text-transform: uppercase;
  margin-top: 25px;
}

.top-text-about {
  color: #fff;
  font-family: Poppins;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

/* <!-- about section end --> */

.cust-hed {
  border: none;
  background-color: #195433;
}

.form-enq {
  color: #ba9d75;
  text-align: center;
  font-family: "Gilda Display";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 4%;
  /* 2.4px */
  text-underline-offset: 25%;
  /* 15px */
  text-underline-position: from-font;
  text-transform: uppercase;
  margin-top: -20px;
  padding-bottom: 30px;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #ffffff;
  background-color: #fff;
}

.cust-bo-clas {
  background-color: #195433;
}

/* last section */

.getin {
  /* color: #BA9D75; */
  text-align: center;
  font-family: "Gilda Display";
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 900;
  line-height: 3.75rem;
  /* 100% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 4%;
  /* 2.4px */
  text-underline-offset: 25%;
  /* 15px */
  text-underline-position: from-font;
  text-transform: uppercase;
  padding-bottom: 35px;
  margin-top: 90px;

  /* Gradient text */
  background: linear-gradient(
    90deg,
    rgba(177, 147, 60, 1) 0%,
    rgba(238, 227, 129, 1) 50%,
    rgba(177, 147, 60, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* for Firefox */
}

.form-row {
  align-items: center;
}

.foot-submit-bttn {
  position: relative;
  background-color: #195433;
  color: #fff;
  font-family: Poppins;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  padding: 15px 63px;
  border: none;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
}

.mar-top {
  margin-top: 73px;
}

/* Gradient border */
.foot-submit-bttn::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 4px;
  /* border thickness */
  /* border-radius: 6px; */
  background: linear-gradient(90deg, #b2943d, #e5d877, #b2943d);
  background-size: 300% 300%;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  transition: 0.3s;
}

/* Animate gradient like moving lights */
.foot-submit-bttn:hover::before {
  animation: borderMove 2s linear infinite;
}

@keyframes borderMove {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 200% 50%;
  }
}

.cust-padd-foot {
  height: 53px;
  padding: 0.5rem 0.75rem;
  border: 1px solid #ba9d75;
  border-radius: 0px;
}

.get-in-from {
  padding: 3rem 6rem;
  border: 1px #ba9d75 solid;
  position: absolute;
  background: #fff;
}

/* last section */

/* *****Location Section Starts****** */
.overview-container {
  width: 90%;
  margin: auto 0 auto auto;
}

.location {
  position: relative;
  background: #195433;
  margin-top: 50px;
}

.accor-tab:not(.collapsed) {
  background-color: #fff !important;
  font-size: 1.2rem !important;
  text-transform: unset !important;
  border: 1px solid #ba9d75;
}

.accor-tab {
  font-size: 1.2rem !important;
  text-transform: unset !important;
  border: 1px solid #ba9d75;
}

.accordion-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.85rem;
}

.accordion-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}

.acc-location {
  color: #fff;
}

.accordion-content .acc-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}

.accordion-body .distance {
  white-space: nowrap;
  padding-left: 10px;
}

.loc-img {
  width: 100%;
  position: relative;
}

.loc-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.loc-cust {
  margin-top: 1%;
}

.adv-text {
  font-weight: 500;
}

.cust-wi {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

/* **********Location Section Ends********* */

/********** footer ***********/
.footer-black {
  background: #195433;
  padding-top: 8rem;
}

.text-footer a {
  color: #242424;
}

.copyright {
  display: flex;
  justify-content: space-between;
}

.footer-logo {
  padding: 1rem 0rem;
  width: 300px;
  margin: auto;
  height: auto;
  max-width: 100%;
}

.footer-logo img {
  width: 100%;
  height: 100%;
  border-radius: 0px;
  object-fit: cover;
}

.qr-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
  margin: 0 auto 15px auto;
}

.qr-logo {
  width: 25%;
}

.qr-logos img {
  width: 100%;
  height: 100%;
  border-radius: 0px;
  object-fit: cover;
}

.footer-qr img {
  width: 100%;
  height: 100%;
  /* border-radius: 6px; */
  -o-object-fit: cover;
  object-fit: cover;
}

.text-footer p {
  color: var(--white);
  text-align: center;
  font-size: 0.85rem;
  font-weight: 400;
  padding: 1.3rem 1rem;
  text-wrap: balance;
}

.footer-desc p {
  color: var(--white);
  text-align: center;
  font-size: 0.85rem;
  text-wrap: balance;
  font-weight: 500;
  padding: 0.2rem 1rem;
}

.copyright-desc {
  color: var(--white);
  margin-top: 1rem;
  padding: 0.2rem 1rem;
}

.copyright-desc2 {
  color: var(--white);
  font-size: 0.95rem;
  padding: 0.2rem 1rem;
}

.realatte-logo {
  height: 20px;
  vertical-align: middle;
  margin-left: 5px;
}

.copyright {
  display: flex;
  justify-content: space-between;
}

.copyright2 {
  width: 90%;
  display: flex;
  justify-content: space-between;
  margin: auto;
}

.custom-hr {
  color: var(--white);
}

.cust-top-mar {
  margin-top: -17%;
}

.cust-bbor {
  border: none;
}

.copyright {
  width: 80%;
  margin: auto;
}

.foot {
  margin-top: 4%;
}

/* footer ends*** */

.thankyou-title {
  text-align: center;
}

.thankyou-subtitle {
  text-align: center;
}

.thankyou-content {
  margin-top: 15%;
}

.foot-pad {
  padding-top: 3rem !important;
}

/* Style all dots */
.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #ba9d75;
  /* default inactive dot color */
  display: block;
  border-radius: 50%;
  margin: 5px;
  position: relative;
  transition: all 0.3s ease;
}

/* Active dot style */
.owl-dots .owl-dot.active span {
  background: #1954338f !important;
  /* fill color */
}

/* Blue ring around active dot */
.owl-dots .owl-dot.active span::after {
  content: "";
  position: absolute;
  top: -7px;
  left: -7px;
  width: 25px;
  height: 25px;
  border: 1px solid #1954338f;
  border-radius: 50%;
  box-sizing: border-box;
}

.owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-dots .owl-dot {
  margin: 0 8px;
  /* space between dots */
}

.mobile-fixed-button {
  display: none;
}

/* accordion plus start */
.loc-accordion .accordion-button::after {
  background-image: unset;
  content: "+";
  width: 15px;
  height: 20px;
  font-size: 1.5rem;
}

.loc-accordion .accordion-button:not(.collapsed)::after {
  background-image: unset;
  font-size: 1.5rem;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
  width: 15px;
  height: 20px;
  content: "-";
}

.gallery-swiper-container .swiper-wrapper {
  margin: 0 0 4rem 0;
}

/* accordion plus end */

/* Pagination dots base style */
/* .swiper-pagination-4 {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.swiper-pagination-4 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #aaa;
  opacity: 0.7;
  border-radius: 50%;
  transition: 0.3s;
}

.swiper-pagination-4 .swiper-pagination-bullet-active {
  border: 2px solid #000;
  background-color: white;
  opacity: 1;
} */

.about-outer {
  text-align: center;
}

.about-text {
  font-family: "Gilda Display";
  font-size: 50px;
}

.powai {
  width: 30% !important;
}

.abo-border {
  border-right: 1px #000 solid;
}

.abu-text {
  font-size: 14px;
  font-family: Poppins;
}

@media (max-width: 1024px) {
  .overview-text {
    font-size: 14px;
  }

  .getin {
    font-size: 35px;
  }

  .gall-text,
  .gall-text-new {
    font-size: 35px;
  }

  .ami-head {
    font-size: 35px;
  }

  .slide-text {
    font-size: 15px;
  }

  .config-text {
    font-size: 35px;
  }

  .over-form-heading {
    font-size: 25px;
  }

  .over-main-text {
    font-size: 35px;
  }

  .project-heading {
    font-size: 35px;
  }

  .gall-text {
    padding-bottom: 24px;
    padding-top: 29px;
    font-size: 35px;
  }
}

@media (max-width: 991px) {
  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link.active {
    padding: 15px 35px;
  }

  .cust-nav-colo {
    padding: 15px 35px;
  }
}

@media (max-width: 768px) {
  .project-heading {
    font-size: 2rem;
  }

  .qr-logo {
    width: 70%;
  }

  .left-logo {
    width: 50%;
  }

  .we {
    display: none;
  }

  .acc-location {
    font-size: 20px;
  }

  .gallery-swiper-container .swiper-slide .gallery-img {
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
    border: 2px #ba9d75 solid;
  }

  .abo-border {
    border: none;
  }

  .gallery-swiper-container .swiper-button.swiper-button-next-4,
  .gallery-swiper-container .swiper-button.swiper-button-next-5,
  .gallery-swiper-container .swiper-button.swiper-button-next-6 {
    right: 0%;
    padding: 13px;
  }

  .gallery-swiper-container .swiper-button.swiper-button-prev-4,
  .gallery-swiper-container .swiper-button.swiper-button-prev-5,
  .gallery-swiper-container .swiper-button.swiper-button-prev-6 {
    left: 0%;
    padding: 13px;
  }

  .gallery-swiper-container .swiper-button {
    width: 50px;
    height: 50px;
  }

  .gallery-swiper-container {
    margin-top: 30px;
  }

  .ami-main {
    padding: 0px;
    text-align: center;
  }

  .ami-img img {
    width: 30% !important;
  }

  .getin {
    font-size: 25px;
    padding-bottom: 15px;
    margin-top: 20px;
  }

  .cust-top-space-loc {
    margin-right: 0%;
    font-size: 25px;
  }

  .gall-text-new {
    padding-bottom: 5px;
    text-align: center;
  }

  .cust-nav-colo {
    padding: 10px 13px;
  }

  .cust-tab {
    justify-content: center;
  }

  .gall-text {
    text-align: center;
  }

  .cust-top-space {
    margin-right: 0px;
  }

  .project-heading {
    font-size: 25px;
  }

  .config-text {
    font-size: 25px;
    text-align: center;
  }

  .gall-text-new {
    font-size: 25px;
  }

  .resp-clas {
    margin-top: 60px;
  }

  .gal-sec-outer {
    flex-direction: column;
  }

  .overview-text {
    padding-right: 0px;
  }

  .gal-tabs-main {
    margin-top: 25px;
  }

  .gallery-swiper-button-prev {
    right: 15%;
    top: 110%;
  }

  .gallery-swiper-button-next {
    left: 15%;
    top: 110%;
  }

  .cust-logo-right {
    display: none;
  }

  .about-piramal {
    font-size: 2rem;
  }

  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link.active {
    padding: 10px 20px;
  }

  .ami-head {
    font-size: 27px;
  }

  .gall-text {
    font-size: 27px;
  }

  .bhk-top {
    padding-top: 10px;
  }

  .view-360-text {
    font-size: 25px;
    padding: 20px 0px;
  }

  /* .gal-sec-outer {
    padding: 40px 0px;

  } */

  .back-prima {
    margin-top: 40px;
  }

  .overview {
    padding: 2rem 0;
    margin-top: 85px;
  }

  .overview-container {
    width: 95%;
    margin: auto;
  }

  .accordion-item {
    margin-top: 1.5rem;
  }

  .loc-img {
    padding-top: 1rem;
  }

  .readmore-btn {
    background: none;
    border: none;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    padding: 0;
    font-size: 0.85rem;
  }

  .copyright2 {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 2.5rem;
    gap: 0.2rem;
  }

  .get-in-from {
    position: relative;
  }

  .footer-black {
    padding-top: 3rem;
  }

  .get-in-from {
    padding: 2rem 2rem;
  }

  .foot-submit-bttn {
    padding: 0.4rem 3rem;
  }

  /* mobile toggle bar */

  .mobile-fixed-button {
    display: none;
    position: fixed;
    width: 100%;
    bottom: 2%;
    left: 50%;
    z-index: 999;
    padding: 2rem 1rem 1rem 1rem;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    fill: rgba(255, 255, 255, 0.84);
    -webkit-filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.05));
    filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.05));
    transition: opacity 0.3s ease;
    /* smooth effect */
    opacity: 0;
  }

  .mobile-fixed-button.show {
    display: block;
    opacity: 1;
  }

  .btn-fixed.primary-pink {
    background: var(--primary);
  }

  .txt {
    color: #fff;
  }

  .cust-enq-clas {
    background: #195433 !important;
    border: none;
    border-radius: 30px;
  }

  .mobile-fixed-button::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    z-index: -1;
    left: 50%;
    background: url(../images/toggle.svg) no-repeat center center / cover;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    filter: brightness(0) saturate(100%);
  }

  .mobile-fixed-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 85%;
    margin: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
  }

  .btn-middle-content {
    padding: 1rem;
    background-color: transparent;
    position: absolute;
    top: 10px;
    left: 50%;
    border-radius: 100px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .btn-middle {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    border: 2px #ffff solid;
    outline: none;
    background-color: #195433;
  }

  .cust-dwn-clas {
    background-color: #195433 !important;
    border: none;
    border-radius: 30px;
  }

  .mobile-fixed-content .btn-fixed {
    width: 35%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: relative;
    top: -7px;
    font-size: 1rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1rem 0.85rem;
  }

  .btn-middle img {
    width: 50px;
    height: 50px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  /* mobile toggle bar */
}

@media (max-width: 520px) {
  .mobile-fixed-content .btn-fixed {
    font-size: 14px;
    padding: 7px 7px;
  }

  .btn-middle {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 440px) {
  .mobile-fixed-content .btn-fixed {
    font-size: 10px;
  }

  .btn-middle {
    width: 70px;
    height: 70px;
  }
}

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

.footLogo1 {
  width: 350px !important;
  height: auto !important;
}

.footLogo2 {
  width: 90px !important;
  height: auto !important;
}

.configDataWrap {
  padding: 0 20px;
}

.goldenText {
  color: #ba9d75 !important;
}

button.accordion-button.collapsed.goldenText {
  border-bottom: unset;
}

.accordion-item {
  border: unset !important;
}

.accordion-button:not(.collapsed) {
  box-shadow: unset !important;
}

.configItem2 {
  border-top: 2px solid #fff !important;
}

/* extra css */

.mobile-fixed-button {
  display: none;
}

.mobileFooterStrip {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 0;
  z-index: 9999;
  background: linear-gradient(to right, #b17b2f 0%, #d0af55 51%, #f2e678 100%);

  display: none;
}

.footCtaBtn {
  color: #000 !important;
  text-decoration: none;
}

p.text-center.footCtaBtn {
  margin-bottom: 0 !important;
}

.chek-pric {
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  border: none;
  background: linear-gradient(to right, #b17b2f 0%, #d0af55 51%, #f2e678 100%);
  padding: 8px 30px;
}

.enquireFloatBtnWrap {
  position: fixed;
  left: 20px;
  bottom: 52px;
  font-size: 18px;
  z-index: 9999;
}

.brochureFloatBtnWrap {
  position: fixed;
  right: 20px;
  bottom: 52px;
  font-size: 18px;
  z-index: 9999;
}

@media (max-width: 768px) {
  .mobile-fixed-button.show {
    display: none;
    opacity: 1;
  }

  .mobileFooterStrip {
    display: block;
  }

  .navbar-brand {
    /* display: none; */
  }

  .left-logo {
    width: 38%;
  }

  .navbar-toggler {
    margin-right: 10px;
  }

  .navbar {
    padding-top: 0px !important;
    padding-bottom: 5px !important;
  }

  .enquireFloatBtnWrap,
  .brochureFloatBtnWrap {
    display: none;
  }

  .ami-img img {
    width: 25% !important;
    padding-top: 23px;
  }
}
