*{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}
html,body{
    height:100%;
    width: 100%;
}
#main{
    position: relative;
    overflow: hidden;
    background-color: #1137ca;
}
@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;
}
#page1 video{
    
    height:100%;
    width: 100%;
    object-fit: cover;
}
#page1 nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 30px;
    position: absolute;
    height: 10vh;
    width: 100vw;
    /* background-color: yellow; */
}
#page1 nav img{
    width: 9%;
    margin-top: -1.7vw;
}
#right-nav button{
    padding: 10px 20px;
    border-radius:50px ;
    border: 1px solid white;
    background-color: #0b48ed;
    color: #fff;
    font-family: a;
    font-size: 15px;
}
.bottom-page1{
    position: absolute;
    bottom: 5%;
    left: 10%;
    height: 35vh;
    width: 50vw;
    /* background-color: red; */
}
.bottom-page1 h1{
    font-family: a;
    font-size: 5vw;
    font-weight: 100;
    line-height: 1;
    color: #fff;
}
.bottom-page1-inner{
    height: 40%;
    width: 100%;
    /* background-color: magenta; */
    position: absolute;
    /* bottom 0% means ekdm is div k end pe */
    bottom: 0%;
}
.bottom-page1-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding: 0px 30px; */
    font-family: a;
}
.bottom-page1-inner button
{
    padding: 10px 20px;;
    border-radius: 50px;
    border:none;
    background-color: #fff;
    color: #0b48ed;
    font-weight: 700;
    font-family: b;
    font-size: 16px;
}
.bottom-page1-inner h4{
    font-size: 1.3vw;
    color: #fff;
    font-weight: 100;
}
#page2{
    display: flex;
    align-items: start;
    font-family: a;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    width: 100vw;
    background-color: #0a3cce;
    position: relative;
    padding: 0vw 8vw;
    color: #fff;
}
#page2 h3{
    margin-bottom: 3vw;
    font-weight: 100;
}
#page2 h1{
    width: 90%;
    font-size: 4vw;
    font-weight: 100;
    line-height: 1.3;
    color:#dadada69  ;
}
#page3{
    height: 100vh;
    width: 100vw;
    position: relative;
    /* background-color: red; */
}
#page3 canvas{
    max-width: 100vw;
    max-height: 100vh;
    position: relative;
} 
#page4{
    display: flex;
    align-items: start;
    justify-content: center;
    /* normally flex direction row reheta h to apne ko upr neeche chahiye so dir change */
    flex-direction: column;
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #1137ca;
    font-family: a;
}
#page4 h3{
    margin-left: 10vw;
    margin-bottom: 2vw;
    font-weight: 100;
    color: #fff;
}
#page4 h1{
    margin-left: 10vw;
    width: 60%;
    font-size: 3vw;
    font-weight: 100;
    color: #ffffff81;
}
#page5{
    position: relative;
    height: 100vh;
    width: 100vw;

}
#page5 canvas{
    position: relative;
    max-width: 100vw;
    max-height: 100vh;
}
#page6{
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #0a3cce;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    font-family: a;
}
#page6 h3{
    margin-left: 10vw;
    margin-bottom: 3vw;
    font-weight: 100;
    color: #fff;
}
#page6 h1{
    margin-left: 10vw;
    width: 60%;
    font-size: 3vw;
    font-weight: 100;
    color: #ffffff81;

}
#page7{
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #0a3cce;
    margin-bottom:10px;
}
#page7 canvas{
    position: relative;
    max-width: 100vw;
    max-height: 100vh;
}
.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%;
    border: 1px solid #fff;
}
.page7-cir-inner{
    height: 70%;
    width: 70%;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #fff;   
}
#page8{
    height: 100vh;
    width: 100vw;
    position: relative;
    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;
}
.page8-bottom h1{
    color: #fff;
    font-family: a;
    margin-bottom: 2vw;
    font-size: 5vw;
    font-weight: 100;
}
.page8-bottom button{
    padding :20px 30px;
    border-radius: 50px;
    border: none;
    background-color: white;
    color:#0a3cce;
     
}
#page9{
    display: flex;
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #0a3cce;
}
.left9{
    height: 100%;
    width: 40%;
    
    position: relative;
}
.right9{
    height: 100%;
    width: 60%;
    
    position: relative;
}
.left9 h1{
    position: absolute; 
    top: 40%;
    right: 5%;
    transform: translateY(-50%);
    font-size: 34wv;
    font-style: a;
    font-weight: 100;
    line-break: 1;
    color: #fff;
}
.right9-center{
    
    height: 55%;
    width: 85%;
    border-radius: 10px;
    position:absolute;
    top: 50%;
    /* x axis se 50 % neeche */
    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%;
  
}
#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%;
}


#page11{
    position: relative;
    height: 110vh;
    width: 100vw;
    background-color: #fff;
    font-family: a;
}
#page11>h1{
    position: absolute;
    top: 5%;
    left: 10%;
    font-size: 4vw;
    color: #000;
    font-weight: 100;
}
.page11-inner{
    display: flex;
    top: 18%;
    position: relative;
    margin-bottom: 2vw;
    height: 24%;
    width: 100%;
}
.left11{
    position: relative;
    height: 100%;
    width: 40%;
    left: 5%;
    border-radius: 10px;
    overflow: hidden;
}
.left11>img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.right11{
    padding-top: 5vw;
    color: #000;
    left: 50%;
    position: absolute;
    height: 100%;
    width: 50%;
}
.right11>h4{
    font-weight: 100;
}
.right11>h1{
    margin-top: 2vh;
    font-size: 2vw;
}
#page12{
    height: 100vh;
    width: 100vw;
    background-color:#02268e;
    position: relative;
}
.page12-inner{
    position: absolute;
    top:40%;
    right: 10%; 
    color:#fff;
    font-family: a;
}
.page12-inner h1{
    font-size: 5vw;
}
.page12-inner p{
    margin-top: 2vh;
    font-size: 1.3vw;
}
#page13{
    display:flex;
    flex-direction: column;
    position: relative;
    height: 50vh;
    width: 100vw;
    background-color: #000;
}
#page13 h1{
    position: absolute;
    font-size: 10vh;
    font-weight: 100;
    font-family: a;
    top: 10%;
    left: 10%;
    color: #fff;
    line-height: 1;
}
#page13 button{
    margin-top: 12vh;
    position: absolute;
    top: 40%;
    left: 10%;
    padding: 10px 20px;
    border-radius: 50px;
    border: none;
    background-color: #02268e;
    color: #fff;
}
#page14{
    position: relative;
    height: 60vh;
    width: 100vw;
    background-color: #000;
}
.page14-inner{
    position: relative;
    height: 33.33%;
    width: 100%;
    /* background-color: yellowgreen; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0vw 5vw;
    font-family: a;
    color: #fff;
    border-top: 0.5px solid #ffffffaf;
    border-bottom: 0.5px solid #ffffffaf;
}
.page14-inner i{
    font-size: 2.5vw;
    font-weight: 100;
    position: relative;
    z-index: 990999;
}
.page14-inner h1{
    font-size: 3vw;
    font-weight: 100;
    position: relative;
    z-index: 990999;
}
.center14{
    height: 0%;
    width: 100%;
    position: absolute;
    background-color: #02268e;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all ease 0.5s;
}

.page14-inner:hover .center14{
    height: 100%;
}