.fit-cover {
  object-fit: cover;
}

.scroll-down {
  position: absolute;
  bottom: 3vh;
  left: 50%;
  transform: translateX(-50%);
  font-size: 5rem;
  color: #edecb6;
  cursor: pointer;
  animation: bounce 2s infinite;
}

.scroll-down {
  position: absolute;
  bottom: 1vh;
  left: 50%;
  transform: translateX(-50%);
  font-size: 5rem;
  color: #edecb6;
  cursor: pointer;
  animation: bounce 2s infinite;
}

.scroll-down:hover {
  color: #fff2d9;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(-10px);
  }
  60% {
    transform: translateX(-50%) translateY(-5px);
  }
}

.footer-down {
  position: absolute;
  bottom: 2vh;
  left: 50%;
  transform: translateX(-50%);
}

#end6 {
}

