*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.font-open-sans{
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  
}
logo h2{
  font-size: 45px;
  font-weight: 900px;
}
.color-orange{
  color: #FD6E0A;
}
header{
  background-color:#FFF8F3;
  background:url("../images/developer.png"),url("../images/header_bg.png"),#FFF8F3;
  background-position: top left,bottom right;
  background-repeat: no-repeat;
  padding-top: 50px;
}
.btn{
  background-color: #FD6E0A;
  color: #FFFFFF;
  border: none;
  padding: 10px 35px;
  border-radius: 5px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}

.section-heading{
  max-width: 827px;
  text-align:center;
}

.section-heading h2{
  font-size: 35px;
  margin-bottom: 30px;
  margin: 0 auto;
}

.section-heading p{
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 30px;
  color: #757575;

}

/* Navber design */
nav{
  width: 71%;
  max-width: 1140px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;

}
nav .manu{
  display: flex;
  list-style-type: none;
  gap: 51px;
  align-items: center;
}
nav .manu a{
  font-size: 20px;
  color: #474747;
  text-decoration: none;
}

/* Banner design */
#banner{
  margin: 46px 38px 0 230px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#banner .banner-content{
  max-width: 585px;
}
#banner .banner-content h2{
font-size: 45px;
font-weight: 600px;
color: #474747;
margin-bottom: 5px;
}

#banner .banner-content h1{
  font-size: 85px;
  font-weight: bold;
  color: #181818;
  margin-bottom: 20px;
}

#banner .banner-content p{
font-size: 18px;
color:#757575;
line-height: 30px;
margin-bottom: 30px;
}

#banner .banner-image img{
  max-width: 585px;
  vertical-align: middle;
   padding-top: 38px; 
}

/* About section design */

#about{
  padding-top: 130px;

}

#about .about-container{
  width: 71%;
  max-width: 1140px;
  margin: 0 auto;
  text-align: center;
  background-color:#FFF8F3;
   padding-bottom: 131px;

}

#about .about-container .about-info{
  display: flex;
  justify-content: space-around;
}

.about-info .info-card{
  font-size: 20px;
  line-height: 30px;
  color: #757575;
}
.about-info .info-card h4{
  font-size: 20px;
}

/* Skills section design */

#skills{
 padding-top:100px;
 margin-bottom: 50px;

}
#skills .skills-container{
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

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

.skill-box .skill-card{
  padding: 30px;
  border: radius 8px;;
  max-width: 267px;
  box-shadow: 0 6px 50px 0 #614d4d;
}

.skill-card img{
  max-width: 44px;
  margin-bottom: 30px;

}

.skill-card h3{
  font-size: 20;
  color: #181818;
  margin-bottom: 20px;
}

.skill-card p{
  font-size: 16px;
color:#757575;
line-height: 28px;
}

 /* resume section design */

 #Resume{
  margin: 50px 100px;
  background:#F8F7F7;
 }
 .resume{
  margin-top: 50px;
  display: flex;
  justify-content: space-around;
  align-items: center;
 }
 .resume .experience-cards .experience-cards{
  gap: 4px;
 }
.resume .card{
  padding: 8px;
  width: 500px;
  height: 150px;
}

/* footer section design */

.contact {
  background: #fff5ee;
  padding: 80px 0;
}

.contact-container {
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Left contact part */
.contact-left {
  width: 45%;
}

.contact-left h2 {
  font-size: 28px;
  margin-bottom: 15px;
}

.contact-left p {
  color: #555;
  line-height: 1.6;
  margin-bottom: 20px;
}

.social i {
  font-size: 18px;
  margin-right: 15px;
  color: #ff6a00;
  cursor: pointer;
}

/* Right massage part */
.contact-right {
  width: 40%;
}

.contact-right h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

.contact-right input,
.contact-right textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: none;
  border-radius: 4px;
  background: #fff;
}

.contact-right textarea {
  height: 100px;
  resize: none;
}

.contact-right button {
  background: #ff6a00;
  color: white;
  border: none;
  padding: 10px 25px;
  border-radius: 4px;
  cursor: pointer;
}

.contact-right button:hover {
  background: #e85d00;
}


/*Mobile Responsive (max-width: 576px)*/

@media (max-width: 576px) {

  /* Navber responsive */
  nav{
    width: 95%;
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }

  nav .manu{
    flex-direction: column;
    gap: 10px;
  }

  nav .manu li a{
    font-size: 16px;
  }

  nav .btn{
    width: 100%;
    text-align: center;
  }

  /* header part */

  header{
    background-position: top center, bottom center;
    padding-top: 20px;
  }

  /* Banner part */
  #banner{
    margin: 20px;
    flex-direction: column;
    text-align: center;
  }

  #banner .banner-content h1{
    font-size: 40px;
  }

  #banner .banner-content h2{
    font-size: 28px;
  }

  #banner .banner-content p{
    font-size: 16px;
  }

  #banner .banner-image img{
    max-width: 100%;
    padding-top: 20px;
  }

/* button responsive */
  .btn{
    padding: 10px 25px;
    font-size: 8px;
  }

  /* about section */

  #about{
    padding-top: 60px;
  }

  #about .about-container{
    width: 95%;
    padding-bottom: 60px;
  }

  #about .about-container .about-info{
    flex-direction: column;
    gap: 20px;
  }

  #skills{
    padding-top: 60px;
  }

  #skills .skills-container{
    width: 95%;
  }

  #skills .skills-container .skill-box{
    flex-direction: column;
  }

  .skill-box .skill-card{
    max-width: 100%;
  }

  .section-heading h2{
    font-size: 28px;
  }

  .section-heading p{
    font-size: 16px;
    line-height: 26px;
  }

  /* Resume part */
 #Resume{
    margin: 20px;
  }

  .resume{
    flex-direction: column;
    gap: 20px;
  }

  .resume .card{
    width: 100%;             
    height: auto;     
  }

 /* footer contact part */
  .contact-container {
    flex-direction: column;
    text-align: center;
  }

  .contact-left,
  .contact-right {
    width: 100%;
  }

}
