
.open-sans-normal {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}


/* shared style */
.text-center{
     text-align: center;
}

.text-primary{
    color: #FD6E0A;
}

.dark1{
    color: #181818;
}
.dark2{
    color: #474747;
}
.dark3{
    color: #757575;
}
.btn-primary{
    background-color: #FD6E0A ;
    border: none ;
    border-radius: 5px;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    padding: 18px 35px;
}
.secondary-bg{
    background-color: #FFF8F3;
}


.section-title{
    font-size: 35px;
    font-weight: bold;
}
.section-description{
    font-size: 18px;
    font-weight: normal;
}


/* header */
.header{
    background-image: url(../images/developer.png), url(../images/header_bg.png);
    background-repeat: no-repeat;
    background-position: top left, bottom right;


}

/* Nav Styles */
nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px 200px;
}

.nav-title{
    font-weight: 800;
    font-size: 45px;
}

nav ul li{
    list-style: none;
    margin-right: 51px;
}

nav li a{
    text-decoration: none;
    font-size: 20px;

}

nav ul{
    display: flex;
    align-items: center;
}

/* banner styles */

.banner{
    display: flex;
    justify-content: space-between;
    margin: 0 35px 0 200px;
}

.banner-content{
    max-width: 585px;
}

.banner-greet{
    font-weight: 600 ;
    font-size: 45px;
}

.banner-title{
    font-weight: bold;     
    font-size: 85px;
}

.banner-description{
    font-weight: normal;
    font-size: 18px;

}

.banner-profile-picture{
    width: 584px;
    height: 676px;
}



/* main styles */
main{
    max-width: 1140px;
    margin: 0 auto;
}

main section{
    margin-top: 130px;
    margin-bottom: 130px;
}


/* about styles */

.about{
    border-radius: 10px;
    padding: 130px 150px;
    text-align: center;
}

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

.item-title{
    font-size: 20px; 
}

.item-description{
    font-size: 20px;
    font-weight: bold;
}

/* what i do part styles */


/* skills section styles */
.skills{
    margin-top: 130px;
    padding: 40px 116px;
   
}

.skill{
    padding: 30px;
    box-shadow: 0px 6px 50px 0px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
}

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


/* resume section styles */

.resume{
   margin-left: 116px;
   margin-right: 116px;
}


.resume-container{
    display: flex;
    gap: 24px;
}

.resume-column-title{
    font-weight: bold;
    font-size: 30px;
}

.experience-title{
    font-weight: bold;
    font-size: 25px;
    color: rgba(71, 71, 71, 1);
    margin-bottom: 10px;

}
.experience-sub-title{
    font-weight: 600;
    font-size: 20px;
    color: rgba(71, 71, 71, 1);
    margin-bottom: 20px;
}

.experience-description{
    font-size: 16px;
    color: rgba(117, 117, 117, 1);
    margin-bottom: 30px;
}

.resume-download-cv-btn{
    margin-top: 50px;
}


/* footer styles */
footer{
    display: flex;
    gap: 117px;
    padding: 130px 230px;
}
.footer-description{
    width: 562px;
    height: 56px;
          
}

.icons-margin{
    margin-top: 30px;
}

.footer-column{
    width: 50%;
}

footer input[type="text"], footer input[type="email"], footer textarea{
    display: block;
    height: 64px;
    width: 100%;
    border-radius: 5px;
    border: none;
    background-color: white;
    color: rgba(255, 255, 255, 1);
    padding: 18px 30px;
    margin-bottom: 24px;
    font-size: 16px;
}