/* nav styles */
nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 50px 200px;
}
.open-sans-normalfont {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
.nav-title{
    font-weight: 800;
    font-size: 45px;
}
.text-I{
    color: #fd6e0a;
}
nav li{
    list-style: none;
    margin-right: 51px;
}
nav a{
    text-decoration: none;
    font-size: 20px;
    color: #474747;
}
nav ul{
    display: flex;
    align-items: center;
}
.btn-primary{
    background-color: #fd6e0a;
    font-weight: bold;
    color: white;
    padding:18px 35px;
    border-radius: 5px;
    font-size: 20px;
    border: none;
}
#ph{
    text-decoration: none;
    color: blueviolet;
}
.header{
    background-image: url('../images for portfolio/developer.png'), url('../images for portfolio/header_bg.png');
    background-repeat: no-repeat;
    background-position: top left, bottom right;
}
/* Banner greetings */

.greetings{
    font-size: 45px;
    font-weight: 600;
}
.myname{
    font-size: 85px;
    font-weight: bold;
}
.description{
    font-size: 18px;
}
.banner-photo{
    width: 580px;
}
.banner{
    display: flex;
    justify-content: space-between;
    margin: 0 35px 0 230px;
}
.banner-content{
    max-width: 580px;
}

.section-title{
    font-size: 35px;
    font-weight: bold;
    color: #181818;
}
.section-description{
    font-size: 18px;
    color: #757575;

}
.secondary-bg{
    background-color: #FFF8F3;
}
/* about styles */
.about{
    border-radius: 10px;
}

/* main styles */
main{
    max-width: 1140px;
    margin: 0 auto;
    padding: 130px 150px;
    text-align: center;
    margin-top: 130px;
}
.item-description{
    font-weight: 600;
}
.about-items{
    display: flex;
    justify-content: space-around;
}
.item-title{
    font-weight: 200;
}
.text-center{
    text-align: center;
}
.skills-container{
    display: flex;
    gap: 24px;
}
.skill{
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0px 6px 50px 0px rgba(0, 0, 0, 0.06);
}
main section{
  margin-top: 130px; 
  margin-bottom: 130px; 
}