@charset "utf-8";

* {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    margin: 0;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    font-family: serif;
}

html,
body {
    width: 100%;
    margin: 0;
    font-family: BemBolz, sans-serif;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    overflow-x: hidden;
    color: rgb(51, 51, 51);
}

a {
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
}

.ad-container {
  margin: 16px auto;
}

.ad-container[data-ad-index="0"] {
  margin-top: 0;
}

.gptslot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    min-height: 250px;
    max-width: 300px;
    margin: 0 auto;
}

.ad-label {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: start;
       -moz-box-align: start;
            align-items: start;
    position: relative;
    padding: 5px 0px 2px 0px;
    font-size: 14px;
    color: rgb(73, 73, 73);
}

.fav {
    width: 160px;
    height: 100%;
    margin-right: auto;
}

.fav .rootbg {
    display: inline-block;
    width: 160px;
    height: 100%;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.bgi {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../../images/loading.e29b847.gif);
}

.section-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    border-bottom: 2px solid #eee;
}

.section-header h2 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.5px;
}

.section-header .see-more {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

header {
    position: relative;
    width: 100%;
    color: #fff;
}

.header-box {
    width: 98%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    height: 60px;
}

.header-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    border-radius: 0 0 0 30px;
}

.header-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
    border-radius: 0 0 30px 0;
    z-index: 900;
}

.header-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    margin: 0;
    color: #333;
    font-weight: 600;
    height: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
}

.tab-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    gap: 5px;
    margin: 0 10px;
    line-height: 40px;
    color: #fff;
    height: 40px;
    padding: 0 10px;
    border-radius: 20px;
    font-size: 14px;
}

.tab-item:nth-child(1) {
    background-color: #6d5dbf;
}

.tab-item:nth-child(2) {
    background-color: #e06786;
}

.tab-item .tab-item-icon {
    width: 25px;
    aspect-ratio: 1;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
}

.fresh-icon {
    background-image: url(../../images/Fresh-videos.3dd6754.png);
}

.energy-icon {
    background-image: url(../../images/High-energy-videos.4be39af.png);
}

#MoreShow {
    color: #333;
    font-size: 16px;
    cursor: pointer;
    border: none;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
}

.about-list {
    position: absolute;
    top: 43px !important;
    right: 0 !important;
    height: auto;
    width: auto;
    background-color: #353535;
    z-index: 9999;
    display: none;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    padding: 5px;
    border-radius: 10px;
    padding: 20px 40px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

.about-list .play-item {
    margin: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    height: 30px;
    line-height: 30px;
    padding: 3px 16px;
    border-radius: 8px;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    border: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    white-space: nowrap;
    border: 2px solid #000;
    position: relative;
}

.play-item:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}

.about-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    position: relative;
}

#HeaderHome,
.play-item {
    border-radius: 8px;
    padding: 5px 20px;
    color: #333;
    font-size: 16px;
    cursor: pointer;
}

.search-box {
    width: 100%;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    background-color: rgba(256, 256, 256, 0.4);
    border-radius: 4px;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    margin: 0;
    overflow: hidden;
}

.search-btn-box {
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    height: 100%;
    padding: 0 10px;
    background-color: transparent;
}

.search-btn,
.search-button {
    width: 30px;
    aspect-ratio: 1;
    background-image: url(../../images/search.7ec4406.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    background-color: transparent;
}

.search-button {
    margin: 0 10px;
}

.ricle-icon {
    width: 30px;
    aspect-ratio: 1;
    background-color: #fff;
    border-radius: 20px;
    margin: 0 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 130%;
}

.myInput {
    color: #fff;
    height: 30px;
    outline: 0;
    font-size: 1rem;
    border: 0;
    display: inline-block;
    margin: 0 1em;
    text-decoration: none;
    width: 80%;
    background-color: transparent;
}

.aside-menu {
    display: none;
    width: 40px;
    height: 40px;
    background-image: url(../../images/menu.37ced67.png);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.945);
    z-index: 998;
    display: none;
}

body.no-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

.sidebar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100vh;
    background: #fff;
    -webkit-transition: left 0.3s ease;
    transition: left 0.3s ease;
    z-index: 999;
    overflow: scroll;
}

.sidebar-container {
    padding: 20px;
}

.sidebar-container .fav {
    height: 60px;
}

.close-btn-box {
    position: absolute;
    top: 5px;
    right: 35px;
}

.sidebar-container .list-canvas {
    width: 95%;
    margin: 10px auto;
    padding: 5px 10px;
    border-radius: 10px;
    color: #fff;
}

.list-canvas .menu-tag,
.list-canvas .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: 100%;
    height: 45px;
    margin: 10px;
    background-color: rgba(0, 0, 0, 0.514);
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 6px 0px;
}

.list-canvas .menu-tag p,
.list-canvas .item .icon-name {
    padding-left: 20px;
}

.bottom {
    text-align: center;
    font-family: Arial, sans-serif;
    padding: 10px 0;
}

.bottom .fav {
    height: 60px;
    margin: 0 auto;
}

.bottom-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    gap: 10px;
}

.bottom .footer-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    color: #fff;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    width: 80%;
    margin: 10px auto;
}

.bottom .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    text-align: left;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    gap: 10px;
}

.view-all-btn {
    background-color: white;
    color: #333;
    border: 2px solid #333;
    border-radius: 6px;
    padding: 0.5rem 2.5rem;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
}

.footer-bottom {
    width: 100%;
    padding: 0 10px;
}

.footer-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    gap: 15px;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 20px;
}

.footer-links a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.footer-links a:hover {
    text-decoration: underline;
}

.copyright {
    color: #fff;
}

.main {
    width: 98%;
    min-height: -webkit-calc(100vh - 70px);
    min-height: calc(100vh - 70px);
    margin: 0 auto;
    padding: 0 10px;
    overflow: hidden;
}

.video-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    border-radius: 15px;
    margin-top: 10px;
    padding: 0 10px;
}

.video-container-box {
    padding: 10px;
    margin: 10px 0;
}

.box-shadow {
    padding: 10px;
    box-shadow: 0 2px 10px rgba(99, 84, 84, 0.4);
    border-radius: 15px;
    margin: 10px 0 30px;
}

.video-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    min-height: 130px;
    background-color: #fff;
}

.video-card__icon-box {
    position: relative;
    width: 100%;
}

.video-card__thumbnail {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: inherit inherit 0 0;
    aspect-ratio: auto;
}

.video-card__play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 40px;
    aspect-ratio: 1;
    background-image: url(../../images/play.8406fac.png);
    background-position: center;
    background-size: 100%;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
}

.video-card__duration {
    font-size: 12px;
    position: absolute;
    bottom: 8px;
    right: 8px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 4px;
}

.video-card__bulb-icon {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 40px;
    aspect-ratio: 1;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.video-card__info {
    padding: 5px;
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
}

.video-card__footer-thumbnail {
    height: 50px;
    border-radius: 10px;
    aspect-ratio: 1;
    border: 0;
    outline: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.video-card__title {
    font-size: 14px;
    font-weight: 500;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    overflow: hidden;
    height: 12px;
}

.video-card__meta {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    gap: 12px;
    padding: 0;
    font-size: 10px;
}

.video-card__category {
    font-size: 12px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    color: #a1a1a1;
}

.video-card__status {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    gap: 15px;
}

.video-card__like,
.video-card__star {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    gap: 5px;
    font-size: 12px;
    color: #a1a1a1;
}

.like-icon,
.star-icon,
.view-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
}

.like-icon {
    background-image: url(../../images/likes.195ab81.png);
}

.star-icon {
    background-image: url(../../images/collection.8c9d2e7.png);
}

.video-card--type1 .video-card__meta {
    padding: 0 0 0 8px;
}

.video-card--type1 .video-card__thumbnail {
    min-height: 203px;
}

.video-card--type2 .video-card__thumbnail {
    aspect-ratio: 0.8;
    min-height: 215px;
}

.video-card--type2 .video-card__footer-thumbnail,
.video-card--type2 .video-card__category {
    display: none;
}

.video-card--type2 {
    min-height: 160px;
}

.video-card--type2 .video-card__meta {
    padding: 0;
}

.video-card--type2 .video-card__title {
    text-align: center;
    margin: 0px 0 5px;
}

.video-card--type2 .video-card__status {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
}

.video-card--type3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: 120px;
}

.video-card--type3 .video-card__icon-box {
    width: 100px;
    aspect-ratio: 0.7;
    padding: 5px;
}

.video-card--type3 .video-card__footer-thumbnail {
    display: none;
}

.video-card--type3 .video-card__category {
    margin: 10px 0 30px;
}

@media screen and (max-width:900px) {
    body {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        max-width: 100vw;
    }

    .main,
    .bottom-container,
    .header-box {
        width: 100%;
        padding: 0;
    }

    .header-banner,
    .header-menu {
        display: none;
    }

    .aside-menu {
        display: block;
    }

    .title {
        font-size: 16px;
    }

    .more-btn p {
        font-size: 12px;
    }

    .title-text {
        font-size: 18px;
    }
}

@media screen and (max-width:480px) {
    .header-box {
        height: 40px;
    }

    .video-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .aside,
    .search-box {
        width: 90%;
    }

    .bottom .fav {
        height: 60px;
    }

    .sidebar {
        width: 90%;
    }

    .content-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
                flex-direction: column;
    }

    .footer-links {
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
                justify-content: center;
    }

    .bottom {
        font-size: 0.9rem;
    }

    .bottom .footer-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
                flex-direction: column;
        margin: 0;
    }

    .video-card {
        min-height: 285px;
    }
}
.video-container-box .section-header {
    margin: 0 30px;
}

.banner {
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    background: -webkit-gradient(linear, left top, right top, from(#3c6263), to(#234350));
    background: -webkit-linear-gradient(left, #3c6263, #234350);
    background: linear-gradient(to right, #3c6263, #234350);
    box-shadow: 0 0 10px 5px rgba(143, 197, 181, 0.5);
    border-radius: 5px;
    padding: 0 20px;
    margin: 15px 0;
    position: relative;
    overflow: hidden;
}

.banner h2 {
    font-size: 25px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-align: center;
    text-shadow: 0 3px 4px rgba(0, 0, 0, 0.7);
}

.banner .highlight {
    background: -webkit-gradient(linear, left top, right top, from(#4effc3), to(#00cffd));
    background: -webkit-linear-gradient(left, #4effc3, #00cffd);
    background: linear-gradient(90deg, #4effc3, #00cffd);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0 2px 8px rgba(45, 212, 191, 0.4);
    margin: 0 5px;
}

.banner--happy h2 {
    margin: 0 10px 0 15px;
}

.banner--energy h2 {
    margin: 0 15px 0 10px;
}

.decor-line {
    width: 40px;
    aspect-ratio: 1;
    background-repeat: no-repeat;
    background-size: contain;
}

.left {
    background-image: url(../../images/Non-Stop_1.9494551.png);
}

.right {
    background-image: url(../../images/Non-Stop_2.d8b6f31.png);
}

.video-list-container {
    position: relative;
    overflow: hidden;
}

.video-list-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: 100%;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.video-list-wrapper .video-list {
    min-width: 100%;
    width: 100%;
    gap: 16px;
    padding: 0 40px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

.switch-btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: none;
    cursor: pointer;
    z-index: 10;
    background-color: transparent;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.prev-btn {
    left: 0px;
    background-image: url(../../images/left.fde408d.png);
}

.next-btn {
    right: 0px;
    background-image: url(../../images/right.65f8e78.png);
}

.indicators {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    gap: 8px;
    margin-top: 16px;
}

.indicator {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.indicator.active {
    background: #2c3e50;
    width: 24px;
    border-radius: 4px;
}

.video-list-box {
    width: 100%;
}

.video-category-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
}

.video-category-list .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    line-height: 20px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    color: #fff;
    font-weight: 600;
    height: 150px;
    max-width: 150px;
}

.video-category-list .icon {
    height: 100px;
    width: 100%;
}

.video-category-list .icon-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    padding: 5px 20px;
    height: 50px;
    font-size: 14px;
    text-align: center;
}

.video-container-box h2 {
    text-align: center;
    margin: 5px 0;
    color: #fff;
}

.video-grid .video-card__title {
    width: 100%;
    margin: 0;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    overflow: hidden;
    display: grid;
    grid-template-rows: repeat(2, auto);
    grid-auto-rows: auto;
    height: 24px;
}

.video-grid .video-card__title {
    width: 100%;
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

.video-card {
    border-radius: 8px;
    overflow: hidden;
}

.video-placeholder {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}

.video-list-box1,
.video-list-box1_1 {
    grid-template-columns: repeat(8, 1fr);
}

.video-list-box1>.video-card:nth-child(-n+4),
.video-list-box1_1>.video-card:nth-child(-n+4) {
    grid-column: span 2;
}

.video-list-box1>.video-card:nth-child(-n+4) .video-card__bulb-icon,
.video-list-box1_1>.video-card:nth-child(-n+4) .video-card__bulb-icon {
    background-image: url(../../images/Most-Viral.18e0fef.png);
}

.video-list-box2,
.video-list-box2_1 {
    grid-template-columns: repeat(8, 1fr);
}

.video-list-box2>.video-card:nth-child(-n+8) .video-card__bulb-icon,
.video-list-box2_1>.video-card:nth-child(-n+8) .video-card__bulb-icon {
    background-image: url(../../images/Most-Collected.b442404.png);
}

.video-list-box3,
.video-list-box3_1 {
    grid-template-columns: repeat(12, 1fr);
}

.video-list-box3>.video-card:nth-child(-n+4),
.video-list-box3_1>.video-card:nth-child(-n+4) {
    grid-column: span 3;
}

.video-list-box3>.video-card:nth-child(n+5),
.video-list-box3_1>.video-card:nth-child(n+5) {
    grid-column: span 2;
}

.video-list-box3>.video-card:nth-child(-n+4) .video-card__bulb-icon,
.video-list-box3_1>.video-card:nth-child(-n+4) .video-card__bulb-icon {
    background-image: url(../../images/Most-Retweeted.751ed05.png);
}

.content-container {
    padding: 10px 20px;
    margin: 10px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
}

.video-section {
    width: 32%;
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px 0;
}

@media screen and (max-width:900px) {

    .video-list-box {
        width: 100%;
    }

    .video-list {
        grid-template-columns: repeat(4, 1fr);
    }

    .content-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
                flex-direction: column;
    }

    .video-section {
        width: 100%;
    }

    .video-grid {
        gap: 10px;
        grid-template-columns: repeat(2, 1fr);
    }

    .video-list-box3,
    .video-list-box3_1 {
        grid-template-columns: repeat(6, 1fr);
    }

    .video-list-box3>.video-card:nth-child(-n+4),
    .video-list-box3_1>.video-card:nth-child(-n+4) {
        grid-column: span 3;
    }

    .banner h2 {
        font-size: 20px;
    }
}

@media screen and (max-width:480px) {
    .video-category-list {
        gap: 10px;
        height: 400px;
        overflow-y: auto;
    }

    .video-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .video-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .video-list .video-card:nth-child(n+9) {
        display: none;
    }

    .video-list-box3,
    .video-list-box3_1 {
        grid-template-columns: repeat(6, 1fr);
    }

    .video-list-box3>.video-card:nth-child(-n+4),
    .video-list-box3_1>.video-card:nth-child(-n+4) {
        grid-column: span 3;
    }

    .video-list-box3,
    .video-list-box3_1 {
        grid-template-columns: repeat(3, 1fr);
    }

    .video-list-box3>.video-card:nth-child(n),
    .video-list-box3_1>.video-card:nth-child(n) {
        grid-column: span 3;
    }

    .video-list-wrapper .video-list {
        padding: 0 20px;
    }

    .video-category-box.video-container-box h2 {
        height: 54px;
        overflow-y: auto;
    }

    .section-header {
        height: 62px;
        overflow: hidden;
    }
}
