.carousel-cell,
.carousel-cell .slider__images,
.carousel-cell .slider__images img {
  width: 100%;
}

.slick-dots {
  border: 0px;
  top: 95%;
}

.slick-dots li.slick-active button:before,
.slick-dots li button:before {
  color: #ffffff95;
  opacity: 1;
  font-size: 8px;
}
.slick-dots li.slick-active button:before {
  color: #fff;
}

.slider__images {
  position: relative;
}

.slider__images:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
}

.carousel-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.6) 50%,
    rgba(0, 0, 0, 0) 100%
  );
}

@media screen and (min-width: 768px) {
  .slider__images img {
    object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    height: 80vh;
  }
  .carousel-title a {
    font-size: 72px;
  }
  .carousel-title a:hover {
    font-size: 80px;
  }
}
@media screen and (max-width: 768px) {
  .slider__images img {
    object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    height: 66vh;
  }
  .carousel-title a {
    font-size: 46px;
    word-break: break-word;
  }
  .carousel-title a:hover {
    font-size: 50px;
    word-break: break-word;
  }
}

.carousel-title a {
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  word-break: break-word;
  margin: 0 10px;
}

.cta_button:hover {
  background: rgb(255 255 255 / 20%);
  transform: scale(0.98);
  color: #fff;
}

.slick-viewport {
  height: 80vh !important;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .slick-viewport {
    width: 100%;
    height: 66vh !important;
  }
  .carousel-cell,
  .carousel-cell .slider__images,
  .carousel-cell .slider__images img {
    width: 100%;
  }
  .slick-viewport {
    overflow: unset;
  }
  .carousel-cell {
    width: 100%;
  }
  .slider__nav {
    width: 100%;
    left: 0;
    top: 0;
    height: 50%;
  }
}
