header {
  background: url(../images/developer.png), url(../images/header_bg.png),
    #fff8f3;
  background-position: 38px 23px, right bottom;
  background-repeat: no-repeat;
}
.logo h2 {
  font-size: 45px;
  cursor: pointer;
}
nav {
  width: 71%;
  margin: 0 auto;
  padding-top: 51px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
ul {
  display: flex;
  gap: 51px;
  align-items: center;
}
li {
  font-size: 20px;
}
a {
  color: #474747;
}
.orange {
  color: #fd6e0a;
}

/* Banner area design started from here */

.bannerArea {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 46px 38px 0px 230px;
}

.leftArea {
  max-width: 585px;
}

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

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

.leftArea p {
  font-size: 18px;
  color: #757575;
  margin-bottom: 30px;
  line-height: 30px;
}
.rightArea img {
  max-width: 584px;
  vertical-align: middle;
}

/* About section design started from here */
#about {
  padding-top: 130px;
}
#about .aboutContainer {
  width: 71%;
  max-width: 1140px;
  margin: 0 auto;
  background-color: #fff8f3;
  padding: 131px 50px;
}
.sectionHeading h3 {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 30px;
}
.sectionHeading p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 30px;
  color: #757575;
}
.aboutInfo {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  text-align: center;
}

.aboutInfo p {
  font-size: 20px;
  color: #757575;
  line-height: 30px;
}
.aboutInfo h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}

/* Skills designed started from here */
#skills {
  padding-top: 100px;
}
.skillContainer {
  width: 80%;
  max-width: 1140px;
  margin: 0 auto;
}

.cardContainer {
  display: flex;
  gap: 24px;
  padding-top: 20px;
}
.card {
  max-width: 267px;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0 5px 10px 0 #d0cece;
  transition: all 0.3s ease;
}
.card:hover {
  box-shadow: 0 6px 30px 0 #d0cece;
}
.card img {
  max-width: 44px;
}
.card h4 {
  padding-top: 30px;
  padding-bottom: 20px;
  font-size: 20px;
  color: #181818;
  font-weight: bold;
}

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

/* Resume design started from here */
#resume {
  margin-top: 130px;
}
.resumeContainer {
  max-width: 71%;
  max-width: 1140px;
  margin: 0 auto;
}
.resumeBody {
  display: flex;
  gap: 24px;
  justify-content: center;
}
.eduHead,
.expHead {
  margin-top: 113px;
  margin-bottom: 113px;
  font-size: 30px;
}

.educard h3 {
  font-size: 25px;
  margin-bottom: 10px;
}

.educard h4 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #757575;
}

.educard p {
  font-size: 16px;
  margin-bottom: 30px;
  color: #757575;
  max-width: 511px;
}

.educard hr {
  margin-bottom: 30px;
}
.resumeContainer .btnDiv {
  text-align: center;
  margin-top: 20px;
}

/* Footer designed started from here */
footer {
  background-color: #fff8f3;
  margin-top: 113px;
  padding: 130px 230px;
}
.footerContainer {
  display: flex;
  gap: 50px;
  justify-content: space-between;
}

.socialArea h2 {
  font-size: 35px;
  margin-bottom: 20px;
}

.socialArea p {
  font-size: 16px;
  color: #474747;
  line-height: 28px;
  max-width: 562px;
  margin-bottom: 30px;
  display: inline-block;
}

.socialArea img {
  max-width: 24px;
  margin-right: 24px;
}

.formArea input {
  display: block;
  width: 461px;
  height: 64px;
  padding: 18px 30px;
  margin-bottom: 24px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
}

.formArea h2 {
  font-size: 35px;
  margin-bottom: 28px;
}

.formArea textarea {
  display: block;
  padding: 18px 30px;
  width: 461px;
  border: none;
  border-radius: 5px;
  margin-bottom: 24px;
  font-size: 16px;
}
