@media screen and (max-width: 992px) {
  h1 {
    font-size: 3.5rem;
    font-weight: 500;
  }
  h5 {
    font-size: 1.5rem;
    font-weight: 300;
  }
  h6 {
    font-size: 1.6rem;
  }

  /* header */
  .navigation-wrap {
    text-align: center;
  }
  .navbar-collapse {
    padding-block: 50px;
    background-color: var(--bg-dark-blue);
    z-index: 999;
  }
  /* top banner */
  .top-banner {
    padding-top: 50px;
    padding-left: 10px;
  }
  .myname {
    display: flex;
    align-items: center;
    padding-top: 150px;
    flex-direction: column;
  }
  .myphoto {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-bottom: 0px;
  }
  .cardrow {
    height: 100%;
    /* min-height: 1000px; */
    display: flex;
    /* flex-direction: column; */
    justify-content: space-between;
  }
  .service {
    margin-block: 20px;
    min-height: auto;
  }
  .social-links {
    display: flex;
    justify-content: space-between;
  }
  .social-link:hover {
    left: 0px;
    bottom: 10px;
  }
  .whatsapp {
    left: 90%;
    top: 80%;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 3.5rem;
    font-weight: 500;
  }
  h5 {
    font-size: 1.5rem;
    font-weight: 300;
  }
  h6 {
    font-size: 1.4rem;
  }
  .myname {
    display: flex;
    align-items: center;
    padding-top: 50px;
    flex-direction: column;
    margin-bottom: 5px;
  }
  .whatsapp {
    left: 90%;
    top: 80%;
  }
}
@media screen and (max-width: 576px) {
  h1 {
    font-size: 2.5rem;
    font-weight: 500;
  }
  h5 {
    font-size: 1.3rem;
    font-weight: 300;
  }
  h6 {
    font-size: 1.1rem;
  }
  .top-banner {
    padding-top: 20px;
  }
  .myname {
    display: flex;
    align-items: center;
    padding-top: 30px;
    flex-direction: column;
    margin-bottom: 5px;
  }
  .myphoto img {
    width: 230px;
  }
  /* about  */

  h3 {
    font-size: 2.5rem;
  }
  p {
    font-size: 1rem;
  }
  .buttons {
    display: flex;
  }
  .social-links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .social-link:hover {
    left: 10px;
    bottom: 0px;
  }
  .whatsapp {
    left: 83%;
    top: 80%;
  }
}
@media screen and (max-width: 440px) {
  .whatsapp {
    left: 78%;
    top: 80%;
  }
}
