.timeline-wrapper {
    background-color: #000;
}
.timeline-wrapper .tab-bar .content-wrapper {
    justify-content: space-between;
}
.timeline-wrapper .tab-bar .tab:not(.inactive):after {
    background-color: #0101ff;
    background: linear-gradient(130deg, #FF0000, #FF00FF, #2415f9);  background-size: 150% 150%;
    background-size: 200% 200%;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    animation: text-animate 10s ease infinite;
    height: 5px;
    bottom: -2px;
}
.timeline-wrapper .tab-bar .tab:not(.inactive) h4 {
    background-color: #0101ff;
    background: linear-gradient(130deg, #FF0000, #FF00FF, #2415f9);  background-size: 150% 150%;
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    animation: text-animate 10s ease infinite;
}
@keyframes text-animate { 
    0%{background-position:10% 0%}
    50%{background-position:91% 100%}
    100%{background-position:10% 0%}
}
.timeline-wrapper .tab-bar .tab::after {
    width: 100%;
    height: 1px;
    background-color: #fff;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
}
.timeline-wrapper .tab-bar .tab {
    position: relative;
    cursor: pointer;
}
.timeline-wrapper .tab-bar h4 {
    color: #fff;
    padding-bottom: 2.2em;
    font-size: 0.75rem;
    text-align: center;
}
.timeline-slider.inactive {
    transform: translateX(-2000%);
    position: absolute;
}
.timeline-slider {
    background: #000;
    color: #fff;
    padding: 6em 0 4em;
    width: 100%;
    transform: translate(0);
}
.timeline-slider.light {
    background: #fff;
    color: #000;
}
.timeline-slider .year-repeater img.featured-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.timeline-slider .timeline h3 {
    color: #fff;
    max-width: 700px;
    font-size: 1.3rem;
}
.timeline-slider.light .timeline h3 {
    color: #000;
}
.timeline-slider .timeline .top {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3em;
}
.timeline-slider .timeline .top .slider-navigation {
    margin-top: 0;
    min-width: 144px;
    margin-left: 2em;
}
.timeline-slider .timeline .top .slider-navigation .slick-dots {
    padding: 0 1em;
}
.timeline-slider .timeline .top .slider-navigation .slick-arrow {
    cursor: pointer;
}
.timeline-slider .timeline .year-repeater .slick-list {
    overflow: visible;
}
.timeline-slider .timeline .year-repeater .year {
    padding-right: 4em;
    display: flex;
    flex-direction: column;
}
.timeline-slider .timeline .year-repeater .year h4 {
    color: #fff;
    font-size: 1.25rem;
    margin-top: 1em;
}
.timeline-slider.light .timeline .year-repeater .year h4 {
    color: #000;
}
.timeline-slider.light .slick-arrow path,
.timeline-slider.light .timeline-nav rect {
    fill: #000;
}
.timeline .title-wrap {
  padding-right: 30px;
  max-width: 800px;
}
.timeline-wrapper .tabs-mob {
    display: none;
}
.timeline-wrapper .tabs-desktop {
    justify-content: space-between;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .timeline-wrapper .tabs-desktop {
        display: none;
    }
    .timeline-wrapper .tabs-mob {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
        position: relative;
        padding-bottom: 2em;
    }
    .timeline-wrapper .tabs-mob::after {
        background-color: #0101ff;
        background: linear-gradient(130deg, #FF0000, #FF00FF, #2415f9);  background-size: 150% 150%;
        background-size: 200% 200%;
        -webkit-text-fill-color: transparent;
        -moz-text-fill-color: transparent;
        animation: text-animate 10s ease infinite;
        height: 5px;
        bottom: -2px;
        content: "";
        display: block;
        width: 100%;
        position: absolute;
        bottom: 0;
    }
    .timeline-wrapper .tabs-mob select {
        background-color: transparent;
        border: none;
        font-family: 'Krona One', sans-serif;
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: 1px;
        text-overflow: '';
        width: 100%;
        background-color: #0101ff;
        background: linear-gradient(130deg, #FF0000, #FF00FF, #2415f9);  background-size: 150% 150%;
        background-size: 200% 200%;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -moz-background-clip: text;
        -moz-text-fill-color: transparent;
        animation: text-animate 10s ease infinite;
    }
    .timeline-slider .timeline .top {
        flex-direction: column;
    }
    .timeline-slider .timeline .top .slider-navigation,
    .timeline-slider .timeline .top .timeline-dots {
        width: 100%;
    }

    .timeline-slider .timeline .year-repeater .year {
        padding: 0;
        margin-right: 10px;
    }

    .timeline-slider .timeline .top .slider-navigation {
        margin: 30px 0 2em 0;
        position: absolute;
        bottom: -2.5em;
        width: calc(100% - 40px);
    }

    .timeline-slider .timeline .top .slider-navigation .slick-dots {
        display: flex;
        justify-content: space-between;
    }

    .timeline-slider .timeline h3 {
        margin-bottom: 2.5em;
    }

    .timeline-wrapper {
        position: relative;
        padding-bottom: 4em;
    }

    .timeline-slider .timeline .top {
        margin-bottom: 1em;
    }
    .timeline-slider {
        padding: 4em 0;
    }

    .timeline-slider .timeline .top {
        align-items: flex-start;
    }
}