@media (min-width: 1600px) {
    .container{
        max-width: 1530px;
    }
}
@media (max-width: 1400px) {
    .about-us-image img {
        width: 300px;
    }
}

@media (max-width: 1199px) {
    .header-content-wrapper h1 {
        font-size: 40px;
    }
    .header-content-wrapper h2 {
        font-size: 90px;
        line-height: 105%;

    }
    .header-content-wrapper h3 {
        font-size: 30px;
    }
    .header-content-wrapper a {
        font-size: 35px;
    }
    .section-title h2 {
        font-size: 85px;
        line-height: 105%;
    }
    .menu-item-image img {
        width: 65px;
    }
    .menu-item-name p {
        font-size: 17px;
    }
    .menu-item-price p {
        font-size: 17px;
    }
    .menu-tab-wrapper button {
        font-size: 17px;
    }
    .about-us-image {
        top: 105%;
    }

}

@media (max-width: 992px) {
    .menu-item-wrapper {
        gap:10px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .menu-category{
        width:75%;
    }
}

@media (max-width: 768px) {
    #header:after {
        background-color: #200e368a;
    }
    .header-content-wrapper h1 {
        font-size: 30px;
        line-height: 105%;
    }
    .header-content-wrapper h2 {
        font-size: 65px;
        line-height: 105%;

    }
    .section-title {
        margin-top:2%;
        text-align: center;
    }
    .section-title h2 {
        font-size: 65px;
        line-height: 105%;
    }
    .menu-item-wrapper a {
        width: 48%;
    }
    .menu-item-name {
        margin-left: 10px;
    }
    #about-us-section {
        position: relative;
        padding: 0 0 80px;
    }
    .desktop-menu{
        display: none;
    }
    .mobile-menu-header {
        display: block;
        position: relative;
        z-index: 1;
    }
    .mobile-menu-header-logo {
        text-align: center;
    }
    .mobile-menu-header-logo img{
        width: 70px;
    }
    .mobile-menu-header-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 50px;
    }
    a.mobile-menu-btn span.mobile-menu-close {
        display: none;
    }
    a.mobile-menu-btn.mobile-menu-active span.mobile-menu-close {
        display: block;
    }
    a.mobile-menu-btn.mobile-menu-active span.mobile-menu-open {
        display: none;
    }
    .mobile-menu {
        margin-top: 30px;
    }
    .mobile-menu-header-wrapper > div {
        width: 70px;
        display: flex;
        align-items: center;
        justify-content: end;
    }
    .menu-category {
        width: 380px;
        margin: 0 auto;
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .section-title h2 {
        font-size: 50px;
        line-height: 105%;
    }
    .header-content-wrapper h1 {
        font-size: 30px;
    }
    .header-content-wrapper h3 {
        font-size: 24px;
    }
    .header-content-wrapper a {
        font-size: 30px;
    }
    .menu-item-wrapper a {
        width: 100%;
        max-width: 380px;
        margin-bottom: 15px;
    }
    .menu-item-wrapper {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .about-text-flex {
        display: block;
        justify-content: space-between;
    }
    .about-text-flex p:first-child {
        margin-left: 0;
        margin-right: 0;
    }
    .about-text-flex p:last-child {
        margin-left: 0;
        margin-right: 0;
    }
    .about-us-image {
        top: 83%;
        opacity: .3;
    }
    div#footer {
        padding: 30px 0;
    }
    .menu-tab-wrapper ul {
        margin-bottom: 30px;
    }
}
@media (max-width: 410px) {
    .section-title h2 {
        font-size: 35px;
        line-height: 105%;
    }
}
