/*!********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./components/truck_slider/truck_slider.scss ***!
  \********************************************************************************************************************************************************************************************/
/******************************************
Section | Blog Slider
******************************************/
/**************************************************
Stylesheet: Defaults Stylesheet
**************************************************/
/**************************************************
Stylesheet: Mixins Stylesheet
**************************************************/
/*******************
FONT MIXINS (size, color, weight, line-height)
********************/
/*********************
Column split into X columns
@include column-count(3);
*********************/
/*********************
Column split with px gap
@include column-gap(40px);
*********************/
/*********************
Column split style
@include column-rule-style(solid);
*********************/
/*********************
Column split border
@include column-rule(1px solid #ededed);
*********************/
/*********************
Background gradient 2 color
@include background-gradient($gray, #000);
*********************/
/*********************
Background gradient 3 color
@include accordion-gradient($gray, #000, #666);
*********************/
/*********************
Transform duration by X seconds
@include transition(1.5s);
*********************/
/*********************
Transform Rotate element by x degrees
@include rotate(180);
*********************/
/*********************
Creates a 6px arrow with pure css
@include arrow(#000);
*********************/
/*********************
Clip 10px corner off the bottom right corner
@include cornerclip(#000);
*********************/
/*********************
Clip 3px corner off the bottom right corner
@include cornerclipsmall(#000);
*********************/
/*********************
Clip 10px corner off the top right corner
@include cornercliptop(#000);
*********************/
/*********************
Clip 10px corner off the top left corner
@include cornercliptopleft(#000);
*********************/
.truck-types {
  padding: 50px 0 50px;
  background: radial-gradient(50% 50% at 50% 50%, #606266 0%, #222222 100%);
  position: relative;
}
@media screen and (min-width: 768px) {
  .truck-types {
    padding: 60px 0 80px;
  }
}
.truck-types .inner {
  max-width: 1475px;
  padding: 0 20px;
  position: relative;
}
.truck-types .truck-slider {
  text-align: center;
}
.truck-types .truck-slider__bg-text {
  position: absolute;
  height: auto;
  width: 100%;
}
.truck-types .truck-slider .title-wrapper {
  position: relative;
  margin-bottom: 0;
  margin-top: 25px;
}
@media screen and (min-width: 1024px) {
  .truck-types .truck-slider .title-wrapper {
    margin-bottom: -44px;
  }
}
.truck-types .truck-slider__subtitle {
  margin: 0 0 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
.truck-types .truck-slider__title {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
  color: #ffcc00;
}
@media screen and (min-width: 768px) {
  .truck-types .truck-slider__title {
    font-size: 55px;
  }
}
.truck-types .truck-slider .content-wrapper {
  margin: 45px 0 22px;
}
.truck-types .truck-slider__description {
  color: #ffffff;
  margin: 0;
}
.truck-types .truck-slider .image-wrapper {
  display: flex;
  justify-content: center;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .truck-types .truck-slider .image-wrapper {
    padding: 0 66px;
  }
}
.truck-types .button {
  background-color: #ffcc00;
  color: #222222;
  padding: 13px 35px;
  max-width: 200px;
  display: inline-block;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
.truck-types .button:hover {
  background-color: #fdb913;
}
.truck-types .swiper-button-next,
.truck-types .swiper-button-prev {
  width: 36px;
  height: 36px;
  background: #ffffff;
  border-radius: 40px;
  z-index: 100;
  transition: background-color 0.25s ease-in-out;
}
@media screen and (max-width: 767px) {
  .truck-types .swiper-button-next,
  .truck-types .swiper-button-prev {
    top: 16px;
  }
}
.truck-types .swiper-button-next:after,
.truck-types .swiper-button-prev:after {
  font-size: 14px;
  color: #222222;
  text-align: center;
  line-height: 40px;
}
.truck-types .swiper-button-next:hover,
.truck-types .swiper-button-prev:hover {
  background: #fdb913;
}
.truck-types .swiper-button-next {
  right: 36px;
}
.truck-types .swiper-button-prev {
  left: 36px;
}
.truck-types .swiper-bg {
  margin-top: 30px;
  height: 40px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .truck-types .swiper-bg {
    position: static;
    margin-top: 60px;
  }
}
.truck-types .swiper-bg .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 23px;
}
.truck-types .swiper-bg .swiper-pagination-bullet {
  background: #dddddd;
  width: 35px;
  height: 6px;
  margin: 0 10px;
  border-radius: 3px;
  transition: background-color 0.25s ease-in-out, opacity 0.25s ease-in-out;
}
.truck-types .swiper-bg .swiper-pagination-bullet:hover {
  background-color: #fdb913;
  opacity: 1;
}
.truck-types .swiper-bg .swiper-pagination-bullet-active {
  background: #ffcc00;
  cursor: default;
}
.truck-types .swiper-bg .swiper-pagination-bullet-active:hover {
  background-color: #ffcc00;
}

/*# sourceMappingURL=truck_slider.css.map*/