/*!******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/sections/timeline.scss ***!
  \******************************************************************************************************************************************************/

/*** LTR websites ***/

.timeline {
  padding: 40px 0;
  color: #fff;
  background-color: #000000;
  overflow: hidden;
}

.timeline br {
  display: none;
}

.timeline_title {
  margin-bottom: 30px;
  display: block;
  text-align: center;
}

.timeline_wrapper {
  width: auto;
}

.timeline_slider {
  transition: 0.2s;
}

.timeline_slider:active .timeline_slider-single {
  transform: scale(0.95);
}

.timeline_slider .swiper-wrapper {
  transition: 0.2s;
  cursor: grab;
}

.timeline_slider .swiper-wrapper:active {
  cursor: grabbing;
}

@media (max-width: 992px) {
  .timeline_slider .swiper-slide-active > * {
    opacity: 1 !important;
  }
}

.timeline_slider-pagination {
  position: static !important;
  margin-top: 20px;
  position: static;
  display: flex;
  justify-content: center;
  padding: 20px 0;
}

.timeline_slider-pagination .swiper-pagination-bullet {
  background: rgba(217, 217, 217, 0.2);
  opacity: 1;
  margin: 0 6px;
  max-width: 35px;
  height: 5px;
  border-radius: unset;
  flex-grow: 1;
}

.timeline_slider-pagination .swiper-pagination-bullet-active {
  background: #d9d9d9;
}

.timeline_slider-single {
  display: flex;
  flex-direction: column;
  transition: 0.2s;
}

.timeline_slider-single > *:not(img, .timeline_slider-icon) {
  opacity: 0.6;
  transition: 0.3s;
}

.timeline_slider-img {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}

.timeline_slider-img img {
  width: 100%;
  display: block;
  height: auto;
  object-fit: cover;
}

.timeline_slider-icon {
  width: 100%;
  margin-bottom: 5px;
  position: relative;
}

.timeline_slider-icon:after {
  content: "";
  opacity: 0.2;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  width: calc(100% + 20px);
  height: 2px;
}

.timeline_slider-icon svg {
  display: block;
  position: relative;
  z-index: 2;
}

.timeline_slider-year {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 5px;
}

.timeline_slider-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}