* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    
}


@font-face {
    font-family: 'inter';
    src: url('../fonts/inter.24pt-medium.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Space Grotesk';
    src: url('../fonts/SpaceGrotesk-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Space Grotesk';
    src: url('../fonts/SpaceGrotesk-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Space Grotesk';
    src: url('../fonts/SpaceGrotesk-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Space Grotesk';
    src: url('../fonts/SpaceGrotesk-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Space Grotesk';
    src: url('../fonts/SpaceGrotesk-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5
{
    font-family: 'Space Grotesk', sans-serif;
}
h2{
    font-size:44px;
    color: var(--headf-color);
font-weight: 700;
font-style: Bold;
font-size: 44px;
line-height: 52px;
letter-spacing: 0%;
vertical-align: middle;
}

h3{
    font-size: 24px;
    color:var(--hhh-color);
}


h4{
color:var(--headf-color) ;
font-size: 18px;
}

p{
    color:var(--p-color);
    font-size: 16px;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;

}



p,li,a,button{
    font-family:Inter !important;
}
a{
    text-decoration: none;
}

:root{
    --main-color:linear-gradient(90deg, #6957FF 0%, #B59DFF 100%);
    --dark-bule:#05053E;
    --white:#fff;
    --black:#000;
    --light-color:#E6E2FF;
    --icons-color:#6C5EFB;
    --light-bg:#F5F6FF;
    --brig-color:rgba(61, 58, 122, 1); 
    --headt-color:rgba(5, 5, 62, 1); 
    --headf-color:rgba(5, 5, 62, 1);
    --p-color:rgba(71, 70, 80, 1); 
    --hhh-color:rgba(26, 26, 77, 1); 
}

.trusted-heading h4{
    color:var(--brig-color);
}

.trusted-heading h4{
 font-size: 22px;
 font-family: Inter;
}

.main-btn{
    background: var(--main-color);
     color: #fff;
     display: flex;
     padding: 20px;
     width: fit-content;
     border: none;
     font-size: 16px;
     border-radius: 20px;
    margin: 10px 0;

    font-family: Inter;
font-weight: 600;
font-style: Semi Bold;
letter-spacing: 0%;
}

.Result-btn{
    background:rgba(5, 5, 62, 1);
     color: #fff;
     display: flex;
     padding: 20px;
     width: fit-content;
     border: none;
     font-size: 16px;
     border-radius: 20px;
    margin: 10px 0;

    font-family: Inter;
font-weight: 600;
font-style: Semi Bold;
letter-spacing: 0%;
}


.container{
    width: 90%;
    margin: auto;
}


