@import url('https://fonts.googleapis.com/css2?family=Abel&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body{
  margin: 0;	
  padding: 0;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #404340;
  font-family: "Inter", sans-serif;
	position: relative;
	height: 100%;
	width: 100%;

}
.landforsal-section {
    position: relative;
}
.shap-right-top {
    position: absolute;
    z-index: 1;
    right: 0px;
    top: 17%;
}
.shap-bottom {
    position: absolute;
    z-index: 1;
    right: 0px;
    bottom: 9%;
}
.shap-left {
    position: absolute;
    z-index: 99;
    left: 0;
    bottom: 55%;
    width: 250px;
}
.leaves{
filter: blur(8px);
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
  }
.leaves.active {
  filter: blur(0);
  opacity: 1;
  transform: translateY(0);
}
h1, h2, h3, h4{
	 font-family: "Abel", sans-serif;
}

.wrapper {
    overflow: hidden;
}
.pdtb-85 {
   padding: 85px 0px;
}
.pdb-85 {
   padding-bottom: 85px;
}
.pdt-85 {
   padding-top: 85px;
}
.mt-85 {
   margin-top: 85px;
}

.top-header {
    border-bottom: 1px solid #FFFFFF;
    background: rgba(64, 67, 64, 0.81);
}
.main-text {
    text-align: end;
}

h1 {
	font-size:80px;
	line-height: 80px;
	letter-spacing: 0.29px;
}
h2 {
    font-size: 42px;
    line-height: 55px;
    
}
.main-header {
    position: absolute;
    width: 100%;
	z-index: 999;
}
.hero-banner{
	padding: 50px 0px; 
}
.socila-section {
    display: flex;
    justify-content: end;
    gap: 15px;
    align-items: center;
}
.hero-banner {
    background: url("../images/banner.jpg") no-repeat;
    background-size: cover;
    background-position: center right;
/*    height: 100vh;*/
	height: 75vh;
    display: flex;
    align-items: center;
    position: relative;
    clip-path: ellipse(100% 100% at 50% 0%);
    margin-bottom: 50px;
}
.overlay-a{
	position: relative;
}
.hero-banner:after{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	content:"";
	background: linear-gradient(67deg,rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 1) 100%);
}
.navbar-brand img{
	max-width: 100%;
}
.timechant {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    padding: 0px 15px;
    height: 38px;
    align-items: center;
    display: flex;
}
.timechant span{
	color: #7F9E83;
}
.timechant a{
	color: #fff;
	text-decoration: none;
}
.navigation li.nav-item a {
    font-size: 16px;
    line-height: 30px;
    color: #fff !important;
    margin: 0 10px 0px 10px;
}
.social-media a{
	color: #fff;
	text-decoration: none;
	    margin: 0px 5px;
}
.register-btn {
    margin-left: 15px;
}
.register-btn a {
    background: #7F9E83;
    padding: 10px 40px;
  
    color: #fff;
    font-size: 23px;
    line-height: 30px;
    font-weight: 500;
    font-family: "Abel", sans-serif;
    text-decoration: none;
    display: inline-block;
    border-radius: 50px;
}
.hero-contant {
    max-width: 876px;
}
.hero-contant h1{
	color: #fff;
}
.bannerregisetr a{
	    background: #7F9E83;
      padding: 10px 40px;
   border-radius: 50px;
    color: #fff;
    font-size: 23px;
    line-height: 30px;
    font-weight: 500;
	font-family: "Abel", sans-serif;
    text-decoration: none;
    display: inline-block;
}
.bannerregisetr {
    margin-top: 30px;
}
.hero-contant{
	position: relative;
	z-index: 9999;
}
.retail-section{
	display: flex;
}
.retail-section {
    display: flex;
    flex-wrap: wrap;
    column-gap: 24px;
    row-gap: 24px;
    width: calc(100% + 0px);
    justify-content: space-between;
    margin-top: 50px;
}
.retail-hub{
	 width: calc(33.33% - 24px);
    flex-basis: calc(33.33% - 24px);
}
.retail-hub {
    display: flex;
    align-items: center;
    gap: 10px;
}
.retail-icon{
	width: 65px;
	min-width: 65px;
	height: 65px;
	text-align: center;
	line-height: 65px;
	color: #fff;
	background: #7F9E83;
	border-radius: 100%;
}
.retail-text span{
	font-size: 12px;
	letter-spacing: 2.2px;
color: #7F9E83;
}
.retail-text h3{
	font-size: 34px;
	line-height: 40px;
	color: #404340;
}
.landblock {
    background: #4B4C46;
    border: 1px solid #707070;
    text-align: center;
    padding: 30px 50px;
    border-radius: 16px;
}
.land-icon {
    width: 127px;
    min-width: 127px;
    height: 127px;
    text-align: center;
    line-height: 127px;
    color: #fff;
    background: #7F9E83;
    font-size: 20px;
    border-radius: 100%;
    margin: -100px auto 30px;
}
.landblock h4{
	color: #fff;
	font-size: 27px;
	text-transform: uppercase;
	letter-spacing: 5.4px;
}

.landblock a {
    background: #E0CEBA;
    border-radius: 50px;
    display: inline-block;
    padding: 10px 30px;
    text-decoration: none;
    color: #404340;
    letter-spacing: 3.6px;
    display: inline-block;
    margin-top: 15px;
}

.map-body img{
	max-width: 100%;
	border-radius: 39px;
}
.map-body {
    margin-top: -200px;
    position: relative;
}
.form-section{
		 margin-top: 200px;
	position: relative;
	background: url("../images/greenbg.png") no-repeat #7F9E83;
	background-position: bottom;
}

.form-section::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 230px;
    background: url("../images/shap-1.png") no-repeat center / cover;
    pointer-events: none;
}

.form-section::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 230px;
    background: url("../images/shap-white.png") no-repeat center / cover;
    pointer-events: none;
	
}
.webfrom{
	padding-top: 85px;
	max-width: 581px;
	margin: 0 auto;
}
.contact-webfrom .input_style {
    height: 50px !important;
    border-radius: 0;
    border: 1px solid #949494;
}
.webfrom h2{
	text-align: center;
	color: #fff;
	margin-bottom: 50px;
}.submitbrtnsection{
	text-align: center;
}
.gform-footer.gform_footer.top_label {
    justify-content: center;
}
input#gform_submit_button_1, input#gform_submit_button_2, input#gform_submit_button_3{
    background: #404340;
    border-radius: 50px;
    display: inline-block;
    padding: 15px 50px;
    text-decoration: none;
    color: #fff;
	outline:none;
	font-size: 18px;
  letter-spacing: 3.8px;
	border: 1px solid #404340;
    display: inline-block;
    margin-top: 15px;
	font-family: "Abel", sans-serif;
}
input#gform_submit_button_2, input#gform_submit_button_3{
	border: 1px solid #404340 !important;
}


.footer-logo{
	text-align: center;
}

.footer{
	background: #404340;
}

.quick-link {
    text-align: center;
}
.quick-link h4{
	color: #7F9E83;
	font-size: 22px;
		letter-spacing: 4.4px;
}
.quick-link ul{
	padding: 0;
}
.quick-link a{
	color: #fff;
	text-decoration: none;
}
.quick-link p{
	color: #fff;
}
.quick-link span{
	font-weight: 600;
	color: fff;
}
.copyright {
    text-align: center;
    color: #fff;
    padding: 50px 0px 20px;
}
.copyright a{
	color: #E0CEBA;
	text-decoration: none;
	font-weight: 300;
}
.copyright span{
	color: #E0CEBA;
	font-weight: 300;
	
}
.inner-header{
	position: static;
}
.inner-header .navigation li.nav-item a {
    font-size: 16px;
    line-height: 30px;
    color: #404340 !important;
    margin: 0 10px 0px 10px;
	text-transform: uppercase;
}
.lifestyle-block{
	max-width: 775px;
	margin: 0 auto;
}
.lifestyle-block h1 {
    text-align: center;
    color: #7F9E83;
    max-width: 580px;
    margin: 0 auto;
}
.table-section{
	max-width: 958px;
	margin: 0 auto;
	
}
.download-section{
	text-align: center;
}

.download-section a{
    background: #FFFFFF;
    border-radius: 50px;
    display: inline-block;
    padding: 15px 40px;
    text-decoration: none;
    color: #7F9E83;
    letter-spacing: 3.6px;
    
    display: inline-block;
    margin-top: 15px;
	margin: 0px 15px;
}
.table-section .table {
    color: #212529;
    vertical-align: top;
    border-color: #dee2e600;
    background: #fff;
    margin: 0;
}

.table-section .table thead {
    vertical-align: bottom;
    background: #404340;
}
.table-section .table-striped>tbody>tr:nth-of-type(even) {
  background: #E0CEBA;
    color:#404340;
}
.table-section .table>:not(caption)>*>* {
    padding: 20px 10px;
    box-shadow: none !important;
    text-align: center;
}
.table-section th{
	font-weight: 400;
	color: #fff;
}
.enqure-section{
	text-align: center;
	margin-top: 50px;
}
.enqure-section a {
    background: #404340;
    border-radius: 50px;
    display: inline-block;
    padding: 15px 40px;
    text-decoration: none;
    color: #fff;
    letter-spacing: 3.6px;
    display: inline-block;
    margin-top: 15px;
    margin: 0px 15px;
}
.disclamber{
	max-width: 963px;
	margin: 0 auto;
}
.disclamber h4{
	color: #fff;
}
.disclamber p {
    color: #EEEEEE;
    font-weight: 200;
}
.property-grid {
    background: #fff;
    box-shadow: 0px 15px 40px #00000012;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 50px;
}
.property-text {
    max-width: 338px;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0px;
}
.property-text h3{
	 font-family: "Inter", sans-serif;
	font-size: 28px;
	line-height: 40px;
	
}
.compnylogo{
	text-align: center;
}
.property-text p{
	font-size: 25px;
	line-height: 30px;
	letter-spacing: 5px;
	font-family: "Abel", sans-serif;
color: #7F9E83;
text-transform: uppercase;
}
.amnities-section {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 15px;
}
.amnities-item {
    display: flex;
    align-items: center;
    gap: 10px;
}
.amnities-item .icon{
	background: #4043404C;
	width: 35px;
	height: 35px;
	display: flex;
	min-width: 35px;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
}
.pdb-35{
	padding-bottom: 35px;
}

.property-text a {
    background: #E0CEBA;
    border-radius: 50px;
    display: inline-block;
    padding: 10px 30px;
    text-decoration: none;
    color: #404340;
    letter-spacing: 3.6px;
    display: inline-block;
    margin-top: 15px;
}
.property-text .suittable-text{
	font-size: 14px;
	
}
.register-fromsection{
	padding-top: 0px;
}
.register-fromsection h2{
	color: #404340;
}
.registermain-secion{
	position: relative;
}
.registermain-secion::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 230px;
    background: url("../images/shap-1.png") no-repeat center / cover;
    pointer-events: none;
}
.comming-section {
  
    position: relative;
    background: url("../images/greenbg.png") no-repeat #7F9E83;
    background-position: bottom;
}
.comming-section::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 230px;
    background: url("../images/shap-white.png") no-repeat center / cover;
    pointer-events: none;
}
.comming-section::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 230px;
    background: url("../images/shap-2.png") no-repeat center / cover;
    pointer-events: none;
}
.comming-text{
	max-width: 775px;
	text-align: center;
	margin: 0 auto;
}
.comming-text h2{
	    font-size: 80px;
    line-height: 80px;
    letter-spacing: 0.29px;
	color: #404340;
}
.comming-text p{
	color: #fff;
}
.shap-vector-right{
	    position: fixed;
    z-index: 1;
    right: 0;
    top: 55%;
}
.shap-vector-left {
    position: fixed;
    z-index: 1;
    left: 0;
    bottom: 10%;
}
.school-profile img{
	
	max-width: 100%;
}
.bg-section {
    background: #FFFFFF;
    box-shadow: 0px 15px 40px #00000012;
    border-radius: 20px;
    overflow: hidden;
}
.school-text{
	padding: 0px 30px
}
.school-text h2{
	letter-spacing: 0.14px;
color: #7F9E83;
}
.bilder-infosection{
	position: relative;
}
.bilder-infosection::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 230px;
    background: url("../images/shap-1.png") no-repeat center / cover;
    pointer-events: none;
}
.builderinfo {
    background: #FFFFFF;
    box-shadow: 0px 15px 40px #00000012;
    border-radius: 40px;
    padding: 30px 30px;
	margin-top: 30px;
}

.download{
	text-align: center;
}

.download a{
	background: #404340;
    border-radius: 50px;
    display: inline-block;
    padding: 10px 50px;
    text-decoration: none;
    color: #fff;
    letter-spacing: 3.6px;
    display: inline-block;
    margin-top: 15px;
}


.builderinfo hr {
    background-color: #E0CEBA;
    opacity: 1;
}

.builderinfo h2{
	color: #7F9E83;
}

.landdetail-block{
	max-width: 925px;
	margin: 0 auto;
}
.landdetail-block h1 {
    text-align: center;
    color: #7F9E83;
    max-width: 701px;
    margin: 0 auto;
}
.deatil img{
	max-width: 100%;
	border-radius: 24px;
}
.broweser-section {
   
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}
.broweser-section a {
    background: #7F9E83;
    padding: 10px 30px;
    border-radius: 50px;
    color: #fff;
    font-size: 23px;
    line-height: 30px;
    font-weight: 500;
    font-family: "Abel", sans-serif;
    text-decoration: none;
    display: inline-block;
    width: 47%;
    text-align: center;
}
.broweser-section .broweser{
	 background: #E0CEBA;
}
.plane-detail h2 {
    color: #7F9E83;
}
.plane-detail h6{
	font-size: 18px;
	line-height: 25px;
}
.amnities-deatil {
    display: flex;
   
    gap: 30px;
    margin-bottom: 15px;
}
.amnities-block{
	display: flex;
	align-items: center;
	gap:20px;
}
.flore-map img{
	max-width: 100%;
}
.register-fromsection h1 {
    text-align: center;
    color: #7F9E83;
    max-width: 701px;
    margin: 0 auto;
}

.flor-palnmap img {
    max-width: 100%;
    border-radius: 39px;
}
.interest-map-section{
	position: relative;
}
.flor-palnmap{
	position: relative;
	z-index: 99;
}
.interest-map-section:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    background: url("../images/greenbg.png") no-repeat #7F9E83;
    clip-path: ellipse(100% 75% at 50% 100%);
}
.interest-map-section:after{
	    content: "";
   
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 250px;
	background: #404340;
 
    position: absolute;
}
#wpcf7-f75-o1 label {
    display: inline-block;
    margin-bottom: 5px;
}
.property-text h3 a {
    letter-spacing: 0px;

}
.page-template-page-buyer-info .lifestyle-block h1 {
    max-width: 614px;

}
.submitbrtnsection .submitebtn:focus {
   box-shadow: none;
	border: none;
}
.page-id-252 .landforsal-section, .page-id-256 .landforsal-section, .page-id-258 .landforsal-section{
	position: relative;
}
.page-id-252 .landforsal-section::after, .page-id-256 .landforsal-section::after, .page-id-258 .landforsal-section::after{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 230px;
    background: url("../images/shap-1.png") no-repeat center / cover;
    pointer-events: none;
}
.page-id-258 .lifestyle-block{
	 text-align: center;
}
.page-id-258 .lifestyle-block h1.headingone{
    text-align: center;
	margin-bottom: 12px !important;
}


#priceListModal .modal-header, #stagePlanModal .modal-header {
    justify-content: center;
    padding: 1rem 1rem;
    border-bottom: 0 none;
	display: block;
	    padding: 40px 20px 20px;
 
}
#priceListModal .modal-content, #stagePlanModal .modal-content {
    background-color: #7F9E83;
    border: none;
    border-radius: 36px;
}
#priceListModal .modal-title, #stagePlanModal .modal-title {
    color: #fff;
    font-size: 42px;
    line-height: 55px;
    text-align: center;
}

#priceListModal .modal-header .btn-close, #stagePlanModal .modal-header .btn-close {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 30px;
    top: 20px;
    color: #fff;
	opacity: 1;
	background: none !important;
}
#priceListModal .modal-body, #stagePlanModal .modal-body {
 
    padding: 20px 20px 50px;
}
.validation_message {
    font-size: 13px !important;
    font-weight: 300 !important;
}
span.gform-icon.gform-icon--circle-error {
    display: none !important;
}
p.confirmation {
    text-align: center;
    color: #fff;
    font-family: "Abel", sans-serif;
    font-size: 20px;
    margin-top: -35px;
}
@media (min-width: 720px) {
#priceListModal .modal-dialog, #stagePlanModal .modal-dialog{
        max-width: 700px;
       
    }
}