@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html, body { margin: 0; height: 100%; background: #000; font-family: "Poppins", sans-serif; font-optical-sizing: auto; font-size: 16px; font-weight: 400; color: #fff; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; text-shadow: rgba(0,0,0,.01) 0 0 1px; }

.container { width: 100%; max-width: 1320px; padding: 0 15px; }
button, input { outline: 0 !important; box-shadow: none !important; }
.navbr-custom { width: 100%; background: rgba(36, 36, 38, 0.7); -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px); padding: 10px 0; position: fixed; left: 0; top: 0; z-index: 1000; }
.navbr-custom .navbar-brand { height: 50px; border: 0; outline: 0; text-decoration: none; }
/* .navbr-custom .navbar-nav { margin-left: auto; }
.navbr-custom a.nav-link { font-size: 15px; font-weight: 300; color: #000; padding: 0 10px !important; text-decoration: none; position: relative; transition: all 0.3s ease-in-out; }
.navbr-custom a.nav-link:hover, .navbr-custom a.nav-link.active { color: #00bcd4; }
.navbr-custom a.nav-link::after { content: ''; width: 0; height: 1px; background: #ffae19; border-radius: 2px; position: absolute; left: 10px; bottom: -5px; transition: all 0.3s ease-in-out; }
.navbr-custom a.nav-link:hover::after, .navbr-custom a.nav-link.active::after { width: calc(100% - 20px); } */
button.navbar-toggler { border: 0; outline: 0; padding: 0; box-shadow: none; font-size: 24px; color: #f7bd00; margin-left: 20px; }

.menu { display: flex; list-style: none; margin: 0; padding: 0; }
.menu .close-menu { display: none; }
.menu a.link { font-size: 16px; line-height: 45px; font-weight: 500; color: #fff; display: block; padding: 0 20px; text-decoration: none; transition: all 0.3s ease-in-out; }
.menu a.link:hover { color: #f7bd00; }
.menu > li { display: block; position: relative; }
.sub-menu { clip: rect(1px, 1px, 1px, 1px); opacity: 0.1; transition: transform 0.1s cubic-bezier(0.2, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.2, 0, 0.2, 1); transform: translateY(-10px) scaleY(0.5); transform-origin: top; background: #29292b; list-style: none; margin: 0; padding: 0; position: absolute; top: 100%; left: 0; width: fit-content; border-radius: 10px; }
.menu a.sub-link { width: 100%; display: block; font-size: 15px; line-height: 40px; font-weight: 400; color: #fff; padding: 0 20px; text-decoration: none; white-space: nowrap; transition: all 0.3s ease-in-out; }
.menu a.sub-link:hover { color: #f7bd00; }
.menu > li:hover > .sub-menu { clip: auto; opacity: 1; transform: translateY(0) scaleY(1); }

.right-menu { width: fit-content; display: flex; flex-direction: row; align-items: center; justify-content: flex-start; }
.right-menu a { width: fit-content; display: flex; flex-direction: row; align-items: center; justify-content: flex-start; padding: 0 20px; font-size: 16px; line-height: 45px; font-weight: 500; color: #fff; text-decoration: none; }
.right-menu a img { width: 24px; margin-right: 10px; }

@media screen and (max-width: 991px) {
    .navbr-custom .container { padding: 0 15px; }
    .menu { width: 100%; height: 100vh; max-width: 300px; background: #29292b; flex-direction: column; padding-top: 50px; position: fixed; top: 0; right: -300px; transition: all 0.3s ease-in-out; z-index: 2000; }
    .menu.active { right: 0; }
    .menu .close-menu { display: block; width: 20px; height: 20px; font-size: 20px; color: #f7bd00; line-height: 20px; text-align: center; position: absolute; top: 15px; right: 15px; cursor: pointer; }
    .sub-menu { width: 100%; position: relative; left: 0; top: 0px; }
    .sub-menu a.sub-link { width: 100%; background: #18181a; padding-left: 30px; font-size: 15px; line-height: 0; position: relative; opacity: 0; transition: all 0.3s ease-in-out; }
    .menu > li:hover .sub-menu a.sub-link { line-height: 40px; opacity: 1; }
    .right-menu { margin-left: auto; }
}
@media screen and (max-width: 425px) {
    .navbr-custom .navbar-brand { height: 45px; }
    .menu a.link { font-size: 14px; line-height: 35px; font-weight: 400; padding: 0 20px;}
    .menu a.sub-link { font-size: 13px; }
    .menu > li:hover .sub-menu a.sub-link { line-height: 30px; }
    .right-menu a { padding: 0 10px; font-size: 14px; line-height: 35px; font-weight: 400; }
    .right-menu a img { width: 18px; margin-right: 6px; }
}

.section { width: 100%; padding: 50px 0; }
.section.top { padding: 100px 0 50px; }
button.btn-yellow { width: fit-content; min-width: 140px; height: 45px; background: #f7bd00; border: 0; border-radius: 23px; font-size: 16px; font-weight: 500; color: #000; padding: 0 20px; }
button.btn-yellow.dark { background: #000; color: #f7bd00; }

#mainSlider .carousel-item { width: 100%; border-radius: 20px; overflow: hidden; position: relative; }
#mainSlider .carousel-item::before { content: ''; width: 100%; display: block; padding-top: 68%; position: relative; left: 0; top: 0; }
#mainSlider .carousel-item img, #mainSlider .carousel-item .video-container, .video-container { width: 100%; height: 100%; object-fit: cover; object-position: center center; display: block; position: absolute; left: 0; top: 0; }
#mainSlider .carousel-item .video-container video, .video-container video { width: 100%; height: 100%; object-fit: cover; object-position: center center; position: absolute; left: 0; top: 0; }
#mainSlider button.carousel-control-prev,
#mainSlider button.carousel-control-next { width: 17px; height: 30px; padding: 0; background: transparent; border: 0; transform: translateY(-50%); top: 50%; left: 20px; }
#mainSlider button.carousel-control-next { left: auto; right: 20px; }
#mainSlider span.carousel-control-prev-icon,
#mainSlider span.carousel-control-next-icon { width: 17px; height: 30px; background-image: url(../images/main-slider-prev-arrow.png); background-repeat: no-repeat; background-position: center; background-size: 100% 100%; }
#mainSlider span.carousel-control-next-icon { background-image: url(../images/main-slider-next-arrow.png); }
#mainSlider ol.carousel-indicators li { width: 10px; height: 10px; margin: 0 3px; background: rgba(0,0,0,.3); border: 0; border-radius: 50%; transition: all 0.3s ease-in-out; }
#mainSlider ol.carousel-indicators li.active { width: 20px; border-radius: 10px; background: rgba(0,0,0,1); }

.banner-right { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: space-between; row-gap: 20px; }
.banner-right .right-block { width: 100%; height: calc(50% - 10px); border-radius: 15px; overflow: hidden; background: #fff; position: relative; }
.top-live-frame { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.top-live-frame .top-live-row { position: absolute; left: 10px; top: 10px; }
.top-live-row h4 { font-size: 20px; line-height: 24px; font-weight: 700; color: #000; }
.top-live-frame .bot-dark-frame { width: 100%; height: auto; background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.9)); padding: 10px; border-radius: 0 15px 15px 0; position: absolute; left: 0; bottom: 0; }
.bot-dark-frame.bg-transparent { background: transparent; }
.product-frame { width: 100%; height: 100%; object-fit: cover; object-position: center center; display: block; position: relative; left: 0; top: 0; }
.product-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center center; position: absolute; left: 0; top: 0; }

@media screen and (max-width: 991px) {
    .section { padding: 35px 0; }
    .section.top { padding: 85px 0 35px; }
    .banner-right { flex-direction: row; column-gap: 20px; margin-top: 15px; }
    .banner-right .right-block { height: 200px; }
    .top-live-row h4 { font-size: 16px; line-height: 20px; font-weight: 600; }
}
@media screen and (max-width: 425px) {
    button.btn-yellow { height: 38px; border-radius: 19px; min-width: 120px; font-size: 14px; padding: 0 15px; }
    #mainSlider .carousel-item { border-radius: 15px; }
    #mainSlider span.carousel-control-prev-icon,
    #mainSlider span.carousel-control-next-icon { width: 13.6px; height: 24px; }
    .banner-right { column-gap: 10px; margin-top: 10px; }
    .banner-right .right-block { height: 160px; border-radius: 10px; }
}

.head-search { width: 265px; height: 45px; position: relative; }
.head-search input.form-control { width: 100%; height: 100%; position: relative; background: #29292b; border: 0; border-radius: 23px; padding: 0 45px 0 15px; font-size: 14px; font-weight: 400; color: #fff;  }
.head-search input.form-control::placeholder { color: #808080; }
.head-search button.btn-search { width: 45px; height: 45px; background: transparent; border: 0; border-radius: 50%; padding: 0; display: flex; align-items: center; justify-content: center; position: absolute; top: 0; right: 0; }
.head-search button.btn-search img { width: 20px; }

.heading { width: 100%; display: flex; flex-direction: row; align-items: center; justify-content: flex-start; column-gap: 15px; margin-bottom: 40px; }
.heading h3 { font-size: 24px; line-height: 28px; font-weight: 700; color: #fff; margin-bottom: 0; }
.heading button.btn-yellow { margin-left: auto; }

@media screen and (max-width: 425px) {
    .head-search { width: 100%; height: 38px; position: relative; margin-top: 10px; }
    .head-search input.form-control { border-radius: 19px; padding: 0 38px 0 10px; }
    .head-search button.btn-search { width: 38px; height: 38px; }
    .head-search button.btn-search img { width: 15px; }
    .heading { column-gap: 10px; margin-bottom: 20px; flex-wrap: wrap; }
    .heading h3 { font-size: 18px; line-height: 22px; font-weight: 600; }
}

/* .owl-stage-outer { overflow-y: visible !important; overflow-x: hidden !important; } */
.owl-stage { display: flex; flex-direction: row; align-items: stretch; }
.owl-nav.disabled { display: flex !important; width: calc(100% + 40px); height: 0; padding: 0; margin: 0; justify-content: space-between; position: absolute; transform: translate(-50%, -50%); left: 50%; top: calc(50% - 20px); }
.owl-nav button { background: transparent !important; outline: 0 !important; }
.owl-nav button span { width: 40px; height: 40px; background: #f7bd00; border-radius: 50%; display: block; font-size: 0; position: relative; transition: all 0.3s ease-in-out; }
.owl-nav button span:hover { background: #29292b; }
.owl-nav button span::after { content: ''; width: 14px; height: 14px; border-top: 2px solid #000; border-right: 2px solid transparent; border-bottom: 2px solid transparent; border-left: 2px solid #000; position: absolute; transform: rotate(-45deg); left: 16px; top: 13px; }
.owl-nav button span:hover::after { border-top: 2px solid #fff; border-left: 2px solid #fff; }
.owl-nav button.owl-next span::after { transform: rotate(135deg); left: 10px; }

.creator-card { width: 100%; height: 100%; background: #18181a; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; position: relative; border-radius: 15px; scale: 0.95; transition: all 0.3s ease-in-out; }
.creator-card:hover { scale: 1; }
.creator-card .card-head { width: 100%; padding: 10px; }
.creator-card .dp-row { width: fit-content; display: flex; flex-direction: row; align-items: center; justify-content: flex-start; margin-bottom: 10px; }
.creator-card .dp-row .dp { width: 45px; height: 45px; overflow: hidden; border: 2px solid #fff; border-radius: 50%; object-fit: cover; object-position: top center; position: relative; margin-right: 15px; }
.creator-card .dp-row .dp img { width: 100%; height: 100%; position: relative; top: 0; left: 0; }
.creator-card .dp-row .dp-data { width: calc(100% - 60px); display: block; font-size: 13px; line-height: 17px; font-weight: 400; color: #a6a6a6; }
.creator-card .dp-row .dp-data h4 { font-size: 15px; line-height: 20px; font-weight: 700; color: #fff; margin-bottom: 3px; }
.creator-card p { width: 100%; max-height: 40px; display: block; display: -webkit-box; font-size: 14px; line-height: 20px; font-weight: 400; color: #fff; margin-bottom: 10px; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.creator-card .card-content { width: calc(100% - 20px); border-radius: 10px; overflow: hidden; margin: 0 10px 10px; position: relative; }
.creator-card .card-content::before { content: ''; width: 100%; display: block; padding-top: 96%; position: relative; left: 0; top: 0; }
.creator-card .card-content img { width: 100%; height: 100%; object-fit: cover; object-position: top center; display: block; position: absolute; left: 0; top: 0; }
.rate-row { width: 100%; display: flex; flex-direction: row; align-items: center; justify-content: flex-start; font-size: 14px; line-height: 18px; font-weight: 400; color: #fff; padding: 0 10px 10px; }
.rate-row span { margin-right: 10px; }
.creator-card .card-foot { width: calc(100% - 20px); padding: 10px 0; border-top: 1px solid #313136; margin: 0 10px; display: flex; flex-direction: row; align-items: center; justify-content: flex-start; }
.creator-card .card-foot a { width: 25%; height: auto; padding: 3px 0; display: flex; flex-direction: row; align-items: center; justify-content: center; gap: 5px; font-size: 12px; line-height: 16px; font-weight: 400; color: #808080; text-decoration: none; }
.creator-card .card-foot a img { width: 16px; }

.trend-product { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start;  scale: 0.95; transition: all 0.3s ease-in-out; }
.trend-product:hover { scale: 1; }
.trend-product .product-img { width: 100%; border-radius: 15px; overflow: hidden; margin: 0 0 10px; position: relative; }
.trend-product .product-img::before { content: ''; width: 100%; display: block; padding-top: 130%; position: relative; left: 0; top: 0; }
.trend-product .product-img img { width: 100%; height: 100%; object-fit: cover; object-position: top center; display: block; position: absolute; left: 0; top: 0; }
.trend-product .product-data { width: 100%; display: block; }
.trend-product h4 { font-size: 20px; line-height: 24px; font-weight: 600; color: #fff; margin-bottom: 5px; }
.trend-product p { width: 100%; display: block; font-size: 16px; line-height: 20px; font-weight: 400; color: #969696; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-bottom: 6px; }
.trend-product .rate-row { padding: 0; margin-bottom: 6px; font-size: 16px; }
.trend-product .price-row { font-size: 20px; line-height: 24px; font-weight: 500; color: #fff; margin-bottom: 20px; }
.trend-product .price-row span { font-size: 14px; line-height: 18px; font-weight: 400; color: #969696; }
.trend-product .price-row span span { text-decoration: line-through; }

.top-live-row { width: fit-content; display: flex; flex-direction: row; align-items: center; justify-content: flex-start; gap: 6px; }
.top-dark-frame { width: 100%; height: 80px; background: linear-gradient(to bottom, rgba(0,0,0,0.9), rgba(0,0,0,0)); border-radius: 10px 10px 0 0; }
.live-sticker, .view-sticker { width: fit-content; height: 20px; background: #ff0000; border-radius: 4px; padding: 0 10px; font-size: 14px; line-height: 20px; font-weight: 400; color: #fff; text-align: center; }
.view-sticker { background: rgba(0,0,0,.3); display: flex; flex-direction: row; align-items: center; justify-content: flex-start; }
.view-sticker img { width: 14px !important; margin-right: 5px !important; }

.live-dp { width: fit-content; height: auto; display: block; }
.live-dp h4 { width: 100%; font-size: 20px; line-height: 24px; font-weight: 600; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-bottom: 8px; }
.dp-row { width: fit-content; display: flex; flex-direction: row; align-items: center; justify-content: flex-start; font-size: 14px; line-height: 18px; font-weight: 400; color: #969696; }
.dp-row .dp { width: 35px; height: 35px; border-radius: 50%; overflow: hidden; margin-right: 10px; position: relative; }
.dp-row .dp img { width: 100%; height: 100%; object-fit: cover; object-position: center; position: relative; left: 0; top: 0; }
@media screen and (max-width: 425px) {
    .dp-row { font-size: 12px; line-height: 16px; }
    .dp-row .dp { width: 30px; height: 30px; margin-right: 5px; }
}

.section.footer { background: #29292b; }
.footer-logo { height: 40px; margin-bottom: 15px; }
.foot-about p { font-size: 14px; line-height: 20px; font-weight: 400; color: #969696; margin-bottom: 10px; }

.foot-links { display: block; }
.foot-links h4 { font-size: 16px; line-height: 20px; font-weight: 700; color: #fff; margin-bottom: 12px; }
.foot-links a { font-size: 14px; line-height: 18px; font-weight: 400; color: #969696; margin-bottom: 4px; display: block; text-decoration: none; transition: all 0.3s ease-in-out; }
.foot-links a:hover { color: #f7bd00; }
.foot-socials { width: fit-content; display: flex; flex-direction: row; align-items: center; justify-content: flex-start; column-gap: 10px; }
.foot-socials a { width: 24px; height: 24px; background: #969696; border-radius: 50%; text-align: center; line-height: 24px; font-size: 14px; color: #29292b; }
.foot-socials a:hover { background: #f7bd00; color: #29292b; }
.footer-bottom { border-top: 1px solid #4a4a52; padding: 20px 0 30px; }
.footer-bottom p { font-size: 16px; line-height: 20px; font-weight: 400; color: #fff; margin: 0; }

.live-block { width: 100%; height: auto; display: block; transform: scale(0.95); transition: all 0.3s ease-in-out; }
.live-block:hover { transform: scale(1); }
.live-block .video-frame { width: 100%; border-radius: 15px; overflow: hidden; margin: 0 0 15px; position: relative; }
.live-block .video-frame::before { content: ''; width: 100%; display: block; padding-top: 146%; position: relative; left: 0; top: 0; }
.live-block .video-frame .video-poster { width: 100%; height: 100%; display: block; position: absolute; left: 0; top: 0; }
.live-block .video-frame .video-poster img { width: 100%; height: 100%; object-fit: cover; object-position: top center; display: block; position: absolute; left: 0; top: 0; }
.live-block .video-frame .video-container { display: none; }
.live-block:hover .video-poster { display: none; }
.live-block:hover .video-container { display: block; }

.trend-player { width: 100%; border-radius: 15px; overflow: hidden; margin: 0 0 15px; position: relative; }
.trend-player::before { content: ''; width: 100%; display: block; padding-top: 68%; position: relative; left: 0; top: 0; }
.trend-thumb-set { width: 100%; height: fit-content; display: flex; flex-direction: row; align-items: center; justify-content: flex-start; column-gap: 30px; row-gap: 20px; flex-wrap: wrap; position: relative; }
.trend-thumb-set .trend-thumb { width: calc((100% - 30px) / 2); display: block; border-radius: 10px; overflow: hidden; position: relative; cursor: pointer; }
.trend-thumb-set .trend-thumb::before { content: ''; width: 100%; display: block; padding-top: 68%; position: relative; left: 0; top: 0; }
.vdo-thumb { display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.vdo-thumb img { width: 100%; height: 100%; object-fit: cover; object-position: center center; position: absolute; left: 0; top: 0; }
.trend-player .top-live-frame { height: auto; }
.top-live-frame .ply-btn { width: 25px; height: 30px; background: url(../images/play-btn.png) no-repeat; background-size: 100% 100%; background-position: center center; position: absolute; transform: translate(-50%, -50%); left: 50%; top: 50%; }

@media screen and (max-width: 991px) {
    .live-dp h4 { font-size: 16px; line-height: 20px; margin-bottom: 5px; }
    .trend-thumb-set { column-gap: 10px; row-gap: 0; }
    .trend-thumb-set .trend-thumb { width: calc((100% - 30px) / 4); }
}
@media screen and (max-width: 425px) {
    .trend-player { border-radius: 10px; }
    .trend-thumb-set { row-gap: 10px; }
    .trend-thumb-set .trend-thumb { width: calc((100% - 10px) / 2); border-radius: 6px; }
    .top-live-frame .ply-btn { width: 20px; height: 24px; }
}