.home-slider {
  height: 750px;
  position: relative;
}
.home-slider .bg-slider-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 750px;
  background-color: rgba(0, 0, 0, 0.37);
  background-blend-mode: overlay;
  position: relative;
}
.home-slider .slider-content-w {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-slider .slider-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 0;
}
.home-slider .slider-content .slider-title {
  opacity: 0;
  transition: all 0.6s;
  transform: translate(-50px);
  font-size: var(--title-size);
  font-family: var(--font-bold);
  line-height: 35px;
  color: white;
}
.home-slider .slider-content .slider-video {
  position: relative;
  cursor: pointer;
}
.home-slider .slider-content .video-lottie-icon {
  width: 120px;
  height: 120px;
}
.home-slider .slider-content .video-lottie-icon svg {
  width: 150px !important;
  height: auto !important;
}
.home-slider .default-lottie-icon.mp4-lottie-icon {
  position: absolute;
  left: 15px;
  top: 100px;
  width: 120px;
  height: 120px;
}
.home-slider .default-lottie-icon.mp4-lottie-icon svg {
  width: 120px !important;
  height: auto !important;
}
.home-slider .owl-default-dots .owl-dots {
  bottom: 40px;
}
.home-slider .owl-default-dots .owl-dots .owl-dot {
  width: 12px;
  height: 6px;
  background: rgba(255, 255, 255, 0.46) !important;
  border-color: rgba(255, 255, 255, 0.46) !important;
  border-radius: 5px;
  transition: width 0.3s linear;
}
.home-slider .owl-default-dots .owl-dots .owl-dot.active {
  width: 30px;
  background: white !important;
  border-color: white !important;
}

.home-slider .active .slider-content {
  opacity: 1;
}
.home-slider .active .slider-content .slider-title {
  opacity: 1;
  transform: translate(0);
  transition-delay: 0.4s;
}

.slider-item .row.row10,
.slider-item-video .row.row10 {
  margin-bottom: 0;
}

.slider-item .row.row10 [class*=col-],
.slider-item-video .row.row10 [class*=col-] {
  padding-bottom: 0;
}

.slider-item-video {
  height: 750px;
  max-height: 100% !important;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
}
.slider-item-video iframe,
.slider-item-video video {
  margin: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  display: block;
  height: 750px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

@media (max-width: 1199.98px) {
  .home-slider,
  .home-slider .bg-slider-image,
  .slider-item-video,
  .slider-item-video iframe,
  .slider-item-video video {
    height: 700px;
  }
}
@media (max-width: 991.98px) {
  .home-slider,
  .home-slider .bg-slider-image,
  .slider-item-video,
  .slider-item-video iframe,
  .slider-item-video video {
    height: 650px;
  }
}
@media (max-width: 767.98px) {
  .home-slider,
  .home-slider .bg-slider-image,
  .slider-item-video,
  .slider-item-video iframe,
  .slider-item-video video {
    height: 600px;
  }
}
@media (max-width: 575.98px) {
  .home-slider,
  .home-slider .bg-slider-image,
  .slider-item-video,
  .slider-item-video iframe,
  .slider-item-video video {
    height: 550px;
  }
}
@media (max-width: 475.98px) {
  .home-slider,
  .home-slider .bg-slider-image,
  .slider-item-video,
  .slider-item-video iframe,
  .slider-item-video video {
    height: 500px;
  }
}
@media (max-width: 375.98px) {
  .home-slider,
  .home-slider .bg-slider-image,
  .slider-item-video,
  .slider-item-video iframe,
  .slider-item-video video {
    height: 450px;
  }
}
