@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;
  font-family: Poppins;
  font-weight: 500;
}

.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 .15s ease-in-out;
}


.cust-class {
  justify-content: center;
}

.cust-back-color {
  background-color: rgb(240 232 232 / 57%);
  position: fixed;
  z-index: 99999;
  width: 100vw;
}


.navbar-nav {
  gap: 10px;
}


.left-logo {
  width: 25%;
}

.right-logo {
  width: 30%;
}

.cust-logo-right {
  text-align: center !important;
}

.nav-link {
  color: #000 !important;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}


/*  */

.fix_head {
  position: fixed;
  top: 0;
  left: 0;
  padding: 10px 0;
  z-index: 999;
  width: 100%;
  background-color: #fff;
}

.navbar-brand img {
  width: 80px;
}

.navbar-nav .nav-item a {
  font-family: Poppins;
  font-weight: 500;
  font-size: 14px;
  color: #000 !important;
  text-wrap: nowrap;
}

.navbar-nav .nav-item {
  text-align: center;
  padding-right: 1.5rem;
}

.sticky .navbar {
  background-color: #fff;
  box-shadow: 2px 2px 5px #414141;
  transition: 0.3s ease-in-out;
}

.sticky .navbar-nav .nav-item a {
  color: #000 !important;
}


.right_logo {
  position: relative;
  /* right: -115px; */
  text-align: right;
}

.right_logo img {
  width: 30%;
}

/* header css end */

#carouselExampleControls {
  margin-top: 3%;
}

/* overview section start */

.over-main-text {
  color: #7f3215;
  font-family: Poppins;
  font-weight: 500;
  font-size: 3.125vw;
  font-style: normal;
  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: Poppins;
  font-weight: 500;
  font-size: 0.833vw;
  font-style: normal;
  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: capitalize;
  border: 2px solid #7f3215;
  background-color: transparent;
  padding: 10px 10px;
  margin-top: 20px;
}

.overview-form-section {
  background-color: #b1531e;
}

.over-form-heading {
  color: #FFF;
  font-size: 1.875vw;
  font-style: normal;
  line-height: 2rem;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.over-form-text {
  color: #FFF;
  font-size: 1rem;
  font-style: normal;
  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 #fff;
  padding: 10px 55px;
}


/* overview section end */



/* second section start */
.section-2 {
  background-image: url(../images/gallery/2.webp);
  height: 29.875rem;
  background-position-y: center;
  background-attachment: fixed;
  background-size: cover;
}

/* second section end */

/* project highlights section start  */

.project-heading {
  color: #7f3215;
  font-size: 3.542vw;
  font-style: normal;
  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: 20% !important;
  margin: 0px auto;
  display: block;
}

.slide-text {
  color: #222;
  text-align: center;
  font-size: 18px;
  padding-top: 15px;
  font-style: normal;
  line-height: normal;
}

.slide-main {
  border: 2px solid #7f3215;
  padding: 30px 15px;
  background-color: #ffffff;
  margin-bottom: 50px;
}


/* 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: #7f3215;
  /* 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 #7f3215;
  /* ring color */
  border-radius: 50%;
  box-sizing: border-box;
  pointer-events: none;
}

/* project highlights section end  */


/* <!-- configuration section start --> */
.config-text {
  color: #FFF;
  font-size: 3.542vw;
  font-style: normal;
  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: #7f3215;
  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: #7f3215;
  font-size: 1.8rem;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  background-color: transparent;
  border: none;
}

.accordion-button {
  color: #FFF;
  font-size: 1.8rem;
  font-style: normal;
  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: #7f3215;
  font-size: 3.125vw;
  font-style: normal;
  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 .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-size: 1.1rem;
  font-style: normal;
  line-height: normal;
  text-transform: capitalize;
}

.chek-pric {
  color: #FFF;
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  border: 2px solid #7f3215;
  background-color: transparent;
  padding: 5px 30px;
}

.bhk-top {
  padding-top: 50px;
  align-items: center;
}

.flor_img h2 {
  color: #fff;
  text-align: center;
}

.flor_img img {
  width: 100%;
  height: 450px;
  filter: blur(3px);
  cursor: pointer;
  object-fit: cover;
}

.abs-gal {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 12px;
  color: #fff;
  background-color: #000;
  padding: 10px;
  margin-bottom: 0;
}

/* <!-- configuration section end --> */


/* <!-- amenities section start --> */

.ami-head {
  color: #7f3215;
  text-align: center;
  font-size: 3.125vw;
  font-style: normal;
  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 #7f3215 solid;
  padding: 8px;
  margin-bottom: 50px;
}

.ami-main {
  border: 1px #7f3215 solid;
  transition: all 0.3s ease-in-out;
  padding: 20px 10px;
}

.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: #7f3215;
  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;
}


/* <!-- amenities section end --> */


/* <!-- gallery section start --> */
.gall-text {
  color: #7f3215;
  font-size: 3.125vw;
  font-style: normal;
  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 #7f3215 !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: #7f3215;
  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 #7f3215 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.40) 0%, rgba(186, 157, 117, 0.40) 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: #7f3215;
  text-align: center;
  font-size: 2.91rem;
  font-style: normal;
  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: #7f3215;
  padding: 55px 45px;
}

.about-piramal {
  color: #FFF;
  font-size: 2.91rem;
  font-style: normal;
  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: #7f3215;
  font-size: 1.8rem;
  font-style: normal;
  line-height: 2.6rem;
  text-transform: uppercase;
  margin-top: 25px
}

.top-text-about {
  color: #FFF;
  font-size: 14px;
  line-height: 1.5;
  text-transform: capitalize;
}

/* <!-- about section end --> */

.cust-hed {
  border: none;
  background-color: #fff;
}

.cust-hed h5 {
  font-size: 18px;
  text-transform: uppercase;
}

.form-enq {
  color: #7f3215;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  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: #b1531e;
  padding: 25px;
}


/* last section */

.getin {
  color: #7f3215;
  text-align: center;
  font-size: 3.125vw;
  font-style: normal;
  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-color: #7f3215;
  color: #FFF;
  font-family: Poppins;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  padding: 11px 60px;
  border: none;
}

.cust-padd-foot {
  height: 53px;
  padding: 0.5rem 0.75rem;
  border: 1px solid #7f3215;
  border-radius: 0px;
}

.get-in-from {
  padding: 3rem 6rem;
  border: 1px #7f3215 solid;
  position: absolute;
  background: #fff;
}

/* last section */

/* *****Location Section Starts****** */
.overview-container {
  width: 90%;
  margin: auto 0 auto auto;
}

.location {
  position: relative;
  background: url(../images/bg.webp) center no-repeat;
  background-size: cover;
  /* background: #222222; */
  margin-top: 50px;
}

.accor-tab:not(.collapsed) {
  background-color: #fff !important;
  font-size: 1.2rem !important;
  text-transform: unset !important;
  border: 1px solid #7f3215;
}

.accor-tab {
  font-size: 1.2rem !important;
  text-transform: unset !important;
  border: 1px solid #7f3215;
}

.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-icon img {
  filter: invert(1);
}

.acc-location {
  color: #000;
  font-size: 18px;
}

.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: 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: 40%;
  height: 100%;
  border-radius: 0px;
  object-fit: cover;
  filter: invert(1);
}

.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: 0.85rem;
  font-weight: 400;
  padding: 1.3rem 1rem;
  text-wrap: balance;
}


.footer-desc p,
.footer-desc p a {
  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*** */

/*  */

.policy__sec {
  padding: 70px 0;
}

/*  */

.thankyou-title {
  text-align: center;
}

.thankyou-subtitle {
  text-align: center;
}

.thankyou-content {
  margin-top: 15%;
}

.foot-pad {
  padding-top: 3rem !important;
}

.btn_enq {
  position: fixed;
  bottom: 5px;
  right: 15px;
  width: fit-content;
  padding: 10px 20px;
  background-color: #7f3215;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  border: none;
  z-index: 1;
}


/* Style all dots */
.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #7f3215;
  /* 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: #7f3215 !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 #7f3215;
  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) {
  #carouselExampleControls {
    margin-top: 10%;
  }

  .project-heading {
    font-size: 2rem;
  }

  .gallery-swiper-container .swiper-slide .gallery-img {
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
    border: 2px #7f3215 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 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: #7f3215 !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%)
  }

  .fixed_div {
        position: fixed;
        width: 100%;
        left: 0;
        bottom: 0;
        background-color: #7f3215;
        padding: 10px 0;
        text-align: center;
        z-index: 2;
    }

    .fixed_div button {
        color: #fff;
        font-size: 14px;
        text-align: center;
        background-color: transparent !important;
        border: none !important;
    }

    .div_line {
        border-right: 1px solid #fff;
    }

  .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: #7f3215;
  }

  .cust-dwn-clas {
    background-color: #7f3215 !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 */

  .offcanvas-navs {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 1.5rem;
  }

  .offcanvas-title img {
    width: 20%;
  }

  .offcanvas-nav a {
    font-family: Poppins;
    font-weight: 50;
    font-size: 18px;
    color: #000 !important;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
  }

  .abs-gal {
    font-size: 9px;
    padding: 5px;
  }

  .back-prima {
    padding: 30px 30px;
  }
}

@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;
    color: #fff;
  }

  .btn-middle {
    width: 70px;
    height: 70px;
  }
}