@media (max-width: 1399px) {
    .prologue .stat {
        margin-left: 80px;
    }

    .metaphor__card .picture img {
        width: 180%;
    }
}

@media (max-width: 1199px) {
    header .quillmark { margin: 0; font-size: 20px; }

    .bar {
        display: flex;
        border: 3px solid#F5F3ED;
        border-radius: 20px;
        color:#F5F3ED;
        width: 130px;
        height: 30px;
        margin-left: auto;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        font-weight: 600;
    }

    .bar.active {
        position: relative;
        opacity: 2;
        background:#F5F3ED;
        border: 3px solid#F5F3ED;
        border-radius: 20px;
        color: #2C2C2C;
    }

    header .chorus {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 280px;
        background: #2C2C2C;
        z-index: 1000;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 80px 20px 20px;
        margin: 0;
        transform: translateX(100%);
        transition: transform 0.3s ease;
    }

    header .chorus.active { transform: translateX(0); }

    header .chorus .chorus__one { margin: 0 0 15px 0; }

    header .chorus .chorus__one a {
        color:#F5F3ED;
        font-size: 18px;
        text-decoration: none;
    }

    h2 {
        margin-bottom: 20px;
    }

    .metaphor__card .picture img {
        width: 180%;
    }
}

@media (max-width: 991px) {
    .metaphor__card {
        margin-bottom: 30px;
    }

    .metaphor .row > div:last-child .metaphor__card {
        margin-bottom: 0;
    }

    .ballad .picture {
        height: 300px;
        margin-bottom: 20px;
    }

    .ballad p {
        margin-bottom: 10px;
    }

    .duo-couplet .couplet__input:first-child {
        margin-bottom: 20px;
    }

    .footer-v3 .row div:nth-of-type(3) .chorus .chorus__one {
        margin-bottom: 10px;
        justify-content: center;
    }

    .footer-v3 .row div:nth-of-type(3) .chorus .chorus__one:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .lyric__card {
        margin-bottom: 20px;
    }
    
    .lyric .row div:last-child .lyric__card {
        margin-bottom: 0;
    }

    .footer-v3 .quillmark {
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }

    .footer-v3 .chorus .chorus__one {
        margin: 0;
        margin-bottom: 10px;
        text-align: center;
    }

    .footer-v3 .chorus .chorus__one:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 575px) {
    section {
        padding: 40px 0;
    }

    a.btn {
        width: 200px;
        height: 45px;
        font-size: 20px;
    }

    h1 {
        font-size: 40px;
    }

    .prologue .pasth1-v1 {
        margin-top: 20px;
    }

    .prologue a {
        margin-top: 20px;
    }
}