*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Gilroy';
}
 
html, body{
height: 100%;
width: 100%;
}

#main{
    position: relative;
    overflow: hidden;
    background-color: #1137ca;
}
@font-face {
    font-family: a;
    src: url(./Resources/jost-variable.ttf);
}
@font-face {
    font-family: b;
    src: url(./Resources/KFOlCnqEu92Fr1MmEU9fBBc4\ \(1\).ttf);
}
@font-face {
    font-family: c;
    src: url(./Resources/KFOmCnqEu92Fr1Mu4mxK\ \(1\).ttf);
}
#page1{
    height: 100vh;
    width: 100vw;
    /* background-color: red; */
    position: relative;
}
#page1 video{
    height: 100vh;
    width: 100vw;
    object-fit: cover;
    /* overflow: hidden; */

}
#page1>nav{
    height: 10vh;
    width: 100vw;
    position: absolute;
    /* background-color: yellow; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 30px;
}
#page1>nav>img{
    margin-top: -1.8vw;
    margin-left: -5vw;
    width: 13%;
}
#right-nav>button{
    padding: 10px 20px;
    border-radius: 50px;
    background-color: #0b48ed;
    border: 1px solid #fff;
    color: #fff;
    font-family: a;
    font-size: 15px;
}

.bottom-page1{
    position: absolute;
    bottom: 15%;
    left: 10%;
    height: 45vh;
    width: 42vw;
    /* background-color: red; */
}
.bottom-page1>h1{
    font-family: a;
    font-size: 6vw;
    font-weight: 100;
    line-height: 1;
    color: #fff;
}
.bottom-page1-inner{
    position: absolute;
    bottom: 0%;
    height: 35%;
    width: 100%;
    /* background-color: magenta; */
    /* font-family: a;
    font-size: 1.5vw;
    font-weight: 100;
    line-height: 1; */
}
.bottom-page1-inner{
    display: flex;
    font-family: a;
    align-items: center;
    justify-content: space-between;
    /* padding: 0px 30px; */
    font-family: a;
}
.bottom-page1-inner>button{
    padding: 12px 22px;
    border: none;
    border-radius: 50px;
    background-color: #fff;
    color: #0b48ed;
    font-size: 16px;
    font-family: b;
}
.bottom-page1-inner>h4{
    font-size: 1.3vw;
    font-weight: 100;
    color: #fff;
}

#page2{
    height: 100vh;
    width: 100vw;
    /* background-color: red; */
    position: relative;
    display: flex;    
    flex-direction: column;
    align-items: start;
    justify-content: center;
    color: #fff;
    padding: 0vw 8vw;
    background-color: #0a3cce;
    font-family: a;
}
#page2>h2{
    margin-bottom: 3vw;
    font-weight: 100;
}
#page2>h1{
    font-weight: 100;
    line-height: 1.3;
    width: 90%;
    font-size: 4vw;
    color: #dadada69;
}

#page3{
    height: 100vh;
    width: 100vw;
    /* background-color: red; */
    position: relative;
}
#page3>canvas{
    max-width: 100vw;
    max-height: 100vh;
    position: relative;
}

#page4{
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #1137ca;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    font-family: a;
}
#page4>h3{
    margin-left: 10vw;
    color: #fff;
    margin-bottom: 1.5vw;
    font-weight: 100;

}
#page4>h1{
    margin-left: 10vw;
    width: 80%;
    font-size: 4vw;
    color: #ffffff81;
    font-weight: 100;
}

#page5{
    position: relative; 
}
#page5>canvas{
    max-width: 100vw;
    max-height: 100vh;
    position: relative;
}

#page6{
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #1137ca;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    font-family: a;
}
#page6>h3{
    margin-left: 10vw;
    color: #fff;
    margin-bottom: 1.5vw;
    font-weight: 100;

}
#page6>h1{
    margin-left: 10vw;
    width: 80%;
    font-size: 4vw;
    color: #ffffff81;
    font-weight: 100;
} 

#page7{
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #0a3cce;
}
#page7>canvas{
    position: relative;
    max-height: 100vh;
    max-width: 100vw;
}
.page7-cir{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9;
    height: 30vw;
    width: 30vw;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #fff;
}
.page7-cir-inner{
    height: 70%;
    width: 70%;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #fff;
}

#page8{
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #0a3cce;
}
#page8>video{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.page8-bottom{
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-family: a;
}
.page8-bottom>h1{
    color: #fff;
    font-size: 5vw;
    margin-bottom: 2vw;
    font-weight: 100;
}
.page8-bottom>button{
    padding: 20px 40px;
    border-radius: 50px;
    border: none;
    background-color: #fff;
    color: #0a3cce;
}


#page9{
    display: flex;
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #0a3cce;
}
.left9{
    position: relative;
    height: 100%;
    width: 40%;
    /* background-color: red; */
    font-family: a;
}
.left9>h1{
    position: absolute;
    top: 40%;
    right: 5%;
    transform: translateY(-50%);
    font-size: 5vw;
    font-weight: 100;
    color: #fff;
    line-height: 1;
}
.right9{
    position: relative;
    height: 100%;
    width: 60%;
    /* background-color: yellow; */
}
.right9-center{
    height: 50%;
    width: 85%;
    background-color: #000;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(https://thisismagma.com/wp-content/uploads/2023/04/magma.wp2.cubdev.com-home-1.jpeg);
    background-size: cover;
    left: 5%;
}


#page10{
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #0a3cce;
}
.right10{
    height: 100%;
    width: 60%;
    position: relative;
    left: 40%;
    /* background-color: maroon; */
}
.right10-inner{
    display: flex;
    align-items: start;
    flex-direction: column;
    height: 33.3%;
    width: 100%;
    /* background-color: green; */
    font-family: a;
}
.right10-inner>h1{
    font-size: 2vw;
    color: #fff;
}
.right10-inner>p{
    margin-top: 1vw;
    font-size: 1.7vw;
    width: 80%;
    color: #ffffff98;
    font-weight: 100;
}

#page11{
    position: relative;
    height: 130vh;
    width: 100vw;
    background-color: #fff;
    font-family: a;
}
#page11>h1{
    position: absolute;
    top: 5%;
    left: 10%;
    font-size: 5vw;
    color: #000;
    font-weight: 100;
}
.page11-inner{
    display: flex;
    top: 19%;
    position: relative;
    height: 24%;
    margin-bottom: 2vw;
    width: 100%;
    /* background-color: green; */
}
.left11{
    position: relative;
    height: 100%;
    width: 40%;
    /* background-color: yellow; */
    left: 5%;
    overflow: hidden;
    border-radius: 10px;
}
.left11>img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.right11{
    padding-top: 4vw;    
    color: #000;
    left: 50%;
    position: absolute;
    height: 100%;
    width: 50%;
    /* background-color: red; */
}
.right11>h4{
    font-weight: 100;
}
.right11>h1{
    font-size: 2vw;
}

#page12{
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #02268e;
}
.page12-inner{
    position: absolute;
    top: 30%;
    right: 15%;
    font-family: a;
}
.page12-inner>h1{
    font-size: 7vw;
    font-weight: 100;
    color: #fff;
}
.page12-inner>p{
    line-height: 1.4;
    font-size: 1.5vw;
    color: #ffffff9d;
}

#page13{
    position: relative;
    height: 70vh;
    width: 100vw;
    background-color: #000;
    color: #fff;
    padding: 6vw 10vw;
    font-family: a;
}
#page13>h1{
    font-size: 5vw;
    line-height: 1;
    font-weight: 100;
}
#page13>button{
    padding: 15px 30px;
    border: none;
    background-color: #0a3cce;
    color: #fff;
    border-radius: 50px;
    margin-top: 2vw;
}

#page14{
    position: relative;
    height: 80vh;
    width: 100vw;
    background-color: #000;
}
.page14-inner{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0vw 5vw;
    height: 20%;
    width: 100%;
    /* background-color: green; */
    color: #fff;
    border-top: 0.5px solid #ffffff32;
    border-bottom: 0.5px solid #ffffff32;
}
.page14-inner>i{
    font-weight: 100;
    font-size: 3.5vw;
    z-index: 9999;
    position: relative;
}
.page14-inner>h1{
    font-size: 3vw;
    font-weight: 100;
    z-index: 9999;
    position: relative;
}
.center14{
    height: 0%;
    width: 100%;
    background-color: #0a3cce;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all ease .5s;
}
.page14-inner:hover .center14{
    height: 100%;
}