.megamenu {
  position: static;
}

.megamenu .dropdown-menu {
  background: none;
  border: none;
  width: 100%;
  border-radius: 0;
}

@media (min-width: 992px) {
  .animate {
    animation-duration: 0.3s;
    animation-fill-mode: both;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

.slideIn {
  animation-name: slideIn;
}

butt {
}

.btnchecked:active {
  color: #ffffff;
}

#navhover:hover {
  background-color: #c77dff;
  color: #000000;
}

#navhover {
  color: var(--bs-nav-link-color);
}

.nav-link {
  background: none;
  border: 0;
  border-radius: var(--bs-nav-pills-border-radius);
}

.nav-link:active {
  background: var;
  border: 0;
  border-radius: var(--bs-nav-pills-border-radius);
}

#navpills {
}

#navpills {
}

