@charset "UTF-8";

.swiper {
  width: 100%;
  height: auto;
  overflow: visible;
}

.swiper-slide {
  width: 100% !important;
  height: 22vw !important;
}

.swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
}

.slide1,
.slide2,
.slide3,
.slide4,
.slide5,
.slide6,
.slide6u,
.slide5u,
.slide4u,
.slide3u,
.slide2u,
.slide1u {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.train-885 .slide1 {
  background-image: url(../images/train_885_1.webp);
}

.train-885 .slide2 {
  background-image: url(../images/train_885_2.webp);
}

.train-885 .slide3 {
  background-image: url(../images/train_885_3.webp);
}

.train-885 .slide4 {
  background-image: url(../images/train_885_4.webp);
}

.train-885 .slide5 {
  background-image: url(../images/train_885_5.webp);
}

.train-885 .slide6 {
  background-image: url(../images/train_885_6.webp);
}

.train-700 .slide1 {
  background-image: url(../images/train_700_1.webp);
}

.train-700 .slide2 {
  background-image: url(../images/train_700_2.webp);
}

.train-700 .slide3 {
  background-image: url(../images/train_700_3.webp);
}

.train-700 .slide4 {
  background-image: url(../images/train_700_4.webp);
}

.train-700 .slide5 {
  background-image: url(../images/train_700_5.webp);
}

.train-700 .slide6 {
  background-image: url(../images/train_700_6.webp);
}

.train-800 .slide1 {
  background-image: url(../images/train_800_1.webp);
}
.train-800 .slide2 {
  background-image: url(../images/train_800_2.webp);
}
.train-800 .slide3 {
  background-image: url(../images/train_800_3.webp);
}
.train-800 .slide4 {
  background-image: url(../images/train_800_4.webp);
}
.train-800 .slide5 {
  background-image: url(../images/train_800_5.webp);
}
.train-800 .slide6 {
  background-image: url(../images/train_800_6.webp);
}




.swiper-button-prev {
  top: 50%;
}

.swiper-button-next {
  top: 50%;
}

.swiper-scrollbar {
  width: 100%;
  /* border-bottom: 5px solid #000; */
}

.swiper-scrollbar-drag {
  border-radius: unset !important;
  background: #e8ff3d;
  margin-bottom: 0.5rem;
  height: 1.5rem;
  top: -2.5px;
  /* max-width: 96px; */
  /* max-width: 10%; */
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: url("../images/arrow_swiper_left.svg");
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: url("../images/arrow_swiper_right.svg");
}

.swiper-button-prev,
.swiper-button-next {
  top: inherit;
  bottom: 0%;
}

.swiper-button-prev {
  left: 10%;
}

.swiper-button-next {
  right: 10%;
}

.swiper-scrollbar {
  border-radius: unset !important;
  /* background-color: rgba(0, 0, 0, 0.2); */
  background-color: #808080;
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  /* width: 70% !important; */
  bottom: 9%;
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: relative !important;
  left: unset !important;
  bottom: unset !important;
  top: unset !important;
  z-index: 50;
  height: 4vw !important;
  width: 100% !important;
  transform: unset !important;
}

.swiper-rtl .swiper-button-prev {
  left: inherit;
  right: 10%;
}

.swiper-rtl .swiper-button-next {
  left: 10%;
  right: inherit;
}

@media screen and (max-width:768px) {
  .swiper-slide {
    height: 30vw !important;
  }

  .swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    height: 10vw !important;
  }
}
