#open-sans-normal {
    font-family: "Open Sans", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
  }
  /*Nav Style*/
nav{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px 100px;
}
.header{
  background-image: url('../images/developer.png'),url('../images/header_bg.png');
  background-repeat: no-repeat;
  background-position: top left, bottom right;
  max-width: 776, 1036px;
  height: 136, 518px;
  margin: 0 auto;
}
.btn-primary{
  background-color: #FD6E0A;
  font-weight: bold;
  font-size: 20px;
  color: white;
  border: none;
  padding: 18px 35px;
  border-radius: 5px;
}
.section-title{
  font-size: 35px;
  font-weight: bold;
  color: #181818;
}
.section.line{
  font-size: 18px;
  color: #757575;
}

.secoundry-background{
  background-color: #FFF8F3;
}
nav ul{
  display: flex;
  align-items: center;
}
nav ul li{
  list-style:none;
  margin-right: 50px;
}
nav li a{
  text-decoration: none;
  font-size: 20px;
}
.nav-title{
  font-weight: 800px;
  font-size: 45px;
}
.text-center{
  text-align: center;
}
/*Shear-Style-Primary*/
.text-primary{
  color: #FD6E0A;
}
.dark-2{
  color: #474747;
}

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

.banner-content{
  width: 585px;
  height: 356px;
}

/*banner styles*/
.banner-greetings{
  font-weight: 600;
  font-size: 45px;
}
.banner-title{
  font-weight: bold;
  font-size: 85px;
}
.banner-pic{
  width: 584px;
  height: 676px;
}
/*main styles*/
main{
  max-width: 1140px;
  margin: 0 auto;
}
main section{
  margin-top: 130px;
  margin-bottom: 130px;;
}
.about{
  border-radius: 10px;
  padding: 135px 150px;
  text-align: center;
}
.item-description{
  font-weight: 600;

}
.about-items{
  display: flex;
  justify-content: space-around;
}
/*Skill-Section-Style*/
.skills-container{
  display: flex;
  gap: 24px;
}
.skill{
  padding: 33px;
  border-radius: 5px;
  box-shadow: 0px 6px 50px 0px rgba(0, 0, 0, 0.06);

}