@media (max-width: 1399px) {
            .chronicle .picture img {
                width: 140%;  
            }
        }

@media (max-width: 1199px) {
            .attic .picture {
                height: 500px;
            }

            .attic .picture img {
                width: 200%;
            }

            .attic__info {
                height: 500px;
            }

            .chronicle .picture {
                height: 400px;
            }

            .chronicle .chronicle-one__info {
                height: 400px;
            }

            .chronicle .picture img {
                width: 140%;  
            }

            h2 {
                margin-bottom: 20px;
            }
        }

@media (max-width: 991px) {
            header .stall {
                margin: 0;
                font-size: 20px;
            }

            .bar {
                display: flex;
                margin-left: auto;
                margin-top: 5px;
            }

            .bar.active {
                position: relative;
                opacity: 2;
            }

            header .stall{
                position: absolute;
                top: 100%;
                left: 0; right: 0;
                z-index: 1000;
                flex-direction: column;
                background: #000;
                padding: 20px 0;
                opacity: 0;
                gap: 16px;
                transform: translateY(-10px);
                pointer-events: none;
                transition: opacity .3s ease, transform .3s ease;
            }

            header .stall.active{
                opacity: 1;
                transform: translateY(0);
            }

            header  .stall.active .stall__one {
                margin: 0;
            }

            header  .stall.active .stall__one a {
                color: #fff;
                font-size: 18px;
                text-decoration: none;
            }

            .attic__info {
                height: auto;
            }

            .guild__card .picture {
                margin: 0 auto;
            }

            .guild__card .info {
                margin-left: 0;
                box-shadow: none;
                padding: 0;
                margin-top: 10px;
                text-align: center;
            }

            .chronicle .picture {
                position: relative;
                z-index: -1;
                width: 100%;
                border-radius: 20px;
            }

            .chronicle .chronicle-one.left .chronicle-one__info {
                margin-left: 0;
            }

            .chronicle .chronicle-one {
                margin-bottom: 20px;
            }

            .chronicle .chronicle-one:last-of-type {
                margin-bottom: 0;
            }

            .chronicle .chronicle-one__info {
                width: 100%;
                border-radius: 20px;
                background: rgba(0, 0, 0, 0.5);
                color: #fff;
                justify-content: center;
                text-align: center;
                margin-top: -400px;
            }

            .chronicle .chronicle-one__info a {
                color: #fff;
                border-color: #fff;
            }

            .duo-scrollall .scrollall__input:first-child {
                margin-bottom: 20px;
            }
        }

        @media (max-width: 767px) {
            .guild__card {
                text-align: center;
            }

            .guild__card .picture {
                margin: 0 auto;
                margin-bottom: 10px;
            }

            .ledger__card {
                margin-bottom: 20px;
            }
            
            .ledger .row div:last-child .ledger__card {
                margin-bottom: 0;
            }

            .relic .stall {
                display: block;
                text-align: center;
                margin-bottom: 20px;
            }

            .relic .stall .stall__one {
                margin: 0;
                margin-bottom: 10px;
                text-align: center;
            }

            .relic .stall .stall__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;
            }

            .arcade .pasth1-v2 {
                margin-top: 20px;
            }

            .arcade a {
                margin-top: 20px;
            }

            .chronicle .picture {
                height: 350px;
            }

            .chronicle .picture img {
                width: 190%;
            }

            .chronicle .chronicle-one__info {
                height: 350px;
                margin-top: -350px;
            }
        }