/* Navigation Menu */


nav {
    background-color: var(--brand-3-c); !important;
    border: none !important;
    z-index: 0;
    padding: 0px 40px;
    width: 1500px;
}

nav ul {
    border: none !important;
}

nav ul li {
    color: var(--brand-1-a) !important;
    text-align: center;
    justify-content: center;
    font-weight: 400;
    height: 60px;
    margin-top: 5px;
}

nav>ul>li.active {
    color: var(--brand-2-a) !important;
}

nav>ul>li.active::after, nav>ul>li:has(.active)::after {
    border-bottom: 5px solid var(--brand-2-a) !important;
}

.nav-background {
    display: flex;
    height: 95px !important;
    min-height: 95px !important;
    max-height: 95px !important;
    justify-content: space-between;
    margin-top: 10px;
    padding: 10px 110px;
    gap: 40px;
}