@media only screen and (max-width: 992px) {
  footer {
    padding-top: 2rem;
  }
  .header .navbar-nav {
    display: block;
  }
}

/* NGSC */

@media only screen and (min-width: 1200px) {
  .signup-form .evf-frontend-row[data-row="row_1"] .evf-frontend-grid,
  #evf-form-778 .evf-frontend-row[data-row="row_2"] .evf-frontend-grid,
  #evf-form-778 .evf-frontend-row[data-row="row_3"] .evf-frontend-grid {
    flex: 0 0 49% !important;
    max-width: 49% !important;
  }
}

@media only screen and (max-width: 1200px) {
  .evf-has-error {
    margin-bottom: 2rem !important;
    position: relative !important;
  }
  .signup-form
    .evf-field-container
    .evf-frontend-row[data-row="row_3"]
    div[data-grid="grid_1"],
  .signup-form .evf-field-container .evf-grid-2 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
}

@media only screen and (min-width: 1200px) {
  #evf-form-49 .evf-submit-container {
    position: absolute;
    right: 0;
    bottom: 10px;
  }

  body.rtl .evf-submit-container {
    right: unset !important;
    left: 0;
  }
  /* .signup-form */

  #evf-form-49
    .evf-field-container
    .evf-frontend-row[data-row="row_3"]
    div[data-grid="grid_1"] {
    width: 60% !important;
    max-width: 60% !important;
    flex: 0 0 60% !important;
  }

  .signup-form .evf-frontend-row[data-row="row_1"],
  #evf-form-778 .evf-frontend-row[data-row="row_2"],
  #evf-form-778 .evf-frontend-row[data-row="row_3"] {
    justify-content: space-between !important;
  }
}

@media only screen and (min-width: 1024px) {
  /* .desktop-menu-ar {
        margin-right: 3rem;
    } */
}

@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1400px !important;
  }
}

@media only screen and (max-width: 1450px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .counter-box {
    max-width: 55% !important;
  }
}

@media only screen and (max-width: 1280px) {
  .container {
    max-width: 100% !important;
  }

  .fancybox__image {
    padding: 0 3rem !important;
  }
}

@media only screen and (max-width: 800px) {
  .desktop-menu {
    gap: 0.5rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .banner-container .blurred-box {
    padding: 0.5rem !important;
  }
  .evf-has-error {
    margin-bottom: 2rem !important;
    position: relative !important;
  }
  .logo-container {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
  }
  .home .main-section {
    margin-top: 0 !important;
  }
  .header:not(.scrolled .header, .menu-open .header) {
    background: transparent !important;
  }
  .scrolled-logo .logo-container {
    visibility: visible;
    opacity: 1;
  }
  #testimonials_slider .swiper-wrapper {
    min-height: 100%;
  }
  #testimonials_slider .swiper-slide {
    display: flex;
    justify-content: end;
  }
  #testimonials_slider .swiper-slide > .flex {
    height: fit-content;
    max-height: 100%;
    margin-top: auto;
    margin-bottom: 0;
  }
  .logo-container {
    width: calc(50% + 35px);
    justify-self: end;
    justify-content: end;
  }

  body.rtl .logo-container {
    justify-self: center;
    justify-content: end;
  }

  .evf-submit-container {
    margin: 0.5rem auto;
  }

  .banner-swiper .swiper-slide {
    height: calc(100vh - 80px) !important;
  }

  .counter-box {
    transform: translate(4%, 50%);
    max-width: 80% !important;
  }

  .footer-menu-list li {
    margin-top: 1rem !important;
  }

  .sm-fullwidth {
    width: 100vw !important;
    position: relative !important;
    left: 50%;
    right: 50%;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .edited-play {
    width: 60px;
    height: 60px;
  }

  .evf-container .evf-field:not(.evf-field-phone),
  .evf-container .evf-field.evf-field,
  .evf-container .evf-field.evf-field-likert {
    overflow: unset !important;
  }

  label.evf-error {
    bottom: -70%;
    font-size: 10px;
  }
  .banner-container .aspect-\[0\.5\] {
    aspect-ratio: 0.7 !important;
  }
}

@media only screen and (min-width: 767px) {
  #evf-form-778 .evf-submit-container {
    width: 100%;
    text-align: center;
  }
  .evf-has-error:not(.evf-field-email) {
    margin-bottom: 2rem !important;
    position: relative !important;
  }
  .mobileSwiper .swiper-slide {
    width: 100% !important;
  }
  .top--150p {
    transform: translateY(-50%);
  }

  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: 0 !important;
  }

  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: 0 !important;
  }
}
