*{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}
.font-open-sans{
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
}

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

.logo h2{
    font-size: 45px;
    font-weight: 900;
}
.orange{
    color: #FD6E0A;
}

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

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

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

nav .menu a{
    font-size: 20px;
    color: #474747;
}

.banner{
    
    margin: 47px 38px 0 230px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner-content{

    max-width: 585px;
    
}

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

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

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

.btn1{
    width: 200px;
    height: 64px;
    background-color: #FD6E0A;
    font-size: 20px;
    color: white;
    border: none;
    border-radius: 5px;
    margin-right: 30px;

}
.btn2{
    width: 160px;
    height: 64px;
    background-color: white;
    color: #FD6E0A;
    border: 1px solid#FD6E0A;
    font-size: 20px;
    border-radius: 5px;

}

.banner-image{
    max-width: 584px;
    vertical-align: middle;
}

.about{
    
    padding-top: 130px;
    

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

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

}

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

}
.about-card p{
    color: #757575;
    font-size: 20px;
    line-height: 30px;
}
.about-card h4{
    font-size: 20px;
    color: #474747;
    font-weight: bold;
}
.skill-container{
    width: 71%;
    max-width: 1140px;
    margin: 0 auto;
    text-align: center;
    
}

.skill-boxes{
    display: flex;
    gap: 24px;
}
.skill-box{
    padding: 30px;
    max-width: 267px;
    box-shadow: 0 6px 50px 0 #0000001c;
}

.skill-box img{
    max-width: 44px;
    margin: 30px 193px 30px 30px;
    text-align: left;
}
.skill-box h3{
    color: #181818;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    max-width: 174px;
    text-align: left;
}
.skill-box p{
    color: #757575;
    max-width: 201px;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
}
.resume{
    padding-top: 130px;
    
}
.resume-heading h2{
    text-align: center;
    color: #181818;
    font-size: 35px;
    font-weight: bold;
    padding-bottom: 113px;
    
}
.resume-card{
    max-width: 511px;

    
}
hr{
    max-width: 511px;
}
.resume-container{
    padding-left: 230px;
    display: flex;
    gap: 71px;
    max-width: 1140px;
    
}
.resume-title{
    padding-bottom: 30px;
    color: #474747;
    font-size: 30px;
    font-weight: bold;
}
.card-title{
    font-size: 25px;
    color: #474747;
    font-weight: bold;
    padding-bottom: 10px;
}
.card-caption{
    color: #757575;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 20px;
}
.card-description{
    font-size: 16px;
    color: #757575;
    line-height: 28px;
    max-width: 511px;
    padding-bottom: 30px;
}
.text-align{
    text-align: center;
}
footer{
    margin-top: 113px;
    background-color: #FFF8F3;
    padding: 130px 0;
}
.footer-container{
    display: flex;
    width: 71%;
    max-width: 1140px;
    margin: 0 auto;
}
.social h2{
    font-size: 35px;
    font-weight: bold;
    color: #181818;
    max-width: 227px;
    padding-bottom: 20px;
}
.social p{
    max-width: 562px;
    padding-bottom: 30px;
    font-size: 16px;
    line-height: 28px;
    color: #474747;
}
.icon a{
    color: #FD6E0A;
    max-width: 120px;
    margin-right: 24px;
}
.form-title{
    font-size: 35px;
    font-weight: bold;
    color: #181818;
    padding-bottom: 28px;
    max-width: 305px;
}
.footer-form input[type="text"],input[type="email"],textarea{
    width: 461px;
    background-color: white;
    color: #757575;
    padding: 18px 31px;
    margin-bottom: 24px;
    border: none;
    border-radius: 5px;
}
