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

/* shared style */
.text-primary{
    color: #FD6E0A;
}

/* 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:50px ;
}
nav ul a{
    text-decoration: none;
    font-size: 20px;
}
.dark-2{
    color: #474747;
}
nav ul{
    display: flex;
    align-items: center;
}
.btn-design{
    background-color: #FD6E0A;
    font-weight: bold;
    color:white;
    border-radius: 5px;
    padding: 18px 35px;
    font-size: 20px;
    border: none;
}
.greeting{
    font-size: 45px;
    font-weight: 600;
}
.banner-title{
    font-weight: bold;
    font-size: 85px;
}
.profile-pic{
   width: 580px;
}
.banner{
    display: flex;
    justify-content: space-between;
    margin: 0 35px 0 200px;

}
.banner-content{
    max-width: 580px;
}
.head{
    background-image: url(images/developer.png),url(images/header_bg.png);
    background-repeat: no-repeat;
    background-position: top left,bottom right;
}
.section-title{
    font-weight: bold;
    font-size: 35px;
    color: #181818;
}
.section-description{
    font-size: 18px;
    color: #757575;
}
.secondary-bg{
    background-color: #FFF8F3;
}
.about{
    border-radius: 10px;
    padding: 130px 150px;
    text-align: center;
    margin-top: 130px;
}
.outl{
    border: 2px solid black;
    background-color: white;
}
main{
    max-width:1170px;
    margin: 0 auto;
}
.item-descirption{
    font-weight: 700;
}
.class-items {
    display: flex;
    justify-content: space-around;
    padding-bottom: 10px;
    
}
.item-title,
.item-descirption {
    margin: 0;
}
.text-center{
    text-align: center;
}
.skill-container{
    display: flex;
    gap: 24px;
}
.skill{
    background-color: white;
}
.skill{
    padding: 30px;
    box-shadow: 0px 6px 50px 0px rgba(0,0,0,0.06);
    border-radius: 5px;
}
.skill-description{
   text-align: justify;
}
main section{
     margin-top: 130px;
     margin-bottom: 130px;
}
.resume-container{
    display: flex;
    gap: 24px;
}
.experience-description,.experience-subtitle{
    color: #757575;
}
.experience-subtitle{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.btn{
    margin-top: 30px;
}
footer{
    padding: 130px 230px;
    display: flex;
    gap: 100px;
}
.footer-column{
    width: 50%;
}
footer input[type="text"],footer input[type="email"],footer textarea{
    height: 64px;
    border-radius: 5px;
    background-color: white;
    display: block;
    width: 100%;
    padding: 10px 20px;
    margin-bottom: 24px;
    border: none;
    font-size: 15px;
}
.icon{
    display: flex;
    gap: 20px;
}