@media (max-width:1023px) {

    #menu {
        display: none;
        position: fixed;
        top: 80px;
        left: 0;
        width: 100%;

        background: #fff;
        color: #517E1D;

        flex-direction: column;
        align-items: flex-start;
        gap: 20px;

        padding: 30px;
        z-index: 999;
    }

    #menu.mobile-open {
        display: flex !important;
    }

    #menu .nav-link {
        color: #517E1D;
    }

    #menu .nav-link:hover,
    #menu .nav-link.active {
        color: #517E1D;
    }

    #menu .nav-link.active::after {
        background: #517E1D;
    }
}

/* Active Navigation */

.nav-link {
    color: #517E1D;
}

.nav-link.active {
    color: #517E1D;
}

.nav-link.active::after {
    width: 100%;
    background: #517E1D;
}

/* Active Navigation */



.nav-link.active::after {
    width: 100%;
    background: #58111A;
}

.nav-link.active {
    color: #58111A;
}

.nav-link {
    color: #517E1D;
}

.nav-link.active {
    color: #517E1D;
}

.nav-link.active::after {
    width: 100%;
    background: #517E1D;
}