body {
  color: #FFF;
}

header {
  height: 100vh;
  position: relative;
}

header .header-title {
  font-size: 3.75rem;
  padding: 0 25%;
  line-height: 4rem;
  text-align: center;
  font-family: "Sf-Compact-Display-Bold";
}

header .header-text {
  margin-top: 2.5rem;
  text-align: center;
}

header .header-text p {
  padding: 0 32.5%;
}

header .header-text .btn {
  width: 90px;
  margin: auto;
  margin-top: 2.5rem;
  font-size: .9rem;
  text-transform: uppercase;
  color: #FFF;
}

header .header-img {
  position: absolute;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: -2;
}

header .swiper-slider {
  overflow: hidden;
}

header .swiper-slider .swiper-slide {
  padding-top: 7vh;
  display: flex;
  align-items: center;
  position: relative;
}

header .swiper-slider .swiper-slide::before{
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .4);
  z-index: -1;
}

header .swiper-pagination {
  position: absolute;
  bottom: 2.5vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 99;
}

header .swiper-pagination span {
  height: 12px;
  width: 12px;
  background-color: #FFF;
  opacity: 1;
}

header .swiper-pagination span:not(:first-of-type) {
  margin-left: 15px;
}

header .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #637D96;
}

header .header-content {
  width: 100%;
}

.bids.none + .btn--3 {
  margin-top: 7vh;
}

@media only screen and (max-width: 1023px) {
  header {
    height: 41vh;
    padding-top: 10vh;
  }

  header .swiper-slider .swiper-slide .header-title {
    font-size: 1.5rem;
    line-height: 2rem;
    padding: 0 2rem;
  }

  header .swiper-slider .swiper-slide .header-text p {
    font-size: 14px;
     display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; 
    line-height: 1.25rem;
    padding: 0 2rem;
    margin-bottom: 0;
  }

  header .header-img {
    height: 100%;
  }

  header .swiper-pagination {
    bottom: 1vh;
  }

  header .header-text .btn {
    padding: 5px 10px;
  }

}

@media only screen and (max-width: 480px) {
  header .swiper-slider .swiper-slide{
    padding-top: 0 !important;
  }
  header .swiper-slide .header-title {
    font-size: 1.5rem;
    padding: 0 .5rem !important;
  }
  header .swiper-slide .header-text {
    margin-top: 1.5vh;
  }
  header .swiper-slide .header-text p {
    padding: 0 .5rem !important;
  }
  header .swiper-slide .btn {
    margin-top: 1.5vh;
  }
}
/*# sourceMappingURL=homepage.css.map */