* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: 'Montserrat', sans-serif; */
    font-family: "Poppins", sans-serif;
}

.container {
    min-height: 100vh;
    width: 100%;
    padding: 140px 0 0 0;
    display: flex;
    align-items: center;
    background-color: #fff !important;
    /* justify-content: center; */
    flex-direction: column;
}

.container a {
    height: fit-content;
}

.banner-add-parent-mt {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    margin-top: 20px;
}

.banner-add-parent-mb {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0px 0px 20px !important;
}

.banner-add {
    display: flex;
    font-size: 22px;
    font-weight: 900;
    color: #fff;
    /* background-color: #F44336; */
    background-color: #000;
    height: 130px;
    letter-spacing: .4px;
    width: 100%;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
}

.data-parent {
    width: 1200px;
}

.section {
    width: 1200px;
    display: grid;
    flex: none;
    grid-template-columns: repeat(4, 24.4%);
    grid-auto-rows: max-content;
    column-gap: 10px;
    row-gap: 20px;
    margin-bottom: 20px;
}

.video-design {
    text-decoration: none;
    color: #000;
}

.heading_category {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: left;
}

.pagination-data {
    margin: 30px 0 20px;
    display: flex;
    justify-content: flex-end;
}

.pagination .page-item:last-child {
    margin-right: 0 !important;
}

.pagination {
    display: flex;
    align-items: center;
}

.page-item {
    list-style-type: none;
    width: 45px;
    flex: none;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    margin-right: 8px;
    background-color: #eee;
    color: #000;
}

.active-page {
    background-color: #000;
}

.active-page a {
    color: #fff !important;
}

.page-item>a {
    text-decoration: none;
    color: #000;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.videos {
    /* height: 270px; */
    height: 515px;
}

.thumbnailarea {
    position: relative;
    height: 60%;
    height: 75%;
    margin-bottom: 15px;
}

.thumbnailarea img {
    width: 100%;
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}

.card-badge-views {
    padding: 4px 6px;
    font-weight: 600;
    background-color: #eee;
    color: #000 !important;
    border-radius: 4px;
    /* border: 1px solid #0000000f; */
}

.videoinfo {
    display: flex;
    align-items: flex-start;
}

.uploadby {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    overflow: hidden;
    flex: none;
}

.uploadby img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-vidoeinfo {
    margin-left: 15px;
}

.text-vidoeinfo p {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 2px;
}

.text-vidoeinfo span {
    font-size: 12px;
    font-weight: 600;
    color: #000000ad;
}

.info-flex {
    display: flex;
    margin-top: 5px;
    align-items: center;
}

.info-flex span {
    font-size: 11px;
    margin-right: 10px;
}

.info-flex span:last-child {
    margin-right: 0 !important;
}

.dark-badge-resolution {
    background-color: #000;
    color: #fff !important;
}

.alert-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-bottom: 1px solid #eee;
    text-align: center;
    background-color: #000000c9;
    color: #fff;
    /* background-image: linear-gradient(#0003, #000000b8), url(../images/bg1.jpg); */
    background-size: cover;
    background-position: center;
    padding: 40px;
}

.heading-design {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.heading-design span {
    font-weight: 500;
}

.paragraph-design {
    font-size: 16px;
    font-weight: 500;
}

.alert-container svg {
    width: 20%;
    height: fit-content;
    margin-bottom: 30px;
}

/* responsive css design  */
@media only screen and (max-width:1600px) {
    .data-parent {
        width: 1100px;
    }

    .section {
        width: 1100px;
    }

    .thumbnailarea {
        height: 55%;
    }

    .alert-container {
        width: 1000px;
        margin-top: 30px;
    }

    .heading-design {
        font-size: 20px;
    }

}

@media only screen and (max-width:1440px) {
    .data-parent {
        width: 1000px;
    }

    .section {
        width: 1000px;
    }

    .thumbnailarea {
        height: 50%;
    }

    .alert-container {
        width: 800px;
    }

    .heading-design {
        font-size: 20px;
    }
}

@media only screen and (max-width:1220px) {
    .data-parent {
        grid-template-columns: repeat(3, 33%);
        width: 800px;
    }

    .section {
        grid-template-columns: repeat(3, 33%);
        width: 800px;
    }

    .alert-container {
        width: 700px;
    }

    .heading-design {
        font-size: 20px;
    }

}

@media only screen and (max-width:920px) {
    .data-parent {
        grid-template-columns: repeat(2, 49.4%);
        width: 650px;
    }

    .section {
        grid-template-columns: repeat(2, 49.4%);
        width: 650px;
    }

    .thumbnailarea {
        height: 60%;
    }

    .alert-container {
        margin-top: 20px;
        width: 600px;
    }

    .heading-design {
        font-size: 20px;
    }
}

@media only screen and (max-width:720px) {
    .data-parent {
        grid-template-columns: repeat(2, 49.4%);
        width: 520px;
    }

    .section {
        grid-template-columns: repeat(2, 49.4%);
        width: 520px;
    }

    .thumbnailarea {
        height: 50%;
    }
}

@media only screen and (max-width:620px) {
    .data-parent {
        grid-template-columns: repeat(1, 100%);
        width: 90%;
        margin: auto;
    }

    .section {
        grid-template-columns: repeat(1, 100%);
        width: 90%;
        margin: auto;
    }

    .thumbnailarea {
        height: 65%;
    }

    .alert-container {
        margin-top: 10px;
        width: 100%;
    }

    .heading-design {
        font-size: 18px;
    }

    .videos {
        height: 320px;
    }

}

@media only screen and (max-width:440px) {
    .data-parent {
        width: 320px;
        row-gap: 30px;
    }

    .section {
        width: 320px;
        row-gap: 30px;
    }

    .thumbnailarea {
        height: 50%;
    }
}


/* Alhamdililah done  */