.nav{
	background-color: #ffffff;
}

.nav-item a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #ffffff;
  transition: all 0.3s ease;
}

.nav-item a:hover::after {
  width: 70%;
  left: 15%;
}


.nav-item a:active::after {
  background: var(--neutral-100);
  transition: all 0.05s ease;
}

.nav-links a:active {
  nav-item: 0 0 15px rgba(255, 255, 255, 1);
  transition: all 0.05s ease;
}

