body {
  position: relative;
  height: 100%;
}

body {
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

.white-color {
  color: #fff;
}

.main-title {
  font-size: 18px;
  font-weight: 700;
}

.f-1 {
  font-size: 16px;
  font-weight: 700;
}

.f-2 {
  font-size: 12px;
  font-weight: 600;
}

a {
  color: #fff
}

.wrapper {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../img/background.jpg');
  background-size: cover;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  height: 100%;
}

.swiper-slide img {
  /* display: block; */
  width: 100vw;
  height: 100vh;
}

.layout {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  flex-direction: column;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .main-title {
    font-size: 22px;
  }

  .f-1 {
    font-size: 18px;
  }

  .f-2 {
    font-size: 12px;
  }
}