html,body{
    overflow-x: hidden;
}
.series_wrapper{
    margin-top: 100px;
}
/*slider*/
/*banner_slider .slick-slide img{
    width: 100%;
    max-width: 100%;
    border-radius: 4px;
}
 .slick-prev{
    left: -25px
}
.slick-next{
    right: -25px
} */
.slick-prev, .slick-next{
    z-index: 9;
    background: transparent;
}
.slick-slide{
    padding: 0px 10px;
    position: relative;
    height: auto;
}
.slick-prev::before{
    content:"\f104";
}
.slick-next::before{
    content:"\f105"
}
.slick-prev::before,
.slick-next::before{
    font-family: "FontAwesome";
    font-size: 40px;
    line-height:1;
    color: #fff;
}
.banner_slider .slick-prev::before,
.banner_slider .slick-next::before{
    font-size: 70px;
}
.slick-prev, .slick-next{
    width: auto;
    height: auto;
}
#slider_wallpaper{
    margin-bottom: 50px;
}
.banner_slider .slick-slide{
    padding:20px 25px;
}
.banner_slider .slick-slide:not(.slick-active){
    z-index: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.banner_slider .slick-slide a{
    position: relative;
    display: block;
    outline: none;
    
}
/* .banner_slider .slick-slide:not(.slick-active) a:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    border-radius: 10px;
} */
.banner_slider .slick-slide:not(.slick-active) img{
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
    filter:progid:DXImageTransform.Microsoft.Blur(pixelradius='3', shadowopacity='0.0');
}
.banner_slider .slick-slide.slick-active{
    z-index: 2;
    opacity: 1;
    -webkit-transform: scale(1.045);
    -moz-transform: scale(1.045);
    -ms-transform: scale(1.045);
    transform: scale(1.045);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.banner_slider .slick-slide img{
    border-radius: 10px;
    max-height: 950px;
    object-fit: cover;
    width: 100%;
    max-width: 100%;
}
.banner_slider .slick-slide:not(.slick-active) .slider_img_div{
    position: relative;
}
.banner_slider .slick-slide:not(.slick-active) .slider_img_div:before{
    content:"";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.9)
}
.banner_slider .slick-prev{
    left: 50px;
}
.banner_slider .slick-next{
    right: 50px;
}
.slick-dots li{
    margin: 0;
}
.slick-dots li button::before{
    content:"";
    border-radius:13px;
    width: 13px;
    height: 13px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.slick-dots li button{
    width: 15px;
    height: 15px;
}
.slick-dots li.slick-active button::before{
    background-image: linear-gradient(to left bottom, #ff7b1c, #ff9000, #ff652e, #ff344c, #ff4e3d);
}

.poster_slider .slick-slide .poster_main_div,
.rect_slider .slick-slide .poster_main_div,
.feature_stack .slick-slide .poster_main_div{
    position: relative;
}
.poster_slider .slick-slide:not(.slick-active) .poster_main_div::before,
.rect_slider .slick-slide:not(.slick-active) .poster_main_div::before,
.feature_stack .slick-slide:not(.slick-active) .poster_main_div::before{
    content:"";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}
.poster_slider .poster_main_div img,
.feature_stack .poster_main_div img{
    border-radius: 4px;
    width: 100%;
    max-width: 100%;
    min-height: 1px;
    max-height: 100%;
    object-fit: cover;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.175);
    transition: all 0.3s ease-in-out;
}
.poster_slider .poster_main_div:hover img,
.feature_stack .poster_main_div:hover img{
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.175);
    transition: all 0.3s ease-in-out;
}

/* main css*/
.movie_list_row {
    margin-top: 40px;
}
.movie_list_row h2,
.filter_by_title h2{
    font-size: 1.3rem;
    position: relative;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom:5px;
}
.movie_list_row h2{
    padding-left: 10px;
}
.movie_list_row h2:after,
.filter_by_title h2:after{
    content:"";
    position: absolute;
    left: 10px;
    bottom: -2px;
    width: 50px;
    height: 3px;
    background: linear-gradient(to left bottom, #ff7b1c, #ff9000, #ff652e, #ff344c, #ff4e3d)
}
.genre_title_row{
    padding: 0 10px 0px;
    margin: 0 0 20px;
    position: relative;
}
.genre_title_row:after{
   content:"";
   position: absolute;
   bottom: 0px;
   left: 10px;
   width: 60px;
   height: 3px;
   background-image: linear-gradient(to left bottom, #ff344c, #ff4e3d, #ff652e, #ff7b1c, #ff9000)
}
.genre_title_row .sub_title{
    margin-bottom: 6px;
}
.view_all_btn{
    position: absolute;
    right: 10px;
    bottom: 0;
    font-size: 14px;
    font-weight: 700;
    /* color: #fff; */
    background: -webkit-linear-gradient(#ff4e3d, #ff9000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease-in-out;
}
.view_all_btn:hover{
    background: -webkit-linear-gradient(#ff9000, #ff4e3d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.rect_slider .slick-slide img{
    border-radius: 4px;
}


/* poster section */
/* .poster_slider .slick-list, .rect_slider .slick-list {
    overflow: visible;
} */
.poster_main_div{
    position: relative;
    cursor: pointer;
    /* transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out; */
}
.poster_caption{
    opacity: 1;
    position: static;
    bottom: 0;
    left: 0;
    right: 0;
    padding:5px 0 0;
    cursor: pointer;
    /* background-image: linear-gradient(rgba(15, 12, 7, 0), rgba(15, 12, 7, 0.12) 5px, rgba(15, 12, 7, 0.52) 24px, rgba(15, 12, 7, 0.79) 40px, rgb(15, 12, 7) 56px, rgb(15, 12, 7) 100%);
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1); */
}
.poster_caption h3{
    font-size: 1rem;
    margin:0 0 2px; 
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}
.poster_caption h3 a{
    text-decoration: none;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.poster_caption ul{
    list-style: outside none;
    padding: 0;
    margin:0 0 10px;
    line-height: 1;
}
.poster_caption ul li{
    position: relative;
    display: inline-block;
    margin-right: 6px;
    padding-right: 6px;
    font-size: 12px;
    line-height: 1;
    vertical-align: middle;
}
.poster_caption ul li:after{
    content:"";
    position: absolute;
    right: -4px;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #e90006;
    top: 50%;
    transform: translateY(-50%);
}
.poster_caption ul li:last-child:after{
    content: none;
}
.poster_caption p{
    font-size: 12px;
}

/* .poster_slider .slick-active:hover .poster_main_div,
.rect_slider .slick-active:hover .poster_main_div{
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2 ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    z-index: 10;
}
.poster_slider .slick-active:hover .poster_caption,
.rect_slider .slick-active:hover .poster_caption{
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
} */
.relase_date{
    position: absolute;
    background: #e90006;
    left: 0;
    top: 10px;
    padding: .5rem 1rem .5rem 0.8rem;
    line-height: 1;
    font-size: 12px;
    font-weight: 700;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
}
.poster_caption .action_div{
    text-align: left;
}
.poster_caption .action_div .btn-gradient{
    font-size: 12px;
    padding: 10px 15px;
    line-height: 1;
}
/* .movie_list_row .container{
    position: relative;
}
.movie_list_row .container:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 110%;
    left: 99%;
    top: 0;
    z-index: 2;
}
.movie_list_row .container:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 110%;
    right: 99%;
    top: 0;
    z-index: 2;
} */

/* changes */
.reviews_view:before,.reviews_view:after{
    content:"";
    display: table;
    clear: both;
}
span.view_cnt,span.star_rev_cnt{
    font-size: 14px;
}
.reviews_view span:last-child{
    float: right
}
.reviews_view span:first-child{
    float: left;
}
span.view_cnt i,span.star_rev_cnt i{
    background: -webkit-linear-gradient(#ff9000,#ff4e3d);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* slider img */
/* .poster_slider .poster_main_div img {
    object-position: center;
    object-fit: cover;
    min-height: 226px;
    max-height: 226px;
} */

/* language */
.language_tile{
    width: 120px;
    height: 120px;
    position: relative;
    border-radius: 6px;
    text-align: center;
    margin: 0px 0px 20px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.3);
    transition: all 0.3s ease-in-out;
}
.language_tile:hover{
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.25);
    transition: all 0.3s ease-in-out;
}
.language_tile:before{
    content:'\f1ab';
    position: absolute;
    font-family: "FontAwesome";
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    font-size: 40px;
    line-height: 105px;
}
.language_tile a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.language_tile a span{
    position: absolute;
    bottom:10px;
    left: 15px;
    font-weight: 700;
}

/* responsive */
@media (max-width: 1199.98px){
    .banner_slider .slick-prev{
        left: 20px;
    }
    .banner_slider .slick-next{
        right: 20px;
    }
    .banner_slider .slick-slide{
        padding: 20px;
    }
    /* .poster_slider .poster_main_div img {
        min-height: 185px;
        max-height: 185px;
    } */
}

@media (max-width: 991.98px){
    /* .poster_slider .poster_main_div img{
        min-height: 212px;
        max-height: 212px;
    } */
    .poster_caption h3{
        font-size: 1rem;
    }
    .banner_slider .slick-prev::before, 
    .banner_slider .slick-next::before {
        font-size: 40px;
    }
    .banner_slider .slick-prev{
        left: 10px;
    }
    .banner_slider .slick-next{
        right: 10px;
    }
    
    
}

@media(max-width: 575px){
    .banner_slider .slick-slide{
        padding: 10px;
    }
    .banner_slider .slick-slide img{
        object-fit: cover
    }
    .poster_slider .slick-prev,
    .poster_slider .slick-next,
    .feature_stack .slick-prev,
    .feature_stack .slick-next{
        padding: 10px;
        line-height: 1;
    }
    .poster_slider .slick-prev,
    .feature_stack .slick-prev {
        left: 0px;
    }
    .poster_slider .slick-next,
    .feature_stack .slick-next{
        right: 0px;
    }
    .slick-prev::before, .slick-next::before{
        font-size: 30px;
    }
    .poster_slider .slick-active:hover .poster_main_div,
    .rect_slider .slick-active:hover .poster_main_div,
    .feature_stack .slick-active:hover .poster_main_div{
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2 ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        z-index: 10;
    }

    .language_tile{
        width: 100px;
        height: 100px;
        margin-left: auto;
        margin-right: auto
    }
    .language_tile:before{
        font-size: 25px;
        line-height: 100px;
    }
    .language_tile a span{
        font-size: 12px;
        left: 8px;
        bottom: 5px;
    }
}

/* @media(max-width:450px){
    .poster_slider .poster_main_div img{
        min-height: 170px;
        max-height: 170px;   
    }
} */
