@media (max-width: 1200px) {
  /**MODULE FOLD A**/
  .module-fold-a-item-wrapper {
    flex-direction: column;
  }
}

@media (max-width: 1024px) {
  .home-fold5-list ul li > div {
    text-align: center;
    padding: 0px;
}

.products-content {
    display: flex;
    flex-direction: column;
}

.products-content .smalltitle {
    order: 2;
}

.products-content .subtitle {
    order: 3;
}

.products-content > p {
    order: 4;
}

.products-content .mini-slider {
    order: 1;
}

.products-content .readmore {
    order: 5;
}
  
.home-fold5-item img {
    margin: 0px auto 30px;
    object-position: center;
}

.home-fold5-item .readmore{
  margin: 20px auto 0px;
}

  .mini-slider {
    flex-direction: column;
    padding: 10px;
    box-sizing: border-box;
}

  .mini-splide-item {
    width: 100%;
}

.mini-slider > div {
    width: 100%;
    flex: 0 0 auto;
    margin: 20px auto;
}

  .products-content-right {
    margin: 20px auto 0px;
}

  /**MODULE FOLD A**/

  .module-fold-a-item-img {
    flex: 0 0 300px;
    height: 300px;
  }
  .module-fold-a-item {
    flex: 0 0 calc(50% - 20px);
    display: flex;
    text-align: left;
    gap: 20px;
    align-items: center;
    min-height: 300px;
    flex-direction: column;
    text-align: center;
  }
}

/**F1**/

@media (max-width: 1400px) {
  .home-fold1-content {
    /* width: calc((100% / 2) - 20px); */
    padding: 140px 20px;
  }
}

@media (max-width: 1024px) {
  .home-fold1-img {
    /* position: relative; */
    /* top: auto; */
    /* left: auto; */
    /* width: 100%; */
    /* height: 300px; */
    /* margin-top: 20px; */
  }

  .home-fold1-main {
    display: flex;
    flex-direction: column;
  }

  .home-fold1 {
    padding: 20px 0px;
}

  .home-fold1-content {
    width: 100%;
    padding: 40px 0px;
    text-align: center;
    margin: 0px auto;
  }

  .home-fold1-content a.readmore {
    margin: 20px auto 0px;
  }

  #home-fold1-splide {
    flex-direction: column-reverse;
    gap: 40px;
  }

  #home-fold1-splide .splide__arrows {
    gap: 40px;
    flex-direction: row;
  }

  #home-fold1-splide .splide__arrows button::before {
    content: "\f060";
  }

  #home-fold1-splide .splide__arrows button:last-child::before {
    content: "\f061";
  }
}

/**FOLD2**/
@media (max-width: 1024px) {
  .products-slider {
    position: relative;
    width: 100%;
    top: auto;
    right: auto !important;
    height: 400px;
    transform: none;
    left: auto !important;
    flex: 0 0 auto;
  }

  .products-content {
    width: 100%;
    padding: 20px !important;
  }

  .products-inner {
    display: flex;
    flex-direction: column-reverse !important;
    text-align: center;
    gap: 0px;
    padding: 0;
  }

  .products-fold {
    padding: 20px 0px !important;
  }

  .products-inner a.readmore {
    margin: 20px auto 0px;
  }

  .products-slider li.splide__slide {
    padding: 0px 10px !important;
}
}

/**GRID**/
@media (max-width: 1024px) {
  .product-grid .splide__pagination {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    --primary-color2: white;
  }

  .product-grid .splide__pagination button {
    background: #aaa;
  }

  .product-column-content {
    justify-content: center;
    text-align: center;
  }

  .product-column-image {
    position: relative;
  }

  .product-column-image img{
    object-fit: cover;
  }

  .product-column-image::before {
    height: 100%;
    width: 100%;
    background: black;
    opacity: 0.4;
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    z-index: 3;
  }
}


/**ABOUT**/
@media(max-width: 1024px){
  .home-fold4-top-row{
    gap: 20px;
  }
  .home-fold4-top-row img{
    width: calc(50% - 10px);
  }
  .home-fold4-img {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: 400px;
    gap: 20px;
}

.home-fold4-main {
    display: flex;
    flex-direction: column-reverse;
    padding: 0;
    gap: 20px;
}

.home-fold4-content {
    width: 100%;
    padding: 20px 20px 20px;
    text-align: center;
}

.home-fold4 {
    padding: 20px 0px;
}

.home-fold4-content a.readmore {
    margin: 20px auto 0px;
}
}

/**ECO**/
@media(max-width: 1300px){

.home-fold5-list ul li.splide__slide {
  padding: 20px;
  box-sizing: border-box;
  transition: all .5s ease;
}
}
@media(max-width: 1024px){
  .home-fold5-list ul li.splide__slide {
    box-sizing: border-box;
}

.home-fold5-list ul.splide__list {
    gap: 0;
    flex-wrap: nowrap;
    padding: 0 !important;
}

.home-fold5{
  padding: 40px 0px;
  width: 100%;
}
}

@media(max-width: 1200px){
  .fold5-img img:nth-of-type(1) {
    width: 380px;
}

}

@media(max-width: 1024px){
  .fold5-img img:nth-of-type(1) {
    width: 380px;
}

.fold5-img img:nth-of-type(2) {
    display: none;
}

.fold5-img img:nth-of-type(1) {
    width: 100%;
    margin: 0;
    height: 100%;
    object-fit: cover;
}

.fold5-main {
    display: flex;
    flex-direction: column-reverse;
    padding: 20px 0px 40px;
}

.fold5-img {
    width: 100%;
    height: 400px;
    margin: 0;
}

.fold5-content {
    width: 100%;
    padding: 40px 0px;
    text-align: center;
}

  .ideas-accordion-one-item-top {
    justify-content: center;
    padding-right: 0;
}

.ideas-accordion-one-item-top::before {
    left: 50%;
    transform: translateX(-50%);
}
}

@media(max-width: 1200px){
  .products-content{
    padding: 40px;
  }
  .module-fold-b .row-container {
      padding: 0px;
  }
  
  .module-fold-b-splide-item-content-block-padding {
      text-align: center;
  }
  
  .module-fold-b-splide-item-content-block-padding .readmore {
      width: 100%;
  }
  
}

@media(max-width: 1024px){
  .module-fold-b-splide-item-content-block-padding .readmore {
      justify-content: center;
  }
}

@media(max-width: 540px){
  .mini-slider > div.splide {
    width: 100%;
    margin-bottom: 0px;
}

  .module-fold-b-container .content-header{
    padding: 0;
  }
  .home-fold1-content-inner {
    padding: 40px 20px;
    width: 100%;
}

.home-fold1-content {
    padding: 0;
}
}