.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.force-border{
    border: 1px solid !important;
}

/* mobile */
@media (max-width: 875px) {
    .hide-md-lg {
        display: none;
    }

    .mx-auto-ml {
        margin-right: auto;
        margin-left: auto;
    }

    .soja-hero-wrapper .glow-cel-2 {
        top: 150px !important;
        right: -50px !important;
    }
}
@media (max-width: 383px) {
    .bottomer-line{
        bottom: -371% !important;
    }
   
}
@media (max-width: 365px) {

    .textforce{
       font-size: 28px !important;
    }
}
.op-0{
    opacity: 0;

}




/* desktop */
@media (min-width: 875px) {
    .max-w-md-lg {
        max-width: 31vw;
    }

    .hide-test {
        display: none;
    }
}