@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700&display=swap');

:root {
  --primary-color: #113f23;
  --secondary-color: #c3a66c;
  --body-color: #313131;
  --body-color-light: #f7f7f7;
  --secondary-color-light: #f4fff8;
  --primary-color-light: #cceed9;
  --facebook: #4267B2;
  --twitter: #00acee;
  --linkedin: #0e76a8;
  --youtube: #FF0000;
  --whatsapp: #25D366;
  --instagram: #c92bb7;
  --midsun: 'Mid Mid Sun Sun';
  --cursive: 'Water Brush', cursive;
}

html {
  scroll-behavior: smooth;
}

body {
  font: 400 1rem "Rubik", sans-serif;
  overflow-x: hidden;
}

svg:not([fill]) {
  fill: currentColor;
  stroke: currentColor;
}

.table td,
.table th {
  padding: 1.25rem 1rem 1rem;
  vertical-align: middle;
}

.table th {
  background-color: var(--secondary-color);
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
  background: #f2f2f2;
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-striped>tbody>tr:nth-of-type(even)>* {
  background: #fff;
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table>thead {
  text-transform: uppercase;
}

.thead-red {
  color: white;
  /* Optional: text visible on red */
}


/* .table tr .bord{
  padding-bottom: 0px;
} */


p {
  line-height: 1.5;
}

.padding {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}

a,
a:hover {
  text-decoration: none;
}

img,
video,
iframe {
  width: 100%;
  display: block;
}

/* .gap-row {
  row-gap: 30px;
  border: 4px solid red;
} */

.gap-form-row {
  row-gap: 10px;
}

.object-cover {
  object-fit: cover;
}

.container-fluid {
  padding-left: 2rem;
  padding-right: 2rem;
}

.rounded {
  border-radius: 5px !important;
}

.filter-white {
  -ms-filter: brightness(70);
  filter: brightness(70);
}

.filter-dark {
  -ms-filter: grayscale(1) brightness(0.5);
  filter: grayscale(1) brightness(0.5);
}

/* -----------------------------------------
 banner-form
 -----------------------------------------  */
/*  */
/* sticky form */
.crox_frm1 {
  transform: rotate(-180deg);
  display: none;
  padding: 20px 10px;
  letter-spacing: 1px;
  text-transform: lowercase;
  cursor: pointer;
  color: #fff;
  writing-mode: vertical-rl;
  border: 1px solid #7a4f3f;
  font-size: 20px;
  font-family: "Qardoos";
}

.enq_txt1 {
  padding: 15px;
  color: #fff;
  width: 100%;
  display: block;
  transition: all 0.8s;
  cursor: pointer;
  font-size: 20px;
  width: 53px;
  right: 100%;
  position: absolute;
  background: #d5a372;
}

.fixed-form .innerform {
  background-color: #fff;
  box-shadow: 0 8px 32px 0 rgba(50, 50, 50, 0.2);
  /* position: sticky; */
  /* top: 20px; */
  isolation: isolate;
  padding: 2rem;
}

.fixed-form p {
  text-align: center;
  color: var(--primary-color);
  font-weight: 600;
  font-size: 1.2rem;
}

/* .fixed-form .innerform::before{
  content: '';
  position: absolute;
  inset: 0;
  background: url(../images/logo-icon.svg) 120% -40% / 50% no-repeat;
  filter: grayscale(1) opacity(0.1);
} */

.form-strip {
  padding: 1rem;
  font-family: var(--serif);
  text-align: center;
  text-transform: uppercase;
  border-top: 4px solid var(--primary-color);
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}

.form-strip h6 {
  letter-spacing: 1px;
  line-height: 1.5;
  transform: scale(0, 0);
  transition: transform 500ms linear 200ms;
}

.form-strip .carousel-item.active h6 {
  transform: scale(1, 1);
}

.form-strip h6 span {
  color: var(--primary-color);
  font-size: 137.5%;
  font-weight: 700;
}

/* .fixed-form .innerform form {
  padding: 0 2rem 2rem 2rem;
} */

.fixed-form .form-group {
  margin-bottom: 10px;
}

.form-check-label {
  font-size: 18px;
}

.fixed-form .form-control {
  padding: 8px 10px;
}

.fixed-form .formFooter {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.fixed-form .formFooter button {
  text-align: center;
  border: none;
  transition: all 300ms ease-in-out;
  outline: none;
  flex-grow: 1;
}

.fixed-form.fixed .formFooter button {
  padding: 8px 10px;
}

.fixed-form.fixed .form-strip {
  display: none;
}

.fixed-form.fixed .formFooter {
  margin-top: 0;
  align-self: flex-end;
}

.fixed-form.fixed .col-12 {
  flex: 1 0 0;
}

.form-control {
  font-size: 14px;
  font-weight: 600;
  padding: 0.6rem 1rem;
  height: auto;
  background-color: #f6f6f6;
  border: none;
  border: 1px solid var(--primary-color);
  color: #181818;
  border-radius: 0;
  border-radius: 20px;
  transition: all 300ms ease;
}

/* sticky form */
/*  */






/*header*/
.header {
  width: 100%;
  position: fixed;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 998;
  padding: 0 1rem;
  background-color: transparent;
  border-bottom: 1px solid #ffff;
  transition: all 300ms ease-in-out;
}

.header.fixed,
.header:hover {
  background-color: #fff;
  box-shadow: 0 10px 2rem rgb(0 0 0 / 15%);
  color: var(--body-color);
  border-bottom: 0;
}

.header a {
  color: var(--body-color);
}

.header.fixed a,
.header:hover a {
  color: var(--body-color);
}

.logo {
  position: relative;
  max-width: 150px;
  transition: all 300ms ease-in-out;
  z-index: 2;
  padding: 10px;
  text-transform: uppercase;
}

.logo img {
  width: 100%;
}


/* .header.fixed .logo img{
  padding: 0 10px;
} */

.header .nav>ul {
  display: flex;
  align-items: center;
  position: relative;
}

.header .nav>ul>li>a {
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 0 10px;
  position: relative;
  transition: all 300ms ease-in-out;
  padding: 0.8rem;
  z-index: 1;
}

/* .header .nav>ul>li:hover>a {
  color: var(--primary-color);
} */

.header .nav>ul>li>a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-bottom: 1px solid var(--primary-color);
  transition: all 300ms ease-in-out;
  z-index: -1;
}

.header .nav ul li:hover>a::before {
  width: 100%;
}

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

.header .topCTC {
  display: flex;
  /* background-color: #fff; */
  border-radius: 50px;
  gap: 5px;
  transition: all 300ms ease-in-out;
}

/* .header.fixed .topCTC,
.header:hover .topCTC {
  background-color: #fff;
} */

.header .topCTC a {
  display: flex;
  align-items: center;
  color: #fff;
  padding: 10px 12px;
  border-radius: 40px;
  letter-spacing: 1.4px;
  font-size: 13px;
  background-color: var(--primary-color);
}

/* .header .topCTC a:last-child {
  border-left: 1px solid rgb(0 0 0 / 15%);
  } */

.header .topCTC a i {
  gap: 5px;
  display: flex;
  align-items: center;
}



.header.fixed .menuBtn span::before {
  background: var(--primary-color);
}

.menuBtn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease-in-out;
  position: relative;
  cursor: pointer;
}

.header.fixed .menuBtn {
  width: 40px;
  height: 40px;
}

.menuBtn div {
  position: relative;
  width: 50%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  transition: all 300ms ease-in-out;
}

.menuBtn span {
  display: block;
  position: relative;
  width: 100%;
  height: 2px;
  margin: 3px 0;
  transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}



.menuBtn span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--primary-color);
  transform-origin: center center;
  transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.menuBtn.closeMenuBtn span#menuLine1 {
  -webkit-transform: rotate(45deg) translate(4px, 4px);
  transform: rotate(45deg) translate(4px, 4px);
}

.menuBtn.closeMenuBtn span#menuLine2 {
  right: 100px;
}

.menuBtn.closeMenuBtn span#menuLine3 {
  -webkit-transform: rotate(-45deg) translate(4px, -5px);
  transform: rotate(-45deg) translate(4px, -5px);
}

.menuContainer {
  position: fixed;
  inset: 0;
  padding-top: 60px;
  z-index: 996;
  background-color: rgb(0 123 255 / 13%);
  backdrop-filter: blur(5px);
  display: none;
}

.menuContainer .inner {
  padding: 5px 15px;
  width: 100%;
  visibility: hidden;
  background: var(--primary-color);
  background: radial-gradient(circle at 50% -10%, var(--secondary-color), var(--primary-color));
  box-shadow: 0 1rem 3rem rgb(0 0 0 / 16%);
  transition: all 300ms ease-in-out;
}

.header.fixed+.menuContainer {
  padding-top: calc(1rem + 46px);
}

.menuContainer.active .inner {
  visibility: visible;
}

.menuContainer a {
  color: #fff;
  transition: all 300ms ease-in-out;
}

.mainMenu li:not(:last-child) a {
  border-bottom: 1px solid rgb(255 255 255 / 15%);
}

.mainMenu a {
  padding: 10px 0;
  font-weight: 700;
  display: block;
  position: relative;
}

.mainMenu li.active>a,
.mainMenu li:hover>a {
  padding: 10px;
  background-color: #fff;
  color: var(--primary-color);
}

.mainMenu a i {
  font-size: 75%;
  position: absolute;
  right: 0;
  top: 50%;
  line-height: 0;
  transition: all 300ms ease-in-out;
}

.mainMenu li.active>a i,
.mainMenu li:hover>a i {
  right: 10px;
}

.mainMenu li.active>a i {
  transform: rotate(540deg);
}

.menuDrop {
  padding: 5px 15px;
  margin-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  display: none;
}

.mainMenu ul ul li:last-child a {
  border-bottom: 0;
}

/*header*/

.banner {
  margin-top: 94px;
  /* height: 100vh; */
  position: relative;
  z-index: 1;
  line-height: 1.3;
  padding: 1.4rem 0 1.4rem 1.4rem;
  background-color: var(--primary-color);
}

.banner .carousel-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0) 10%, rgb(0 0 0 / 50%) 100%);
  z-index: 1;
  pointer-events: none;
}

.bannerText {
  width: 90%;
  z-index: 9;
  padding: 2rem;
}

.bannerDetails {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.bannerText .bannerBpart {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
}

.bannerDetails p {
  text-transform: uppercase;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 1.2px;
  /* color: var(--primary-color); */
}

.bannerDetails .banLogo {
  max-width: 250px;
  margin: 0 auto;
  padding: 2rem;
}

.bannerDetails .banLogo img {
  width: 100%;
}

.carousel-control-next,
.carousel-control-prev {
  width: 5%!important;
}

/* configrationBox */
.configrationBox {}

.configrationBox .confiBox {
  position: relative;
  padding: 1rem 0;
  border-top: 1px solid var(--body-color);
  border-bottom: 1px solid var(--body-color);
}

.configrationBox .confiBoxInner:nth-child(1) {
  border-right: 1px solid var(--body-color);
}

.confiBoxInner .honblePara{
  padding-top: 1rem;
}

.configrationBox .confiBox .confiUper {
  font-size: 2.3rem;
  font-weight: 600;
}


.configrationBox .confiBox .confiLower {
  font-size: 1.6rem;
  font-weight: 600;
  color: #000;
  background-color: var(--secondary-color);
  padding: 0 1rem;
}





/* .configrationBox>.col-lg-6:nth-child(1) .confiBox::before {
  width: 65%;
  position: absolute;
  content: '';
  left: 0;
  top: -1px;
  border-bottom: 1px solid #fff;
}

.configrationBox>.col-lg-6:nth-child(1) .confiBox::after {
  position: absolute;
  content: '';
  inset: 0;
  transform: rotate(90deg);
  width: 100px;
  height: 100%;
  border-bottom: 1px solid #fff;
} */


/*  */
/* .configrationBox>.col-lg-6:nth-child(2) .confiBox::before {
  width: 65%;
  position: absolute;
  content: '';
  right: 100px;
  bottom: 0px;
  border-bottom: 1px solid #fff;
}

.configrationBox>.col-lg-6:nth-child(2) .confiBox::after {
  position: absolute;
  content: '';
  right: 100px;
  bottom: 0;
  transform: rotate(-90deg);
  width: 100px;
  height: 100%;
  border-bottom: 1px solid #fff;
} */




/* sticky form */
.enquiryBtn {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 99;
  display: none;
}

.enquiryBtn i {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
  color: #fff;
  box-shadow: 0 10px 20px rgb(0 0 0 / 40%);
  cursor: pointer;
  transition: all 300ms ease-in-out;
}

.enquiryBtn i:hover {
  background: linear-gradient(2255deg, var(--primary-color), var(--secondary-color));
}

/* .stickyForm {
  width: 300px;
  position: absolute;
  right: 10px;
  bottom: 1rem;
  padding: 0.8rem;
  background-color: #fff;
  color: var(--body-color);
  text-align: center;
  box-shadow: 0 1rem 3rem rgb(0 0 0 / 15%);
  transition: all 300ms ease-in-out;
  z-index: 99;
} */

/* .sideImg .inner::before,
.stickyForm::before,
.iconsContainer .iconBox .in::before,
.fpContainer .fbBox .inner::before,
.location-advantages .inner::before {
  content: '';
  position: absolute;
  inset: -9px;
  border: 1px solid rgb(255 255 255 / 30%);
  pointer-events: none;
} */

.form-close {
  position: absolute;
  right: -2px;
  top: 0;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: maroon;
  color: #fff;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}

.form-close:hover {
  background: var(--secondary-color);
}

/* .stickyForm .form-tag {
  font-size: 14px;
}

.stickyForm .formText {
  margin-bottom: 1rem;
}

.stickyForm h6,
.stickyForm .form-bhk {
  text-transform: uppercase;
  font-weight: 700;
  color: var(--body-color);
}

.stickyForm .form-bhk {
  padding-bottom: 1rem;
  border-bottom: solid rgb(0 0 0 / 10%);
  border-width: 1px 0;
}

.stickyForm .form-group {
  margin-bottom: 10px;
}

.stickyForm .form-control,
.modal-body .form-control {
  border-bottom: 2px solid #eaeaea;
  background-color: #f1f1f1;
  color: var(--body-color);
  padding: 8px 10px;
  font-size: 14px;
} */

/* sticky form */

/* overview */
/* .overview-container::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgb(255 255 255 / 2%);
  z-index: -1;
  pointer-events: none;
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
} */
/* .overview-container{
  padding: 0 0 2rem 0;
} */

/* bottomForm */
.bottomForm {
  padding: 1.5rem 0;
}

.bottomForm .enquire-para {
  width: fit-content;
}

.bottomForm .enquire-para p {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 2px;
  color: var(--primary-color);
  text-transform: uppercase;
}

.bottomForm .enquirespan .form-check-label span {
  font-size: 11px;
}

.bottomForm .enquirespan .form-check-label {
  font-size: 12px;
}


.bottomForm .readmore .button {
  background-color: var(--secondary-color);
  color: var(--body-color);
  border: 1px solid var(--secondary-color);
}

/*  */
.overviewText .inner {
  text-align: center;
}

.overview-container p {
  text-align: justify;
  text-align-last: center;
}

.sideImg .inner {
  padding: 1.25rem;
  color: var(--body-color);
  text-align: center;
  position: relative;
}


.statsBox .in {
  height: 100%;
  padding: 1rem;
  text-transform: uppercase;
  border-right: 1px solid var(--primary-color);
}

.sideImg .stats {
  padding: 2rem 0;
  /* border: 1px solid red; */
}

.statsBox:nth-child(4) .in {
  border-right: none;
}

.sideImg .stats .in p{
  text-align: center;
}

.statsBox .in h5 {
  font-size: 1.5rem;
}

.brochureBox .readmore {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 5px;
}

.brochureBox .readmore .button {
  display: inline-block;
}



/* overview */

/* amenitiesWrapper */
/* .amenitiesWrapper {
  border-top: 1px solid var(--primary-color);

} */

.amenitiesBox {
  background-color: #fff;
  padding: 2rem;
}

button:focus:not(:focus-visible) {
  box-shadow: none;
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
  /* background-color: transparent; */
  font-weight: 600;
  border-bottom: 1px solid var(--primary-color);
  color: var(--primary-color);
}

.accordion-button {
  color: var(--primary-color);
  font-weight: 600;
}

.accordion-item .accordion-button .amenBox {
  width: 30px;
  margin-right: 5px;
}

.accordion-item .accordion-button .amenBox img {
  width: 100%;
}

.accordion-body {
  margin-left: 20px;
}

.accordion-button .list {
  padding: 0 1rem;
}

.amenitiesWrapper .list li {
  line-height: 2;
}

.amenitiesWrapper .swiper-slide img {
  aspect-ratio: 1/1;
  object-fit: cover;
}

/* floor plans */


/* floor plans */
/* .toggleBtn{
  filter: grayscale(1);
  transform: scale(0.675);
  border: 0;
}
.toggleBtn.active{
  filter: grayscale(0);
  transform: scale(1);
}

.toggleContainer:not(.show){
  display: none;
} */

/* .floorplan-section {
  border-top: 1px solid var(--primary-color);
} */

.fpContainer .fpBox a {
  color: var(--body-color);
}

.fpContainer .fpBox .inner {
  padding: 1rem;
  border-width: 1px;
  transition: all 300ms ease-in-out;
  isolation: isolate;
  background-color: #fff;
  border: 1px solid #dadada;
}

.fpContainer .fpBox .inner:hover {
  color: var(--primary-color);
}

.fpContainer .fpBox .inner::before {
  content: '';
  position: absolute;
  inset: 0;
  transition: transform 300ms ease-in-out;
  z-index: -1;
  border: 1px solid #dadada;
}

.fpContainer .fpBox .inner:hover::before {
  background-image: linear-gradient(45deg, var(--primary-color-light));
}

.planBase {
  padding-top: 10px;
}

.fpDetails {
  display: flex;
  align-items: center;
  gap: 6px;
  border-bottom: 1px solid rgb(0 0 0 / 10%);
  padding-bottom: 6px;
}

.fpDetails:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}

.fpContainer .fpBox .inner:hover .fpDetails {
  border-bottom-color: 1px solid rgb(255 255 255 / 15%);
}

.fpContainer .fpBox .inner:hover h6 {
  background-image: linear-gradient(45deg, var(--secondary-gradient));
}

.fpContainer .fpBox .img-fluid {
  overflow: hidden;
}

.fpContainer .fpBox .img-fluid img {
  aspect-ratio: 4/3;
  object-fit: contain;
}

.fpContainer .fpBox span {
  display: block;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #e4e4e4;
}

.fpContainer .fpBox .inner:hover .readmore .button {
  background-color: var(--primary-color);
}

.fpContainer .fpBox .inner:hover .readmore .button:hover {
  color: #fff;
}

.floorplan-section .fpContainer .floorBtn a {
  color: #fff;
}

.floorplan-section .fpContainer .floorBtn:hover a {
  color: var(--primary-color);
}


/* Price List */
.priceBox .btn2 {
  color: #fff;
  padding: 10px 15px;
  background-color: var(--primary-color);
  border-radius: 50px;
  border: 1px solid var(--primary-color);
  display: flex;
  width: fit-content;
  gap: 8px;
}

.priceBox .btn2:hover {
  color: var(--primary-color);
  background-color: #fff;
  border: 1px solid var(--primary-color);
}


/* floor plans */

/* bgImg */

.bg-image {
  background: center / cover no-repeat fixed;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg-image::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgb(0 0 0 / 70%);
  z-index: -1;
}

.bg-image.bg-secondary {
  background-attachment: initial;
}

.bg-image.bg-secondary::before {
  background-color: transparent;
}

.bg-image .container-bgImg {
  margin: 0 auto;
  width: 85%;
  text-align: justify;
  text-align-last: center;
}

.bg-imagepara {
  margin-top: 2rem;
}

.bg-image h2 {
  color: #fff;
}

.bg-image p {
  color: #fff;
}




/* floor plans */

/* Gallery */
/* .gallery {
  border-top: 1px solid var(--primary-color);
} */

.reflection {
  -webkit-box-reflect: below -76px linear-gradient(to bottom, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.4));
}

.charSlide {
  width: 50%;
}

.charSlide .imgBox {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.charSlide img {
  object-fit: cover;
  aspect-ratio: 2/1;
  object-fit: cover;
}

.charSlide .caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;

  font-size: 1.75rem;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 1px 1px rgb(0 0 0 / 20%);
  z-index: 1;
  text-align: center;
  -webkit-box-reflect: below -1rem linear-gradient(to bottom, transparent 25%, rgba(0, 0, 0, 0.4));
  display: none;
}

/* Gallery */

/* Location */
/* .hm-location-section::before{
  content: '';
  position: absolute;
  inset: 0;
  background: url(../images/map-lining.png) center right / cover no-repeat;
  opacity: 0.05;
  z-index: -1;
} */

/*  */
/* .location {
  border-top: 1px solid var(--primary-color);
} */


.bg-imageLocation {
  background: center / cover no-repeat fixed;
  /* height: 400px; */
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.bg-imageLocation::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgb(0 0 0 / 79%);
  z-index: -1;
}

.bg-imageLocation.bg-secondary {
  background-attachment: initial;
}

.bg-imageLocation.bg-secondary::before {
  background-color: transparent;
}

.bg-imageLocation .container-bgImg {
  margin: 0 auto;
  text-align: center;
}

.bg-imageLocation h2 {
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}

.bg-imageLocation p {
  color: #fff;
}

/*  */





.map {
  position: relative;
}

.conectinnerbox {
  background: #ffffff1a;
  box-shadow: 0 4px 20px #00000026;
  padding: 20px;
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
}

.conectinnerbox h6 {
  font-weight: 700;
  font-size: 19px;
  line-height: 22.8px;
  letter-spacing: 0;
  vertical-align: middle;
  border-bottom: 1px solid #fff;
  padding-bottom: 13px;
}

img.watch {
  width: 25px;
  height: 25px;
}

.kack-inline {
  display: flex;
  justify-content: center;
  color: #fff;
  gap: 7px;
  align-items: center;
}

/* Location */


/* footer */
.reraBoxPara {
  padding: 1rem 0;
  background-color: var(--primary-color-light);
}

.footer .reraBoxPara p a {
  color: var(--body-color);
  text-align: center;
}

.viewmore {
  width: 100%;
  margin-top: 1.25rem;
}

.viewmore .button {
  width: max-content;
  text-transform: uppercase;
  color: var(--secondary-color);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 300ms ease-in-out;
}

.viewmore .button:hover {
  gap: 15px;
}

.viewmore .button i {
  width: 30px;
  color: var(--secondary-color);
}

.viewmore .button:hover,
.viewmore .button:hover i {
  color: #fff;
}

.viewmore .button.text-primary:hover,
.viewmore .button.text-primary:hover i {
  color: #fff !important;
}

.viewmore .button.text-primary i {
  color: var(--primary-color);
}




.heading {
  position: relative;
  margin-bottom: 40px;
  z-index: 1;
}

.heading.border-bottom {
  border-bottom-width: 2px !important;
}

.heading h2,
.heading h4,
.heading h5,
.heading h6 {
  display: block;
}

.heading .h1 {
  /* color: var(--secondary-color); */
  font-size: 2.1rem;
}

.heading h3 {
  font-weight: 500;
  font-size: 18px;
}

.heading h6 {
  font-weight: 400;
  letter-spacing: 2px;
}

.text-serif {}

.text-sans {
  font-family: "Rubik", sans-serif;
}

.text-primary {
  color: var(--primary-color) !important;
}

.text-secondary {
  color: var(--secondary-color) !important;
}

.bg-primary {
  background-color: var(--primary-color) !important;
}

.bg-secondary {
  background-color: var(--secondary-color) !important;
}

.bg-secondary-light {
  background-color: var(--secondary-color-light);
}

.bg-body {
  background-color: var(--body-color) !important;
}

.bg-body-light {
  background-color: var(--body-color-light) !important;
}

.bg-light {
  background-color: var(--light) !important;
}



.scroller {
  overflow: auto;
}

.scroller::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.scroller::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--light);
  border-radius: 10px;
}

/* Handle */
.scroller::-webkit-scrollbar-thumb {
  background: var(--secondary-color);
  border-radius: 10px;
}

/* Handle on hover */
.scroller::-webkit-scrollbar-thumb:hover {
  background: #000;
}

.readmore {
  width: 100%;

}

.readmore.d-flex {
  gap: 2px;
}

.readmore .button {
  position: relative;
  z-index: 1;
  gap: 10px;
  display: table;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 1rem;
  min-width: 150px;
  border-radius: 50px;
  color: #fff;
  border: 1px solid var(--primary-color);
  text-align: center;
  background-color: var(--primary-color);
  text-transform: uppercase;
  transition: all ease-in-out 0.3s;
}

.readmore button {
  width: 100%;
  background: none;
}

.readmore .button:hover {
  color: var(--primary-color);
  background: #fff;
  border-color: var(--primary-color);
}

.readmore .button.mw-auto {
  min-width: 1px;
  padding: 10px;
}

.readmore .button.text-white {
  border-color: #fff;
}

.readmore .button.text-white:hover {
  color: var(--primary-color) !important;
  background-color: #fff;
  border-color: transparent;
}

.readmore .button.solid.white:hover,
.readmore .button.solid {
  background-color: var(--primary-color);
  color: var(--light);
  border: none;
}

.readmore .button.solid.white,
.readmore .button.solid:hover {
  background-color: transparent;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.readmore .button.solid:hover img {
  filter: invert(1);
}


.readmore .button.bg-secondary {
  border: none;
}

.readmore .button.bg-secondary:hover {
  background-color: var(--primary-color) !important;
}


/*  */
.download-icon {
  width: fit-content;
}

.download-icon {
  color: #fff;
}

.download-icon:hover .gif {
  color: var(--primary-color);
  filter: invert(1);
}

/*  */

.controls {
  position: absolute;
  width: 110px;
  height: 40px;
  right: 10px;
  bottom: 10px;
  z-index: 9;
}

.controls a {
  position: static;
  display: table;
  width: 100%;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  text-align: center;
  color: var(--primary-color);
  font-size: 13px;
  border-bottom: 1px solid rgb(0 0 0 / 20%);
  opacity: 1;
}

.controls a:last-child {
  border-bottom: none;
}

.controls a:focus,
.controls a:hover {
  color: var(--primary-color) !important;
  opacity: 1;
}

.multiply {
  mix-blend-mode: multiply;
}

.position-relative {
  z-index: 1;
}

/* custom swiper controls */
.swiper-button-next,
.swiper-button-prev {
  width: 50px;
  height: 50px;
  top: 50%;
  /* transform: translateY(-50%); */
  /* margin-top: -25px; */
  border-radius: 50%;
  background: url(../images/arrow-right.png) center / 20px no-repeat var(--secondary-color);
  transition: all 300ms ease-in-out;
}

.swiper-button-next.sm,
.swiper-button-prev.sm {
  width: 30px;
  height: 30px;
  background-size: 14px;
}

.topBtn {
  top: 25%;
}

.bottomBtn {
  top: 80%;
}

.heading .d-flex {
  gap: 10px;
}

.heading .swiper-button-next,
.heading .swiper-button-prev {
  position: static;
  margin-top: 0;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  scale: 1.2;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  transform: rotate(-180deg);
}

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

.bottom-control {
  top: calc(100% - 1.75rem);
}

.bottom-control.sm {
  top: calc(100% - .5rem);
}

.bottom-control.swiper-button-next {
  right: calc(50% - 55px);
}

.bottom-control.swiper-button-prev {
  left: calc(50% - 55px);
}

.bottom-control.swiper-button-next.sm {
  right: calc(50% - 35px);
}

.bottom-control.swiper-button-prev.sm {
  left: calc(50% - 35px);
}

.swiper-pagination {
  bottom: 0 !important;
}

.swiper-pagination-bullet-active {
  background-color: var(--primary-color);
  width: 20px;
  border-radius: 10px;
}

/* custom swiper controls */

.footer-enquiryBtn {
  border-radius: 10px;
  position: fixed;
  bottom: 2px;
  left: 2px;
  right: 2px;
  display: flex;
  justify-content: space-between;
  z-index: 99;
  background-color: var(--primary-color);
  box-shadow: 0 0 10px rgb(0 0 0 / 15%);
  text-align: center;
}

.footer-enquiryBtn a {
  color: #fff;
  text-align: center;
  display: block;
  width: calc(100% / 2);
  padding: 11px 5px;
  border-radius: 0 10px 10px 0;
  border: 1px solid rgb(0 0 0 / 15%);
  border-left: 0;
  text-transform: uppercase;
}

.footer-enquiryBtn a.whatsCall {
  background: linear-gradient(45deg, #0db634, #015c16);
  border: 0;
  border-radius: 10px;
}

.button-top {
  background: rgba(0, 0, 0, 0.32);
  position: fixed;
  left: 20px;
  bottom: -40px;
  color: #ffffff;
  font-size: 13px;
  opacity: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-align: center;
  z-index: 99;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}

.button-top:hover {
  background: var(--body-color);
}

/*Footer*/
/* 
.flip-x {
  transform: rotateY(180deg);
}

.form-group {
  margin-bottom: 20px;
}

.form-group>div {
  margin-top: 15px;
}

.form-group label {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 500;
}

.form-control {
  border: none;
  border-bottom: 1px solid rgb(0 0 0 / 16%);
  background: none;
  outline: none;
  padding-left: 0;
  padding-top: 0;
}

.form-control[readonly] {
  background: none;
}

.form-control.form-control-dark {
  border-bottom-color: rgb(255 255 255 / 15%);
  color: #fff;
}

select.form-control.form-control-dark {
  background-color: var(--primary-color);
}

.form-control.form-control-dark::placeholder {
  color: #8f8f8f;
}

.form-control:focus {
  box-shadow: none;
  border-bottom-color: var(--primary-color);
  background: none;
} */

/* customize modal */
.modal-backdrop.show {
  opacity: 1;
  background: rgb(0 10 12 / 95%);
  backdrop-filter: blur(5px);
}

.modal-content {
  background: #fff;
  box-shadow: 0 8px 32px 0 rgba(0 0 0 / 20%);
  border-radius: 1rem;
}

button.close {
  position: absolute;
  right: -20px;
  top: -20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  color: #000;
  opacity: 1;
  text-shadow: none;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 1;
  background-color: #fff;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.modal-content {
  background-color: #fff;
  color: var(--body-color);
  border: none;
}

.modal-dialog {
  max-width: 700px;
}

.modal-content .modal-header {
  padding: 0;
  border: none;
}

.modal-content button.close {
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 0;
  margin: 0;
  width: 40px;
  height: 40px;
  z-index: 1;
  text-shadow: none;
  color: #fff;
  background-color: var(--primary-color);
  opacity: 1;
}

.modal-header .close {
  color: #fff;
}

.modal-header {
  background: none;
  border: none;
}

.no-gutters .col-md-6:first-child {
  background: var(--primary-color);
  border-radius: 1rem;
}

.modal-logo .inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 1rem;
  padding: 1rem 0;
}

.modal-logo .bhk {
  font-size: 1rem;
  color: #ffffff;
}

.modal-logo .bhk span {
  font-size: 200%;
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  color: #ffffff;
  line-height: 1;
}

.modal-logo .price {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 0;
  border: solid rgb(255 255 255 / 20%);
  border-width: 1px 0;
  font-size: 1rem;
}

.modal-logo .price span {
  font-weight: 700;
  color: var(--vibrant-color);
  font-size: 200%;
  line-height: 1;
}

.modal-body {
  padding: 1.5rem;
}

/* customize modal */

/*transformation Animation*/
.leftTranslate {
  -webkit-transform: translate(-200px, 0);
  transform: translate(-200px, 0);
  opacity: 0;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}

.rightTranslate {
  -webkit-transform: translate(200px, 0);
  transform: translate(200px, 0);
  opacity: 0;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}

.topTranslate {
  -webkit-transform: translate(0, -200px);
  transform: translate(0, -200px);
  opacity: 0;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}

.bottomTranslate {
  -webkit-transform: translate(0, 200px);
  transform: translate(0, 200px);
  opacity: 0;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}

.doneTranslate {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

.fadeOut {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}

.fadeIn {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}

.zoomOut {
  transform: scaleX(0);
  transform-origin: left;
  transition: all .5s ease-in-out;
}

.zoomIn {
  transform: scale(1);
}

/*transformation Animation*/