#kt_header_nav_wrapper .menu-link {
  color: #fff;
}
#kt_header_nav_wrapper .menu-link.active {
  color: var(--app-theme-secondary);
  background: rgba(255, 255, 255, 0.2);
}

[data-kt-sticky-landing-header=on] #kt_header_nav_wrapper .menu-link {
  color: var(--bs-text-gray-600);
}
[data-kt-sticky-landing-header=on] #kt_header_nav_wrapper .menu-link.active {
  color: var(--app-theme-secondary);
  background: rgba(255, 255, 255, 0.2);
}
