/*==================list.css=================*/
/*==================LIST CONTAINER=================*/
.list-container{
    margin-top: 10px;
    margin-bottom: 32px;
    }
    
    /*==================LIST CONTENT=================*/
    .list-container .list-content{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 28px 0;
    border-bottom: 0.8px solid #DADCE0;
    }
    
    /*==================PICTURE CONTENT=================*/
    .list-container .list-content .picture-content{
    /* border: 1px solid #000; */
    width: 50%;
    display: flex;
    align-items: flex-start;
    gap:30px;
    }
    
    .list-container .list-content .picture-content .movie-image{
    width: 113px;
    height: 142px;
    }
    
    .list-container .list-content .picture-content .movie-image .img{
    border-radius: 8px;
    width: 100%;
    height: 100%;
    }
    
    .list-container .list-content .picture-content .picture-detail{
    width: 172px;
    height: auto;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    }
    
    .list-container .list-content .picture-content .picture-detail p:nth-child(1){
    font-size: 16px;
    font-weight: 500;
    line-height: 18.75px;
    text-align: left;
    color: #333333;
    }
    
    .list-container .list-content .picture-content .picture-detail p{
    font-size: 16px;
    font-weight: 400;
    line-height: 18.75px;
    text-align: left;
    color: #747878;
    }
    
    /*==================RELEASE DATE=================*/
    .list-container .list-content .release-date{
    /* border: 1px solid #000; */
    width: 18%;
    padding: 10px 0;
    }
    
    .list-container .list-content .release-date p{
    font-size: 16px;
    font-weight: 400;
    line-height: 18.75px;
    text-align: left;
    color: #747878;
    }
    
    /*==================OTT-CONTAINER=================*/
    .list-container .list-content .OTT-container{
    /* border: 1px solid #000; */
    width: 24%;
    }
    
    /*==================OTT PLATFORM=================*/
    .list-container .list-content .OTT-platform{
    border: 0.8px solid #DADCE0;
    border-radius: 4px;
    padding: 6px 16px;
    display: inline-block;
    }
    
    .list-container .list-content .OTT-platform p{
    font-size: 16px;
    font-weight: 400;
    line-height: 18.75px;
    text-align: center;
    color: #5C5C5C;
    }
    
    /*==================newstyle.css=================*/

    /*========RESET DEFAULT CSS========*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
    
    body{
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    }
    
    /*========GENERAL STYLES========*/
    .max-width{
    max-width: 1000px;
    }
    
    .wrapper{
    width: 100%;
    margin: 0 auto;
    }
    
    ul{
    list-style: none;
    }
    
    a{
    text-decoration: none;
    }
    
    .gap{
    padding-top: 20px;
    }
    
    .hide{
    display: none;
    }
    
    /*=======HEADER=======*/
    .header-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
    height: auto;
    width: 100%;
    border-bottom: 1px solid #E6E6E6;
    background: #FFF;
    }
    
    .header-top .header-top-left{
    display: flex;
    align-items: center;
    /* column-gap: 16px; */
    justify-content: space-between;
    position: relative;
    width: 75%;
    /* border: 1px solid #000; */
    }
    
    .header-langtext{
    display: flex;
    column-gap: 5px;
    color: #888;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 128.5%; /* 17.99px */
    letter-spacing: 0.14px;
    float:left;
    position:relative;
    z-index:1;
    padding-right: 25px;
    }
    
    .header-langtext::after{
    position: absolute;
    right: 0;
    width: 0.8px;
    height: 20px;
    background: #ECEAEB;
    content: "";
    top: 0px;
    }
    
    .header-langtext span:hover{
    cursor: pointer;
    }
    
    .header-langtext span:nth-child(2){
    width: 12px;
    height: 6px;
    flex-shrink: 0;
    text-align: center;
    }
    
    .header-top .header-lang{
    display: flex;
    align-items: center;
    /* width: 150px;
    margin-right: 8px; */
    }
    
    .header-lang{
    float:left;
    position:relative;
    margin:0;
    /* width:150px; */
    z-index:1}
    
    .header-langsel{
    position:absolute;
    right:-1px;
    top:0;
    display:none;
    background:0 0;
    min-width:130px;
    z-index:2;
    border:1px solid #ececec;
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
    border: 0 none;
    border-top: 1px solid #E91240;
    top: 20px;
    left: 0;
    }
    
    .header-langsel ul{background:#fff}
    
    .header-langsel ul li{
    border-bottom:0;
    line-height:1.3em;
    margin:0;
    padding:6px 10px;
    transition:padding .6s ease}
    
    .header-langsel ul li a{display:block;font-size:14px;color:#888}
    
    .header-langsel ul li a:hover{color:#E91240}
    
    .header-langsel ul li.selected a{font-weight:700}
    
    .header-lang:hover .header-langsel{display:block;
    }
    .header-langsel ul li {border-bottom: 0 none;}
    
    .header-top .header-top-left .header-highlight{
    padding: 0 16px;
    }
    .header-top .header-top-left .header-highlight span:nth-child(2){
    color: #645F5F;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 5px;
    }
    
    .search-container{
    display: flex;
    align-items: center;
    gap: 10px;
    border: 0.8px solid #DADCE0;
    border-radius: 8px;
    height: 36px;
    width: 65%;
    padding: 0 15px;
    }
    
    .search-container input{
    border: none;
    outline: none;
    width: 100%;
    }
    
    .search-container input::placeholder{
    font-size: 15px;
    font-weight: 400;
    line-height: 17.58px;
    text-align: left;
    color: #949494;
    opacity: 1;
    }
    
    .header-top .header-top-right{
    width: 20%;
    /* border: 1px solid #000; */
    }
    
    .header-top .header-top-right a{
    padding: 0 10px;
    }
    
    .header-icon{
    color: #666666;
    width: 18px;
    }
    
    .header-top .header-top-right a:nth-child(4){
    padding-right: 0;
    }
    
    /*============MENU==============*/
    .menu{
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    column-gap: 30px;
    padding: 15px 10px;
    width: 100%;
    background: #FFF;
    border-bottom: 0.8px solid #DEDEDE; 
    flex-wrap: wrap;
    }
    
    /* .menu .logo{
    width: 112px;
    height: 34px; 
    
    } */
    .menu .logo img{
    width: 100%;
    }
    
    .menu nav{
    max-width: 822px;
    width: 100%;
    }
    
    .menu nav ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* column-gap: 30px; */
    flex-wrap: wrap;
    }
    
    .menu nav ul li{
    position: relative;
    text-align: center;
    }
    
    .menu nav ul li a{
    color: #645F5F; 
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    }
    
    .menu nav ul li:hover::after{
    content: "";
    position: absolute;
    right: 0;
    height: 2.5px; 
    top: 42px;
    min-width: 20px;
    width: 100%;
    background: #E91240;
    border-radius: 3px;
    } 
    
    .menu nav ul li .active{
    color: #131313;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal; 
    background: #FFF;
    }
    
    .menu nav ul li .active::after{
    content: "";
    position: absolute;
    right: 0;
    height: 2.5px; 
    top: 42px;
    min-width: 20px;
    width: 100%;
    background: #E91240;
    border-radius: 3px;
    }   
    
    /*=============THREE DOTS============*/
    
    .menu nav ul li.more-links a.more{
    padding: 8px 0;
    }
    
    .menu nav ul li.more-links a i{
    background: url('../images/Menu.png') no-repeat 0 0;
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    }
    
    .menu nav ul li.more-links:hover::after{
    display: none;
    }
    
    .oi-header-morenavigation ul li:nth-child(1){
    margin-left: 142px;
    }
    
    .oi-header-morenavigation ul{
    display: flex;
    align-items: center;
    column-gap: 30px;
    }
    
    .oi-header-morenavigation ul li{
    padding-top: 25px;
    display: none;
    position: relative;
    }
    
    .oi-header-morenavigation ul li a {
    color: #645F5F; 
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    }
    
    .oi-header-morenavigation ul li:hover::after{
    content: "";
    position: absolute;
    right: 0;
    height: 2.2px; 
    top: 58px;
    min-width: 20px;
    width: 100%;
    background: #E91240;
    border-radius: 3px;
    }
    
    /*=====================AD==================*/
    .ad-img{
    padding: 10px 0px;
    }
    
    .ad-img .box{
    width: 100%;
    height: 256px; 
    background: #F5F5F5; 
    }
    
    .ad-img .box p{
    color: #D9D9D9;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 220% */
    }
    
    /*================FILTER CONTAINER===============*/
    .filter-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    margin-top: 5px;
    }
    
    .list{
    color: #333333;
    }
    
    .list p{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    padding: 2px 12px;
    }
    
    .list-active{
    background: #E91A42;
    border-radius: 8px;
    padding: 2px 12px;
    color: #FFF;
    }
    
    /*==================MAIN CONTAINER===============*/
    .main-container{
    margin-top: 35px;
    }
    
    /*==================LAYOUT===============*/
    .layout{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    }
    
    /*==================LEFT===============*/
    .left{
    width: 650px;
    }
    
    /*==================BREADCRUMBS===============*/
 
    .breadcrumbs{
        width: max-content;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
        
    .breadcrumbs p a{
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        letter-spacing: 0.01em;
        text-align: left;
        color: #949494;
    }
    .breadcrumbs img {
        margin: 0px 5px;
      }
    .bread-ftext {
        white-space: nowrap;
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        letter-spacing: 0.01em;
        text-align: left;
        color: #333333;
      }

    

    
    /*==================TITLE=================*/
    .title{
    padding-bottom: 15px;
    display: flex;
    justify-content: space-between;
    }
    
    .title p{
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #1B1B33;
    }
    
    .title .share-icon{
    background: #F6F6F6;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    cursor: pointer;
    }
    
    .title .share-icon img{
    position: relative;
    top: 7px;
    left: 7px;
    }
    
    /*==================TOP CONTENT=================*/
    .top-content{
    border: 1px solid #ECEAEB;
    border-radius: 4px;
    padding: 12px;
    margin-bottom: 20px;
    }
    
    .top-content p{
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: #4B4B4B;
    }
    
    .top-content p .read{
    font-weight: 500;
    color: #606060;
    text-decoration: underline;
    text-decoration-color: #949494;
    text-decoration-thickness: 1px;
    cursor: pointer;
    }
    
    /*==================STREAMING CONTAINER=================*/
    .streaming-container{
    width: 100%;
    background: #F7F8F9;
    padding: 0 10px;
    height: 62px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0;
    }
    
    .option{
    color: #645F5F;
    width: 297px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid #000; */
    }
    
    .option p{
    font-size: 16px;
    font-weight: 400;
    line-height: 18.75px;
    }
    
    .active-option{
    background: #E91A42;
    border-radius: 8px;
    padding: 2px 12px;
    color: #FFF;
    }
    
    /*=====================SLIDER MAIN CONTAINER=====================*/
    .slider-maincontainer{
    margin-bottom: 40px;
    position: relative;
    }
    
    /*================SLIDER===============*/
    .slider {
    width: 550px;
    margin: 0 auto;
    overflow: hidden;
    /* margin: 0 30px; */
    }
    
    /*================SLIDER INNER===============*/
    .slider-inner {
    display: flex;
    transition: transform 0.5s ease;
    /* border: 1px solid #000; */
    }
    
    /*================SLIDER BOX===============*/
    .slider-box {
    flex: 0 0 calc(16% - 20px);
    margin-right: 20px;
    border: 0.8px solid #DADCE0;
    border-radius: 4px;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    }
    
    .slider-box .img{
    width: 52px;
    height: 52px;
    border-radius: 8px;
    }
    
    .btn-container {
    display: flex;
    }
    
    .slider-btn {
    cursor: pointer;
    border: none;
    background: #F6F6F6;
    position: absolute;
    top: 22%;
    width: 36px;
    height: 36px;
    border-radius: 24px;
    }
    
    .prev-btn{
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;  
    }
    
    .next-btn{
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    }
    
    .slider-btn:hover{
    background: #FEE8ED;
    color: #E91A42;
    }
    
    /*==========================CATEGORY CONTAINER=====================*/
    .category-container{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px 16px;
    margin-bottom: 32px;
    }
    
    .category-container .section{
    width: 48%;
    position: relative;
    }
    
    .category-container .section p{
    font-size: 14px;
    font-weight: 400;
    line-height: 16.41px;
    text-align: left;
    color: #E91A42;
    }
    
    .category-container .section .section-dropdown{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 36px;
    border-bottom: 0.8px solid #DADCE0;
    margin-top: 5px;
    cursor: pointer;
    }
    
    .category-container .section .section-dropdown input{
    border: none;
    outline: none;
    cursor: pointer;
    }
    
    .category-container .section .section-dropdown input::placeholder{
    font-size: 14px;
    font-weight: 400;
    line-height: 16.41px;
    text-align: left;
    color: #333333;
    opacity: 1;
    }
    
    /*==========================CATEGORY CONTAINER POP UP=====================*/
    .pop-up{
    width: 100%;
    height: 330px;
    overflow-y: scroll;
    /* border: 1px solid #000; */
    background: #FFF;
    /* box-shadow: 0 30px 60px -30px rgba(0,0,0,.3),0 50px 100px -20px rgba(50,50,93,.25); */
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    position: absolute;
    z-index: 100;  
    display: none;
    }
    
    /*==========================POP UP INNER=====================*/
    .pop-up .pop-up__inner{
    padding: 15px;
    }
    
    /*==========================SEARCH BAR=====================*/
    .pop-up .pop-up__inner .pop-up__search-bar{
    border-bottom: 1px solid #ECEAEB;
    padding: 5px 10px 10px;
    }
    
    .pop-up .pop-up__inner .pop-up__search-bar input{
    border: none;
    outline: none;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.41px;
    text-align: left;
    }
    
    .pop-up .pop-up__inner .pop-up__search-bar input::placeholder{
    font-size: 14px;
    }
    
    /*=======================POP UP LIST CONTAINER=====================*/
    .pop-up .pop-up__inner .pop-up__list-container{
    padding: 15px 0;
    }
    
    .pop-up .pop-up__inner .pop-up__list-container .filter-option{
    margin-bottom: 15px;
    }
    
    .pop-up .pop-up__inner .pop-up__list-container .filter-option input[type=checkbox] {
    accent-color: #E91A42;
    cursor: pointer;
    }
    
    .pop-up .pop-up__inner .pop-up__list-container .filter-option label{
    font-size: 14px;
    font-weight: 400;
    line-height: 16.41px;
    text-align: left;    
    color: #333333;
    padding-left: 5px;
    }
    
    /*==================VIEW FILTER=================*/
    .view-filter{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    }
    
    /*==================LIST VIEW=================*/
    .list-view{
    position: relative;
    color: #333333;
    cursor: pointer;
    }
    
    .list-icon{
    width: 20px;
    height: 20px;
    margin-right: 8px;
    }
    
    .list-view::after{
    content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    background: #DADCE0;
    }
    
    .view-active{
    color: #E91A42;
    }
    
    /*==================GRID VIEW=================*/
    
    .grid-view{
    color: #333333;
    cursor: pointer;
    }
    
    .grid-icon{
    width: 20px;
    height: 20px; 
    }
    
    .grid-view:hover{
    color: #E91A42;
    }
    
    /*=============AD===========*/
    .right .right-ad {
    margin-bottom: 32px;
    }
    
    .right  .right-ad .box {
    background: #F2F2F2;
    width: 300px;
    height: 281px;
    }
    
    .right  .right-ad .box p{
    color: #D9D9D9;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    padding: 5px 0;
    }
    
    
    /*RIGHT AD*/
    .fix-right-ad{
    position: fixed;
    top: 0;
    right: 5px;
    }
    
    .fix-right-ad .box{
    width: 160px;
    height: 604px;
    background: #F5F5F5;
    text-align: center;
    }
    
    .fix-right-ad .box p{
    color: #D9D9D9;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 220% */
    }
    
    
    .no-records-text {
        font-size: 18px;
        background: #3c3c3c;
        color: #fff;
        border-radius: 5px;
        text-align: center;
        padding: 5px;
    }