@media screen and (max-width: 1400px) {
  #profile {
    height: 83vh;
    /* margin-bottom: 6rem; */
  }
  .about-containers {
    flex-wrap: wrap;
  }
  #contact,
  #projects {
    height: fit-content;
  }
}

  #desktop-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    background-color: #fff;
    z-index: 99999;
  }
  @media screen and (max-width: 1025px) {
  #desktop-nav {
    display: none;
 
  }
 #hamburger-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    /* position: relative;  */
    z-index: 999; 
        position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 30px;
    background-color: #fff;
}
  #experience,
  .experience-details-container {
    margin-top: 2rem;
  }
  #profile,
  .section-container {
    display: block;
  }
  .arrow {
    display: none;
  }
  .title{
    margin-left: unset;
  }
  .section__text__p1{
    margin-left: unset;
  }
  section,
  .section-container {
    height: fit-content;
  }
  .section-container{
    position: relative;
    top: 123px;
  }
  section {
    margin: 0 5%;
  }
  .section__pic-container {
    width: 275px;
    height: 275px;
    margin: 0 auto 2rem;
  }
  .about-containers {
    margin-top: 0;
	display:block;
  }
   .about_us_booter
  {
    height: auto; 
    margin-top: 40% !important;
  }
}

@media screen and (max-width: 1025px) {
  
  .menu-links.open {
    max-height: 500px;
    margin-right: 20px;
}
  #contact,
  footer {
    height: 40vh;
  }
  #profile {
    margin-top: 10rem;
    /* height: 83vh; */
    height: 550px;
    margin-bottom: 0;
  }

  #profile, .section__pic-container {
    margin-bottom: -5rem;
  }
  article {
    font-size: 1rem;
  }
  footer nav {
    height: fit-content;
    margin-bottom: 2rem;
  }
  .about-containers,
  .contact-info-upper-container,
  .btn-container {
    flex-wrap: wrap;
  }
#skills{
  margin-top: 35%
}
  #about {
    margin-top: 8rem;
    margin-top: 2rem;
  }
  .contact-info-container {
    margin: 0;
  }
  .contact-info-container p,
  .nav-links li a {
    font-size: 1rem;
  }
  .experience-sub-title {
    font-size: 1.25rem;
  }
  .logo {
    font-size: 1.5rem;
  }
  .nav-links {
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
  }
  .section__pic-container {
    width: auto;
    height: 46vw;
    justify-content: center;
  }
  .section__text__p2 {
    font-size: 1.25rem;
  }
  .title {
    font-size: 2rem;
  }
  .text-container {
    text-align: justify;
  }
   .about_us_booter
  {
    height: auto; 
    margin-top: 40% !important;
  }
}
