/* .legacy .timeline-card {
  width: 1100px;
  margin: 0 auto;
  background-color: black;
}

.cmp-bg-blue-container {
  background: #181818;
  padding-bottom: 60px;
}

.cmp-carousel__actions {
  display: none;
}

.year {
  font-size: 3rem;
  color: red;
  margin: 0;
}

.slide-image {
  width: 100%;
  border-radius: 5px;
  margin: 20px 0;
}

.description {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 20px;
}

.read-more {
  color: red;
  cursor: pointer;
  font-weight: bold;
}

.explore-button {
  background: gray;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.explore-button:hover {
  background: darkgray;
}

.timeline-content {
  position: absolute;
  bottom: 10px;
  width: 60%;
  margin: 0 auto;
  margin-left: 20px;
}

.swiper-3d .swiper-slide-shadow {
  background: transparent;
}

.swiper-button-prev {
  left: 90px;
}

.swiper-button-next {
  right: 90px;
}

.swiper-container--legacy .swiper {
  height: 500px; 
  position: relative; 
}

.timeline-content {
  display: none;
  filter: blur(10px);
}
.swiper-container--legacy .swiper-slide-active {
  height: 470px;
}

.swiper-container--legacy .swiper-slide-active .timeline-content {
  display: block !important;
  filter: none;
}

.swiper-container--legacy .swiper-slide {
  height: 100%;
}
.cmp-bg-blue-container .button {
  margin: 0 auto;
  width: fit-content;
}
.cmp-bg-blue-container .cmp-button {
  border: solid 1px white;
  padding: 12px;
  padding-left: 50px;
  padding-right: 50px;
  text-align: center;
  border: none;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  font-family: "Montserrat", sans-serif;
  background: linear-gradient(
    112.38deg,
    rgba(255, 255, 255, 0.5) -120.84%,
    rgba(255, 255, 255, 0.1) 79.67%
  );
}

.timeline-card {
  position: relative;
  width: 100%;
  height: 100%; 
  background-color: transparent; 
}

.swiper-button-next,
.swiper-button-prev {
  width: 50px; 
  height: 50px; 
  display: flex;
  align-items: center;
  font-size: 15px;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
  border: 1.23px solid;
  background-color: rgba(255, 255, 255, 0.1); 
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1); 
  color: white;
  font-size: 16px; 
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); 
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.swiper-button-prev:hover {
  color: yellow;
  border: solid 1px white;
  background-color: rgba(255, 255, 255, 0.1); 
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3); 
}

.swiper-button-next:hover {
  color: yellow;
  border: solid 1px white;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 20px;
}

.timeline-image-mobile {
  display: none;
}

.swiper-container--legacy .swiper-pagination {
  display: none !important;
}

.timeline-image {
  display: block;
  height: 420px;
  object-fit: fill;
}

.cmp-bg-blue-container .cmp-text h1 {
  font-size: 3pc !important;
}

@media (max-width: 780px) {
  .swiper-container--legacy .swiper-pagination {
    display: flex !important;
  }

  .swiper-container--legacy .swiper {
    height: 100%; 
    position: relative; 
  }

  .cmp-bg-blue-container .button {
    width: 90%;
  }

  .cmp-bg-blue-container .cmp-button {
    width: 100%;
  }

  .cmp-bg-blue-container .cmp-text h1 {
    font-size: 24px !important;
  }
  .legacy .timeline-card {
    width: 100%;
  }

  .swiper-container--legacy .swiper-slide-active {
    height: 100%;
  }

  .cmp-bg-blue-container {
    background-color: black;
  }

  .cmp-bg-blue-container .cmp-text {
    margin-top: 10px;
    margin-left: 10px;
    font-size: 3pc;
  }

  .timeline-image-mobile {
    height: 100%;
    width: 100vw;

    object-fit: contain;
    display: block;
  }

  .timeline-content {
    position: static;
    width: 100%;

    background: black;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .swiper-container--legacy .swiper-button-prev {
    display: none;
  }

  .swiper-container--legacy .swiper-button-next {
    display: none;
  }
  .timeline-image {
    display: none;
  }

  .marquee-rides-events-container {
    margin: 20px;
    margin-left: 13px !important;
  }
}

.swiper-container--legacy .swiper-pagination-bullet {
  background: white;
  width: 30px;
  height: 3px;
  opacity: 0.5;
  border-radius: 0;
}

.swiper-container--legacy .swiper-pagination-bullet-active {
  background: white;
  width: 30px;
  height: 3px;
  opacity: 1;
  border-radius: 0;
}

.swiper-container--legacy .swiper-pagination {
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  position: relative;
}

.swiper-container--legacy .cmp-carousel__indicators {
  display: none;
}

.cmp-bg-blue-container .cmp-button:hover {
  background: linear-gradient(
    104.31deg,
    hsla(0, 0%, 100%, 0.7) -84.21%,
    transparent 102.45%
  );
}

.cmp-bg-blue-container .cmp-button {
  position: relative;
  z-index: 99999999;
}

 */
