@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Plus Jakarta Sans';
}
html{
    scroll-behavior: smooth;
}
main{
    background-color: black;
    width: 100%;
}
.src-header{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 15px 0px;
    width: 80%;
}
.src-header h1{
    cursor: pointer;
    background: linear-gradient(21deg, #ffffff 0%, #ffffff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--font-family);
    font-weight: 800;
    font-size: 26px;
    line-height: 120%;
    text-align: center;
}
.src-header span{
    background: linear-gradient(21deg, #0079fa 0%, #a1cfff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--font-family);
    font-weight: 800;
    font-size: 26px;
    line-height: 120%;
    text-align: center;
}
.src-header p{
    cursor: pointer;
    font-weight: 600;
font-size: 18px;
line-height: 120%;
color: rgba(255, 255, 255, 0.44);
}
.src-hero{
    margin: 0 auto;
    width: 100%;
    height: 100vh;
}
.src-block{
    border-radius: 25px;
    padding: 45px 0px;
    width: 80%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0);
    border: 0.5px solid grey;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background-image: url('/assets/images/Hero\ Section.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.top-block{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.25);
    border-radius: 10px;
    gap: 10px;
    padding: 5px 10px;
}
.top-block p{
font-weight: 500;
font-size: 24px;
color: rgba(255, 255, 255, 0.7);
}
.src-block h1{
    font-weight: 800;
    font-size: 42px;
    line-height: 120%;
    text-align: center;
    background: linear-gradient(90deg, #0079fa 0%, #fff 50.48%, #0079fa 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 75%;
}
.src-block-p{
font-weight: 500;
font-size: 22px;
color: rgba(255, 255, 255, 0.45);
}
.src-block-button{
    border-radius: 20px;
    background: linear-gradient(48deg, #0079fa 0%, #7fbeff 50.48%, #0079fa 100%);
    font-weight: 700;
    font-size: 26px;
    line-height: 120%;
    color: #fff;
    border: none;
    padding: 15px 35px;
    cursor: pointer;
}
.span-15{
    background: linear-gradient(34deg, #0079fa 0%, #a1cfff 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.src-que{
    font-weight: 800;
font-size: 40px;
line-height: 120%;
text-align: center;
color: #fff;
padding: 25px 0px;

}
.src-three-block{
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.block{
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.02);
    border: 0.5px solid grey;
    width: 30%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.block h1{
    font-weight: 800;
font-size: 26px;
line-height: 120%;
color: #fff;
}
.block p{
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: rgba(255, 255, 255, 0.7);
}
.src-arrow{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 25px;
}
.src-arrow svg{
    cursor: pointer;
    transition: 0.3s;
}
.src-arrow svg:hover{
    transform: translateY(10px);
}
.src-como{
    height: 100vh;
    width: 90%;
    margin: 0 auto;
}
.src-como h1{
    font-weight: 800;
font-size: 40px;
line-height: 120%;
text-align: center;
color: #fff;
}
.src-como span{
    background: linear-gradient(40deg, #0079fa 0%, #a1cfff 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.src-como-block{
    width: 70%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding: 25px 0px;
    gap: 50px;
    background-image: url('/assets/images/Group\ 2.png');
    background-repeat: no-repeat;
    background-position: center center; 
}
.src-two-block{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.como-block{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 35%;
}
.como-text{
    display: flex;
    flex-direction: column;
    align-items: start;
}
.como-text h1{
    font-weight: 700;
font-size: 36px;
line-height: 120%;
color: #fff;
}
.como-text p{
font-weight: 500;
font-size: 23px;
line-height: 120%;
color: rgba(255, 255, 255, 0.7);
}
.como-text-second{
    align-items: end;
}
.como-text-second p{
    text-align: end;
}
.como-third{
    width: 40%;
}
.como-text-third{
    width: 100%;
}
.scr-como-bottom-text{
    font-weight: 800;
font-size: 40px;
line-height: 120%;
text-align: center;
color: #fff;
width: 50%;
margin: 0 auto;
}
.scr-como-bottom-text span{
    background: linear-gradient(60deg, #0079fa 0%, #a1cfff 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.src-reblock{
    background: linear-gradient(266deg, #a1cfff 0%, #0079fa 100%);
    border-radius: 25px;
    width: 90%;
    margin: 0 auto;
    padding: 40px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    box-shadow: 0 -40px 400px 0px rgb(19, 157, 255);

}
.src-reblock h1{
    font-weight: 800;
font-size: 38px;
line-height: 120%;
text-align: center;
color: #fff;
width: 68%;
}
.src-reblock-second h1{
    font-weight: 800;
font-size: 38px;
line-height: 120%;
text-align: center;
color: #fff;
width: 68%;
}
.src-reblock-second{
    background: linear-gradient(266deg, #a1cfff 0%, #0079fa 100%);
    border-radius: 25px;
    width: 90%;
    margin: 0 auto;
    padding: 40px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    box-shadow: 0 -40px 400px 0px rgb(19, 157, 255);

}
.src-buttons{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 68%;
}
.src-buttons button{
    cursor: pointer;
}
.src-buttons :nth-child(1){
    padding: 20px 0px;
    border-radius: 20px;
    background: #fff;
    font-weight: 700;
    font-size: 26px;
    line-height: 120%;
    border: none;
    color: #3495fb;
    width: 55%
}
.src-buttons :nth-child(2){
    padding: 16px 0px;

    font-weight: 700;
font-size: 26px;
line-height: 120%;
color: #fff;
border: 4px solid #fff;
border-radius: 20px;
background: inherit;
width: 40%;
}
.src-a a{
    width: 100%;
    background: none !important;
    color: white !important;
    text-decoration: none;
}
footer{
    width: 100%;
    background: black;
    border-top: 3px solid rgba(255, 255, 255, 0.29);
    padding: 50px 0px;
}
.src-footer{
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.scr-footer-left{
    display: flex;
    flex-direction: column;
    align-items: start;
}
.scr-footer-left p{
    font-weight: 500;
font-size: 18px;
color: rgba(255, 255, 255, 0.45);
}
.src-footer h1{
    background: linear-gradient(21deg, #ffffff 0%, #ffffff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--font-family);
    font-weight: 800;
    font-size: 26px;
    line-height: 120%;
    text-align: center;
}
.src-footer span{
    background: linear-gradient(21deg, #0079fa 0%, #a1cfff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--font-family);
    font-weight: 800;
    font-size: 26px;
    line-height: 120%;
    text-align: center;
}
.Disclaimer{
    font-weight: 500;
font-size: 17px;
text-align: center;
color: #fff;
width: 25%;
}
.scr-bot{
    padding: 25px 0px;
}
.src-thanks{
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.atras{
    margin: 0 auto;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
}
button{
    transition: 0.3s;
}
button:hover{
    transform: translateY(-10px);
}   


@media (max-width:800px){
    header p{
        display: none;
    }
    .top-block svg{
        width: 20px;
    }
    .top-block p{
        font-weight: 500;
font-size: 14px;
color: rgba(255, 255, 255, 0.7);
    }
    .src-block h1{
        font-size: 21px;
        width: 85%;
    }
    .src-block-p{
        font-size: 12px;
        text-align: center;
        width: 70%;
    }
    .src-block-button{
        font-size: 15px;
        border-radius: 10px;
        max-width: 90%;
    }
    .src-three-block{
        flex-direction: column;
        gap: 30px;
    }
    .block{
        width: 100%;
        padding: 30px;
    }
    .src-hero{
        height: auto;
    }
    .src-como{
        height: auto;
    }
    .src-como h1{
        font-size: 24px;
    }
    .como-text h1{
        font-size: 18px;
    }
    .como-text p{
        font-size: 14px;
    }
    .como-block svg{
        display: none;
    }
    .src-como-block{
        width: 100%;
        background-image:url('/assets/images/Group\ 3.png')
    }
    .como-second{
        width: 40%;
    }
    .scr-como-bottom-text{
        font-size: 18px !important;
        width: 80%;
    }
    .src-arrow{
        display: none;
    }
    .src-hero{
        padding: 30px 0px;
    }
    .src-reblock{
        padding: 18px;
    }
    .src-reblock h1{
        font-size: 16px;
        width: 65%;
    }
    .src-buttons{
        width: 100%;
    }
    .src-buttons{
        flex-direction: column;
        gap: 10px;
    }
    .src-buttons button{
        width: 100% !important;
        font-size: 16px !important;
    }
    .src-footer{
        flex-direction: column;
        align-items: center;
        gap: 30px;
        text-align: center;
    }
    .scr-footer-left{
        align-items: center;
    }
    .Disclaimer{
        width: 100%;
    }
    .src-reblock-second h1{
        font-size: 20px;
        width: 80%;
    }
    .src-buttons{
        width: 90%;
    }
    .src-buttons button{
        font-size: 17px !important;
    }
    .src-buttons a{
        font-size: 17px !important;
    }
    .atras{
        font-size: 26px;
    }
}