/* header */
.hidden {
  display: none;
}

.marketplaces {
  width: 100%;
  max-width: 1400px;
}

/* Navbar Styles */
.navbar {
  background: rgba(2, 15, 34, 0.8); 
  backdrop-filter: blur(5px); 
}

.nav-link {
  color: #fff !important; 
  font-size: 20px !important;
  font-weight: 400 !important;
}

.nav-link:hover {
  color: #fff !important; 
}

.dropdown-menu {
  background-color: rgba(2, 15, 34, 0.8) !important;
  color: #fff !important;
}

.dropdown-item {
  color: white !important; 
}

.dropdown-item:hover {
  background-color: #fff !important; 
  color: black !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu{right: 0;}
