body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

footer {
    margin-top: auto;
}

.menu .menu-section {
    margin-top: 0;
}

.menu-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 120%;
    color: #FFFFFF;
}

.menu-sort-btns {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 40px;
}

.btn {
    border-radius: 41px;
    padding: 11px 25px;
    border: 1px solid #FFFFFF;
    margin-right: 15px;
    margin-bottom: 15px;
    background-color: transparent;
    font-family: 'Mulish', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    color: #FFFFFF;
}

.menu-sort-btns> .active {
    border: 1px solid #800E17;
    background-color: #800E17;
}

.menu-card {
    display: none;
}

.show {
    display: flex ;
}


footer {
    position: relative;
    bottom: 0;
    width: 100%;
}

@media screen and (max-width: 1300px) {

.menu-sort-btns button{
    margin-bottom: 15px;
}

}
@media screen and (max-width: 857px) {

.menu{
    width: calc(100% - 40px) !important;
    padding-left: 20px;
    padding-right: 20px;
}

.menu> .menu-section{
    margin-top: 0 !important;
}

}