   /* Colors */
   :root {
    --white: #fff;
    --black: #000;
    --primary: #008ed5;
    --gray: #616161;
  }




  .title-2 {
    font-size: 38px;
    color: var(--white);
    position: absolute;
    top: 0;
    z-index: 9;
    width: 100%;
    margin-top: 2rem;

    /* font-style: italic; */
    text-align: center;
    font-weight: 800;
  }

  /* Timeline */
  .timeline {
    width: 100%;
    overflow: hidden;
    height: 100%;
    background-color: var(--white);
    box-shadow: 0 5px 25px 5px rgba(0, 0, 0, 0.2);
  }

  .timeline .swiper-container {
    height: 100%;
    width: 100%;
    position: relative;
  }

  .timeline .swiper-wrapper {
    transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
  }

  .timeline .swiper-slide {
    position: relative;
    color: var(--white);
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
  }

  .timeline .swiper-slide::after {
    content: "";
    position: absolute;
    z-index: 1;
    right: -115%;
    bottom: -10%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    box-shadow: -230px 0 150px 60vw rgba(0, 0, 0, 0.7);
    border-radius: 100%;
  }

  .timeline .swiper-slide-content {
    position: absolute;
    text-align: center;
    width: 80%;
    /* max-width: 310px; */
    right: 50%;
    top: 13%;
    transform: translate(50%, 0);
    font-size: 12px;
    z-index: 2;
  }

  .timeline .timeline-year {
    display: block;
    font-style: italic;
    font-size: 42px;
    margin-bottom: 50px;
    transform: translate3d(20px, 0, 0);
    color: var(--primary);
    font-weight: 300;
    opacity: 0;
    transition: 0.2s ease 0.4s;
  }

  .timeline .timeline-title {
    font-weight: 800;
    font-size: 34px;
    margin: 0 0 30px;
    opacity: 0;
    color: #fff !important;
    transform: translate3d(20px, 0, 0);
    transition: 0.2s ease 0.5s;
  }

  .timeline .timeline-text {
    line-height: 1.5;
    opacity: 0;
    transform: translate3d(20px, 0, 0);
    transition: 0.2s ease 0.6s;
  }

  .timeline .swiper-slide-active .timeline-year {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 0.4s ease 1.6s;
  }

  .timeline .swiper-slide-active .timeline-title {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 0.4s ease 1.7s;
  }

  .timeline .swiper-slide-active .timeline-text {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 0.4s ease 1.8s;
    font-size: 22px;
  }

  .timeline .swiper-pagination {
    right: -50% !important;
    height: 100%;
    display: none;
    flex-direction: column;
    justify-content: center;
    font-style: italic;
    font-weight: 300;
    font-size: 18px;
    z-index: 1;
  }

  .timeline .swiper-pagination::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.2);
  }

  .timeline .swiper-pagination-bullet {
    width: auto;
    height: auto;
    text-align: center;
    opacity: 1;
    background: transparent;
    color: white;
    margin: 15px 0 !important;
    position: relative;
  }

  .timeline .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    top: 8px;
    left: -32.5px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: var(--primary);
    transform: scale(0);
    transition: 0.2s;
  }

  .timeline .swiper-pagination-bullet-active {
    color: var(--primary);
    font-weight: 600;
    color: #008ed5;
  }

  .timeline .swiper-pagination-bullet-active::before {
    transform: scale(1.5);
  }

  .timeline .swiper-button-prev,
  .timeline .swiper-button-next {
    display: flex;

    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgb(0, 145, 255);
    border: 2px solid rgb(0, 145, 255);
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .timeline .swiper-button-prev::before {
    content: "<";
    font-size: 24px;
    color: white;
  }

  .timeline .swiper-button-next::before {
    content: ">";
    font-size: 24px;
    color: white;
  }

  .timeline .swiper-button-prev {
    left: 85%;
  }

  @media screen and (max-width: 768px) {
    .timeline .swiper-slide-content {
      top: 25%;
    }
    .timeline .timeline-year {
      margin-bottom: 12px;
    }
    .timeline .swiper-button-prev {
      left: 3% !important;
    }
    .timeline .swiper-button-next {
      right: 5% !important;
    }
    .timeline .swiper-button-prev,
    .timeline .swiper-button-next {
      background-color: unset;
      border: unset;
    }
    .timeline .swiper-button-prev:hover,
    .timeline .swiper-button-next:hover {
      background-color: unset !important;
      border-color: unset !important;
      transform: scale(1.1);
    }
  }

  .timeline .swiper-button-next {
    right: 8%;
  }

  /* Hover effect for a better user experience */
  .timeline .swiper-button-prev:hover,
  .timeline .swiper-button-next:hover {
    background-color: rgb(0, 145, 255);
    border-color: rgb(0, 145, 255);
    transform: scale(1.1);
  }

  .timeline .swiper-button-prev:hover {
    transform: translateX(-3px);
  }

  .timeline .swiper-button-next:hover {
    transform: translateX(3px);
  }

  @media screen and (min-width: 768px) {
    .timeline .swiper-slide::after {
      right: -30%;
      bottom: -8%;
      width: 240px;
      height: 50%;
      box-shadow: -600px 0 150px 50vw rgba(0, 0, 0, 0.7);
    }

    .timeline .swiper-slide-content {
      right: 30%;
      top: 50%;
      transform: translateY(-50%);
      /* width: 310px; */
      font-size: 11px;
      text-align: right;
    }

    .timeline .timeline-year {
      margin-bottom: 0;
      font-size: 32px;
    }

    .timeline .timeline-title {
      font-size: 46px;
      margin: 0;
    }

    .timeline .swiper-pagination {
      display: flex;
      right: 10%;
      width: auto;
      top: 0;
    }

    .timeline .swiper-pagination-bullet {
      font-size: 16px;
    }

    .timeline .swiper-pagination-bullet-active {
      font-size: 18px;
      color: var(--primary);
    }

    .timeline .swiper-pagination-bullet-active::before {
      width: 10px;
      height: 10px;
      background-color: var(--primary);
    }
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    display: none !important;
  }

  .journey-outer {
    position: relative;
    width: 100%;
    height: 450px;
  }

  .timeline {
    position: absolute;
    top: 0;
  }