@import 'part/var.css';

.navbar-lp {
    position: relative;
    background-color: white !important;
    /* z-index: -2; */
}
.navbar-lp .container {
    z-index: 1;
}

.nav-active {
    color: var(--orange);
}


@media screen and (max-width: 992px) {
    .navbar-brand img {
        height: 30px;
    }
    .navbar-lp::before,
    .navbar-lp::after {
        opacity: 0.2;
    }
    .navbar-lp::before {
        left: 0%;
    }
    .navbar-lp::after {
        right: 0%;
    }
}
