*{
    padding: 0;
    margin: 0;
    font-family: sans-serif;
}

html{
    font-size: 65.5%;
    overflow-x: hidden;
    scroll-behavior: smooth;
    scroll-padding-top: 7rem;
}

body {
    background-color: rgb(29, 27, 27);
    background-image: url();
    background-repeat: no-repeat;
    background-size: contain;



}

section {
    padding: 3rem 2rem;
    margin: 0 auto;
    max-width: 1200px;
}

header{
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 1px 3px 10px black;
    background-color: #db783e;
}

.navbar{
    display: flex;
    justify-content: space-between;
    padding: 1.5rem 6rem;
}

.logo{
    display: flex;
    align-items: center;
  

}
.logo img{
    height: 50px;
    width: 55;

}


.logo h1{
    color: #474747;

}

.navlist{
    display: flex;
    align-items: center;

}

.navlist ul{
    display: flex;
    justify-content: center;
    list-style: none;
}

.nav-item{
    margin: 0 15px;

}

.navlink{
    text-decoration: none;
    font-size: 1.15rem;
    color: #252525;
    font-weight: 400;
    font-family:Arial, Helvetica, sans-serif;
}

.navlink:hover{
    color: #d6d4d4;
}



.mobile-menu-icon{
    display: none;
  
}

.mobile-menu{
    display: none;
    background-color: #756b6b;
}

.home-container {
    background: url(./Bg\ .jpg);
   
    background-repeat: no-repeat;
    background-size: 110%;
    max-width: 500rem;
 

}




.home-container section {
    display: flex;
    align-items: center;
    min-height: 120vh;
}

.content {
    width: 400px;
    
  

}

.content h3 {
    
    color: #8a3200;
    font-size: 3rem;

}

.content p {

    color: #ffa97e;
    font-size: 1.2rem;
    font-weight: 150;
    line-height: 1.8;
    padding: 1rem 0;

}


.btn{
    display: inline-block;
    text-decoration: none;
    padding: 1.5rem 3rem;
   margin-top: 1rem;
    font-size: 1.7rem;
    background: black;
    color: azure;
    border-radius: 5rem;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    transition: 2s linear;
    z-index: 0;
    height: 20px;
    
}
.btn:hover {
    letter-spacing: 0.2rem;
    color: #ff8e8e;


}

.heading{
    text-align: center;
    margin-bottom: 2rem;
   
    

}

.heading span{
   

    padding: 5rem 1.5rem;
   
    
    color: #fd9797;
  
    font-size: 3rem;
    
    


}
.heading h3{
    font-size: 0.9rem;
    color: #1b1a1a;

}

.skill-container{
    background: #1b1a1a;
}
.skill-container .heading{
    padding-top: 3rem;
    background-size: 1.5rem;
}

.skill-container .heading span{
   
    background-size: 5rem;
    

}

.skill-container .habilidades h3{
    color: #d6d4d4;
    text-align: center;
}

.skill-container .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, 35rem);
    gap: 2rem;
    align-items: flex-start;
    justify-content: center;

}


.skill-container .box-container .box{
    text-align: center;
   padding: 2rem;
   position: relative;
   z-index: 0;

}
.skill-container .box-container .box::before{
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    background: white;
    height: 12rem;
    z-index: -1;
    clip-path: polygon(50% 0, 100% 38%, 100% 100%, 0 100%, 0% 38%);


}

.skill-container .box-container .box img{
    height: 7rem;
    transition: 2s linear;
    background-color: transparent;
}
.skill-container .box-container .box:hover img{
    transform: translateY(-1rem);
}

.skill-container .box-container .box h3{
    font-size: 1.5rem;
    color: #1b1a1a;
    padding: 1rem 0;
}
.skill-container .box-container .box P{
    font-size: 1rem;
    color: #2e2d2d;
    line-height: 1.8;
}

.about .row{
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    align-items: center;

    

}
.about .row .image{
    flex: 1 1 40rem;

}
 
.about .row .image img{
    width: 100%;
    height: 440px;
}

.about .row .content{
    flex: 1 1 40rem;
}

.about .row .content .heading{
    margin-bottom: 1rem;
}

.about .row .content .descricao{
    line-height: 1.8;
    text-align: center;
    color: white;
    font-size: 1.6rem;
    padding-bottom: 1rem;
    
}

.about .row .content .info{
    margin: 1rem 0;

}
.about .row .content .info h3{
    font-size: 2rem ;
    background: #ffffff;
    padding: 1rem 2rem;
    display: inline-block;
}
.about .row .content .info .flex{
    background-color: #db783e;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 1.5rem;
    padding-bottom: 0rem;
   

}

.about .row .content .info .flex p{
    color: #242323;
    font-size: 1rem;
    flex: 1 1 20rem;
    margin-top: 0.5rem;
    padding-bottom: 0.1rem;
    padding-top: 0.2rem;


}

.about .row .content .info .flex p span{
    color: #582c2c;
}


.services{
    position: relative;
    background-color: #1b1a1a;
}

.services .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, 35rem);
    gap: 2rem;
    align-items: flex-start;
    justify-content: center;

}

.services .box-container .heading{
    padding-top: 2rem;
    margin-bottom: 1rem;
}
.services .box-container .heading span{
    background-color: #d6d4d4;

}

.services .box-container .heading h3{
    color: #d6d4d4;
}
.services .box-container .box{

    padding: 2rem;
    border: 2rem solid rgba(255, 255, 225,.2);
    border-top-right-radius: 5rem;


}

.services .box-container .box .icon{
    display: inline-block;
    position: relative;
    margin-bottom: 1rem;

}
.services .box-container .box .icon img{
    height: 10rem;
    width: 10rem;
   transition: .2s linear;

}

.services .box-container .box:hover .icon img{
    

}

.services .box-container .box:hover {
    border: 2rem dashed rgba(255, 255, 225,.2);

}
.services .box-container .box h3{
    font-size: 2rem;
    color: #d6d4d4;
    margin: 1rem 0;
}


.services .box-container .box p{

    line-height: 1.8;
    color:#ecb99b;
    font-size: 1rem;

}

.projects .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, 35rem);
    align-items: flex-start;
    justify-content: center;
}

.projects .box-container .box{
    overflow: hidden;
    position: relative;
    height: 30rem;
  
    border-radius: .5rem;
    

}
.projects .box-container .box img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: .2s linear;
}

.projects .box-container .box h3{
    font-size: 2.2rem;
    position: absolute;
    top: 6rem; left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
    transition: .2s linear;

}
.projects .box-container .box:hover h3{
   top: 2rem;
}

.projects .box-container .box .btn{
    position: absolute;
    top: 6rem; left: 50%;
    transform: translateX(-50%);
    margin-top: auto;
    
}
.projects .box-container .box:hover .btn{
    bottom: 2rem;
    
}

.address {
    
    display: flex;
    align-items: center;
    flex-direction: column;
}


.contact .row{

    display: flex;
    align-items: center;
    flex-wrap: wrap-reverse;
    gap: 2rem;
}

.contact .row .form{

   flex: 1 1 auto;
   text-align: center;


}
.contact .row .form .flex{
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.contact .row .form .flex .input{

    flex: 1 1 30rem;

}

.contact .row .form  .input{
    border-radius: .5rem;
    text-transform: none;
    color: #1b1a1a;
    font-size: 1.8rem;
    padding: 1.2rem 1.4rem;
    border: .1rem solid rgba(0,0,0,.1);
}
.contact .row .form .input::placeholder{
    text-transform: capitalize;
}

.contact .row .form textarea{
    height: 15rem;
    width: 90%;
    resize: none;
    margin-top: 1rem;
   
}

.contact .row .form .btn:hover{
    background-color: #e07a7a;

}

.contact .row .box-container{

    flex: 1 1 20rem;
}
.contact .row .box-container .box{
    display: flex;
    gap: 1rem;
}

.contact .row .box-container .box:nth-child(2){
    margin:2rem 0;
    text-align: center;
    justify-content: end;
}
.contact .row .box-container .box i{
    height: 5rem;
    width: 5rem;
    line-height: 5rem;
    font-size: 2rem;
    background-color: #1b1a1a;
    color: #242323;
    border-radius: 5rem;
    text-align: center;
}

.contact .row .box-container .box h3{
    font-size: 3rem;
    flex-direction: column;
    color: #ffffff;
    margin-bottom: 1rem;
 
    padding-left: 6rem;
    font-family: Arial, Helvetica, sans-serif;
    
   

}

.contact .row .box-container .box p{
    display: block;
    font-size: 1.6rem;
    color: #cf7e7e;
    padding-top:0.5rem ;
    align-items: center;
    padding-left: 6rem;

}

.footer {
    text-align: center;

}

.footer .share {
    padding: 1rem 0;

}

.footer .share img {
    width: 30px;
    height: 30px;
    margin: 0.3;
    cursor: pointer;
    border-radius: 50%;
    padding: 1rem;
}

.footer .share img:hover {
    background-color: #ac7129;

}

.first{
    opacity: 0;
    filter: blur(15px);
   
    transition: all 3s;
}

.show{
    opacity: 1;
    filter: blur(0px);
    transition: all 1s;
}





@media screen and (max-width: 450px){
    
    .html{
        font-size: 55%;
    }
    
    .navbar{
        padding: 1.5rem 4rem;
      

    }

    .nav-item{
        display:none;
    }
    .login-btn{
        display: none;
    }
    .mobile-menu-icon{
        display: block;
        
    }
    .mobile-menu-icon button{
       
        border: none;
        cursor: pointer;
        background-color: transparent;
    }
    .mobile-menu ul{
        display: flex;
        flex-direction: column;
        text-align: center;
        padding-bottom: 1rem;
        

    }
    .mobile-menu .nav-item {
        display: block;
        padding-top: 1.2rem;
    }
    .mobile-menu .navlink {
        display: block;
        padding-top: 1.2rem;
        color: aliceblue;
        font-family: sans-serif;
    }

    

    .open{
        display: block;
    }

    .home-container{
       
        flex-direction: column;
       
    }
    .content{
        flex-direction: column;
    }

    .content h3 {
        font-weight: 75;
        font-size: 2.5rem;
        line-height: normal;

    }

    

 


.address iframe {
    width: 350px;
}



}



