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

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

:root{
    --blue: #0A46E7;
    --white: #fff;
    --black: #000000;
}

#main{
    position: relative;
    overflow: hidden;
}

@font-face{
    font-family: a;
    src: url(./jost-variable.ttf);
}
@font-face{
    font-family: b;
    src: url(./KFOlCnqEu92Fr1MmEU9fBBc4\ \(1\).ttf);
}
@font-face{
    font-family: c;
    src: url(./KFOmCnqEu92Fr1Mu4mxK\ \(1\).ttf);
}

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

/* Nav Start */


#page1 nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 10px;
    position: absolute;
    width: 100vw;
    height: 5vh;
    z-index: 999;
}

#page1 nav img{
    width: 9%;
    margin-bottom: 20px;
}

#right-nav{
    margin-top: 30px;
}

#right-nav button{
    background-color: var(--blue);
    padding: 10px 25px;
    font-size: 15px;
    font-family: a;
    border-radius: 50px;
    border: 1px solid var(--white);
    color: var(--white);
}

#right-nav button:hover{
    background-color: var(--white);
    color: var(--blue);
}
/* Nav End */



/* Hero Section Start  */
.hero-section{
    position: absolute;
    bottom: 5%;
    height: 35vh;
    width: 50vw;
    left: 10%;
}
.hero-section h1{
    font-family: a;
    font-size: 5vw;
    font-weight: 100;
    line-height: 1;
    color: #fff;
}
.hero-section-detail{
    position: absolute;
    bottom: 0%;
    height: 35%;
    width: 100%;
}
.hero-section-detail{
    display: flex;
    align-items: center;

    font-family: a;
}
.hero-section-detail button{
    padding: 10px 20px;
    border: none;
    border-radius: 50px;
    background-color: #fff;
    color: #0b48ed;
    font-size: 16px;
    font-family: b;
    margin-left: 50px;

}
.hero-section-detail h4{
    font-size: 1.3vw;
    font-weight: 100;
    color: #fff;
}


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


/* Hero Section End  */


/* Section/Page 2 Start */

#page2{
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    font-family: a;
    height: 100vh;
    width: 100vw;
    background-color: #093CCD;
    position: relative;
    padding: 0vw 8vw;
    color: var(--white);
}

#page2 h2{
    margin-bottom: 3vw;
    font-weight: 100;
}

#page2 h1{
    font-weight: 100;
    width: 90%;
    font-size: 4vw;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.438);
}

/* Page 2 End */

/* Page 3 Start */

#page3{
    position: relative;
    width: 100vw;
    height: 100vh;
    background-color: #2741EE;

}

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

/* Page 3 End */

/* Section/Page 4 Start */

#page4{
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    font-family: a;
    height: 100vh;
    width: 100vw;
    background-color: #093CCD;
    position: relative;
    padding: 0vw 8vw;
    color: var(--white);
}

#page4 h2{
    margin-bottom: 3vw;
    font-weight: 100;
}

#page4 h1{
    font-weight: 100;
    width: 90%;
    font-size: 4vw;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.438);
}

/* Page 4 End */


/* Page 5 Start */

#page5{
    position: relative;
    width: 100vw;
    height: 100vh;
    background-color: #2741EE;

}

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

/* Page 5 End */


/* Section/Page 6 Start */

#page6{
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    font-family: a;
    height: 100vh;
    width: 100vw;
    background-color: #093CCD;
    position: relative;
    padding: 0vw 8vw;
    color: var(--white);
}

#page6 h2{
    margin-bottom: 3vw;
    font-weight: 100;
}

#page6 h1{
    font-weight: 100;
    width: 90%;
    font-size: 4vw;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.438);
}

/* Page 6 End */


/* Page 7 Start */

#page7{
    position: relative;
    width: 100vw;
    height: 100vh;
    background-color: #0a3cce;

}

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

#page7-cir{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 30vw;
    width: 30vw;
    z-index: 9;
    border-radius: 50%;
    border: 1px solid #fff;
    opacity: 0.5;

}

#page7-cir-inner{
    height: 70%;
    width: 70%;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #fff;
    opacity: 0.5;
}

/* Page 7 End */


/* Page 8 Start */

#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;
    margin-bottom: 2vw;
    font-size: 5vw;
    font-weight: 100;
}
.page8-bottom>button{
    padding: 20px 30px;
    border-radius: 50px;
    border: none;
    background-color: #fff;
    color: #0a3cce;
}


/* Page 8 End */

/* Page 9 Start */

#page9{
    display: flex;
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #0a3cce;
}
.left9{
    height: 100%;
    width: 40%;
    position: relative;
    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{
    height: 100%;
    width: 60%;
    position: relative;
}
.right9-center{
    height: 60%;
    width: 85%;
    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%;
}

/* Page 9 End */

/* Page 10 Start */

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



/* Page 10 End */

#page12{
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #02268e;
}
.page12-inner{
    position: absolute;
    top: 20%;
    right: 10%;
    color: #fff;
    font-family: a;
}
.page12-inner>h1{
    font-size: 5vw;
    font-weight: 100;
}
.page12-inner>p{
    font-size: 1.3vw;
}


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


#page14{
    position: relative;
    height: 60vh;
    width: 100vw;
    background-color: #000;
}
.page14-inner{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0vw 5vw;
    font-family: a;
    height: 33.3%;
    width: 100%;
    color: #fff;
    border-top: .5px solid #ffffff5c;
    border-bottom: .5px solid #ffffff48;
}
.page14-inner>i{
    font-weight: 100;
    font-size: 2.4vw;
    position: relative;
    z-index: 9999;
}
.page14-inner>h1{
    font-size: 3vw;
    font-weight: 100;
    position: relative;
    z-index: 9999;
}

.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%;
}

















