
#prevBtn {
    display: none;
}

.timeline-slider {
    width: 92vw;
    max-width: 1190px;
    margin: 36px auto 0 auto;
}

.timeline-slider .years-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding: 0 12px;
}

.timeline-slider .year {
    font-size: 18px;
    color: #66668B;
    padding: 6px 12px;
    border-radius: 16px;
    min-width: 60px;
    text-align: center;
    cursor: pointer;
}

.timeline-slider .year.active {
    font-size: 24px
}

.timeline-slider .drag-track {
    position: relative;
    height: 2px;
    margin: 50px 0px;
    background: #d2d7de;
    border-radius: 5px;
}

.timeline-slider .drag-btn {
    position: absolute;
    top: -17px;
    left: 0;
    width: 76px;
    height: 36px;
    background: #042347;
    border-radius: 20px;
    cursor: pointer;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.10);
    transition: none;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    padding: 8px;
}
.timeline-slider .drag-btn img {
    width: 16px;
}
.timeline-slider .multi-image-slider {
    display: flex;
    gap: 25px;
    align-items: flex-start;
    overflow: hidden;
    min-width: 0;
    height: 340px;
    margin-bottom: 22px;
}

.timeline-slider .slider-img-box {
    flex: 0 0 auto;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    
    overflow: hidden;
}

.timeline-slider .slider-img-box.visible {
    display: flex;
}

.timeline-slider .slider-img-box img {
    object-fit: cover;
    /* transition: width 0.22s, height 0.22s; */
    background: #eaf1fc;
    display: block;
}

.timeline-slider .slider-img-box h2 {
    line-height: 1;
    font-weight: 400;
    color: #fff;
    font-size: 36px;
    font-family: Inter, sans-serif;
    margin-bottom: 8px !important;
    margin-top: 0 !important;
}

.timeline-slider .slider-nav {
    display: none ;
    gap: 18px;
    justify-content: center;
}

.timeline-slider .slider-nav button {
    padding: 10px 28px;
    background: #205ca8;
    color: #fff;
    border: none;
    border-radius: 23px;
    font-size: 1.12em;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(32, 92, 168, .10);
    transition: background 0.2s;
}

.timeline-slider .slider-nav button:active {
    background: #163a63;
}

@media (max-width:1050px) {
    .timeline-slider .multi-image-slider {
        gap: 11px;
        height: 220px;
    }

    .timeline-slider .slider-img-box.visible img {
        width: 220px !important;
        height: 220px !important;
    }

    .timeline-slider .slider-img-box.visible:first-child img {
        width: 330px !important;
        height: 220px !important;
    }
}

.timeline-slider .slider-img-box {
  position: relative;
overflow: hidden;

}

.timeline-slider .slider-img-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 24px 24px 30px 22px;
  box-sizing: border-box;

}

.timeline-slider .overlay-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.timeline-slider .overlay-title {
  color: #fff;
  font-size: 1.25em;
  font-weight: 700;
  margin: 0 0 7px 0;
}

.timeline-slider .overlay-excerpt {
    font-family: Barlow, sans-serif;
    color: #B5B6B7;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.16px;
}

.timeline-slider .overlay-btn {
 display: none;

}
.timeline-slider .overlay-btn:hover, .timeline-slider .overlay-btn:focus {
  background: #205ca8;
  color: #fff;
}
.slider-img-box.visible:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(4, 35, 71, 0.3);
}
@media screen and (max-width: 767px){
    .timeline-slider .slider-nav button {
    border-radius: 100%;
    width: 60px;
    background-color: #042347;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    padding: 0px!important;
}
.multi-image-slider{position: relative;}
    .timeline-slider .slider-nav {
        display: block !important;
        position: absolute;
        right: 63px;
        top: 45px;
    }
.timeline-slider .drag-track{display: none!important;}
.year {
    white-space: nowrap;
}
.timeline-slider .years-bar {
        overflow: auto;
        gap: 50px;
    }
.timeline-slider .slider-img-box h2{font-size: 27px;}
.timeline-slider .overlay-excerpt{font-size: 18px;}
    .timeline-slider .multi-image-slider {
        gap: 4px;
        height: 220px;
    }
.timeline-slider .overlay-excerpt{font-size: 16px!important;}
}