html,
body {
    font-family: 'Nunito', sans-serif;
    margin: 0;
    color: #333;
    position: relative;
    z-index: 99;
}

@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-VariableFont_wght.ttf') format('truetype');
    font-style: normal;
}

.container {
    max-width: 1140px;
    margin: auto;
    padding: 0 0px;
    width: 100%;
}

*,
::after,
::before {
    box-sizing: border-box;
}

.t_1l {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.t_12 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.t_13 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.t_14 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
p {
    margin: 0%;
    padding: 0;
}

h2 {
    overflow: hidden;
    color: #333;
    text-overflow: ellipsis;
    font-family: 'Nunito';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 125% */
}

p {
    color: #333;
    font-family: 'Nunito';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    /* 157.143% */
}


.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    max-width: 1200px;
    margin: auto;
    padding-right: 10px;
}

.logo a {
    padding: 10px 10px;
    display: block;
    color: #F6CC22;
    text-shadow: 2px 2px 0 #333;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #333;
    font-family: Nunito;
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 48px;
    /* 133.333% */
}

.nav-links {
    width: auto;
    display: flex;
    margin: 10px 0;
    padding: 0;
    list-style-type: none;
}


.nav-links li {
    position: relative;
}

.nav-links li a {
    text-transform: capitalize;
    color: #333;
    font-family: 'Nunito';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap;
    padding: 12px 24px;
    display: block;
}

.nav-links li.active a,
.nav-links li:hover a {
    border-radius: 100px;
    background: #F6CC22;
  color: #FFF;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
font-family: Nunito;
font-size: 16px;
font-style: normal;
font-weight: 800;
line-height: 24px; /* 125% */
}


.burger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 15px;
}

.line1,
.line2,
.line3 {
    width: 22px;
    height: 2px;
    margin: 2px;
    background: #f87e10;
}

.pc-searbtn {
    background-color: #F6F6F9;
    border-radius: 100px;
}

.burger,
.h5-searbtn,
.h5-close,
.h5-home {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.h5-text {
    display: none;
}

.burger a,
.h5-home a,
.h5-searbtn a {
    display: contents;
}

.back-to-top {
    border: none;
    position: fixed;
    bottom: 160px;
    right: 65px;
    z-index: 99;
    cursor: pointer;
    display: none;
    border-radius: 50%;
    background-color: transparent;
}

.back-to-top svg {
    width: 30px;
}


@media (max-width:1024px) {
    .logo a {
        font-size: 24px;
        line-height: 30px;
    }

    .nav-links li a {
        padding: 10px 18px;
    }
}

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

    .navbar {
        padding: 8px 0px;
        padding-right: 20px;
    }

    .nav-links {
        display: none;
        background-color: #fff;
        padding: 40px;
        position: absolute;
        top: 0px;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        z-index: 9999;
        padding-top: 60px;
        height: 100vh;
        margin: 0px 0;
    }


    .nav-links.nav-active {
        display: flex;
        gap: 16px;
        position: fixed;
        flex-direction: column;
        padding-bottom: calc(100vh - 340px);
    }

    .nav-links li a {
        display: block;
        width: max-content;
        color: #333;
        padding: 8px 24px;
        border-radius: 100px;
        font-size: 14px;
        line-height: 18px;
        margin: auto;
    }


    .pc-searbtn {
        display: none;
    }

    .burger {
        display: flex;
        padding: 12px 12px;
        border-radius: 50%;
        margin-left: 24px;
    }

    .h5-home {
        display: flex;
        padding: 12px 12px;
        border-radius: 50%;
        margin-left: auto;
    }

    .h5-close {
        display: block;
        width: auto !important;
        margin-left: 0 !important;
        text-align: center;
        padding: 20px;
        position: absolute !important;
        top: 5px;
        right: 15px;

    }

    .h5-close i {
        font-size: 20px;
        color: #999;
    }

    .h5-searbtn {
        display: flex;
        padding: 12px 12px;
        border-radius: 50%;
        margin-left: 24px;
    }

    .burger i,
    .h5-searbtn i,
    .h5-home i {
        color: #333;
        font-size: 20px;
    }

    .toggle i {
        color: #999999;
    }

    .toggle {
        position: fixed;
        z-index: 9999;
        right: 20px;
        font-size: 24px;
        top: 0px;
        padding: 20px;
    }

    .logo a {
        padding: 2px 20px;
    }

    .h5-text {
        display: block;
        width: 100% !important;
    }

}

@media (max-width:550px) {
    .navbar {
        padding: 4px 0px;
        padding-right: 12px;
    }

    .logo {
        width: calc(100% - 150px);
    }

    .logo a {
        width: 100%;
        font-size: 24px;
        line-height: 30px;
        padding: 2px 12px;
    }

    .burger,
    .h5-searbtn {
        margin-left: 12px;
    }

    .burger,
    .h5-searbtn,
    .h5-home {
        padding: 10px;
    }

    .burger i,
    .h5-searbtn i,
    .h5-home i {
        font-size: 16px;
    }

    .h5-close {
        padding: 12px 20px;
    }

    .back-to-top {
        bottom: 130px;
        right: 20px;
    }

    .back-to-top svg {
        width: 25px;
    }

}

@media (max-width:380px) {
    .logo {
        width: calc(100% - 150px);
    }

    .logo a {
        font-size: 22px;
        line-height: 30px;
        padding: 2px 8px;
    }

    .navbar {
        padding-right: 8px;
    }

    .burger,
    .h5-searbtn,
    .h5-home {
        padding: 8px;
    }

    .burger,
    .h5-searbtn {
        margin-left: 8px;
    }
}


#copy-message {
    position: fixed;
    z-index: 999;
    bottom: 30%;
    width: 60px;
    height: 28px;
    left: 50%;
    transform: translate(-50%, 0);
    background: #fff;
    border: 1px solid #d9d9d9;
    color: #333;
    font-size: 12px;
    text-align: center;
    line-height: 28px;
    border-radius: 20px;
}


section {
    padding: 24px 0;
}

.cover {
    display: block;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
    background: #D9D9D9;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.heading {
    width: max-content;
    color: #333;
    text-align: center;
    font-family: Nunito;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    margin: 0 0 12px 12px;
    position: relative;
    border-left: 4px solid #F6CC22;
    padding-left: 12px;
    text-transform: capitalize;
}



footer {
    background: #060F30;
    padding: 20px 0;
    margin-top: 48px;
}

footer .share {
    width: 50%;
    display: flex;
    justify-content: center;
}

footer .share a {
    padding: 3px;
    margin: 0 12px;
    display: flex;
    border-radius: 80px;
    border: 0.8px solid #fff;
}

footer .share i {
    color: #fff;
    font-size: 25px;
}

footer .pt {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .pt a {
    padding: 0 24px;
    color: #fff;
    font-family: 'Nunito';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    position: relative;
    text-decoration: underline;
    /* 125% */
}

footer .pb {
    width: 100%;
    color: #fff;
    text-align: center;
    font-family: 'Nunito';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    padding-top: 24px;
    /* 125% */
}

@media (max-width:768px) {
    footer .share a {
        margin: 0 6px;
    }

    footer .pt a {
        padding: 0 12px;
    }

}

@media (max-width:550px) {
    footer .share {
        padding-top: 12px;
        width: 100%;
    }

    footer .pt {
        width: 100%;
        order: -1;
    }

    footer .pt a {
        font-size: 14px;
    }

    footer .pb {
        padding-top: 12px;
        font-size: 14px;
    }

    footer .share a {
        padding: 0px;
    }

    footer .share i {
        font-size: 25px;
        line-height: 25px
    }

    footer {
        padding: 12px 0;
    }
}

.g1 .grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}

.g1 a {
    display: block;
    padding: 12px;
    position: relative;
}

.g1 .item1 {
    grid-column: 1/4;
    grid-row: 1/3;
}

.g1 .item2 {
    grid-column: 4/10;
    grid-row: 1/2;
}

.g1 .item3 {
    grid-column: 10/13;
    grid-row: 1/3;
}

.g1 .item4 {
    grid-column: 4/6;
    grid-row: span 1;
}

.g1 .item5 {
    grid-column: 6/8;
    grid-row: span 1;
}

.g1 .item6 {
    grid-column: 8/10;
    grid-row: span 1;
}

.g1 .item1 img,
.g1 .item3 img {
    height: 100%;
}

.g1 .item1 .title {
    position: absolute;
    bottom: 12px;
    right: 12px;
    left: 12px;
    border-radius: 0 0 12px 12px;
    background: #3381E6;
    padding: 24px;
}

.g1 h2 {
    color: #fff;
    z-index: 999;
}

.g1 .item3 .title {
    position: absolute;
    bottom: 12px;
    right: 12px;
    left: 12px;
    border-radius: 0 0 12px 12px;
    background: #F6CC22;
    padding: 24px;
}

.g1 .item2 .box {
    display: flex;
    background: #E04444;
    border-radius: 12px;
    align-items: center;
}


.g1 .item2 .cover {
    width: 45%;
    aspect-ratio: 1/0.66;
    border-radius: 12px 0 0 12px;
}

.g1 .item2 .title {
    width: 55%;
    background: #E04444;
    border-radius: 0 12px 12px 0;
    padding: 0 24px;
}

.g1 .item2 .title h2 {
    color: #fff;
    margin-bottom: 24px;
}

.g1 .item4 img,
.g1 .item5 img,
.g1 .item6 img {
    width: 100%;
    aspect-ratio: 1/1;
}

.g1 .item4 .title,
.g1 .item5 .title,
.g1 .item6 .title {
    position: absolute;
    bottom: 24px;
    padding: 0 12px;
    left: 12px;
    right: 12px;
}

.g1 .item4::after,
.g1 .item5::after,
.g1 .item6::after {
    content: "";
    position: absolute;
    left: 12px;
    bottom: 12px;
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    background: linear-gradient(180deg, rgba(217, 217, 217, 0.00) 50%, rgba(0, 0, 0, 0.60) 100%);
    pointer-events: none;
    border-radius: 16px;
}

.g2 a {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 12px;
    width: 16.66%;
}

.g2 a img {
    aspect-ratio: 1/1;
}

.g3 {
    background: #F4F8FE;
}

.g3 a {
    display: block;
    padding: 12px;
    width: 25%;
}

.g3 a .item {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 24px;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0 0 12px 0 rgba(0, 67, 178, 0.08);
}

.g3 a .item h2 {
    text-align: center;
}

.g3 a .item img {
    aspect-ratio: 1/0.75;
    border-radius: 12px;
    border: 2px solid #F6CC22;
    background: #D9D9D9;
}

.g3 a .item .star,
.g4 a .item .star {
    display: block;
    text-align: center;    line-height: 1;
}

.g3 a .item .star i,
.g4 a .item .star i {
    font-size: 16px;
    color: #E4E4E4
}

.g3 a .item .star i.full,
.g4 a .item .star i.full {
    color: #F6CC22;
}

.g3 a .item .star i.partial,
.g4 a .item .star i.partial {
    background: linear-gradient(to right, #F6CC22 var(--percent, 0%), #E4E4E4 var(--percent, 0%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.g4 a {
    display: block;
    padding: 12px;
    width: 20%;
}

.g4 a .item {
    display: flex;
    flex-direction: column;
    padding: 12px;
    gap: 12px;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0 0 12px 0 rgba(0, 67, 178, 0.08);
}

.g4 a .cover {
    aspect-ratio: 1/1;
}

.g4 a h2{
    text-align: center;
}

.g5 a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    width: 33.33%;
}


.g5 a .cover {
    width: 112px;
    height: 112px;
}

.g5 a .text {
    width: calc(100% - 112px);
}

.g5 a .text .play {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #DF4444;
    font-size: 16px;
    font-weight: 800;
    line-height: 20px;
    margin-top: 24px;
}

.g5 a .text .play i {
    font-size: 20px;
}

.searbg {
    width: 80%;
    margin: 0 auto 24px;
    padding: 2px;
    border-radius: 100px;
    background: linear-gradient(90deg, #F4D200 0%, #FD7803 100%);
}

.search {
    width: 100%;
    position: relative;
    display: flex;
    background-color: #fff;
    border-radius: 100px;
    align-items: center;
}

.search p {
    padding: 0 24px;
}

.search p i {
    color: #F6CC22;
    font-size: 16px;
}

.search input {
    border: none;
    padding: 10px 12px 10px 0px;
    color: #666;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    outline: none;
    width: 100%;
}

.search input::placeholder {
    color: #666;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 125% */
}

.search_btn {
    padding: 4px 6px;
}

.search_btn a {
    padding: 6px;
    width: 100% !important;
    display: flex;
    border-radius: 100px;
    background: linear-gradient(90deg, #F4D200 0%, #FD7803 100%);
}

.search_btn a i {
    color: #fff;
    font-size: 24px;
    line-height: 1;
}

@media (max-width:768px) {
    section {
        padding: 16px 0;
    }

    .g1 .grid {
        grid-template-columns: repeat(8, 1fr);
    }

    .g1 .item1 {
        grid-column: 1 / 4;
        grid-row: 1 / 3;
    }

    .g1 .item2 {
        grid-column: 3/9;
        grid-row: 3/4;
    }

    .g1 .item3 {
        grid-column: 6/9;
        grid-row: 1 / 3;
    }

    .g1 .item4 {
        grid-column: 4 / 6;
        grid-row: 1/2;
    }

    .g1 .item5 {
        grid-column: 4 / 6;
        grid-row: 2/3;
    }

    .g1 .item6 {
        grid-column: 1/3;
        grid-row: span 1;
    }

    .g1 .item2 .box {
        height: 100%;
    }

    .g1 .item2 .cover {
        aspect-ratio: auto;
        height: 100%;
    }

    .g2 a {
        width: 25%;
    }

    .g3 a {
        width: 33.33%;
    }

    .g4 a {
        width: 25%;
    }

    .g5 a {
        width: 50%;
    }
}

@media (max-width:550px) {
    section {
        padding: 12px 0;
    }

    .container {
        padding: 0 6px;
    }

    h2 {
        font-size: 14px;
        line-height: 18px;
    }

    .heading {
        margin: 0 0 6px 6px;
        font-size: 16px;
        line-height: 20px;
    }

    .g1 a {
        padding: 6px;
    }

    .g1 .grid {
        grid-template-columns: repeat(6, 1fr);
    }

    .g1 .item1 {
        grid-column: 1 / 4;
        grid-row: 1 / 3;
    }

    .g1 .item3 {
        grid-column: 4 / 7;
        grid-row: 1 / 3;
    }

    .g1 .item2 {
        grid-column: 1/7;
        grid-row: 3 / 4;
    }

    .g1 .item4 {
        grid-column: 1/3;
        grid-row: 4/5;
    }

    .g1 .item5 {
        grid-column: 3/5;
        grid-row: 4/5;
    }

    .g1 .item6 {
        grid-column: 5/7;
        grid-row: 4/5;
    }


    .g1 .item1 img,
    .g1 .item3 img {
        aspect-ratio: 1/1.1;
    }

    .g1 .item1 .title,
    .g1 .item3 .title {
        bottom: 6px;
        right: 6px;
        left: 6px;
        padding: 12px;
    }

    .g1 .item2 .cover {
        width: 40%;
        aspect-ratio: 1 / 0.75;
    }

    .g1 .item2 .title {
        width: 60%;
        padding: 0 12px;
    }

    .g1 .item2 .title img {
        width: 60%;
    }

    .g1 .item2 .title h2 {
        margin-bottom: 12px;
    }

    .g1 .item4 .title,
    .g1 .item5 .title,
    .g1 .item6 .title {
        bottom: 12px;
        left: 6px;
        right: 6px;
        padding: 0 8px;
    }

    .g1 .item4::after,
    .g1 .item5::after,
    .g1 .item6::after {
        left: 6px;
        bottom: 6px;
        width: calc(100% - 12px);
        height: calc(100% - 12px);
    }


    .g2 a {
        width: 33.33%;
        padding: 6px;
    }

    .g3 a {
        width: 50%;
        padding: 6px;
    }

    .g3 a .item {
        padding: 12px;
        gap: 8px;
    }

    .g3 a .item .star,
    .g4 a .item .star {
        line-height: 15px;
    }

    .g3 a .item .star i,
    .g4 a .item .star i {
        font-size: 14px;
    }


    .g4 a {
        width: 33.33%;
        padding: 6px;
    }

    .g4 a .item {
        padding: 8px;
        gap: 8px;
    }

    .g5 a {
        padding: 6px;
        gap: 8px;
    }

    .g5 a .cover {
        width: 70px;
        height: 70px;
    }

    .g5 a .text {
        width: calc(100% - 70px);
    }

    .g5 a .text .play {
        gap: 8px;
        font-size: 12px;
        line-height: 16px;
        margin-top: 6px;
    }

    .g5 a .text .play i {
        font-size: 14px;
    }

    .g5 a .text h2 {
        -webkit-line-clamp: 2;
    }

    .g1 {
        padding: 6px 0;
    }

    .logo a {
        text-shadow: 0px 0px 0 #333;
    }

    .searbg {
        width: calc(100% - 12px);
        margin: 0 auto 12px;
    }

    .search input {
        padding: 6px 12px 6px 0px;
        font-size: 14px;
    }

    .search input::placeholder {
        font-size: 14px;
    }

    .search_btn {
        padding: 2px 4px;
    }

    .search_btn a i {
        font-size: 20px;
    }

    .search p {
        padding: 0 14px;
    }


}

@media (max-width:360px) {
    section {
        padding: 6px 0;
    }

    .g1 .item1 .title,
    .g1 .item3 .title {
        padding: 8px;
    }

    .g4 a {
        width: 50%;
    }

    .g5 a {
        width: 100%;
    }





}