@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');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

body{
    font-family: 'Poppins', sans-serif;
}

content{
background: #f7f5f2;
}
html ::-webkit-scrollbar-track{
    background: transparent;
}
html ::-webkit-scrollbar-thumb{
    background: #864a22;
    border-radius: 10xp;
}
html ::-webkit-scrollbar{
    width: 10px;
}



/* navbar start */
#navbar{
    background-color: #864a22;
}
#Logo img{
    border-radius: 10px;
    width: 80px;
    margin-left: 40px;
}
.navbar-nav{
    margin-left: 50px;
}
.nav-item .nav-link{
    color: white;
    margin-left: 5px;
    font-weight: bold;
    transition: 0.5s;
}
.nav-item .nav-link:hover{
    background: #f7f5f2;
    border-radius: 10px;
    color: rgb(0, 0, 0);
}
#navbar form button{
    background: black;
    color: white;
    border: 1px solid white;
}
/* navbar end */



/* home section start */
#home{

    width: 100%;
    height: 130vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(./Img/Casa\ Selva.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 88%;
}   
#home .content{
    padding-top: 210px;
    margin-left: 56px;
}
#home .content h3{
    font-size: 65px;
    color: white;
}  
#home .content h3{
    margin-top: 10px;
    color: white;
}
#home .content p{
    font-size: 20px;
    color: white;
}  
#home .content p{
    margin-top: 5px;
    color: white;
}
#btn{
    width: 150px;
    height: 36px;
    margin-top: 20px;
    background: white;
    border-radius: 5px;
    font-weight: bold;
    border: none;
    transition: 0.5s ease;
    cursor: pointer;
}
#btn:hover{
    background: #864a22;
    color: white;
}
/* home section end */



/* about section start = sueños en madera */
#about{
    width: 50%;
    height: 180vh;
}
#about .content{
padding-top: 70px;
}
.heading{
    text-align: center;
    margin-bottom: 50px;
    color: black;
    font-size: 30px;
    font-weight: bold;
}
.heading spam{
    color: #864a22;
}
#about .card{
    border-radius: 10px;
}
#about .card img{
    border-radius: 10px;
}
#about-btn{
    width: 100px;
    height: 36px;
    background: transparent;
    border: 2px solid #864a22;
    color: #864a22;
    border-radius: 5px;
    font-weight: bold;
    transition: 0.5s;
    cursor: pointer;
}
#about-btn:hover{
     background-color:#864a22;
     color: #f7f5f2;
}
/* about section start = sueños en madera */



/* Contador de visitas */
#about .contador-visitas iframe {
    width: 100%;
    height: 130px; 
    border: none;
}

#about .contador-visitas p {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #864a22;
}
/* Contador de visitas */



/* top card start */
#top-cards{
    width: 100%;
    height: 95vh;
    background: white;
}
.heading2{
    color: black;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}
.heading2 span{
    color: black;
}
#top-cards .container{
    margin-top: 30px;
}
#top-cards .card{
    border-radius: 10px;
    transition: 0.5s;
    cursor: pointer;
}
#top-cards .card img{
    border-radius: 10px;
}
#top-cards .card:hover{
    transform: translateY(-10px);
}
/* top card end */



/* Video star*/

.heading3{
    color: black;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}
p{
    color: black;
    text-align: center;
    font-size: 20px;
}
/* Video end*/



/* footer star*/
#footer{
    width: 100%;
    background: #864a22;
    margin-top: 50px;
  }
  .footer-logo img{
    width: 180px;
    border-radius: 10px;
    margin-top: 30px;
    cursor: pointer;
  }
  #footer .socail-links i{
    font-size: 17px;
    margin-left: 10px;
    margin-top: 30px;
    padding: 10px;
    background: black;
    color: white;
    border-radius: 10px;
    cursor: pointer;
  }
  .credite{
    color: white;
    margin-top: 20px;
  }
  .credite{
    text-shadow: 0px 0px 1px black;
  }
  .credite a{
    text-decoration: none;
    color: black;
    font-weight: bold;
  }
  .credite a span{
    color: black;
  }
  .copyright span{
    color: black;
  }
  /* footer end*/


  /* Up arrow star*/
  html{
    scroll-behavior: smooth;
  }
  .arrow{
    position: fixed;
    border-radius: 50px;
    height: 50px;
    bottom: 40px;
    right: 80px;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
  }
  /* Up arrow end*/


  /* Whats star*/
  html{
    scroll-behavior: smooth;
  }
  .whats{
    position: fixed;
    border-radius: 20px;
    height: 50px;
    bottom: 40px;
    right: 5px;
    text-decoration: none;
    text-align: right;
    line-height: 50px;
  }
  /* Whats end */


 
  


  




