.category-parallax {
  background: url('assets/images/parallax-bg.jpg') no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.5);
}

.category-box {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.category-box:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-5px);
}


.tag-slider::-webkit-scrollbar {
  display: none;
}
.tag-slider {
  white-space: nowrap;
  scrollbar-width: none;
}