@font-face {
    font-family: nb;
    src: url(./NBInternationalProBoo.ttf);
}

@font-face {
    font-family: rejoice;
    src: url(./Rejouice-Headline.ttf);
}

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

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

#page1 {
    position: relative;
    height: 100vh;
    width: 100%;
}

#cursor {
    height: 7.5vw;
    width: 7.5vw;
    background-color: #FF5F38;
    border-radius: 50%;
    position: fixed;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
}

#page1 video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
}

#page1-content {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 0vw;
}

nav {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 2vw 4vh;
    justify-content: space-between;
}

nav button {
    background: none;
    color: white;
    border: none;
    font-size: 1rem;
    cursor: pointer;
}

#page1-content h1 {
    font-family: rejoice;
    font-size: 27vw;
    font-weight: 100;
    line-height: 27vw;
}


#page1-content h1 span {
    font-family: rejoice;
    color: white;
    display: inline-block;
}

#page2 {
    margin: 5vw 7vh;

}

#page2-top {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 20px;
    border-bottom: 1px solid black;
}

#page2-top h3 span {
    font-family: nb;
    font-weight: 2;
    margin-bottom: 20px;
}

#page2-bottom h1 span {
    font-family: nb;
    font-size: 3.1rem;
    font-weight: 10;
}

#page3 {
    min-height: 100vh;
    width: 100%;
    position: relative;
    padding: 5vw;
}

#page3-top {
    margin-top: vw;
    text-align: center;
}

#page3-top h4 {
    margin-bottom: 1vw;
    font-size: 1vw;
    font-weight: 500;
}

#page3-top h4 span {
    font-size: .7vw;
    background-color: black;
    color: white;
    padding: 4px 10px;
    border-radius: 20px;
}

#page3-top h2 {
    font-size: 4vw;
    font-weight: 500;

}

#page3-elements {
    height: 80vh;
    width: 100%;
    margin-top: 7vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10vw;
}

#page3-elements .box {
    height: 100%;
    width: 33%;
    background-color: blue;
    position: relative;
}

#page3-elements .box img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all linear .7s;
}

#page3-elements .box:hover img {
    opacity: 0;
}


#page3-elements .box video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

#page4-content {
    height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;

}

#page4-content video {
    height: 100%;
}

#page4-content svg {
    position: absolute;
    height: 65%;
}

#cursor1 {
    height: 7.5vw;
    width: 7.5vw;
    background-color: #FF5F38;
    border-radius: 50%;
    position: fixed;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
}

#page5 {
    height: 100%;
    width: 100%;
    padding: 4vw 2vh;
    position: relative;

}

#page5 h1 {
    font-weight: 100;
    font-size: 10vw;
    font-family: rejoice;
    border-bottom: 1px solid black;
    margin-left: 2%;
    width: 96%;

}

#swiperdiv {
    height: 60%;
    width: 100%;
    position: relative;
    margin-top: -5%;
    overflow: hidden;
}

.swiper {
    width: 135%;
    height: 100%;
}

.swiper-slide {
    width: 400px;
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
    transition: smooth;
}

.swiper-slide img {
    display: block;
    width: 18%;
    object-fit: cover;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
}

#loader {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    background-color: black;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    gap: 10px;
}

#loader h3 {
    font-size: 2vw;
}

#page6 {
    height: 10%;
    width: 100%;
    padding: 4vh;
    background-color: black;
    color: white;
    font-size: 1.2rem;
}

#foottop {
    font-size: 1rem;
    display: flex;
    justify-content: space-between;
}

#footbottom {
    font-size: .9rem;
    height: 35vh;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

#footright {
    display: flex;
}

#footbotright {
    display: flex;
    justify-content: space-between;
}


#page6 button {
    cursor: pointer;
    padding: 12px;
    margin: 20px;
    color: white;
    border: white solid 1px;
    border-radius: 5px;
    background-color: transparent;
}

#page6 button:hover {
    background-color: white;
    color: black;
}

#leftlist {
    margin-right: 80px;
}

#leftbotlist {
    margin-right: 80px;
}

ul {

    list-style-type: none;
    cursor: pointer;
}

li:hover {
    text-decoration: underline;
}

li a {
    color: white;
    text-decoration: none;
}

#page6 h1 {
    margin-left: 30px;
    font-family: rejoice;
    font-size: 26vw;
    font-weight: 100;
    line-height: 27vw;
}


#page6 h1 span {
    display: flex;
    align-items: center;
    font-family: rejoice;
    color: white;
    display: inline-block;
}

@media screen and (max-width: 480px) {

    #page1 {
        position: relative;
        height: 90vh;
        width: 100%;
    }

    #page1 video {
        height: 100%;
        width: 100%;
        object-fit: cover;
        position: absolute;
    }

    #page1-content {
        height: 100%;
        width: 100%;
        position: relative;
        z-index: 10;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-between;
        padding-bottom: 0vw;
    }

    #page1-content h1 {
        font-family: rejoice;
        font-size: 27vw;
        font-weight: 200;
        line-height: 27vw;
    }


    nav {
        width: 100%;
        display: flex;
        align-items: center;
        padding: 9vw 3vh;
        justify-content: space-between;
    }

    #loader h3 {
        font-family: nb;
        font-size: 6vw;
    }

    #page2 {
        margin: 3vh;
    }

    #page2-top h3 span {
        padding: none;
        font-family: nb;
        font-size: .9rem;
        font-weight: 2;
        margin-top: 30vh;
        margin-bottom: 20px;
    }

    #page2-bottom h1 span {
        font-family: nb;
        font-size: 2rem;
        font-weight: 10;
    }

    #page3-top h4 {
        margin-bottom: 1vw;
        font-size: 2.3vw;
        font-weight: 500;
    }

    #page3-top h4 span {
        font-size: 2vw;
        background-color: black;
        color: white;
        padding: 4px 10px;
        border-radius: 20px;
    }

    #page3-top h2 {
        font-size: 6vw;
        font-weight: 500;
    }

    #page3-elements {
        height: 80%;
        width: 100%;
        margin-top: 7vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        /* margin-bottom: -10vh; */
    }

    #page3-elements .box img {
        position: absolute;
        height: 92%;
        width: 100%;
        object-fit: cover;
        transition: all linear .7s;
    }

    #page3-elements .box {
        height: 100%;
        width: 100%;
        margin-bottom: 1vh;
        background-color: white;
        position: relative;
    }

    #page3-elements .box video {
        height: 80%;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }

    #page4-content {
        overflow: hidden;
        height: 100%;
        width: 100%;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;

    }

    #page4-content svg {
        position: absolute;
        height: 65%;
    }

    #page5 {
        width: 100%;
        padding: 4vw 2vh;
        position: relative;

    }

    .swiper-slide {
        width: 400px;
        text-align: center;
        font-size: 18px;
        display: flex;
        justify-content: space-evenly;
        align-items: flex-end;
        transition: smooth;
    }

    .swiper-slide img {
        display: block;
        width: 20%;
        object-fit: cover;
    }

    #foottop {
        font-size: .6rem;
    }

    #footbottom {
        font-size: .6rem;
        height: 10vh;
        display: flex;
        justify-content: space-between;
        align-items: end;
    }

    #footleft button {
        height: 5vh;
        margin-left: 0vw;
        cursor: pointer;
        color: white;
        border: white solid 1px;
        border-radius: 5px;
        background-color: transparent;
    }

    #page6 h1 {
        margin-top: 3vh;
        font-family: rejoice;
        font-size: 24vw;
        margin-left: 0;
        font-weight: 100;
    }



}