/*------- custom card-------- */
.video-card {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: all 0.3s ease-in-out;
}

.video-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.video-card img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.video-body {
    padding: 10px;
    flex-grow: 1;
}

.video-title {
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 6px;
    color: #333;
}

.video-by {
    font-size: 15px;
    margin: 0;
    color: #444;
}

.video-by span {
    color: #c0392b;
    font-weight: 600;
}

.video-footer {
    background: #8e24aa;
    text-align: center;
    padding: 8px;
}

.play-btn {
    background: transparent;
    border: none;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    cursor: pointer;
    width: 100%;
}

.video-footer:hover {
    background: #7b1fa2;
}

.defcaategories .catgoryss {
    height: 177px;
}

/** endcustom card  */

.earn_main {
    background-color: #efefef;
    margin: 10px 0px 10px 0px;
}