@media(max-width:1400px) {
    .widow {
        background: linear-gradient(90deg, #DEF7FF 0%, #F4FCFF 45.64%, rgba(255, 255, 255, 0) 100.72%);
    }

    .intro {
        height: 640px;
    }
}

@media(max-width:1200px) {
    .widow {
        background: linear-gradient(90deg, #DEF7FF 0%, #F4FCFF 40.64%, rgba(255, 255, 255, 0) 100.72%);
    }

    .widow__title {
        width: 400px;
    }

    .widow__text {
        margin: 30px 0;
        max-width: 500px;
    }

    .intro {
        height: 570px;
    }
}

@media(max-width:1140px) {
    .series__box {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, 1fr);
        max-width: 540px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .title {
        margin: 30px auto;
    }

    .film_box {
        flex-wrap: wrap;
        max-width: 540px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .intro_title {
        text-align: center;
        font-size: 60px;
    }

    .intro_text {
        margin: 30px auto;
        text-align: center;
    }

    .intro_btns {
        justify-content: center;
    }
}

@media(max-width:1000px) {
    .footer {
        margin-top: 30px;
        padding: 15px 0;
    }

    .game {
        height: 370px;
        gap: 20px;
    }

    .game__title {
        font-size: 35px;
    }

    .collect__box {
        gap: 20px;
    }

    .collect__card {
        height: 170px;
    }

    .collect__card-left,
    .collect__card-right {
        height: 156px;
    }

    .collect__card-link img {
        width: 32px;
    }

    .collect__card-title {
        font-size: 18px;
    }

    .widow {
        background: rgba(255, 255, 255, 0.6);
        overflow: hidden;
        text-align: center;
    }

    .widow__title {
        width: 350px;
    }

    .widow__video {
        height: 103%;
    }

    .widow__text {
        margin: 20px auto;
        max-width: 550px;
        text-align: center;
    }

    .widow .btn {
        margin: 0 auto;
    }

    .header_top {
        padding: 15px 0;
    }

    .header_top_img {
        width: 40px;
    }

    .intro_title {
        font-size: 50px;
    }

    .intro_text {
        margin: 20px auto;
    }

    .btn {
        width: 150px;
        height: 40px;
    }

    .intro {
        height: 500px;
    }

    .nav_link span {
        padding: 30px 6px;
    }

    .nav_logo img {
        width: 80px;
    }

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

@media(max-width:900px) {
    .collect__card {
        height: 160px;
    }

    .collect__card-left,
    .collect__card-right {
        height: 146px;
    }

    .collect__card-link img {
        width: 27px;
    }

    .widow {
        height: 450px;
    }

}

@media(max-width:800px) {
    .game {
        height: 320px;
        gap: 15px;
    }

    .game__title {
        font-size: 30px;
    }

    .game__text {
        font-size: 15px;
        line-height: 130%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
        overflow-y: scroll;
    }

    .collect__box {
        gap: 15px;
    }

    .collect__card {
        height: 150px;
    }

    .collect__card-left,
    .collect__card-right {
        height: 136px;
    }

    .collect__card-link img {
        width: 24px;
    }

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

    .widow {
        height: 400px;
        margin-top: 30px;
    }

    .widow__title {
        width: 280px;
    }

    .widow__text {
        margin: 15px auto;
        font-size: 17px;
        line-height: 140%;
    }

    .title {
        font-size: 27px;
        margin: 20px auto;
    }

    .film_box {
        max-width: 500px;
        gap: 20px;
        justify-content: center;
    }

    .film_card {
        width: 240px;
        height: 320px;
    }

    .film_play {
        margin-top: 20px;
    }

    .film_title {
        font-size: 20px;
    }

    .film_text {
        font-size: 13px;
        line-height: 140%;
    }

    .film_play img {
        width: 35px;
    }

    .header_top {
        padding: 10px 0;
    }

    .header_top_img {
        width: 35px;
    }

    .header_top_text {
        font-size: 15px;
        line-height: 120%;
    }

    .intro {
        height: 400px;
    }

    .intro_title {
        font-size: 40px;
    }

    .intro_text {
        margin: 15px auto;
        line-height: 140%;
    }

    .intro_btns {
        gap: 15px;
    }

    .btn {
        width: 140px;
        height: 40px;
    }
}

@media(max-width:750px) {
    .collect__box {
        overflow: hidden;
        overflow-x: scroll;
    }

    .collect__card {
        width: 230px;
        flex-shrink: 0;
    }

    .collect__card:hover {
        box-shadow: unset;
    }

    .collect__card:hover .collect__card-left,
    .collect__card:hover .collect__card-right,
    .collect__card:hover .collect__card-link,
    .collect__card:hover .collect__card-img {
        transform: unset;
    }

    .collect__card-link,
    .collect__card-title {
        transform: unset;
    }
}

@media(max-width:700px) {
    body {
        padding-bottom: 90px;
    }

    .footer__box {
        flex-direction: column;
        gap: 5px;
    }

    .footer__text {
        font-size: 16px;
    }

    .footer {
        margin-top: 20px;
        padding: 10px 0;
    }

    .widow {
        height: 350px;
    }

    .widow__video {
        height: 100%;
    }

    .film_text,
    .film_title,
    .film_play,
    .film_time {
        transform: unset;
    }

    .film_card:hover .film_play {
        transform: unset;
    }

    .film_card:hover {
        box-shadow: unset;
    }

    .nav_box {
        display: none;
    }

    .nav {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 99;
        background-color: #000;
        width: 100%;
        padding: 15px 0;
    }

    .nav_mobile {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .nav_mobile_link {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5px;
        color: #fff;
        font-family: var(--m400);
        line-height: 100%;
    }

    .nav_mobile_link img {
        width: 35px;
    }
}

@media(max-width:600px) {
    body {
        padding-bottom: 80px;
    }


    .series__box {
        margin-top: 15px;
        gap: 15px;
        display: flex;
        overflow: hidden;
        overflow-x: scroll;
    }

    .series__card {
        width: 220px;
        min-height: 160px;
        flex-shrink: 0;
        gap: 12px;
    }

    .series__card-play img {
        width: 32px;
    }

    .series__card-title {
        font-size: 20px;
    }

    .game {
        height: 270px;
        gap: 10px;
    }

    .game__title {
        font-size: 25px;
    }

    .game__text {
        font-size: 14px;
        -webkit-line-clamp: 4;
    }

    .widow {
        height: 320px;
        margin-top: 20px;
    }

    .widow__title {
        width: 220px;
    }

    .widow__text {
        margin: 10px auto;
        font-size: 16px;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        overflow-y: scroll;
    }

    .film_box {
        max-width: 500px;
        gap: 20px;
        justify-content: center;
    }

    .film_card {
        width: 220px;
        height: 290px;
        padding: 15px 12px;
        gap: 10px;
    }

    .film_play {
        margin-top: 10px;
    }

    .film_play img {
        width: 30px;
    }

    .film_time {
        width: 80px;
        height: 22px;
        font-size: 13px;
    }

    .film_title {
        font-size: 17px;
    }

    .film_text {
        font-size: 13px;
        line-height: 140%;
    }

    .header_top {
        padding: 8px 0;
    }

    .header_top_img {
        width: 27px;
    }

    .header_top_text {
        font-size: 13px;
    }

    .intro {
        height: 300px;
    }

    .intro_title {
        font-size: 32px;
    }

    .intro_text {
        margin: 10px auto;
        line-height: 130%;
        font-size: 14px;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        overflow-y: scroll;
    }

    .btn {
        width: 120px;
        height: 35px;
        font-size: 14px;
    }
}

@media(max-width:500px) {
    body{
        padding-bottom: 70px;
    }
    .widow {
        height: 270px;
    }

    .title {
        font-size: 24px;
        margin: 15px auto;
    }

    .film_box {
        flex-wrap: nowrap;

        justify-content: flex-start;
        overflow: hidden;
        overflow-x: scroll;
    }

    .film_card {
        flex-shrink: 0;
        width: 210px;
    }

    .nav_mobile_link img {
        width: 28px;
    }

    .nav {
        padding: 10px 0;
    }

    .nav_mobile_link {
        font-size: 14px;
    }
}

@media(max-width:400px) {
    body{
        padding-bottom: 60px;
    }
    .footer__text {
        font-size: 15px;
        letter-spacing: 0;
    }
    .footer {
        margin-top: 15px;
        padding: 7px 0;
    }
    .game {
        height: 200px;
        gap: 8px;
    }

    .game__title {
        font-size: 20px;
    }

    .game__text {
        font-size: 13px;
    }

    .game .btn {
        width: 82px;
        height: 25px;
        font-size: 12px;
    }

    .widow {
        height: 230px;
        margin-top: 15px;
    }

    .widow__title {
        width: 180px;
    }

    .widow__text {
        margin: 8px auto;
        font-size: 15px;
        -webkit-line-clamp: 4;
        line-height: 130%;
    }

    .intro {
        height: 240px;
    }

    .intro_title {
        font-size: 27px;
    }

    .intro_text {
        margin: 8px auto;
        line-height: 120%;
    }

    .btn {
        width: 100px;
        height: 30px;
        font-size: 13px;
    }

    .nav_mobile_link img {
        width: 22px;
    }

    .nav {
        padding: 8px 0;
    }

    .nav_mobile_link {
        font-size: 11px;
    }
}