html {
    scroll-snap-type: y mandatory;
}

.timeline {
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    flex-direction: column;
    max-width: 90vw;
    position: relative;
}
.timeline__content-date {
    font-weight: normal;
    font-size: 48px;
    transform: translateY(-10px);
    margin: 0;
    transition: 0.4s;
    padding: 0 10px;
    box-sizing: border-box;
    color: #fff;
    text-shadow: 0 0 3px #00000099;
}

.timeline__content-info {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(calc(100% + 75px), -50%);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.timeline__content-desc {
    margin: 0;
    font-size: 16px;
    box-sizing: border-box;
    color: rgba(255, 255, 255, 0.7);
    font-weight: normal;
    line-height: 25px;
    transition: 0.3s background-color 0.2s;
    background-color: rgba(0,0,0,.5);
    padding: 12px;
    border-radius: 8px;
    display: inline-block;
}
.timeline:before {
    position: absolute;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
    content: "";
    background: rgba(255, 255, 255, 0.07);
}
@media only screen and (max-width: 767px) {
    .timeline:before {
        left: 50%;
        z-index: 0;
    }
}
.timeline-item {
    opacity: 0.3;
    filter: blur(4px);
    /*transition: 0.5s;*/
    box-sizing: border-box;
    width: calc(50% - 40px);
    display: flex;
    justify-content: center;
    position: relative;
    /*transform: translateY(-80px);*/
    scroll-snap-align: start;
    height: 100vh;
    padding: 10vh 0;
    align-items: center;
}
.timeline__content-title {
    padding-left: 36px;
    letter-spacing: 3px;
    width: 100%;
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 0 0 3px #00000099;
    font-size: 32px;
    border-left: 2px solid rgba(255, 255, 255, 0.5);
    opacity: 0;
    transform: translate(-36px, 100vh);
    margin-bottom: 12px;
}

.timeline__content-title small {
    display: block;
    font-size: 60%;
}

.timeline-item:nth-child(even) {
    align-self: flex-end;
}

.timeline-item:nth-child(even) .timeline__content-info {
    transform: translate(calc(-100% - 75px), -50%);
    align-items: flex-end;
}

.timeline-item:nth-child(even) .timeline__content-title {
    text-align: right;
    padding-left: 0;
    padding-right: 36px;
    border-left: none;
    border-right: 2px solid rgba(255, 255, 255, 0.5);
    margin-left: 0;
    transform: translate(36px, 100vh);
}
.timeline-item--active {
    opacity: 1;
    /*transform: translateY(0);*/
    filter: blur(0px);
}
.timeline-item--active .timeline__content-title {
    transition: 0.3s all 0.2s;
    transform: translate(-36px, 0);
    opacity: 1;
}

.timeline-item:nth-child(even).timeline-item--active .timeline__content-title {
    transition: 0.3s all 0.2s;
    transform: translate(36px, 0);
    opacity: 1;
}

.timeline-item--active .timeline__content-date {
    transform: translateY(-30px);
}

/*.timeline-item:focus-within {*/
/*    position: fixed;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    top: 0;*/
/*    left: 0;*/
/*}*/


@media only screen and (max-width: 767px) {
    /* .timeline-item {
        align-self: baseline !important;
        width: 100%;
        padding: 0 30px 150px 80px;
    }
    .timeline-item .timeline__content-title {
        padding: 0 !important;
        text-align: center !important;
        width: 60px;
        border: none !important;
    }
    .timeline-item:last-child {
        padding-bottom: 40px;
    } */
}

.timeline__img {
    max-width: 100%;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4);
    max-height: 80vh;
}

/*.timeline__img:focus {*/
/*    position: fixed;*/
/*    top: 2vh;*/
/*    left: 2vw;*/
/*    width: 96vw;*/
/*    height: 96vh;*/
/*    object-fit: contain;*/
/*    max-width: none;*/
/*    max-height: none;*/
/*    z-index: 500;*/
/*}*/

.timeline-container {
    width: 100%;
    position: relative;
    padding: 80px 0;
    background-attachment: fixed;
    background-size: cover;
    background-position: center 25%;
    scroll-snap-align: start;
}
.timeline-container:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(99, 99, 99, 0.8);
    content: "";
    backdrop-filter: blur(4px);
}
.timeline-header {
    /* width: 100%; */
    text-align: center;
    position: relative;
    margin: 0 16px 80px;
}
.timeline-header__title {
    color: #fff;
    font-size: 46px;
    font-weight: normal;
    margin: 0;
}
.timeline-header__subtitle {
    color: rgba(255, 255, 255, 0.5);
    font-size: 18px;
    letter-spacing: 5px;
    margin: 10px 0 0 0;
    font-weight: normal;
}

header {
    scroll-snap-align: start;
}

@media only screen and (max-width: 767px) {
    .timeline-item {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .timeline__img {
        flex-shrink: 2;
        width: 100%;
        max-height: 60vh;
        object-fit: cover;
    }

    .timeline__content {
        display: flex;
        flex-direction: column;
        height: 95%;
        padding: 0;
        margin: 0;
        justify-content: center;;
    }

    .timeline__content-info {
        position: static;
        transform: none !important;
        align-items: flex-start !important;
        flex-shrink: 0;
    }

    .timeline__content-title {
        font-size: 22px;
        text-align: left !important;
        border: none !important;
        transform: translate(0,0) !important;
        padding: 0;
    }



}

/*# sourceMappingURL=/timeline.6f5d63c5.css.map */