/* Banner --------------------------------------------------------------------------------------------------------*/
.banner .slick-dots {
  position: absolute;
  bottom: 20px;
  max-width: 1420px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.bg-overlay::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40.88%, rgba(0, 0, 0, 0.8) 86.62%);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.banner-slide {
  position: relative;
}

.banner-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  height: 650px;
  display: block;
}

.banner-content {
  position: absolute;
  z-index: 2;
  bottom: 52px;
  left: 0;
  width: 100%;
  align-self: flex-end;
}
.banner-content .btn {
  width: 100%;
}

.banner-title {
  color: #fff;
  font-weight: 700;
  font-size: 2.125rem;
  line-height: 2.625rem;
  margin-bottom: 30px;
}

/* Responsive Media Queries --------------------------------------------------------------------------------------------------------*/
@media (max-width: 375px) {
  .banner-content {
    max-width: 338px;
  }
}
@media (min-width: 768px) {
  .banner .slick-dots {
    bottom: 86px;
    justify-content: flex-start;
    width: calc(100% - 70px);
  }
  .bg-overlay:before {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 43.46%, rgba(0, 0, 0, 0.8) 97.84%);
  }
  .banner-img {
    height: 600px;
  }
  .banner-content {
    max-width: 850px;
    align-self: center;
    top: 57%;
    transform: translateY(-70%);
  }
  .banner-content .btn {
    width: auto;
  }
  .banner-title {
    font-size: 3.75rem;
    line-height: 4.5625rem;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .banner .slick-dots {
    width: calc(100% - 140px);
  }
}
@media (max-width: 767.98px) {
  .version-2 .banner-img, .version-2 .banner-slide::before {
    height: 320px;
    top: 0;
    bottom: auto;
  }
  .version-2 .bg-overlay::before {
    content: none;
  }
  .version-2 .banner-content {
    position: relative;
    bottom: auto;
    padding: 20px 0 56px;
    background: #fff;
  }
  .version-2 .banner-title {
    color: #36424A;
  }
}

/*# sourceMappingURL=banner.css.map */