@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,900;1,700&display=swap");

/* CSS Variables */
:root {
    --normal-font: 400;
    --bold-font: 600;
    --bolder-font: 900;
    --primary-color: #0652dd;
    --secondary-color: #ea2027;
    --third-color: #ffffff;
    --line-height: 1.7rem;
    --transition: 0.4s ease-in;
}
.mobile {
    display: none;
}
#fullpage_mb {
    display: none !important;
}
.section5 {
    display: none;
}
.section6 {
    display: none;
}
.section7 {
    display: none;
}
#fp-nav{
    display: block !important;
}
@media screen and (max-width:640px) {
    .desktop {
        display: none;
    }
    #fullpage {
        display: none;
    }
    #fullpage_mb {
        display: block !important;
    }
}
