@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: pala, 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 {
    width: 300px;
    height: 276px;
    overflow: hidden;
    margin: auto;
    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-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;
}

.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(255, 255, 255);
}

.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);
}

.title {
    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;
    padding: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-x: auto;
}

.trending-bar {
    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: 8px;
    font-weight: bold;
}

.title-icon {
    width: 40px;
    aspect-ratio: 1;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.title-text {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    position: relative;
    white-space: nowrap;

    height: 45px;
}

.title-text::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 80%;
    height: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f87561), to(#feb7ad));
    background: -webkit-linear-gradient(top, #f87561, #feb7ad);
    background: linear-gradient(to bottom, #f87561, #feb7ad);
    border-radius: 10px;
}

.more-btn {
    background: none;
    border: none;
    cursor: pointer;
    color: #ff5722;
    font-size: 16px;
    font-weight: bold;
}

.more-btn p {
    margin: 0;
    font-size: 14px;
}

header {
    position: relative;
    width: 100%;
    padding: 0 5px;
    color: #fff;
}

.header-box {
    width: 80%;
    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;
    height: 100%;
    -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;
    height: 100%;
    -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;
}

#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;
}

.header-banner {
    background-color: #f7f7f7;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.header-banner-container {
    width: 80%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    gap: 20px;
    padding: 10px 0;
}

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

#HeaderHome {
    position: relative;
}

#HeaderHome::after {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: -5px;
    height: 10px;
    background: #d85050;
    border-radius: 10px;
}

.header-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    gap: 5px;
}

.search-box {
    width: 100%;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    /* display: none; */
    background-color: #fff;
    border-radius: 20px;
    -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;
}

.search-btn-box {
    margin-right: 2px;
    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: 90%;
    border-radius: 30px;
    padding: 0 15px;
}

.search-btn,
.search-button {
    width: 30px;
    aspect-ratio: 1;
    background-image: url(../../images/search.6f6dbe1.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: #000;
    height: 30px;
    outline: 0;
    font-size: 1rem;
    border: 0;
    display: inline-block;
    margin: 0 1em;
    text-decoration: none;
    width: 80%;
}

.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;
}

.greeting {
    font-size: 20px;
    font-weight: 600;
}

.random-video-btn {
    background-color: #333;
    color: #fff;
    border: none;
    padding: 8px 30px;
    font-size: 16px;
    border-radius: 25px;
    cursor: pointer;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.random-video-btn:hover {
    background-color: #222;
}

.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: #26738a;
    font-size: 14px;
    text-decoration: none;
}

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

.copyright {
    color: #3f89ae;
    font-size: 12px;
}

.main {
    width: 80%;
    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 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    padding: 10px;
    margin: 10px 0;
}

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

.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;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.video-card__icon-box {
    position: relative;
    width: 100%;
    min-height: 113px;
    height: -webkit-calc(100% - 75px);
    height: calc(100% - 75px);
}

.video-card__thumbnail {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    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.46df21d.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__info {
    color: #13616d;
    gap: 10px;
}

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

.video-card__meta {
    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: 12px;
    padding: 0 0 8px 8px;
    font-size: 10px;
}

.video-card__like-btn,
.video-card__star-btn {
    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: 4px;
    background: none;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 4px 8px;
    font-size: 12px;
    cursor: pointer;
}

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

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

.star-icon {
    background-image: url(../../images/collections.142448f.png);
}

.video-card__badge {
    background-color: #fbbf24;
    color: #000;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 10px 0 0 10px;
    margin-left: auto;
    white-space: nowrap;
}

.video-card__meta .Top {
    background-color: #5daad6;
    padding: 3px 15px;
}

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

    .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;
    }
}

@media screen and (max-width:480px) {
    .ad-container[data-ad-index="0"] {
        max-width: 400px;
        height: 375px;
        -webkit-box-pack: start;
        -webkit-justify-content: start;
           -moz-box-pack: start;
                justify-content: start;
    }

    .ad-label-mb-first {
        display: none;
    }

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

    .header-box {
        height: 40px;
    }

    .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;
    }

    .column:nth-child(2) {
        border: none;
    }

    .wave-container {
        height: 40px;
    }

    .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;
    }

    .column {
        padding: 0;
        min-height: 212.55px;
        overflow-y: auto;

        min-width: 0px;
        padding: 0px;
    }

    .video-card--type1 .video-card__thumbnail {
        aspect-ratio: auto;
        height: 113px;
    }

}
.title .fire-icon {
    background-image: url(../../images/Top.1b1361a.png);
}

.title .most-icon {
    background-image: url(../../images/Most-positive-reviews.bbdbfcd.png);
}

.title .update-icon {
    background-image: url(../../images/update.985bb21.png);
}

.title .break-icon {
    background-image: url(../../images/Break-the-mold.5280b86.png);
}

.video-container-box:nth-child(2),
.video-container-box:nth-child(3) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    gap: 10px;
}

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

.video-sidebar-box {
    width: 20%;
    background-color: #f0f0f0;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3);
}

.video-sidebar-box .title {
    font-weight: 600;
    white-space: nowrap;
    padding: 0 10px;
    margin: 0;
}

.video-sidebar-box .show-more {
    background-color: #cacaca;
    width: 90%;
    margin: 5px 5%;
    border: none;
    padding: 5px;
    border-radius: 10px;
}

.video-sidebar-list {
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}

.video-sidebar-list .video-card {
    box-shadow: none;
}

.video-sidebar-list .video-card:nth-child(-n+3) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: 70px;
    margin: 5px 0;
}

.video-sidebar-list .video-card:nth-child(-n+3) .video-card__icon-box,
.video-sidebar-list .video-card:nth-child(-n+3) .video-card__info {
    width: 50%;
    max-height: 70px;
    min-height: 70px;
    border-radius: 8px;
    overflow: hidden;
}

.video-sidebar-list .video-card:nth-child(n+4) .video-card__icon-box,
.video-sidebar-list .video-card:nth-child(n+4) .video-card__meta {
    display: none;
}

.video-list-box1 .video-card:nth-child(1),
.video-list-box2 .video-card:nth-child(1) {
    grid-column: span 2;
    grid-row: span 2;
}

.container {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    gap: 10px;
}

.carousel {
    grid-column: span 2;
    grid-row: span 2;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.carousel-slides {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.carousel-slide {
    min-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    padding: 0;
    color: white;
    position: relative;
}

.carousel-slide .video-card__title,
.video-grid .video-card__title {
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
    position: absolute;
    bottom: 5px;
    left: 10px;
    margin: 0;
    color: #fff;
    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__icon-box {
    height: 100%;
}

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

.carousel-slide .video-card__icon-box {
    height: 100%;
    width: 100%;
}

.carousel-slide .video-card__duration,
.carousel-slide .video-card__play-overlay {
    display: none;
}

.carousel-btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background-color: transparent;
    color: white;
    border: none;
    font-size: 28px;
    cursor: pointer;
    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-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 20;
}

.prev {
    left: 0;
    background-image: url(../../images/left.95450ec.png);
}

.next {
    right: 0;
    background-image: url(../../images/right.758e351.png);
}

.carousel-indicators {
    position: absolute;
    bottom: 20px;
    right: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    gap: 10px;
}

.indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    cursor: pointer;
}

.indicator.active {
    width: 22px;
    border-radius: 15px;
    background-color: #f76f59;
}

.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;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

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

.video-card p {
    padding: 10px;
    font-size: 14px;
}

.video-card span {
    padding: 0 10px 10px;
    font-size: 12px;
    color: #666;
}

.video-card--first_child .video-card__icon-box {
    height: 100%;
    min-height: 232px;
}

.video-card--first_child .video-card__thumbnail {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
}

.video-card--first_child .video-card__title {
    position: absolute;
    bottom: 8px;
    left: 8px;
    color: #fff;
    max-height: 24px;
    height: auto;
}

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

@media screen and (max-width:900px) {
    .video-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .carousel {
        grid-column: span 3;
        grid-row: span 3;
    }

    .carousel-slides {
        height: 400px;
    }

    .video-grid .video-card--type1 {
        height: 113px;
    }

    .video-sidebar-box {
        display: none;
    }

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

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

@media screen and (max-width:480px) {
    .video-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .carousel {
        grid-column: span 2;
        grid-row: span 2;
    }

    .carousel-slides {
        height: 220px;
    }

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

    .two-container .video-card--type1:nth-child(n+10) {
        display: none;
    }
}
