


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

/* shared styles */
.text-primary{
color: #FD6E0A ;}
.dark-2{
  color: #474747;
}

.btn-primary{
  color: white;
  background-color: #FD6E0A;
  font-weight: bold;
  font-size: 20px;
  padding: 18px 35px;
  border-radius: 5px;
  border: none;
}
.section-tittle{
  font-size: 35px;
  font-weight: bold;
  color: #181818;

}
.section-d{
  font-size: 18px;
  color: #757575;
}
.secondary-bg{
  background-color: #FFF8F3;
}
.text-center{
  text-align: center;
}

/* header styles */
.headerr{
  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: 50px 230px;
  margin-top: 0;

}
nav ul{
  display: flex;
  align-items: center;
}
.nav-tittle{
  font-weight: 800;
  font-size: 45px;
}
nav ul li{
  list-style: none;
  margin-right: 51px;
}
nav li a{
  text-decoration: none;
  font-size: 20px;
}
/* banner styles */
.banner{
  display: flex;
  justify-content: space-between;
  margin: 0 31px 0 237px;
}
.banner-contents{
  max-width: 585px;
}
.banner-greetings{
  font-size: 45px;
  font-weight: 600;

}
.banner-tittle{
  font-size: 85px;
  font-weight: bold;
}
.banner-pf{
  height: 676px;
  width: 585px;
}
/* main styles */
main{
  max-width: 1140px;
  margin: 0 auto;
  

}
main section{
  margin-top: 130px;
  margin-bottom: 130px;
}
/* about styles */
.about{
  border-radius: 10px;
  padding: 131px 156px;
  text-align: center;
  
}

.itemdesc{
  font-weight: bold;
  font-size: 20px;
}
.d-item{
  display: flex;
  justify-content: space-around;
}
.itemtittle{
  color: #757575;
}
.itemdesc{
color: #474747;
}
/* skills section style */
.skills-container{
  display: flex;
  gap: 24px;
  margin-top: 50px;
}
.skill{
  padding: 33px;
  border-radius: 5px;
  box-shadow: 0px 6px 50px 0 rgba(0, 0, 0, 0.06);
}
/* resume styles */
.resume-container{
  display: flex;
  gap: 24px;
}
.experience-description, .experience-sub-tittle{
  color: #757575;
}
..experience-sub-tittle{
  font-size: 20px;
  font-weight: 600px;
  margin-bottom: 20px;
}
.resume-container hr{
  margin-top: 30px;
  margin-bottom: 30px;
}
.btnresume{
  margin-top: 30px;
  text-align: center;
  padding: 19px 17px;}
/* footer styles */
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: 5%;
  background-color: white;
  display: block;
  width: 100%;
  padding: 18px 30px;
  margin-bottom: 24px;
  border: none;
}

/* Responsive Section */
/* Mobile Responsive */

@media screen and (max-width: 576px) {
  .skills-container,
  .resume-container,
  footer,
  .d-item,
  .banner,
  nav,
  nav > ul {
    flex-direction: column;
  }
  .headerr {
    background-image: none;
  }
  nav > ul {
    gap: 20px;
  }
  nav {
    margin: auto;
  }
  .btn-primary {
    margin-bottom: 10px;
  }

  .banner {
    margin: 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  footer,
  .about {
    padding: 20px;
  }
  .banner-pf {
    width: 100%;
    height: auto;
  }
  .footer-column {
    width: 100%;
  }
  footer input[type="text"],
  footer input[type="email"],
  footer textarea {
    /* width: calc(100% - 40px); */
    padding: 0;
  }
}
/* Tablet Responsive */
@media screen and (min-width: 576px) and (max-width: 992px) {
  .banner {
    flex-direction: column;
    margin: 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .banner-pf {
    height: 100%;
    width: 100%;
  }

  .skills-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  nav {
    flex-direction: column;
  }
  footer {
    padding: 20px;
  }
  footer input[type="text"],
  footer input[type="email"],
  footer textarea {
    padding: 0px;
  }
  .headerr {
    background-image: none;
    justify-content: center;
    align-items: center;
  }

  .banner-pf {
    width: 50%;
  }

  .d-item {
    flex-direction: column;
  }
}
.section-tittle {
  text-align: center;
}
.about{
  margin: 0px;
}