.gld-desktop-menu::after {
    content: "";
    height: 8px;
    width: 100%;
    bottom: -5px;
    position: absolute;
    background: linear-gradient(to bottom, #477dc6 5px, #009a44);
    z-index: -1;
}