
.video-showcase {
    max-width: 1200px;
    margin: auto;
}

h3.highlight {
    color: #649920;
    font-weight: 500;
    font-size: 16px;
}

h1 {
    font-size: 28px;
    margin-bottom: 15px;
}

.categories {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 40px;
}

.tag {
    color: #4b4b4b;
    background: #f7f7f7;
    padding: 4px 13px;
    border-radius: 400px;
    font-size: 13px;
    font-weight: 400;
    cursor: pointer;
}

.mainsecp {
    margin-top: 60px;
    text-align: center;
}

.mainbtn {
    background: #95d149;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 14px;
    width: max-content;
    margin-top: 10px;
}

.mainbtnholder {
    display: flex
;
    width: 100%;
    justify-content: center;
}

.tag.active {
    background-color: rgb(160, 214, 92) !important;
    color: rgb(255, 255, 255) !important;
    pointer-events: none !important;
}

.video-layout {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.video-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.video-card img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 15px;
}

.video-card-content {
    padding: 10px;
}

.video-card h3 {
    font-size: 16px;
    margin: 0;
    font-weight: 500;
    text-transform: capitalize;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.filtervidesc {
    font-size: 13px;
    color: #8f8f8f;
    padding-top: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.video-card p {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}

/* Favorite Icon */
.favorite-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 22px;
    cursor: pointer;
    color: #ccc;
}

.favorite-icon.active {
    color: red;
}

/* Video Modal */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
;
    align-items: center;
    justify-content: center;
}
.blkbtn {
    color: #000;
}




.modal-content {
    background: #ffffff;
    width: 96vw;
    height: 95vh;
    border-radius: 10px;
    margin: 2vw;
    padding: 100px;
    position: relative;
}

img.videoModalpoplogonav {
    max-width: 130px;
}

.videoModalpopnavhldr {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    color: #000;
    margin-top: -60px;
    margin-bottom: 60px;
}


.modal-info {
    width: 50%;
}




span.close {
    position: absolute;
    right: -6px;
    top: -6px;
    cursor: pointer;
    transform: scale(1.1);
    font-size: 35px;
    background: #fff;
    border-radius: 400px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #333;
    line-height: 0;
    padding: 2px;
    padding-top: 0;
}


.viddesclabel {
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 14px;
}

p#videoDescription {
    font-size: 15px;
    margin-bottom: 50px;
    max-width: 80%;
    color: #333;
}

.video-meta {
    background: #eeeeee87;
    padding: 20px 30px;
    border-radius: 10px;
    border: solid 1px #33333314;
    width: max-content;
    min-width: 200px;
}

.video-meta * strong {
    display: block;
    margin-top: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
    margin-bottom: 5px;
}


.video-tags span {
    border-radius: 400px;
    padding: 3px 16px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    border: solid 1px #004eec17;
    background: #004eec1c;
    color: #004eec;
    display: inline-flex
;
    margin: 4px 2px;
}




.video-meta * span {
    text-transform: capitalize;
    font-size: 15px;
    max-width: 80%;
    color: #333;
}


.close {
    float: right;
    font-size: 28px;
    cursor: pointer;
}

.modal-body {
    display: flex;
    gap: 50px;
}

.modal-video {
    flex: 2;
}

.modal-info {
    flex: 1;
}

.video-tags {
    margin-top: 30px;
}

 


.favorite-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    max-width: 25px;
    height: auto;
    cursor: pointer;
}


img.favorite-icon {
    max-width: 25px;
    height: auto;
}


h1.lightttl {
    font-size: 25px;
    font-weight: 500;
}


a.tag {
    display: inline-flex
;
    width: max-content;
    border-radius: 400px;
    padding: 3px 16px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    border: solid 1px #004eec17;
    background: #004eec1c;
    color: #004eec !important;
    margin: 4px 1px;
    font-weight: 600;
}


.plyr--video {
    height: 100%;
    border-radius: 23px;
}


.modal-info {
    overflow-y: scroll;
    height: 65vh;
}