@import url(https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css);

@font-face {
  font-family: "popins";
  font-display: swap;
  src: url(../fonts/popins/Poppins-Regular.ttf);
}

@font-face {
  font-family: "Montserrat";
  font-display: swap;
  src: url(../fonts/Montserrat/Montserrat-Bold.ttf);
}

:root {
  --black: #282828;
  --white: #fff;
  --primary: #b58b0e;
  --secondary: #b38759;
  --gray: #f7f7f7;
  --gray1: #595959;
  --shadow: 0px 0px 26px rgba(0, 0, 0, 0.16);
}

img {
  max-width: 100%;
}

svg {
  vertical-align: sub;
}

body {
  counter-reset: section;
}

::-webkit-scrollbar {
  width: 2px;
  height: 8px;
  transition: all 0.9s ease;
}

::-webkit-scrollbar-track {
  /* background: #f1f1f1; */
}

::-webkit-scrollbar-thumb {
  /* background: #888; */
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

body {
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 50px;
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
  margin: 0;
  padding: 0;
  font-size: inherit;
}

p {
  line-height: 27px;
}

* {
  text-decoration: none;
  outline: none;
  border: 0;
  font-family: "popins";
  list-style: none;
  letter-spacing: 0.4px;
}

button:focus {
  outline: 0;
  box-shadow: none !important;
}

a:hover {
  text-decoration: none;
  outline: none;
  color: inherit;
}

.gradient {
    text-shadow: 0 3px 6px #261b07;
    background: linear-gradient(-45deg, #ad641d, #850c70, #850c70, #af6b25);
    background-size: 400% 400%;
    animation: Gradient 3s ease infinite;
}

@keyframes Gradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}




.gradient-text {
  position: relative;
  display: inline-block;
  padding: 10px 20px;

  /* TEXT GRADIENT */
 background: linear-gradient(-45deg, #FFD700, #8e5d25, #8e5d25, #FFD700);
  background-size: 300% 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientMove 4s ease-in-out infinite;
}

/* BORDER GRADIENT */
.gradient-text::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px; /* border thickness */
  border-radius: 8px;
  background: linear-gradient(-45deg, #FFD700, #850c70, #850c70, #FFD700);
  background-size: 300% 300%;
  animation: gradientMove 4s ease-in-out infinite;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
@keyframes gradientMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@media screen and (max-width: 767px) {
  .gradient-textmb {
  position: relative;
  display: inline-block;
  padding: 10px 20px;

  /* TEXT GRADIENT */
 background: linear-gradient(-45deg, #FFD700, #8e5d25, #8e5d25, #FFD700);
  background-size: 300% 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientMove 4s ease-in-out infinite;
  text-shadow: none;
 
}

/* BORDER GRADIENT */
.gradient-textmb::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px; /* border thickness */
  border-radius: 8px;

 background: linear-gradient(-45deg, #FFD700, #8e5d25, #8e5d25, #FFD700);
  background-size: 300% 300%;
  animation: gradientMove 4s ease-in-out infinite;

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
@keyframes gradientMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
}


button {
  cursor: pointer;
  background: var(--primary);
  color: var(--white);
}

button,
select,
[data-toggle="modal"] {
  cursor: pointer;
}

.MontserratFont {
  font-family: "Montserrat";
}

.popinsBoldFont {
  font-family: "popins_bold";
}

.overlay.active {
  background: rgb(0 0 0 / 0.8);
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
  left: 0;
  top: 0;
  opacity: 70%;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

.custombtn {
  padding: 7px 17px 7px;
  border: 2px solid #fff;
  color: currentColor;
  transition: all 0.4s ease-in-out;
  text-transform: uppercase;
}

.custombtn:hover {
  /* background: #00000054; */
}

.custombtn1 {
  border-color: var(--primary);
  color: var(--primary);
  background: #fff0;
}

.custombtn1:hover {
  background: var(--primary);
  color: var(--white);
}

.btnanimation {
  animation: bganimation infinite 2s;
}

.commonPattern {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  background-color: var(--secondary);
}

.f-wrap {
  flex-wrap: wrap;
}

.d-view {
  display: block !important;
}

.m-view {
  display: none !important;
}

.container {
  max-width: 1300px;
  margin: 0 auto;
}

.header_main {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  padding: 11px 0;
  border-bottom: 1px solid rgb(255 255 255 / 0.1);
}

.header_main.active {
  background: var(--black);
  animation: slide-down 0.9s;
}

.header_main .container {
  padding: 0;
}

.navmenu-main .headerConNo {
  padding-left: 37px;
}

@keyframes slide-down {
  from {
    opacity: 1;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.logo {
  padding-left: 5px;
}

.logo img {
  max-height: 95px;
  /* filter: invert(1) brightness(21.5); */
  padding: 5px 0;
}

.navmenu-main {
  margin: auto 0 auto auto;
}

.navmenu-main li {
  padding: 8px 10px;
}

.navmenu-main li a {
  font-size: 16px;
  aacolor: var(--white);
}

.haaderDropDwon {
  padding-left: 48px;
  position: relative;
}

.haaderDropDwon .inner_drop_down {
  cursor: pointer;
}

.inner_drop_down:hover .drp_inner {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.haaderDropDwon .dwon_arr {
  filter: invert(1);
  width: 24px;
}

.haaderDropDwon span {
  color: var(--white);
}

.haaderDropDwon .drp_inner {
  position: absolute;
  background-color: var(--white);
  min-width: 200px;
  top: 37px;
  visibility: hidden;
  transform: translateY(50px);
  opacity: 0;
  z-index: -1;
  transition: all 0.4s ease;
}

.haaderDropDwon .links a {
  border-bottom: 1px solid #cdcdcd;
  color: var(--black);
  display: inline-block;
  width: 100%;
  padding: 5px 15px;
  transition: all 0.2s ease-in;
}

.haaderDropDwon .links a:hover {
  padding-left: 20px;
  background-color: #eee;
}

.after_before {
  position: relative;
  z-index: 1;
}

.after_before::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.common-title {
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Montserrat";
  position: relative;
  width: fit-content;
  margin-bottom: 10px;
  margin:auto;
  margin-bottom:12px;
  border-bottom: 1px solid #ddd;
}

.common-title::after,
.common-title::before {
  content: "";
  position: absolute;
  margin:auto;
  bottom: 0;
}

.common-title::before {
  border-bottom: 5px solid #850c70;
  width: 30%;
  bottom: -3px;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
}

.common-heading {
  font-size: 35px;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-family: "Montserrat";
}

.banner-section {
  position: relative;
  color: var(--white);
}

.banner-section .img-slider {
  filter: brightness(0.8);
  /* transform: scale(1.3); */
  /* animation: zoomOutEffect infinite 15s; */
  height: 100vh;
}
.carousel-item::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.412); */
  /* background-color: rgba(0, 0, 0, 0.412); */
  width: 50%;
  background: linear-gradient(to right, rgb(0 0 0 / 65%), rgba(0, 0, 0, 0));
}

.bnner-flex-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 48%;
  z-index: 2;
  display: flex;
  gap: 0 11px;
  justify-content: space-between;
}

.bnner-flex-btn .carousel-btn {
  position: unset;
  background: #b7926c4f url(../images/icons/arrows.webp) no-repeat;
  background-size: 30px;
  width: 43px;
  height: 68px;
  background-position: center;
  padding: 2px;
  border-radius: 0;
  opacity: 1;
}

.bnner-flex-btn .carousel-btn:hover {
  background-color: var(--primary);
}

.bnner-flex-btn .carousel-control-next {
  background-image: url(../images/icons/arrows1.webp);
}

.bnner-flex-btn .carousel-control-prev-icon,
.bnner-flex-btn .carousel-control-next-icon {
  background: unset;
}

.bottom_gradient {
  display: block;
  position: absolute;
  bottom: 0;
  height: 40%;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 1;
  /* background: linear-gradient(to top, rgb(183 146 108 / 51%), #fff0); */
}

.banner_content_wrapper {
  position: absolute;
  z-index: 2;
  bottom: 4%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.content-over-banner {
  position: relative;
  padding: 0 0 0 15px;
  max-width: 700px;
  order: 1;
}

.content-over-banner::after,
.content-over-banner::before {
  position: absolute;
  content: "";
  width: 100%;
  background: #fff;
  height: 1px;
}

.content-over-banner::after {
  top: 0;
  left: -54px;
}

.content-over-banner .topdiv {
  margin-bottom: 12px;
}

.content-over-banner::before {
  top: -36px;
  left: -15px;
  height: 100%;
  width: 1px;
}

.content-over-banner .projectname {
  font-size: 35px;
  font-family: "Montserrat";
  text-transform: uppercase;
  font-weight: 800;
  margin: 21px 0 21px 0;
}
.projectname img {
  filter: invert(1) brightness(15.5);
  width: 32%;
}

.content-over-banner .typology {
  font-size: 30px;
  margin-bottom: 15px;
  width: fit-content;
}

.content-over-banner .buttonsdiv {
  gap: 0 25px;
  margin-top: 35px;
  margin-bottom: 30px;
}

.content-over-banner .location {
  /* background: var(--primary); */
  padding: 3px 15px;
  color: var(--white);
}

.content-over-banner .custombtn {
  padding: 5px 15px;
  min-width: 200px;
  border-radius: 50px;
  background: #fff0;
  animation: btnborder infinite 3s;
}

.startingprice {
  font-size: 30px;
  margin-bottom: 35px;
  background: #fff;
  color: var(--black);
  padding: 1px 3px 1px 17px;
  width: fit-content;
  font-weight: 500;
}

.startingprice span {
  padding: 3px 7px;
  margin-bottom: 15px;
  font-weight: 600;
  /* background: var(--primary); */
  color: var(--white);
}

.key-highlights {
  order: 3;
  width: 100%;
  justify-content: space-around;
}

.key-highlights .item {
  padding: 0;
}

.key-highlights .item:last-child {
  border: 0;
}

.key-highlights .spans {
  font-size: 18px;
  padding: 5px 0;
  display: block;
  text-shadow: 2px 2px #00000094;
}

.key-highlights .pera {
  font-size: 18px;
  display: block;
  padding: 1px 0;
}

.banner-form {
  background: #ebe9e730;
  backdrop-filter: blur(8px);
  width: 100%;
  max-width: 334px;
  order: 2;
}

.banner-form .input_wrap {
  padding: 10px 20px;
}
input#qSenderEmailID {
  margin-top: 15px;
}
.banner-form .heading {
  font-size: 14px;
  text-align: center;
  padding: 10px;
  text-transform: uppercase;
  border-bottom: 1px solid rgb(255 255 255 / 0.1);
  /* animation: headingColor infinite 3s; */
  background: #fff;
  color: var(--primary);
}

.banner-form select {
  padding: 10px 15px;
  background: #ffffff63;
  border: 1px solid #2828282e;
  color: #000000;
  margin-bottom: 15px;
  border-radius: 3px;
  height: 40px;
  font-weight: 500;
}

.banner-form input {
  padding: 10px 15px;
  background: #ffffff63;
  border: 1px solid #2828282e;
  color: #000000;
  margin-bottom: 15px;
  border-radius: 3px;
  height: 40px;
  font-weight: 500;
}

.banner-form input:active {
  border: 1px solid #0f58a0;
}
.banner-form input:focus {
  border: 1px solid #0f58a0;
}

.banner-form input::placeholder {
  color: #000000a1;
}

.banner-form .custombtn {
  /* background: var(--primary); */
  color: var(--white);
  display: flex;
  margin: 2px auto 10px;
  width: 100%;
  justify-content: center;
}

.book-a-visit.active {
  position: fixed;
  right: 5px;
  bottom: 5px;
  border-radius: 5px;
  z-index: 99999;
  animation: fixedbtn infinite 3s;
  padding: 10px 15px;
  border-color: var(--primary);
  color: var(--primary);
}

.overview-container {
  padding-bottom: 90px;
  padding-top: 45px;
  position: relative;
  background: #fff !important;
  z-index: 0;
  background: url(../images/others/img3.webp);
}

.overview-container .container {
  position: relative;
  z-index: 1;
}

.overview-container .pera {
  margin-bottom: 30px;
  margin-top: 30px;
  letter-spacing: 1.1px;
  line-height: 27px;
}

.overview-container .custombtn {
  padding: 8px 26px;
  overflow: hidden;
  /* background: var(--primary); */
  color: var(--white);
}

.overview-container .custombtn img {
  width: 23px;
  margin-left: 10px;
  animation: arrow-down 1.5s infinite ease-in-out;
  /* filter: invert(1); */
  filter: brightness(5.5);
}

.overview-container .custombtn:hover img {
  filter: brightness(5.5);
}

.overview-container .imgdiv {
  position: relative;
}

.overview-container .imgdiv::after {
  content: "";
  position: absolute;
  right: 0;
  top: 4%;
  height: 23%;
  width: 21%;
  background: url(../images/icons/vectorimg.webp);
  z-index: -1;
}

.overview-container .topimg {
  box-shadow: var(--shadow);
  border: 15px solid var(--white);
  width: 60%;
}

.overview-container .bottomimg {
  position: absolute;
  right: 0%;
  bottom: 0;
  border: 15px solid var(--white);
  box-shadow: var(--shadow);
  width: 60%;
}

.overview-container .yrExpdiv {
  margin-top: 19px;
  height: 138px;
  width: 176px;
  background: var(--white);
  position: relative;
  box-shadow: 0 4px 63px 0 rgb(15 28 51 / 0.1);
  flex-direction: column;
}

.overview-container .yrExpdiv .years {
  font-size: 24px;
  color: var(--gold);
  font-weight: 600;
}

.overview-container .yrExpdiv .text {
  font-size: 20px;
  text-transform: capitalize;
}

.projectsSection {
  background-color: #f3f3f3;
  padding: 70px 0;
  position: relative;
  z-index: 1;
}

.projectsSection .headingsdiv {
  color: var(--black);
  display: grid;
  text-align: center;
  margin-bottom: 25px;
}

.projectsSection .headingsdiv .common-title {
  margin: 0 auto 22px;
}

.projectsSection .headingsdiv .common-heading {
  font-size: 27px;
}

.projectsSectionPlatter {
  background: var(--gray);
}

.projectsSectionPlatter:nth-child(even) {
  background: #fff0;
}

.projectsSectionPlatter .projectsWrapper {
  gap: 18px 0;
}

.projectsSlider {
  position: unset;
}

.projectsSlider .btnsdiv {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
  margin-top: 51px;
  gap: 0 15px;
}

.projectsSlider .swiper-button-next,
.projectsSlider .swiper-button-prev,
.projectsSlider .swiper-pagination {
  position: unset;
}

.projectsSlider .swiper-pagination {
  margin-top: -23px;
}

.projectsSlider .swiper-pagination span {
  background: var(--primary);
  padding: 5px;
}

.projectsSlider .swiper-button-next::after,
.projectsSlider .swiper-button-prev::after {
  background: url(../images/icons/arrows1.webp) no-repeat center center;
  content: "";
  height: 40px;
  width: 40px;
  filter: invert(1);
  background-size: contain;
}

.projectsSlider .swiper-button-prev::after {
  background-image: url(../images/icons/arrows.webp);
}

.commonProjectBox {
  background: var(--white);
  border: 1px solid #e4e4e4;
}

.commonProjectBox .projectimg {
  position: relative;
  overflow: hidden;
  margin: 0;
}

.projectimg img {
  filter: brightness(0.8);
  width: 100%;
  transform: scale(1.2);
  animation: zoomOutEffect infinite 10s alternate-reverse;
}

.commonProjectBox .absDiv {
  font-size: 24px;
  color: var(--white);
  position: absolute;
  top: 26px;
  z-index: 2;
  left: 15px;
}

.commonProjectBox .projectname {
  font-size: 22px;
  padding-bottom: 8px;
}

.commonProjectBox .projectContent {
  padding: 22px 25px;
}

.commonProjectBox .proPrice {
  font-size: 18px;
  padding: 12px 0;
  border: 1px solid #fff0;
  border-top-color: #eee;
  color: var(--primary);
  border-bottom-color: #eee;
}

.commonProjectBox .proj-typo {
  font-size: 16px;
  padding-bottom: 8px;
  color: var(--primary);
}

.commonProjectBox .project-loc {
  font-size: 16px;
}

.commonProjectBox .projectBtns {
  background: var(--primary);
  color: var(--white);
  padding: 5px 15px;
  text-transform: uppercase;
  font-size: 14px;
}

.commonProjectBox .projectBtns1 {
  background: #fff0;
  color: var(--primary);
  border: 1px solid var(--primary);
}

.commonProjectBox .projectBtns:hover {
  background: var(--black);
  color: var(--white);
}

.fixedSocLinks {
  position: fixed;
  right: 0;
  display: block;
  background: var(--primary);
  bottom: 15%;
  z-index: 9;
}

.fixedSocLinks .links {
  display: block;
  padding: 12px 14px;
  border-bottom: 1px solid var(--white);
  transition: all 0.5s ease;
}

.fixedSocLinks .links:last-child {
  border: 0;
}

.fixedSocLinks .links:hover {
  background-color: var(--black);
}

.fixedSocLinks .icons {
  width: 20px;
  filter: invert(1);
}

.contact-container {
  padding: 45px 0 0 0;
  background: #ffffff;
  font-size: 14px;
}

.contact-container a:hover {
  text-decoration: underline;
}

.contact-container .headinglg {
  color: var(--primary);
}

.contact-container .heading {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 28px;
  color: var(--primary);
  text-align: center;
}

.contact-container .dev-cont {
  line-height: 27px;
}

.contact-container .footerfomrdiv {
  margin: 0;
}

.footer-from-div {
  border-bottom: 1px solid #115a9d;
  margin-bottom: 40px;
  padding-bottom: 25px;
}

.footer-from-div .pera {
  font-size: 16px;
  text-transform: capitalize;
}

.footer-from-div input {
  border: 0;
  background: #fff;
  color: #000;
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid #e7dec5;
}

.footer-from-div input::placeholder {
  color: #000;
}

.footer-from-div .inputbox {
  margin-bottom: 15px;
}

.footer-from-div .btn {
  border: 0;
  padding: 10px 15px;
  /* background: var(--primary); */
  color: #fff;
  width: 53%;
  margin-top: 10px;
}

.footernew {
  border-top: 1px solid #115a9d;
  margin-top: 6px;
  padding-top: 24px;
  text-align: center;
  padding-bottom: 20px;
  background-color: var(--white);
}

.footernew p {
  line-height: 25px;
  margin: 0;
  font-size: 14px;
}

.footernew p a {
  color: #000;
}

.footerlogo {
  filter: invert(1);
}

.flexfooter {
  border-top: 1px solid #e1d3ac;
  margin-top: 10px;
  padding-top: 10px;
  text-align: center;
}

.flexfooter .heading {
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 8px;
  font-weight: 700;
  font-family: "Montserrat";
  text-transform: uppercase;
}

.flexfooter .cols {
  padding: 0 40px;
  border-right: 1px solid #e1d3ac;
}

.flexfooter .cols:last-child {
  border-right: 0;
}

.flexfooter .atext {
  display: block;
  color: #000;
  text-transform: capitalize;
  font-size: 14px;
  display: block;
  width: fit-content;
  margin: 0 auto;
}

.footer_pages_links {
  border-top: 1px solid #e1d3ac;
  padding: 25px 0;
  margin-top: 25px;
}

.footer_pages_links .linkscol {
  border-right: 1px solid #e1d3ac;
}

.footer_pages_links li {
  padding-bottom: 8px;
  word-break: break-all;
}

.footer_pages_links .linkscol:last-child {
  border: 0;
}

.footer_pages_links .heading {
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.footer_pages_links a {
  color: var(--black);
  font-weight: 500;
  display: inline-block;
}

.footer_pages_links a:last-child {
  padding-bottom: 0;
  word-break: break-all;
}

.qrCodes .imgScan {
  width: 80px;
}

.qrCodes .text {
  font-size: 12px;
  display: block;
  word-break: break-all;
}

.mobile-section-footer.active {
  display: flex;
  gap: 0 5px;
  justify-content: space-between;
  text-align: center;
  padding: 8px;
}

.mobile-section-footer {
  display: none;
  position: fixed;
  z-index: 9;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  /* background: #115a9d; */
  color: var(--white);
  padding: 5px 0;
}

.mobile-section-footer a {
  display: block;
  font-size: 16px;
  padding: 6px 8px;
  color: currentColor;
  border: 1px solid currentColor;
  flex: 1 0 30.2%;
  padding: 10px;
}

.theModal .modal-content {
  padding: 35px 34px;
}

.theModal .modal-dialog {
  max-width: 441px;
}

.theModal .modal-head-div {
  margin-bottom: 15px;
}

.theModal .modal-head {
  font-size: 35px;
  padding-bottom: 8px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.theModal .modal-para {
  font-size: 17px;
  text-align: center;
}

.theModal .coldiv {
  padding-bottom: 18px;
}

.theModal .form-control {
  padding: 22px 15px;
}

.theModal .form-control:focus {
  box-shadow: unset;
  border-color: var(--primary);
  color: var(--primary);
}

.theModal .form-control:focus::placeholder {
  color: var(--primary);
}

.theModal .close {
  position: absolute;
  top: 0;
  right: 0;
  background: #850c70;
  opacity: 1;
}

.theModal .close svg {
  width: 39px;
  height: 39px;
}

.pagesBanner .img-div {
  filter: brightness(0.4);
}

.pagesBanner .bottom_gradient {
  background: linear-gradient(to top, rgb(134 111 87 / 51%), #fff0);
}

.pagesBanner .img-div img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}

.pagesBanner .bannerHeaidng {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  color: var(--white);
}

.crumbs {
  padding-top: 25px;
  z-index: 1;
  display: flex;
  gap: 15px;
  align-items: center;
}

.crumbs li {
  position: relative;
}

.crumbs a {
  color: var(--primary);
  border-bottom: 1px solid var(--primary);
}

.crumbs span {
  color: var(--black);
}

.contactusFormdiv {
  padding: 50px 0;
}

.contactusFormdiv .container {
  max-width: 950px;
  position: relative;
}

.contactusFormdiv .mainHeading {
  font-size: 25px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.contactusFormdiv .flex_in_div {
  gap: 0 13px;
  margin-bottom: 25px;
  background: #ffffff42;
  padding: 15px 15px;
  border-radius: 8px;
  border: 1px solid #ddd;
}

.contactusFormdiv .icon {
  background: var(--primary);
  min-width: 45px;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contactusFormdiv .flex_in_div img {
  height: 25px;
  filter: invert(1);
}

.contactusFormdiv .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
}

.contactusFormdiv .desc {
  font-size: 14px;
  line-height: 25px;
}

.contactusFormdiv .leftcontent {
  padding-right: 35px;
}

.contactusFormdiv .formSide {
  padding: 40px 55px;
  background: #b7926c21;
  border-radius: 9px;
}

.contactusFormdiv .inputbox {
  margin-bottom: 15px;
}

.contactusFormdiv .inputbox:last-child {
  margin-bottom: 0;
}

.contactusFormdiv .textFiled {
  padding: 13px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}

.contactusFormdiv .formSide .btn {
  background: var(--primary);
  display: block;
  width: 50%;
  margin: 0 auto;
  color: var(--white);
  padding: 8px;
}

.locationMap iframe {
  height: 500px;
}

.hideFromPage {
  display: none;
}

.menuIcon {
  display: none;
}

.menuIcon img {
  width: 37px;
}
.fixedIcons {
  position: fixed;
  z-index: 5;
  bottom: 15px;
  padding: 5px;
  background: #fffcf1;
  border-radius: 50%;
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  box-shadow: 0 0 0 0 #29a71a;
  img {
    width: 60px;
    padding: 5px;
  }
  &.whatsapp {
    left: 15px;
  }
  &.phone {
    right: 15px;
    background: #122f27;
    img {
      filter: invert(1);
      padding: 10px;
    }
  }
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 20px rgba(255, 232, 160, 0);
  }
}

.pricelist-container .price-list-box {
  text-align: center;
  background-color: #fffefb;
  color: #000;
  max-width: 90%;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 8;
  margin-bottom: 35px;
}
/* .price-list-box::before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 108%;
  left: 46%;
  margin-left: 18px;
  border-width: 25px;
  border-style: solid;
  border-color: #850c70 transparent transparent;
  transform: rotate(0deg) translate(-50%, -50%);
} */
.pricelist-container .price-list-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-image: url(../images/pattern.png); */
  background-position: center;
  z-index: -1;
  filter: brightness(0);
  opacity: 0.4;
}
.pricelist-container .price-list-box h4 {
  font-size: 22px;
  text-transform: uppercase;
  color: #000;
  padding: 15px 5px;
  margin: 0;
  margin-top: 4px;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  letter-spacing: 1px;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #1e1d1d;
  border-bottom-style: dashed;
}
.pricelist-container .col-sm-12.col-md-6.col-lg-4 {
  margin-bottom: 0px;
  margin-top: 40px;
}
.pricelist-container .price-list-box h4::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -10%;
  width: 120%;
  height: 2px;
}
.pricelist-container .price-list-box h4::after {
  content: "";
  position: absolute;
  top: 0;
  left: -10%;
  width: 120%;
  height: 2px;
}
.pricelist-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 3px;
}
.pricelist-container .price-list-box .type {
  font-size: 16px;
  width: calc(50% - 0px);
  display: grid;
  border: none;
  border-right: 1px solid #000;
  border-right-style: dashed;
}
.pricelist-container .price-list-box .type span {
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.pricelist-container .price-list-box p.price-size {
  margin-top: 0;
  letter-spacing: 1px;
  width: calc(50% - 0px);
  font-size: 16px;
  display: grid;
}
.pricelist-container .price-list-box p.price-size span {
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.pricelist-container .price-list-box p.price-start {
  display: grid;
  font-size: 19px;
  background-color: #850c70;
  padding-top: 20px;
  padding-bottom: 20px;
  letter-spacing: 1px;
  color: #ffffff;
}
.pricelist-container .price-list-box p.price-start span {
  margin-top: 5px;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pricelist-container .price-list-box p.price-start .rupees-icon {
  width: auto;
  height: 29px;
  filter: invert(1);
}

.content-box .box {
  display: flex;
  width: 50%;
  align-items: center;
}
.content-box {
  display: flex;
  margin-bottom: 30px;
}

.content-box .box p.text {
  margin-left: 16px;
}
.content-box .box img.m3m-icons {
  width: 12%;
  object-fit: contain;
}
.overview-buttons {
  display: flex;
  justify-content: start;
}

.overview-buttons .custombtn2 {
  margin-left: 20px;
}
.pro_logo img {
  max-width: 190px;
  margin-bottom: 20px;
}
.header .logo_white {
  display: block;
}
.header .logo_dark {
  display: none;
}

.header.active .logo_white {
  display: none;
}
.header.active .logo_dark {
  display: block;
}

@media (max-width: 1600px) {
  .content-over-banner .typology {
    font-size: 26px;
  }
  .projectname img {
    width: 32%;
  }

  .content-over-banner .projectname {
    font-size: 37px;
  }

  .startingprice {
    font-size: 28px;
  }

  .key-highlights {
    margin-top: 0%;
  }

  .key-highlights .item {
    margin-bottom: 0;
  }

  .key-highlights .pera {
    font-size: 16px;
    border-color: #ffffff2e;
  }

  .banner-form {
    margin-top: 0;
  }

  .banner-form .heading {
    font-size: 14px;
    padding: 10px;
  }

  .fixedSocLinks .links {
    padding: 8px 8px;
  }

  .locationMap iframe {
    height: 350px;
  }
}

@media (max-width: 1380px) {
  .bnner-flex-btn {
    visibility: hidden;
  }

  .banner_content_wrapper {
    top: inherit !important;
    bottom: 0;
  }

  .content-over-banner {
    left: 5%;
  }

  .content-over-banner .projectname {
    font-size: 32px;
    margin: 15px 0 15px 0;
  }
  .content-over-banner .typology {
    font-size: 18px;
  }
  .overview-container .yrExpdiv .years {
    font-size: 28px;
  }
  .overview-container .yrExpdiv .text {
    font-size: 18px;
  }
  .overview-container .pera {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .content-box {
    display: flex;
    margin-bottom: 22px;
  }

  .key-highlights {
    padding-top: 0;
  }

  .key-highlights .item {
    padding: 0 5px 0 10px;
    margin-bottom: 7px;
  }

  .key-highlights .spans {
    padding-bottom: 3px;
  }

  .banner-form .heading {
    font-size: 12px;
    padding: 8px 10px;
  }
  .fixedIcons {
    img {
      width: 45px;
    }
    &.whatsapp {
      left: 3px;
      bottom: 4px;
    }
    &.phone {
      right: 2px;
      bottom: 4px;
    }
  }

  .banner-form {
    max-width: 295px;
  }
}

@media (max-width: 992px) {
  .menuIcon {
    display: block;
  }

  .common-title {
    margin: 0 auto 14px auto;
    text-align: center;
  }

  .common-title::before {
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .common-heading {
    font-size: 21px;
    text-align: center;
  }

  .banner-section .img-slider {
    height: 350px;
    object-fit: cover;
  }

  .bottom_gradient {
    display: none;
  }

  .banner_content_wrapper {
    top: 32%;
    flex-wrap: wrap;
  }

  .content-over-banner {
    width: 100%;
    padding: 25px 10px;
    margin: 0 auto auto auto;
    left: 0;
    background: var(--black);
    display: grid;
    text-align: center;
    justify-content: center;
    height: auto;
  }

  .content-over-banner::after,
  .content-over-banner::before {
    display: none;
  }

  .content-over-banner .location {
    /* background: var(--primary); */
    padding: 3px 5px;
    font-size: 14px;
    text-align: center;
  }

  .banner_content_wrapper {
    position: static;
    padding: 0;
  }

  .key-highlights {
    /* background: var(--primary); */
    max-width: 100%;
    flex-direction: row;
    align-items: center;
    padding-top: 0;
    height: fit-content;
    order: 2;
    margin-top: 0;
  }

  .key-highlights .points {
    width: 50%;
  }

  .key-highlights .item {
    padding: 0 10px 2px 5px;
    /* border: 1px solid #ffffff2e; */
    /* max-width: 95%; */
    /* margin-left: auto; */
    margin-right: auto;
    display: flex;
    /* justify-content: center; */
    gap: 10px;
    width: 100%;
    margin: 0 auto;
  }

  .key-highlights .item:last-child {
    /* border: 1px solid #ffffff2e; */
  }

  .key-highlights .banner-form {
    width: 50%;
  }

  .banner-form {
    order: 3;
    max-width: 100%;
    /* background: #fffef9; */
    box-shadow: rgb(0 0 0 / 24%) 0px 1px 4px;
  }

  .bnner-flex-btn {
    bottom: 37%;
  }

  .content-over-banner .buttonsdiv {
    margin: 0;
  }

  .content-over-banner .custombtn {
    min-width: fit-content;
    padding: 5px 10px;
    font-size: 14px;
  }

  .content-over-banner .projectname {
    font-size: 28px;
    margin: 0 0 16px 0;
  }

  .content-over-banner .typology {
    font-size: 20px;
    text-align: center;
  }

  .content-over-banner .startingprice {
    font-size: 22px;
    margin-bottom: 20px;
    margin-left: 13px;
  }

  .startingprice {
    font-size: 22px;
  }

  .startingprice span {
    font-size: 21px;
  }

  .key-highlights {
    flex-wrap: wrap;
    padding: 0px;
  }

  .key-highlights .points,
  .key-highlights .banner-form {
    width: 100%;
    max-width: 100%;
    background: var(--black);
  }

  .key-highlights .banner-form {
    background: var(--primary);
    padding: 27px;
  }

  .banner-form .heading {
    margin-bottom: 8px;
    background: #f9f7f0;
    color: #000;
    margin: 24px 0 0 0;
  }
  .banner-form .input_wrap {
    padding-top: 10px;
  }
  .banner-form input {
    margin-bottom: 10px;
    padding: 8px 15px;
  }

  .banner-form input:focus {
    box-shadow: unset;
  }

  .key-highlights .points .item {
    padding: 0 15px 10px 15px;
  }
}

@media (max-width: 767px) {
  .carousel-item::after {
    background-color: transparent;
    background: unset;
    width: 100%;
  }
  .header_main {
    padding: 2px 0;
  }
.contact-container .dev-cont{
  text-align: justify !important;
}
  .navmenu-main {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    display: block !important;
    background: var(--black);
    width: 80%;
    transition: all 0.4s ease-in-out;
  }

  .navmenu-main.active {
    left: 0;
    background: var(--black);
  }

  .navmenu-main li a {
    font-size: 14px;
  }

  .haaderDropDwon {
    padding-left: 15px;
  }

  .header_main .logo {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #fff;
  }

  .inner-header-main {
    flex-wrap: wrap;
  }

  .navmenu-main .headerConNo {
    padding-left: 15px;
  }

  .bnner-flex-btn {
    visibility: visible;
  }

  .overview-container {
    padding: 30px 0;
    margin-top: 0;
  }

  .overview-container .cols {
    padding: 0;
  }

  .overview-container .pera {
    margin-bottom: 11px;
    text-align: justify;
    font-size: 14px;
    line-height: 25px;
  }

  .banner-form .heading {
    font-size: 14px;
  }

  .overview-container .custombtn {
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }

  .fixedSocLinks {
    bottom: inherit;
    top: 15%;
  }

  .fixedSocLinks .links {
    padding: 2px 6px;
    bottom: inherit;
    top: 15%;
  }

  .fixedSocLinks .icons {
    width: 10px;
  }

  .contactusFormdiv .textFiled {
    padding: 8px 10px;
  }

  .contactusFormdiv .leftcontent {
    padding-right: 15px;
  }

  .contactusFormdiv .flex_in_div {
    margin-bottom: 12px;
  }

  .contactusFormdiv .mainHeading {
    margin-bottom: 6px;
  }

  .contactusFormdiv .inputbox {
    margin-bottom: 8px;
  }

  .contactusFormdiv .formSide {
    padding: 15px;
  }

  .contact-container {
    padding-bottom: 44px;
  }

  .footernew {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .footer-from-div .pera {
    padding-bottom: 15px;
  }

  .footerfomrdiv {
    margin: 0 auto;
  }

  .linkscol {
    padding: 10px;
    border-bottom: 1px solid #e1d3ac;
  }

  .footer_pages_links {
    padding: 0;
    margin-top: 12px;
  }

  .footer_pages_links .heading {
    font-size: 16px;
    margin-bottom: 0;
  }

  .theModal .modal-head {
    font-size: 27px;
  }
  .header .logo_white {
    display: none;
  }
  .header .logo_dark {
    display: block;
  }

  .header.active .logo_white {
    display: none;
  }
  .header.active .logo_dark {
    display: block;
  }
  .content-over-banner .typology {
    width: 100%;
  }
}

@keyframes arrow-down {
  from {
    transform: translateY(-30px);
  }

  to {
    transform: translateY(0);
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .banner_content_wrapper {
    /* top: 17%; */
    bottom: 4%;
  }
}

@media (max-width: 767px) {
  .content-box {
    display: block;
    margin-bottom: 30px;
  }
  .content-box .box {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
    align-items: center;
  }
  .projectname img {
    filter: unset;
    width: 46%;
  }
  .highlights-img {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .content-over-banner {
    background: #ebe3cd;
    color: #000;
  }

  .logo img {
    max-height: 73px;
  }

  .key-highlights .spans {
    padding-bottom: 0;
    text-shadow: 0 0 #000;
  }

  .key-highlights .pera {
    font-size: 16px;
  }

  .key-highlights .spans {
    font-size: 16px;
  }
  .banner-section .img-slider {
    filter: unset;
    margin-top: 55px;
  }
  .fixedIcons {
    &.whatsapp {
      bottom: 12%;
    }
  }
  .fixedIcons {
    &.phone {
      bottom: 12%;
    }
  }
  .fixedIcons {
    bottom: 45px;
    img {
      width: 35px;
    }
  }
  .key-highlights .item img {
    filter: invert(1);
  }
  .pricelist-container .price-list-box p.price-size {
    margin-top: 0;
    letter-spacing: 0px;
    width: calc(50% - 2px);
    font-size: 14px;
    display: grid;
  }
  .pricelist-container .col-sm-12.col-md-6.col-lg-4 {
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .pricelist-container .price-list-box p.price-start {
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  /* .fixedIcons{
  display: none;
} */

  .pro_logo {
    text-align: center;
  }
}

.header.active {
  background: #ffffff;
  animation: slide-down 0.9s;
}

.header.active .logo img {
  filter: none;
}
.header.active .navmenu li a {
  color: #000;
}

@media (max-width: 967px) {
  .navmenu li a {
    color: #ffffff;
  }
  .header.active .navmenu li a {
    color: #ffffff;
  }
  span.text-capitalize img {
    filter: brightness(0) saturate(100%);
  }
}

/* Merged from micro-style.css */
.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  padding: 2px 0;
  border-bottom: 1px solid rgb(255 255 255 / 0.1);
  background: #ffff;
}


.header .navmenu li a {
  font-size: 16px;
  color: var(--black);
}

.header.active {
  background: #ffff;
  animation: slide-down 0.9s;
}

.inner-header {
  align-items: center;
}

.header .container {
  padding: 0;
}

@keyframes slide-down {
  from {
    opacity: 1;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

 

.navmenu {
  margin: auto 0 auto auto;
}

.navmenu li {
  padding: 8px 10px;
}

.navmenu li a {
  font-size: 16px;
  color: var(--white);
}

.overview-container {
  padding-bottom: 90px;
  padding-top: 90px;
  position: relative;
  z-index: 0;
  background: url(../images/others/img3.webp);
}

.overview-container .container {
  position: relative;
  z-index: 1;
}

.overview-container .pera {
  margin-bottom: 17px;
  margin-top: 15px;
  letter-spacing: 1px;
  line-height: 27px;
  font-size: 15px;
}

.overview-container .custombtn {
  padding: 8px 26px;
  overflow: hidden;
}

.overview-container .custombtn img {
  width: 23px;
  margin-left: 10px;
  animation: arrow-down 1.5s infinite ease-in-out;
}

.overview-container .custombtn:hover img {
  filter: brightness(5.5);
}

.overview-container .imgdiv {
  position: relative;
}

.overview-container .imgdiv::after {
  content: "";
  position: absolute;
  right: 0;
  top: 4%;
  height: 23%;
  width: 21%;
  background: url(../images/icons/vectorimg.webp);
  z-index: -1;
}

.overview-container .topimg {
  box-shadow: var(--shadow);
  border: 15px solid var(--white);
  width: 74%;
}

.overview-container .bottomimg {
  position: absolute;
  right: 0%;
  bottom: 0;
  border: 15px solid var(--white);
  box-shadow: var(--shadow);
  width: 62%;
}

.overview-container .yrExpdiv {
  margin-top: 19px;
  height: 138px;
  width: 176px;
  background: var(--white);
  position: relative;
  box-shadow: 0 4px 63px 0 rgb(15 28 51 / 0.1);
  flex-direction: column;
}
 
.overview-container .yrExpdiv .text {
  font-size: 20px;
  text-transform: capitalize;
}

.highlights-contaier {
  padding: 90px 0;
  background: var(--black);
  position: relative;
  color: var(--white);
}

.highlights-contaier .commonPattern {
  right: 0;
  width: 100%;
  background: #fff0;
  opacity: 0.1;
  background-image: url(../images/others/sections-bg.webp);
  background-repeat: no-repeat;
  background-position: right;
}

.highlights-contaier .headings-div {
  margin-bottom: 25px;
}

.highlights-contaier .common-heading {
  font-size: 32px;
}

.highlights-contaier .desc {
  font-size: 16px;
  margin-bottom: 25px;
  letter-spacing: 1px;
}

.highlights-contaier .custombtn {
  padding: 10px 45px;
}

.highlights-contaier .common-box {
  border-bottom: 1px solid #eee;
}

.highlights-contaier .common-box:last-child {
  border-bottom: 0;
}

.highlights-contaier .text-div {
  padding: 17px 10px;
  width: 100%;
  border-left: 1px solid #eee;
}

.highlights-contaier .num {
  font-size: 34px;
  margin-bottom: 0;
  display: block;
  opacity: 0.5;
  min-width: 60px;
}

.highlights-contaier .text {
  font-size: 18px;
}

.highlights-img {
  padding: 15px;
  background-color: #fff;
  position: relative;
}

.highlights-img::after {
  content: "";
  position: absolute;
  right: 0;
  top: 4%;
  height: 23%;
  width: 21%;
  background: url(../images/icons/vectorimg.webp);
  z-index: -1;
}

.pricelist-container {
  padding: 70px 0;
  background-position: 100%;
  animation: wave-bg 7s infinite alternate;
  border-top: 0.02px solid #eeeeee7d;
  background: #eee url(../images/others/background-img.webp) no-repeat bottom;
}

.pricelist-container .common-title {
  margin-left: auto;
  margin-right: auto;
}

.pricelist-container .common-heading {
  text-align: center;
}

.pricelist-container .tabs {
  border: 1px solid var(--primary);
  border-radius: 50px;
  width: fit-content;
  overflow: hidden;
  margin-bottom: 50px;
}

.pricelist-container .tab-link {
  padding: 8px 45px;
  color: var(--primary);
  display: block;
  transition: all 0.4s ease-in-out;
}

.pricelist-container .tabs .tab-link.active,
.pricelist-container .tabs .tab-link:hover {
  background: var(--secondary);
  color: var(--white);
}

.pricingbox {
  gap: 35px;
  margin-top: 45px;
}

.pricingbox .box {
  padding: 25px;
  border: 1px solid #f3e7dc;
  width: calc(33% - 20px);
  text-align: center;
  background: #ffffff57;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
}

.pricingbox .box:hover {
  box-shadow: var(--shadow);
  margin-top: -15px;
}

.pricingbox .heading {
  font-size: 27px;
  font-family: "Montserrat";
  margin-bottom: 10px;
}

.pricingbox .price,
.pricingbox .sizes {
  display: flex;
  align-items: center;
  gap: 0 5px;
  justify-content: center;
  margin-bottom: 12px;
  font-size: 18px;
}

.pricingbox .price {
  flex-wrap: wrap;
}

.pricingbox .price strong,
.pricingbox .sizes strong {
  font-size: 18px;
}

.pricingbox .custombtn {
  padding: 10px 45px;
}

.floorplan-container {
  padding: 90px 0;
  color: var(--black);
}

.floorplan-container .common-title {
  margin-left: auto;
  margin-right: auto;
}

.floorplan-container .common-heading {
  text-align: center;
}

.floorplan-container .flex-plans-div {
  gap: 30px 0;
}

.floorplan-container .plans-box {
  padding: 15px;
}

.floorplan-container .inner-col {
  border: 3px solid var(--primary);
}

.floorplan-container .floor-img {
  padding: 5px;
}

.floorplan-container .typo {
  font-size: 26px;
  text-transform: uppercase;
  text-align: center;
  /* background: var(--primary); */
  color: var(--white);
  width: 100%;
  display: block;
}

.floorplan-container .positiondbtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* background: var(--primary); */
  color: var(--white);
  padding: 8px 26px;
  border: 0;
  font-size: 16px;
  box-shadow: var(--shadow);
  text-transform: capitalize;
  border-radius: 4px;
}

.floorplan-container .positiondbtn:hover {
  margin-top: -8px;
}

.floorplan-container .headings {
  margin-bottom: 45px;
}

.floorplan-container::after {
  background: url(../images/f-plans/bg-floor1.webp);
  opacity: 0.4;
}

.amenities-container {
  padding: 70px 0;
  position: relative;
}

.amenities-container .patterndiv {
  background: url(../images/others/vector.jpeg);
  background-repeat: repeat;
  background-size: contain;
}

.amenities-container .head {
  margin-bottom: 45px;
  display: grid;
  justify-content: center;
}

.amenities-container .head .common-title {
  margin: 0 auto 10px auto;
}

.amenities-container .wrapper {
  max-width: 95%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.gridAme {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  justify-content: center;
  align-items: center;
  gap: 80px;
  max-width: 74%;
  margin: 0 auto;
}

.gridAme .imgbox:first-child {
  grid-area: 1/ 1/ 3/ 2;
}

.gridAme .imgbox:nth-child(4) {
  grid-area: 1/ 4/ 3/ 5;
}

.amenities-container .imgbox {
  position: relative;
  margin: 0;
  margin-bottom: 0;
}

.amenities-container .am-images {
  /* filter: brightness(0.7); */
  width: 100%;
  object-fit: cover;
}

.amenities-container .fig-cap {
  position: absolute;
  bottom: 50%;
  backdrop-filter: blur(5px);
  background: #ffffffbd;
  padding: 7px 14px;
  display: block;
  border-radius: 3px;
  left: -21%;
  box-shadow: var(--shadow);
  text-transform: capitalize;
}

.location-container {
  padding: 90px 0;
  background: var(--white);
  height: 100%;
}

.location-container .headings {
  margin-bottom: 40px;
}

.location-container .listng_ul {
  margin-top: 30px;
}

.location-container .mapwrapper {
  height: 100%;
}

.location-container .lsit_li {
  font-size: 16px;
  padding-bottom: 31px;
  position: relative;
}

.location-container .lsit_li:last-child {
  padding-bottom: 0;
}

.location-container .lsit_li::after,
.location-container .lsit_li::before {
  position: absolute;
  content: "";
  height: 2px;
  background: #94266e;
  top: -20px;
  left: 0;
  width: 100%;
}

.location-container .lsit_li::before {
  height: 15px;
  width: 2px;
  left: 30px;
}

.location-container .list_right {
  text-align: right;
}

.location-container .list_right::before {
  left: inherit;
  right: 30px;
}

.location-container .list_right::after {
  left: 0;
  right: inherit;
}

.location-container span.btn {
  color: var(--white);
  width: fit-content;
  background: var(--primary);
  margin: 0 auto;
  padding: 10px 15px;
  border-radius: 4px;
  border: 2px solid var(--primary);
  font-weight: 600;
  margin-top: 7px;
}

/* .location-container::after {
    background: url(../images/map-bg.webp);
    opacity: .05
} */

.location-container .imgdiv {
  position: sticky;
  height: fit-content;
  top: 15px;
}

.location-container .imgdiv_inner {
  width: 100%;
}

.gallery-container {
  padding: 90px 0;
  background: #f9f7f0;
}

.gallery-container .headingsdiv {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
  padding-bottom: 25px;
}

.gallery-container .container {
  max-width: 100%;
}

.gallery-container .flex-div {
  justify-content: center;
  gap: 0 15px;
}

.gallery-container .gallay-img_tag {
  width: 17%;
  display: block;
  transition: all 0.5s ease-in-out;
}

.gallery-container .gallay-img_tag.active {
  width: calc(27% - 15px);
}

.gallery-container .gallay-img_tag.active img {
  filter: unset;
}

.gallery-container .gallay-img_tag img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  filter: brightness(0.6);
  transition: all 0.4s ease-in-out;
}

.discalimerdiv .pera {
  margin-bottom: 10px;
  font-size: 12px;
}

@media (max-width: 1600px) {
  .overview-container .yrExpdiv {
    left: 22px;
  }

  .overview-container .bottomimg {
    height: 65%;
  }

  .gridAme {
    gap: 77px;
    max-width: 95%;
  }

  .gallery-container .gallay-img_tag img {
    height: 400px;
  }
}

@media (max-width: 1380px) {
  .highlights-contaier .text {
    font-size: 15px;
  }

  .highlights-contaier .text-div {
    padding: 10px 24px;
    width: 86%;
    border-left: 1px solid #eee;
  }

  .highlights-contaier .num {
    font-size: 28px;
  }
}

@media (max-width: 1280px) {
  .highlights-contaier .text {
    font-size: 15px;
  }

  .highlights-contaier .text-div {
    padding: 10px 24px;
    width: 86%;
    border-left: 1px solid #eee;
  }

  .highlights-contaier .num {
    font-size: 28px;
  }
}

@media (max-width: 992px) {
  .header {
    padding: 2px 0;
  }

  .header .container {
    padding: 0 15px;
  }

  .navmenu {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    display: block !important;
    background: var(--black);
    width: 80%;
    transition: all 0.4s ease-in-out;
  }

  .navmenu.active {
    left: 0;
    background: var(--black);
  }

  .navmenu li a {
    font-size: 14px;
  }

  .overview-container .imgdiv {
    margin-top: 25px;
  }

  .pricingbox .box {
    width: calc(49% - 20px);
  }

  .floorplan-container .typo {
    font-size: 20px;
  }

  .gallery-container .headingsdiv {
    padding-left: 15px;
  }

  .gallery-container .flex-div {
    gap: 15px;
  }

  .gallery-container .gallay-img_tag {
    flex: 1 0 30%;
  }

  .gallery-container .gallay-img_tag img {
    height: 280px;
  }
}

@media (max-width: 767px) {
  .overview-container {
    padding: 30px 0;
    margin-top: 0;
  }

  .overview-container .cols {
    padding: 0;
  }

  .overview-container .custombtn {
    width: fit-content;
    display: block;
    margin: 0 auto;
  }

  .overview-container .pera {
    margin-bottom: 11px;
    font-size: 14px;
    text-align: center;
    line-height: 25px;
  }

  .highlights-contaier {
    padding: 30px 0;
  }

  .highlights-contaier .common-heading {
    font-size: 26px;
  }

  .highlights-contaier .desc {
    font-size: 14px;
  }

  .highlights-contaier .num {
    font-size: 27px;
  }

  .highlights-contaier .text-div {
    padding: 4px 16px;
  }

  .highlights-contaier .icon {
    width: 57px;
    height: 35px;
    padding: 0 10px;
  }

  .highlights-contaier .text {
    font-size: 14px;
  }

  .highlights-contaier .common-box {
    border-bottom: 1px solid #eee !important;
  }

  .highlights-contaier .custombtn {
    margin: 0 auto;
    padding: 4px 50px;
  }

  .highlights-contaier .wrap-left {
    text-align: center;
    position: static;
    margin-bottom: 25px;
  }

  .highlights-contaier .wrap-left,
  .highlights-contaier .points-div,
  .highlights-contaier .bottom-flex {
    padding: 0;
  }

  .amenities-container {
    padding: 30px 0;
  }

  .amenities-container .wrapper {
    padding: 0 15px;
    width: 100%;
  }

  .amenities-container .head {
    margin-bottom: 15px;
    padding: 0;
  }

  .amenities-container .am-images {
    height: 196px;
  }

  .amenities-container .fig-cap {
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
    text-align: center;
    background: #0000005c;
    color: var(--white);
    font-size: 13px;
  }

  .gridAme {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    gap: 5px;
  }

  .amenities-container .imgbox {
    width: 49%;
  }

  .pricelist-container {
    padding: 30px 0;
    background: #eee url(../images/others/background-img.webp);
    animation-duration: 20s;
  }

  .pricelist-container .price strong,
  .pricelist-container .sizes strong {
    font-size: 24px;
  }

  .pricingbox .box {
    width: 100%;
    padding: 15px 13px;
  }

  .pricingbox .heading {
    font-size: 24px;
  }

  .location-container {
    padding: 30px 0;
  }

  .location-container .headings {
    margin-bottom: 15px;
  }

  .location-container .listng_ul {
    padding: 0;
  }

  .location-container .lsit_li {
    padding-bottom: 17px;
    font-size: 14px;
    text-align: left;
    padding-left: 45px;
    padding-bottom: 10px;
    background: url(../images/icons/map.svg) no-repeat 3px 5px;
    background-size: 23px;
    border-bottom: 1px solid #b7926c;
    margin-bottom: 6px;
    
    
    
    

    b {
      font-size: 16px;
    }
  }

  .location-container .lsit_li::before {
    display: none;
  }

  .location-container .lsit_li::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 10px;
    width: 25px;
    height: 25px;
    background-image: url("../images/icons/location-icon.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
  }

  .location-container .lsit_li {
    /* border-bottom: none; */
    margin-bottom: 12px;
  }

   .location-container .lsit_li:last-child{
border-bottom: none;
   }

  .location-container .imgdiv {
    margin: 15px 0;
  }

  .location-container .imgdiv img {
    width: 137px;
  }

  .location-container span.btn {
    padding: 6px 11px;
    font-size: 14px;
    font-weight: 400;
  }

  .floorplan-container {
    padding: 30px 0;
  }

  .gallery-container {
    padding: 30px 0;
  }

  .gallery-container .gallay-img_tag {
    flex: 1 0 47%;
  }

  .gallery-container .gallay-img_tag.active {
    flex: 1 0 100%;
  }

  .gallery-container .gallay-img_tag img {
    height: 227px;
  }

  .contact-section .right-col {
    padding: 0;
  }

  .contact-section .from-col {
    margin-top: 15px;
    padding: 0;
  }

  .sitefooter {
    padding-bottom: 80px;
  }

  .logo img {
    max-height: 60px;
  }
}

@keyframes zoomOutEffect {
  from {
    transform: scale(1.2);
  }

  to {
    transform: scale(1);
  }
}

@keyframes btnborder {
  50% {
    border-color: var(--primary);
    background: #00000054;
  }
}

@keyframes fixedbtn {
  50% {
    background: var(--black);
    border-color: var(--white);
    color: var(--white);
  }
}

@keyframes headingColor {
  50% {
    color: var(--white);
  }
}

@keyframes arrow-down {
  from {
    transform: translateY(-30px);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes wave-bg {
  from {
    background-position: 90%;
  }

  to {
    background-position: 71%;
  }
}

@keyframes zoom_circle {
  50% {
    transform: scale(1.1);
  }
}

@keyframes wave {
  0% {
    background-position: 0% bottom;
  }

  50% {
    background-position: 50% bottom;
  }

  100% {
    background-position: 100% bottom;
  }
}

.blinkAnimation {
  animation: zoom 2s ease-in-out infinite;
  font-weight: 900;
  display: inline-block;
}

@keyframes zoom {
  0%,
  100% {
    /* opacity: 1; */
    transform: scale(1);
  }
  50% {
    /* opacity: 0; */
    transform: scale(1.2);
  }
}

@media (max-width: 768px) {
  .header {
    background-color: #ffffff;
  }

  .header.active {
    background-color: #ffffff;
  }

  .logo img {
    filter: unset !important;
  }

  .menuIcon img {
    filter: invert();
  }
}


/* Merged from index.html inline <style> block */
.iti__flag-box,
         .iti__country-name {
         margin-right: 6px;
         color: black;
         }
         .iti {
         width: 100%;
         margin-bottom: 15px;
         }
         .theModal .coldiv {
         padding-bottom: 12px;
         }
         .theModal .modal-content {
         padding: 27px 31px;
         }
         .modal-content {
         border: none !important;
         border-radius: 0 !important;
         }
         .iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
         margin-left: 6px;
         color: black;
         }
         .blinker {
         font-weight: 600;
         animation: blinkColor 1.5s infinite;
         font-size: 20px;
         margin-bottom: 10px;
         }
         .carousel-item {
         position: relative;
         }
         .slide-title,
         .img-title {
         position: absolute;
         right: 20px;
         bottom: 20px;
         background: rgba(0, 0, 0, 0.6);
         color: #fff;
         padding: 6px 14px;
         font-size: 13px;
         border-radius: 4px;
         font-weight: 500;
         z-index: 5;
         }
         .gallay-img_tag {
         position: relative;
         display: block;
         overflow: hidden;
         }
         .gallay-img_tag img {
         width: 100%;
         display: block;
         }
         /* Title always visible */
         .gallay-img_tag .img-title {
         position: absolute;
         right: 12px;
         bottom: 12px;
         background: rgba(0, 0, 0, 0.6);
         color: #fff;
         padding: 6px 14px;
         font-size: 12px;
         font-weight: 500;
         border-radius: 4px;
         z-index: 2;
         pointer-events: none;
         }
         @keyframes blinkColor {
         0% {
         opacity: 1;
         color: #d4af37; /* luxury gold */
         }
         50% {
         color: #ffffff;
         }
         100% {
         opacity: 1;
         color: #d4af37;
         }
         }
         @media (max-width: 768px) {
         .slide-title,
         .img-title {
         right: 10px;
         bottom: 10px;
         font-size: 11px;
         padding: 5px 10px;
         }
         .gallay-img_tag .img-title {
         right: 8px;
         bottom: 8px;
         font-size: 10px;
         padding: 5px 10px;
         }
         }
         .disclaimer  {
            line-height: 15px!important;
            font-size: 10px!important;
         }
         .status-card {
            position: absolute;
            width: 80px;
         }
         .project-card {
               position: relative;
               border-radius: 15px;
               overflow: hidden;
               background: #fff;
               box-shadow: 0 4px 15px rgba(0,0,0,0.1);
               transition: 0.3s;
               margin-bottom: 30px;
         }

         .project-card:hover {
               transform: translateY(-5px);
         }

         .project-img {
               width: 100%;
               height: 200px;
               object-fit: cover;
         }

         .project-body {
               padding: 20px;
               background: #efe7d7;
         }

         .project-title {
               font-weight: 600;
               font-size: 16px;
               margin-bottom: 10px;
         }

         .project-location {
               font-size: 14px;
               color: #555;
               margin-bottom: 10px;
         }

         .project-price {
               font-weight: bold;
               margin-bottom: 15px;
         }

         .btn-custom {
               background: #0d3b3f;
               color: #fff;
               border-radius: 6px;
               padding: 8px 15px;
         }

         .btn-custom:hover {
               background: #09282b;
               color: #fff;
         }

         .btn-group-custom {
               display: flex;
               justify-content: space-between;
         }


/* Generated from index.html inline style attributes */
.inline-style-1 { background: #f9f7f0; }
.inline-style-2 { color: #fff; }
.inline-style-3 { display: none; }
.inline-style-4 { width: 20px; }
.inline-style-5 { color: #000; font-size: 8px; }
.inline-style-6 { height: unset; }
.inline-style-7 { position: relative; }
.inline-style-8 { width: 20px; margin-right: 5px; filter: brightness(0) saturate(100%); }
.inline-style-9 { color: var(--primary); }
.inline-style-10 { margin: 0 auto 10px auto; }
.inline-style-11 { width: 100%; }
.inline-style-12 { background: var(--primary); color: var(--white); }
.inline-style-13 { color: var(--white); }
.inline-style-14 { filter: blur(5px); height: 270px; width: 100%; }
.inline-style-15 { font-weight: 400; color: #000; opacity: 1; font-size: 10px; letter-spacing: 0.5px; margin: 0; line-height: 15px; margin-bottom: 0px; }
.inline-style-16 { margin-top: 0; }
.inline-style-17 { width: 80px; }
.inline-style-18 { font-size: 12px; }
.inline-style-19 { cursor: pointer; }
.inline-style-20 { color: #0f58a0; }
.inline-style-21 { max-width: 450px; }
.inline-style-22 { max-height: 100px; }
.inline-style-23 { font-weight: 400; color: #000; opacity: 1; font-size: 10px; letter-spacing: 0.5px; margin: 0; line-height: 15px; margin-bottom: 15px; }
