@media screen and (max-width: 1600px) {
  #home {
    height: 100vh;
  }
  .about-containers {
    flex-wrap: wrap;
  }
  .skills-containers {
    flex-wrap: nowrap;
  }
  .experience-container,
  .project-containers {
    flex-wrap: wrap;
  }
  .arrow {
    position: absolute;
    right: -5rem;
    bottom: 2.5rem;
  }
}

@media screen and (max-width: 1200px) {
  #desktop-nav {
    display: none;
  }
  #hamburger-nav {
    display: flex;
  }
  #skills,
  .skills-card-container {
    margin-top: 2rem;
  }
  #experience,
  .experience-container {
    margin-top: 2rem;
  }
  #projects,
  .project-containers {
    margin-top: 2rem;
  }
  #home,
  #profile,
  .about-container {
    display: block;
  }
  .arrow {
    display: none;
  }
  section,
  .about-container {
    height: fit-content;
  }
  section {
    margin: 0 5%;
  }
  .about-pic-container,
  .profile-pic-container {
    width: 275px;
    height: 275px;
    margin: 0 auto 2rem;
  }
  .about-container {
    margin-top: 0;
  }
  .skills-containers {
    margin-top: 0;
  }
  .experience-container,
  .project-containers {
    flex-wrap: wrap;
  }
  .about-sub2-container {
    flex: 1 1 45%;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 600px) {
  #contact,
  footer {
    height: 50vh;
  }
  #profile {
    height: fit-content;
    padding-top: 0rem;
    padding-bottom: 0;
  }
  article {
    font-size: 1rem;
  }
  footer nav {
    height: fit-content;
    margin-bottom: 2rem;
  }
  .about-container,
  .about-sub1-container,
  .contact-info-upper-container,
  .contact-info-container,
  .skills-containers,
  .project-containers,
  .experience-container,
  .btn-container {
    flex-wrap: wrap;
  }
  .project-containers {
    margin-top: 2rem;
  }
  .contact-info-container {
    margin: 0;
  }
  .contact-info-container p,
  .nav-links li a {
    font-size: 1rem;
  }
  .skills-sub-title {
    font-size: 1.25rem;
  }
  .logo {
    font-size: 1.5rem;
  }
  .nav-links {
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
  }
  .about-pic-container {
    margin-top: 2rem;
    width: auto;
    height: 46vw;
    justify-content: center;
  }
  .about-pic-container {
    margin-top: 1rem;
  }
  .about-detail-container {
    align-items: center;
  }
  .about-pic {
    margin: 0 auto;
  }
  .section__text__p2 {
    font-size: 1.25rem;
  }
  .section-title {
    font-size: 2rem;
  }
  .title,
  .profile-title {
    font-size: 2rem;
    justify-content: center;
    text-align: center;
  }
  #profile p {
    text-align: center;
  }
  .about-text-container {
    text-align: justify;
  }
  .skills-containers {
    flex-wrap: wrap;
  }
  .modal-dialog {
    margin: 0 auto;
    width: 90%;
  }
  .section__text {
    text-justify: center;
  }
  .hamburguer-manu {
    position: absolute;
  }
  .signature-picture {
    object-fit: fill;
    width: 100px;
    height: 50px;
    align-self: center;
  }
  .nav-links-container {
    align-self: center;
  }
  .desktop-container {
    height: 10vh;
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin-top: 0;
  }
  .btn-container {
    justify-content: center;
  }
  .socials-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }
  .profile-container {
    flex-direction: column;
    align-items: center;
  }
  .section__text {
    width: 100%;
    text-align: center;
  }
  .profile-pic-container {
    width: 100%;
    text-align: center;
    margin-top: 2rem;
    display: flex;
    justify-content: center;
  }
  .profile-picture {
    width: auto;
    height: 60vw;
  }
}

@media screen and (min-width: 700px) {
  .about-pic {
    margin: 0 auto;
  }
}

@media screen and (min-width: 500px) {
  .contact-info-upper-container,
  .contact-info-container {
    flex-wrap: wrap;
  }
}
