.elementor-widget-bol_marquee_slider {
  border-radius: 16px;
  overflow: hidden;
}

.elementor-widget-bol_marquee_slider .splide__slide {
  padding: 0 !important;
}

.bol-card__media-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  /* aspect-ratio: 16 / 9; */
  overflow: hidden;
}

.splide__pagination__page:hover {
  opacity: 0.9;
  background: #fff;
}

.bol-card__front {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bol-content .bol-card__title {
  font-size: 64px;
  line-height: 120%;
  margin: 0 0 1rem 0;
}

.bol-content .bol-card__desc {
  font-size: 24px;
}

.bol-content .bol-card__desc p {
  margin-bottom: 0;
}

.elementor-widget-bol_marquee_slider .splide__pagination {
  margin: 0;
}

.bol-content {
  width: 60%;
  padding-left: 3rem;
  position: absolute;
  margin: auto;
  display: block;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bol-card__media-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  /* aspect-ratio: 16 / 9; */
  overflow: hidden;
}

.bol-card__media-wrapper::before {
  content: "";
  height: 100%;
  width: 100%;
  background: radial-gradient(
    circle at 0%,
    #e6d6d6,
    #e6d6d6 45%,
    #eeeeee00 68%,
    #33333300 100%
  );
  position: absolute;
  display: block;
}

.bol-card__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bol-card {
  text-align: left;
  position: relative;
}

.bol-card__title {
  font-size: 16px;
  margin: 15px 0 8px;
  line-height: 20px;
}

.bol-card__title-link {
  text-decoration: none;
  color: #000;
}

.splide__pagination__page.is-active {
  background: #933eb7;
  transform: scaleX(1);
  z-index: 1;
  width: 50px;
  border-radius: 15px;
  height: 4px;
  z-index: 999;
  position: relative;
  opacity: 1;
  transition-duration: 0.3s !important;
  transition-timing-function: cubic-bezier(0.28, 0.76, 0.54, 1.02) !important;
}

.splide__pagination__page {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.28, 0.76, 0.54, 1.02) !important;
  background: #5d1a2a59;
  border: 0;
  border-radius: 8px;
  height: 4px;
  margin: 3px;
  opacity: 1;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 13px;
}

.bol-primary {
  color: #933eb7;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
  left: 2rem !important;
  right: auto;
  bottom: 2rem;
}

.bol-card__desc {
  font-size: 14px;
  color: #1a1a1a;
  line-height: 32px;
}

.splide__slide {
  padding: 10px;
  box-sizing: border-box;
}

.splide.sm {
  padding: 0;
  margin: 0 auto;
}

/* Laptop */
@media screen and (min-device-width: 1024px) and (max-device-width: 1200px) {
  .bol-content .bol-card__title {
    font-size: 42px;
  }
}

/* Tablet */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .splide__slide {
    width: 100%;
  }

  .bol-content .bol-card__title {
    font-size: 28px;
    line-height: 32px;
  }

  .bol-content .bol-card__desc {
    font-size: 14px;
  }

  .bol-content {
    padding-left: 2rem;
    width: 70%;
  }

  .splide__pagination {
    padding-left: 0 !important;
  }

  .bol-content .bol-card__desc {
    font-size: 16px;
  }

  .bol-content .bol-card__desc p {
    line-height: 21px;
  }
}

/* Mobile */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .splide__slide {
    width: 100%;
  }

  .bol-content .bol-card__title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 0.5rem !important;
  }

  .bol-content .bol-card__desc {
    font-size: 14px;
  }
  .bol-card__media-wrapper::before {
    background: radial-gradient(
      circle at center bottom,
      #e6d6d6,
      #e6d6d6 45%,
      #eeeeee00 68%,
      #33333300 100%
    );
  }

  .bol-content .bol-card__desc {
    font-size: 14px !important;
    line-height: 20px;
  }

  .bol-content {
    padding-left: 1rem !important;
    width: 90%;
    justify-content: flex-end !important;
    margin-bottom: 4rem !important;
  }
  .entry-content .splide ul.splide__pagination {
    padding-left: 1rem;
  }
  .entry-content .splide ul.splide__pagination {
    left: 0rem !important;
  }
}
