* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    background: #000000;
    color: #fff;
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container {
    position: absolute;
    top: 0;
    left: 0;
    width: 500vw;
    height: 90vh;
    display: flex;
}

.site-logo {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    font-family: "monument";
    font-size: 20px;
    line-height: 100px;
    text-transform: uppercase;
    color: #ffffff;
    justify-content: center;
    align-items: center;
}

/* .navbar {
    position: fixed;
    width: 100%;
    height: 100px;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    font-family: "Monument" !important;
    text-transform: uppercase;
    line-height: 100px;
    color: #ffffff;
    font-size: 15px;
}

/* .photo {} */

/* .site-menu {
    display: flex;
    margin-left: 1300px;
    text-decoration: none;
    color: #ffffff;
    text-decoration: none;
    color: #ffffff;
} */

/* .menu-item {} */

/* nav{
    position: fixed;
    top: 0;
    width: 100vw;
    padding: 2em;
    display: flex;
    justify-content: space-between;
}

a{
    text-decoration: none;
    color: #fff;
    font-family: "monument";
    text-transform: uppercase;
    font-size: 12px;
} */

.timeline {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 10vh;
    padding: 2.25em 1em;
    display: flex;
    justify-content: space-around;
}

.marker {
    width: 1px;
    height: 100%;
    background: #fff;
}

.scroller {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    font-family: "monument";
    text-transform: uppercase;
    background: #000;
    cursor: pointer;
    line-height: 120%;
}

span {
    font-family: "monument";
    font-size: 13px;
    padding: 0 3em;
}

section {
    position: relative;
    width: 120vw;
    height: 100%;
    padding: 6em 2em 0 2em;
    display: flex;
    gap: 2em;
    overflow: hidden;
}

.img {
    width: 100%;
    height: 100%;
}

h1 {
    width: 50%;
    font-family: "sans-serif";
    font-weight: 400;
    font-size: 21px;
    /* text-transform: uppercase; */
}

p {
    width: 40%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 20px;
}

#section-1,
#section-4 {
    display: flex;
    justify-content: space-between;
}

.img-2,
.img-3,
.img-4,
.img-5,
.img-6,
.img-7,
.img-9,
.img-10,
.img-11,
.img-13 {
    flex: 1;
}

.img-1,
.img-5,
.img-8 {
    flex: 2;
}
