@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Poppins:wght@500&display=swap');

* {
  padding: 0;
  box-sizing: border-box;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

.wrapper {
  height: 100%;
  width: 100vw;
}

.desktop-nav {
  display: none;
}

header {
  background-color: #fff;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.pop-up {
  display: none;
  transition: 0.4s;
}

.pop-up li a {
  text-decoration: none;
  font-family: 'poppins', sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #fff;
}

.active-pop-up {
  display: block;
  height: 5010px;
  width: 100vw;
  position: absolute;
  background-color: #6070ff;
  top: 0;
  left: 0;
  padding: 50px 20px;
  transition: 0.4s;
  z-index: 3;
  backdrop-filter: blur(6px);
  mix-blend-mode: multiply;
}

.pop-up li {
  list-style: none;
  padding: 15px;
  text-decoration: none;
}

.close-icon {
  display: none;
}

.nav-bar {
  min-height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px;
}

.logo {
  width: 76px;
  height: 20px;
  color: #6070ff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
}

.heading {
  width: 327px;
  height: 150px;
  font-size: 40px;
  line-height: 52px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 12px 0;
  color: #172b4d;
  padding-left: 30px;
  margin-top: 80px;
}

.close {
  display: block;
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 20px;
  z-index: 6;
  color: #fff;
}

.intro-1 {
  font-size: 16px;
  font-style: normal;
  margin: 12px 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #344563;
  width: 327px;
  height: 146px;
  padding-left: 30px;
}

.intro-2 {
  color: #7f8cff;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  padding: 20px;
  padding-left: 30px;
}

.main-section {
  display: flex;
  flex-direction: column;
  background-image: url(images/header.png);
  height: auto;
  width: 100vw;
  background-repeat: no-repeat;
}

.desktop-image {
  display: none;
}

.desktop {
  display: none;
}

.desktop-paragraph,
.facebook,
.front-end {
  display: none;
}

.facebook2,
.front-end2,
.desktop-paragraph2,
.header-facebook {
  display: none;
}

.headerz,
.uber,
.year-1,
.desktop-paragraph3,
.lead-dev {
  display: none;
}

.nav-links {
  display: flex;
  list-style: none;
  align-items: center;
  gap: 12px;
  padding-left: 30px;
}

.thumbs-up {
  width: 18px;
}

.projects {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  gap: 30px;
}

.work {
  display: flex;
  flex-direction: column;
  border: 1px solid #dfe1e6;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  text-align: left;
}

.work-image {
  padding: 16px;
}

.header {
  font-size: 32px;
  font-weight: 700;
  font-style: normal;
  font-family: 'Poppins', sans-serif;
  line-height: 44px;
  color: #172b4d;
  width: 180px;
  margin-right: 120px;
}

.work-flow {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 40px;
  margin-right: 40px;
}

.canopy {
  height: 16px;
  width: 55px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  font-style: normal;
  color: #344563;
  margin-right: 5px;
}

.dot {
  width: 8px;
  height: 8px;
  background-color: #c1c7d0;
  border-radius: 50%;
}

.back-end {
  color: #7a869a;
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  font-style: normal;
  width: 88px;
  height: 16px;
  font-family: 'Poppins', sans-serif;
}

.year {
  color: #7a869a;
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  font-style: normal;
  width: 29px;
  height: 16px;
  font-family: 'Poppins', sans-serif;
}

.paragraph {
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #344563;
  width: 295px;
  height: 76px;
  margin: 12px 0;
}

.skills {
  display: flex;
  list-style: none;
  justify-content: space-between;
  font-size: 12px;
  align-items: center;
  margin: 0 8px;
  gap: 11px;
  height: 30px;
  width: 200px;
  margin-right: 100px;
}

.skills li {
  background: #ebebff;
  border-radius: 10px;
  color: #6070ff;
  font-size: 12px;
  border: 1px solid #ebebff;
  padding: 4px 12px;
}

.project-button {
  border: 1px solid #396df2;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  font-family: 'Poppins', sans-serif;
  color: #396df2;
  width: 120px;
  height: 50px;
  font-style: normal;
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
  border-radius: 10px;
  background-color: #fff;
  margin-right: 160px;
}

.project-button:hover {
  background: #6070ff;
  color: #fff;
}

.project-button:active {
  background: #2230d2;
  color: #fff;
}

.project-button:disabled {
  background: #5e6c84;
}

.about-me {
  display: flex;
  flex-direction: column;
  width: 375px;
  height: 1110px;
  background-color: #fff;
  align-items: center;
}

.about-header {
  font-size: 40px;
  line-height: 52px;
  font-weight: 700;
  margin-top: 15vh;
  font-style: normal;
  font-family: 'Poppins', sans-serif;
  color: #172b4d;
  width: 250px;
  height: 101px;
  margin-left: 45px;
}

.about-paragraph {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-style: normal;
  color: #344563;
  margin: 12px 0;
  margin-left: 40px;
}

.about-intro {
  color: #7f8cff;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  margin: 0 8px;
  font-style: normal;
  margin-left: 40px;
  height: 24px;
}

.nav-links2 {
  display: flex;
  list-style: none;
  align-items: center;
  gap: 20px;
  margin-left: 40px;
  margin-top: 15px;
}

.resume-button {
  border: 1px solid #396df2;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  font-family: 'Poppins', sans-serif;
  color: #396df2;
  font-style: normal;
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
  border-radius: 10px;
  background-color: #fff;
  margin-left: 40px;
  padding: 13px;
}

.resume-button:hover {
  background: #6070ff;
  color: #fff;
}

.resume-button:active {
  background: #2230d2;
  color: #fff;
}

.resume-button:disabled {
  background: #5e6c84;
}

.language-paragraph {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #000;
  height: 24px;
  width: 237px;
}

.language {
  display: flex;
  list-style: none;
  gap: 27px;
  justify-content: space-between;
  margin-left: 20px;
}

.list-items {
  display: flex;
  align-items: center;
  border: 1px solid #f7f7f9;
  width: 303px;
  height: 66.72px;
  margin: 12px 0;
  border-radius: 8px;
  gap: 16px;
  padding: 10px;
  background-color: #f7f7f8;
}

.list-items p {
  width: 215px;
  height: 24px;
  font-weight: 500;
  line-height: 20px;
  font-size: 15px;
  color: #253858;
  font-style: normal;
  font-family: 'Poppins', sans-serif;
}

.language-list {
  margin-top: 40px;
  margin-left: 58px;
  margin-bottom: 12px;
}

.frameworks {
  display: flex;
  list-style: none;
  gap: 27px;
  justify-content: space-between;
  align-items: center;
  margin-left: 20px;
  margin-bottom: 20px;
}

.frameworks p {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #000;
  height: 24px;
  width: 237px;
}

.line {
  height: 1px;
  width: 327px;
  background-color: #dfe1e6;
}

.gained-skill {
  display: flex;
  list-style: none;
  gap: 28px;
  justify-content: space-between;
  align-items: center;
  margin-left: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.gained-skill p {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #000;
  height: 24px;
  width: 237px;
}

.form-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #6070ff;
  border-top-left-radius: 100px;
  width: 100%;
}

.form-section h4 {
  color: #fff;
  font-family: "poppins", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  margin-top: 120px;
}

.form-section p {
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 28px;
  font-family: "poppins", sans-serif;
  color: #ebebff;
  padding-left: 24px;
  margin-top: 20px;
}

label {
  display: none;
}

.form-container {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.form-container ul {
  list-style: none;
}

.form-container input {
  margin: 10px;
  border: 1px solid #cfd8dc;
  border-radius: 8px;
  background: #fff;
  width: 327px;
  height: 48px;
  font-size: 17px;
  color: #172b4d;
  font-weight: 400;
  line-height: 20px;
  font-style: normal;
  font-family: "poppins", sans-serif;
  padding: 10px;
}

.form-container textarea {
  border: 1px solid #cfd8dc;
  border-radius: 8px;
  width: 327px;
  height: 170px;
  margin-left: 10px;
  margin-top: 11px;
  padding: 12px;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #b3bac5;
}

.form-container textarea:hover,
.form-container input:hover {
  border: 1px solid  #396df2;
  border-radius: 8px;
  text-decoration: underline;
  text-decoration-color: #396df2;
  text-decoration-thickness: 2px;
}

.form-container textarea:focus,
.form-container input:focus {
  border-color: #000;
}

.form-container button {
  background: #fff;
  border-radius: 8px;
  padding: 12px 16px;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  color: #6070ff;
  margin-top: 20px;
  margin-bottom: 30px;
  margin-left: 10px;
}

.form-container button:hover {
  text-decoration: underline;
  text-decoration-color: #396df2;
  text-decoration-thickness: 2px;
}

.form-image {
  width: 220px;
  position: absolute;
  margin-left: 74px;
}

@media (min-width: 768px) {
  body {
    background-color: #e5e5e5e5;
  }

  .desktop-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
  }

  .loose {
    display: none;
  }

  .main-section {
    background-image: url(images/desktop-header.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-bottom-left-radius: 90px;
    height: 100vh;
  }

  .main-section h1 {
    height: auto;
    width: 900px;
    font-size: 48px;
  }

  .main-section p {
    width: 800px;
    height: auto;
    margin-right: 90px;
    margin-top: -5px;
  }

  .main-section h3 {
    height: auto;
    padding: 5px;
    font-size: 16px;
    margin-right: 700px;
  }

  .nav-links {
    padding: 8px;
    margin-right: 670px;
  }

  .projects {
    display: grid;
    grid-template-columns: 90%;
    margin-top: 80px;
    max-width: 100%;
    column-gap: 30px;
  }

  .work {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: #fff;
  }

  .lost {
    display: none;
  }

  .desktop-image {
    display: inline;
    width: 100%;
    padding: 10px;
    margin-right: 190px;
  }

  .work-section h2 {
    font-size: 40px;
    width: 450px;
    position: relative;
    right: 50px;
    bottom: 15px;
  }

  .about-paragraph {
    width: 80%;
    font-size: 16px;
  }

  .labels h2 {
    font-size: 40px;
  }

  .work-load .canopy {
    font-size: 18px;
  }

  .work-load .back-end {
    font-size: 18px;
    width: 130px;
    font-weight: 400;
  }

  .work-load .year {
    font-size: 18px;
    font-weight: 400;
  }

  .canopy-1,
  .back-1,
  .paragraph-1 {
    display: none;
  }

  .desktop-paragraph,
  .facebook,
  .front-end {
    display: inline;
  }

  .facebook2,
  .front-end2,
  .desktop-paragraph2,
  .header-facebook {
    display: inline;
  }

  .labels-3 h2 {
    font-size: 40px;
    font-weight: 700;
  }

  .work-three .facebook2 {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    line-height: 16px;
    font-weight: 600;
    font-style: normal;
    color: #344563;
  }

  .work-three .front-end2 {
    font-size: 18px;
    color: #7a869a;
    line-height: 16px;
    font-weight: 400;
    font-style: normal;
    font-family: 'Poppins', sans-serif;
  }

  .work-three .year {
    font-size: 18px;
    font-weight: 400;
  }

  .desktop-paragraph2 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #344563;
  }

  .labels-3 .project-button {
    background-color: #4053fc;
    color: #fff;
  }

  .headerz,
  .uber,
  .year-1,
  .desktop-paragraph3,
  .lead-dev {
    display: inline;
  }

  .labels-4 h2 {
    font-size: 40px;
  }

  .work-four .uber {
    font-size: 19px;
    font-family: 'Poppins', sans-serif;
    line-height: 16px;
    font-weight: 600;
    font-style: normal;
    color: #344563;
  }

  .work-four .lead-dev,
  .work-four .year-1 {
    font-size: 18px;
    color: #7a869a;
    line-height: 16px;
    font-weight: 400;
    font-style: normal;
    font-family: 'Poppins', sans-serif;
  }

  .desktop-paragraph3 {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #344563;
  }

  .move {
    margin-left: 10px;
  }

  .about-me {
    width: 100%;
    display: grid;
    grid-template-columns: 50% 50%;
    justify-content: space-evenly;
    height: auto;
    margin-top: 10vh;
    border-top-right-radius: 100px;
  }

  ul .list-items {
    width: 120px;
    height: 120px;
    display: flex;
    flex-direction: row;
  }

  ul .list-items p {
    position: relative;
    top: 40px;
    right: 60px;
  }

  .list-items1 {
    position: relative;
    top: 140px;
    right: 100px;
  }

  .list-items2 {
    position: relative;
    left: 40px;
    top: 10px;
  }

  .list-items3 {
    position: relative;
    left: 170px;
    bottom: 120px;
  }

  .language {
    position: relative;
    top: 150px;
    right: 45px;
    font-weight: 500;
  }

  .frameworks {
    position: relative;
    right: 45px;
    bottom: 100px;
  }

  .line-1 {
    position: relative;
    bottom: 90px;
    right: 20px;
  }

  .gained-skill {
    position: relative;
    bottom: 90px;
    right: 38px;
  }

  .line-2 {
    position: relative;
    bottom: 100px;
    right: 20px;
  }

  .form-image {
    display: none;
  }

  .form-section {
    background-image: url(images/contact-form-desktop-background.png);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-bottom: 30px;
  }

  .form-section input {
    border-radius: 2px;
    border: 1px solid #cfd8dc;
    width: 447px;
  }

  .form-section textarea {
    border-radius: 2px;
    width: 447px;
  }

  .form-section button {
    margin-left: 160px;
  }
}
