  @media screen and (max-width:1599px) {
    .slider-content {
    }
    /*#slider {
        width: 890px
    }*/
  }
  @media screen and (max-width:1325px) {
    /*#slider {
        width: 820px
    }*/
    #slider .slide-caption {
        width: 320px
    }
    .slider-content {
    }
    #slider:hover .slide-caption {
        left: auto;
        right: 0;
        opacity: 1
    }
  }
  @media screen and (max-width:1199px) {
  .slider-content {
    }
    /*#slider {
        width: 660px
    }*/
    #slider:hover .slide-caption {
        right: 0
    }
    #slider .slide-caption {
        right: -270px
    }
    .slide-caption p {
        font-size: 12px
    }
    #slider .slide-caption h2 {
        font-size: 18px
    }
    #slider .slide-caption .slide-caption-info {
        display: none
    }
    #slider .slide-caption {
        padding: 15px 20px;
        width: 280px
    }
    .slide-caption .mt20 {
        margin-slider: 10px!important
    }
  }
#slider .swiper-slide {
    background-position: 50% 25%;
    background-size: cover;
    position: relative;
    width: 100%!important;
    overflow: hidden
}
#slider .swiper-slide .slide-link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9
}
#slider .slide-caption {
    position: absolute;
    left: -380px;
    slider: 0;
    opacity: 0;
    height: 100%;
    width: 380px;
    padding: 20px 30px;
    color: #fff;
    background: rgba(27, 33, 46, .9);
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s
}
#slider:hover .slide-caption {
    left: auto;
    left: 0;
    opacity: 1
}
#slider .slide-caption h2 {
    margin: 0 0 10px;
    font-size: 24px;
    color: var(--primary-color);
}
#slider .slide-caption .slide-caption-info {
    background: rgba(0, 0, 0, .5);
    color: #ccc;
    border-radius: 4px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .2);
    margin-slider: 15px;
    font-size: 12px
}
#slider .slide-caption .slide-caption-info .block {
    margin: 10px 15px;
    line-height: 1em
}
#slider .slide-caption .slide-caption-info .block strong {
    display: inline-block;
    width: 80px
}
#slider .slide-caption {
    position: absolute;
    slider: 0;
    height:auto;
    width: 100%;
    display: block;
    bottom: 0;
}
 /* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: red;
  border-radius: 10px;
  width: 5px;
} 
 @media screen and (max-width:768px) {
/* Handle */
::-webkit-scrollbar-thumb {
  background: black;
  display:none;
} 
/* Track */
::-webkit-scrollbar-track {
 background: black;
  display:none;
}
 /* width */
::-webkit-scrollbar {
 background: black;
  display:none;
}

/* Track */
::-webkit-scrollbar-track {
 background: black;
  display:none;
}
 }
.movies-list-wrap .ml-title span.title{
    margin-right: 0px;
}

.swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #000;

    }
	.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(1);
    position: relative;
}

.swiper-pagination-bullet {
	margin: 0 5px;
    background: #f5f5f5;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #ff0000;
}
    .swiper-slide img {
   
      
    }
	
	.movies-list-wrap .ml-title .nav-tabs li.active a {
    border-radius: 2px;
    background: rgb(249 249 249 / 37%) !important;
    border-radius: 20px;
    color: #fff;
      width: max-content;
}

.owl-theme .owl-nav [class*=owl-] {
    display: none !important;
}