/*
SPACING SYSTEM (px)
2 / 4 / 8 / 12 / 16 / 24 / 32 / 48 / 64 / 80 / 96 / 128

FONT SIZE SYSTEM (px)
10 / 12 / 14 / 16 / 18 / 20 / 24 / 30 / 36 / 44 / 52 / 62 / 74 / 86 / 98
*/
/* BELLOW 1400px */
@media (max-width: 87.5em) {
  .container {
    max-width: 120rem;
    margin: 0 auto;
  }
  .heading-secondary-promice {
    font-size: 3rem;
    margin-bottom: 3.2rem;
  }
  .product-img-spread {
    display: inline-block;
    width: 150px;
    height: 300px;
  }
  .product-img-spread-one {
    transform: translate(20%, 0%);
  }
  .product-img-spread-two {
    transform: translate(-10%, 0%);
  }
}
/* BELLOW 1200px */
@media (max-width: 75em) {
  html {
    /* font-size: 10px;
    9px / 16px = 0.5625 * 100 = 56.25
    1rem = 10px*/
    font-size: 56.25%;
  }
  .grid {
    display: grid;
    column-gap: 1.8rem;
  }
  .main-nav-list {
    gap: 3.2rem;
  }
  .heading-primary {
    font-size: 3rem;
    margin-bottom: 3.2rem;
  }

  .heading-secondary {
    font-size: 3rem;
    line-height: 1.2;
  }
  .about-text-box {
    padding: 2.4rem 0;
  }
  .quote-card {
    height: 280px;
  }
  .about-img-product,
  .about-img-dropper {
    width: 200px;
    height: 300px;
  }

  .heading-tertiary {
    font-size: 2.4rem;
  }
  .product-img-spread {
    display: inline-block;
    width: 130px;
    height: 210px;
  }
  .product-img-spread-one {
    transform: translate(20%, 0%);
  }
  .product-img-spread-two {
    transform: translate(-10%, 0%);
  }
  .best-value {
    width: 220px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 8px rgba(0, 0, 0, 5);
  }
  .best-value span {
    font-size: 1.8rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-shadow: 0 3px 8px rgba(0, 0, 0, 5);
  }
  .card-disclaimer {
    margin-top: 2.4rem !important;
  }
  .fa-arrow-down {
    font-size: 5.2rem;
  }
  .grid-3-cols {
    grid-template-columns: 0.8fr 0.8fr 0.8fr;
    align-items: center;
    justify-content: center;
    column-gap: 1.6rem;
  }
  .product-img {
    display: inline-block;
    width: 150px;
    height: 220px;
  }
  .testimonials-tittle {
    max-width: 60rem;
    margin: 0 auto;
    margin-bottom: 4.8rem;
  }
  .customers-row div:nth-child(1) img,
  .customers-row div:nth-child(6) img {
    width: 100px;
    height: 100px;
  }
  .customers-row div:nth-child(2) img,
  .customers-row div:nth-child(5) img {
    width: 130px;
    height: 130px;
  }
  .customers-row div:nth-child(3) img,
  .customers-row div:nth-child(4) img {
    width: 160px;
    height: 160px;
  }
  .testimonial-img {
    object-fit: cover;
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-bottom: 1.2rem;
    margin-right: 2.2rem;
  }
  .testimonial-img-product {
    width: 50px;
    height: 80px;
    display: block;
    object-fit: cover;
    margin-bottom: 1.2rem;
    margin-right: 0.8rem;
  }
}
/* BELLOW 1200px */
@media (max-width: 75em) {
  html {
    /* font-size: 10px;
    9px / 16px = 0.5625 * 100 = 56.25
    1rem = 10px*/
    font-size: 56.25%;
  }
}
/* BELLOW 1000px */
@media (max-width: 62.5em) {
  .quote-card {
    width: 90%;
    height: 300px;
  }
  .promise-card {
    width: 90%;
    height: 350px;
  }

  .promice-img {
    justify-self: right;
    display: block;
    width: 80%;
    height: 350px;
    border-radius: 8px;
    justify-self: center;
  }
  .heading-quinary {
    font-size: 2rem;
  }
  .customers-row div:nth-child(1) img,
  .customers-row div:nth-child(6) img {
    width: 90px;
    height: 90px;
  }
  .customers-row div:nth-child(2) img,
  .customers-row div:nth-child(5) img {
    width: 110px;
    height: 110px;
  }
  .customers-row div:nth-child(3) img,
  .customers-row div:nth-child(4) img {
    width: 150px;
    height: 150px;
  }
  .best-value {
    width: 200px;
    position: absolute;
    top: 45px;
  }
  .section-faq {
    max-width: 80rem;
    margin: 0 auto;
    padding: 9.6rem 0;
  }
}

/* BELLOW 905px */
@media (max-width: 56.5625em) {
  html {
    /* font-size: 10px;
    8px / 16px = 0.50 * 100 = 50
    1rem = 10px*/
    font-size: 50%;
  }
  .logo {
    font-size: 2.4rem;
  }
  .main-nav-link:link,
  .main-nav-link:visited {
    font-size: 1.8rem;
  }
  .hero {
    display: grid;
    grid-template-columns: 0.7fr 1fr;
    column-gap: 2.4rem;
  }
  .hero-text-box {
    flex-direction: column;
    row-gap: 2.4rem;
  }
  .product-img-hero:nth-child(2) {
    aspect-ratio: 1 / 1; /* or your real ratio, e.g., 4/3 */
    object-fit: cover; /* crop instead of stretch */
    display: block;
    pointer-events: visible;
    visibility: visible;
    width: 200px;
    height: 330px;
  }
  /*  */
  .collage-tittle-product .heading-tertiary {
    padding: 1.8rem 0 !important;
    font-size: 2.4rem;
    line-height: 1.8;
  }
  .product-img {
    width: 160px;
    height: 200px;
  }
  .product-img-spread {
    display: inline-block;
    width: 110px;
    height: 200px;
  }
  .product-img-spread-one {
    transform: translate(20%, 0%);
  }
  .product-img-spread-two {
    transform: translate(-10%, 0%);
  }
  /*  */
  .customers-row div:nth-child(1) img,
  .customers-row div:nth-child(6) img {
    width: 80px;
    height: 80px;
  }
  .customers-row div:nth-child(2) img,
  .customers-row div:nth-child(5) img {
    width: 100px;
    height: 100px;
  }
  .customers-row div:nth-child(3) img,
  .customers-row div:nth-child(4) img {
    width: 130px;
    height: 130px;
  }
  .testimonial-img-product {
    width: 40px;
    height: 60px;
  }
  .heading-quaternary {
    font-size: 2.4rem;
  }
  .fa-arrow-down {
    font-size: 4.4rem;
  }
}
/* BELLOW 865px */
@media (max-width: 54.0625em) {
}
/* BELLOW 752px */
@media (max-width: 47em) {
  .grid-2-cols {
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;
    row-gap: 2.4rem;
  }
  .container {
    max-width: 100rem;
    margin: 0 auto;
    padding: 0 6.4rem;
  }
  .logo {
    font-size: 1.8rem;
  }
  .main-nav-list {
    gap: 1.2rem;
  }
  .main-nav-link:link,
  .main-nav-link:visited {
    font-size: 1.8rem;
  }
  .main-nav-link.nav-cta:link,
  .main-nav-link.nav-cta:visited {
    padding: 0.6rem 0.8rem;
  }

  /*  */
  .section-hero {
    padding: 8rem 0 8rem 0;
  }
  .hero {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 4.8rem;
  }
  .hero-img-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
  .product-img-hero {
    width: 140px;
    height: 150px;
    display: block;
    pointer-events: visible;
    visibility: visible;
  }
  .product-img-hero:nth-child(2) {
    width: 140px;
    height: 150px;
    display: inline-block;
    object-fit: contain;
  }
  .heading-primary {
    font-size: 3.6rem;
    margin-bottom: 3.2rem;
  }
  .hero-paragraph {
    line-height: 1.6;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1.8rem;
  }
  .hero-video-box {
    grid-row: 1/2;
  }
  .video-wrapper {
    padding-top: 1.8rem;
    max-width: 100%;
    margin: 0 auto;
  }
  .video {
    max-width: 100%;
    height: 280px;
  }
  /*  */
  .quote-card {
    max-width: 80%;
    margin: 2.4rem auto;
    height: 300px;
  }
  .quote-text {
    padding: 2.4rem 0;
    font-size: 2rem;
    line-height: 1.8;
    font-weight: 500;
  }
  .product-wrapper {
    /* pick one of these two lines */
    height: 320px; /* simple & reliable */
    /* aspect-ratio: 3 / 4;     /* alternative if you want it fluid */
    width: 100%;
    display: block;
    margin: 4.8rem 0;
  }

  .about-img-product {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%); /* centered */
    width: 300px !important;
    height: auto;
  }

  .about-img-dropper {
    position: absolute;
    top: 15%;
    left: 65%;
    transform: translate(-50%, -50%) rotate(-8deg); /* overlap nicely */
    width: 220px !important;
    height: auto;
    pointer-events: none;
  }
  .product-wrapper {
    /* pick one of these two lines */
    height: 320px; /* simple & reliable */
    /* aspect-ratio: 3 / 4;     /* alternative if you want it fluid */
    width: 100%;
    display: block;
  }

  .about-img-product {
    position: absolute;
    top: 50%;
    left: 35%;
    transform: translate(-50%, -50%); /* centered */
    width: 230px;
  }

  .about-img-dropper {
    position: absolute;
    top: 50%;
    left: 65%;
    transform: translate(-50%, -50%);
    width: 200px;
    pointer-events: none;
  }
  /*  */
  .section-services .container {
    padding: 2.4rem 4.8rem;
  }
  .services-items {
    margin-top: 0.8rem !important;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
    justify-content: center;
    gap: 2.4rem;
    max-width: 100rem;
    padding: 0 4.8rem !important;
  }
  /*  */

  .heading-quinary {
    font-size: 2.2rem;
  }

  .promise-card {
    justify-self: center;
    width: 80%;
    height: 300px;
  }
  .promise-list {
    margin-top: 3.2rem;
  }

  .promice-img {
    justify-self: right;
    display: block;
    width: 80%;
    height: 350px;
    border-radius: 8px;
    justify-self: center;
  }
  /*  */
  .customers-row div:nth-child(1) img,
  .customers-row div:nth-child(6) img {
    width: 60px;
    height: 60px;
  }
  .customers-row div:nth-child(2) img,
  .customers-row div:nth-child(5) img {
    width: 70px;
    height: 70px;
  }
  .customers-row div:nth-child(3) img,
  .customers-row div:nth-child(4) img {
    width: 90px;
    height: 90px;
  }
  .testimonial-img {
    width: 50px;
    height: 50px;
  }
  .testimonial-text {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .testimonial-img-product {
    width: 30px;
    height: 50px;
  }
  .section-arrow {
    padding: 3.2rem 0;
  }
  .heading-tertiary {
    font-size: 2.4rem;
    line-height: 1.7;
    font-weight: 600;
    padding: 0;
  }
  .grid-3-cols {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    align-items: center;
    justify-content: center;
    column-gap: 2.4rem;
  }
  .product {
    margin-bottom: 2.4rem;
  }
  .product:nth-last-child(2) {
    width: 50%;
    grid-column: 2/-2;
    grid-row: 2/3;
    justify-self: center;
    grid-column: span 2;
  }
  .section-faq {
    max-width: 60rem;
    margin: 0 auto;
    padding: 9.6rem 0;
  }
  /*  */
  .support {
    font-size: 1.8rem;
  }
  .footer-copy {
    padding-top: 1.6rem;
    font-size: 1.6rem;
    color: #fff;
  }
}
/* BELLOW 600px */
@media (max-width: 37.5em) {
  /* MENU BTN */
  .sticky {
    z-index: 999;
    padding: 0 4.8rem;
  }
  .btn-mobile-nav {
    display: block;
    z-index: 9999;
    color: #fff;
  }
  .main-nav {
    background: linear-gradient(
      90deg,
      rgba(30, 2, 82, 1) 0%,
      rgba(3, 67, 124, 1) 20%,
      rgba(3, 84, 154, 0.9) 50%,
      rgba(3, 67, 124, 1) 80%,
      rgba(30, 2, 82, 1) 100%
    );

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    transform: translateX(100%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    transition: all 0.5s ease-in;
    /* hide the navigation */
    /* display: none; no animation allowed */
    /* hide it visually */
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
  .nav-open .main-nav {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translateX(0);
  }
  .nav-open .icon-mobile-nav[name="close-outline"] {
    display: block;
  }
  .nav-open .icon-mobile-nav[name="menu-outline"] {
    display: none;
  }
  .main-nav-list {
    flex-direction: column;
    gap: 4.8rem;
  }
  .main-nav-link:link,
  .main-nav-link:visited {
    color: #fff;
    font-weight: 600;
    font-size: 3rem;
    transition: all 0.3s;
  }
  .main-nav-link:hover,
  .main-nav-link:active {
    color: #040a4c;
    font-weight: 700;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  }
  .main-nav-link.nav-cta:link,
  .main-nav-link.nav-cta:visited {
    padding: 1.2rem 2.4rem;
    border-radius: 8px;
    background-color: #e03131;
    color: #fff !important;
    transition: all 0.3s;
  }
  .main-nav-link.nav-cta:hover,
  .nav-cta:active {
    background-color: #ca2c2c;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  }
  .arrow-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: center;
    width: 3rem;
    height: 3rem;
    border: 2px solid white;
    border-radius: 50%;
    font-size: 1.6rem;
    margin-left: 8px;
  }
  /*  */
  .collage-tittle-product .heading-tertiary {
    padding: 3.6rem 0;
    font-size: 2rem;
    line-height: 1.5;
  }
  /*  */
  .quote-card {
    max-width: 90%;
    margin: 2.4rem auto;
    height: 300px;
  }
  .promise-card {
    justify-self: center;
    width: 90%;
    height: 300px;
  }
  .promise-list {
    margin-top: 4.8rem;
  }

  .promice-img {
    justify-self: center;
    width: 90%;
    height: 300px;
  }

  .services-items {
    margin-top: 0.8rem !important;
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    justify-content: center;
    gap: 0.6rem;
    max-width: 100rem;
    padding: 0 4.8rem !important;
  }

  /*  */
  .testimonials-tittle {
    max-width: 50rem;
    margin: 0 auto;
    margin-bottom: 4.8rem;
  }
  .customers-row div:nth-child(1) img,
  .customers-row div:nth-child(6) img {
    width: 50px;
    height: 50px;
  }
  .customers-row div:nth-child(2) img,
  .customers-row div:nth-child(5) img {
    width: 60px;
    height: 60px;
  }
  .customers-row div:nth-child(3) img,
  .customers-row div:nth-child(4) img {
    width: 80px;
    height: 80px;
  }
  .testimonial-img {
    width: 40px;
    height: 40px;
  }

  .testimonial-text {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .testimonial-img-product {
    width: 30px;
    height: 50px;
  }
  .grid-3-cols {
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;
    column-gap: 2.4rem;
  }
  .product {
    margin-bottom: 2.4rem;
  }
  .product:nth-last-child(1) {
    width: 90%;
    grid-column: 1/-1;
    grid-row: 1/2;
    justify-self: center;
    grid-column: span 2;
    margin-bottom: 2.4rem;
  }
  .product:nth-last-child(3) {
    width: 90%;
    grid-column: 3/-3;
    grid-row: 3/4;
    justify-self: center;
    grid-column: span 2;
    margin-bottom: 2.4rem;
  }
  .product:nth-last-child(2) {
    width: 90%;
    grid-column: 2/-2;
    grid-row: 2/3;
    justify-self: center;
    grid-column: span 2;
    margin-bottom: 2.4rem;
  }
  .product-img {
    width: 200px;
    height: 250px;
  }
  .btn {
    font-size: 3rem;
    font-weight: 600;
    padding: 1.6rem 3.2rem;
    margin: 1.6rem 0;
  }
  .section-faq {
    max-width: 50rem;
    margin: 0 auto;
    padding: 8rem 0;
  }
}
/* BELLOW 500px */
@media (max-width: 31.25em) {
  .sticky {
    z-index: 999;
    padding: 0 3.2rem;
  }
  .section {
    max-width: 100rem;
    margin: 0 auto;
    padding: 4.8rem 0;
  }
  .container {
    max-width: 60rem;
    margin: 0 auto;
    padding: 0 1.6rem;
  }
  .heading-primary {
    font-size: 2.8rem;
    line-height: 1.5;
    margin-bottom: 3.2rem;
  }
  .hero-paragraph-strong {
    font-size: 2rem;
    margin-bottom: 1.6rem;
  }
  .hero-paragraph-strong:last-child {
    padding-bottom: 2.4rem;
  }
  .video-wrapper {
    padding-top: 3.2rem;
    max-width: 100%;
    margin: 0 auto;
  }
  .video {
    max-width: 90%;
    margin: 0 auto;
    height: 250px;
  }
  .product-img-hero {
    width: 140px;
    height: 200px;
    display: block;
    pointer-events: visible;
    visibility: visible;
  }
  .product-img-hero:nth-child(2) {
    display: none;
  }
  .collage-tittle-product .heading-tertiary {
    padding: 3.6rem 0;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .heading-tertiary {
    font-size: 1.8rem !important;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 1);
  }
  .quote-card {
    max-width: 95%;
    margin: 2.4rem auto;
    height: 430px;
  }
  .product-wrapper {
    /* pick one of these two lines */
    height: 300px; /* simple & reliable */
    /* aspect-ratio: 3 / 4;     /* alternative if you want it fluid */
    width: 100%;
    display: block;
  }

  .about-img-product {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%); /* centered */
    width: 200px;
  }

  .about-img-dropper {
    position: absolute;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
    width: 180px;
    pointer-events: none;
  }
  .heading-secondary {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .heading-quinary {
    font-size: 2rem;
  }
  .customers-row {
    max-width: 80rem;
    margin: 0 auto;
    padding: 0 1.8rem !important;
    gap: 0.6rem;
  }
  .customers-row div:nth-child(1) img,
  .customers-row div:nth-child(6) img {
    width: 40px;
    height: 40px;
  }
  .customers-row div:nth-child(2) img,
  .customers-row div:nth-child(5) img {
    width: 50px;
    height: 50px;
  }
  .customers-row div:nth-child(3) img,
  .customers-row div:nth-child(4) img {
    width: 60px;
    height: 60px;
  }
  .testimonial-container {
    max-width: 80rem;
    margin: 0 auto;
    padding: 2.4rem 0.8rem;
    display: flex;
  }
  .testimonial-img {
    width: 40px;
    height: 40px;
  }

  .testimonial-text {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .testimonial-img-product {
    width: 30px;
    height: 50px;
  }
  .card-disclaimer {
    padding: 0 2.4rem;
  }
  .section-faq {
    max-width: 40rem;
    margin: 0 auto;
    padding: 8rem 0;
  }
}

/*
SPACING SYSTEM (px)
2 / 4 / 8 / 12 / 16 / 24 / 32 / 48 / 64 / 80 / 96 / 128

FONT SIZE SYSTEM (px)
10 / 12 / 14 / 16 / 18 / 20 / 24 / 30 / 36 / 44 / 52 / 62 / 74 / 86 / 98
*/
