.banner {
    position: relative;
    height: 50vh;
    min-height: 50vh;
}
.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.banner .con {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffb81cb1;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 3vw;
}
.banner .con .title {
    font-size: 5rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
}


.menu_sub {
    position: relative;
    height: auto;
    min-height: auto;
    padding: 3rem 5vw 0;
}

.menu_sub .content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.menu_sub .content a {
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--quinary-color);
    text-decoration: none;
    transition: all 0.3s ease;
}

.menu_sub .content a.active, .menu_sub .content a:hover {
    color: var(--primary-color);
}
.menu_list {
    position: relative;
    height: auto;
    min-height: auto;
    padding: 3rem 5vw 5rem;
    text-align: center;
    display: none;
}
.menu_list.active {
    display: block;
}

.menu_list .title {
    font-size: 3rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--text);
    text-align: center;
}
.menu_list .subtitle {
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--primary-color);
    text-align: center;
    border: 3px solid var(--primary-color);
    border-radius: 40px;
    padding: .25rem 1.5rem;
    display: inline-block;
    margin-top: 2rem;
    margin-bottom: .5rem;
}

.menu_list .listing {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.menu_list .listing .item {
    width: 25%;
    height: 100%;
    border-radius: 1rem;
}
.menu_list .listing .item img {
    width: auto;
    height: 150px;
    object-fit: cover;
    border-radius: 1rem;
}
.menu_list .listing .item .name {
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--subtext);
    text-align: center;
    margin-top: .5rem;
}

.menu_list .listing .item.big {
    width: 40%;
    height: 100%;
    border-radius: 1rem;
}
.menu_list .listing .item.big img {
    width: auto;
    height: 200px;
    object-fit: cover;
    border-radius: 1rem;
}
.menu_list .listing .item.big .name {
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--subtext);
    text-align: center;
    margin-top: .5rem;
}
/*.combo-20 {
    width: 320px !important;
    height: auto !important;
    margin-top: -1.5rem !important;
}
.name-20 {
    margin-top: -1.5rem !important;
}*/
.combo-18 {
    width: 260px !important;
    height: auto !important;
}
.combo-23 {
    width: 260px !important;
    height: auto !important;
}
.combo-24 {
    width: 250px !important;
    height: auto !important;
}
/*.combo-18 {
    width: 255px !important;
    height: auto !important;
}
.combo-23 {
    width: 260px !important;
    height: auto !important;
}
.combo-24 {
    width: 260px !important;
    height: auto !important;
}
.combo-25 {
    width: 270px !important;
    height: auto !important;
}
.combo-27 {
    width: 270px !important;
    height: auto !important;
}
.combo-29 {
    width: 260px !important;
    height: auto !important;
}
.combo-30 {
    width: 190px !important;
    height: auto !important;
}
.combo-31 {
    width: 220px !important;
    height: auto !important;
}
.combo-32 {
    width: 100px !important;
    height: auto !important;
}
.combo-33 {
    width: 200px !important;
    height: auto !important;
}
.combo-34 {
    width: 200px !important;
    height: auto !important;
}
.combo-35 {
    width: 120px !important;
    height: auto !important;
}
.combo-36 {
    width: 95px !important;
    height: auto !important;
}
.combo-37 {
    width: 120px !important;
    height: auto !important;
}
.combo-38 {
    width: 190px !important;
    height: auto !important;
}
.combo-39 {
    width: 120px !important;
    height: auto !important;
}
.name-19 {
    margin-top: 1.75rem !important;
}
.name-22 {
    margin-top: 1.65rem !important;
}
.name-24 {
    margin-top: 2.5rem !important;
    margin-bottom: -1rem !important;
}
.name-26 {
    margin-top: 2.75rem !important;
}
.name-27 {
    margin-top: 3rem !important;
}
.name-29 {
    margin-top: -1rem !important;
}
.name-30 {
    margin-top: 1.5rem !important;
    margin-bottom: -1rem !important;
}
.name-33 {
    margin-top: 1rem !important;
}*/

@media (max-width: 768px) {
    .banner .con .title {
        font-size: 2.5rem;
    }

    .menu_sub {
        padding: 1rem 0 1rem 1.25rem;
    }
    .menu_sub .content {
        max-width: 100%;
        overflow-x: auto;
        justify-content: start;
        gap: 1.75rem;
        text-align: center;
    }

    .menu_list {
        padding: 3rem 1.25rem;
    }
    .menu_list .title {
        font-size: 2rem;
    }
    .menu_list .listing {
        flex-direction: column;
    }
    .menu_list .listing .item {
        width: 100% !important;
    }
}