@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Noto+Serif+Display:ital,wght@0,100..900;1,100..900&display=swap');


:root {
  --primary-color: #ffcb05;
  --secondary-color: #1e5434;
  --territory-color: #fcdeca;
  --primary-color-light: #f8f5f3;
  --secondary-color-light: #a7bcb0;
  --territory-color-light: #fffaf6;
  --body-color: #212121;
  --gray: #eae6e2;
  --facebook: #4267B2;
  --twitter: #00acee;
  --linkedin: #0e76a8;
  --youtube: #FF0000;
  --whatsapp: #25D366;
  --instagram: #c92bb7;
}
@media  (min-width: 767px) and (max-width: 1100px){

  .overview {
      padding-top: 60rem !important;

  }
}


	@media (min-width: 992px) {
    .col-lg-8 {
        flex: 0 0 auto;
        width: 60% !important;
    }
}
	@media (min-width: 992px) {
    .col-lg-4 {
        flex: 0 0 auto;
        width: 40% !important;
    }
}
	.bannerText {
		width: 100% !important; }
	
	span {
    margin: 0 !important;
}
	@media (min-width: 992px) {
  .container-lg   .col-lg-4 {
        flex: 0 0 auto;
        width: 33% !important;
    }

html {
  scroll-behavior: smooth;
}
.pfm-consent-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    text-align: left !important;
}

.pfm-consent-label span
, .pfm-checkbox-label {font-weight: 500 !important;
    text-transform: capitalize;
}

@media (max-width: 992px) {
.pfm-captcha-section {
    display: flex;
    align-items: center;
flex-direction:column;
}
}


.pfm-captcha-section {
    display: flex;
    align-items: center;
}
body {
  /* font-family: "Cinzel", serif; */
  overflow-x: hidden;
}

/* textColor */
.text-primary {
  color: #173390;
}

.text-secondary {
  color: #d0b775;
}span.pfm-isd-li-name {
    text-transform: capitalize;
    text-align: left;
}
button.pfm-isd-btn

 {
    display: flex !important;
}span.pfm-isd-flag {
    margin: 0 !important;
}
span.pfm-isd-code {
    margin: 0 !important;
}
span.pfm-isd-caret {
    margin: 0 !important; 
}
/* bg-color */
.bgprimary {
  background-color: #d0b775;
}
[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    background-color: #ffcb05;
    color: #000000;
    text-decoration: none;
    border: none;
}
.bgprimarylight {
  background-color: #f8f5f3;
}

.bgterritory {
  background-color: #1e5434;
}


svg:not([fill]) {
  fill: currentColor;
  stroke: currentColor;
}

.table td,
.table th {
  padding: 1.25rem 1rem 1rem;
}

p {
  line-height: 1.5;
}

.padding {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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;
}

.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);
}

/*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: #fff;
  border-bottom: 1px solid var(--body-color);
  transition: all 300ms ease-in-out;
  background-size: 100% 0%;
  background-repeat: no-repeat;
  /* background-image: linear-gradient(to bottom, var(--primary-color), var(--primary-color)); */
}

.header.fixed {
  background-image: linear-gradient(to bottom, var(--primary-color-light), var(--primary-color-light));
  background-size: 100% 100%;
  transition: background-size 0.8s ease-in-out, box-shadow 300ms ease-in-out;
  color: var(--body-color);
  border-bottom: 0;
}



/* .header:hover {
  background-color: var(--primary-color);
  box-shadow: 0 10px 2rem rgb(0 0 0 / 15%);
  color: var(--body-color);
  border-bottom: 0;
} */

/* .header.fixed a,
.header:hover a {
  color: var(--secondary-color-light);
} */

/* .header a {
  color: var(--body-color);
} */

.logo {
  position: relative;
  display: flex;
  font-weight: 600;
  width: 214px;
  letter-spacing: 2px;
  min-height: 1px;
  transition: all 300ms ease-in-out;
  z-index: 2;
  padding: 10px;
  text-transform: uppercase;
}

.header .logo span {
  font-size: 2rem;
  color: var(--body-color);
}


.logo small {
  font-size: 65%;
}

.companyLoog {
  width: 200px;
}

.companyLoog svg {
  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: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 0 10px;
  position: relative;
  transition: all 300ms ease-in-out;
  padding: 1rem;
  color: var(--body-color);
  z-index: 1;
}

.header .nav>ul>li:hover>a {
  color: #000;
}

.header .nav ul li:hover>a::before {
  width: 100%;
}

.header .topCTC {
  display: flex;
  /* background-color: #fff; */
  transition: all 300ms ease-in-out;
}

/* .header.fixed .topCTC,
.header:hover .topCTC {
  background-color: var(--secondary-color);
} */

.header .topCTC a {
  display: flex;
  align-items: center;
  color: var(--body-color);
  padding: 0px 1rem;
  gap: 10px;
  background: #ffcb05;
}

.header .topCTC a:first-child {
  border-left: 1px solid rgb(0 0 0 / 15%);
  border-right: 1px solid rgb(0 0 0 / 15%);
  color: var(--body-color);
  font-weight: 600;
}

.header .topCTC a i {
  display: flex;
  align-items: center;
  color: var(--body-color);
}

.header .topCTC a img {
  border-right: 1px solid var(--body-color);
  width: 33px;
  margin-right: 3px;
  padding-right: 11px;
}

.header.fixed .menuBtn span::before {
  background: var(--body-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(--body-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: 85px;
  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 + 50px);
}

.menuContainer.active .inner {
  visibility: visible;
}

.menuContainer a {
  color: var(--body-color);
  transition: all 300ms ease-in-out;
}

.mainMenu li:not(:last-child) a {
  border-bottom: 1px solid rgb(0 0 0 / 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 {
  height: 700px !important;
  margin-top: 90px;
  position: relative;
  background: var(--territory-color-light);
  z-index: 1;
}

.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* .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;
} */

.bannercontentbox {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.bannerText {
  width: 70%;
  z-index: 9;
  text-transform: uppercase;
  padding: 1rem;
  text-align: center;
  color: var(--body-color);
}

.bannerText .upperbox h1 {
  text-transform: uppercase;
  border-width: 1px 0;
  color: var(--body-color);
  font-weight: 700;
  font-family: "Cinzel", serif;
  font-size: 2rem;
}

.bannerText .upperbox p {
  margin-top: 7px;
}

.bannerText p {
  font-family: "Cinzel", serif;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 15px !important;
}

.bannerText .upperbox i {
  color: var(--primary-color);
}

.bannerText .configrutionMiddlebox {
  padding: 1.4rem 0;
  position: relative;
}

.bannerText .configrutionMiddlebox::before {
  position: absolute;
  content: '';
  right: -25px;
  top: 50%;
  width: 38px;
  border: 1px solid var(--primary-color);
}
.carousel-control-next, .carousel-control-prev{
    position: absolute !important;
    width: 30px !important;
    height: 30px !important;
    background: #000000 !important;
    padding: 7px !important;
    border-radius: 100px !important;
    top: 45% !important;
}

.bannerText .configrutionMiddlebox::after {
  position: absolute;
  content: '';
  left: -25px;
  top: 50%;
  width: 38px;
  border: 1px solid var(--primary-color);
}

.bannerText .pricebtn {
  /* display: flex; */
  align-items: center;
}

.bannerText .preLaunch {
  margin-top: 1.1rem;
  padding: 10px 0;
  background-color: var(--primary-color);
  /* color: var(--primary-color); */
}

.bannerText .preLaunch p {
  font-size: 1rem;
  font-weight: 700;
    font-family: var(--bs-body-font-family);

}.stickyForm {
    margin-top: 0 !important;
}
a
 {
    text-decoration: none !important;
}

.bannerText span {
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 11px !important;
  padding: 0px !important;
}
.readmorebtn
{
    display: flex;
    text-transform: uppercase;
    position: absolute;
    bottom: 1rem;
    z-index: 9;
    gap: 20px;
    justify-content: center;
    left: 30%;
}
.readmorebtn h5
{
  background:var(--primary-color);
    background-size: 400% 400%;
    animation: Gradient 3s ease infinite, rocking 3s ease infinite;
    animation-delay: 2s;
    padding: 10px 20px;
    color: #000 !important;
    font-weight: 500;
    letter-spacing: 2px;
    border-radius: 29px;
    display: inline-block;
    font-size: 14px;
}
.pricelisrtb
{
  border: 1px solid var(--primary-color);
  padding: 4px;
}
.bannerText span.border-middle-span {
  margin-top: 2rem;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #00000014;
}


.bannertext-top {
    width: 70%;
    z-index: 9;
    text-transform: uppercase;
    padding: 1rem;
    text-align: left;
    color: var(--body-color);
    position: absolute;
    font-family: "Cinzel", serif;
    top: 9rem;
    left: 2rem;
}
.bannertext-top h1 span
{
  letter-spacing: 2px;
}
.banner .bannerImg {
  width: 100%;
  height: 100vh;
}

.banner .bannerImg img {
  width: 100%;
  height: 100%;
}

.configurationBtmbox {
  margin-top: 4rem;
  position: relative;
  padding: 30px;
  padding-top: 85px;
  padding-bottom: 20px;
  border: 1px solid var(--primary-color);
}

.bannerHighlightBox {
  width: 80%;
  background-color: var(--primary-color);
  color: var(--body-color);
  position: absolute;
  top: 0;
  background-color: var(--primary-color);
  padding: 8px;
  margin-bottom: 0;
  transform: translate(-50%, -50%);
  left: 50%;
}

.bannerHighlightBox p {
  color: var(--body-color);

}

.configurationBtmbox ul.keyhighlight-ul {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  gap: 15px;
}

.configurationBtmbox ul.keyhighlight-ul li {
  border-right: 1px solid var(--body-color);
  padding-right: 10px;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}


/* 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: 270px;
  position: absolute;
  right: 10px;
  bottom: 1rem;
  padding: 0.85rem;
  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;
}


.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: 0.5rem 0;
  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: 6.5px 10px;
  font-size: 14px;
}

.stickyForm span {
  margin-top: 10px;
  display: block;
  font-size: 13px;
} */

/*  */
.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: 270px; */
  /* position: absolute; */
  /* right: 10px; */
  /* bottom: 1rem; */
  /* box-shadow: 0 1rem 3rem rgb(0 0 0 / 15%); */
  margin-top: 2rem;
  padding: 0.85rem;
  background-color: #fff;
  color: var(--body-color);
  text-align: center;
  transition: all 300ms ease-in-out;
  z-index: 99;
}


.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: 0 0 0.5rem 0;
  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: 6.5px 10px;
  font-size: 14px;
}

.stickyForm span {
  margin-top: 10px;
  display: block;
  font-size: 13px;
}

/* sticky form */


/* overview */
.overview {
  background-color: var(--light);
}

.overview .inner {
  margin-top: 2rem;
}

/* .overview::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('../images/lefe.png');
} */

.overview .inner .stats {
  font-family: "Cinzel", serif;
}

.overviewText .inner {
  margin-top: 2rem;
  width: 80%;
  background-color: #ffffff;
  color: var(--body-color);
  text-align: center;
  margin: 0 auto;
}

.overviewText p {
  text-align: justify;
  text-align-last: center;
}

.overviewText .readmore .button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  gap: 5px;
}

.statsBox .in {
  height: 100%;
  padding: 10px;
  text-align: center;
  border-right: 1px;
  border-left: 0;
  border-style: solid;
  border-image: linear-gradient(to bottom, #ffffff, #8d8484, #ffffff) 1 100%;
}

.statsBox:nth-child(3) .in {
  border-right: none;
}

.statsBox .in h5 {
  font-size: 1.7rem;
  font-weight: 700;
}

.statsBox .in p {
  font-size: 1.2rem;
}

/* .overview .readmore .button img {
  filter: invert(1);
} */

.overview .bookSection {
  margin-top: 4rem;
  text-align: center;

}

.overview .bookSection h5 {}

.overview .readmore {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.overview .readmore .button {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .overview .readmore .button:hover img {
  filter: invert(1);
} */
/* overview */


/* amenities */
.amenities {
  position: relative;
  z-index: 1;
  /* min-height: 400px;  */
  background-image: url('../images/bgimg.webp');
}

.amenities::before {
  /* background-color: #f7f0dfef; */
  background-color: #f3ead4ef;
  content: '';
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}


.iconsContainer .iconBox {
  display: flex;
  transition: all 300ms ease-in-out;
  gap: 10px;
  color: #424242;
  position: relative;
  border-bottom: 1px solid var(--body-color);
  align-items: center;
  font-family: "Cinzel", serif;
}

.iconsContainer .iconboxinner .iconBox:nth-last-child(1) {
  border-bottom: none;
}

.iconsContainer .iconboxinner2 .iconBox:nth-last-child(1) {
  border-bottom: none;
}



/* 
.iconsContainer .iconBox .lastAni {
  background-color: #fff;
  border-bottom: 2px solid var(--primary-color);
  display: block;
} */

/* .iconsContainer .iconBox .in:hover img {
  filter: brightness(0);
} */

.iconsContainer .iconBox i {
  width: 30px;
}

.iconsContainer .iconBox .imgbox {
  width: 70px;
}

.iconsContainer .iconBox img {
  height: 100%;
  padding: 19px;
  border-right: 1px solid var(--body-color);
  filter: opacity(0.8);
}

.iconsContainer .iconBox h6 {
  font-weight: 700;
  margin-top: 10px;
}

.iconsContainer .iconBox:hover h6 {
  color: #000000;
}

/* amenities */

/* --------------------------------------------------
Price List
-------------------------------------------------- */
.price-list
{
  background:url('../images/Investment-in-Luxury-scaled.webp') fixed;
    padding-top:6rem;
    padding-bottom:6rem;
    background-position: right;
    position: relative;
    z-index: 1;
}
.price-list::before
{
  position:absolute;
  content:'';
  inset:0;
    background-color: rgb(0 0 0 / 76%);
  z-index: -1;
}
.price-list .readmore .button:hover
{
  background-color:#fff !important;
}
.priceMainBOx {
  text-align: center;
  padding: 2rem;
}

.priceMainBOx .inner {
  border-top: 1px solid var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
}

.priceMainBOx .inner .pricepara {
  padding: 1rem 0;
  font-size: 1.3rem;
  font-weight: 600;
  font-family: "Cinzel", serif;
}

.priceMainBOx .readmore .button {
  letter-spacing: 2px;
}

/* 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);
} */


/* floor plans */

/* Gallery */
.gallSlider .reflection {
  -webkit-box-reflect: below -76px linear-gradient(to bottom, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.4));
}

.gallSlider .gaSlide {
  width: 50%;
  opacity: 0.3;
  transition: all 0.3s ease;
}

.gallSlider .swiper-slide-active {
  opacity: 1;
  width: 100%;
}


.gallSlider.gaSlide .imgBox {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.gallSlider .gaSlide img {
  object-fit: cover;
  width: 100%;
}

.gallSlider .gaSlide .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;
} */

.map {
  position: relative;
}

.map iframe {
  border: 1px solid #d1d1d1;
}

.location-advantages .inner {
  height: 100%;
  padding: 1rem;
  /* background-color: var(--primary-color-light); */
  position: relative;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.location-advantages .inner::before {
  border-color: rgba(181, 157, 92, 0.725);
}

.location-advantages ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
  color: var(--body-color);
  border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}

.location-advantages ul li .loc-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.location-advantages ul li .loc-row img {
  flex: 0 0 35px;
  max-width: 20px;
}

.location-advantages ul li .loc-row p {
  margin-bottom: 0;
}

.location-advantages ul li .loc-dist {}

.location-advantages ul li .loc-dist small {
  font-size: 13px;
  margin-left: 5px;
}

/* Location */

/* footer */
.reraBoxPara {
  padding: 1rem 0;
  background-color: var(--primary-color);
}

.footer .reraBoxPara p a {
  color: var(--body-color);
  text-align: center;
  font-weight: 600;
}


/* -------------------------------
heading
------------------------------- */
.heading {
  margin-bottom: 40px;
  font-family: "Cinzel", serif;
}

.heading h2,
.heading h4,
.heading h5,
.heading h6 {
  display: block;
}

.heading .h1 {
  font-size: 2.1rem;
}

.heading h3 {
  font-weight: 500;
  font-size: 18px;
}

.heading h6 {
  font-weight: 400;
  letter-spacing: 2px;
}

.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-light {
  background-color: var(--light) !important;
}

.bg-image {
  background: center / cover no-repeat fixed;
}

.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;
}

.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%;
  margin-top: 2rem;
}

.readmore.d-flex {
  gap: 2px;
}

.readmore .button {
  position: relative;
  z-index: 1;
  display: table;
  font-size: 14px !important;
  font-weight: 700;
  padding: 10px 1rem;
  /* min-width: 150px; */
  letter-spacing: 2px;
  border-radius: 50px;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  text-align: center;
  color: var(--body-color);
  text-transform: uppercase;
  transition: all ease-in-out 0.3s;
  gap: 5px;
}

.readmore button {
  width: 100%;
  background: none;
}

.readmore .button:hover {
  color: var(--body-color);
  border: 1px solid var(--body-color);
  background: transparent;
}

.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: var(--secondary-color);
  color: var(--primary-color);
  border: none;
}

.readmore .button.bg-secondary {
  border: none;
}

.readmore .button.bg-secondary:hover {
  background-color: var(--primary-color) !important;
}


.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%); */
  border-radius: 50%;
  background: url(../images/arrow-right.png) center / 20px no-repeat var(--primary-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%;
  border: 1px solid red;
}

.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: var(--body-color);
  text-align: center;
  display: block;
  width: calc(100% / 2);
  padding: 8px 5px;
  /* border-radius: 0 10px 10px 0; */
  border: 1px solid rgb(0 0 0 / 15%);
  border-left: 0;
}

.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: var(--primary-color-light);
  color: var(--body-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: var(--body-color);
  outline: none;
  border: none;
  background-color: var(--primary-color);
  opacity: 1;
}


.modal-content .freePickmodal {
  margin-top: 10px;
  display: block;
  font-size: 13px;
  text-align: center;
}

.modal-header .close {
  color: #fff;
}

.modal-header {
  background: none;
  border: none;
}

.no-gutters .col-md-6:first-child {
  background: var(--primary-color-light);
  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 */
.privacy {
  padding: 2rem;
  background-color: var(--secondary-color);
}

.footer {
  color: var(--body-color);
  padding: 1rem 0;
}

.footer a {
  color: var(--body-color);
  font-size: 12px;
  line-height: 1.1;
}
.footer .qrInner .inner {
    display: flex;
    align-items: center;
    text-align: start;
    gap: 0.5rem;
}
 .footer .qrInner .inner .qrImg{
    width: 50px;
  }
.footer p {
  color: var(--body-color);
  font-size: 12px;
  line-height: 1.1;
}

/*transformation Animation*/

/* forms */
.form-group>div {
  margin-top: 15px;
}

.form-group label {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 500;
}

.form-group {
  display: flex;
}

.form-group>i {
  max-width: 60px;
  flex: 0 0 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  background-color: #ffcb06;
  border-right: 1px solid color-mix(in srgb, var(--primary-color), transparent 80%);
}

.form-control {
  border-radius: 0px;
  padding: 10px;
  border: 0;
  background-color: color-mix(in srgb, #f8f5f3 50%, var(--primary-color) 10%);
  border: 1px solid #ccc;
}

.form-control:focus {
  box-shadow: none;
  border-bottom-color: var(--primary-color);
  background-color: var(--light-color);
}

.form-control.lg {
  padding: 1.25rem 2.5rem;
}
.font-11
{
  font-size: 12px;
}
/* forms */

.image-box12
{
 height:530px;
 object-fit: cover;
 padding: 2px;
 position:relative;
 overflow: hidden;
}
.image-box12 {
    height: 550px !important;
}
.footer {
    padding-bottom: 4rem;
}
.footer .inner {
  justify-content:center !important;
  margin-top: 2rem;
}
.priceMainBOx .inner {
    border-top:none;
    border-bottom:none;
}
.priceMainBOx  {
    border-top: 1px solid var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
}
.priceMainBOx .readmore {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.image-box12 img
{ 
  object-fit: cover;
	width: 100%;
	height: 120%;
	position: absolute;
	left: 0;
	top: 0;	
animation: moveimg 5s linear infinite;
}

@keyframes moveimg {
	0% {
		top: 0;
	}

	100% {
		top: -20%;
	}
}