@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600&family=Noto+Sans+JP:wght@700&display=swap');
@import url('https://db.onlinewebfonts.com/c/3b12f78c783e678acc1f0fefe8e46380?family=Museo+Sans+100');

*,
*:after,
*:before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    user-select: none;
    outline: 0;
}


html { 
    font-size: 62.5%;
}

body { 
    font-family: 'Museo Sans', sans-serif;
    font-weight: 100;
    overflow: hidden; 
    height: 100vh;
    width: 100%;
    background-size: cover;
    background: #40320f;
}

input, textarea { 
    outline: 0;
}

figure {
    margin: 0;
}

.webapp { 
    overflow: hidden; 
    min-height: 100vh;
    padding: 6rem 0;
    text-align: center; 
    background: url(images/bg.jpg);
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; */
}

a:hover {
    text-decoration: none;
}

.logo {
    margin-bottom: 6rem;
}

.timeline-navigation {}

.timeline-navigation a {
    width: 60px;
    height: 90px;
    background: url(images/bullet.png) 3px center no-repeat;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    padding-top: 2.1rem;
    text-align: center;
    margin: 0 3rem;
    position: relative;
}

.timeline-navigation a:last-child::after {
    display: none;
}

.timeline-navigation a::after {
    content: '';
    width: 40px;
    position: absolute;
    border-bottom: 6px dotted #fff;
    left: calc(100% + 15px);
    height: 1px;
    top: 30px;
}

.timeline-slider .swiper-slide {
    text-align: center;
    width: 60%;
    padding: 0 2rem;
}

.timeline-slider .swiper-slide span {
    -webkit-text-stroke: 3px white;
    -webkit-text-fill-color: transparent;
    transition: opacity .6s ease-in-out;
    opacity: .6;
}

.timeline-slider .swiper-slide p, .timeline-slider .swiper-slide a {
    transition: opacity .6s ease-in-out;
    opacity: 0;
}

.timeline-slider .swiper-slide span .copy {
    position: absolute;
    top: -3px;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: opacity .6s ease-in-out;
    -webkit-text-fill-color: white;
}

.timeline-slider .swiper-slide-active span {
    opacity: 1;
    -webkit-text-stroke: 3px white;
    -webkit-text-fill-color: white;
}

.timeline-slider .swiper-slide-active span .copy {
    opacity: 1;
}

.timeline-slider .swiper-slide-active p, .timeline-slider .swiper-slide-active a {
    opacity: 1;
}

.timeline-slider span {
    font-size: 30rem;
    line-height: 25rem;
    color: #fff;
    font-family: 'Museo Sans', sans-serif;
    font-weight: 100;
    letter-spacing: -10px;
    display: block;
    margin-bottom: 4rem;
    position: relative;
}

.timeline-slider p {
    font-size: 2rem;
    color: #fff;
    line-height: 3rem;
    margin-bottom: 4rem;
    font-family: 'Museo Sans', sans-serif;
    font-weight: 100;
}

.timeline-slider a {
    display: inline-block;
    border: 3px solid #fff;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 2px;
    height: 6rem;
    line-height: 6rem;
    padding: 0 4rem;
    color: #fff;
    text-decoration: none;
    border-radius: 100px;
    font-size: 1.2rem;
}

.timeline-slider a:hover {
    background: #fff;
    color: #857448;
}

.interna {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: url(images/bg-interna.jpg) center no-repeat;
    background-size: cover;
    z-index: 100;
    overflow: hidden;
}

.content {
    height: 100vh;
    position: relative;
}

.space {
    margin-bottom: 6rem;
}

.content-year {
    color: #E0C47C;
    font-weight: 600;
    display: block;
    font-size: 5rem;
    padding: 0 38rem;
    margin-top: 22rem;
}

.content-intro {
    color: #fff;
    font-size: 3rem;
    font-weight: 600;
    display: block;
    margin-bottom: 4rem;
    text-transform: uppercase;
    padding: 0 38rem;
}

.content-timeline {
    max-width: 100rem;
    margin: auto;
    position: relative;
    margin-top: 6rem;
    padding-top: 17rem;
}

.content-timeline::after {
    content: '';
    position: absolute;
    top: 0;
    right: 408px;
    width: 3px;
    height: 100%;
    background: #705f18;
}

.content-timeline p {
    text-align: right;
    width: 530px;
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-bottom: 2rem;
    color: #fff;
    text-shadow: 0 5px 20px rgb(0 0 0 / 60%);
    position: relative;
}

.timeline-mid-image {
    position: absolute;
    left: calc(100% + 55px);
    top: 0;
    bottom: 0;
    margin: auto;
}

.border-holder {
    position: absolute;
    left: calc(100% + 155px);
    top: 0;
    bottom: 0;
    margin: auto;
}

.border-holder::before {
    content: '';
    width: 95px;
    height: 3px;
    background: #705f18;
    position: absolute;
    right: 100%;
    top: 50%;
}

.border-holder .border {
    max-width: 300px;
    border: 3px solid #705f18;
    left: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    margin: auto;
}

.back {
    width: 10rem;
    height: 17rem;
    background: url(images/back.png) top center no-repeat;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    padding-top: 12rem;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
}

.left, .right {
    height: 6rem;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    text-align: center;
    align-items: center;
    text-transform: uppercase;
    position: absolute;
    top: 30%;
    margin: auto;
    cursor: pointer;
    z-index: 100;
}

.left {
    left: 3rem;
    padding-left: 8rem;
    text-align: left;
}

.right {
    right: 3rem;
    padding-right: 8rem;
    text-align: right;
}

.left svg, .right svg {
    width: 6rem;
    position: absolute;
    top: 0;
}

.timeline-image {
    position: absolute;
    top: 0;
    right: 0;
}

.left svg {
    left: 0;
}

.right svg {
    right: 0;
}