.home-indicator {
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(134px, 18vw, 268px);
  height: 5px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 100px;
  z-index: 1000;
}