/* GLOBAL STYLES
/* Coded by m1xawy
-------------------------------------------------- */
@media only screen and (max-width: 992px) {
    .navbar {
        background-color: rgb(0 17 27 / 80%) !important;
        border: 1px solid #0dafd6;
    }
    .navbar-collapse {
        position: absolute;
        background-color: rgb(0 17 27 / 80%);
        width: 100%;
        margin-top: 35px;
        z-index: 1;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1400px) {

}
