/*@media screen and (max-width: 1400px) {
  #profile {
    height: 83vh;
    margin-bottom: 6rem;
  }

  .about-containers {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 1200px) {
  #desktop-nav {
    display: none;
  }
  #hamburger-nav {
    display: flex;
  }

  #experience,
  .experience-details-container {
    margin-top: 2rem;
  }

  #about,
  .section__text__p1 {
    display: block;
    padding-top: 10%;
  }

  section,
  .section-container {
    height: fit-content;
  }

  section {
    margin: 0 6%;
  }

  .section__pic-container {
    width: 275px;
    height: 275px;
    margin: 0 auto 2rem;
  }

  .about-containers {
    margin-top: 0%;
  }

  .Myskills {
    width: 275px;
    height: 400px;
  }
}*/

@media screen and (max-width: 600px) {
  * {
    margin: 0%;
  }
  #desktop-nav {
    display: none;
  }
  #hamburger-nav {
    display: flex;
  }

  #profile {
    height: auto;
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
  }

  .name {
    font-size: 2rem;
    text-align: center;
  }

  .icon-column {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    margin: 1rem 0;
  }

  .section__pic-container {
    width: auto;
    height: auto;
    margin: 0%;
  }

  .pro-pic {
    border-radius: 50%;
    height: 250px;
    width: 250px;
  }

  .section__text {
    padding: 2rem 0;
    font-size: 1rem;
  }
  .section__text__p2 {
    font-size: 1.25rem;
  }

  .animate-text span {
    font-size: 20px;
  }

  .text-container .container .about-containers {
    text-align: justify;
  }

  .Myskills {
    width: 100%;
    height: auto;
    padding: 2rem;
  }

  .skill-name {
    font-size: 10px;
    font-weight: 700;
    color: #f1f1f1;
    text-transform: uppercase;
  }

  .experience-sub-title {
    font-size: 1rem;
  }

  .article-container article {
    font-size: 10px; /* Adjust icon size */
  }

  footer nav {
    height: fit-content;
  }

  .contact-info-container {
    margin: 0;
  }

  .about-containers,
  .btn-container {
    flex-wrap: wrap;
  }

  .contact-info-upper-container {
    flex-wrap: wrap;
    flex-direction: row;
  }

  .contact-info-container p,
  .nav-links li a {
    font-size: 0.5rem;
  }
  .contact-info-container img {
    height: 1rem;
  }

  .nav-links {
    display: inline;
  }

  .logo {
    font-size: 1.5rem;
  }

  .nav-links {
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
  }

  .title {
    font-size: 2rem;
  }
}
