@media (max-width: 450px) {

  body {
    overflow: visible;
  }

  header {
    display: none;
  }

  .hamburguer-menu {
    display: flex;
  }

  .bg-image {
    top: -28%;
  }

  #portfolio {
    display: none;
  }

  #portfolio-mobile {
    display: block;
    padding-bottom: 11px;
  }

  .portfolio-body {
    display: flex;
    flex-direction: column;
    row-gap: 180px;
  }

  .first-line,
  .second-line,
  .third-line {
    flex-direction: column;
  }

  .first-line {
    margin-top: 34vh;
    gap: 35px;
  }

  .second-line {

    padding: 10px;
    text-align: center;
    margin-top: -8px;
    gap: 28px;
  }

  .third-line {
    /* gap: 325px; */
    justify-content: center;
    padding: 5px;
    gap: 30px;
    margin-top: -62px;
    margin-bottom: 90px;
  }

  footer {
    position: relative;
  }

  .footer-content {
    flex-direction: column;
    align-items: center;
    right: 0;
    margin-bottom: 5px;
  }

  .footer-content p {
    text-align: center;
  }

  .footer-content div {

    justify-content: space-evenly;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
  }

  .footer-content div img {
    width: 30px;
  }

  .contact-box {
    width: 80%;
    margin-bottom: 50px;
  }

  .modal-content {
    height: 270px;
  }

  .body-about {
    flex-direction: column;
    height: auto;
  }

  .personal-pic-content {
    display: flex;
    justify-content: center;
    margin-left: 0;
    margin: 0;
    margin-top: 64px;
  }

  .personal-pic-content img {
    height: 225px;

  }

  .about-description {
    text-align: center;
    margin: 0;
    top: 0;
  }

  .about-description p {
    padding: 37px;
    padding-top: 10px;
    padding-bottom: 80px;
  }

}


@media (max-width: 320px) {

  .contact-box {
    margin-top: 50px;
    margin-bottom: 80px;
  }

  .footer-content p {
    text-align: center;
  }

}

@media (max-width: 320px) and (max-height: 480px) {

  .contact-box {
    margin-top: 85px;
    margin-bottom: 110px;
  }
}