.custom-nav {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.custom-nav ul {
  display: flex;
  list-style: none !important;
  gap: 0 1rem;
  font-family: "din-2014", sans-serif;
  font-size: 1rem;
  padding: 0 !important;
  margin: 1rem !important;
  flex-wrap: wrap;
}

.custom-nav li {
  padding: 0;
  margin: 0;
}

.custom-nav li a {
  color: white;
  font-weight: inherit;
  text-decoration: none;
}

.custom-nav .active a {
  color: #fff;
}

.custom-nav .active-indicator {
  position: absolute;
  height: 100%;
  background: black;
  border-radius: 0px;
  z-index: -1;
}
