

/* FOLD 1 - Styling */

@media (max-width: 1600px) {
  .fold-1::after {
    opacity: 0.5;
  }
}

@media (max-width: 1400px) {
  .fold-1::before {
    right: 0px;
  }
	.f1-bg-image img {

    object-fit: cover;
    object-position: left;
}
}

@media (max-width: 1200px) {
  .f1-content-inner {
    max-width: 450px;
  }
}

@media (max-width: 1024px) {
  .fold-1 {
    padding-bottom: 60px;
    padding-top: 0;
    background: #c8c8c8;
  }
  .f1-content {
    padding: 0px;
}
.owl-nav button i {
    font-size: 22px;
}
	.f1-content .subtitle {
    font-size: 27px;
}
  .f1-content-outer {
    top: 0;
    bottom: unset;
  }

  .f1-bg-image img {
    height: 300px;
  }

  .f1-content span {
    display: inline;
  }

  .fold-1::before {
    background: none;
  }

  .f1-bg-image {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 300px;
  }

  .f1-content-inner {
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding-top: 35px;
  }

  .f1-content-inner a {
    margin: 20px auto 0;
  }

  .f1-content-inner::before {
    content: "";
    position: absolute;
    top: -90px;
    left: -20px;
    background: url(/wp-content/uploads/2023/03/curve-grey-mobile.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: calc(100% + 40px);
    height: 100%;
    z-index: -1;
  }

  .fold-1::after {
    display: none;
  }
}

/* FOLD 1 - Infographic Styling */

@media (max-width: 1024px) {
  .f1-infographic {
    display: none;
  }

  .infographic-carousel {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .infographic-citem {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .infographic-carousel .owl-nav {
    position: absolute;
    top: 40%;
    color: var(--text-red);
    left: 50%;
    width: 90%;
    display: flex;
    justify-content: space-between;
    transform: translate(-50%, 50%);
    pointer-events: none;
  }

  .infographic-carousel .owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .infographic-carousel .owl-nav .owl-prev,
  .owl-next {
    text-shadow: 1px 1px 3px var(--gray);
    pointer-events: all;
  }
}

/* FOLD 2 - Styling */
@media (max-height: 1500px) {
  .fold-2::before {
    right: -150px;
  }
}
@media (max-width: 1400px) {
  .fold-2::before {
    right: 0px;
  }
}

@media (max-width: 1200px) {
  .f2-content-inner {
    max-width: 450px;
  }
}

@media (max-width: 1024px) {
  .fold-2 {
    padding-bottom: 60px;
    padding-top: 0;
  }

  .f2-content-outer {
    top: 0;
    bottom: unset;
  }

  .f2-bg-image img {
    max-height: 500px;
  }

  .fold-2::before {
    background: none;
  }

  .f2-bg-image {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 100%;
  }

  .f2-content-inner {
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding-top: 35px;
  }

  .f2-content-inner a {
    margin: 0 auto;
  }

  .f2-content-inner::before {
    content: "";
    position: absolute;
    top: -90px;
    left: -20px;
    background: url(/wp-content/uploads/2023/03/curve-white-mobile-1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: calc(100% + 40px);
    height: 100%;
    z-index: -1;
  }

  .fold-2::after {
    display: none;
  }
}

/* FOLD 3 - Sectors Styling */
@media (max-width: 1024px) {
  .interactive-sectors {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}

@media (max-width: 350px) {
  .sectors-link {
    padding: 100px 0;
  }
}

/* FOLD 4 - Carousel Responsive */
@media (max-width: 1024px) {
}

@media (max-width: 979px) {
  .product-citem {
    width: 100%;
    height: 100%;
    max-width: 420px;
    margin: 0 auto;
  }
}

@media (max-width: 400px) {
  .fold-4 .title {
    font-size: 38px;
  }
}

@media (max-width: 350px) {
  .fold-4 .owl-dots {
    margin-top: 10px;
    gap: 10px;
  }
}

@media (max-width: 767px) {
  .product-citem {
    width: 100%;
    height: 100%;
    max-width: 420px;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .product-citem {
    width: 100%;
    height: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
}

/* FOLD 5 - Newsletter Responsive */
@media (max-width: 640px) {
  .fold-5 .title {
    font-size: 28px;
  }

  input.tnp-email {
    width: 400px !important;
  }
}

@media (max-width: 480px) {
  .fold-5 .title {
    font-size: 18px;
    padding: 0;
    margin: 0;
  }

  input.tnp-email {
    width: 300px !important;
  }
}

/* FOLD 6 - Styling */
@media (max-width: 1450px) {
  .fold-6::before {
    width: 80%;
  }
}

@media (max-width: 1400px) {
  .fold-6::before {
    right: -50px;
  }
}

@media (max-width: 1200px) {
  .fold-6::before {
    right: -100px;
  }
  .f6-content-inner {
    max-width: 450px;
  }
}

@media (max-width: 1024px) {
  .fold-6 {
    padding-bottom: 60px;
    padding-top: 0;
    background: #c8c8c8;
  }

  .f6-content-outer {
    top: 0;
    bottom: unset;
  }

  .f6-bg-image img {
    max-height: 500px;
  }

  .fold-6::before {
    background: none;
  }

  .f6-bg-image {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 100%;
  }

  .f6-content-inner {
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding-top: 35px;
  }

  .f6-content-inner a {
    margin: 0 auto;
  }

  .f6-content-inner::before {
    content: "";
    position: absolute;
    top: -90px;
    left: -20px;
    background: url(/wp-content/uploads/2023/03/curve-grey-mobile.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: calc(100% + 40px);
    height: 100%;
    z-index: -1;
  }

  .fold-6::after {
    display: none;
  }
}
