@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 {
    padding: 10px 20px 0;
    border-radius: 6px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    gap: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    font-weight: 600;
    font-size: 18px;
    color: #000;
    height: 60px;
}

.title .title-icon {
    width: 30px;
    aspect-ratio: 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}

.trending-bar {
    min-width: 0;
    white-space: nowrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
}

.section-divider {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
    height: 1px;
    background-color: #fff;
    margin: 0 10px;
}

.more-btn {
    color: #000;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    gap: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
}

.more-btn:hover {
    text-decoration: underline;
}

header {
    position: relative;
    width: 100%;
    padding: 0 5px;
    color: #fff;
    border-bottom: 1px solid #6e6e6e;
}

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

.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;
    background-color: #fff;
    border-radius: 20px;
    margin: auto;
}

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

.search-box {
    display: none;
    width: 50%;
    height: 40px;
    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-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    border-radius: inherit;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    margin: 0;
    z-index: 999;
    border: 1px solid #7c7c7c;
}

.search-btn-box {
    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: 60%;
}

.search-btn {
    margin-left: 5px;
    width: 35px;
    aspect-ratio: 1;
    background-image: url(../../images/search.b6d3474.png);
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    background-color: transparent;
}

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

.aside-menu {
    display: none;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    background-image: url(../../images/menu.59f2a24.png);
    background-position: center;
    background-size: 80%;
    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%;
}

.main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: 98%;
    min-height: -webkit-calc(100vh - 70px);
    min-height: calc(100vh - 70px);
    margin: 0 auto;

}

.main-video-box {
    width: -webkit-calc(100% - 140px);
    width: calc(100% - 140px);
    padding: 10px;
}

.sidebar {
    width: 140px;
    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: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    border-right: 1px solid #6e6e6e;
}

.sidebar-container {
    padding: 0 10px;
}

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

.sidebar-container .list-canvas {
    width: 100%;
    border-radius: 10px;
    color: #fff;
}

.list-canvas .menu-tag {
    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;
    width: 100%;
    margin: 10px 0;
    padding: 10px 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    color: #000;
    font-size: 14px;
}

.list-canvas .menu-tag:nth-child(1) {
    border-radius: 10px;
}

.list-canvas .menu-tag:nth-child(2) {
    border-bottom: 1px solid #8f8f8f;
}

.list-canvas .menu-tag span {
    width: 30px;
    aspect-ratio: 1;
    background-image: url(../../images/videos.a49df60.png);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.list-canvas .menu-tag:nth-child(1) span {
    background-image: url(../../images/home.5b4f48f.png);
}

.list-canvas .menu-tag:nth-child(2) span {
    background-image: url(../../images/hot.89da624.png);
}

.list-canvas .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;
    width: 100%;
    margin: 10px 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
}

.list-canvas .item .icon {
    width: 30px;
    aspect-ratio: 1;
}

.list-canvas .item .icon-name {
    color: #000;
    font-size: 14px;
    text-align: center;
}

.bottom {
    background-color: #fff;
    padding: 20px;
    font-size: 14px;
    color: #333;
}

.bottom-text-box {
    margin-bottom: 20px;
}

#bottom_desc {
    line-height: 1.6;
    text-align: left;
}

.bottom-footer {
    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;
}

.bottomfav .rootbg {
    display: inline-block;
    width: 160px;
    height: 40px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.btxt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    gap: 20px;
}

.btxt a,
.copyright {
    color: #666;
    text-decoration: none;
}

.btxt a:hover {
    color: #000;
}

.copyright {
    margin-left: 10px;
}

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

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

.main-video-list .video-card {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

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

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

.video-card__icon-box {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.video-card__thumbnail {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 116px;
    aspect-ratio: 1.7;
}

.video-card__duration {
    font-size: 12px;
    padding: 5px 10px;
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    border-radius: 10px;
    gap: 4px;
}

.video-card__info {
    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;
    padding: 8px;
    gap: 5px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
    color: #000;
}

.video-card__title {
    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-card__meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    gap: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
}

.video-card__icon {
    min-width: 36px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
}

.video-card__author {
    font-size: 12px;
    font-weight: normal;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
    text-wrap: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.duration-icon {
    width: 20px;
    aspect-ratio: 1;
    background-image: url(../../images/play.fcb6972.png);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

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

    .sidebar {
        width: 70%;
        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;
    }

    .main,
    .bottom-container,
    .main-video-box {
        width: 98%;
        margin: 5px auto;
        padding: 0;
    }

    .aside-menu {
        display: block;
    }

    .title {
        font-size: 16px;
    }
}

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

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

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

    .header-box {
        height: 40px;
    }
}
.carousel-container {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 8px;
}

.carousel-slides {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: 100%;
    -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-slides .video-card--type1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
            flex: 0 0 100%;
    height: 100%;
}

.carousel-slides .video-card--type1 .video-card__thumbnail {
    height: 400px;
    aspect-ratio: auto;
}

.carousel-slides .video-card--type1 .video-card__author,
.carousel-slides .video-card--type1 .video-card__play-overlay,
.carousel-slides .video-card--type1 .video-card__duration,
.carousel-slides .video-card--type1 .video-card__meta {
    display: none;
}

.carousel-slides .video-card--type1 .video-card__info {
    position: absolute;
    bottom: 30px;
    left: 10px;
    right: 0;
    font-size: 18px;
    color: #fff;
}

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

.carousel-btn {
    width: 40px;
    aspect-ratio: 1;
    border: none;
    background-color: transparent;
    font-size: 20px;
    cursor: pointer;
    z-index: 10;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

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

.next {
    background-image: url(../../images/right.99719bd.png);
}

.carousel-indicators {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    gap: 8px;
    z-index: 10;
}

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

.indicator.active {
    background-color: #fff;
}

.banner-text {
    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: 24px;
    color: #c0392b;
    text-align: center;
    padding: 15px 0;
}

.emoji {
    font-size: 28px;
    vertical-align: middle;
}

.video-categories-wrapper {
    border-radius: 15px;
}

.title .currently-icon {
    background-image: url(../../images/Currently-trending.dc1e8ed.png);
}

.title .new-icon {
    background-image: url(../../images/New-Discovery.e3677f7.png);
}

.title .creative-icon {
    background-image: url(../../images/Creative-Imagination.5b0b14b.png);
}

.search-container {
    width: 70%;
    margin: 0 auto;
    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;
}

@media screen and (max-width:900px) {
    .banner-text {
        font-size: 18px;
        height: 90px;
        overflow: hidden;
    }
}

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

    .carousel-container {
        height: 250px;
    }
}
