:root{
    --black: #000000;
    --white: #ffffff;
    --text-grey: #ccc;
    --text-greySmoke: #858585;
    --button-red: #ED2024;
    --bg-theme-grey: #EBEBEB;
    --text-grey-black: #333;
    --bg-section-color: #D7D7D7;
}

@media(min-width:1400px){
    .category-card-height {
        height: 296px !important;
    }
}
@media(min-width:1200px){
    .category-card-height {
        height: 254px;
    }
}
@media(max-width:1200px){
    .upNext-wrapper {
        width: 80%;
    }
    .video-title__heading {
        font-size: 16px;
    }
    .video-counter-nmb {
        width: 20%;
    }
    .footer__links-wrap{
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 15px;
    }
    .csm__policies-links{
        justify-content: end;
        width: 100%;
    }
    .theme-img-logo img {
        width: 150px;
    }
}
@media(max-width:991px){
    .csm__policies-links{
        justify-content: center;
        width: 100%;
    }
    .footer__links-wrap {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 15px;
    }
    /*---------------------------------------
        1.0 Header Start
    -----------------------------------------*/
    .nav-link__login {
        padding: 5px 5px;
        font-size: 12px;
        width: 80px;
        font-weight: 400;
        font-family: 'poppinsregular';
    }
    .nav-link__Join {
        padding: 5px 5px;
        font-size: 12px;
        width: 80px;
        font-weight: 400;
        font-family: 'poppinsregular';
    }
    .nav-link__menu{
        column-gap: 10px;
        display: flex;
        align-items: center;
        margin-bottom: 5px;
        height: 28px;
    }
    .element-text-nav {
        font-size: 16px;
    }
    .nav-link__header .nav-link__menu i {
        font-size: 22px;
        margin-bottom: 0px;
    }
    /*---------------------------------------
        1.0 Header End
    -----------------------------------------*/

    .thumbnail-detail {
        font-size: 16px;
    }
    /*---------------------------------------
        1.1 Search Bar End
    -----------------------------------------*/
    .categories__name {
        width: 48%;
    }
    .category-search-wrap {
        width: 100%;
        flex-wrap: wrap;
    }
    .search-type{
        width: 100%;
    }
    /*---------------------------------------
        1.1 Search Bar End
    -----------------------------------------*/

    /*---------------------------------------
                5.0 playlist Start
    -----------------------------------------*/
    .playlist__video-wrap {
        width: 100%;
    }
    /* .playlist-video__count {
        position: relative;
        margin-top: 10px;
    } */
    .delete-playliost-btn{
        position: absolute;
        text-align: left;
        right: 12px !important;
        bottom: 57px;
        top: unset;
        left: unset;
    }
    /*---------------------------------------
                5.0 playlist End
    -----------------------------------------*/
    /* .custom-footer-wrap {
        position: relative !important;
    } */
    .order-set-1{
        order: 2;
    }
    .order-set-2{
        order: 1;
    }
    .header-search-bar-icon{
        width: 25px !important;
        margin: 0px auto 0px auto !important;
        height: auto !important;
    }
    .sub-plan-fees-value {
        color: #000;
        text-align: center;
        font-family: 'Poppins', sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    .subscriptions-section.subscriptions-section-badge {
        height: 232px;
        max-height: 100%;
    }
    .theme-img-logo img {
        width: 150px;
    }
    .video-counter-nmb {
        width: 18%;
        text-align: center;
    }
    .upNext-wrapper {
        width: 80%;
    }
    .video-title__heading {
        font-size: 16px;
    }
    .video-counter-nmb {
        font-size: 14px;
    }
    .sub-plan-fees-title-detail {
        color: #000;
        text-align: center;
        font-family: 'poppinsmedium';
        font-size: 11px;
        font-style: normal;
        line-height: normal;
    }
    .custom-gap-res-login {
        gap: 20px;
    }
    .category-card-height {
        height: 223px;
    }
    .footer.custom-footer-wrap {
        z-index: 1;
        position: relative;
        height: 228px;
    }
    .subscription-plan-dialog{
        max-width: 700px !important;
    }
    .video_show_hide {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .profile__section{
        padding: 12px 0px;
        height: auto;
    }
}

@media(max-width:767px){
    .footer.custom-footer-wrap {
        z-index: 1;
        position: relative;
        height: 366px;
    }
    .subscriptions-section.subscriptions-section-badge {
        height: auto;
        max-height: 100%;
    }
    /*---------------------------------------
        1.0 Header Start
    -----------------------------------------*/
    .theme-img-logo img{
        width: 200px;
    }
    /*---------------------------------------
        1.0 Header End
    -----------------------------------------*/

    .category_title {
        width: 100%;
    }
    /* .play-button-wrapper .play-gif-big img {
        width: 50px;
    } */
    .video-title__heading {
        font-size: 18px;
        margin-bottom: 15px;
    }
    /*---------------------------------------
        1.1 Search Bar End
    -----------------------------------------*/
    .categories__name {
        width: 48%;
    }
    .category-search-wrap {
        width: 100%;
        flex-wrap: wrap;
    }
    .search-type{
        width: 100%;
    }
    /*---------------------------------------
        1.1 Search Bar End
    -----------------------------------------*/

    .order-level-1{
        order: 2;
    }
    .order-level-2{
        order: 1;
    }
    .order-level-3{
        order: 3;
    }
    /* .categorySlider.catorized .slick-list.draggable {
        padding: 0px 15% 0px 0px !important;
    } */
    .video-counter-nmb {
        width: 20%;
        text-align: center;
    }
    .upNext-wrapper {
        width: 75%;
    }
    .video_show_hide {
        margin-top: 22px;
        margin-bottom: 22px;
    }
    .playlist-icon-btn {
        position: absolute;
        top: 5px;
        right: 5px;
        z-index: 99;
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 5px;
        padding: 0px 5px;
        opacity: 1 !important;
        transition: 0.3s all ease-in-out;
        overflow: hidden;
    }
    .videoCard__title .thumbnail-detail {
        height: auto;
        /* display: block; */
    }
    .footer-logo-img a img {
        width: auto;
        height: 72px;
    }
    .category-card-height {
        height: 236px;
    }
    .subscription-plan-dialog {
        max-width: 500px !important;
    }
}


@media(max-width:575px){
    .header__section {
        padding: 15px 0px;
        transition: 0.3s all ease-in-out;
        height: 100%;
        max-height: 100%;
        display: flex;
        align-items: center;
    }
    .page-header {
        transition: background-color 0.3s, box-shadow 0.3s;
        animation: slideUp 0.35s ease-out;
        position: sticky;
        top: 0;
        z-index: 999;
        height: 77px !important;
        max-height: 77px !important;
    }
    .subscription-plan-dialog {
        max-width: unset !important;
    }
    .nav-link__Join {
        padding: 5px 5px;
        font-size: 12px;
        width: 70px;
        font-weight: 400;
        font-family: 'poppinsregular';
    }
    .nav-link__login {
        padding: 5px 5px;
        font-size: 12px;
        width: 70px;
        font-weight: 400;
        font-family: 'poppinsregular';
    }
    /*---------------------------------------
        1.1 Search Bar End
    -----------------------------------------*/
    .categories__name {
        width: 48%;
    }
    .category-search-wrap {
        width: 100%;
        flex-wrap: wrap;
    }
    .search-type{
        width: 100%;
    }
    /*---------------------------------------
        1.1 Search Bar End
    -----------------------------------------*/
    /*---------------------------------------
        5.0 playlist Start
    -----------------------------------------*/
    .playlist__video-wrap {
        width: 100%;
    }
    /* .playlist-video__count {
        position: relative;
    } */
    .video-card-section {
        background-color: transparent;
        padding: 5px 0px 0px 0px;
    }
    .category_title {
        font-size: 14px;
    }
    .playlist__video-wrap .video-container > img {
        height: 120px;
        object-fit: cover;
    }
    .playlist-overall-wrap .playlist-width-video{
        width: 35%;
    }
    .playlist-overall-wrap .playlist-width-detail{
        width: 62%;
    }
    .accordian-wrraper {
        height: auto !important;
        max-height: 445px;
        min-height: auto;
    }
    /*---------------------------------------
        5.0 playlist End
    -----------------------------------------*/

    /*---------------------------------------
        9.0 Profile End
    -----------------------------------------*/
    .profile__details {
        font-size: 12px;
    }
    .profile__text {
        font-size: 18px;
    }
    /*---------------------------------------
        9.0 Profile End
    -----------------------------------------*/
    .custom-footer-wrap {
        position: relative;
    }
    /*---------------------------------------
        11.0 contact us section start
    -----------------------------------------*/
    .order-1{
        order: 2 !important;
    }
    .order-2{
        order: 1 !important;
    }
    /*---------------------------------------
        11.0 contact us section End
    -----------------------------------------*/

    .element-create__btn {
        width: 135px;
    }
    .custom-container-height {
        min-height: auto;
        max-height: auto;
    }
    /* .custom-container-height{
        min-height: auto;
        max-height: max-content;
        height: auto;
    } */
    .select-btn-register{
        display: none !important;
    }
    .nav-tabs .custom-nav-link {
        font-size: 11px !important;
        padding: 8px 5px !important;
    }
    .mobile-view-footer .mobile-footer_list li{
        list-style-type: none;
    }
    .mobile-view-footer{
        background: #fff;
        border-radius: 20px 20px 0px 0px;
        position: sticky;
        bottom: -1px;
        padding: 10px 20px;
        box-shadow: 0px -3px 17px grey;
        z-index: 999;
    }
    .nav-link__menu_mobilef .header-svg-icons {
        width: auto;
        height: 18px;
        margin: 0px auto 10px auto;
    }
    .nav-link__menu_mobilef.active .header-svg-icons-sidebar svg,
    .nav-link__menu_mobilef.active .header-svg-icons svg{
        fill: var(--button-red);
    }
    /* .nav-link__menu__mobileView{
        width: 35px !important;
        text-align: center;
        justify-content: end;
    } */
    .element-text-nav__footer {
        font-size: 10px;
        color: var(--text-greySmoke);
        font-weight: normal;
        font-family: 'poppinssemibold';
        margin-bottom: 0px;
    }
    .nav-tabs .custom-nav-link.active {
        color: var(--white) !important;
        background-color: var(--button-red) !important;
        border-color: #dee2e6 #dee2e6 #fff;
        border-radius: 30px;
        border: 1px solid var(--button-red) !important;
        font-weight: 500;
        font-size: 10px;
        font-family: 'poppinsmedium';
    }
    .savedStatus svg {
        width: 26px;
    }
    .saved-video-all-wrap{
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row-reverse;
    }
    .saved-video-width{
        width: 35%;
    }
    .saved-text-width{
        width: 62%;
    }
    .thumnail-container > img {
        height: 120px;
        width: 100%;
        object-fit: cover;
    }
    .video-title__heading {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .thumnail-container-main img {
        height: 300px;
        width: 100%;
        object-fit: cover;
    }
    .category-card-height {
        max-height: 248px;
        height: auto;
    }
    /* .video-wrapper .vjs-control-bar .vjs-skip-forward-5 {
        position: absolute;
        top: -215px;
        font-size: 20px;
        right: 30px;
        display: block;
    }
    .video-wrapper .vjs-control-bar .vjs-skip-backward-5 {
        position: absolute;
        top: -215px;
        font-size: 20px;
        left: 30px;
        display: block;
    }
    .playNext-img {
        position: absolute;
        right: 8px;
    }
    .upNext-wrapper {
        width: 77%;
    }
    .video-counter-nmb {
        font-size: 16px;
        width: 23%;
    }
    .UpNext_Video_list-video {
        width: 30%;
        height: 100%;
    }
    .UpNext_Video_list-para {
        width: 70%;
    }
    .vjs-icon-next-item:before, .vjs-icon-previous-item:before {
        font-size: 2em !important;
    }
    .video-js .vjs-control-bar {
        justify-content: space-evenly !important;
    }
    .video-js .vjs-progress-control {
        position: absolute !important;
    } */
    .thumbnail-detail {
        font-size: 16px;
        font-weight: 600;
        font-family: 'poppinsbold';
        letter-spacing: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box !important;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        color: var(--black);
        line-height: 26px;
    }
    .thumnail-container-listed > img {
        height: 120px !important;
        width: 100%;
        object-fit: cover;
    }
    .search-listing{
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row-reverse;
    }
    .search-listing .search-right-content{
        width: 62%;
    }
    .search-listing .search-left-content{
        width: 35%;
    }
    .video-counter-nmb{
        position: absolute !important;
        right: 1rem !important;
        top: 1rem !important;
        text-align: right !important;
    }
    .custom-accordion-button::after{
        margin-top: 20px !important;
    }
    .hide-responsive-mode{
        display: none;
    }
    .show-responsive-mode{
        display: block;
    }
    /* .vjs-fullscreen-control{
        position: absolute;
        top: -358px;
        right: 0;
    } */
    /* .vjs-setting-button.vjs-menu-button.vjs-menu-button-popup.vjs-button{
        position: absolute;
        top: -358px;
    } */
    /* .vjs-setting-button{
        position: absolute;
        top: -359px;
    } */
    /* .vjs-setting-button{
        position: absolute;
        top: -390px;
        right: 30px;
    } */
/* .vjs-skip-forward-10{
    position: absolute !important;
    top: -15% !important;
    right: 0;
} */
}
@media (max-width: 495px) {
    .theme-img-logo img {
        width: 175px;
    }
}
@media(max-width:480px){
    
    .cat-height-section {
        padding-top: 15px;
    }
    .theme-img-logo img {
        width: 190px;
    }
    .notification__icon svg {
        width: 22px;
    }
    .header-search-bar-icon {
        width: 22px !important;
        margin: 0px auto 0px auto !important;
        height: auto !important;
    }
    .custom-gap-res {
        gap: 18px;
    }
    .nav-link__login {
        padding: 5px 5px;
        font-size: 11px;
        width: 65px;
        font-weight: 400;
        font-family: 'poppinsregular';
    }
    .nav-link__Join {
        padding: 5px 5px;
        font-size: 11px;
        width: 65px;
        font-weight: 400;
        font-family: 'poppinsregular';
    }
    .footer-app-links-list{
        flex-wrap: wrap;
    }
    .upNext-wrapper {
        width: 90%;
    }
    .video-counter-nmb {
        font-size: 16px;
        width: 23%;
    }
    .video-js .vjs-control-bar {
        height: auto !important;
    }
    .vjs-icon-next-item{
        position: absolute !important;
        right: 10px !important;
        height: 7rem !important;
        OVERFLOW: hidden;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
    .vjs-icon-previous-item{
        position: absolute !important;
        left: 10px !important;
        height: 7rem !important;
        OVERFLOW: hidden;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
    .video-js .vjs-control-bar {
        padding: 44px 12px 44px 12px !important;
    }
    .custom-gap-res-login {
        gap: 14px;
    }
    .custom-gap-res {
        gap: 14px;
    }
}
@media (max-width: 450px) {
    .theme-img-logo img {
        width: 158px;
    }
}
@media(max-width:420px){
    .nav-link__login-mobile{
        display: block;
    }
    .nav-link__login {
        display: none;
    }
    .theme-img-logo img {
        width: 160px;
    }
    .UpNext_Video_list-video {
        width: 40%;
        height: 100%;
    }
    .UpNext_Video_list-para {
        width: 60%;
    }
}
@media(max-width:380px){
    .nav-wrap__section .nav-bar-wrapper,
    .nav-wrap__section .logins-res-gap {
        gap: 14px !important;
    }
    .nav-link__Join {
        padding: 5px 3px;
        font-size: 10px;
        width: 60px;
        font-weight: 400;
        font-family: 'poppinsregular';
    }
    .theme-img-logo img {
        width: 146px;
    }
    .notification-counter {
        background-color: var(--button-red);
        border-radius: 50%;
        width: 16px;
        height: 16px;
        font-size: 9px;
        text-align: center;
        color: var(--white);
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 1px;
        right: 0px;
    }

    .humburger-icon svg {
        width: 21px;
        width: 27px;
        height: 27px;
    }
    .header-search-bar-icon {
        width: 20px !important;
        margin: 0px auto 0px auto !important;
        height: auto !important;
    }
    .nav-link__login-mobile svg {
        width: 20px;
        height: 27px;
    }
    .upNext-wrapper {
        width: 90%;
    }
    .video-counter-nmb {
        font-size: 16px;
        width: 23%;
    }
    .UpNext_Video_list-video {
        width: 40%;
        height: 100%;
    }
    .UpNext_Video_list-para {
        width: 60%;
    }
}

@media (max-width: 350px) {
    .theme-img-logo img {
        width: 130px;
    }
    .nav-wrap__section .nav-bar-wrapper,
    .nav-wrap__section .logins-res-gap {
        gap: 10px !important;
    }
    nav.nav-wrap__section{
        gap: 0px !important;
    }
}