.image-video {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}

.abc-video {
  height: 100vh;
  width: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.slider-item {
  position: relative;
}

.slider-overlay {
  position: absolute;
  bottom: 220px;
  left: 50px;
  /* background: red; */
  right: 40px;
  max-width: 1550px;
  margin: auto;
  padding: 0 15px;
}

.slider-text {
  color: white;
}

.slider-small-text {
  text-transform: uppercase;
  font-size: calc(1.375rem + .6vw);
  font-size: 33px;
}

.slider-item-ttl {
  font-size: calc(3.375rem + 1.85vw);
  /* font-size: 89px; */
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
}

.slider-btn-container {
  margin-top: 15px;
}

a.slider-btn {
  display: inline-block;
  color: white;
  font-size: 16px;
  border: 1px solid;
  padding: 10px 30px;
  transition: .3s;
}

a.slider-btn:hover {
  text-decoration: none;
  background: white;
  color: #5a5a5a;
}

/* New Owl dots */

.new-video-slider .owl-dots {
  position: absolute;
  bottom: 100px;
  display: flex;
  left: 40px;
  right: 40px;
  max-width: 1550px;
  margin: auto;
  padding: 0 15px;
}

.new-video-slider .owl-dot>span {
  display: block;
  height: 5px;
  width: 70px;
  background: rgba(134, 134, 134, 0.72);
  margin: 10px 5px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  transition: .3s;
  will-change: width;
}

.new-video-slider .owl-dot.active>span {
  width: 200px;
}

/* .new-video-slider .owl-dot>span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  transform: translateX(-100%);
}

.new-video-slider .owl-dot.active>span:before {
  animation: dot-progress 10s linear forwards;
} */

.new-video-slider .owl-dot>span .prog-anim {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  width: 0%;
  transform: inherit !important;
}

.new-video-slider .owl-dot.active>span .prog-anim {
  animation: dot-progress 10s linear forwards;
}

@keyframes dot-progress {
  to {
    width: 100%;
  }
}

.slider-text>div {
  opacity: 0;
  transform: translateX(150px);
  transition: 1s;
}

.new-video-slider .owl-item.active .slider-text>div {
  opacity: 1;
  transform: inherit;
  line-height: 1;
}

.new-video-slider .owl-item.active .slider-text>div:nth-child(2) {
  transition-delay: .3s;
}

.new-video-slider .owl-item.active .slider-text>div:nth-child(3) {
  transition-delay: .6s;
}

@media (max-width: 991px) {
  .slider-item-ttl {
    /* font-size: 20px; */
  }
  .slider-btn {
    font-size: 14px;
    padding: 7px 15px;
  }
  .slider-overlay {
    left: 20px;
    right: 20px;
    bottom: 135px;
  }
  .new-video-slider .owl-dots {
    left: 10px;
    right: 10px;
    bottom: 80px;
    max-width: 60%;
    margin-left: 0;
  }
  .new-video-slider .owl-dot>span {
    width: 100%;
    margin: 0;
  }
  .new-video-slider .owl-dot.active>span {
    width: 100%;
  }
  .new-video-slider .owl-dot {
    flex: 1 1 auto;
    height: 30px;
    padding: 10px !important;
    transition: .3s;
  }
  html body .new-video-slider.owl-carousel .owl-nav button.owl-next, html body .new-video-slider.owl-carousel .owl-nav button.owl-prev, html body .new-video-slider.owl-carousel button.owl-dot {
    padding: 5px !important;
  }
  .new-video-slider button.owl-dot.active {
    flex-grow: 3;
  }
}



.new-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
}

.new-video-slider button.owl-dot {
  outline: 0 !important;
}

.new-video-slider {
  background-color: #525252;
}

.mbr-arrow {
position: absolute;
    bottom: 30px;
    left: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background-color: rgba(80, 80, 80, 0.5);
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 100;
}

.mbr-arrow > a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite;
}
.mbr-arrow a:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: middle;
    content: "";
    border: none;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    /* border-bottom: .2em solid transparent; */
    /* border-left: .2em solid transparent; */
    width: 24px;
    height: 24px;
    margin-left: 18px;
    text-align: center;
    transform: rotate(135deg);
    position: absolute;
}
@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }


@media only screen and (max-width: 991px) {
    .mbr-arrow {
    bottom: 0;
    width: 50px;
    height: 50px;
}
    .mbr-arrow a:after {
    width: 19px;
    height: 19px;
    margin-left: 15px;
}
}
@media (max-width: 575px) {
    .slider-go-down {
        height:100vh;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

    .new-video-slider .owl-dots {

        bottom: 80px;
    }

    .slider-go-down .mbr-arrow {
        bottom: 10px!important;
    }
}
