.navbar .nav-item.navbar-more .dropdown-toggle {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
}

.navbar .nav-item.navbar-more .dropdown-toggle:after {
  display: none;
}

.navbar .nav-item.navbar-more .navbar-more__icon {
  width: 1.5rem;
  height: 1.5rem;
  flex: 0 0 1.5rem;
  transform: rotate(-90deg);
  transition: transform 0.2s ease;
}

.navbar .nav-item.navbar-more .navbar-more__suffix {
  display: none;
}

.navbar .nav-item.navbar-more:hover > .dropdown-toggle {
  color: #fff !important;
}

.navbar .nav-item.navbar-more.show > .dropdown-toggle .navbar-more__icon,
.navbar .nav-item.navbar-more:hover > .dropdown-toggle .navbar-more__icon {
  transform: none;
}

.navbar .nav-item.navbar-more .navbar-more__menu {
  min-width: 13.75rem;
  margin-top: 0;
  padding: 1.125rem 1rem;
  overflow: visible;
  list-style: none;
  background: rgba(12, 12, 14, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.5rem;
  box-shadow: 0 1.125rem 2.625rem rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(12px);
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(1rem);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.navbar .nav-item.navbar-more .navbar-more__menu:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 1.125rem;
}

.navbar .nav-item.navbar-more .navbar-more__menu .dropdown-item {
  color: rgba(255, 255, 255, 0.78);
  padding: 0.875rem 1.125rem;
  font-size: 1rem;
  line-height: 1.375rem;
  text-align: left;
  transition: color 0.2s ease, transform 0.2s ease;
}

.navbar .nav-item.navbar-more .navbar-more__menu .dropdown-item.active,
.navbar .nav-item.navbar-more .navbar-more__menu .dropdown-item:hover,
.navbar .nav-item.navbar-more .navbar-more__menu .dropdown-item:focus {
  color: #fff;
  transform: translateX(0.125rem);
}

.navbar .nav-item.navbar-more .navbar-more__menu .dropdown-item.active {
  font-weight: 600;
}

.navbar .nav-item.navbar-more:hover .navbar-more__menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

@media (max-width: 1199px) {
  .navbar,
  .navbar.navbar-transparent,
  .navbar .container,
  .navbar .navbar-collapse,
  .navbar .navbar-collapse.show {
    background: #000 !important;
    background-image: none !important;
  }

  .navbar .navbar-collapse {
    text-align: center;
    height: calc(100vh - 4rem) !important;
    max-height: calc(100vh - 4rem);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .navbar .navbar-collapse .navbar-nav {
    width: 100%;
    margin: 0 !important;
    align-items: center;
    justify-content: flex-start;
  }

  .navbar .navbar-collapse .navbar-nav .nav-item {
    width: 100%;
    border-bottom: 0 !important;
    text-align: center;
  }

  .navbar .navbar-collapse .navbar-nav .nav-link,
  .navbar .nav-item.navbar-more .dropdown-toggle,
  .navbar .nav-item.navbar-more .navbar-more__menu .dropdown-item {
    width: 100%;
    min-height: 4.5rem;
    padding: 1.5625rem 0 !important;
    line-height: 1.375rem;
    text-align: center !important;
    justify-content: center;
  }

  .navbar .navbar-collapse .navbar-nav .nav-link,
  .navbar .nav-item.navbar-more .dropdown-toggle {
    color: #fff !important;
  }

  .navbar .nav-item.navbar-more .dropdown-toggle {
    width: 100%;
    gap: 0.5rem;
  }

  .navbar .nav-item.navbar-more.show > .dropdown-toggle {
    color: #fff !important;
  }

  .navbar .nav-item.navbar-more.show > .dropdown-toggle .navbar-more__icon {
    transform: none;
  }

  .navbar .nav-item.navbar-more .navbar-more__icon {
    display: block;
    transform: rotate(-90deg);
  }

  .navbar .nav-item.navbar-more .navbar-more__suffix {
    display: none !important;
  }

  .navbar .nav-item.navbar-more .navbar-more__suffix--open {
    display: none !important;
  }

  .navbar .nav-item.navbar-more.show .navbar-more__suffix--closed {
    display: none !important;
  }

  .navbar .nav-item.navbar-more.show .navbar-more__suffix--open {
    display: none !important;
  }

  .navbar .nav-item.navbar-more:hover > .dropdown-toggle .navbar-more__icon {
    transform: rotate(-90deg);
  }

  .navbar .nav-item.navbar-more.show > .dropdown-toggle .navbar-more__icon {
    transform: none;
  }

  .navbar .nav-item.navbar-more .navbar-more__menu {
    display: none;
    position: static;
    float: none;
    min-width: 100%;
    margin: 0;
    padding: 0;
    background: #000;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
    transform: none;
    gap: 0;
  }

  .navbar .nav-item.navbar-more .navbar-more__menu:before {
    display: none;
  }

  .navbar .nav-item.navbar-more .navbar-more__menu .dropdown-item {
    color: #a0a0a0 !important;
    min-height: 5.25rem;
    padding: 1.9375rem 0 !important;
    text-align: center;
    transform: none;
  }

  .navbar .nav-item.navbar-more .navbar-more__menu .dropdown-item.active,
  .navbar .nav-item.navbar-more .navbar-more__menu .dropdown-item:hover,
  .navbar .nav-item.navbar-more .navbar-more__menu .dropdown-item:focus {
    color: #fff !important;
    transform: none;
  }

  .navbar .nav-item.navbar-more.show .navbar-more__menu {
    display: flex;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }
}
