* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Gilroy';
}

html,
body {
    height: 100%;
    width: 100%;
}

body {
    background-color: #f8f8f8;
}

#main {
    height: 100%;
    width: 100%;
    background-color: #f8f8f8;
    position: relative;
    padding-top: 0.1px;
}

#nav {
    height: 12vh;
    width: 100%;
    margin-top: 50px;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

@font-face {
    font-family: myfont;
    src: url(monument.otf);
}

#nav h1 {
    height: 100%;
    width: 18%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: myfont;
    font-size: 37px;
    letter-spacing: -1px;
    position: relative;
}

#nav h1::after {
    content: "©";
    font-family: gilroy;
    font-weight: 400;
    font-size: 22px;
    position: absolute;
    top: 20%;
    right: 6%;
}

#nav h1::before {
    content: "modle management";
    font-family: gilroy;
    font-weight: 400;
    font-size: 14px;
    position: absolute;
    bottom: 18%;
    right: 14%;
    letter-spacing: 0.1px;
    color: #666;
}

#nav h2 {
    height: 100%;
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    border-right: 2px solid black;
}

#nav h2:nth-last-child(2) {
    width: 28%;
}

#nav h2:nth-last-child(1) {
    width: 12%;
    border-right: none;
}

#center {
    height: 90%;
    width: 100%;
    position: relative;
    padding: 4vw;
}

#content {
    height: 100%;
    width: 100%;
    background-color: blue;
    position: relative;
}

#content video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#overlay {
    height: 50%;
    width: 80%;
    bottom: 0;
    position: absolute;
    padding: 3vw;
    color: #ffff;
}

#over1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2vw;
}

#over1 h1 {
    font-family: myfont;
    font-size: 3.2vw;
    letter-spacing: 1px;
}

#over1 h2 {
    font-size: 1vw;
    padding: 2vw 2.2vw;
    border-radius: 50%;
    border: 1px solid #ffff;
    border-bottom: 2px solid #5d5d5d;
}

#over2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 2px solid #ffff;
    padding: 1.3vw 0;
}

#over2 h4 {
    font-size: 1.3vw;
    font-weight: 500;
}

#over2 img {
    height: 2.7vw;
}

#scroll {
    height: 40vh;
    width: 100%;
    padding: 1vh;
    white-space: nowrap;
    overflow-x: hidden;
    overflow-y: hidden;
}

.container {
    height: 100%;
    width: 110%;
    display: inline-block;
    padding: 2vw;
    animation-name: anime;
    animation-duration: 11s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

#scroll img {
    height: 98%;
    border-radius: 50%;
    width: 14.8%;
    object-fit: cover;
    margin: 1vw;
    object-position: 30% 30%;
}

@keyframes anime {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

#alpha {
    height: 10vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8vw;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
}

#alpha h5 {
    font-size: 2vw;
    text-transform: uppercase;
    font-weight: 400;
    font-style: italic;
    border-bottom: 2px solid rgb(0, 0, 0);
    letter-spacing: 4px;
    margin-right: 2vw;
}

#alpha h6 {
    font-size: 1vw;
    text-transform: uppercase;
    font-weight: 400;
    font-style: italic;
    padding: 0.6vw 0.8vw;
    letter-spacing: 4px;
    border-radius: 50%;
    cursor: pointer;
    transition: all ease 0.2s;
}

#alpha h6:hover {
    border: 1px solid black;
}

#page2 {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2vw 5vw;
}

#page2-part1 {
    height: 100%;
    width: 50%;
    background-image: url(https://images.unsplash.com/photo-1467632499275-7a693a761056?q=80&w=1887&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
    background-size: cover;
    background-position: center;
}

#page2-part2 {
    height: 100%;
    width: 46%;
}

#page2-part2 img {
    width: 100%;
    height: 70%;
    object-fit: cover;
}

#rightcont {
    display: flex;
    justify-content: space-between;
    margin-top: 2%;
}

#rightcont h5 {
    width: 45%;
    font-size: 2vw;
    font-weight: 200;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

#rightcont p {
    width: 45%;
    font-size: 1.2vw;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 800;
}

#shot {
    height: 10vh;
    width: 100%;
}

#shot h2 {
    padding-left: 5%;
    font-weight: 200;
    font-size: 37px;
    font-family: myfont;
    margin-bottom: 5%;
}

#page3 {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2vw 5vw;
}

#page3-part1 {
    height: 100%;
    width: 46%;
    display: flex;
    flex-direction: column;
}

#page3-part2 {
    height: 100%;
    width: 60%;
    background-image: url(https://images.unsplash.com/photo-1562572159-4efc207f5aff?w=500&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1yZWxhdGVkfDZ8fHxlbnwwfHx8fHw%3D);
    background-size: cover;
    background-position: center;
}

#page3-part1 #first img {
    height: 75%;
    object-fit: cover;
    padding-left: 4%;
    padding-top: 20%;
}

#page3-part1 #first {
    height: 80%;
    position: relative;
}

#page3-part1 #second {
    height: 20%;
}

#second {
    height: 2vh;
    width: 100%;
}

#second h6 {
    font-weight: 200;
    font-size: 20px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin-top: 12%;
    letter-spacing: 1.7px;
}

#page4 {
    height: 100%;
    width: 100%;
    padding: 2vw 5vw;
}

#page4 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#page5 {
    height: 100%;
    width: 100%;
    position: relative;
    padding: 5vw 4vw;
}

#page5>h1 {
    text-align: center;
    font-family: myfont;
    text-transform: uppercase;
    font-size: 3vw;
    margin-bottom: 7vh;
}

.elem {
    height: 15vh;
    width: 100%;
    border-top: 2px solid black;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2vw;
    position: relative;
    transition: all ease 0.7s;
}

.elem img {
    height: 100px;
    width: 100px;
    position: absolute;
    border-radius: 50%;
    left: 12%;
    opacity: 0;
    transition: all ease 0.7s;
    object-fit: cover;
}

.elem h4 {
    font-size: 1.1vw;
    text-transform: uppercase;
    font-weight: 500;
    width: 6%;
}

.elem .elem-part2 {
    width: 45%;
}

.elem-part2 h1 {
    font-size: 3vw;
    font-weight: 500;
}

.elem-part2 h5 {
    text-transform: uppercase;
    font-size: 0.8vw;
    font-weight: 600;
}

.elem:nth-last-child(1) {
    border-bottom: 2px solid black;
}

.elem:hover img {
    opacity: 1;
    left: 24%;
}

.elem:hover {
    background-color: #cecdcd;
}

#marque {
    width: 100%;
    white-space: nowrap;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 1vw;
    margin-top: 5vw;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
}

#marque h1 {
    display: inline-block;
    font-size: 3vw;
    text-transform: uppercase;
    font-weight: 900;
    -webkit-text-stroke: 2px black;
    color: transparent;
    font-family: monument;
    margin-right: 16px;
    letter-spacing: 2px;
    animation-name: move;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes move {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-100% - 20px));
    }
}