@media (max-width: 1399.98px) {
}
@media (max-width: 1199.98px) {
  .footer-right p span {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .about-interests {
    width: 100%;
    flex-direction: column;
  }
  .about {
    width: 100%;
    margin-bottom: 15px;
    margin-bottom: 18px;
  }
  .interests {
    gap: 0;
    width: 100%;
    height: 100%;
  }

  .title-language h3 {
    font-size: 14px;
  }

  .photo {
    width: calc(100% / 3 - 16px);
    margin: 0 auto;
  }

  .footer-right p {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .language {
  }

  .photo {
    width: calc(100% / 2 - 16px);
  }
  .icon {
    padding: 10px 22px;
    font-size: 20px;
  }
  /* .icon-status-card {
    font-size: 45px;
    width: 90px;
    height: 90px;
    flex-wrap: wrap;
  } */
}
@media (max-width: 575.98px) {
  .language {
    gap: 5px;
  }
  .title-language h3 {
    font-size: 12px;
    /* padding: 25px 20px; */
  }
  .photo {
    width: calc(100% / 1 - 16px);
  }
  input[type="text"],
  input[type="email"] {
    width: calc(50% + 130px);
    margin: 0;
    margin-bottom: 10px;
  }

  .main-footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-right {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    justify-content: center;
    align-items: center;
  }

  .footer-left {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .projects-status {
    flex-direction: column;
  }
  .icon-status-card {
    width: 100px;
    font-size: 45px;
    height: 100px;
  }
  .status-card {
    width: 100%;
  }
  .photo:hover {
    transform: translateY(0px);
  }
}
