html {
    font-size: 14px;
}
@media screen and (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

a{
    color: #333;
    text-decoration: none;
}

a:hover{
    color: #3826ff;
}

.cmn-title{
    text-align: center;
    font-weight: bold;
}

.sub-title{
    display: block;
    color: #3826ff;


}

.main-title{
    display: block;
    font-size: 2rem;

}

/*header*/

.header{
    margin: 0 auto;
    max-width: 1024px;
    padding: 20px 16px;

}

.header-logo{

}

.header-list{
    display: flex;
    justify-content: space-between;
    margin-top: 1.5rem
}

.header-item{
    font-size: 1.2rem;
    color: black;
}

@media screen and (min-width: 768px) {
    .header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    padding: 0;
    }
    .header-list{
        margin-top: 0;
    }
    .header-item{
        margin-left: 2.5rem;

    }
}







.main{

}
/*firstview*/

.firstview{
    background-image: url(../image/hero.jpg);
    background-size: cover;
    background-position:center ;
    height: 700px;
 
}

.firstview-message{
    font-size: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    letter-spacing: 0.3rem;
}

.firstview-message .blue{
    color: #3826ff;
}

@media screen and (min-width: 768px){
    .firstview-message{
        font-size: 5rem;
        letter-spacing: 0.5rem;
    }

}
    
/*about*/

.about{
    max-width: 800px;
    margin: 120px auto 0;
    padding: 0 16px;
}


.about-wrapper{
    margin-top: 60px;

}

.about-image{
    text-align: center;

}

.about-text{
    margin-top: 40px;
}

.about-greeting{

}

.about-subtitle{
    font-size: 1.5rem;
    color: #3826ff;
    margin-bottom: 0.5rem;
}

.greeting-desc{

}


.about-caeer{
    margin-top: 30px;
}



.about-list{

}

.about-item{

}

@media screen and (min-width:768px){
    .about-wrapper{
        display: flex;
    }
    .about-text{
        margin-top: 0;
        margin-left: 80px;
       }
       

}


/*skills*/

.skills{
    max-width: 1024px;
    margin: 120px auto 0;
    padding: 0 16px;
}

.skill-list{
    margin-top: 60px;
    display: flex;
    justify-content: center; 
    flex-wrap: wrap;
    gap: 40px 20px;
}

.skill-item{

}

.skill-image{
    height: 180px;
    text-align: center;
    

}

.skill-name{
    font-size: 1.5rem; 
    font-weight: bold; 
    text-align: center;

}

.skill-desc{
    margin-top: 1rem;

}

@media screen and (min-width:768px){
    .skill-list{
       max-width: 500px;
       margin: 60px auto 0;
    }
    .skill-item{
        width: 230px;
    }
    
}

@media screen and (min-width:1024px){
    .skill-list{
        max-width: 100%;
    }
}


/*works*/

.works{
    max-width: 900px;
    margin: 120px auto 0;

}

.work-list{
    margin-top: 60px;

}

.work-item{
    margin-top: 40px;

}

.work-item.revers{
    flex-direction: row-reverse;
}

.work-image{
}

.work-image img{
    width: 100%;
}

.work-text{
    margin-top: 2rem;
    padding: 0 16px;

}

.work-title{

}

.work-skill{

}

.work-time{


}

.work-desc{
    margin-top: 20px;

}

@media screen and (min-width:768px){
    .work-item{
        display: flex;
        gap: 0 50px;
        margin-top: 40px;
    
    }
    .work-image{
        width: 50%;
    }
    .work-text{
        width: 50%;
        padding: 0;
    
    }
    
    
}    


/*contakt*/

.contakt{
    margin: 120px 0;
    text-align: center;

}

.contakt-text{
    margin-top: 1.5rem;

}

.contact-messeje{
    font-size: 1.5rem;

}

.contakt-mail{
    font-weight: bold;
    font-size: 2rem;

}

.icon-area{
    margin-top: 50px;
    font-size: 2rem;
}

.fab{
   margin: 0 2rem;
   color: black;
}

.fab:hover{
    color: #3826ff;
}




    







/*footer*/

.footer{
    background-color: #ddd;
    padding: 30px 16px 10px;

}

.footer-list{
    display: flex;
    justify-content: space-between;
    max-width: 400px;
    margin: 0 auto;
    color: black;


}

.footer-item{
    font-size: 1.2rem;
}

.copy-lihgt{
    text-align: center;
    margin-top: 2rem;
}




