@font-face {
    font-family: jost;
    src: url(./jost-variable.ttf);
}
@font-face {
    font-family: b;
    src: url(./Gilroy-Medium.ttf);
}
@font-face {
    font-family: b;
    src: url(./Gilroy-Medium.ttf);
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "jost";
    color: #FFF;
}
*::selection{
background-color: #000;}
html,body{
    height: 100%;
    width: 100%;
}
.main{
    background-color: #0A3CCE;
}

.page1{
    height: 100vh;
    width: 100%;
    position: relative;
}
.page1>video{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.page1 .nav{
    height: 6vw;
    width: 100%;
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1vw 3vw;
    /* background-color: red; */
}
.nav img{
    margin-top: -5vw;
    margin-left: -8vw;
    height: 8vw;
    object-fit: cover;
}
.nav2{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.3vw;
}
.nav2 a{
    text-decoration: none;
    font-size: 1vw;
    color: #FFF;
    padding: 0.5vw 1.5vw;
    border: 0.5px solid #ffffff43;
    border-radius: 50px;
}
.nav2 i{
    font-size: 1.3vw;
    color: #FFF;
    padding: 0.5vw 1.5vw;
    border: 0.5px solid #ffffff3b;
    border-radius: 50px;

}
.btm-container{
    height:fit-content;
    width: fit-content;
    /* background-color: red; */
    position: absolute;
    z-index: 99;
    bottom: 5%;
    left: 10%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 4.5vw;
}
.btm-container h1{
    font-size: 6.5vw;
    font-weight: 100;
    line-height: 1;
}
.btm-container-2{
    display: flex;
    align-items: flex-end;
    justify-content: left;
    gap: 1vw;
    margin-bottom: 3vw;
}
.btm-container-2 p{
    font-weight: 500;
    font-size: 1.3vw;
    width: 40%;
}
.btm-container-2 button{
    color: #0943E3;
    border-radius: 50px;
    padding: 1vw 3.5vw;
    border: none;
}
.page2{
    height: 100vh;
    width: 100%;
    background-color:#0A3CCE;
    display: flex;
    align-items: left;
    justify-content: center;
    flex-direction: column;
    padding: 0 9vw;
    gap: 2vw;
}
.page2 h5{
    font-size: 1.3vw;
    font-weight: 100;
    opacity: 0.9;
}
.page2 h1 span{
    font-size: 4vw;
    font-weight: 100;
    line-height: 1.1;
    width: 97%;
    color: #dadada8b;

}
.page3{
    height: 100vh;
    width: 100%;
    background-color:#0A3CCE;
}
.page3 canvas{
    max-height: 100vh;
    max-width: 100vw;
    position: relative;
    z-index: 99;
}
.page4{
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    padding: 0 9vw;
    gap: 2vw;
    background-color:#0A3CCE;
    margin-top: -20vw;

}
.page4 h5{
    font-size: 1.3vw;
    font-weight: 100;
    opacity: 0.9;
    scale: 0;
}
.page4 h1 span{
    font-size: 4vw;
    font-weight: 100;
    line-height: 1.1;
    width: 97%;
    color: #dadada8b;

}
.page5{
    height: 100vh;
    width: 100%;
    background-color: #0A3CCE;
    position: relative;
}
.page5 canvas{
    max-height: 100vh;
    max-width: 100%;
    background-color: #0A3CCE;
}
.page6{
    margin-top: -50vw;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    padding: 0 9vw;
    gap: 2vw;
    background-color: #0A3CCE;
    position: relative;
    z-index: 99;
}
.page6 h5{
    font-size: 1.3vw;
    font-weight: 100;
    opacity: 0.9;
}
.page6 h1 span{
    font-size: 4vw;
    font-weight: 100;
    line-height: 1.1;
    width: 97%;
    color: #dadada8b;

}
.page7{
    min-height: 110vh;
    width: 100%;
    background-color: #0A3CCE;
    position: relative;
}
.page7 canvas{
    max-height: 100vh;
    max-width: 100%;
}
.page7-circle{
    height: 15vw;
    width: 15vw;
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #c8b3b376;
}
.page7-inner-circle{
    height: 10vw;
    width: 10vw;
    z-index: 99;
    border-radius: 50%;
    border: 1px solid #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page7-inner-circle h3{
    font-size: 1vw;
    font-weight: 100;
}
.page8{
    height: 100vh;
    width: 100%;
    position: relative;
    padding-top: 10vw;
}
.page8 video{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.page8-cont{
    height: fit-content;
    width: fit-content;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 8%;
    z-index: 99;
    text-align: center;
}
.page8-cont .wraper h1 {
    font-size: 6vw;
    font-weight: 500;
    transform-origin: 0 0;
}
.wraper{
    height: 7.9vw;
    overflow: hidden;
}
.page8-cont  button{
    color: #0943E3;
    border-radius: 50px;
    padding: 1vw 3.5vw;
    border: none;
    margin-top: 2vw;
}
.page9{
    padding-top: 8vw;
    height: 130vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5vw;
}
.page9 h1{
    font-size: 6vw;
    font-weight: 100;
    line-height: 1;
    margin-top: -13vw;
}
.page9 .img-elem{
    width: 55%;
    height: 65%;
    border-radius: 20px;
    background: url(https://thisismagma.com/wp-content/uploads/2023/04/magma.wp2.cubdev.com-home-1.jpeg);
    background-size: cover;
    background-position: center;
}
.page10{
    height: 100vh;
    width: 100%;
    position: relative;
}
.page10-child{
    height: 100%;
    width: 65%;
    position: absolute;
    left: 35%;
    /* background-color: red; */
}
.child{
    height: 33%;
    width: 100%;
    /* background-color: blue; */
    padding: 1vw;
}
.child h2{
    font-size: 1.7vw;
}
.child h4{
    font-size: 1.4vw;
    font-weight: 100;
    margin-top: 1.3vw;
    width: 77%;
    opacity: 0.8;
}
.child:nth-child(2){
    /* background-color: red; */
    margin-bottom: 3vw;
}
.page11{
    padding-top: 8vw;
    min-height:100vh ;
    width: 100%;
    position: relative;
    color: #000;
    background-color: #FFFFFF;
    padding: 7vw 0;
}
.page11>h1{
    font-size: 7vw;
    font-weight: 100;
    padding: 2vw 12vw;
    letter-spacing: -.1vw;
    color: #000;

}
.page11-child{
    height: 100vh;
    width: 100%;
    /* background-color: red; */
    display: flex;
    justify-content: center;
    gap: 4.5vw;
    padding-left: 5.6vw;
    color: #000;

}
.page11-child .page11-childl{
    height: 100%;
    width: 40%;
    /* background-color: #Dadada; */
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    position: relative;
    color: #000;
    
}
.page11-child .page11-childr{
    height: 100%;
    width: 45%;
    /* background-color: #Dadada; */
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    position: relative;
}
.small-child{
    width: 100%;
    height: 30%;
    /* background-color: magenta; */
    border-radius: 10px;
    position: relative;
    color: #000;
    
}  
.page11-childl .small-child img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.page11-childr .small-child{
    display: flex;
    flex-direction: column;
    justify-content: center;

}
.page11-childr .small-child h1{
    font-weight: 100;
    color: #000;

}
.page11-childr .small-child h5{
    font-weight: 100;
    color: #000;

}
.page12{
    min-height: 100vh;
    width: 100%;
    position: relative;
    background-color: #0F0F17;
    padding-top: 35vw;
    
}
.page12-cont{
    height: 60vh;
    width: 50%;
    /* background-color: red; */
    position: absolute;
    top: 0;
    left: 10%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: flex-start;
    gap: 3.5vw;

}
.page12-cont h1{
    font-size: 6vw;
    font-weight: 100;
    line-height: 1;
}
.page12-cont button{
    font-size: 1.3vw;
    font-weight: 100;
    padding: 0.8vw 2.5vw;
    color: #FFF;
    background-color: #0943E3;
    border-radius: 50px;
    border: none;
    position: relative;
    transition: all ease 0.5s;
}
.page12-cont button:hover{
    background-color: #FFF;
    color:#0943E3;
}
.overlay{
    height: 0%;
    width: 100vw;
    background-color: #0943e3;
    position: absolute;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    transition: all ease 0.3s;
    margin-left: -10vw;
}
.element{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.5vw 10vw;
    border-bottom: 0.5px solid #dadada21;
    position: relative;
    z-index: 99;
}
.element h1{
    font-size: 2.5vw;
    font-weight: 100;
}
.element i{
    font-size: 2.5vw;
    font-weight: 100;
}
.element:nth-child(2){
    /* background-color: red; */
    border-top: 0.5px solid #dadada21;
    
}
.element:hover .overlay{
    height: 100%;
}
.footer{
    height: fit-content;
    width: 100%;
    background-color: #0F0F17;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3vw 10vw;
}
.footer-part1{
    display: flex;
    gap: 8vw;
}
.footer-part1 a{
    font-size: 1.1vw;
    text-decoration: none;
    text-transform: uppercase;
}
.footer1{
    display: flex;
    flex-direction: column;
    gap: 0.5vw;
}
.footer2{
    display: flex;
    flex-direction: column;
    gap: 0.5vw;

}
.footer-part2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.footer-part2 a{
    font-size: 3vw;
    text-decoration: none;
}
.footer-part2 input{
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #FFF;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 1vw;
}
.fut{
    width: 100%;
    display: flex;
}
.fut>i{
    font-size: 2vw;
    font-weight: 100;
}
.copyright{
    height: 10vh;
    width: 100%;
    background-color: #0F0F17;
    padding-left:10vw ;
}
.copyright h1{
    font-size: 1.3vw;
    font-weight: 100;
}

