.hero-section {
  position: relative;
  width: 100%;
  height: 100vh; 
  background: url("../img/Coshik Exports/1.jpg") no-repeat center center/cover;
  background-color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: gray;
  text-align: center;
  overflow: hidden;
}

.categories {
  position: relative;
  z-index: 2;
}

.line {
  display: flex;
  justify-content: center;
  margin: 10px 0;
}

.category {
  font-family: FKRasterGrotesk, "FKRasterGrotesk Fallback";
  font-size: 4rem;
  margin: 0 10px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.new-category-color {
  color: white;
}
