/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 16, 2024, 1:40:29 PM
    Author     : Admin
*/

body{
    background-color: #000000;
}


.nav-item {
    color: #bebebe;
    margin: 0 28px 0 28px;
}

.nav-item:hover {
    color: #fff;
    text-decoration: none;
}

.nav-item:hover svg path {
    fill: #fff;
}

.nav-item.active {
    color: #ffffff;
}

.nav-item.active svg path{
    fill: #fff
}

@media (min-width: 1200px) {
    .uk-width-1-8\@l {
        width: calc(100% * 1 / 8);
    }
}

@media (min-width: 960px) {
    
    .uk-width-1-7\@m {
      width: calc(100% * 1 / 6.5);
    }

    .uk-width-1-8\@m {
      width: calc(100% * 1 / 8.5);
    }

    .uk-width-1-9\@m {
      width: calc(100% * 1 / 9.001);
    }

    .uk-margin-medium-left\@m {
        margin-left: 40px;
    }

    .uk-margin-medium-right\@m {
        margin-right: 40px;
    }

}

.home__box2 img {
    transition: transform .3s; /* Animation */
}

.home__box2:hover img{
    transform: scale(1.1);
}

.video-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
}

.video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.plyr__video-wrapper {
    max-height: 750px;
}


.subnav-custom {
    width: 100%;
    padding: 8px 0;
    display: flex;
    justify-content: center;
    top: 62px;
    position: sticky;
    z-index: 100;
    background-color: #101010;
}

.subnav-custom>li:first-child {
    padding-left: 0;
}

.subnav-custom>li:first-child::before {
    display: none;
}

.subnav-custom li a{
    text-transform: none !important;
}


.subnav-custom>.subnav-active a {
    color: #EB008A;
}

#info_tab {
    background-color: #303030;
}

#info_tab>li:first-child {
    padding-left: 0;
}

@media (max-width: 959px) {
    #info_tab>li {
        width: 33.3333%;
        padding-left: 0;
    }
}

#info_tab li a {
    /*font-style: italic;*/
    text-transform: none !important;
    border: none;
    color: #b1b0b0;
}

#info_tab>.uk-active a {
    color: #fff;
    font-family: 'Roboto Bold';
}

#info_switch .uk-card-body {
    background-color: #000;
}

@media (max-width: 960px) {
    .info-wrapper>.movie-poster {
        display: none;
    }
}

.movie-details, .clip-details {
    color: #fff !important;
}

.movie-details-info{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    max-width: fit-content;
    column-gap: 20px;
}

.movie-details-mobile-info p{
    margin: 0 0 20px 0;
    padding: 0;
}

 .movie-details h2, .clip-details h2{
        font-size: 30px;
        font-family: 'Roboto Bold';
        margin-top: 0;
    }
    
.movie-details p, .clip-details p{
        font-size: 15px;
        margin-top: 0px;
        margin-bottom: 5px;
}

.movie-details-info-title{
    font-family: 'Roboto Bold';
}

.movie-details #watchnow, .clip-details #watchnow, .clip-details .clip-watch{
    background-color: #ffffff ; 
    color: #111111;
    font-size: 16px;
    font-family: 'Roboto Medium';
    width: 160px;
}

.movie-details #lightoff, .clip-details #lightoff{
    background-color: #B1B0B0 ; 
    color: #111111;
    font-size: 16px;
    font-family: 'Roboto Medium';
    width: 160px;
}

@media (max-width: 640px){
    .movie-details #watchnow, .clip-details #watchnow, .clip-details .clip-watch,.movie-details #lightoff, .clip-details #lightoff{
        padding: 0px;
    }
}

.content-details-title{
        font-family: 'Roboto Regular';
        font-size:30px;
        text-transform: uppercase;
    }


@media (max-width: 960px){
   .movie-details{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    
    .movie-details h2{
        order: 1;
        font-size: 18px;
        margin-bottom: 0;
    }
    
    .movie-details .movie-details-btn{
        order: 2;
    }  
    
    .movie-details .movie-details-info{
        order: 3;
        font-size: 13px !important;
    }
    
    .movie-details-info p{
        font-size: 13px !important;
    }
    
    .movie-details .movie-details-desc{
        order: 4;
        font-size: 13px;
    }
    
    .clip-details h2{
        font-size: 18px;
        text-align: center;
    }
    
    .clip-details button{
        width: 100% !important;
        max-width: 345px;
    }
    
    .clip-details-desc{
        padding: 0;
    }
    
    .content-details-title{
        font-family: 'Roboto Regular';
        font-size:16px;
        text-transform: uppercase;
    }
}
    .content-container{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    @media (min-width: 640px){
        .content-container{
            padding-left: 30px !important;
            padding-right: 30px !important;
        }
    }

    @media (min-width: 960px){
        .content-container{
            padding-left: 40px !important;
            padding-right: 40px !important;
        }
    }