.top-slider {
  width: 100%;
  height: 100vh;
  position: relative;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  cursor: pointer;
}

.slide-content {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  color: white;
  text-shadow: 0 2px 5px rgba(0,0,0,0.6);
  font-size: 2.5em;
  text-align: center;
  font-family: 'Barlow', sans-serif;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
}