*{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}
html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  
#main{
    position: relative;
    overflow: hidden;
    background-color: #0841DE;
}

#page1{
    height: 100vh;
    width: 100vw;
    /* background-color: red; */
    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;
    height: 10vh;
    width: 100vw;
    padding: 0px 50px;
    position: absolute;
}
#page1>nav>img{
    width: 9vw;
    margin-top: -50px;
    padding: 10px 0px;
}
.right-nav>button{
    padding: 10px 20px;
    border-radius: 50px;
    color: white;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid white;
    font-weight: 500;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px 7px;
    /* font-size: 15px; */
}
#page1>.hero-text{
    position: absolute;
    left: 30%;
    top: 50%;
    transform: translate(-50%,-50%);
}
#page1>.hero-text>h1{
    color: white;
    font-size: 6.2rem;
    font-weight: 300;
    line-height: 1;
    font-family: system-ui;
}
#page1>.hero-text>.hero-p{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
#page1>.hero-text>.hero-p>p{
    color: white;
    font-size: 20px;
    font-family: system-ui;
}
#page1>.hero-text>.hero-p>button{
    color: #0841DE;
    padding: 10px 40px;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 15px;
    border-radius: 50px;
    background-color: white;
    border: 1px solid white;
    font-weight: 500;
}
#page2{
    background-color: #2741EE;
    display: flex;
    align-items: start;
    padding-left: 10%;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
    width: 100vw;
    font-family: system-ui;
    position: relative;
}
#page2>h2{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    color: white;
}
#page2>h1{
    font-size: 58px;
    font-weight: 400;
    margin-top: 25px;
    color:#dadada69 ;
    width: 82vw;
}
#page2>h1>span{
    word-break: break-word;
    display: inline-block;
}
#page3{
    height: 100vh;
    width: 100vw;
    background-color: #1137CA;
    position: relative;
    
}
#page3>canvas{
    height: 100vh;
    width: 100vw;
    position: relative;
}
#page4{
    height: 100vh;
    width: 100vw;
    background-color: #1137CA;
    border: none !important;
    position: relative;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    font-family: system-ui;
}
#page4>.page4-text>h3{
    font-size: 22px;
    font-weight: 400;
    color: white;
}
#page4>.page4-text>h1{
    font-size: 62px;
    line-height: 1.3;
    margin-top: 25px;
    color: #dadada69;
    font-weight: 300;
}
#page4>.page4-text{
    width: 80%;
    margin: auto;
}
#page5{
    height: 100vh;
    width: 100vw;
    background-color: #1137CA;
    position: relative;
}
#page5>canvas{
    height: 100vh;
    width: 100vw;
    position: relative;
}
#page6>.page6-text>h1{
    font-size: 62px;
    line-height: 1.3;
    margin-top: 25px;
    color: #dadada69;
    font-weight: 300;
}
#page6>.page6-text{
    width: 80%;
    margin: auto;
}
#page6{
    height: 100vh;
    width: 100vw;
    background-color: #1137CA;
    border: none !important;
    position: relative;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    font-family: system-ui;
}
#page6>.page6-text>h3{
    font-size: 22px;
    font-weight: 400;
    color: white;
}
#page7{
    height: 100vh;
    width: 100vw;
    background-color: #1137CA;
    position: relative;
}
#page7>canvas{
    height: 100vh;
    width: 100vw;
    position: relative;
}
.page7-cir{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 8vw;
    height: 8vw;
    border-radius: 50%;
    border: 1px solid white;
    z-index: 99;
}
.page7-cir-inner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 5vw;
    height: 5vw;
    border-radius: 50%;
    border: 1px solid white;
    z-index: 99;
}
#page8{
    height: 100vh;
    width: 100vw;
    background-color: #1137CA;
    position: relative;
}
#page8>video{
    height: 100vh !important;
    width: 100vw;
    position: relative;
    object-fit: cover;
}
.page8-bottom{
    position: absolute;
    left: 50%;
    bottom: 15%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 9;
}
.page8-bottom>h1{
    font-size: 101px;
    font-family: sans-serif;
    color: white;
    font-weight: 400;
}
.page8-bottom button{
    color: #0a3cce;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 15px 30px;
    background-color: white;
    opacity: .8;
    border: none;
    border-radius: 50px;
    margin-top: 30px;
    cursor: pointer;
}
#page9{
    display: flex;
    /* height: 100vh; */
    width: 100vw;
    position: relative;
    background-color: #093DCD;
    padding: 7rem 9rem;
    /* padding-top: 10rem; */
}
.left9{
    position: relative;
    width: 35%;
    /* height: 100vh; */
    background-color: #093DCD;
}
.right9{
    position: relative;
    width: 65%;
    /* height: 100vh; */
    background-color: #093DCD;
}
.left9 h1{
    font-size: 101px;
    font-family: system-ui;
    color: white;
    margin-top: 30px;
    font-weight: 300;
}
.right9 img{
    width: 100%;
    border-radius: 20px;
    margin-bottom: 25px;
}
.right-inner h1{
    font-size: 25px;
    color: white;
    margin-bottom: 10px;
    font-weight: 500;
    font-family: system-ui;
}
.right-inner h3{
    font-size: 24px;
    color: white;
    font-weight: 100;
    font-family: system-ui;
    opacity: .8;
}
.right-inner{
    padding: 40px 0px;
}
#page10{
    background-color: white;
    width: 100%;
    height: 100vh;
    padding: 5rem 0;
}
.page10-inner{
    width: 80%;
    margin: auto;
    padding-top: 80px;
    display: flex;
    flex-direction: column;
}
.page10-head h1{
    font-size: 101px;
    font-family: system-ui;
    font-weight: 300;
}
.page10-blog{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    cursor: pointer;
}
.page10-blog h3{
    font-size: 19px;
    font-family: system-ui;
    font-weight: 300;
    color: #0f0f17;
}
.page10-blog h1{
    padding-top: 16px;
    font-size: 25px;
    font-weight: 400;
    font-family: system-ui;
}
.blog-left-inner img{
    height: 100%;
    aspect-ratio: 3/2;
    width: 100%;
}
.blog-left-inner{
    width: 600px;
    height: 220px;
    border-radius: 15px;
    overflow: hidden;
}
.blog-right{
    padding-left: 50px;
}
.page10-blog:hover .blog-left-inner>img{
    transform: scale(1.05);
    transition: transform ease-in-out .6s;
}