@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%;
}

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

header {
    position: relative;
    width: 98%;
    margin: 0 auto;
    color: #fff;
}

.header-box {
    width: 100%;
    margin: 0 auto;
    display: grid;
    --base-width: -webkit-calc(100% - 150px);
    --base-width: calc(100% - 150px);
    --side-width: -webkit-calc(var(--base-width) / 4);
    --side-width: calc(var(--base-width) / 4);
    grid-template-columns: var(--side-width) 1fr var(--side-width);
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    height: 60px;
}

.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-justify-content: space-around;
            justify-content: space-around;
    border-right: 1px solid #ededed;
}

.header-middle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    border-right: 1px solid #ededed;
}

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

.tag-text {
    font-size: 26px;
    font-weight: 800;
    color: #333;
    letter-spacing: 0.02em;
    margin-left: 10px;
}

.search-box {
    position: fixed;
    top: 30%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: none;
    width: 60%;
    height: 40px;
    /* display: flex; */
    display: none;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 2px 10px rgba(199, 236, 252, 1);
    -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;
    border: 1px solid #c7ecfc;
    z-index: 999;
}

.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.f5926f9.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%;
    background-color: transparent;
}

.aside-menu {
    /* display: none; */
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 10px;
    background-image: url(../../images/menu.2c9694b.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 {
    width: 98%;
    margin: 10px auto 0;
}

.footer-item {
    padding: 0 10px;
    min-height: 60px;
}

.bottom .fav {
    height: 60px;
}

.footer-item:nth-child(1),
.footer-item:nth-child(2) {
    border-right: 1px solid #ededed;
}

.footer-nav {
    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;
    padding: 0 10px;

    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;

       -moz-box-pack: justify;

            justify-content: space-between;
}

.footer-middle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
}

.footer-links {
    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: 15px;
    font-size: 14px;
    color: #999;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}

.footer-links a {
    color: #999;
    text-decoration: none;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.footer-links a:hover {
    color: #333;
}

.copyright {
    margin-left: auto;
    color: #999;
    font-size: 14px;
}

.footer-random {
    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;
    font-size: 14px;
    color: #999;
}

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

.trend-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: stretch;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
            align-items: stretch;
    background-color: #fff;
    position: relative;
    min-height: 200px;
}

.trend-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
    font-size: 6rem;
    font-weight: 700;
    color: #e0e0e0;
    padding: 20px;
    background-origin: border-box;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../../images/Background-of-rating.706c82f.png);
    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;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

.btn-box {
    width: 150px;
    border: 1px solid #ededed;
    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;
}

.view-more-btn {
    background-color: #585555;
    color: #fff;
    border: none;
    padding: 8px 16px;
    font-size: 0.9rem;
    cursor: pointer;
    margin: 20px;
    border-radius: 3px;
    -webkit-align-self: center;
            align-self: center;
}

.video-list-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}

.video-list-box .video-list {
    width: -webkit-calc(100% - 150px);
    width: calc(100% - 150px);
}

.list-sidebar {
    width: 150px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
    margin-bottom: 243px;
    border-left: 1px solid #ededed;
    background-color: #fff;
}

.list-sidebar .sidebar-left {
    width: 50%;
    height: 100%;
    border-right: 1px solid #ededed;
}

.sidebar-header {
    padding: 50px 5px 5px 0;
    height: 242px;
    border-bottom: 1px solid #ededed;
    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: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end;
    font-size: 12px;
}

.sidebar-header p {
    color: #999999;
}

.video-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

.video-container-box:nth-child(4),
.video-container-box:nth-child(3) {
    margin: 10px 0;
}

.video-card {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #ededed;
    height: 242px;
}

.video-card__icon-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
            align-items: stretch;
    height: 142px;
}

.video-card__thumbnail {
    display: block;
    object-fit: cover;
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
    aspect-ratio: 2;
    min-width: 100px;
}

.video-card__side-info {
    width: 120px;
    height: 100%;
    background-image: url(../../images/Details-page-decoration.3bf9ba8.png);
    background-position: center;
    background-size: 100% cover;
    padding: 20px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
}

.video-card__like,
.video-card__star {
    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: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    font-size: 10px;
    color: #858585;
}

.video-card__like span:first-child,
.video-card__star span:first-child {
    color: #000;
    font-size: 12px;
}

.video-card__category {
    margin: 10px 0 0;
    font-size: 12px;
}

.video-card__info {
    padding: 5px 120px 50px 5px;
}

.video-card__duration {
    font-size: 12px;
    color: #999999;
    font-size: 12px;
    padding: 2px 6px;
}

.video-card__title {
    font-size: 14px;
    font-weight: 500;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 15px;
    color: #999999;
}

.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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    padding: 0;
    font-size: 12px;
}

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

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

    .title {
        font-size: 16px;
    }

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


}

@media screen and (max-width:480px) {
    .footer-nav,
    .footer-middle {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
                flex-direction: column;
        gap: 5px;
    }

    .copyright {
        margin: 0;
    }

    .header-box {
        height: 40px;
        overflow: hidden;
        overflow-x: auto;
    }

    .header-box::-webkit-scrollbar {
        height: 3px;
    }

    .header-box::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 4px;
    }

    .header-box::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

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

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

    .footer-item:nth-child(1),
    .footer-item:nth-child(2) {
        border: none;
    }

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

    .section-left {
        display: none;
    }

    .header-box {
        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;
    }

    .header-right {
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
                align-items: center;
    }
    .tag-text{
        min-width: 100px;
        font-size: 14px;
    }
    .video-list-box .video-list {
        width: 65%;
    }

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

    .video-list-box2 .video-card:nth-child(n+6),
    .video-list-box3 .video-card:nth-child(n+7) {
        display: none;
    }
}
.videos-section {
    display: grid;
    grid-template-columns: -webkit-calc((100% - 150px) / 4) 1fr;
    grid-template-columns: calc((100% - 150px) / 4) 1fr;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    grid-gap: 0;
    background-color: #fff;
}

.title-section {
    display: grid;
    grid-template-columns: -webkit-calc((100% - 150px) / 4) 1fr;
    grid-template-columns: calc((100% - 150px) / 4) 1fr;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    grid-gap: 0;
    background-color: #fff;
}

.section-left {
    grid-column: span 1;
    width: 100%;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding: 10px;
    color: #484848;
    border-right: 1px solid #ededed;
}

.section-right {
    grid-column: span 1;
    width: 100%;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

.title-section .section-left {
    padding: 0;
}

.title-section .trend-header {
    height: 242px;
}

.section-title {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    margin: 0;
}

.top-bar {
    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;
}

.coming-soon {
    font-size: 14px;
    color: #b1b1b1;
    letter-spacing: 0.05em;
    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;
    padding: 100px 0 10px 10px;
    height: 142px;
    overflow: hidden;

}

.top-bar .view-more-btn {
    color: #fff;
    border: none;
    padding: 8px 16px;
    font-size: 12px;
    cursor: pointer;
    margin: 10px;
}

.category-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: space-around;
            justify-content: space-around;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;

}

.tab-item {
    font-size: 14px;
    color: #b1b1b1;
    width: 100%;
    height: 100%;
    padding: 10px;
}

.tab-item:nth-child(1),
.tab-item:nth-child(2) {
    border-right: 1px solid #eee;
}

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

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

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

@media screen and (max-width:480px) {
    .trend-title {
        font-size: 3rem;

    }

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

    .videos-section,
    .title-section {
        grid-template-columns: repeat(1, 1fr);
    }


}
