/* ===========================================
   LARGE SCREENS
   =========================================== */
@media (min-width: 1440px) and (max-width: 1900px) {
  html {
    font-size: 18px;
  }

  .navbar .text {
    font-size: 1rem;
  }

  /* HERO SECTION */

  .hero {
    padding: 0 10vw;
  }

  /* SLIDER SECTION */

  .slider-container {
    width: 450px; /* Adjust width */
    height: 450px; /* Adjust height */
    top: 10em;
    right: 10em;
  }

  .slider-container.about-page {
    top: 5em;
    right: 10em;
  }

  .slider img {
    width: 25em; /* Same as container width */
    height: 25em;
  }
}

@media (min-width: 1900px) {
  /* GENERAL */

  html {
    font-size: 16px;
  }

  .section-heading {
    font-size: 6rem;
  }

  /* NAVBAR */

  .navbar {
    height: 10em;
    font-size: 1.5rem;
    padding: 1em;
  }

  .navbar .text {
    font-size: 1rem;
  }

  .navbar .nav-item {
    font-size: 1.25rem;
    border-radius: 10em;
  }

  /* HERO SECTION */

  .hero {
    padding: 0 15vw;
  }

  .hero h1 {
    font-size: 6rem;
  }

  .hero h3 {
    font-size: 1.8rem;
    font-weight: 500;
  }

  .hero .subtitle {
    font-size: 2.5rem;
  }

  .hero button {
    font-size: 2rem;
  }

  /* SLIDER SECTION */

  .slider-container {
    width: 800px; /* Adjust width */
    height: 800px; /* Adjust height */
    top: 10em;
    right: 5em;
  }

  .slider.small img {
    width: 45em; /* Same as container width */
    height: 45em;
  }

  .slider img {
    width: 45em; /* Same as container width */
    height: 45em;
  }

  /* LOGOS */

  .carousel-container {
    min-height: 10vh;
  }

  .carousel-container h2 {
    font-size: 4rem;
  }

  .carousel:nth-of-type(1) {
    height: 200px;

    .logos {
      background: url(/assets/web-images/logos-expanded.png) 0 50% / 2268px
        150px repeat-x;
    }
  }

  .carousel:nth-of-type(2) {
    height: 200px;

    .logos {
      background: url(https://assets.codepen.io/1506195/brands2.webp) 0 50% /
        2268px 150px repeat-x;
    }
  }

  /* ABOUT US SECTION */

  .about-us {
    padding: 2em;
    margin: 2em 6vw;
  }

  .about-us .section-image .image {
    width: 30em;
    margin: auto;
    padding-left: 3em;
  }

  .about-us .section-content {
    max-width: 1200px;
  }

  .about-us .section-content h2 {
    font-size: 5rem;
    line-height: 1em;
  }

  .about-us .section-content p {
    font-size: 1.75rem;
  }

  .about-us button {
    font-size: 2rem;
  }

  /* STATS SECTION */

  .stats > h2 {
    font-size: 5rem;
  }

  .stats > p {
    font-size: 1.75rem;
  }

  .stats .statcard {
    width: 20%;
    height: auto;
    padding: 0.5em;
  }

  .stats .statcard h2 {
    font-size: 6rem;
  }

  .stats .statcard p {
    font-size: 2rem;
    margin: 1em 0;
  }

  /* ACTIONS SECTION */

  .actions-section .section-heading {
    font-size: 5rem;
  }

  .card-image {
    height: 12em;
  }

  .actions-section .cards-container .card-image .icon-pi {
    height: 80%;
  }

  .card .text {
    height: 25em;
  }

  .card .text h2 {
    font-size: 2.5rem;
  }

  .actions-section .text p {
    font-size: 1.75rem;
  }

  .actions-section .text a button {
    margin-bottom: auto;
  }

  .actions-section .text a {
    font-size: 2rem;
    justify-self: flex-end;
  }

  /* DISTRIBUTION SECTION */

  .distribution-means {
    margin: 0 auto;
    padding: 2em 5vw;
  }

  .section-conten .card img {
    width: 5em;
    justify-self: top;
  }

  .distribution-means .section-heading {
    font-size: 5rem;
  }

  .distribution-means .card h3 {
    font-size: 2rem;
  }

  .distribution-means .card p {
    font-size: 1.75rem;
  }

  /* TESTIMONIALS */

  .testim .wrap {
    max-width: 100vw;
  }

  .testim > p {
    font-size: 1.75rem;
  }

  .testim .dots {
    height: 1.5em;
    bottom: 1em;
  }

  .testim .cont div h2 {
    font-size: 3rem;
  }

  .testim .cont div p {
    font-size: 1.75rem;
  }

  /* FOOTER SECTION */

  .footer {
    justify-content: space-between;
    padding: 3em 8vw;
  }

  .footer .section {
    width: 25%;
  }

  .footer .section .logo {
    width: 20em;
  }

  .footer .section h3 {
    font-size: 2rem;
  }

  .footer .section li {
    font-size: 1.75rem;
  }

  .footer .contacts p {
    font-size: 1.75rem;
  }

  .footer .section.form input,
  .footer .section.form textarea {
    font-size: 1.75rem;
  }

  .footer .section.form button {
    font-size: 1.75rem;
  }

  /* end */
}
