 /* Fullscreen Swiper */
    .movies-shows .swiper {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .movies-shows .swiper-slide {
        width: 100%;
        height: 100%;
    }

    .movies-shows .active-img-pos {
        position: absolute;
        bottom: 56px;
        height: 363px !important;
        left: 67px;
        width: 196px;
        display: flex;
        flex-direction: column;
    }

    .movies-shows .nonactive-img-pos {
        position: absolute;
        bottom: 144px;
        width: 190px;
        height: 260px;
        left: 70px;
        padding: 10px;
        display: flex;
        flex-direction: column;
    }

    .movies-shows .left-layout-pos {
        position: absolute;
        bottom: 80px;
        padding: 60px;
    }

    .movies-shows .ms-title {
        font-size: 36px;
        font-weight: bold;
        color: #ffffff;
    }

    .movies-shows .ms-description {
        font-size: 18px;
        color: #ffffff;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .movies-shows .fa-star {
        color: #b8b8b8;
    }

    .movies-shows .checked {
        color: #fcaa2b;
    }

    .movies-shows span.fa.fa-star {
        font-size: 30px;
    }

    .movies-shows .watch-trailer-pos {
        width: 50%;
    }

    .movies-shows .layer-background {
        width: 100%;
        position: absolute;
        bottom: 0px;
    }

    .movies-shows .ms-title-pos-active {
        font-size: 20px;
        font-weight: bold;
        color: #ffffff;
        padding: 10px 0px 0px 0px;
        margin-bottom: 0px;
    }

    .movies-shows .ms-year-pos-active {
        font-size: 18px;
        color: #ffffff;
    }

    .movies-shows .ms-title-pos {
        font-size: 15px;
        color: #ffffff;
        padding: 10px 0px 0px 0px;
        margin-bottom: 0px;
    }

    .movies-shows .ms-year-pos {
        font-size: 13px;
        color: #ffffff;
    }

    .movies-shows .ms-img-active {
        width: 100%;
        height: 100%;
        padding: 0px;
        border-radius: 5px;
    }

    .movies-shows .ms-nonn-img-active {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 5px;
    }

    .movies-shows .ms-opacity-pos {
        background: url(../../assets/images/ms-opacity.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
        position: absolute;
        top: 0px;
        z-index: 123;
        height: 64px;
        width: 100%;
    }

    .movies-shows .ms-main-heading {
        font-size: 25px;
        font-weight: 500;
        color: #FFFFFF;
    }

  
    .movies-shows .nav-pills .nav-link.active,
    .nav-pills .show>.nav-link {
        /* width: 70px; */
        color: #FFFFFF !important;
        background-color: inherit !important;
        border-bottom: 2px solid #F40707 !important;
        border-radius: 0px !important;
        padding: 0px !important;
        z-index: 99999999;
        position: relative;
    }

    .movies-shows .nav-pills .nav-link {
        border-radius: 0px;
        color: #B8B8B8;
        padding: 0px;
        margin: 10px;
        font-size: 20px;
    }

    .movies-shows .ms-moviewshows-border-bottom {
        border-bottom: 1px solid #B8B8B8;
        width: 80%;
        position: relative;
        bottom: 12px;
        margin-left: 5px;
        left: 1%;
    }

    .movies-shows .ms-tab-nav-pos {
        left: 0%;
    }

    .movies-shows .watch-trailer {
        background: #ff6700;
        color: white;
        padding: 10px 20px;
        border-radius: 5px;
        text-decoration: none;
        font-size: 1rem;
        transition: transform 0.3s ease;
    }

    .movies-shows .watch-trailer:hover {
        transform: scale(1.1);
    }

    #sec-tab-name {
        margin-right: 50px;
    }

    @media screen and (max-width: 767px) {
        .movies-shows .left-layout-pos {
            position: absolute;
            bottom: 360px;
            padding: 20px;
        }

        .movies-shows span.fa.fa-star {
            font-size: 24px;
        }

        .movies-shows .ms-title {
            font-size: 24px;
        }

        .movies-shows .ms-description {
            font-size: 16px;
        }

        .movies-shows .active-img-pos {
            position: absolute;
            bottom: 90px;
            height: 258px !important;
            left: 38px;
            width: 81%;
            display: flex;
            flex-direction: column;
        }

        .movies-shows .nonactive-img-pos {
            position: absolute;
            bottom: 130px;
            width: 68%;
            height: 194px;
            left: 25px;
            padding: 0px;
            display: flex;
            flex-direction: column;
        }

        .movies-shows .ms-title-pos-active {
            font-size: 16px;
            font-weight: bold;
            color: #ffffff;
            padding: 10px 0px 0px 0px;
            margin-bottom: 0px;
        }

        .movies-shows .ms-year-pos-active {
            font-size: 16px;
            color: #ffffff;
        }

        .movies-shows .ms-title-pos {
            font-size: 12px;
            color: #ffffff;
            padding: 10px 0px 0px 0px;
            margin-bottom: 0px;
        }

        .movies-shows .active-img-pos2 {
            position: absolute;
            bottom: 71px;
            height: 280px !important;
            left: 0%;
            width: 81%;
            display: flex;
            flex-direction: column;
        }

        .movies-shows .nonactive-img-pos2 {
            position: absolute;
            bottom: 103px;
            width: 70%;
            height: 224px;
            left: 33px;
            padding: 0px;
            display: flex;
            flex-direction: column;
        }

        .movies-shows .ms-tab-nav-pos {
            left: 30%;
            position: absolute;
            top: 54px;
            z-index: 123;
        }

        .movies-shows .ms-moviewshows-border-bottom {
            width: 92%;
            left: 1%;
        }

        .movies-shows .ms-opacity-pos {
            height: 55px;
        }
    }