body {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  margin: 0;
}
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #6070ff;
  padding: 1.5rem;
}

.nav-links {
  display: none;
}

.nav-links ul {
  display: flex;
  list-style: none;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #344563;
  width: 200px;
}

.p1 {
  font-weight: 700;
  font-size: 40px;
  color: #172b4d;
  line-height: 52px;
  margin-top: 104px;
}
.p2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.p3 {
  color: #6070ff;
}

.social-media-icons {
  display: flex;
  list-style-type: none;
  justify-content: space-between;
  width: 60%;
  color: #172b4d;
  font-size: 1.5rem;
  padding: 0;
}

.intro-section {
  background-image: url("../images/header-shapes\ mobile@2x.svg");
  background-repeat: no-repeat;
  background-origin: content-box;
  background-size: cover;
  background-position: center;
  padding: 1.5rem;
}
.project-card {
  padding: 16px;
  border: 1px solid #dfe1e6;
  width: 80%;
  margin: 88px auto;
  color: #172b4d;
  border-radius: 16px;
}
.project-card__image {
  width: 100%;
}
.projct-card__heading {
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
}

.project-card__description {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
}

.project-card__timeline {
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
}

.project-card__timeline--span {
  color: #7a869a;
  margin: 8px;
}

.project-card__timeline--span::before {
  content: "-  ";
}

.project-card__tech {
  color: #6070ff;
  font-weight: 500;
  font-size: 12px;
  display: flex;
  width: 55%;
  justify-content: space-between;
  margin: 28px 0;
}

.project-card__tech--item {
  background-color: #ebebff;
  padding: 4px 12px;
  border-radius: 8px;
}

.project-card__button {
  color: #396df2;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid #396df2;
  background-color: #ffffff;
}

.about {
  padding: 32px;
}

.about-languages {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.about-list,
.about-languages__items {
  list-style: none;
  padding: 0;
}

.about-languages__item {
  display: flex;
  align-items: center;
  background-color: #f7f7f9;
  border-radius: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.about-languages__item img {
  border-radius: 50%;
  width: 48px;
  margin: 16px;
}

.about-languages__item span {
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
}

.about .p1 {
  width: 50%;
}

.contact-section {
  padding: 32px;
  background-color: #6070ff;
  color: white;
  background-image: url("../images/header-shapes\ mobile@2x.svg");
  background-repeat: no-repeat;
  background-origin: content-box;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 150px;
}

.name-email_box {
  height: 48px;
  width: 100%;
  border-radius: 8px;
  margin: 8px 0;
}

.contact-button {
  margin: 8px;
}

.contact-heading {
  color: white;
}

.contact-heading,
.contact-section .p2 {
  text-align: center;
}

.contact-section .p2 {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  width: 80%;
  margin: 2rem auto;
}

.client-text_box,
.contact-section form input {
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  padding: 0px 16px;
}

.client-text_box {
  height: 170px;
  width: 100%;
  border-radius: 8px;
  margin: 8px auto;
  color: #b3bac5;
  padding: 16px;
}

.contact-form {
  width: 80%;
  margin: 0 auto;
  padding-right: 2.2rem;
}

@media (min-width: 768px) {
  .nav-links {
    display: block;
  }

  .hamburger {
    display: none;
  }
}
