@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* ------------------ Root : Variable ------------------------------ */
:root {
  --main-color: #433118;
  --second-color: #433118;
  --btn-hover-color: #433118;
  --a-hover-color: #433118;
  
  --main-color1: #54352C;
  --second-color1: #54352C;
  --btn-hover-color1: #54352C;
  --a-hover-color1: #54352C;
  --animationStartsAfter:50px;
  --animationDistance:50px;
}

/* ---------------------------- Main Stylesheets -------------------- */

/* Hide scrollbar for Chrome, Safari and Opera */
::-webkit-scrollbar {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

:target {
  scroll-margin-top: 70px;
}

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
a {text-decoration:none!important;}
body{
  min-height: 100vh;
  font-size:15px;
}
body, html, .player, .fallback {height: auto!important;}
.player .vp-video-wrapper object, .player .vp-video-wrapper video {object-fit:cover!important}

.aboutleftzancor{width: 80%;align-items: center!important;}

section { padding:70px 0;}

/* Section : Nav Bar */
nav{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 80px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  z-index: 99;
  background-color:#fff;
}
nav .navbar{
  padding: .5rem 0rem;
  height: 100%;
  max-width: 1250px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
}
.navbar .logo a{
  font-size: 30px;
  color: #000;
  text-decoration: none;
  font-weight: 600;
}
nav .navbar .nav-links{
  line-height: 68px;
  height: 100%;
}
nav .navbar .links{
  display: flex;
  margin-bottom: 0;
}
nav .navbar .links li{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  padding: 0 14px;
}
nav .navbar .links li a{
  height: 100%;
  text-decoration: none;
  white-space: nowrap;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow{
  transform: rotate(180deg);
  }

nav .navbar .links li .arrow{
  height: 100%;
  width: 22px;
  line-height: 68px;
  text-align: center;
  display: inline-block;
  color: #000;
  transition: all 0.3s ease;
}
nav .navbar .links li .sub-menu{
  position: absolute;
  top: 75px;
  left: 0;
  line-height: 40px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 2;
}
nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu{
  display: block;
}
.navbar .links li .sub-menu li{
  padding: 0 20px 0 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.navbar .links li .sub-menu .active{border-left:2px solid var(--main-color);}
.navbar .links li .sub-menu .active a {color:var(--main-color);}

.navbar .links li .sub-menu a{
  color: #000;
  font-size: 15px;
  font-weight: 500;
  margin-left: 5px;
}
.navbar .links li .sub-menu .more-arrow{
  color:#000;
  line-height: 40px;
}
.navbar .links li .htmlCss-more-sub-menu{
  /* line-height: 40px; */
}
.navbar .links li .sub-menu .more-sub-menu{
  position: absolute;
  top: 0;
  left: 100%;
  border-radius: 0 4px 4px 4px;
  z-index: 1;
  display: none;
}
.links li .sub-menu .more:hover .more-sub-menu{
  display: block;
}
 .register-now-btn{
  position: relative;
  background-color: var(--main-color);
  padding: 0.65rem 1.05rem;
  color:#fff;
  border-radius: 2px;
}
 .register-now-btn a {color:#fff;margin-left:5px; text-decoration: none;}
.register-now-btn i{
  position: absolute;
  height: 100%;
  width: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.register-now .input-box{
  position: absolute;
  right: calc(100% - 40px);
  top: 80px;
  height: 60px;
  width: 300px;
  background: #3E8DA8;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}
.navbar.showInput .register-now .input-box{
  top: 65px;
  opacity: 1;
  pointer-events: auto;
  background: #3E8DA8;
}
.register-now .input-box::before{
  content: '';
  position: absolute;
  height: 20px;
  width: 20px;
  background: #3E8DA8;
  right: 10px;
  top: -6px;
  transform: rotate(45deg);
}
.register-now .input-box input{
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 4px;
  transform: translate(-50%, -50%);
  height: 35px;
  width: 280px;
  outline: none;
  padding: 0 15px;
  font-size: 16px;
  border: none;
}
.navbar .nav-links .sidebar-logo{
  display: none;
}
.navbar .bx-menu{
  display: none;
}
@media (max-width:920px) {
  nav .navbar{
		left: 0;
        background-color: #fff;
        height: 80px;
        top: 0;
        position: fixed;
        justify-content: space-evenly;
        max-width: 100%;
  }
  
  nav .navbar .logo img { width:150px}

  nav .navbar .logo a{
    font-size: 27px;
  }
  nav .navbar .links li{
    padding: 0 10px;
    white-space: nowrap;
  }
  nav .navbar .links li a{
    font-size: 16px;
	color:#fff;
  }
  .navbar .register-now {padding: 0.65rem 0.65rem;}
}

@media (max-width:885px){
  nav{
    position: absolute;
  }
  .navbar .bx-menu{
    display: block;
  }
  nav .navbar .nav-links{
    position: fixed;
    top: 0;
    left: -100%;
    display: block;
    max-width: 300px;
    width: 100%;
    background:  var(--main-color);
    line-height: 40px;
    padding: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    z-index: 1000;
  }
  .navbar .nav-links .sidebar-logo{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sidebar-logo img {display:none;}
  .sidebar-logo .logo-name{
    font-size: 25px;
    color: #fff;
  }
    .sidebar-logo  i{
		font-size: 25px;
      color: #fff;
	}
    .navbar .bx-menu{
      font-size: 25px;
      color: #000;
    }
  nav .navbar .links{
    display: block;
    margin-top: 20px;
	padding-left:1rem;
  }
  nav .navbar .links li .arrow{
    line-height: 40px;
	color:#fff;
  }
nav .navbar .links li{
    display: block;
  }
nav .navbar .links li .sub-menu{
  position: relative;
  top: 0;
  box-shadow: none;
  display: none;
  width: max-content;
}
.navbar .links li .sub-menu a {margin-left:0px;}
nav .navbar .links li .sub-menu li{
  border-bottom: none;

}
.navbar .links li .sub-menu .more-sub-menu{
  display: none;
  position: relative;
  left: 0;
}
.navbar .links li .sub-menu .more-sub-menu li{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow{
  transform: rotate(0deg);
  }
  .navbar .links li .sub-menu .more-sub-menu{
    display: none;
  }
  .navbar .links li .sub-menu .more span{
    /* background: red; */
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
  }

  .links li .sub-menu .more:hover .more-sub-menu{
    display: none;
  }
  nav .navbar .links li:hover .htmlCss-sub-menu,
  nav .navbar .links li:hover .js-sub-menu{
    display: none;
  }
.navbar .nav-links.show1 .links .htmlCss-sub-menu,
  .navbar .nav-links.show3 .links .js-sub-menu,
  .navbar .nav-links.show2 .links .more .more-sub-menu{
      display: block;
    }
    .navbar .nav-links.show1 .links .htmlcss-arrow,
    .navbar .nav-links.show3 .links .js-arrow{
        transform: rotate(180deg);
}
    .navbar .nav-links.show2 .links .more-arrow{
      transform: rotate(90deg);
    }
}
@media (max-width:370px){
  nav .navbar .nav-links{
  max-width: 100%;
} 
}

/* story of brooklin section css start  */
.broklin_section{
    justify-content: center;
    align-items: center;
}
.brooklin-content{
    background-color: black;
    color: #fff;
    height: 550px;
}
.brooklin-heading{
    font-size: 30px;
}
.welcome-img img{
    width: 100%;
    height: auto;
}
.brooklin-img{
    position: relative;
}
.brooklin-img img{
    width: 100%;  
}


/* Ensure container is relative for absolutely positioned children */
.Story-brooklin-section {
    position: relative;
}

/* story of brooklin section css start  */


/* neighbourhood section css start  */
.neighbourhood{
    background-color: #F8F9FA;   
}
.neighbourhood-img img{
    width: 100%;
}
.neighbourhood-content 
{
	padding: 120px 50px;
}
.neighbourhood-content h2{
    font-size: 35px;
}.accordion {
  width: 100%;
  margin: 20px auto;
  padding: 0 5rem;
  /* border: 1px solid #ccc; */
  /* border-radius: 5px; */
}

.accordion-item {
	margin-bottom: 15px!important;
	border: 1px solid #d3d3d3!important;
  /* border-bottom: 1px solid #ccc; */
}

.accordion-item:last-child {
  border-bottom: none;
}

.accordion-header {
  cursor: pointer;
  padding: 15px;
  text-align: left;
  outline: none;
  border: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  background-color: #e7e7e73d;
}

.accordion-content {
  padding: 15px;
  display: none;
  background-color: white;
}

.accordion-content p {text-align:left!important;padding:5px 15px!important}
.accordion-content p span{margin-right:10px;}

.icon {
  font-size: 18px;
  transition: transform 0.3s ease;
  
}

.accordion-header.active .icon {
  transform: rotate(45deg);
}

/* neighbourhood section css end  */

/* homes section css start  */

#homes .h2title, #gallery .h2title, #location .h2title, #registernow .h2title, #neighbourhood .h2title{text-align:center;}
#homes p, #gallery p, #location p, #registernow .headingP, #neighbourhood p{text-align:center;padding:15px 100px}
#gallery, #registernow {background-color:#f7f7f7;}
.h2title { font-size: 32px; font-weight:700; padding-right: 10px; position: relative;}

.imgHover img {
            transition: transform 0.3s ease-in-out;
        }

        .imgHover img:hover {
            transform: scale(1.045);
			border: 1px solid var(--main-color);
			padding:0.75rem;
        }

.home-img img{
    width: 100%;
}

/* homes section css end */
/* location css  */
.location image{
  width: 100%;
}

/* gallery section css start*/
.gallery-img img{
    width: 100%;
 
}
/* gallery section css end */

/* register form section start  */
.register-img{
    position: relative;
}
.register-img img{
    width: 100%;
    height: auto;
   padding:1rem;
}
.overlay-text {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: black;
  
    
    padding: 20px; 
    border-radius: 10px;
}

.overlay-text h3, .overlay-text p {
    margin: 0;
}
.overlay-text h3{
   font-size: 35px;
   font-weight: 650;
}
.overlay-text p{
    font-size: 30px;
    font-weight: 500;
    margin-top: 10px;
}
@media (max-width: 1200px) {
    .overlay-text {
        padding: 15px;
        font-size: 0.9rem;
    }

    .overlay-text h3 {
        font-size: 1.5rem;
    }

    .overlay-text p {
        font-size: 1rem;
    }
}

@media (max-width: 992px) {
    .overlay-text {
        padding: 10px;
        font-size: 0.8rem;
    }

    .overlay-text h3 {
        font-size: 1.3rem;
    }

    .overlay-text p {
        font-size: 0.9rem;
    }
}

@media (max-width: 768px) {
    .overlay-text {
        padding: 8px;
        font-size: 0.7rem;
    }

    .overlay-text h3 {
        font-size: 1.2rem;
    }

    .overlay-text p {
        font-size: 0.8rem;
    }
}

@media (max-width: 576px) {
    .overlay-text {
        padding: 5px;
        font-size: 0.6rem;
    }

    .overlay-text h3 {
        font-size: 1rem;
    }

    .overlay-text p {
        font-size: 0.7rem;
    }
}

/* location section css start  */
.location img{
    width: 100%;
}
/* location section css end  */

/* Form field styling */
form .register > div {
    margin-bottom: 15px;
}

/* Label styling */
form label {
    display: block;
    font-weight: 500;
	font-size:15px;
}

/* Input field styling */
form input[type="text"],
form input[type="email"],
form input[type="number"],
form select {
    width: 100%;
    padding: 6px;
    margin-top: 6px;
    border: 1px solid #cfcfcf;
    background-color: #fff;
    box-sizing: border-box;
}
form input[type="text"]:visited,
form input[type="email"]:visited,
form input[type="number"]:visited,
form select:visited {
	border:1px solid #d3d3d3;
}

/* Radio buttons styling */
.ml-0 {margin-left:0!important}

form input[type="radio"] {
    margin-right: 10px;
    margin-left: 15px;
    
}

/* Checkbox styling */
form .checkbox {
    display: flex;
    align-items: baseline;
    flex-direction: row;
    flex-wrap: nowrap;
}

form .checkbox input[type="checkbox"] {
    margin-right: 10px;
}

form .checkbox p {
    font-size: 14px;
    margin-right: 25px;
}
form input[type="submit"]{
    position: relative;
    background-color: var(--main-color);
    padding: 0.65rem 1.05rem;
    color:#fff;
    border-radius: 2px;
    border: none;
}
/* register form section end  */


/* footer section css start  */


.wpcf7-list-item{margin:0!important;}


/* Section : Copyrights */
.copy-right p{ padding: 20px 0 0px; justify-content: center; align-items: center; text-align:center;font-size:15px;}
footer .row 
{
	padding: 40px 30px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* footer section css end  */

@media only screen and (min-width: 200px) and (max-width: 768px) {
    .footermenus .container { padding-top:40px; padding-left:30px; padding-right:30px;}
   .footermenus .container .col-12 { margin-top:35px;}
   .footermenus .p25 {margin-top:12px;}
   .copy-right p{ padding: 10px 0; justify-content: center; align-items: center; text-align:center;font-size:15px;}

   #homes p, #gallery p, #location p, #registernow .headingP, #neighbourhood p {padding:15px}
   .h2title{font-size:28px}
   form {padding:0 20px}
   form .checkbox p {margin-right:0px}
   .footermenus .p25 {margin-right:0}
   .accordion {padding:10px 0 10px 25px!important}
   .aboutLeft { width:100%!important;padding:20px!important;height:100%!important;}
   .bgBlack .h2Right h2{text-align:center!important}
   .h2Right hr {float: none!important;margin: 0 50px!important;width: inherit!important;}
   .bgBlack h5 
   {
		text-align: center!important;
		font-size: 22px!important;
	}
	.bgBlack p {text-align:center!important;}
	.rightaboutimage{margin:0!important;width: 100%!important;padding:15px 0;}
 
	.vimeo-wrapper iframe
	{
		height: 56.25vw!important;
		min-height: 15vh!important;
		top: 65%!important;
	}
	.vimeo-wrapper{height: 32vh!important;}
	#homes .row {padding-right:0!important;justify-content: center;}
	#homes .row .row {padding-right:0!important;padding-left:0!important}
	#homes .row .home-img{padding-right:0!important;padding-left: 0rem !important;}
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
     
 
   .aboutLeft { width:100%!important;padding:20px!important;height:100%!important;}
   .bgBlack .h2Right h2{text-align:right!important}
   .h2Right hr {float: none!important;margin: 0 50px!important;width: inherit!important;}
   .bgBlack h5 
   {
		
    text-align: right;
		font-size: 22px!important;
	}
	.bgBlack p {text-align:right!important;}
  

  .rightaboutimage
	{
		margin-right: 150px;
		margin-bottom: 100px;
		margin-top: 150px;
		width: -webkit-fill-available;
		margin-left: -100px;
	}
}





area {cursor:pointer}
.footerSocial h3 { font-size:18px; margin-top:45px;}

#about {
  padding:0px;
 
}
.padding70 {padding:40px;}
.bgBlack {background-color:var(--main-color);}
	.bgBlack h2, .bgBlack h5, .bgBlack p {color:#fff;}
	.bgBlack .h2Right h2{text-align:right;}
	.h2Right {padding: 1rem;}
	.h2Right hr
	{
		float: right;
		width: 120px;
		color: white;
		height: 1px;
		margin:0;
		opacity:1;
	}
	.bgBlack h5 { font-size:32px;}
	.bgBlack p{font-size:16px;margin-top:15px;line-height:21px}
	.rightaboutimage
	{
		margin-right: 150px;
		margin-bottom: 100px;
		margin-top: 150px;
		width: -webkit-fill-available;
		margin-left: -100px;
	}
	.aboutLeft 
	{
		height: 95%;
		width: 700px;
		display: flex;
		align-items: flex-start;
		flex-direction: column;
		justify-content: center;
	}
  /* responsive  */
  
	
	
	#top {
  display: hidden;
}

#scroll-to-top-btn {
  position: fixed;
  bottom: 2rem;
  right: 1.5rem;
  text-decoration: none;
  color: white;
  background-color: black;
  display: grid;
  place-items: center;
  width: 2.5rem;
  aspect-ratio: 1;
  border-radius: 5px;
  opacity: 0;

  animation: showButton linear forwards;
  animation-timeline: view();
  animation-range-start: calc(100vh + var(--animationStartsAfter));
  animation-range-end: calc(
    100vh + var(--animationStartsAfter) + var(--animationDistance)
  );

  & > span {
    font-weight: bold;
    font-size: 2rem;
  }
}

@keyframes showButton {
  from {
    transform: translateY(1rem);
  }
  to {
    opacity: 1;
  }
}

/* --------------------------------------------------- meadowlarkbolton --------------------------------------------- */
/* ---------------------------------------- Video ------------------------------------------------- */
.player .vp-videoSection object,
.player .vp-videoSection video {
  object-fit: cover !important;
}

.videoSection {
  padding: 80px 0 0;
}

.videoSection .video {
  position: relative;
  margin-top: -85px;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  pointer-events: none;
}

.videoSection .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* ----------------------------------------------- About ----------------------------------------------------- */

.aboutSection {
  padding: 10px 0 0 0
}

.aboutSection .aboutLeft h2 {
  font-weight: 600;
  font-size: 3.75rem;
  line-height: 65px;
  display:grid;
}

.aboutSection .aboutLeft h4 {
  font-size: 18px;
  font-weight: 400;
  margin-top: 40px;
  color: #fff;
}

.aboutSection .aboutLeft hr {
  height: 1px;
  width: 80%;
  border-top: 1px solid #fff;
  opacity: 0.3;
  color: #fff
}

.aboutSection .aboutLeft h3 {
  font-weight: 200;
  margin-bottom: 0;
  font-size: 20px;
  color: #fff
}

.aboutSection .aboutcenterWatermark {
  z-index: 999;
  background-color: #fff;
  position: absolute;
  left: 41.5%;
  bottom: -121.5%;
  border-radius: 125px;
  padding: 0.5rem;
}

.aboutSection h2 em {
  font-style: normal;
  font-weight: 100;
}

.aboutSection .rightaboutimage {
  border: 10px solid #fff;
  margin-right: 100px;
  margin-bottom: 100px;
  margin-top: 100px;
  width: -webkit-fill-available;
  margin-left: -80px;
}

.aboutSection .rightImage1 {
  width: 400px;
  margin-right: -20px;
  position: absolute;
  z-index: 999;
  right: 0;
  bottom: -92%;
}

.aboutSection .rightImage2 {
  width: 250px;
  margin-right: -20px;
  position: absolute;
  z-index: 999;
  left: 0;
  top: 100%;
}

.aboutSection .aboutLeft {
  width: 75%;
}

.aboutSection .bgAbout {
  height: calc(85vh + 1vw);
  display: flex;
  padding: 40px;
  background-color: var(--main-color1);
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.aboutSection .bgAbout h2,
.aboutSection .bgAbout h5,
.aboutSection .bgAbout p {
  color: #fff;
}

.aboutSection .bgAbout .h2Right h2 {
  text-align: right;
}

.aboutSection .bgAbout h5 {
  font-size: 32px;
}

.aboutSection .bgAbout p {
  margin-bottom: 45px;
  font-weight: 200;
  width: 100%;
  font-size: 15px;
  margin-top: 15px;
  line-height: 22px
}

/* ----------------------------------------- Location --------------------------------------------------  */
.locationSection {
  background-color: #faf7f2;
  padding-top: 0;
  padding-bottom: 100px;
}

.locationSection .location {
  max-width: calc(90% + 1vw);
  margin: 0 auto;
  padding-bottom: 0px;
}

.locationSection .location-img img {
  width: 100%;
}

.locationSection .location-content {
  padding: 120px 0 50px;
}

.locationSection .location-content h2 {
  font-size: 35px;
}

.locationSection .center {
  text-align: center
}

.locationSection .map {
  width: 70%
}

.locationSection .location img {
  width: 100%;
}

.locationSection .imgHover .border1 {
  background-color: #D3E4DF
}

.locationSection .imgHover .border2 {
  background-color: #FFEDB4
}

.locationSection .imgHover .border3 {
  background-color: #e7d7cd
}

.locationSection .imgHover .border4 {
  background-color: #c8e4ae
}

.locationSection .imgHover .border {
  height: 24.5rem;
  padding: 2.25rem;
  transition: transform 0.3s ease-in-out;
}

.locationSection .imgHover .border:hover {
  color: #fff;
  background-color: var(--main-color1) !important;
  transform: scale(1.045);
  border: 7px solid #afafaf !important;
  padding: 2.25rem;
}

.locationSection .imgHover .border h4 {
  opacity: 0.25;
  font-size: 32px;
  margin-top: -20px;
  margin-right: -20px;
  text-align: right;
}

.locationSection .imgHover .border h2 {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 400;
}

.locationSection .imgHover .border p {
  font-size: 16px;
  font-weight: 300;
  padding: 1rem 0 0;
}

.locationSection .home-img img {
  width: 100%;
}

/* ------------------------------------------------------- Homes ----------------------------------------------- */
.homesSection {
  margin-top: 0px;
  padding: 60px;
  background-color: #e5f4f6;
}

.homesSection .imgDiv {
  margin-left: -3.5%;
  margin-top: -3.25%;
}

.homes_1Section .home-content {
  text-align: center;
}

.homes_1Section .home-content img {
  margin-top: -195px;
}

.homes_1Section .homesH2 {
  margin-top: 50px;
  font-size: 30px;
  font-weight: 600
}

.homes_1Section .homesH3 {
  margin-top: 4px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 5px;
  color: var(--main-color1)
}

/* ------------------------------------- Register -------------------------------- */
.registerSection {
  background-color: #fcfcfc;
}

.registerSection .register-img {
  position: relative;
  height: auto;
}

.registerSection .register-img img {
  height: 63vh;
  overflow: hidden;
  object-fit: cover;
  width: 100%;
  padding: 1rem;
}

.registerSection .register-btn button {
  position: relative;
  background-color: var(--main-color1);
  padding: 0.65rem 1.05rem;
  color: #fff;
  border-radius: 2px;
  border: none;
}

.registerSection .mt-40 {
  margin-top: 40px;
}

.registerSection .ml-0 {
  margin-left: 0 !important;
}

.registerSection .register-now .input-box::before {
  content: '';
  position: absolute;
  height: 20px;
  width: 20px;
  background: #3E8DA8;
  right: 10px;
  top: -6px;
  transform: rotate(45deg);
}

.registerSection .register-now .input-box input {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 4px;
  transform: translate(-50%, -50%);
  height: 35px;
  width: 280px;
  outline: none;
  padding: 0 15px;
  font-size: 16px;
  border: none;
}

.registerSection form .register>div {
  margin-bottom: 15px;
}

.registerSection form label {
  display: block;
  font-weight: 500;
  font-size: 15px;
}

.registerSection form input[type="text"], 
.registerSection form input[type="email"], 
.registerSection form input[type="tel"], 
.registerSection form input[type="number"], 
.registerSection form select,
.wpcf7 input[type="tel"]{
  width: 100%;
  padding: 6px;
  margin-top: 6px;
  border: 1px solid #cfcfcf;
  background-color: #fff;
  box-sizing: border-box;
}

.registerSection form input[type="text"]:visited,
.registerSection form input[type="email"]:visited,
.registerSection form input[type="number"]:visited,
.registerSection form select:visited {
  border: 1px solid #d3d3d3;
}

.registerSection form input[type="radio"] {
  margin-right: 10px;
  margin-left: 15px;

}

.registerSection form .checkbox {
  display: flex;
  align-items: baseline;
  flex-direction: row;
  flex-wrap: nowrap;
}

.registerSection form .checkbox input[type="checkbox"] {
  margin-right: 10px;
}

.registerSection form .checkbox p {
  font-size: 14px;
  margin-right: 25px;
}

.registerSection .registerRight .imgDiv {
  z-index: 9999;
  position: absolute;
  right: 14.005%;
  padding-top: 520px;
}

.registerSection .registerRight .img1 {
  padding: 1rem;
  width: 100%;
}

.registerSection .registerRight .register-img .img2 {
  padding: 0;
  position: absolute;
}

/* ------------------------- Common : All ------------------------------------------ */
.homes_1Section .h2title,
.locationSection .h2title,
.registerSection .h2title {
  text-align: center;
}

.homes_1Section p,
.locationSection p {
  text-align: center;
  padding: 15px 100px
}

.registerSection .h2title,
.locationSection .h2title {
  font-size: 34px;
  font-weight: 700;
  position: relative;
  width: 80%;
  margin: 0 auto;
  line-height: 42px;
}

.homes_1Section .h2title em,
.registerSection .h2title em,
.locationSection .h2title em {
  font-style: normal;
  color: var(--main-color1);
}

/* --------------------------------------------- Header ------------------------------------- */

.navTopSection {
  padding: 0
}

.navTopSection nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 80px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  z-index: 999;
  background-color: #fff;
}

.navTopSection nav .navbar {
  padding: .5rem 0rem;
  height: 100%;
  max-width: 1250px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
}

.navTopSection nav .navbar .logo a {
  font-size: 30px;
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

.navTopSection nav .navbar .nav-links {
  line-height: 68px;
  height: 100%;
}

.navTopSection nav .navbar .links {
  display: flex;
  margin-bottom: 0;
}

.navTopSection nav .navbar .links li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  padding: 0 14px;
}

.navTopSection nav .navbar .links li a {
  height: 100%;
  text-decoration: none;
  white-space: nowrap;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.navTopSection nav .navbar .links li:hover .htmlcss-arrow,
.navTopSection nav .navbar .links li:hover .js-arrow {
  transform: rotate(180deg);
}

.navTopSection nav .navbar .links li .arrow {
  height: 100%;
  width: 22px;
  line-height: 68px;
  text-align: center;
  display: inline-block;
  color: #000;
  transition: all 0.3s ease;
}

.navTopSection nav .navbar .links li .sub-menu {
  position: absolute;
  top: 75px;
  left: 0;
  line-height: 40px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 2;
}

.navTopSection nav .navbar .links li:hover .htmlCss-sub-menu,
.navTopSection nav .navbar .links li:hover .js-sub-menu {
  display: block;
}

.navTopSection .navbar .links li .sub-menu li {
  padding: 0 20px 0 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navTopSection .navbar .links li .sub-menu .active {
  border-left: 2px solid var(--main-color1);
}

.navTopSection .navbar .links li .sub-menu .active a {
  color: var(--main-color1);
}

.navTopSection .navbar .links li .sub-menu a {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  margin-left: 5px;
}

.navTopSection .navbar .links li .sub-menu .more-arrow {
  color: #000;
  line-height: 40px;
}

.navTopSection .navbar .links li .sub-menu .more-sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  border-radius: 0 4px 4px 4px;
  z-index: 1;
  display: none;
}

.navTopSection .navbar .links li .sub-menu .more:hover .more-sub-menu {
  display: block;
}

.navTopSection .navbar .register-now {
  margin-left: 20px;
  position: relative;
  background-color: var(--main-color1);
  padding: 0.6rem 1.25rem;
  color: #fff;
  border-radius: 6px;
}

.navTopSection .navbar .register-now a {
  color: #fff;
  margin-left: 5px;
  text-decoration: none;
}

.navTopSection .navbar .register-now i {
  position: absolute;
  height: 100%;
  width: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.navTopSection .navbar .register-now .input-box {
  position: absolute;
  right: calc(100% - 40px);
  top: 80px;
  height: 60px;
  width: 300px;
  background: #3E8DA8;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}

.navTopSection .navbar.showInput .register-now .input-box {
  top: 65px;
  opacity: 1;
  pointer-events: auto;
  background: #3E8DA8;
}

.navTopSection .topnavright {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.navTopSection .navbar .nav-links .sidebar-logo {
  display: none;
}

.navTopSection .navbar .bx-menu {
  display: none;
}

/* ------------------------------------------ Footer --------------------------------------*/
.footerSection p {
  padding: 0;
	margin-bottom:0;
  margin-right: 0;
  font-size: 11px;
}

.footerSection .footermenus .p25 {
  padding-left: 0;
}

.footerSection .footermenus {
  background-color: var(--main-color1);
  color: #fff;
}

.footerSection .footermenus .container {
  padding: 40px 0 30px
}

.footerSection .footermenus h2 {
  font-size: 22px;
  font-weight: 600;
}

.footerSection .footermenus .p25 {
  margin-top: 25px;
  margin-bottom: 0;
}

.footerSection .footermenus .p20 {
  margin-top: 20px;
  margin-bottom: 0;
}

.footerSection .footerSectionUL li {
  list-style: disc;
  line-height: 36px;
  margin-left: 20px;
}

.footerSection .footerSectionUL li::marker {
  font-size: 18px;
}

.footerSection .footerSectionUL li a {
  color: #fff;
}

.footerSection .footerSectionSocial h3 {
  font-size: 18px;
  margin-top: 45px;
}

.footerSection .copyright {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center !important;
}

.footerSection .copyright p {
  font-weight: 400;
  font-size: 16px;
  margin-top: 10px;
}

/* ------------------------------------------------- Scroll Top ---------------------------------------------------- */
.footerSection #top {
  display: hidden;
}

.footerSection #scroll-to-top-btn {
  z-index: 9999;
  position: fixed;
  bottom: 2rem;
  right: 1.5rem;
  text-decoration: none;
  color: white;
  background-color: black;
  display: grid;
  place-items: center;
  width: 2.5rem;
  aspect-ratio: 1;
  border-radius: 5px;
  opacity: 0;

  animation: showButton linear forwards;
  animation-timeline: view();
  animation-range-start: calc(100vh + var(--animationStartsAfter));
  animation-range-end: calc(100vh + var(--animationStartsAfter) + var(--animationDistance));

  &>span {
    font-weight: bold;
    font-size: 2rem;
  }
}

@keyframes showButton {
  from {
    transform: translateY(1rem);
  }

  to {
    opacity: 1;
  }
}

/* Loader */
.preloader {
 top :0;
  display: flex;
  text-align: center;
  z-index: 99999;
  height: 100%;
  width: 100%;
  position: fixed;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.preloader2 {
  border: 5px solid #f3f3f3;
  border-top: 5px solid var(--main-color1);
  border-radius: 50%;
  width: 270px;
  height: 270px;
  animation: spin 1s ease-in-out infinite;
  position: absolute;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.preloader img {
  height: 220px;
  width: 220px;
}

/* Zancor */
.floorplanBtn .btn
{
	text-transform: uppercase;
    position: relative;
    background-color: var(--main-color1);
    padding: 0.7rem 2.25rem 0.55rem;
    color: #fff;
    border-radius: 2px;
	margin-top:12px;
	font-size:19px;
	line-height:20px;
}

.floorplanBtn .btn:hover
{
	background-color: #d5d5d5;
	color:#000;
}

#comingsoon .h2title1{font-weight: 300;font-size: 50px;margin: 0;}
#comingsoon .h2title2{font-weight: 300;font-size: 50px;}
#comingsoon .h2title3{font-style: italic;
    font-weight: 500;
    font-size: 50px;
	margin-top:15px;}
#comingsoon p{
	margin-top:45px;
	font-size:16px;
	padding-right:2rem;	
}
#comingsoon img{
	width: 100%;
}

#comingsoon picture{position:relative;display:block;}

#comingsoon .textRight
{
	padding:0.5rem 1rem;
	position:absolute;
	right:0;
	bottom:0;
	background-color:#000;
	color:#fff!important;
	font-size:13px;
}