@charset "UTF-8";

@media only screen and (max-width: 1399px) {

    /*Header*/
    .logo {
        width: 120px;
        min-width: 120px;
        max-width: 120px;
    }
    #navbar ul {
        gap: 20px;
    }
    #navbar ul li {
        font-size: 15px;
    }
    .searchControl {
        height: 38px;
        font-size: 12px;
        padding-left: 35px;
    }
    .searchBtn {
        width: 35px;
    }
    .searchBtn img {
        width: 15px;
    }

    .uploadButton .icon-cloud-upload {
        font-size: 22px;
    }
    .uploadButton span {
        display: none;
    }

    /*Common Button*/
    .commonButton.loginButton {
        font-size: 16px;
        padding: 8px 30px;
    }

    /*Most Popular Movies*/
    .mostPopularMoviesContent .headingText {
        max-width: 100%;
    }

    /*Streaming*/
    .streamingContent .headingText {
        max-width: 100%;
    }

    /*Video*/
    /* .videoPlayerInner {
        height: 500px;
    }   */

}

@media only screen and (max-width: 1299px) {

    /*Most Popular Movies*/
    .mostPopularMoviesContent {
        min-height: 320px;
    }

    /*My Credits*/
    .tabsSidebar {
        padding-right: 20px;
    }
    .showBalance h2 {
        font-size: 58px;
    }
    .showBalance h3 {
        font-size: 20px;
    }
    .showBalance h4 {
        font-size: 18px;
    }
    
    .userProfileIcon > span {
        font-size: 12px;
    }
    .userProfileIcon .userThumb {
        width: 30px;
        height: 30px !important;
    }
    .uploadButton .icon-cloud-upload {
        font-size: 18px;
    }

}
@media only screen and (max-width: 1299px) and (min-width: 1199px){
    #navbar ul li {
        font-size: 14px;
    }
    #navbar ul {
        gap: 10px;
    }
}

@media only screen and (max-width: 1199px) {
    
    /*Header*/
    .topBar {
        height: 3px;
    }
    .header .container {
        max-width: 100%;
    }
    .headerInner {
        justify-content: space-between;
    }
    .logo {
        width: 130px;
        min-width: 130px;
        max-width: 130px;
    }  
    
    /*Nav Menu*/
    .headIcons {
        display: flex;
        gap: 20px;
    }
    .searchButton {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    .searchButton img,
    .searchButton i {
        width: 25px;
        font-size: 24px;
        color: var(--white);
    }
    .searchGroup {
        background-color: var(--black);
        display: flex;
        align-items: center;
        width: 100%;
        max-width: 100%;
        position: fixed;
        left: 0;
        top: -100%;
        padding: 20px;
        gap: 30px;
    }
    .searchGroup.toggle {
        top: 72px;
    }
    .searchGroup form {
        background-color: var(--white);
        border-color: var(--white);
        border-radius: 5px;
    }
    .searchBtn {
        width: 45px;
    }
    .searchBtn img {
        width: 22px;
        filter: invert(100%);
    }
    .searchControl {
        height: 50px;
        font-size: 15px;
        color: var(--black);
        padding-left: 45px;
    }
    .searchControl::placeholder {
        color: var(--black);
    }    
    .closeSearchButton {
        display: flex;
    }    
    .menuButton {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    .navigation {
        position: fixed;
        left: -100%;
        top: 0;
        z-index: 2;
        background: var(--black);
        width: 260px;
        height: 100vh;
        padding: 6rem 1rem 2rem;
        box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    .navigation.toggle {
        left: 0;
    }
    #navbar {
        width: 100%;
    }
    #navbar ul {
        align-items: flex-start;
        flex-direction: column;
        gap: 0;
    }
    #navbar ul li {
        width: 100%;
        font-size: 18px;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }
    #navbar ul li a {
        color: var(--white);
        padding: 12px 0;
    }
    #navbar ul li a:hover {
        color: var(--golden);
    }

    #navbar ul li.dropdown {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #navbar ul li.dropdown > a {
        padding-right: 25px;
    }
    #navbar ul li.dropdown .menuCarot {
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 15px;
        right: 0;
        background-color: transparent !important;
    }
    .menuCarot img {
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        transition: all 0.3s ease-in-out;
    }
    .menuCarot.active img {
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
    }
    #navbar ul li.dropdown .dropdownMenu {
        display: none;
        position: relative;
        width: 100%;
        max-width: 100%;
        padding: 0 0 10px;
    }
    #navbar ul li.dropdown .dropdownMenu li {
        font-size: 14px;
    }
    #navbar ul li.dropdown .dropdownMenu li:first-of-type {
        border-top: 0;
    }


    /*Most Popular Movies*/
    .mostPopularMoviesContent h2 {
        letter-spacing: -1px;
    }
    .mostPopularMoviesContent p {
        max-width: 80%;
    }

    /*Streaming*/
    .streamingContent .headingText {
        max-width: 100%;
    }
    .streamingContent .headingText h2 {
        line-height: 35px;
    }

    /*Video*/
    /* .videoPlayerInner {
        height: 400px;
    }     */

    /*Footer*/
    .footer h3 {
        margin-bottom: 20px;
    }
    .footerLogo a {
        max-width: 170px;
    }
    .footer .numberText {
        font-size: 18px;
    }
    .copyrightText {
        font-size: 15px;
    }

    /*My Credits*/
    .tabsSidebar {
        padding-right: 0;
    }
    .sidebar ul li a {
        font-size: 15px;
        padding: 15px;
        gap: 12px;
    }
    .sidebar ul li img {
        width: 22px;
    }
    .showBalance h2 {
        font-size: 52px;
    }
    .showBalance h3 {
        font-size: 18px;
    }
    .showBalance h4 {
        font-size: 16px;
    }
    .rechargeCreditsText h4 {
        font-size: 22px;
    }


}

/* New menu */
@media only screen and (max-width: 1199px) {
    #navbar {
        width: 100%;
        overflow: hidden;
        overflow-y: auto;
    }

    #navbar ul li.dropdown .dropdownMenu .menuCarot {
        top: 7px;
    }

    li.active>.menuCarot img {
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
    }

    #navbar ul li.active>a {
        color: var(--golden);
    }

    #navbar ul li.dropdown .dropdownMenu .dropdownMenu {
        padding-left: 10px;
    }

    .navigation {
        height: 100dvh;
        width: 100%;
        max-width: 300px;
    }

    #navbar ul li.dropdown .dropdownMenu li {
        font-size: 15px;
    }
}


@media only screen and (max-width: 991px) {

    /*Header*/
    .commonButton.loginButton {
        font-size: 16px;
    }

    /*Banner*/
    .banner {
        height: auto;
    }
    .videoWrap {
        min-height: 650px;
        max-height: 650px;
    }

    /*Streaming*/
    .streaming {
        background-size: 170% 100%;
        background-position: 80% center;
    }

    /*Video*/
    /* .videoPlayerInner {
        height: 280px;
    } */

    /*Leave Reply*/
    .leaveReplyInner {
        padding: 30px;
    }
    .costsCreditsText {
        margin-top: 40px;
    }
    .commentButtonOuter {
        justify-content: left;
        flex-direction: row-reverse;
    }
    .commonButton.shareButton {
        height: 46px;
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 8px;
    }
    .commonButton.shareButton span {
        display: none;
    }
    .commentBadges .badge {
        font-size: 15px;
    }
    .tags .tag {
        font-size: 14px;
    }
    .tagText {
        font-size: 18px;
    }
    .leaveReplyInner .commonButton {
        width: 100%;
    }
    .leaveReplyFooter {
        padding: 50px 0 0;
    }

    /*Footer*/
    .footer h3 {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .footer .numberText,
    .footer .mailText {
        margin-top: 0;
        font-size: 16px;        
    }

    /*My Credits*/
    .toggleableTabs {
        margin-top: 30px;
        height: auto;
    }
    .rechargeCredits {
        margin-top: 20px;
    }

}

@media only screen and (max-width: 767px) {

    /*Banner*/
    .videoWrap {
        min-height: 650px;
        max-height: 650px;
    }

    /*Common Button*/
    .commonButton {
        border-radius: 5px;
    }

    /*Most Popular Movies*/
    .mostPopularMovies::after {
        display: block;
    }
    .mostPopularMoviesContent {
        text-align: center;
    }
    .mostPopularMoviesContent p {
        max-width: 100%;
    }

    /*Streaming*/
    .streaming {
        background-size: cover;
        background-position: center top;
    }
    .streamingContent {
        min-height: 600px;
        justify-content: flex-end;
    }
    .streamingContent .headingText {
        max-width: 50%;
    }

    /*Video*/
    /* .videoPlayerInner {
        height: 220px;
    } */

    /*Leave Reply*/
    .leaveReplyInner h1 {
        font-size: 32px;
    }
    .leaveReplyInner h2 {
        font-size: 25px;
    }
    .commonButton.shareButton {
        border-radius: 5px;
    }
    .starRating {
        padding-top: 20px;
    }
    .starRating,
    .ratingTime {
        width: calc(100% - 70px);
        justify-content: left;
        text-align: left;
        margin-left: auto;
    }
    .ratingTime {
        font-size: 14px;
        margin-top: 5px;
    }
    .replyForm .form-button .commonButton {
        border-radius: 5px;
    }
    .replyButton {
        font-size: 16px;
    }

}

@media only screen and (max-width: 575px) {

    /*Banner*/
    .videoWrap {
        min-height: 480px;
        max-height: 480px;
    } 

    /*Streaming*/
    .streamingContent {
        min-height: 400px;
    }

    /*Video*/
    /* .videoPlayerInner {
        height: 190px;
    } */

    /*Leave Reply*/
    .ratingTime {
        font-size: 15px;
    }

}

@media only screen and (max-width: 479px) {

    /*Header*/
    .logo {
        width: 110px;
        min-width: 110px;
        max-width: 110px;
    }
    .headIcons {
        gap: 10px;
    }
    .uploadButton a {
        padding: 5px;
    }
    .userProfileIcon .userThumb {
        width: 30px;
        height: 30px !important;
    }

    /*Banner*/
    .videoWrap {
        min-height: 580px;
        max-height: 580px;
    } 
    
    /*Streaming*/
    .streamingContent .headingText {
        max-width: 70%;
    }

    /*Video*/
    /* .videoPlayerInner {
        height: 140px;
    } */

    /*Leave Reply*/
    .leaveReplyInner {
        padding: 20px;
    }

    /*My Credits*/
    .toggleableTabs {
        padding: 15px;
    }

    .paymentsTable {
        padding: 15px;
    }
    .paymentsTableHead, 
    .datePicker {
        gap: 5px;
    }
    .datePicker .datePickerField {
        width: 105px;
        gap: 5px;
        padding: 0 5px;
    }
    .datePicker .datePickerField > img {
        width: 14px;
    }
    .datePicker .datePickerField input {
        font-size: 11px;
        padding-left: 25px;
    }
    .datePicker .datePickerField::before {
        width: 8px;
        right: 5px;
    }
    .filterData img {
        width: 16px;
    }

     /*Footer*/
     .footer .numberText,
     .footer .mailText {
         font-size: 15px;
     }

}


@media only screen and (max-width: 380px) {

    /*Footer*/
    .footer .row > * {
        width: 100%;
    }
    .footer .mailText {
        margin-top: 10px;
    }

    
    

}