.menu-page {
    background: linear-gradient(180deg, rgb(243 243 233 / 85%) -9.01%, rgb(243 242 233 / 87%) 100%), url(/img/reserve-pattern.svg), repeat;
    background-size: 57px;
    padding-bottom: 85px;
}

.menu-logo {
    fill: #222D66;
    max-width: 300px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.menu-menu-section {
    padding: 30px 100px;
}

.menu-page .text-section h1 {
    color: #252E65;
    font-family: BatickRodist;
    font-size: 160px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.menu-page .circle {
    background: #252E65;
}

.menu-page .line {
    background: #252E65;
    width: 390px;
}

.menu-texts {
    padding: 50px 100px;
}

.menu-texts h1 {
    color: #252E65;
    font-family: "Minion Variable Concept";
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media only screen and (max-width: 1024px) and (max-height: 1366px) {
    footer {
        position: absolute;
        bottom: 0;
        width: 100%;
    }
}

@media only screen and (max-width: 450px) {
    footer {
        position: unset;
        bottom: 0;
        width: 100%;
    }

    .menu-logo {
        max-width: 200px;
    }

    .menu-menu-section {
        padding: 30px;
    }

    .menu-page .text-section h1 {
        font-size: 70px;
    }

    .menu-line .line {
        width: 180px;
    }

    .menu-texts {
        padding: 50px 30px;
    }

    .menu-texts h1 {
        font-size: 30px;
    }

    .menu-page {
        background-size: 37px;
        padding-bottom: 35px;
    }
}
