img.video-thumb {
    max-width: 300px;
}
.video-card > h3 {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
}
.video-card > p {
    font-size: 14px;
    color: #242424;
    margin-top: 10px;
    font-weight: 400;
}
.video-card {
    width: min-content;
}
div#videoGallery {
    display: flex
;
    flex-wrap: wrap;
}

div#videoGallery {
    display: flex
;
    flex-wrap: wrap;
    gap: 30px;
}

a {
    text-decoration: none;
}

.vpopup {
    position: fixed;
    width: 100vw;
    right: 0;
    height: 100vh;
    top: 0;
    z-index: 9;
    display: flex
;
    align-items: center;
    justify-content: center;
    background: #11111194;
    backdrop-filter: blur(8px);
}

.popup-info > p {
    color: #333;
    line-height: 1.5;
    font-size: 15px;
    letter-spacing: 0px;
}

.popup-info > h2 {
    font-weight: 500;
    line-height: 1.3;
}

.popup-tags {
    display: flex
;
    flex-wrap: wrap;
    gap: 5px;
}


span.video-tag {
    background: #eeeeee47;
    padding: 5px 14px;
    border-radius: 400px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
    border: solid 1px #33333354;
}


.vpopup-content {
    display: flex
;
    width: 100vw;
    height: 100vh;
    color: #fff;
    align-items: center;
    justify-content: center;
}

.hidden {
    display: none;
}


.filterspg {
    display: flex
;
    gap: 60px;
}

div#filters {
    display: flex
;
    flex-direction: column;
    gap: 10px;
}

.searchttl {
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
}


input#searchBox {
    background: #0000;
    border: solid 1px #33333336;
    padding: 10px 20px;
    border-radius: 9px;
    outline: 0;
    color: #fff;
}

.searchapp {
    border-bottom: solid 1px #33333338;
    padding-bottom: 20px;
    margin-bottom: 10px;
}


select {
    background: #ffffff00;
    color: #000000;
    padding: 0;
    border: 0;
    margin: 5px 0px;
    outline: 0;
}

option {
    color: #000;
}


.vpopup-content {
    display: flex
;
    width: 100vw;
    height: 60%;
    align-items: center;
    justify-content: center;
    gap: 50px;
    background: #fff;
    color: #000;
    margin: 70px;
    border-radius: 50px;
    position: relative;
    padding: 80px;
}


iframe {
    border: 0;
    border-radius: 15px;
}

.popup-info {
    display: flex
;
    flex-direction: column;
    gap: 20px;
}



.popup-video {
    width: 70%;
    height: 100%;
}

.popup-info {
    width: 30%;
    height: 100%;
}


span#closePopup {
    position: absolute;
    right: -15px;
    background: #fff;
    top: 0;
    padding: 10px;
    border-radius: 400px;
    width: 30px;
    height: 30px;
    display: flex
;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    line-height: 1;
    padding-top: 4px;
    border: solid 1px #333;
    cursor: pointer;
}




img.video-thumb {
    border-radius: 10px;
}


.video-thumb {
    transition: opacity 0.5s ease-in-out;
}

.video-thumb:hover {
    opacity: 0.8;
}



#videoGallery, #filters {
    opacity: 0;
    transform: translateY(20px); /* Optional: Add a slight upward motion */
    transition: opacity 1s ease-in-out, transform 0.8s ease-out;
}


.video-card {
    opacity: 0;
    transform: translateY(20px); /* Moves videos slightly downward */
    visibility: hidden; /* Prevents flickering */
    transition: opacity 0.8s ease-in-out, transform 0.8s ease-out;
}



.searchttl {
    color: #000;
}



select {
    font-weight: 500;
}


img.video-thumb {
    clip-path: inset(13% 0 13% 0);
    border-radius: 10px;
    overflow: hidden;
}

.yimghldr {
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
    display: flex
;
    justify-content: center;
    align-items: center;
    height: 160px;
}


option {
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
}

.maintypes {
    width: max-content;
    display: flex
;
    gap: 10px;
    flex-wrap: wrap;
}

a.onetype {
    font-weight: 400;
    font-size: 13px;
    text-transform: capitalize;
    border: solid 1px #33333352;
    border-radius: 10px;
    padding: 1px 10px;
    cursor: pointer;
}

.searchapp {
    border-top: solid 1px #33333338;
    padding-top: 20px;
    margin-top: 10px;
}