
.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; 
   
}
/*tyles nav*/
nav {
display: flex;
align-items: center;
justify-content: space-between;
margin: 0px 226px;

}
.text-center{
text-align: center;

}
.header{
 background-image: url('../images/developer.png'), url('../images/header_bg.png') ;
background-repeat: no-repeat;
background-position: top left,bottom right;
}
.section-title {
font-size: 35px;
font-weight: bold;
color: #181818;

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


}
.skill{
padding: 30px;
border-radius: 5px;
box-shadow: 0px 6px 50px 0px rgba(132, 204, 44, 0.489);
}
.section-description{
font-size: 18px;
color: #757575;

}
.secondary-bg{
background-color: #FFF8F3;

}
.about{
border-radius: 10px;
padding: 130px 150px;
text-align: center;
}
.nav-title {
    font-weight: 800;
    font-size: 45px;
    
}
main{max-width: 1140px;
  margin: 0 auto;
}
main section{
  margin-top: 130px;
  margin-bottom: 130px;
}
.resume-container{
display: flex;
gap: 24px;


}
.exprience-description {
  color: #757575;
}

.exprience-sub-title{
  color: #757575;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.section-title{
  text-align: center;
  margin-top: 160px;
  margin-bottom: 113px;
}
.resume-download-cv{
text-align: center;
margin-top: 69px;

}
.resume hr{
  margin: 30px 5px;
}
nav ul li {
list-style-type: none;
margin-right: 51px;

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

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

}
.item-description{
  font-weight: 600;

}
.dark-2 {
  color: #474747;
}
nav ul {
  display: flex;
  align-items: center;
}
.btn-primary {
  background-color: #FD6E0A;
  font-weight: bold;
  font-size: 20px;
  color: white;
  padding: 18px 35px;
  border-radius: 5px;
  border: none;
}
/*banner styles*/
.banner-greetings {
  font-size: 45px;
  font-weight: 600;
}
.banner-title {
  font-weight: bold;
  font-size: 85px;
}
.banner-profile-pic {
  width: 580px;
}
.banner{
  display: flex;
  margin: 0 35px 0 226px;
  justify-content: space-between;
}
banner-content {
max-width: 585px;

}
footer{
  padding: 130px 230px;
  display: flex;
  gap: 100px;
}
.footer-colum{
  width: 200%;
}
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;

}