/*!************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/app/styles/BrandsCarousel.module.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************/
.BrandsCarousel_sliders__xv_PP {
  height: 500px;
  display: flex !important;
  justify-content: center !important;
}

.BrandsCarousel_h1_slider__exawH {
  font-size: 60px;
  color: #CF2E2E;
}

.BrandsCarousel_p_slider__fEExk {
  font-size: 20px;
  color: #1A1A1A;
}

.BrandsCarousel_h1_offers_slider__OVOdh {
  font-weight: bold;
  font-size: 60px;
  color: #CF2E2E;
}

.BrandsCarousel_h2_offers_slider__NhDyx {
  font-weight: 600;
  font-size: 30px;
  color: #1A1A1A;
}

.BrandsCarousel_p_offers_slider__8UAAJ {
  font-weight: 400;
  font-size: 22px;
  color: #1A1A1A;
}

.BrandsCarousel_h1_slider__exawH {
  font-size: 2.5rem;
  color: #CF2E2E;
}

.BrandsCarousel_p_slider__fEExk {
  font-size: 1rem;
  color: #1A1A1A;
}

.BrandsCarousel_button__0IH0Y {
  font-size: 0.875rem;
  padding: 10px;      
}

@media (max-width: 767px) {
  .BrandsCarousel_h1_slider__exawH {
    font-size: 1.5rem; 
    text-align: center;
  }

  .BrandsCarousel_p_slider__fEExk {
    font-size: 0.875rem; 
    text-align: center;  
  }

  .BrandsCarousel_sliders__xv_PP {
    height: auto;   
    padding: 20px;  
  }

  .BrandsCarousel_carouselContainer__2tdqH {
    padding: 10px;
  }
  
  .BrandsCarousel_gutter-row__hCYvB {
    flex: 0 0 100%;
  }

  .BrandsCarousel_button__0IH0Y {
    font-size: 0.75rem;
    padding: 8px;      
  }
}
/* _________________________________________________________________________________________________________________ */
.BrandsCarousel_carouselContainer__2tdqH {
  position: relative;
  overflow: hidden;
  width: 100vw;
  margin: 0;
  height: auto;   
  padding: 10px 0;
}

.BrandsCarousel_carouselTrack__JWamp {
  display: flex;
  animation: BrandsCarousel_scroll__SH_3o 20s linear infinite;
  width: calc(100vw * 2);
  gap: 16px;             
}

.BrandsCarousel_carouselItem__6oGdU {
  flex: 0 0 calc(100vw / 4);
  display: flex;
  align-items: center;
  justify-content: center;
}

.BrandsCarousel_carouselImage__W1svH {
  max-height: 100px;
  width: auto;
}

@keyframes BrandsCarousel_scroll__SH_3o {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100vw); }
}
