@import url("https://fonts.googleapis.com/css2?family=Kurale&family=Montserrat:wght@300;400;500&display=swap");

body {
  background: #e2e0e2;
  overflow: hidden;
}

.swiper {
  width: 100%;
  height: 100vh;
  /* height: 110vh; */
}

.swiper-slide {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.top-right-decoration {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}

.top-left-decoration {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

img {
  z-index: 2;
}

.controls {
  z-index: 3;
  position: absolute;
  bottom: 10px;
  right: -40px;
  /* top: 60%;
  left: 50%;
  transform: translate(-50%, -50%); */
}

.controls img {
  width: 60%;
  cursor: pointer;
}

.swiper-slide h2 {
  font-family: "Kurale", sans-serif;
  font-size: 2.5rem;
}

.swiper-slide p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

@media (max-width: 768px) {
  .top-left-decoration,
  .top-right-decoration {
    height: 150px;
  }
  .swiper-slide {
      margin-top: 10px;
  }
}
