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

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

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

.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;
    background: -webkit-gradient(linear, left top, left bottom, from(#7dceec), to(#d4f6da));
    background: -webkit-linear-gradient(top, #7dceec, #d4f6da);
    background: linear-gradient(to bottom, #7dceec, #d4f6da);
    border-radius: 8px;
    padding: 5px 12px;
    box-shadow: 0 2px 0 #999;
    white-space: nowrap;
    font-weight: 600;
}

.title-icon {
    width: 30px;
    aspect-ratio: 1;
    font-size: 20px;
    margin-right: 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.title-text {
    font-size: 16px;
    font-weight: bold;
}

.more-btn {
    background: -webkit-gradient(linear, left top, left bottom, from(#7dceec), to(#d4f6da));
    background: -webkit-linear-gradient(top, #7dceec, #d4f6da);
    background: linear-gradient(to bottom, #7dceec, #d4f6da);
    border: none;
    border-radius: 8px;
    padding: 5px 15px;
    box-shadow: 0 2px 0 #999;
    cursor: pointer;
    font-weight: bold;
    white-space: nowrap;
}

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

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

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

.header-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: 60px;
    -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: 60px;
    -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;
}

.header-menu .about-box .about,
.header-menu .about-box #Home {
    position: relative;
    padding: 0 10px;
    border: 0;
    background-color: transparent;
}

.header-menu .about-box .about span,
.header-menu .about-box #Home span {
    width: 25px;
    aspect-ratio: 1;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 5px;
}

#MoreShow {
    background-color: #fff;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 24px;
    border-radius: 24px;
    box-shadow: 0 3px 0 #666;
    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;
}

#MoreShow:hover {
    box-shadow: 0 3px 0 #666;
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
}

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

.play-item p {
    margin: 0 20px
}

.play-item .icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: auto 0;
    margin-right: 5px;
    background-size: cover;
    background-position: center;
}

.header-banner {
    background-color: #88d8f3;
}

.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,
.tab-item {
    background: -webkit-gradient(linear, left top, left bottom, from(#7dceec), to(#d4f6da));
    background: -webkit-linear-gradient(top, #7dceec, #d4f6da);
    background: linear-gradient(to bottom, #7dceec, #d4f6da);
    border-radius: 8px;
    padding: 5px 20px;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 0 3px 0 #4682b4;
    cursor: pointer;
}

#HeaderHome:hover,
.tab-item:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#b0e0e6), to(#e0ffff));
    background: -webkit-linear-gradient(top, #b0e0e6, #e0ffff);
    background: linear-gradient(to bottom, #b0e0e6, #e0ffff);
}

.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 {
    width: 50px;
    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: 60%;
    border-left: 1px solid #ccc;
}

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

.search-btn {
    background-image: url(../../images/search-white.f9bdd48.png);
}

.video-btn {
    margin-left: 15px;
    background-image: url(../../images/video.34f1e55.png);
}

.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 {
    background-color: #6b95e7;
    text-align: center;
    font-family: Arial, sans-serif;
}

.bottom .fav {
    height: 60px;
}

.footer-top {
    width: 90%;
    margin: 0 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;
}

.footer-desc {
    width: 90%;
    margin: 0 auto;
}

.website-title a {
    color: #26738a;
    font-size: 28px;
    margin: 0 0 30px;
    letter-spacing: 0.5px;
}

.content-wrapper {
    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: 40px;
    padding: 20px 0;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    background-color: #88d8f3;
}

.content-wrapper .column {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
}

footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: space-around;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
}

.footer-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    gap: 10px;
    -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-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    gap: 15px;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}

.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: 10px auto;
    background-color: #fff;
    padding: 10px;
    overflow: hidden;
}

.video-list {
    display: grid;
    grid-template-columns: repeat(4, 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;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.video-card__icon-box {
    position: relative;
    width: 100%;
    min-height: 150px;
    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.7474d58.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;
    display: grid;
    grid-template-rows: repeat(2, auto);
    grid-auto-rows: auto;
    height: 24px;
    margin-bottom: 5px;
    margin: 8px;
}

.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;
    padding: 0 0 8px 8px;
}

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

.star-icon {
    background-image: url(../../images/collection.461fa37.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) {
    body {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        max-width: 100vw;
    }

    .main,
    .bottom-container,
    .header-box {
        width: 100%;
        margin: 0px auto;
        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;
    }

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

    .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__thumbnail {
        aspect-ratio: auto;
        min-height: 113px;
    }

    header {
        padding: 0;
    }

    .header-box {
        width: 100%;
        margin: 0;
    }

    .header-left,
    .header-right {
        height: 40px;
    }
}
