*{
    margin: 0;
    padding: 0;

}

/* shared style */

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

}
.font-open-sans {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto; 
  
}
.logo h2{
    font-size: 45px;
    font-weight:900 ;
 

}
.color-font{
    color: #FD6E0A;
} 
.section-heading{
    margin:0 auto;
    text-align: center;
    width: 827px;
}

.section-heading h2{
    font-size: 35px;
    margin-bottom: 30px;
}
.section-heading p{
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 30px;
    color:#757575;
}
.social-info{
    display: flex;
    justify-content: space-around;
    margin-top:20px;
}
.about , #skills , .resume{
        padding-top: 130px;

}
.text-center{
    text-align: center;

}
/* main style */

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

    
}
nav {
    width:71%;
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  
  
}


nav .menu{ 
    display: flex;
    list-style-type: none;
    gap:51px;
    align-items: center;

}

nav .menu a{

    font-size: 20px;
    color: #474747;
 text-decoration: none;
}
.banner-image img{
  max-width: 585px;
  vertical-align: middle;
}
.banner{
    display: flex;
    
    margin: 47px 38px 0 230px;
    justify-content: space-between;
    align-items: center;

}
.banner-container {
    max-width: 740px;
}
.banner-container h2{
    font-size: 45px;
    font-weight: 600;
    color: #474747;
    margin-bottom: 5px;
}
.banner-container h1{
    font-size: 85px;
    font-weight: bold;
    color: #181818;
    margin-bottom: 20px;
}
.banner-container p{
        font-size: 18px;
        color:#757575;
        line-height: 30px;
        margin-bottom: 30px;
}

.about-container{
    width: 71%;
    max-width: 1140px;
   
    margin: 0 auto;
    text-align: center;
    background-color:  #fff8f3; 
    padding: 131px 156px;
    
}
.box{
  
    height: 200px;
    display: flex;
    justify-content: center;
   margin-top: 50px;  
}

 .skills-conatainer{
    width: 71%;
    max-width: 1140px;
    margin: 0 auto;
 }
 .skills-conatainer .skill-box{
    display: flex;
    gap: 24px;
 }
 .skill-box .skill-card{
    /* border: 1px solid #474747; */
    padding: 30px;
    width:267px;
    box-shadow: 0 6px 50px 0 #00000021;

 }
 .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;
        color:#757575;
        line-height: 28px;
        margin-bottom: 30px;
}
 .resume-container{
    width: 71%;
    max-width: 1140px;
    display: flex;
    gap: 24px;
    margin: 113px auto 0;
   

}
.resume-container hr{
    margin: 30px 0;
    border: none;
    height: 3px;
    background: linear-gradient(to right, #00c6ff, #0072ff);

   

}
.resume-container .section-title{
    font: 30px;
    color: #474747;
    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;
    color:#757575;
}

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

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

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

}

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

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


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



