@charset "UTF-8";
/* CSS Document */

.layout-bg.mid-form .features-form {
  background: none;
  margin-top: 60px;
  padding: 40px 20px;
  position: relative;
  top: auto;
  margin-bottom: 0;
}

.layout-bg.mid-form .features-form p {
  color: #ffffff;
}

.layout-bg.mid-form .features-form h1 {
  color: #ffffff;
}

.layout-bg.mid-form .features-form .error {
  color: #ff4444;
}

.layout-bg.mid-form .features-form input {
  border: 1px solid #ffffff;
}

.layout-bg.mid-form .features-form .submit {
  background: #ffffff !important;
  color: #4F5A3F !important;
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}


html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  font-weight: 300;
  color: #231918;
}

h1,
h2,
h3 {
  margin: 0;
  padding: 0
}

.fullWidthDiv {
  display: block;
  width: 100%;
  clear: both;
  padding: 0px;
  box-sizing: border-box;
}

.maxWidthDiv {
  margin: 0px auto;
  width: 100%;
  max-width: 1200px;
  padding: 20px;
  box-sizing: border-box;
  position: relative
}

.maxWidthDiv .Dflexmenu {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.commonContainer {
  display: block;
  clear: both;
  overflow: hidden;
}

.fixedHeader {
  position: fixed;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 4;
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between
}


.header {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}

.header li a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0px 18px;
  border-right: 1px solid #000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.header li a span {
  display: inline-flex;
  align-items: center;
}

.nav-icon {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  color: #4F5A3F;
}

.nav-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.header li a:link,
.header .menu-btn:link {
  text-decoration: none;
  color: #000;
}

.header li a:hover,
.header .menu-btn:hover {
  text-decoration: none;
  color: #4F5A3F;
}

.header li a:visited,
.header .menu-btn:visited {
  text-decoration: none;
  color: #000;
}

.header .logoDiv {
  float: left;
  width: 100%;
  max-width: 180px;
}

.header .logoDiv img {
  display: block;
  width: 100%;
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 80px;
  transition: max-height .2s ease-out;
}

.header .menu li:last-child a {
  border-right: 0
}

.header .menu .menu-cta {
  display: flex;
  align-items: center;
  padding-left: 14px;
}

.header .menu .menu-cta .header-btn {
  min-width: 150px;
  min-height: 42px;
  padding: 9px 22px;
  border: 0 !important;
  border-radius: 100px;
  background: #4F5A3F;
  color: #fff !important;
  font-weight: 600;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(79, 90, 63, 0.18);
}

.header .menu .menu-cta .header-btn:hover,
.header .menu .menu-cta .header-btn:focus {
  background: #37402c;
  color: #fff !important;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 18px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #4F5A3F;
  display: block;
  height: 3px;
  position: relative;
  transition: background .2s ease-out;
  width: 25px;
  border-radius: 100px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 7px;
  width: 15px;
  margin-left: 10px;
}

.header .menu-icon .navicon:after {
  top: -7px;
  width: 15px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked~.menu {
  max-height: 520px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
}

.header .menu-btn:checked~.menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked~.menu-icon .navicon:before {
  transform: rotate(-45deg);
  width: 28px;
  left: -5px;
  top: 10px;
}

.header .menu-btn:checked~.menu-icon .navicon:after {
  transform: rotate(45deg);
  width: 30px;
  top: 10px;
  left: 3px;
}

.fullWidthDiv.fixedHeader .navigationDiv {
  float: right;
}

.fullWidthDiv.bannerDiv {
  margin-top: 60px;
  background: #726f74;
  height: calc(100vh - 60px);
  height: calc(100svh - 60px);
  min-height: 520px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.banner-slider {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
}

.banner-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.banner-slider:not(.slick-initialized) .banner-slide:not(:first-child) {
  display: none;
}

.banner-slider .slick-list,
.banner-slider .slick-track,
.banner-slider .slick-slide,
.banner-slider .slick-slide>div,
.banner-slide {
  height: 100% !important;
}

.banner-slider .slick-list {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.banner-slide {
  position: relative;
  overflow: hidden;
}

.banner-slide picture {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.banner-slide img {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
}

.banner-slider .banner-arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.28);
  cursor: pointer;
  transform: translateY(-50%);
}

.banner-slider .banner-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.banner-slider .banner-arrow-prev {
  left: 18px;
}

.banner-slider .banner-arrow-next {
  right: 18px;
}

.banner-slider .banner-arrow-prev::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}

.banner-slider .banner-arrow-next::before {
  transform: translate(-65%, -50%) rotate(45deg);
}

.banner-slider .banner-arrow:hover,
.banner-slider .banner-arrow:focus {
  background: rgba(0, 0, 0, 0.48);
  border-color: #fff;
  outline: none;
}


@media only screen and (max-width: 1220px) {
  .fullWidthDiv.bannerDiv {
    height: calc(100svh - 60px);
    min-height: 0;
  }
}

@media only screen and (min-width: 769px) and (max-height: 700px) {
  .fullWidthDiv.bannerDiv {
    min-height: 0;
  }
}

@supports not (height: 100svh) {
  .fullWidthDiv.bannerDiv {
    height: calc(100vh - 60px);
  }

  @media only screen and (max-width: 1220px) {
    .fullWidthDiv.bannerDiv {
      height: calc(100vh - 60px);
    }
  }
}

.overlay-banner {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000000;
  background:
    linear-gradient(360deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.42) 42%, rgba(255, 255, 255, 0) 78%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.34) 0%, rgba(0, 0, 0, 0) 58%);
  left: 0;
  top: 0;
  z-index: 1
}

.video-sec .video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio (9 / 16 * 100) */
  height: 0;
  overflow: hidden;
  /* Hides any overflow from the iframe */
  border: 1px solid #DEDEDE;
}

.video-sec .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-cont {
  width: 100%;
  height: auto
}

.video-poster-link {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 7;
  overflow: hidden;
  border-radius: 8px;
  background: #000;
}

.video-cont img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-cont iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.video-poster-copy {
  position: absolute;
  left: 34px;
  bottom: 28px;
  z-index: 1;
  color: #fff;
  display: grid;
  gap: 6px;
}

.video-poster-copy strong {
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
}

.video-poster-copy span {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
}

.video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 86px;
  height: 60px;
  border-radius: 18px;
  background: #ff0000;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.35);
  transition: transform 0.25s ease, background 0.25s ease;
}

.video-play-button span {
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 21px solid #fff;
  margin-left: 5px;
}

.video-poster-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.14) 58%);
  transition: background 0.25s ease;
}

.video-poster-link:hover .video-play-button,
.video-poster-link:focus .video-play-button {
  background: #cc0000;
  transform: translate(-50%, -50%) scale(1.06);
}

.video-poster-link:hover::before,
.video-poster-link:focus::before {
  background: rgba(0, 0, 0, 0.28);
}

/*.video-sec iframe{ width: 100%; height: auto}
*/
.error {
  color: red;
  font-size: 13px;
  margin-top: 4px;
}

.error_s {
  color: #4F5A3F;
  font-size: 13px;
  margin-top: 4px;
}

input.error-input {
  border: 1px solid red;
}

.lead-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.submit.is-loading,
.submit:disabled {
  cursor: wait;
  opacity: 0.78;
}

.download-btn {
  background: #fff;
  font-size: 15px;
  font-weight: 500;
  background: #fff;
  border-radius: 100px;
  padding: 10px 20px;
  margin: 10px 0;
  display: table;
  color: #4F5A3F;
  /* text-transform: uppercase; */
  cursor: pointer;
  text-decoration: none;
  margin: 10px auto;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 250px
}

.download-btn img {
  width: 35px;
  height: auto
}

.banner-btn {
  background: #fff;
  font-size: 21px;
  font-weight: 700;
  background: #fff;
  border-radius: 100px;
  padding: 7px 21px;
  margin: 0px 0;
  color: #4F5A3F;
  /* color: #004F6E; */
  /* text-transform: uppercase; */
  cursor: pointer;
  text-decoration: none;
  display: inline-block
}

.feature-holder .mobile-banner-form {
  display: none;
}



.header-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border-radius: 100px;
  padding: 5px 20px;
  /* text-transform: uppercase; */
  cursor: pointer;
  background: #4F5A3F;
  border-right: 0 !important;
  text-decoration: none;
}

.mobile-sticky-actions {
  display: none;
}

.floating-contact-actions {
  display: block;
}

.floating-action-btn {
  position: fixed;
  bottom: 24px;
  z-index: 8;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  color: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
  text-decoration: none;
}

.floating-action-btn::before,
.floating-action-btn::after {
  content: "";
  position: absolute;
  inset: -7px;
  border: 2px solid currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: contact-ripple 2.2s ease-out infinite;
  pointer-events: none;
}

.floating-action-btn::after {
  animation-delay: 1.1s;
}

.floating-action-btn svg {
  display: block;
  width: 27px;
  height: 27px;
  fill: currentColor;
}

.floating-whatsapp svg {
  width: 28px;
  height: 28px;
  transform: none;
}

.floating-action-btn:hover,
.floating-action-btn:focus {
  color: #fff;
  text-decoration: none;
}

.floating-whatsapp {
  left: 24px;
  background: #25D366;
  color: #25D366;
}

.floating-whatsapp svg {
  color: #fff;
}

.floating-call {
  right: 24px;
  background: #4F5A3F;
  color: #4F5A3F;
}

.floating-call svg {
  color: #fff;
}

@keyframes contact-ripple {
  0% {
    opacity: 0.55;
    transform: scale(0.82);
  }

  70% {
    opacity: 0;
    transform: scale(1.45);
  }

  100% {
    opacity: 0;
    transform: scale(1.45);
  }
}

.mobile-action-btn {
  color: #fff;
  text-decoration: none;
}

.commonHeader {
  display: block;
  clear: both;
  margin: 0px;
  padding-bottom: 20px;
  font-family: "STIX Two Text", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  font-weight: 400;
  line-height: 60px;
  color: #780524;
}

.parentDiv {
  display: block;
  clear: both;
  overflow: hidden;
}

.disTable {
  display: table;
  width: 100%;
}

.disTable .div50perc {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  box-sizing: border-box;
}

.banner-text-wrapper {
  position: absolute;
  bottom: 36px;
  text-align: center;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 3;
  padding-left: 20px;
  padding-right: 20px;
}

.banner-text-holder {
  width: min(100%, 820px);
  max-width: 820px;
  max-height: calc(100svh - 150px);
  overflow: auto;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0 auto;
  /* padding: 20px 28px 22px; */
  /* border: 1px solid rgba(255, 255, 255, 0.18); */
  /* border-radius: 8px; */
  /* background: linear-gradient(180deg, rgba(15, 18, 14, 0.22), rgba(15, 18, 14, 0.34));
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.16); */
  /* backdrop-filter: blur(1px); */
}

.BOT-Part {
  width: 100% !important;
  max-width: 100%;
  margin-top: 200px;

}

.banner-text-holder h1 {
  font-size: 60px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
}

.banner-text-holder h2 {
  max-width: 100%;
  font-size: 30px;
  font-weight: 700;
  /* text-transform: uppercase; */
  line-height: 1.08;
  text-wrap: balance;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.5);
}

.banner-text-holder h3 {
  max-width: 100%;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 2px;
  text-wrap: balance;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.45);
}


.banner-text-holder p {
  max-width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0;
  text-wrap: balance;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}

.banner-text-holder p img {
  width: 19px;
  height: 19px;
  margin-right: 0;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.45));
}

.banner-location {
  color: #ffffff;
  opacity: 0.95;
}

.banner-text-holder .rera {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  display: flex;
}


.feature-holder {
  width: 100%;
  color: #fff;
  padding: 20px 0;
  position: relative;
  background: #4F5A3F;
  padding: 40px 0;
}

.feature-holder h1 {
  font-size: 60px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
}

.feature-holder h2 {
  font-size: 40px;
  font-weight: 700;
  /* text-transform: uppercase; */
  line-height: 1.2;
}

.feature-holder h3 {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
}

.feature-holder p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  display: block;
  max-width: 980px;
  margin: 18px auto;
  text-align: center;
}

.feature-holder-holder .rera {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  display: flex;
}


/*slick dot*/
.dotsW {
  color: transparent;
  text-align: center;
  margin: 0 auto;
  padding: 0
}

.dotsW li {
  display: inline-block;
  text-align: center;
  margin: 0 5px
}

.dotsW li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 25px;
  height: 15px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  position: relative;
}

.dotsW li button::before {
  font-family: 'slick';
  font-size: 35px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 15px;
  height: 15px;
  content: "";
  text-align: center;
  opacity: 1;
  color: black;
  border-radius: 100px;
  border: 1px solid #015AAD;
  background: transparent;
  -webkit-font-smoothing: antialiased;
  border: 1px solid #fff;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
}

.dotsW li.slick-active button:before {
  background: #fff;
  width: 35px
}


.dotsB {
  color: transparent;
  text-align: center;
  margin: 0 auto;
  padding: 0
}

.dotsB li {
  display: inline-block;
  text-align: center;
  margin: 0 5px
}

.dotsB li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 25px;
  height: 15px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  position: relative;
}

.dotsB li button::before {
  font-family: 'slick';
  font-size: 35px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 15px;
  height: 15px;
  content: "";
  text-align: center;
  opacity: 1;
  color: black;
  border-radius: 100px;
  border: 1px solid #015AAD;
  background: transparent;
  -webkit-font-smoothing: antialiased;
  border: 1px solid #4F5A3F;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
}

.dotsB li.slick-active button:before {
  background: #4F5A3F;
  width: 35px
}



/*End slick dot*/


.features-holder {
  text-align: left;
}

.feature-holder .rera {
  max-width: none;
  margin-bottom: 34px;
}

.project-info-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  max-width: 980px;
  margin: 38px auto 0;
  border: 1px solid rgba(255, 255, 255, 0.42);
}

.project-info-item {
  padding: 22px 18px;
  text-align: center;
}

.project-info-item+.project-info-item {
  border-left: 1px solid rgba(255, 255, 255, 0.42);
}

.project-info-item span,
.project-info-item strong {
  display: block;
}

.project-info-item span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.project-info-item strong {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.pricing-holder {
  background: #fff;
}

.pricing-table-wrap {
  margin-top: 28px;
  overflow-x: auto;
}

.pricing-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #d8d8d8;
  background: #fff;
}

.pricing-table th,
.pricing-table td {
  padding: 18px 22px;
  border: 1px solid #d8d8d8;
  text-align: left;
  font-size: 17px;
  line-height: 1.45;
}

.pricing-table th {
  background: #4F5A3F;
  color: #fff;
  font-weight: 600;
}

.pricing-table td:nth-child(3) {
  color: #4F5A3F;
  font-weight: 600;
}

.pricing-callback-btn {
  display: inline-block;
  border-radius: 100px;
  background: #4F5A3F;
  color: #fff;
  padding: 9px 18px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.pricing-callback-btn:hover,
.pricing-callback-btn:focus {
  color: #fff;
  background: #37402c;
  text-decoration: none;
}

.highlights-holder {
  background: #F7F7F7;
}

.highlights-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.highlight-item {
  position: relative;
  min-height: 78px;
  padding: 18px 20px 18px 54px;
  background: #fff;
  border: 1px solid #e2e2e2;
  color: #231918;
  font-size: 17px;
  line-height: 1.45;
  display: flex;
  align-items: center;
}

.highlight-item::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 50%;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #4F5A3F;
  transform: translateY(-50%);
  box-shadow: 0 0 0 6px rgba(79, 90, 63, 0.12);
}

.Padd {
  padding: 60px 20px 20px 20px;
}

.text-wrapper {
  display: inline-grid;
  margin: 10px 0
}

.text-wrapper span {
  line-height: 1
}

.heading {
  font-size: 52px;
  font-weight: 600;
  color: #4F5A3F;
  /* text-transform: uppercase; */
}

.sub-head {
  font-size: 30px;
  font-weight: 400;
  color: #000;
  /* text-transform: uppercase; */
}

.amenities-image-holder {
  width: 98%;
  height: 450px;
  overflow: hidden;
  position: relative;
}

.amenities-image-holder img {
  width: 100%;
  object-fit: cover;
  text-align: center;
  height: 100%
}

.amenities-image-holder .imgoverlay {
  background: #000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 52%);
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 100%
}

.amenities-image-text {
  font-size: 24px;
  font-weight: 600;
  position: absolute;
  z-index: 2;
  color: #fff;
  bottom: 10px;
  left: 10px
}

.layout-bg {
  background: #4F5A3F;
}

.plan-preview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 12px;
  margin-bottom: 30px;
}

.plan-preview-card {
  position: relative;
  display: block;
  min-height: 330px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: #fff;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
}

.plan-preview-card:hover,
.plan-preview-card:focus {
  color: #fff;
  text-decoration: none;
}

.plan-preview-image {
  position: absolute;
  inset: 0;
  display: block;
}

.plan-preview-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 28px;
  filter: blur(6px);
  transform: scale(1.04);
  opacity: 0.78;
}

.plan-preview-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 24px;
  text-align: center;
  background: rgba(15, 18, 14, 0.46);
}

.plan-preview-overlay strong {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.1;
}

.plan-preview-overlay span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 100px;
  background: #fff;
  color: #4F5A3F;
  padding: 10px 22px;
  font-size: 16px;
  font-weight: 600;
}

.WH-text {
  color: #fff !important
}



/*drag CSS*/

/* The image to pan */
.pan-image {
  position: absolute;
  top: 0px;
  left: 0px;
  /*  transform: translate(-30%, 0%); */
  user-select: none;
  -webkit-user-drag: none;
  width: 150%;
  /* make sure it’s larger than the box */
  min-height: 150%;
  height: auto;
  cursor: inherit;


}

/* Overlay text */
.overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: system-ui, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px 20px;
  border-radius: 8px;
  pointer-events: none;
  /* let drag events pass through */
  transition: opacity 0.4s ease;
}

.overlay-text.hidden {
  opacity: 0;
}

/*END drag CSS*/

/* Connectivity CSS */

.connectivity-holder {
  background: #ffffff;
}

.connectivity-holder .Padd {
  padding-top: 70px;
  padding-bottom: 70px;
}

.connectivity-head {
  max-width: 860px;
}

.connectivity-intro {
  color: #231918;
  font-size: 18px;
  line-height: 1.7;
  margin: 18px 0 0;
}

.connectivity-map {
  width: 100%;
  aspect-ratio: 16 / 5.4;
  overflow: hidden;
  background: #f7f7f7;
  border: 1px solid #d9ded3;
  border-radius: 8px;
  margin-top: 28px;
}

.connectivity-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.connectivity-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.connectivity-card {
  background: #f8f8f8;
  border: 1px solid #e0e4da;
  border-radius: 8px;
  padding: 22px 18px;
  min-height: 100%;
}

.connectivity-card h3 {
  color: #4F5A3F;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  margin: 0 0 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(79, 90, 63, 0.2);
}

.connectivity-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.connectivity-card li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  color: #231918;
  font-size: 15px;
  line-height: 1.45;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.connectivity-card li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.connectivity-card strong {
  color: #4F5A3F;
  font-weight: 600;
  white-space: nowrap;
}

@media (max-width: 1100px) {
  .connectivity-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/*END Connectivity CSS*/

.about-builder-holder {
  background: #E3E3E3;
}

.about-builder-holder .Padd {
  padding-top: 60px;
  padding-bottom: 60px;
}

.about-builder-content {
  max-width: 980px;
}

.about-builder-content .text-wrapper {
  margin-bottom: 18px;
}

.about-builder-content p {
  font-size: 18px;
  line-height: 1.7;
  color: #231918;
  margin: 0;
}

.footer-holder {
  background: #4F5A3F;
  padding: 0;
  text-align: center;
  font-size: 12px;
  color: #fff;
}

.footerWidthDiv {
  margin: 0px auto;
  width: 100%;
  max-width: 1200px;
  padding: 10px;
  overflow: hidden;
  box-sizing: border-box;
}

.bottom-footer-white {
  background: #fff;
  /* height: 60px; */
  display: none
}

.gallery-holder {
  display: flex;
}

.gallery-holder>div:nth-child(1) {
  width: 30%;
}

.gallery-holder>div:nth-child(2) {
  width: 70%;
}

.galtext-wrapper {
  display: inline-block;
  margin: 10px 0
}

.galtext-wrapper span {
  line-height: 0.9;
  width: 100%;
  display: block;
}

.gallery-wrapper-desktop {
  margin: 20px 0;
  display: block
}

.gallery-wrapper-mobile {
  margin: 21px 0 50px 0;
  display: block
}

.gridDivCont {
  display: block;
  clear: both;
  overflow: hidden;
}

.gridDivCont .divCont_1 {
  float: left;
  width: 50%;
}

.gridDivCont .divCont_2 {
  float: left;
  width: 25%;
}

.gridDivCont .divCont_3 {
  float: left;
  width: 25%;
}

.gridDivCont .divCont_3 .parentDiv {
  float: left;
  width: 100%;
}

.gridDivCont .divCont_3 .parentDiv .imgDiv {
  float: left;
  width: 100%;
}

.gridDivCont .divCont_4 {
  float: left;
  width: 100%;
}

.gridDivCont .divCont_5 .parentDiv .imgDiv.bigDiv {
  float: left;
  width: 50%;
}

.gridDivCont .divCont_1 .imgDiv {
  float: left;
  width: 100%;
}

.gridDivCont .divCont_2 .imgDiv {
  float: left;
  width: 100%;
}

.gridDivCont .divCont_3 .imgDiv {
  float: left;
  width: 100%;
}

.gridDivCont .divCont_4 .imgDiv {
  float: left;
  width: 25%;
}

.gridDivCont .divCont_4 .imgDiv.bigDiv {
  float: left;
  width: 50%;
}

.imgDiv img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.gridDivCont .divCont_1 img,
.gridDivCont .divCont_2 img,
.gridDivCont .divCont_3 img,
.gridDivCont .divCont_4 img,
.gridDivCont .divCont_5 img {
  display: block;
  width: 100%;
  border: solid 6px #fff;
  box-sizing: border-box;
  border-radius: 10px;
}

.gall-overlay {
  background: #000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 52%);
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 100%
}

/* modal*/
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.7);
  /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;

}

.modal-content h1 {
  font-size: 32px;
  color: #4F5A3F;
  text-transform: math-auto;
  font-weight: 600;
  margin: 0
}

.modal-content p {
  font-size: 16px;
  color: #4F5A3F;
  /* text-transform: uppercase; */
  font-weight: 400;
  margin: 0
}

.modal-content input {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  border: 1px solid #4F5A3F;
  border-radius: 10px;
  padding: 10px;
  margin: 10px 0;
  width: 100%;
  box-sizing: border-box
}

.modal-content .form-btn {
  display: flex;
  gap: 10px
}

.modal-content .submit {
  font-size: 16px;
  background: #4F5A3F;
  color: #fff;
  text-align: center;
  /* text-transform: uppercase ; */
  font-weight: 400;
  border-radius: 100px;
  padding: 10px 20px;
  margin: 10px 0;
  width: 100%;
  cursor: pointer;
  border: 0
}

.modal-content .close {
  font-size: 16px;
  background: #fff;
  color: #4F5A3F;
  text-align: center;
  /* text-transform: uppercase ; */
  font-weight: 400;
  border: 1px solid #4F5A3F;
  border-radius: 100px;
  padding: 10px 20px;
  margin: 10px 0;
  width: 100%;
}


/*popup-css*/

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  overflow-y: auto;
  pointer-events: none;
}

.overlay.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.popup {
  margin: auto;
  padding: 20px;
  background: #fff;
  max-width: 400px;
  width: min(100%, 400px);
  position: relative;
  transition: all 5s ease-in-out;
  border-radius: 12px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
}

.popup-close {
  position: absolute;
  top: -19px;
  right: -19px;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #4F5A3F;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
  z-index: 2;
}

.popup-close svg {
  display: block;
  width: 16px;
  height: 16px;
  fill: currentColor;
  pointer-events: none;
}

.popup-close:hover,
.popup-close:focus {
  background: #3d4730;
  outline: none;
}


.popup .close {
  transition: all 200ms;
  text-decoration: none
}

.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px) {
  .box {
    width: 70%;
  }

  .popup {
    width: min(100%, 400px);
  }
}

/*Endpopup-css*/



/* The Close Button */
.close {
  color: #aaaaaa;

}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}




.gall-image-holder {
  width: 98%;
  height: 350px;
  overflow: hidden;
  position: relative;
}

.gall-image-holder img {
  width: 100%;
  object-fit: cover;
  text-align: center;
  height: 100%
}

.gall-image-holder .imgoverlay {
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 100%
}

.gall-image-icon {
  position: absolute;
  z-index: 2;
  color: #fff;
  text-transform: uppercase;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.gall-image-icon img {
  width: 40px;
  height: auto
}

/*image lightbox*/

.main .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
}

.main .card {
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
  color: #333333;
  border-radius: 2px;
}

.main .card-image {
  background: #ffffff;
  display: block;
  padding-top: 70%;
  position: relative;
  width: 100%;
}

.main .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


@media only screen and (max-width: 600px) {
  .main .container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}

/*End image lightbox*/





@media (max-width: 1024px) {
  .fixedHeader {
    padding: 0 10px;
    box-sizing: border-box;
    z-index: 6
  }
}

@media (min-width: 769px) {
  .header li {
    float: left;
  }

  .header li a {
    padding: 0px 14px;
  }

  .header .menu {
    clear: none;
    float: right;
    max-height: none;
    display: flex;
    align-items: center;
    position: relative;
    top: inherit
  }

  .header .menu-icon {
    display: none;
  }
}

@media (min-width: 769px) and (max-width: 1200px) {
  .fixedHeader {
    padding: 0 16px;
    box-sizing: border-box;
  }

  .header {
    max-width: 100%;
    gap: 16px;
  }

  .header .logoDiv {
    flex: 0 0 150px;
    max-width: 150px;
  }

  .header .menu {
    flex: 1;
    justify-content: flex-end;
    min-width: 0;
  }

  .header li a {
    padding: 0 10px;
    font-size: 15px;
    white-space: nowrap;
  }

  .nav-icon {
    width: 15px;
    height: 15px;
    flex-basis: 15px;
  }

  .header-btn {
    padding: 5px 16px;
    font-size: 15px;
    white-space: nowrap;
  }
}

@media (min-width: 769px) and (max-width: 920px) {
  .fixedHeader {
    padding: 0 10px;
  }

  .header {
    gap: 10px;
  }

  .header .logoDiv {
    flex-basis: 124px;
    max-width: 124px;
  }

  .header li a {
    padding: 0 6px;
    font-size: 13px;
  }

  .header-btn {
    padding: 5px 9px;
    font-size: 13px;
  }

  .nav-icon {
    display: none;
  }
}




@media only screen and (max-width: 768px) {
  .overlay-banner {
    background: #000000;
    background: linear-gradient(0deg, rgb(0 0 0 / 78%) 0%, rgb(0 0 0 / 48%) 42%, rgba(255, 255, 255, 0) 100%);
    /* display: none; */
  }

  .fullWidthDiv.bannerDiv {
    height: 550px;
    min-height: 550px;
  }

  .banner-slider .banner-arrow {
    width: 30px;
    height: 30px;
  }

  .banner-slider .banner-arrow-prev {
    left: 10px;
  }

  .banner-slider .banner-arrow-next {
    right: 10px;
  }

  .header {
    display: inline-block;
    padding: 0 10px
  }

  .banner-text-holder {
    width: 100%;
    max-height: calc(550px - 110px);
    padding: 16px 14px 18px;
    gap: 6px;
    border-radius: 8px;
    /* background: linear-gradient(180deg, rgba(15, 18, 14, 0.28), rgba(15, 18, 14, 0.42)); */
  }

  .banner-text-holder h2 {
    font-size: 18px;
    line-height: 1.12;
  }

  .banner-text-holder h3 {
    font-size: 16px;
    line-height: 1.2;
  }

  .banner-text-holder h1 {
    font-size: 36px
  }

  .banner-text-holder p {
    font-size: 13px;
    line-height: 1.35;
    margin-bottom: 0;
  }

  .banner-text-holder p img {
    width: 16px;
    height: 16px;
  }

  .banner-btn {
    display: none;
  }

  .video-poster-link {
    aspect-ratio: 16 / 9;
  }

  .video-poster-copy {
    left: 18px;
    bottom: 18px;
  }

  .video-poster-copy strong {
    font-size: 24px;
  }

  .video-poster-copy span {
    font-size: 14px;
  }

  .video-play-button {
    width: 66px;
    height: 46px;
    border-radius: 14px;
  }

  .video-play-button span {
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 16px;
  }



  .feature-holder h2 {
    font-size: 30px;
  }

  .feature-holder .mobile-banner-form {
    display: block;
  }

  .feature-holder h3 {
    font-size: 19px
  }

  .feature-holder h1 {
    font-size: 36px
  }

  .feature-holder p {
    font-size: 15px;
  }

  .project-info-row {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .project-info-item {
    padding: 18px 16px;
  }

  .project-info-item+.project-info-item {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.42);
  }

  .project-info-item strong {
    font-size: 22px;
  }

  .pricing-table-wrap {
    overflow: visible;
  }

  .pricing-table,
  .pricing-table thead,
  .pricing-table tbody,
  .pricing-table tr,
  .pricing-table th,
  .pricing-table td {
    display: block;
  }

  .pricing-table {
    border: 0;
    background: transparent;
  }

  .pricing-table thead {
    display: none;
  }

  .pricing-table tr {
    margin-bottom: 14px;
    border: 1px solid #d8d8d8;
    background: #fff;
  }

  .pricing-table td {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 16px;
    border: 0;
    border-bottom: 1px solid #e6e6e6;
    font-size: 15px;
    text-align: right;
  }

  .pricing-table td::before {
    content: attr(data-label);
    flex: 0 0 45%;
    color: #231918;
    font-weight: 600;
    text-align: left;
  }

  .pricing-table td:last-child {
    border-bottom: 0;
  }

  .plan-preview-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .plan-preview-card {
    min-height: 250px;
  }

  .plan-preview-image img {
    padding: 18px;
  }

  .plan-preview-overlay strong {
    font-size: 26px;
  }

  .plan-preview-overlay span {
    min-height: 38px;
    padding: 9px 18px;
    font-size: 14px;
  }

  .highlights-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .highlight-item {
    min-height: auto;
    padding: 15px 16px 15px 46px;
    font-size: 15px;
  }

  .highlight-item::before {
    left: 18px;
    width: 10px;
    height: 10px;
  }

  .nei-flex {
    display: flex;
    flex-wrap: wrap-reverse;
    padding-bottom: 0 !important
  }

  .padd-Top {
    padding-top: 0 !important
  }

  .gallery-holder {
    flex-wrap: wrap
  }

  .gallery-holder>div {
    width: 100%
  }

  .gallery-holder>div:nth-child(1) {
    width: 100%;
  }

  .gallery-holder>div:nth-child(2) {
    width: 100%;
  }

  .gallery-wrapper-desktop {
    display: none;
  }

  .gallery-wrapper-mobile {
    display: block;
  }

  .heading {
    font-size: 30px
  }

  .connectivity-holder .Padd {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .connectivity-intro {
    font-size: 16px;
    line-height: 1.6;
  }

  .connectivity-map {
    aspect-ratio: 1 / 1;
    margin-top: 22px;
  }

  .connectivity-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 18px;
  }

  .connectivity-card {
    padding: 18px 16px;
  }

  .connectivity-card li {
    font-size: 14px;
    gap: 12px;
  }

  .about-builder-content p {
    font-size: 16px;
    line-height: 1.6;
  }

  .about-builder-holder .Padd {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .floating-contact-actions {
    display: none;
  }

  .mobile-sticky-actions {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: #fff;
    border-top: 1px solid #d8d8d8;
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.14);
  }

  .mobile-action-btn {
    display: flex;
    min-width: 0;
    height: 50px;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
  }

  .mobile-action-btn:nth-child(1) {
    background: #4F5A3F;
  }

  .mobile-action-btn:nth-child(2) {
    background: #25D366;
  }

  .mobile-action-btn:nth-child(3) {
    background: #314021;
  }

  .mobile-action-btn+.mobile-action-btn {
    border-left: 1px solid rgba(255, 255, 255, 0.28);
  }

  .mobile-action-btn:hover,
  .mobile-action-btn:focus {
    color: #fff;
    text-decoration: none;
  }

  .action-icon {
    display: flex;
    flex: 0 0 22px;
    width: 19px;
    height: 19px;
    align-items: center;
    justify-content: center;
  }

  .action-icon svg {
    display: block;
    width: 19px;
    height: 19px;
    fill: currentColor;
  }

  .whatsapp-icon svg {
    width: 20px;
    height: 20px;
    transform: none;
  }

  .header-btn {
    display: none;
  }

  .menu li {}

  .menu li a {
    border-bottom: 1px solid #000;
    border-right: 0;
    justify-content: flex-start;
    padding: 12px 18px;
    gap: 10px;
  }

  .menu-cta {
    padding: 12px 18px;
  }

  .menu-cta .header-btn {
    width: 100%;
    padding: 11px 18px;
    min-width: 0;
  }

  .header .menu li:last-child a {
    border: 0
  }

  .bottom-footer-white {
    display: block;
    height: 50px;
  }

  .overlay-text {
    text-align: center;
    width: 35%;
    font-size: 16px
  }

  .pan-container {
    aspect-ratio: 3/2
  }

  .pan-image {
    width: 150%;
    min-height: 150%;
  }

  .fullWidthDiv {
    overflow: hidden;
  }

  .responsive02 .slick-list {
    overflow: visible;
  }

  .popup h1 {
    font-size: 28px
  }
}


@media only screen and (max-width: 768px) {
  .feature-holder .rera {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    display: flex;
  }
}


.features-holder {
  position: relative;
  width: 100%;
}

.features-form {
  background: #fff;
  padding: 20px;
  top: -190px;
  z-index: 2;
  margin: 0 auto;
  margin-bottom: 20px;
  border-radius: 20px;
  width: 100%;
  position: absolute;
  box-sizing: border-box;
}

.features-form {
  color: #000;
}

.features-form form {
  display: flex;
  gap: 10px;
}

.features-form h1 {
  font-size: 32px;
  color: #4F5A3F;
  text-transform: math-auto;
  font-weight: 600;
  margin: 0
}

.features-form p {
  font-size: 16px;
  color: #4F5A3F;
  /* text-transform: uppercase; */
  font-weight: 400;
  margin: 0
}

.features-form input {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  border: 1px solid #4F5A3F;
  border-radius: 10px;
  padding: 10px;
  margin: 10px 0;
  width: 100%;
  box-sizing: border-box
}

/* .features-form .form-btn{ display: flex; gap:10px } */
.features-form .submit {
  font-size: 16px;
  background: #4F5A3F;
  color: #fff;
  text-align: center;
  /* text-transform: uppercase ; */
  font-weight: 400;
  border-radius: 100px;
  padding: 10px 20px;
  margin: 10px 0;
  width: 100%;
  cursor: pointer;
  border: 0
}

.features-form .close {
  font-size: 16px;
  background: #fff;
  color: #4F5A3F;
  text-align: center;
  /* text-transform: uppercase ; */
  font-weight: 400;
  border: 1px solid #4F5A3F;
  border-radius: 100px;
  padding: 10px 20px;
  margin: 10px 0;
  width: 100%;
  display: none;
}

.features-form .field-holder {
  flex: 1;
}

.fullWidthDiv-features {
  display: block;
  width: 100%;
  clear: both;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .features-form form {
    flex-direction: column;
    gap: 0px;
  }

  .feature-holder {
    padding-top: 320px;
  }

  .features-form {
    top: -400px;
  }

  .banner-text-wrapper {
    bottom: 60px;
  }
  
}
