/* Basic styling for the container */
.vid-now {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
}

.vid-all {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
}

/* Left aside for the video background */
.vid-left {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* Aspect ratio for 16:9 */
    background-color: #000;
    cursor: pointer;
}

.vid-bgplayer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
}

/* Overlay for the play button */
.vid-backplay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 4px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 6px;
    padding: 20px;
    border-radius: 4px;
}

/* Play icon */
.div-playericon svg {
    width: 30px;
    height: 30px;
    fill: #f44336;
}

/* Right aside (can be used for additional info or buttons) */
.vid-right {
    display: block;
    font-family: "Lexend Deca", serif;
}

.next-vid>svg,
.next-vid>a>svg {
    width: 0.6rem;
    position: relative;
    top: -0.1rem;
}

.next-vid {
    cursor: pointer;
    font-size: 13px;
    color: #ababab;
}

.next-vid>a {
    text-decoration: none;
    color: #ababab;
}

.vid-control {
    display: flex;
    gap: 1rem;
    background-color: #111111;
    padding: 7px 10px;
}

.serv-left {
    font-size: 13px;
    color: #ababab;
    background-color: #11111190;
    padding: 16px;
    text-align: center;
    border-right: 1px dashed #3a3a3a;
}

.serv-right {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    color: #ababab;
    /* background-color: #11111190; */
}

.serv-title>svg {
    width: 0.7rem;
    position: relative;
    top: -0.2rem;
}

.vid-sernitr {
    display: flex;
}

.serv-rightone {
    display: flex;
    align-items: center;
    padding: .5rem;
    gap: 1rem;
    font-size: 13px;
    padding: 15px 20px;
}

.serv-related {
    width: 1px;
    flex-grow: 1;
    display: flex;
}

.verse {
    background-color: #111111;
    margin-left: 0.2rem;
    padding: 4px 10px;
    color: #fff;
    cursor: pointer;
    transition: background-color ease 0.3s;
}

.verse:hover {
    background-color: #f44336;
}

.wanttheimage>a {
    display: flex;
    font-family: "Lexend Deca", serif;
    background-color: #111111;
    width: 26.7rem;
    height: 5rem;
    cursor: pointer;
    transition: background-color ease 0.3s;
}

.wanttheimage {
    overflow: hidden;
}

.wanttheimage:hover {
    background-color: #111111a5;
}

.wantimage-left img {
    width: 9rem;
}

.thelist {
    position: relative;
    top: -1.5rem;
    left: 0.3rem;
    color: #fff;
    font-size: 12px;
    background-color: #111111;
    padding: 2px 4px;
    border-radius: 6px;
    width: 2.5rem;
    text-align: center;
}

.wantwatch {
    margin-bottom: 1rem;
    display: flex;
    gap: 0.2rem;
    flex-wrap: wrap;
    height: 10rem;
    overflow-y: auto;
    overflow-x: hidden;
}

.wantimage-title {
    font-size: 14px;
    color: #ababab;
    padding: 6px 10px;
}

.wanttheimage>a {
    text-decoration: none;
    color: #ababab;
}

.theclick-left img {
    width: 10rem;
    border-radius: 6px;
}

.thecurrent-click {
    display: flex;
    gap: 0.7rem;
    font-family: "Lexend Deca", serif;
    margin-bottom: 0.2rem;
    background-color: #111111;
}

.theclick-right {
    margin-bottom: 1rem;
}

.theclick-title {
    font-size: 19px;
    color: #fff;
    width: 90%;
}

.theclick-des {
    font-size: 12px;
    color: #ababab;
    margin-top: 0.4rem;
    width: 95%;
    max-height: 3.6rem;
    overflow: hidden;
    font-weight: 300;
}

.theclick-basic {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.4rem;
}

.theclick-pg {
    font-size: 11px;
    font-weight: 500;
    color: #000;
    background-color: #fff;
    padding: 2px 6px;
    height: 1.3rem;
}

.theclick-quality {
    font-size: 11px;
    font-weight: 500;
    color: #000;
    background-color: #f44336;
    padding: 2px 6px;
    height: 1.3rem;
}

.theclick-genre {
    word-break: break-all;
    width: 98%;

}

.theclick-total {
    font-size: 11px;
    font-weight: 500;
    color: #fff;
    background-color: #222121;
    padding: 2px 6px;
    height: 1.3rem;
}

.theclick-total>svg {
    width: 0.6rem;
    position: relative;
    top: -0.1rem;
}


.theclick-more {
    font-size: 12px;
    color: #ababab;
    margin-top: 0.4rem;
    column-count: 2;
}

.theclick-more span {
    color: #f44336;
}

.theclick-markb svg {
    width: 0.79rem;
    position: relative;
    top: -0.2rem;
}

.theclick-markb {
    margin-left: 0.4rem;
    cursor: pointer;
}

#iframe {
    display: none;
}

/* Dark overlay effect */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    z-index: 1;
}

/* Styling for the iframe to appear on top */
#iframe {
    position: relative;
    z-index: 2;
}

.vid-bgplayer.highlighted {
    box-shadow: 0 0 20px 10px rgba(29, 28, 28, 0.9);
}

.sub-vid {
    display: flex;
    gap: 1rem;
}


@media (max-width: 1399px) {
    .wanttheimage {
        width: 17.2rem;
    }
}

@media (max-width: 1199px) {
    .wanttheimage {
        width: 19.3rem;
    }
}

@media (max-width: 992px) {
    .vid-sernitr {
        flex-direction: column;
    }

    .serv-left {
        border-right: none;
        border-bottom: 1px dashed #3a3a3a;
    }

    .wanttheimage {
        width: 21.6rem;
    }

    .vid-now {
        margin-top: 0.2rem;
    }

    .theclick-left img {
        width: 10rem;
    }
}

@media (max-width: 767px) {
    .wanttheimage {
        width: 100%;
    }

    .theclick-left img {
        width: 5rem;
    }

    .theclick-title {
        font-size: 16px;
        color: #fff;
        width: 95%;
    }

    .theclick-more {
        column-count: 1;
    }
}

@media (max-width: 475px) {
    .theclick-more{
        font-size: 12px;
        font-weight: 300;
    }
}