@media (max-width: 576px) {}

@media (min-width: 576px) and (max-width: 768px) {}

@media (min-width: 768px) and (max-width: 992px) {}

@media (min-width: 992px) and (max-width: 1200px) {}

@media (min-width: 1200px) and (max-width: 1400px) {}

@media (min-width: 1400px) {}

@media (min-width: 992px) {
  .container {
    width: 90% !important;
    max-width: 90% !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .zph-header h1 {
    font-size: 50px;
  }

  .zph-header p {
    font-size: 30px;
  }

  .header-text {
    left: 5%;
    right: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .header-text-50 {
    left: 10%;
    right: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .btn-dark-zph,
  .btn-white-zph {
    padding: 8px 30px 10px;
    font-size: 16px;
  }

  .dots-moves .mySwiper::before,
  .dots-moves .mySwiper::after {
    width: 13.75%;
  }

  .dots-moves .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
  }

  .dots-moves .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
  }

  .parallax {
    min-height: 46.5rem;
  }
}

@media (max-width: 992px) {
  .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .zph-header h1 {
    font-size: 21px;
  }

  .zph-header p {
    font-size: 16px;
  }

  .header-text {
    left: 0px;
    right: 0px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .header-text-50 {
    left: 0px;
    right: 0px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .btn-dark-zph,
  .btn-white-zph {
    padding: 5px 30px 7px;
    font-size: 12px;
  }

  .dots-moves .swiper-button-prev,
  .dots-moves .swiper-button-next {
    display: none !important;
  }

  .dots-moves .mySwiper::before,
  .dots-moves .mySwiper::after {
    width: 0%;
  }

  .dots-moves .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }

  .dots-moves .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px;
  }

  .parallax {
    min-height: 80vh;
    background-size: 305%;
    background-attachment: unset;
  }

  .partners-list img {
    width: 50px !important;
    height: 50px !important;
  }
}