/* Note: If need Disable Decimal-value functionilty open function.scss file */
/* mini laptop resolution 1349 X 662 and 1246 X 681 and 1218 X 672 */
/* Mozila Firefox */
.video-slider.no-pm-top {
  margin-top: 0px !important;
  padding-top: 0px !important;
}
.video-slider .slider-buttons {
  display: flex;
  justify-content: space-between;
  margin: 40px auto 0;
  width: 100%;
}
@media (width >= 48rem) {
  .video-slider .slider-buttons {
    width: 80%;
  }
}
.video-slider .slider-titles {
  position: relative;
  width: 100%;
  margin: 0 16px;
  text-align: center;
}
.video-slider .slider-titles .slider-title {
  position: absolute;
  width: 100%;
}
.video-slider .slider-titles .slider-title h3 {
  color: #001f1f;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  opacity: 0;
  transition: opacity 0.2s;
}
.video-slider .slider-titles .slider-title h3 small {
  font-weight: 400;
}
.video-slider .slider-titles .slider-title.active h3 {
  opacity: 1;
  transition: opacity 0.2s 0.2s;
}
.video-slider .button-prev,
.video-slider .button-next {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: rgba(112, 112, 112, 0.66);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  background-color: transparent;
  border: 0;
}
.video-slider .button-prev svg,
.video-slider .button-next svg {
  border-radius: 10px;
  background: #1565c0;
  margin-bottom: 6px;
}
.video-slider-item {
  position: relative;
}
.video-slider-item:hover .icon-play {
  background-color: rgb(46, 46, 46);
}
.video-slider .swiper-slide {
  transform: scale(0.9);
  transition: transform 0.2s;
}
.video-slider .swiper-slide a {
  display: block;
}
.video-slider .swiper-slide > div {
  flex: 1 0 auto;
}
.video-slider .swiper-slide img {
  border-radius: 34px;
  width: 100%;
}
.video-slider .swiper-slide.swiper-slide-active {
  transform: scale(1);
}
.video-slider-wrapper {
  --mask_a: 0.01;
  --mask_d: 0.01;
  -webkit-mask: linear-gradient(to right, rgba(0, 0, 0, var(--mask_a, 1)), rgba(0, 0, 0, var(--mask_b, 1)) 15%, rgba(0, 0, 0, var(--mask_c, 1)) 85%, rgba(0, 0, 0, var(--mask_d, 1)));
          mask: linear-gradient(to right, rgba(0, 0, 0, var(--mask_a, 1)), rgba(0, 0, 0, var(--mask_b, 1)) 15%, rgba(0, 0, 0, var(--mask_c, 1)) 85%, rgba(0, 0, 0, var(--mask_d, 1)));
}
.video-slider .icon-play {
  position: absolute;
  color: #fff;
  background-color: rgba(46, 46, 46, 0.65);
  top: calc(50% - 37px);
  left: calc(50% - 37px);
  width: 74px;
  height: 74px;
  font-size: 22px;
  border-radius: 50%;
  z-index: 1;
  transition: background-color 0.2s;
  backdrop-filter: blur(6px);
  line-height: 80px;
  text-align: center;
}
.video-slider .icon-play::before {
  margin-left: 4px;
}