
@import url('https://fonts.googleapis.com/css?family=Cardo|Pathway+Gothic+One');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300&display=swap');


html{
    scroll-behavior: smooth;
    overflow-x: hidden;

}

*{
    margin: 0;
    padding: 0;
 

}

body{
    width: 100%;
    height: 100%;
    /* font-family: 'Open Sans', sans-serif; */
    overflow-x: hidden;
    font-family: 'Merriweather', serif;



}

:root{
--grey:#625A57;
--green:#9C9635;
--black:#2f3542;
--bold-font: 'Anton', sans-serif;
/* --cursive-font: 'Abril Fatface', cursive; */
--cursive-font: 'Lora', serif;;
--last-font: 'Lato', sans-serif;

}


body p{
  font-size:1.3vw;
  color: var(--grey);
  text-align: justify;
  letter-spacing: 1px ;

}
body .btn{
  font-family: var(--cursive-font);
}
h1,h2,h3{
  font-family: var(--cursive-font);
  letter-spacing: 3px;
}



/* navbar  text*/

/* animate  */

@import url('https://fonts.googleapis.com/css?family=Roboto:700');
 @keyframes showTopText {
	 0% {
		 transform: translate3d(0, 100%, 0);
	}
	 40%, 60% {
		 transform: translate3d(0, 50%, 0);
	}
	 100% {
		 transform: translate3d(0, 0, 0);
	}
}
 @keyframes showBottomText {
	 0% {
		 transform: translate3d(0, -100%, 0);
	}
	 100% {
		 transform: translate3d(0, 0, 0);
	}
}


 .animated-title {
	 color: #fff;
   font-family: var(--cursive-font);
   text-transform: uppercase;
	 height: 55vmin;
	 left: 50%;
	 position: absolute;
	 top: 40%;
	 transform: translate(-50%, -50%);
   width: 95vmin;
   margin: 0 auto;
   background-color: #07070783;
   border-radius: 5px;
   border-top-left-radius: 25%;
   border-bottom-right-radius: 25%;
}
 .animated-title > div {
	 height: 50%;
	 overflow: hidden;
	 position: absolute;
	 width: 100%;
}
 .animated-title > div div {
	 font-size: 9vmin;
	 padding: 2vmin 0;
   position: absolute;
   letter-spacing: 2px;
   left: 2%;
}


.animated-title #second-heading{

  font-size: 6vmin;
  text-transform: capitalize !important;
  /* left: 12%; */
  text-shadow: 2px 4px #000;


}
 .animated-title > div div span {
   display: block;
   text-shadow: 2px 4px #000;
}
 .animated-title > div.text-top {
	 border-bottom: 1vmin solid var(--green);
   top: 0;
   width: 90vmin;
   left: 2%;
}
 .animated-title > div.text-top div {
	 animation: showTopText 1s;
	 animation-delay: 0.5s;
	 animation-fill-mode: forwards;
	 bottom: 0;
	 transform: translate(0, 100%);
}
 .animated-title > div.text-top div span:first-child {
	 color: #767676;
}
 .animated-title > div.text-bottom {
   bottom: 0;
   width: 90vmin;
   left: 2%;
}
 .animated-title > div.text-bottom div {
	 animation: showBottomText 0.5s;
	 animation-delay: 1.75s;
	 animation-fill-mode: forwards;
	 top: 0;
	 transform: translate(0, -100%);
}
 




/* end of animate tex */

.navbar-fixed-top.scrolled{

    background-color:var(--grey) !important;
    transition: background-color 200ms linear;
    

}
  .nav-container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 15px;
    font-family: var(--cursive-font);
    /* background-color: var(--grey); */
    background-color: transparent;
    
  }

  .header-area {

margin-bottom: 8em;
  }
  /* default css end */
  
  
  /* navbar regular css start */
  .navbar-area {
    width: 100%;
  }
  .site-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  a.site-logo {
    width: 20px !important;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
 }




  .site-navbar ul {
      font-weight: bold;
    margin: 0;
    padding:   0;
    list-style: none;
    display: flex;
    background-color: transparent;
  }


  .site-navbar ul li a {
    font-size: 20px;
    letter-spacing: 3px;
    color: #ffffff;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
    font-weight: bold !important;
    text-shadow: 2px 2px 2px #000;


  }

 

  ul li #dropdown-head{
    font-size: 20px;
    letter-spacing: 3px;
    color: #ffffff;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
    font-weight: bold !important;
    padding: 0 !important;
    background: none !important;
    margin-bottom: 3px;


  }
 
  .site-navbar ul li {
      padding: 0 23px;

  }


  .site-navbar a:after {    
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
      left: 50%;
    position: absolute;
    background: #fff;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
  }
  .site-navbar a:hover:after { 
    width: 100%; 
    left: 0; 
  }
  @media screen and (max-height: 300px) {
    ul {
      margin-top: 40px;
    }
  }
  
 
  

/* drropdown */

.dropdown p{
  letter-spacing: 3px;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px #000;
  font-size: 20px;

}
li.dropdown {
  display: inline-block;
}


.dropdown-content{
  display: none;
  position: absolute;
  background-color: var(--grey);
  min-width: 160px;
  z-index: 1;
  /* top:0; */
  right: 0;

}


.dropdown-content a {
  text-decoration: none;
  display: block;
  text-align: center;
  font-size: 1.2vw !important;
}
.dropdown-content-houses a{
  padding: 10px 37px;


}

.dropdown-content-lifestyle a{
  padding: 12px 55px;

}



.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

.dropdown:hover .dropdown-content {
  display: block;
  transition-delay: 0.3s;
  -ms-transform-origin-y: 0.3s;
}
.dropdown:active .dropdown-content {
  display: block;
  transition-delay: 0.3s;
  -ms-transform-origin-y: 0.3s;
}


.dropdown p{
  color: #fff;
}


/* dropdown 2 */


/* dropdown end */

  
  /* nav-toggler css start */
  .nav-toggler {
    border: 3px solid #fff;
    padding: 5px;
    background-color: transparent;
    cursor: pointer;
    height: 39px;
    display: none;

  }
  .nav-toggler span, 
  .nav-toggler span:before, 
  .nav-toggler span:after {
    width: 28px;
    height: 3px;
    background-color: #fff;
    display: block;
    transition: .3s;
  }
  .nav-toggler span:before {
    content: '';
    transform: translateY(-9px);
  }
  .nav-toggler span:after {
    content: '';
    transform: translateY(6px);
  }
  .nav-toggler.toggler-open span {
    background-color: transparent;
  }
  .nav-toggler.toggler-open span:before {
    transform: translateY(0px) rotate(45deg);
  }
  .nav-toggler.toggler-open span:after {
    transform: translateY(-3px) rotate(-45deg);
  }
  /* nav-toggler css start */
  


  .home-slider{
    height: 90% !important;
  }

  .home-slider h2 {
    font-size: 50px;
    font-weight: 300;
    line-height: 50px;
    margin-bottom: 25px;
  }
  .intro-area p {
    font-size: 18px;
  }
  /* intro-area css end */
  
  .home-caption{
margin-bottom:28em ;
background: rgba(26, 25, 25, 0.623);
text-transform: capitalize;
  }

  @media screen and (max-width:1024px){
    .nav-container{

    }
  }

/* mobile breakpoint start */
@media screen and (max-width: 1000px) {

  .counter-count {
    font-size: 36px;
    position: relative;
    color: #eee;
    text-align: center;
    line-height: 172px;
    width: 165px;
    height: 165px;
    font-weight: bold;
    border-radius: 100%;
    background-color: var(--green);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;}
  .head-anim{
    font-size: 70%;
  
  }
  .container {
    max-width: 720px;
  }
  /* navbar css for mobile start */
  .nav-toggler{
    display: block;
  }
  .nav-container{
    background-color: var(--grey);
    width: 100% !important;
  }
  .site-navbar {
    min-height: 60px;
    width: 100% !important;
    
  }
  .home-slider{
    margin-top: 7em !important;

  }

  .site-navbar ul {
    position: absolute;
    width: 100%;
    height: calc(100vh - 60px);
    left: 0;
    top: 100px;
    flex-direction: column;
    align-items: center;
    background-color: var(--grey);
    max-height: 0;
    overflow: hidden;
    transition: .3s;
  }
  .site-navbar ul li {
    width: 100%;
    text-align: center;
  }
  .site-navbar ul li a {
    padding: 25px;
  }
  .site-navbar ul li a:hover {
    background-color: rgba(255,255,255,.1);
  }
  .site-navbar ul.open {
    max-height: 100vh;
    overflow: visible;
  }
  .intro-area h2 {
    font-size: 36px;
    margin-bottom: 15px;
  }  
  /* navbar css for mobile end */
}
/* mobile breakpoint end */


@media screen and (max-width: 800px) {
  .navbar-area a:not(:first-child), .dropdown .dropbtn {
    /* display: none; */
  }
  .navbar-area a.icon {
    /* float: right; */
    display: block;
  }

  
}


@media screen and (max-width: 800px) {
  .navbar-area.responsive {position: relative;}
  .navbar-area.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .navbar-area.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .navbar-area.responsive .dropdown {float: none;}
  .navbar-area.responsive .dropdown-content {position: relative;}
  .navbar-area.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}
  /* home */

  .home-caption h1{
      font-weight: bold;
  }


  .wrapper{
    width: 95%;
    margin: 0 auto;
  }

  .anchor{
    position: relative;
    top: -9em;
  }

  /* about */

h2{
  text-align: left;
text-transform: uppercase;
font-weight: bold;
color: var(--grey);
}


h3,h4{
  text-transform: capitalize  ;
  font-weight: bold !important;
  color: var(--grey);
  text-align: left;


}


.line{
  border: 2.2px solid var(--green) ;
  width: 40%;
}
#more{
  display: none;
}

#aboutBtn {
  font-family: var(--cursive-font);
  font-size: 20px;
  letter-spacing: 2px;
  background: transparent;
  color: var(--grey);
  border: 1px solid gray;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 10px 20px;
  text-transform: uppercase;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

#aboutBtn:hover{
background-color: rgba(20, 19, 19, 0.527);
color: #fff;
}



/* houses */

.line-house{
  border: 2.2px solid var(--green);
  width: 70%;
  margin: 0 auto;
}

.circle-img{
  width: 900px;
  height: 900px;
}


#myVideo {
  right: 0;

max-width: 100%; 
  max-height: 100%;

}



.content {
width: 80%;
margin: 0 auto;
}

#aboutBtn{
  text-decoration: none;
}

/* house zoom */

.zoom-image,  .zoom-image > figure {
   background-image: url('./images/circle-removebg-preview.png' );}

   .zoom-image {
    width: 500px;
    height: 500px;
  }

  
/* house zoom end */

/* parallax map */
.map-parallax{
  height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


/* footer2 */
.footer-bg{
  background-color: var(--grey);
  background-repeat: no-repeat ;
  background-size: cover;

}

footer h5{
  color: white;
  font-size: 23px;
  letter-spacing: 4px;



}

.footer-bg-2{
  background-image: url('./images/footer-bg-2.svg');
  /* background-color: yellowgreen; */
  background-repeat: no-repeat;
  background-size: cover;
  height: 8em;
}


#map-div{
display: none;

}


.map-btn-container{
justify-content: center;
width: 100%;

}

#map-btn{
width: 100%;
padding:1em ;
font-size: 20px;
background-color: var(--grey);
color: white;
text-transform: capitalize;
font-weight: bold;
display: grid;
/* display: flex;
flex-direction: column; */
margin: 0;
border: 0;
}



.icons{
  transform: translateY(80%); 
  
   }
    .icons ul {
    display: flex;
    justify-content: space-around;
    /* margin-top: 2em; */
    
  
    }
  

    .icons ul li{
      list-style-type: none;
      width: 100px;
      /* height: 50px; */
  ;
  
    }
  
    .icons ul li a{
      color: #eee;
      font-size: 40px;

    }





  /* park */
 


.lifestyle{
  margin-bottom: 10em;
}
  .park-main{
    margin-top: 20vh;
    padding-top: 10vh;
  }

  .lifestyle-park{
    margin-top: 5em;
  }

.cards-wrapper{
  width: 85% !important;
}

  /* houses */
  .intro{
    height: calc(100vh - 50px);
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;

  }


/* life style */
.card-text{
  font-size: 20px !important;
}





/* side menu */



/* counter */

.parallax-wrapper{
  background-color: rgba(20, 19, 19, 0.527) !important;
height: 500px;

}

.parallax{
  background-image: url('./images/parallax.jpg');
  height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.counter
{
    /* background-color: #eaecf0; */
    text-align: center;

}
.employees,.customer,.design,.order
{
    margin-top: 70px;
    margin-bottom: 70px;
}
.counter-count
{
    font-size: 43px;
    position: relative;
    color: #eee;
    text-align: center;
    line-height: 200px;
    width: 200px;
    height: 200px;
    font-weight: bold;
    /* border-radius: 100%; */
    background-color:transparent;
    /* -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%; */
    display: inline-block;
}

.employee-p,.customer-p,.order-p,.design-p
{
    font-size: 25px;
    font-weight: bold;
    color:whitesmoke;
    line-height: 34px;
}

@media screen and (max-width: 800px) {

 

  .employee-p,.customer-p,.order-p,.design-p
{
font-size: 110%;
}

.counter-count{
  font-size: 110%;
  width: 50%;
  height: 50%;
  line-height: 20px;

}
.employees,.customer,.design,.order
{
    margin-top: 50px;
    margin-bottom: 0;
}
}




.map-container-section {
  overflow: hidden;
  /* padding-bottom: 56.25%; */
  position: relative;
  height: 0;
}

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




.drop {
  cursor: pointer;
  display: block;
  background:var(--grey);
  padding: 2em 0;
  margin-bottom: -1px;
  letter-spacing:4px ;

}

input[type="checkbox"]  {
 display: none; /* hide the checkboxes */
}

input +.drop +  div

{
  display:none;
}
.drop:after {
  content:'▼';
  
  }
:checked  + .drop:after {
  content:'▲';
  }
input:checked + .drop + div{
  margin-top: 0 !important;
  padding: 0 !important;
  display:block;
}



@media(max-width:1600px){
  body p{
  font-size: 110%;
  }
  .header-area{
  margin-bottom: 4em;
  }
  
  .site-navbar ul li{
  padding: 0 1vw;
  }
  } 
  
  
  @media screen and (max-width:1024px){
  
  body p{
  font-size: 100%;
  }
  
  .about-img{
  margin-top: 16%; 
  }
  .site-navbar ul{
  margin: 0 auto;
  }
  
  .site-navbar ul li{
  padding: 0 14px;
  
  }
  .site-navbar ul li a{
  font-size: smaller;
  }
  
  .site-navbar ul li p{
  font-size:smaller !important;
  }
  
  }
  
  /* mobile breakpoint start */
  @media screen and (max-width: 1000px) {
  
  body p{
  font-size: 100%;
  }
  

  .about-img{
  margin-top: 0 !important;
  }
  .counter-count {
  font-size: 36px;
  position: relative;
  color: #eee;
  text-align: center;
  line-height: 240px;
  width: 165px;
  height: 165px;
  font-weight: bold;
  border-radius: 100%;
  
  display: inline-block;
  }
  
  .employee-p, .customer-p, .order-p, .design-p{
  font-size: 140%;
  }
  
  .head-anim{
  font-size: 70%;
  
  }
  
  /* lifestyle card */
  .card .card-body .card-text{
  font-size: 100% !important;
  }
  .container {
  max-width: 720px;
  }
  /* navbar css for mobile start */
  .nav-toggler{
  display: block;
  }
  .nav-container{
  background-color: var(--grey);
  width: 100% !important;
  }
  .site-navbar {
  min-height: 60px;
  width: 100% !important;
  }
  .home-slider{
  margin-top: 7em !important;
  
  }
  
  .site-navbar ul {
  position: absolute;
  width: 100%;
  height: calc(100vh - 60px);
  left: 0;
  top: 100px;
  flex-direction: column;
  align-items: center;
  background-color: var(--grey);
  max-height: 0;
  overflow: hidden;
  transition: .3s;
  
  }
  .site-navbar ul li {
  width: 100%;
  text-align: center;
  display: contents;
  }
  .site-navbar ul li a {
  padding: 35px;
  font-size:4rem;
  }
  .site-navbar ul li p{
  padding: 35px !important;
  
  font-size: 2rem !important;
  }
  
  .dropdown-content{
  margin-top: 30%;
  }
  
  .site-navbar ul li a:hover {
  /* background-color: rgba(255,255,255,.1); */
  }
  .site-navbar ul.open {
  max-height: 100vh;
  overflow: visible;
  padding-bottom: 20%;
  }
  .intro-area h2 {
  font-size: 36px;
  margin-bottom: 15px;
  } 
  
  footer h5{
  font-size: 100%;
  }
  /* navbar css for mobile end */
  }
  /* mobile breakpoint end */
  
  @media screen and (max-width:600px){
  .animated-title > div div {
  
  font-size:8vmin;
  }

  .dropdown-content a{
    font-size: 100% !important;
    /* padding: 0 38px !important; */

  }
  .dropdown-content{
    right: -12px !important;
  }
  .site-navbar ul li a {
  padding: 13px 0;
  font-size:2rem;
  }
  .site-navbar ul li p{
  padding: 13px !important;
  font-size: 2rem !important;
  }
  
  .employee-p{
  line-height: -14px;
  
  }
  .counter-count {
  font-size: 19px;
  position: relative;
  color: #eee;
  text-align: center;
  line-height: 6px;
  width: 100%;
  height: 6px;
  font-weight: bold;
  border-radius: 100%;
  /* background-color: var(--green); */
  display: inline-block;
  display: flex;
  flex-direction: column;
  }

  
  }
  
  