*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,body{
    height: 100%;
    width: 100%;
}
@font-face {
    font-family: "jost";
    src: url("./assets/fonts/jost-variable.ttf");
}
@font-face {
    font-family: b;
    src: url("./assets/fonts/KFOlCnqEu92Fr1MmEU9fBBc4\ \(1\).ttf");
}
@font-face {
    font-family: c;
    src: url("./assets/fonts/KFOmCnqEu92Fr1Mu4mxK\ \(1\).ttf");
}
#main{
    position: relative;
    overflow: hidden;
    background-color: #1137ca;
}

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

#page1>video{
    height: 100%;
    width: 100%;
    object-fit: cover;
    pointer-events: none;
}

#page1>nav{
    position: absolute;
    height: 10vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    margin-top: 1.7vw;
}

#page1>nav>img{
    width: 15%;
    margin-top: -3vw;
}
#right-nav button{
    padding: 10px 20px;
    border-radius: 50px;
    border: 1px solid white;
    background-color: #0b48ed;    
    color: white;
    font-family: "jost";
    font-size: 15px;
}
#bottom-page1{
    position: absolute;
    bottom: 18%;
    left: 10%;
    height: 35vh;
    width: 50vw;
}
#bottom-page1>h1{
    font-family: jost;
    font-size: 5vw;
    font-weight: 100;
    line-height: 1;
    color: white
}
.bottom-page1-inner{
    position: absolute;
    bottom: 0%;
    height: 35%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: jost;
}
.bottom-page1-inner>button{
    padding: 10px 30px;
    border: none;
    border-radius: 50px;
    background-color: white;
    color: #0b48ed;
    font-size: 13px;
    font-family: b;
}
.bottom-page1-inner>h4{
    font-size: 1.3vw;
    font-weight: 100;
    color: white;
}
#page2{
    display: flex;
    align-items: start;
    font-family: jost;
    justify-content: center;
    flex-direction: column;
    position: relative;
    padding: 0 8vw;
    height: 100vh;
    color: #fff;
    background-color: #0a3cce;
}

#page2>h2{
    font-weight: 100;
    margin-bottom: 3vw;
    font-family: c;
}
#page2>h1{
    font-weight: 100;
    line-height: 1.3;
    width: 90%;
    font-size: 4vw;
    color: #dadadd69;
}

#page3{
    position: relative;
    height: 100vh;
    width: 100vw;
}
#page3>canvas{
    max-height: 100vh;
    max-width: 100vw;
    position: relative;
}
#page4{
    position: relative;
    height: 100vh;
    background-color: #1137ca;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
    font-family: jost;
}
#page4>h3{
    margin-left: 15vw;
    margin-bottom: 2vw;
    color: white;
    font-weight: 100;
}
#page4>h1{
    margin-left: 15vw;
    width: 70%;
    font-size: 3vw;
    font-weight: 100;
    color: #dadada69;
}
#page5{
    position: relative;
    height: 100vh;
}
#page5>canvas{
    max-height: 100vh;
    max-width: 100vw;
    position: relative;
}
#page6{
    position: relative;
    height: 100vh;
    background-color: #1137ca;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
    font-family: jost;
}
#page6>h3{
    margin-left: 15vw;
    margin-bottom: 2vw;
    color: white;
    font-weight: 100;
}
#page6>h1{
    margin-left: 15vw;
    width: 70%;
    font-size: 4vw;
    font-weight: 100;
    color: #dadada69;
}