/* default css start */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    /* background: lightgrey; */
    overflow:hidden;
  }

  :root{
    --grey:#625A57;
    --green:#9C9635;
    --black:#2f3542;
  }


  h2{
      text-transform: uppercase;
      font-size: 35px;
      color: var(--grey);

  }

 

 
.header-area{
  margin-bottom: 11em !important;
}


.navbar-area{
  background-color: #625A57;
}


  /* section */


  .wrapper-house{
      width: 90%;
      margin: 0 auto;
      margin-top: 6em;
  }



/* slider */

.main {
    /* font-family:Arial; */
  
    display:block;
    margin:0 auto;
    border-radius: 5px;
  }



  body > section.wrapper-house.container > div.main > div.slider.slider-for.slick-initialized.slick-slider > div > div > div:nth-child(2){
    width: 1000px;
  }
  
  .house-img{
      /* width: 57vw !important; */
      height:auto;
      position: relative;
 
   
  }


  h3 {
      background: #fff;
      color: var(--grey);
      font-size: 3vh;
      line-height: 100px;
      margin: 10px;
      padding: 2%;
      position: relative;
      text-align: center;
      border-radius: 5px;
      border: 2px solid var(--green);


  }


  
  .action{
    display:block;
    margin:100px auto;
    width:100%;
    text-align:center;
  }
  .action a {
    display:inline-block;
    padding:5px 10px; 
    background:grey;
    color:#fff;
    text-decoration:none;
  }
  .action a:hover{
    background:#000;
  }


  .slick-next, .slick-prev{
      color: #444 !important;
      background-color: var(--grey) !important;
      border-radius: 100%;
  }



  .description-img{
      height: 100px;
      margin-top: 40em;
  }



  .footer-row{
    margin-top: 6em;
  }

  .slider-nav div h3{
    text-align: center;
  }

  .dropdown .dropbtn:active .dropdown-content{
    display: block;
    transition-delay: 0.3s;
    -ms-transform-origin-y: 0.3s;
  }
  
  .dropdown .dropbtn:active{
    display: block;
   transform: translateY(10%);
  }
  


  @media (max-width:1000px){


    .img-site{
width: 100% !important;
min-width: 100% !important;
    }

.footer-row{
  margin-top: 0 !important;
}

.footer-icon-col{
  margin-bottom: 1.5em;
}
    h3{
      font-size: 150%;
    }

    h2{
      font-size: 150%;
    }
  }


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

  .site-plan{
    width:100%;
  }

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

  h4{
    font-size: 20px;
    padding-bottom: 4px;
  }
   #house-list li{
    color: var(--grey);
    font-size: 15px;
    letter-spacing: 1px;
    padding: 2px 0;
  }

  .icons ul{
    margin-top: 1.5em;
  }



@media(max-width:600px){
  .img-site{
    width: 100%;
  }
}