#slider-section {
    position: relative;
    margin-top: 58px
}
.top-gradient {
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
    padding: 0 15px;
    overflow: hidden;
    height: 200px;
    top: 0;
    background: linear-gradient(180deg, rgba(21, 21, 21, .5), rgba(21, 21, 21, 0))
}
.newrelease_banner .slick-slide img,
.newrelease_banner_series .slick-slide img {
    min-height: 100vh;
    max-height: 100vh;
    object-fit: cover;
    object-position: center center;
    width: 100%
}
.section_movie_list {
    margin: -200px 0 30px
}
.section_movie_list .card {
    overflow: hidden;
    margin-bottom: 30px;
    border: none
}

.section_movie_list .card img {
    max-height: 280px;
    object-fit: cover;
    object-position: top center;
    width: 100%
}

.section_movie_list .card-body {
    padding: 1rem
}

.section_movie_list .card-body ul {
    list-style: outside none;
    font-size: 10px;
    padding: 0;
    margin: 0 0 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.section_movie_list .card-body ul li {
    display: inline-block;
    position: relative;
    padding-right: 8px;
    margin-right: 8px
}

.section_movie_list .card-body ul li:after {
    content: " ";
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background-color: #0077b0;
    position: absolute;
    right: -2px;
    top: 50%;
    transform: translateY(-50%)
}

.section_movie_list .card-body ul li:last-child {
    padding-right: 0;
    margin-right: 0
}

.section_movie_list .card-body ul li:last-child:after {
    content: none
}

.section_movie_list .card-body h6,
.section_movie_list .card-body h2 {
    margin: 0 0 2px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1rem;
}

.section_movie_list .card-body p {
    font-size: 12px;
    margin: 0;
    min-height: 38px;
    max-height: 38px;
    overflow: hidden;
    text-overflow: ellipsis
}
.section_movie_list .card-body>a {
    text-decoration: none;
}

.section_movie_list .card-body a.btn {
    font-weight: 600;
    padding: 6px 12px;
}
.pagination_div:after,
.pagination_div:before {
    content: "";
    display: table;
    clear: both
}
.pagination_cnt {
    padding: 10px 0;
    margin: 15px 0;
    font-size: 16px
}
.pagination_cnt a,
.pagination_cnt span {
    display: inline-block
}
.pagination_cnt a {
    text-decoration: none;
    color: #fff;
    padding: 10px 15px;
    background: #0d1118;
    line-height: 1;
    border-radius: 6px;
    box-shadow: 0 .5rem .5rem rgba(0, 0, 0, .15)
}
.pagination_cnt a.disabled {
    cursor: not-allowed;
    pointer-events: none;
    color: #aaa
}
.pagination_cnt a:hover {
    box-shadow: none
}
.pagination_cnt a span {
    display: inline-block;
    transform: translateX(0);
    transition: all .3s ease-in-out;
    vertical-align: 2px
}
.pagination_cnt a:hover span {
    transform: translateX(5px);
    transition: transform .3s ease-in-out
}
.pagination_cnt a.prev:hover span {
    transform: translateX(-5px);
    transition: transform .3s ease-in-out
}
.pagination_cnt>span {
    margin: 0 15px
}
.pagination_cnt .btn.btn-gradient {
    margin-left: 15px
}
.search_result_page.section_movie_list {
    margin: 100px 0 30px
}
.search_result_page h4 {
    font-weight: 600;
    margin: 0 0 20px
}

/* language */
.language_tile{
    width: 120px;
    height: 120px;
    position: relative;
    border-radius: 6px;
    text-align: center;
    margin: 0px 15px 20px 0px;
    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: 30px;
    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;
}
.view_all_mv .card-body h3{
    font-size: 14px;
}
.view_all_mv .card-body h3 a{
    text-decoration: none;
}
@media (max-width:1199px) {
    .newrelease_banner .slick-slide img {
        min-height: 1px;
        max-height: 100%
    }
    .section_movie_list {
        margin: -100px 0 30px
    }
}
@media (max-width:991px) {
    .section_movie_list {
        margin: 30px 0 30px
    }
}
@media(max-width: 575px){
    .section_movie_list .row>[class*=col-] .card {
        max-width: 255px;
        margin-left: auto;
        margin-right: auto
    }
    .language_tile{
        width: 100px;
        height: 100px;
        margin-left: auto;
        margin-right: auto
    }
    .language_tile:before{
        font-size: 30px;
        line-height: 100px;
    }
    .language_tile a span{
        font-size: 12px;
        left: 8px;
        bottom: 5px;
    }
}
@media (max-width: 480px){
    .pagination_cnt .btn.btn-gradient{
        display: block;
        margin: 15px auto 0;
        max-width: 150px;   
    }
}

/* merchandise listing */
.toys_listing.section_movie_list{
    margin-top: 100px;
}
.toys_listing h1{
    font-size: 1.7rem;
}
.toys_listing .divider{
    margin-bottom: 30px;
}
.section_movie_list.toys_listing .card img{
    min-height: 280px;
    max-height: 280px;
    object-fit: contain;
    object-position: center center;
}
.section_movie_list.toys_listing .card-poster{
    background: #fff;
}
.toys_listing .card-body p:empty{
    display: none;
}
.promote_slider{
    margin-top: 40px;
}
.promote_slider .slick-prev,
.promote_slider .slick-next{
    background: transparent;
}
.promote_slider .slick-prev:before,
.promote_slider .slick-next:before{
   color: #fff;
}
.promote_slider .slick-prev{
    left: -50px;
}
.promote_slider .slick-next{
    right: -50px;
}
.promote_slider .slick-slide{
    text-align: center;
    background: #fff;
    border-radius: 8px;
    padding: 20px 30px;
}
.promote_slider .slick-slide img{
    width: 100%;
    max-height: 320px;
    object-fit: contain;
    object-position: center center;
}
.promote_slider .slick-dots{
    bottom: 10px;
    z-index: 5;
}
.promote_slider .slick-dots li button::before{
    content:"";
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background: linear-gradient(to left bottom, #ff7b1c, #ff9000, #ff652e, #ff344c, #ff4e3d);
    box-shadow:5px 5px 8px #231f20;
    opacity: 1;
}
.promote_slider .slick-dots li.slick-active button::before{
    opacity: 1;
    box-shadow: none;
}
.promote_slider .slick-dots li.slick-active button::after{
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid #ff4e3d;
    border-radius: 20px;
    left: -4px;
    top: -4px;
}
.poster_inner_desc {
    position: absolute;
    width:100%;
    left: 0;
    bottom: 20px;
    padding:40px 15px 15px;
    color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 31%, rgba(0,0,0,0.8) 80%, rgba(0,0,0,0) 100%); 
    visibility: hidden;
    opacity: 0;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.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;
}
.card-poster {
    position: relative;
}
.card-poster .poster_inner_desc{
    bottom: 0;
}
.poster_slider .slick-slide:hover .poster_inner_desc,
.card-poster:hover .poster_inner_desc{
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-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;
}
.poster_inner_desc .dsc_inner{
    width: 100%;
    text-align: center;
}
.poster_inner_desc .btn.btn-gradient{
    line-height: 1;
    display: block;
    font-size: 12px;
}
.poster_inner_desc h6 a{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.poster_inner_desc h6 a:hover{
    text-decoration: none;
}
.card-poster .poster_inner_desc{
    display: none !important;
}
.spark .card-poster .poster_inner_desc{
    display: -ms-flexbox !important;
    display: flex !important;
}
#movie_list{
    position: relative;
    z-index: 2;
}
@media(max-width: 575.98px){
    .spark .card-poster .poster_inner_desc{
        display: none !important;  
    }
}
.ch_profile_details h3{
    font-weight: 700;
 }
 .ch_profile_details p,
 .ch_profile_details ul li{
    font-size: 16px;
    line-height: 1.4;
 }
 .ch_profile_details ul li:not(:last-child){
    margin-bottom: 8px;
 }
 .ch_profile_details a{
    color: #000;
    font-weight: 600;
 }
 #profile_title{
    position: relative;
 }
.replace_profile,.replace_banner{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    border-radius: 35px;
    background: #000;
    color: #fff;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}
.replace_profile:hover,.replace_banner:hover{
    color: #fff;
    text-decoration: none;
}
#profile_title:hover .replace_banner,
.host_img:hover .replace_profile{
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease;
}