@media screen and (max-width: 1440px) {
  .modal {
    width: 680px;
  }
  .modal__info h2 {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 1200px) {
  .header {
    padding: 0 2rem;
  }
  h1.hero__heading {
    font-size: 6rem;
  }
  .nav__link:link {
    color: #000;
  }
  .modal {
    width: 630px;

    padding: 5rem 5rem;
  }
  .modal__info {
    padding-right: 10px;
  }
  .modal__info h2 {
    font-size: 2.4rem;

    margin-bottom: 10px;
  }
}

@media screen and (max-width: 992px) {
  .nav {
    padding: 0 1rem;
  }
  .header {
    padding: 0 2rem;
    min-height: auto;
  }
 
  .header__title {
    flex-direction: column;
    align-items: stretch;
    row-gap: 3rem;
    padding: 2rem 0 4rem;
  }
  .hero__content {
    flex: initial;
    align-items: flex-start;
  }
  .hero__image {
    flex: initial;
    height: 45vh;
  }
  h1.hero__heading {
    font-size: 5.4rem;
  }
  .hero__features {
    flex-wrap: wrap;
    row-gap: 1.6rem;
    column-gap: 2.8rem;
  }
  .hero__feature-icon {
    height: 3.4rem;
    width: 3.4rem;
  }
  .hero__feature-icon svg {
    height: 1.7rem;
    width: 1.7rem;
  }
  .hero__feature-text strong {
    font-size: 1.4rem;
  }
  .hero__feature-text small {
    font-size: 1.2rem;
  }

  .nav__link:link,
  .nav__link:visited {
    font-size: 1.5rem;
  }

  .nav__link--btn:link,
  .nav__link--btn:visited {
    padding: 0.8rem 1.6rem;
  }
  .features {
    margin: 0 6rem;
  }
  .features__row {
    display: flex;
    flex-direction: column;
  }
  .features__im__container {
    width: 100%;
  }
  .features__feature {
    width: 100%;
  }
  #why-choose-us {
    padding: 13rem 2rem;
  }
  #why-choose-us .section__title {
    margin-bottom: 7rem;
  }
  .why-us {
    flex-wrap: wrap;
    row-gap: 5rem;
  }
  .why-us__card {
    flex: 0 1 50%;
    padding: 0 2rem;
    border-left: none;
  }
  .why-us__icon {
    height: 7.6rem;
    width: 7.6rem;
  }
  .why-us__icon svg {
    height: 3rem;
    width: 3rem;
  }
  .why-us__title {
    font-size: 2rem;
  }
  #how-it-works {
    padding: 13rem 2rem 12rem;
  }
  #how-it-works .section__title {
    margin-bottom: 7rem;
  }
  .steps {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 4.5rem;
  }
  .steps__step {
    flex: initial;
    width: 100%;
  }
  .steps__badge {
    height: 4.8rem;
    width: 4.8rem;
    font-size: 1.6rem;
  }
  .steps__icon {
    height: 4.8rem;
    width: 4.8rem;
  }
  .steps__icon svg {
    height: 2.2rem;
    width: 2.2rem;
  }
  .steps__title {
    font-size: 1.8rem;
  }
  .steps__text {
    font-size: 1.4rem;
  }
  .steps__connector {
    display: none;
  }
  .btn {
    padding: 1.25rem 3rem;
  }
  .modal {
    width: 530px;

    padding: 5rem 4.5rem;
  }

  .modal__info h2 {
    font-size: 2.3rem;
  }
  .modal__info p {
    line-height: 1.6;
  }
}

@media screen and (max-width: 808px) {
  h1.hero__heading {
    font-size: 4.4rem;
  }
  .hero__image {
    height: 36vh;
  }
  .hero__features {
    flex-wrap: wrap;
    row-gap: 1.6rem;
  }
  
  .hero__buttons {
    flex-wrap: wrap;
    row-gap: 1.2rem;
  }
  .nav__responsive__btn {
    display: flex;
    position: relative;
    z-index: 10001;
  }
  .nav__links {
    position: fixed;
    top: 9rem;
    left: 50%;
    transform: translateX(-50%) translateY(-1rem);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 10000;
    flex-direction: column;
    width: 100%;
    border-radius: 5px;
    background-color: var(--color-primary);
    transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
  }
  .nav__item {
    margin-left: 0;
  }

  .nav__responsive .nav__links {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .nav__link:link,
  .nav__link:visited:not(.nav__link--btn) {
    font-size: 1.8rem;
    background-color: transparent;
    color: #fff;
  }

  .features {
    margin: 0 4rem;
  }
  #why-choose-us {
    padding: 10rem 1.5rem;
  }
  #why-choose-us .section__title {
    margin-bottom: 5.5rem;
  }
  .why-us__card {
    flex: 0 1 100%;
  }
  #how-it-works {
    padding: 10rem 1.5rem 9rem;
  }
  #how-it-works .section__title {
    margin-bottom: 5.5rem;
  }
  .steps {
    row-gap: 3.6rem;
  }
  .steps__step {
    align-items: center;
  }
  .btn {
    font-size: 14px;
    padding: 1rem 1.5rem;
  }
  .operations__tab span {
    margin-right: 0.4rem;
  }
  .operations__tab {
    margin-right: 2rem;
  }
}

@media screen and (max-width: 648px) {
  .header {
    padding: 0 1.5rem;
  }
  h1.hero__heading {
    line-height: 1;
    font-size: 3.6rem;
  }
 
  .hero__image {
    height: 28vh;
    border-radius: 2rem;
  }
  .hero__img {
    border-radius: 2rem;
  }
  .hero__features {
    /* flex-direction: column; */
    flex-wrap: wrap;
  }
   .hero__feature {
    /* flex-direction: column; */
    width: 45%;
  }
  .features {
    margin: 0;
  }
  .section {
    padding: 10rem 1rem;
  }

  .section__header {
    font-size: 2.5rem !important;
  }
  .features__txt {
    font-size: 25px;
  }
  .dots {
    bottom: 5%;  
  }
  .slider {
    max-width: 90rem;
    height: 53rem;
    z-index: 9;
    text-align: center;
    padding-bottom: 5rem;
}
.testimonial__name {
    width: 100%;
    font-size: 1.7rem;
    font-weight: 500;
    align-self: center !important;
    text-align: center;
    background-color: #e71f1f;
    margin: 0;
}

  .operations__tab-container {
    flex-direction: column;
    gap: 1rem;
  }
  .operations__tab--active {
    transform: translatey(-50%) translatex(1%);
  }
  .operations__tab {
    margin: 0 0.5rem;
  }
  .operations__content {
    /* JUST PRESENTATIONAL */
    font-size: 1.7rem;
    padding: 2.5rem 1.5rem 3.5rem 1.5rem;
  }
  .section {
    padding: 10rem 1rem;
  }

  .testimonial {
    width: 100%;
  }
  .testimonial__header {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 1rem;
  }
  .section--sign-up .btn {
    font-size: 1.4rem;
    padding: 2rem 3rem;
  }
  .modal {
    width: 400px;

    padding: 4rem;
  }
  .modal__info {
    width: 100%;
    background-image: url(../img2/banner-38.webp);
    background-position: center;
    background-size: cover;
    height: 350px;
    position: relative;
    z-index: -1;
  }
  .modal__info::after {
    content: "";
    background-color: #f3f3f32f;
    position: absolute;
    inset: 0;
  }

  .modal__info h2 {
    font-size: 3rem;
  }
  .modal__info p {
    font-size: 16px;
    mgin-bottom: 30px;

    color: #504f4f;
  }
  .modal__img {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  h1.hero__heading {
    font-size: 2.8rem;
  }
  .hero__buttons {
    flex-direction: column;
    align-items: stretch;
  }
  .hero-btn {
    justify-content: center;
  }
}

/* OPERATIONS - CONTENT 1 SPLIT HERO REDESIGN - RESPONSIVE */
@media screen and (max-width: 1199px) {
  .operations__content--1.operations__content--active {
    min-height: 46rem;
    padding: 5rem 3.5rem 5rem 4.5rem;
  }
  .operations__content--1.operations__content--active .operations__header,
  .operations__content--1.operations__content--active > p {
    max-width: 32rem;
  }
  .operations__content--1.operations__content--active .operations__header {
    font-size: 2.6rem;
  }
  .operations__content--1.operations__content--active > p {
    font-size: 1.55rem;
    line-height: 1.7;
  }
}

@media screen and (max-width: 767px) {
  .operations__content--1.operations__content--active {
    align-items: center;
    text-align: center;
    min-height: 0;
    padding: 4rem 2rem calc(28rem + 3.5rem) 2rem;
    row-gap: 1.5rem;
    background-position: center bottom;
  }
  .operations__content--1.operations__content--active::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 28rem;
    width: auto;
    border-radius: 0;
    clip-path: none;
  }
  .operations__content--1.operations__content--active .operations__header,
  .operations__content--1.operations__content--active > p {
    max-width: 52rem;
  }
  .operations__content--1.operations__content--active .operations__header {
    font-size: 2.6rem;
    line-height: 1.3;
  }
  .operations__content--1.operations__content--active > p {
    font-size: 1.55rem;
    line-height: 1.7;
  }
}

@media screen and (max-width: 479px) {
  .operations__content--1.operations__content--active {
    padding: 3rem 1.5rem calc(20rem + 3rem) 1.5rem;
  }
  .operations__content--1.operations__content--active::before {
    bottom: 20rem;
  }
  .operations__content--1.operations__content--active .operations__header {
    font-size: 2.1rem;
  }
  .operations__content--1.operations__content--active > p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

/* CTA + FOOTER - RESPONSIVE */
@media screen and (max-width: 992px) {
  .section--sign-up::before,
  .section--sign-up::after {
    width: 28rem;
    height: 28rem;
    bottom: -14rem;
  }
  .section--sign-up::before {
    left: -14rem;
  }
  .section--sign-up::after {
    right: -14rem;
  }
  .footer__top {
    padding: 6rem 3rem 5rem;
    row-gap: 4rem;
  }
  .footer__brand {
    flex: 0 1 100%;
  }
}

@media screen and (max-width: 767px) {
  .section--sign-up {
    padding: 7rem 2rem;
  }
  .section--sign-up::before,
  .section--sign-up::after {
    width: 20rem;
    height: 20rem;
    bottom: -10rem;
  }
  .section--sign-up::before {
    left: -10rem;
  }
  .section--sign-up::after {
    right: -10rem;
  }
  .section__header {
    font-size: 3rem;
  }
  .footer__top {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 5rem 2rem 4rem;
    row-gap: 3.5rem;
  }
  .footer__brand {
    display: flex;
    justify-content: center;
  }
  .footer__col-title {
    border-bottom: none;
    padding-bottom: 0;
  }
  .footer__bottom {
    grid-template-columns: 1fr;
    justify-items: center;
    row-gap: 1.6rem;
    padding: 3rem 2rem;
    text-align: center;
  }
  .footer__copyright {
    text-align: center;
  }
  .footer__mark {
    order: -1;
  }
  .footer__bottom-nav {
    justify-content: center;
    justify-self: center;
  }
}

@media screen and (max-width: 400px) {
  .footer__bottom-nav {
    column-gap: 1.5rem;
    flex-wrap: wrap;
    row-gap: 0.8rem;
  }
}
