*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

/* shared style */
.logo h2{ 
    font-size: 45px;
    font-weight: 900px;

}


.font-open-sans {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
 
}

.color-orange{
    color: #FD6E0A;
}

.btn{
    background-color:#FD6E0A;
    border: none;
    border-radius: 5px;
    padding: 18px 35px;
    color: white;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;

}

.btn-group{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.section-heading{
    max-width: 827px;
    text-align: center;
    margin: 0 auto;
    
}
.section-heading h2{
    font-size: 35px;
    font-weight: bold;
    color: #181818;
    margin-bottom: 30px;
    

}
.section-heading p{
    font-size: 18px;
    color: #757575;
    line-height: 30px;
    margin-bottom: 30px;
}

.text-center{
    text-align: center;

}

/* main style */

header{
    background-color: #FFF8F3;
    padding-top: 50px;
    background: url(img/developer.png) ,url(img/header_bg.png) , #FFF8F3;
    background-position: 23px 38px , bottom right;
    background-repeat: no-repeat;
}
nav{
    width: 71%;
    max-width: 1140px;
    margin: 0px auto;
    /* border: 2px solid red; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}
nav .menu{
    display: flex;
    list-style-type: none;
    gap:51px;
    align-items: center;
    
    
}
nav .menu a {
    text-decoration: none;
    font-size: 20px;
    color: #474747;
    
}

#banner{
    /* border: 1px solid red; */
    margin: 47px 38px 0 230px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#banner .banner-content{
    max-width: 585px;
}
#banner .banner-content h2{
    font-size: 45px;
    font-weight: 600;
    color: #474747;
    margin-bottom: 5px;


}
#banner .banner-content h1{
    font-size: 85px;
    font-weight: bold;
    color: #181818;
    margin-bottom: 20px;

}

#banner .banner-content p{
    font-size: 18px;
    color: #757575;
    line-height: 30px;
    margin-bottom: 30px;
}

#banner .banner-image img{
    max-width: 585px;
    vertical-align: middle;
    /* border: 2px solid red; */

}
#about{
    padding-top:130px;
}

#about .about-container{
    width: 71%;
    max-width: 1140px;
    margin: 0 auto;
    text-align: center;
    background-color: #FFF8F3;
    padding: 131px 156px;
}

#about .about-container .about-info{
    display: flex;
    justify-content: space-around;
}

.about-info .info-card p{
    font-size: 20px;
    line-height: 30px;
    color: #757575;

}
.about-info .info-card h4{
    font-size: 20px;
    line-height: 30px;
    color: #474747;
    font-weight: bold;

}

#skills{
    padding-top: 130px;
    
}

#skills .skills-container{
    width: 71%;
    max-width: 1140px;
    margin: 0 auto;
    
}

#skills .skills-container .skill-box{
    display: flex;
    gap: 24px;
}

.skill-box .skill-card{
    padding: 30px;
    max-width: 267px;
    box-shadow: 0 6px 50px 0 #00000027;
}

.skill-card img{
    max-width: 44px;
    margin-bottom: 30px;
}

.skill-card h3{
    font-size: 20px;
    color: #181818;
    margin-bottom: 20px;
}
.skill-card p{
    font-size: 16px;
    line-height: 28px;
    color: #757575;


}

#resume{
    padding-top: 130px;
}

#resume .resume-container{
    width: 71%;
    max-width: 1140px;
    margin: 113px auto 0;
    display: flex;
    gap: 24px;

}
.resume-container hr{
    margin: 30px 0 30px ;
}

.resume-container .section-title{
    color: #474747;
    font-size: 30px;
    margin-bottom: 30px;
}

.resume-card{
    max-width: 511px;
    margin-right: 47px;
}
.resume-card .card-title{
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #474747;
}
.resume-card .card-info{
     font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #757575;

}
.resume-card .card-text{
     font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
    color: #757575;

}

footer{
    margin-top: 130px;
    background-color: #FFF8F3;
    padding: 130px 0;
}

footer .footer-container{
    width: 71%;
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    gap: 116px;

}

.footer-container .social{
    max-width: 562px;
}

.footer-container .social p{
    color: #474747;
    line-height: 28px;
    font-size: 16px;
    margin-bottom: 30px;
}

.footer-container h2{
    font-size: 35px;
    color: #181818;
    margin-bottom: 20px;

}

.footer-container .icon a{
    margin-right: 24px;

}

.footer-container form input[type="text"]{
    width: 461px;
    padding: 18px 31px ;
    margin-bottom: 24px;
    border: none;
    border-radius: 5px;
    color: #757575;

}

.footer-container form input[type="email"]{
      width: 461px;
    padding: 18px 31px ;
    margin-bottom: 24px;
    border: none;
    border-radius: 5px;
    color: #757575;
}
.footer-container form textarea {
      width: 461px;
    padding: 18px 31px ;
    margin-bottom: 24px;
    border: none;
    border-radius: 5px;
    color: #757575;
}

.hide{
    display: none !important;
}

@media screen and (max-width:576px){
    .skills-container {
    width: 95%;
}

nav{
    gap: 20px;
}

nav .menu{
    flex-wrap: wrap;
    justify-content: center;
}

#banner{
    margin: 20px;
    gap: 20px;
}

#banner .banner-image img{
    width: 100%;
}

#banner .banner-content h1{
    font-size: 44px;
}


    #about
    #resume
    #skills{
    padding-top: 60px;
    
}

.section-heading h2 {
    font-size: 30px;
    
}
#about .about-container .about-info{
    gap: 40px;
}
#resume .resume-container{
    margin-top: 60px;
}

.resume-card{
    margin-right: 10px;
}

header{
    background-color: #FFF8F3;
    padding-top: 50px;
    background: url(img/header_bg.png) , #FFF8F3;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.btn-group{
    justify-content: center;
}


#skills 
.skills-container 
.skill-box, 
#about 
.about-container 
.about-info, 
footer .footer-container,
#resume .resume-container, 
nav, #banner{
    flex-direction: column;
}

.skill-box .skill-card{
    max-width: 100%;
}

#about .about-container{
    padding: 20px;
}

.footer-container form input[type="text"], .footer-container form textarea{
    width: 100%;
}



}