@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

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

html, body {
    width: 100%;
    height: 100%;
    font-family: "Jost", serif;
}

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

#banner {
    position: relative;
    height: 100vh;
    width: 100vw;
    background: linear-gradient(to bottom, #083ed8, #2c72ff);
}

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

nav {
    height: 7vh;
    width: 100vw;
    padding: 0px 80px;
    padding-top: 50px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* z-index: 1; */
}

#right-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px   ;
}

#right-nav>.button {
    padding: 10px 30px;
    background-color: transparent;
    color: #ffffff;
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 25px;
    font-family: "Jost", sans-serif;
    font-size: 1.1vw;
    font-weight: 400;
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 9%;
    height: 45vh;
}

.banner-content h1 {
    font-family: "Jost", sans-serif;
    font-size: 6.1vw;
    font-weight: 300;
    line-height: 1;
    color: #ffffff;
}

.banner-desc {
    position: absolute;
    height: 35%;
    width: 100%;
    bottom: 0%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner-desc .btn-banner {
    padding: 10px 50px;
    background-color: #ffffff;
    color: #083ed8;
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 25px;
    font-family: "Jost", sans-serif;
    font-size: 1vw;
    font-weight: 400;
    display: flex;
    align-items: center;
    align-self: flex-end;
    margin-bottom: 20px;
}

.banner-desc>p {
    font-family: "Jost", sans-serif;
    font-size: 1.25vw;
    font-weight: 300;
    color: #ffffff;
    width: 60%;
    line-height: 3.5vh;
}

#section-2 {
    background-color: #0a3cce;
}

#section-2, #section-4, #section-6 {
    height: 100vh;
    width: 100vw;
    color: #ffffff;
    font-family: "Jost", sans-serif;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    position: relative;
    padding: 0vw 10vw;
}

#section-2 h2, #section-4 h2, #section-6 h2 {
    font-weight: 300;
    font-size: 1.5rem;
    letter-spacing: -1px;
    text-transform: uppercase;
    padding-bottom: 50px;
}

#section-2 p, #section-4 p, #section-6 p {
    font-size: 3.5vw;
    font-weight: 300;
    line-height: 1.3;
    color: #dadada69;
}


#section-3 {
    margin-top: -25vh;
    height: 100vh;
    width: 100vw;
    position: relative;
    background-color: #0a3cce;
}

#section-3>canvas {
    padding: 0px 0px;
    max-height: 100vh;
    max-width: 100vw;
    position: relative;
}

#section-4 {
    background-image: linear-gradient(#1037ca, #0d36c4);
}

#section-5 {
    position: relative;
    height: 100vh;
    width: 100vw;
}

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

#section-6 {
    background-image: linear-gradient(#0e34c5, #093dce);
}

.section-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 15vw;
    width: 15vw;
    border-radius: 50%;
    background-color: transparent;
    transform: translate(-50%, -40%);
    border: 1px solid #ffffff;
}

.section-inner-circle {
    height: 70%;
    width: 70%;
    border-radius: 50%;
    border: 1px solid #ffffff;
}

#section-8 {
    margin-top: -20px;
}

#section-8>video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-8-components {
    position: absolute;
    bottom: 19%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.section-8-components h2 {
    color: #ffffff;
    font-size: 5rem;
    font-family: "Jost", serif;
    font-weight: 320;
}

.section-8-components button {
    background-color: #ffffff;
    color: #0d36c4;
    font-family: "Jost", serif;
    font-size: 1vw;
    text-transform: uppercase;
    padding: 10px 50px;
    border-radius: 50px;
    border: transparent solid;
}

#section-9 {
    margin-top: -20vh;
    position: relative;
    height: 90vh;
    width: 100vw;
    background-color: #0240d3;
    display: flex;
    padding: 0vw 10vw;
}

.left-9 {
    position: relative;
    height: 100vh;
    width: 35vw;
}

.left-9>h2 {
    position: absolute;
    top: 38%;
    transform: translateY(-50%);
    color: #ffffff;
    font-size: 5rem;
    font-weight: 300;
    line-height: 4.5rem;
}

.right-9 {
    position: relative;
    height: 100vh;
    width: 65vw;
}

#img-9 {
    position: absolute;
    top: 50%;
    left: 5vw;
    transform: translateY(-50%);
    margin-right: 10vw;
    height: 50vh;
    width: 45vw;
    border-radius: 10px;
    background-image: url("./assets/images/magma.wp2.cubdev.com-home-1.jpeg");
    background-size: cover;
}

#section-10 {
    margin-top: -20vh;
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #0240d3;
    display: flex;
    justify-content: right;
    padding: 0vw 10vw;
}

.left-10 {
    height: 100vh;
    width: 35vw;
}

.right-10 {
    position: relative;
    height: 100vh;
    width: 65vw;
    padding-left: 5vw;
    font-family: "Jost", serif;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.right-10-inner>h3{
    font-size: 1.4rem;
    font-weight: 450;
    line-height: 50px;
}

.right-10-inner>p {
    font-weight: 300;
    font-size: 1.2rem;
    color: #ffffffcc;
}

#section-11 {
    position: relative;
    height: 70vh;
    width: 100vw;
    padding: 0vw 10vw;
    background-color: #000000;
    color: #ffffff;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
}

#section-11 h2 {
    font-size: 6vw;
    font-weight: 350;
    line-height: 15vh;
}

#section-11 button {
    margin-top: 5vh;
    padding: 2vh 2.5vw;
    border-radius: 50vw;
    background-color: #083ed8;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1vw;
    border: 0px;
}

#section-12 {
    position: relative;
    width: 100vw;
}

.section-12-inner-top {
    border-top: 1px rgba(255,255,255,.1) solid;;
}

.section-12-inner {
    position: relative;
    height: 15vh;
    width: 100vw;
    padding: 0vw 10vw;
    background-color: #000000;
    color: #ffffff;
    border-bottom: 1px rgba(255,255,255,.1) solid;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-12-inner h3 {
    font-weight: 350;
    font-size: 3vw;
    position: relative;
    z-index: 1;
}

.section-12-inner i {
    font-size: 2.5vw;
    font-weight: 150;
    position: relative;
    z-index: 1;
}

.clr-hvr-12 {
    height: 0%;
    width: 100%;
    background-color: #0240d3;
    position: absolute;
    top: 50;
    left: 0;
}

.section-12-inner:hover .clr-hvr-12 {
    height: 100%;
    transition: all ease 0.5s;
}

#footer {
    padding: 1vw 10vw;
    background-color: #0240d3;
    color: #ffffff;
    font-size: 0.8vw;
    text-align: center;
}