/* 1135px */
@media only screen and (max-width: 70.9375em) {
  h1 {
    font-size: 4rem;
  }

  .service-heading h2 {
    font-size: 4rem;
  }

  .service-box {
    width: 50%;
    padding: 2rem;
  }

  .service-detail h3 {
    font-size: 2rem;
  }

  .service-detail p {
    font-size: 1.5rem;
  }

  .support-box {
    width: 80%;
  }

  .work-section h2 {
    font-size: 3.5rem;
  }

  .history h2 {
    font-size: 3rem;
  }

  .history-text p {
    line-height: 40px;
  }

  .data-plan {
    width: 23%;
  }

  .how-box {
    flex-direction: column;
    align-items: center;
  }

  .how-parag {
    width: 100%;
  }

  .how-box img {
    width: 70%;
  }
}

@media only screen and (max-width: 61.9375em) {
  .nav-list {
    display: none;
  }

  .button {
    display: none;
  }

  .openMenu {
    display: block;
  }

  .closeMenu {
    display: block;
  }

  .menu-list li a {
    display: block;
  }

  .link,
  .login {
    display: block;
  }

  .login {
    width: 70%;
  }

  h1 {
    font-size: 5rem;
    line-height: 7rem;
  }

  .hero {
    flex-direction: column;
    padding-top: 3rem;
  }

  .hero-text {
    width: 100%;
    margin-top: 4rem;
  }

  .hero-img {
    width: 60%;
    align-self: center;
    margin-top: 5rem;
  }

  .circle {
    top: 15rem;
  }

  .service-container {
    flex-direction: column;
    align-items: center;
  }

  .service-box {
    width: 80%;

  }

  .support-box {
    width: 95%;
  }

  .why-container {
    flex-direction: column;
    align-items: center;
  }

  .why-box {
    width: 80%;
  }

  #why {
    background-size: cover;
    padding-bottom: 15rem;
  }

  .why-box:not(:last-child) {
    margin-bottom: 2rem;
  }

  .work-container {
    flex-direction: column;
    align-items: center;
  }

  .work-box {
    width: 80%;
  }

  .work-box:not(:last-child) {
    margin-bottom: 3rem;
  }

  .history-box {
    flex-direction: column-reverse;
  }

  .history-text {
    flex-basis: 100%;
    width: 100%;
  }

  .history-box img {
    align-self: center;
  }

  .vector {
    position: absolute;
    left: -40rem;
  }

  .vision {
    flex-direction: column;
  }

  .testimony-container {
    flex-direction: column;
    align-items: center;
  }

  .testimony-box {
    width: 80%;
  }

  .data-box {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
  }

  .data-plan {
    width: 60%;
  }

  .testimony-box:not(:last-child) {
    margin-bottom: 2rem;
  }

  .social-handle {
    flex-direction: column;
    align-items: center;

  }

  .social {
    margin-bottom: 3rem;
  }

  form {
    width: 100%;
  }

  .footer-about {
    flex-basis: 60%;
  }

  .support-paragraph {
    transform: translateY(30%);
  }
}

@media only screen and (max-width: 47.9375em) {
  .service-box {
    width: 100%;
  }

  .support-box {
    width: 100%;
    height: 30rem;
    padding: 8rem 3rem;
  }

  .support-paragraph {
    transform: translateY(10%);
  }

  #why {
    padding-bottom: 20rem;
  }

  .why-box {
    width: 100%;
  }

  .work-box {
    width: 100%;
  }

  .testimony-box {
    width: 100%;
  }

  .data-plan {
    width: 80%;
  }

  .data-plan img {
    width: 20%;
    margin-right: 40%;
    margin-left: 40%;
  }

  .footer-box {
    flex-direction: column;
    padding-top: 6rem;
  }

  .footer-box ul {
    padding-left: 0;
    margin-top: 2rem;
  }

  .footer-box h3 {
    font-size: 2.5rem;
  }

  .history-box img {
    width: 95%;
  }
}

@media only screen and (max-width: 35.9375em) {
  nav {
    padding-top: 1.5rem;
  }

  .hero-img {
    width: 70%;
  }

  .service {
    padding: 3rem 2rem;
  }

  .support-box {
    padding: 4rem 3rem;
  }

  .support-paragraph {
    transform: translateY(0);
  }

  .vector {
    left: -60rem;
  }

  .accordion-button::after {
    margin-left: 2rem;
  }

  .how-step h6 {
    font-size: 2.9rem;
    width: 30px;
    height: 30px;
  }

  .how-step-text h3 {
    font-size: 2rem;
  }

  .how-step-text p {
    font-size: 1.4rem;
  }

  .how-box img {
    width: 100%;
  }
}

@media only screen and (max-width: 28.75em) {

  section,
  footer {
    padding: 8rem 3rem 0 3rem;
  }

  .sticky {
    padding: 3rem;
  }

  footer {
    padding: 2rem 3rem;
  }

  header {
    padding: 3rem;
  }

  h1 {
    font-size: 4rem;
  }

  .hero-img {
    width: 90%;
  }

  .service-box {
    flex-direction: column;
  }

  .service-box img {
    margin-bottom: 2rem;
  }

  .support-paragraph a {
    transform: translateY(0);
  }

  .data-plan {
    width: 90%;
  }

  .accordion-button {
    font-size: 1.3rem !important;
  }

  .accordion-body {
    font-size: 1.2rem !important;
  }

}

@media only screen and (max-width: 22.5em) {
  html {
    font-size: 50%;
  }

  .vector {
    left: -75rem;
  }
}