/* Body Style */
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  display: flex;
  justify-content: center;
}

.main {
  width: 1600px;
}

/* Shared Style */
.font-open-sans {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
}

.color-orange {
  color: #fd6e0a;
}

.button {
  font-size: 20px;
  color: #fff8f3;
  border: 1px solid #fd6e0a;
  padding: 19px 35px;
  background-color: #fd6e0a;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
}

.button:hover {
  color: #fd6e0a;
  background-color: #fff8f3;
  border: 1px solid #fd6e0a;
}

.contact_button {
  font-size: 20px;
  color: #fd6e0a;
  border: 1px solid #fd6e0a;
  padding: 19px 35px;
  background-color: #fff8f3;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
}

.contact_button:hover {
  color: #fff8f3;
  background-color: #fd6e0a;
  border: 1px solid #fd6e0a;
}

/* Main Style */
/* Header And Navbar Style */
header {
  background:
    url("../images/developer.png"), url("../images/header_bg.png"), #fff8f3;
  background-position:
    23px 38px,
    bottom right;
  background-repeat: no-repeat;
  padding-top: 50px;
}

nav {
  width: 71%;
  max-width: 1140px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}

.logo {
  font-size: 45px;
  font-weight: bold;
}

nav .menu {
  display: flex;
  list-style: none;
  align-items: center;
  gap: 41px;
}

nav .menu li a {
  text-decoration: none;
  font-size: 20px;
  color: #474747;
}

nav .menu li a:hover {
  color: #fd6e0a;
}

/* Banner Style Start */
#banner {
  margin: 35px 38px 0px 230px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.banner_content {
  max-width: 585px;
}

.banner_content h2 {
  font-size: 45px;
  font-weight: 600;
  color: #474747;
  margin-bottom: 5px;
}

.banner_content h1 {
  font-size: 85px;
  font-weight: bold;
  color: black;
  margin-bottom: 20px;
}

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

.banner_image img {
  width: 570px;
  height: 680px;
  vertical-align: middle;
}

/* Start About Style */
#about {
  padding: 130px 0px;
}

.about_container {
  width: 71%;
  max-width: 1140px;
  margin: 0px auto;
  text-align: center;
  background-color: #fff8f3;
  padding: 131px 157px;
  border-radius: 10px;
}

.about_heading h2 {
  font-size: 35px;
  font-weight: bold;
  color: #181818;
  margin-bottom: 30px;
}

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

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

.info_card p {
  font-size: 20px;
  color: #757575;
  line-height: 30px;
}

.info_card h4 {
  font-size: 20px;
  color: #474747;
  font-weight: bold;
}

/* Skills Section Start */
#skills {
  padding-bottom: 130px;
}

.skills_container {
  width: 71%;
  max-width: 1140px;
  margin: 0px auto;
}

.skills_heading {
  max-width: 827px;
  margin: 0px auto;
  text-align: center;
}

.skills_heading h2 {
  font-size: 35px;
  font-weight: bold;
  color: #181818;
  margin-bottom: 30px;
}

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

.skills_box {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.skills_card {
  max-width: 287px;
  padding: 33px;
  border-radius: 5px;
  box-shadow: 0 6px 50px 0 #00000021;
  background-color: #ffffff;
}

.skills_card img {
  padding-bottom: 30px;
}

.skills_card h4 {
  font-size: 20px;
  font-weight: bold;
  color: #181818;
  padding-bottom: 20px;
}

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

/* Resume Section Start */
#resume {
  width: 71%;
  max-width: 1140px;
  margin: 0px auto;
  padding-bottom: 113px;
}

.resume_heading {
  text-align: center;
}

.resume_heading h2 {
  font-size: 35px;
  font-weight: bold;
  color: #181818;
}

.resume_container {
  padding-top: 113px;
  display: flex;
  gap: 24px;
}

.resume_title h2 {
  font-size: 30px;
  font-weight: bold;
  color: #474747;
}

.resume_card {
  padding: 30px 0px 50px 0px;
  margin-right: 70px;
}

.resume_card h3 {
  font-size: 25px;
  font-weight: bold;
  color: #474747;
  padding-bottom: 10px;
}

.resume_card h5 {
  font-size: 20px;
  font-weight: 600;
  color: #757575;
  padding-bottom: 20px;
}

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

.resume_button {
  text-align: center;
}

/* Footer Section Start */
#footer {
  background-color: #fff8f3;
}

.footer_container {
  width: 71%;
  max-width: 1140px;
  padding: 130px 0px;
  margin: 0px auto;
  display: flex;
  gap: 117px;
}

.social {
  max-width: 560px;
}

.social h2 {
  font-size: 35px;
  font-weight: bold;
  color: #181818;
  margin-bottom: 20px;
}

.social p {
  font-size: 16px;
  line-height: 28px;
  color: #474747;
  margin-bottom: 30px;
}

.social_icons a {
  margin-right: 24px;
}

.form h2 {
  font-size: 35px;
  font-weight: bold;
  color: #181818;
  margin-bottom: 28px;
}

.form input[type="text"],
textarea {
  width: 461px;
  padding: 18px 30px;
  font-size: 16px;
  color: #757575;
  margin-bottom: 24px;
  border: none;
  border-radius: 5px;
}

.hide {
  display: none !important;
}

@media screen and (max-width: 576px) {
  #skills {
    padding-bottom: 60px;
  }

  .skills_container {
    width: 95%;
  }

  .skills_heading h2 {
    font-size: 30px;
  }

  .skills_box,
  nav {
    display: flex;
    flex-direction: column;
  }

  .skills_card {
    width: 100%;
  }

  nav {
    gap: 20px;
  }

  nav .menu {
    flex-wrap: wrap;
    justify-content: center;
  }
}
