@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,
body {
  overflow-x: hidden;
}

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

.text-balance {
  text-wrap: balance;
}

/* 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: #222;
  position: fixed;
  z-index: 99999;
  width: 100vw;
}

.navbar-nav {
  gap: 10px;
}

.left-logo {
  width: 40%;
}

.right-logo {
  width: 40%;
}

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

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

/* header css end */

/* banner carousel */

.nav-back-img {
  margin-top: 70px;
}

/* overview section start */

.over-main-text {
  color: #262626;
  font-family: "Gilda Display";
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 500;
  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-top: 50px;
}

.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: 35px;
  padding-right: 50px;
}

.over-download-button {
  color: #000;
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  /* border: 2px solid #222222; */
  /* background-color: transparent; */
  background: linear-gradient(to right, #b17b2f 0%, #d0af55 51%, #f2e678 100%);
  padding: 10px 20px;
  margin-top: 20px;
  border: none;
}

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

.over-form-heading {
  color: #fff;
  font-family: "Gilda Display";
  font-size: 1.875vw;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  /* 88.889% */
  text-transform: uppercase;
}

.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 {
  color: #fff;
  font-family: Poppins;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  background: transparent;
  border: 2px solid #ba9d75;
  padding: 10px 55px;
}

/* overview section end */

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

/* second section end */

/* project highlights section start  */

.project-heading {
  color: #262626;
  font-family: "Gilda Display";
  font-size: 3.542vw;
  font-style: normal;
  font-weight: 500;
  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;
}

.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: 25% !important;
  margin: 0px auto;
  display: block;
}

.slide-text {
  color: #222;
  text-align: center;
  font-family: "Gilda Display";
  font-size: 22px;
  padding-top: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.slide-main {
  border: 2px solid #262626;
  padding: 30px 15px;
  background-color: #ffffff;
  margin-bottom: 50px;
  height: 205px;
}

/* 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: #ba9d75;
  /* 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 #ba9d75;
  /* ring color */
  border-radius: 50%;
  box-sizing: border-box;
  pointer-events: none;
}

/* project highlights section end  */

/* <!-- configuration section start --> */
.config-text {
  color: #f5c424;
  font-family: "Gilda Display";
  font-size: 3.542vw;
  font-style: normal;
  font-weight: 500;
  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;
}

.config-back {
  background: #222;
}

/* .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: #f5c424;
  /* font-family: "Gilda Display"; */
  font-size: 28px !important;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase !important;
  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 !important;
  background-color: transparent;
  border-bottom: 1px #fff solid;
}

.accordion-item {
  background-color: transparent;
  margin-bottom: 25px;
  border-top: 1px solid #f5c424 !important;
  border-right: 1px solid #f5c424 !important;
  border-left: 1px solid #f5c424 !important;
}

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

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

.gall-text-new {
  color: #262626;
  font-family: "Gilda Display";
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 500;
  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;
}

.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 {
  color: #000;
  font-family: Poppins;
  font-size: 20px;
  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;
}

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

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

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

.ami-head {
  color: #262626;
  text-align: center;
  font-family: "Gilda Display";
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 500;
  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;
}

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

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

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

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

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

.ami-img img {
  width: 50% !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: #ba9d75;
  font-family: Outfit;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-top: 10px;
  text-align: center;
}

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

.ameTabWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

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

/* <!-- gallery section start --> */
.gall-text {
  color: #f5c424;
  font-family: "Gilda Display";
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 500;
  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;
}

.cust-nav-colo {
  color: #000 !important;
  border: 1px solid #ba9d75 !important;
  padding: 15px 70px;
}

.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: #000;
  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%;0%; */
  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: 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;
  padding: 40px 0px;
}

.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;
}

.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;
}

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

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

.back-prima {
  background-color: #222222;
  padding: 50px 45px;
}

.about-piramal {
  color: #fff;
  font-family: "Gilda Display";
  font-size: 2.91rem;
  font-style: normal;
  font-weight: 400;
  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;
}

.top-about {
  color: #f5c424;
  font-family: "Gilda Display";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
  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: #000;
}

.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: #000;
}

/* last section */

.getin {
  color: #262626;
  text-align: center;
  font-family: "Gilda Display";
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 500;
  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;
}

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

.foot-submit-bttn {
  background: linear-gradient(to right, #b17b2f 0%, #d0af55 51%, #f2e678 100%);
  color: #000;
  font-family: Poppins;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  padding: 11px 60px;
  border: none;
}

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

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

/* last section */

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

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

.accor-tab:not(.collapsed) {
  background: linear-gradient(
    to right,
    #b17b2f 0%,
    #d0af55 51%,
    #f2e678 100%
  ) !important;
  font-size: 1.2rem !important;
  text-transform: uppercase !important;
  border: 1px solid #f5c424;
  font-weight: 600;
  color: #000 !important;
}

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

.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;
}

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

/********** footer ***********/
.footer-black {
  background: #222222;
  padding-top: 13rem;
}

.footerImg {
  /* filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
    hue-rotate(198deg) brightness(106%) contrast(101%); */
}

.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: 1rem auto 1rem auto;
}

.qr-logo {
  width: 90px;
}

.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: 16px;
  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: #ba9d75 !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 #ba9d75;
  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;
} */

@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;
  }

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

  .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: block;
    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));
  }

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

  .cust-enq-clas {
    background: #ba9d75 !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: none;
    outline: none;
    background-color: #ba9d75;
  }

  .cust-dwn-clas {
    background-color: #ba9d75 !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;
  }
}

/* new config css */

.tabConfigDataWrap .nav-link {
  font-size: 20px;
  background: #fff;
  border: 2px solid #ddb276;
  color: #222222;
  padding: 10px 20px;
  border-radius: 10px;
  margin: 10px;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
}

.tabConfigDataWrap .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #000 !important;
  background: linear-gradient(to right, #b17b2f 0%, #d0af55 51%, #f2e678 100%);
}

.config-RoomValue {
  color: #fff;
}

.configImgWrap img {
  border-radius: 10px;
}

.configBox {
  border: 2px solid #ddb276;
  padding: 40px;
  border-radius: 8px;
}

.configContentDataWrap {
  display: flex;
  justify-content: center;
}

.thankYouBtn {
  font-size: 18px;
  color: #fff;
  background: #222222;
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none;
  padding: 10px 15px;
}

/* form css */

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.inputField {
  font-size: 20px;
  width: 100%;
  padding: 5px 5px 5px 45px;
}

/* .btn-grad {
  background-image: linear-gradient(
    to right,
    #f09819 0%,
    #edde5d 51%,
    #f09819 100%
  );
} */

/* .btn-grad {
  margin: 10px;
  padding: 15px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  display: block;
} */

.submitBtn {
  background: linear-gradient(to right, #b17b2f 0%, #d0af55 51%, #f2e678 100%);
  color: #000;
  border: none;
  font-size: 18px;
  padding: 10px 20px;
  font-weight: 500;
  color: #000;
  border-radius: 7px;
  text-transform: uppercase;
}

form .error {
  color: red;
}

.formInputGroup {
  position: relative;
}

.formIconWrap {
  /* background-color: #fff; */
  width: 40px;
  height: 40px;
  padding: 8px;
  position: absolute;
  top: 0px;
  left: 3px;
}

@media (max-width: 768px) {
  .configBox {
    width: 100%;
    margin-bottom: 30px;
  }
}

.accordion-button::after {
  width: 25px;
  height: 25px;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../images/ami-icons/down.png") !important;
  transform: rotate(-180deg);
}

.bhkPicImg .img-fluid {
  border-radius: 10px;
}

.formConsentText {
  font-size: 12px;
  color: #fff;
  margin-top: 10px;
}

.contactFormConsentWrap .formConsentText {
  color: #000;
}

.bhkPicImg {
  opacity: 0;
  visibility: hidden;
  position: absolute; /* stack them */
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 0.5s ease-in-out, visibility 0.5s;
}

.bhkPicImg.active {
  opacity: 1;
  visibility: visible;
  position: relative; /* so active one takes layout */
}

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

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

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

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

.footCtaBtn {
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
  margin: 10px 0;
  font-size: 13px;
  text-decoration: none !important;
}

.footCtaBtn:hover {
  color: #000;
}

.mobileBgView {
  display: none;
}

.slide-img {
  filter: brightness(0) saturate(100%) invert(75%) sepia(42%) saturate(831%)
    hue-rotate(355deg) brightness(104%) contrast(92%);
}

.configHeadWrap {
  margin-bottom: 150px;
}

.bhkPicImg {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.bhkPicImg.active {
  display: block;
  opacity: 1;
}

.aboutEstologo {
  width: 100px;
  height: auto;
}

#aboutCompany .container {
  max-width: 1570px !important;
}

.get-in-from {
  padding: 3rem 3rem;
  border: 1px solid #262626;
  position: absolute;
  background: #fff;
  width: 80%;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: linear-gradient(
    to right,
    #b17b2f 0%,
    #d0af55 51%,
    #f2e678 100%
  ) !important;
  border: 1px solid #c7c4c4;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
  margin-right: 15px;
}

.disclaimerText {
  font-size: 10px !important;
}

.privacyText {
  color: #fff !important;
  font-size: 14px !important;
}

.privacySection p {
  font-size: 13px !important;
}

.privacyListText {
  font-size: 13px !important;
}

.privacyFooter .footer-black {
  background: #222222;
  padding-top: 2rem !important;
}

.aboutLogoWrap {
  position: absolute;
  top: 20px;
  right: 20px;
}

.qr-logo{
  width: 250px !important;
}

@media (max-width: 768px) {
  .slide-main {
    height: auto;
  }

  .nav-back-img {
    margin-top: 60px;
  }

  .slide-img img {
    width: 47% !important;
  }

  .configContentDataWrap .nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: center;
  }

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

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

  .enquireFloatBtnWrap,
  .brochureFloatBtnWrap {
    display: none;
  }

  .mobileFooterStrip {
    display: block;
  }

  .section-2 {
    display: none;
  }

  .mobileBgView {
    display: block;
  }

  .accordion-button,
  .accordion-button:not(.collapsed) {
    font-size: 20px !important;
    font-weight: 500 !important;
  }

  .configHeadWrap {
    margin-bottom: 20px;
  }

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

@media (max-width: 576px) {
  .left-logo {
    width: 33%;
  }

  .navbar-brand {
    width: 76%;
    margin-right: 0 !important;
  }
}



.qr-logo{
  width: 100px !important ;
  height: 100px;
}