/* [project]/src/components/Navbar.module.css [app-client] (css) */
.Navbar-module__cJzEcG__navbar {
  z-index: 1000;
  width: 100%;
  transition: all var(--transition-normal);
  color: #fff;
  padding: 2.5rem 0;
  position: fixed;
  top: 0;
  left: 0;
}

.Navbar-module__cJzEcG__scrolled {
  color: hsl(var(--foreground));
  background: #fff;
  padding: 1.5rem 0;
  box-shadow: 0 4px 30px #00000008;
}

.Navbar-module__cJzEcG__container {
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
}

.Navbar-module__cJzEcG__logoText {
  font-family: var(--font-heading);
  letter-spacing: -.05em;
  font-size: 2rem;
  font-weight: 700;
}

.Navbar-module__cJzEcG__links {
  gap: 4rem;
  display: none;
}

@media (min-width: 1024px) {
  .Navbar-module__cJzEcG__links {
    display: flex;
  }
}

.Navbar-module__cJzEcG__link {
  text-transform: uppercase;
  letter-spacing: .1em;
  opacity: .8;
  font-size: .9rem;
  font-weight: 500;
}

.Navbar-module__cJzEcG__actions {
  align-items: center;
  gap: 2.5rem;
  display: flex;
}

.Navbar-module__cJzEcG__loginLink {
  text-transform: uppercase;
  letter-spacing: .1em;
  align-items: center;
  gap: .5rem;
  font-size: .9rem;
  font-weight: 500;
  display: flex;
}

.Navbar-module__cJzEcG__menuBtn {
  color: inherit;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}

/*# sourceMappingURL=src_components_Navbar_module_0li74fy.css.map*/