/* ===== Menu Products (Ultra-wide base >3000px) ===== */

.block-menu-section {

    padding: 200px 0;

    background-color: #FEFBF4;

}



.block-menu-section:nth-of-type(odd) {

    background: #f5f5f5; /* background for odd blocks */

}



.block-menu-section:nth-of-type(even) {

    background: #f3f1ed; /* background for even blocks */

}



.block-menu-section .menu-header .big-title-smaller-menu{

    text-transform: none;

}

.block-menu-section .menu-price {

    padding: 10px 70px;

    border: 2px solid gray;

    text-align: center;

    width: fit-content;

    font-size: 50px;

    font-size:30px;

    font-style: normal;

}



.block-menu-section .menu-products-wrapper {

    max-width: 2600px;

    margin: 0 auto;

    display: flex;

    flex-direction: column;

    gap: 140px;

    align-items: center;

}



.block-menu-section .menu-header {

    display: flex;

    flex-direction: column;

    align-items: center;

}



.block-menu-section .menu-product-info .subtitle {

    margin-bottom: 40px;

    font-size: 52px;

    font-weight: 400;

    color: #000;

    text-transform: uppercase;

    font-family:"Forum",sans-serif;

}

.block-menu-section .menu-product-info .text{

    margin-bottom: 20px;

}

.block-menu-section .menu-product-info .text p{

    font-size: 30px;

    color: #707070;

    margin-bottom: 30px;

    font-weight: 300;

    font-style: italic;

}

.block-menu-section .menu-product-info h2.big-title-smaller {

    font-size: 72px;

    font-weight: 600;

    margin-bottom: 20px;

}



.block-menu-section .menu-product-price {

    font-size: 56px;

    font-weight: 500;

    color: #c19b6a;

    margin-bottom: 40px;

}



.block-menu-section .menu-product-info ul {

    list-style: disc;

    padding-left: 40px;

    margin-top: 40px;

}



.block-menu-section .menu-product-info li {

    margin-bottom: 20px;

}



.block-menu-section .menu-product {

    display: flex;

    gap: 360px;

    align-items: stretch;

}



.block-menu-section .menu-product:nth-child(odd) {

    flex-direction: row-reverse;

}

.block-menu-section .menu-product:nth-child(even) {

    flex-direction: row;

}



.block-menu-section .flex-box {

    display: flex;

    justify-content: center;

    flex-direction: column;

    align-items: center;

}

.block-menu-section .flex-box h2{
    text-transform: none;
}

.block-menu-section .menu-product-image {

    flex: 0 0 43%;

    display: flex;

    height: 912px;

}



.block-menu-section .icon-star {

    filter: brightness(0.5);

}



.block-menu-section .menu-product-image img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    display: block;

}



.block-menu-section .menu-product-gallery {

    display: flex;

    gap: 80px;

    justify-content: center;

    flex-wrap: wrap;

    width: 100%;

    min-height: 900px;

}



.block-menu-section .gallery-item {

    display: flex;

    flex-direction: column;

    align-items: flex-start;

    flex: 1;

}



.block-menu-section .gallery-item img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    margin-bottom: 20px;

}



.block-menu-section .gallery-title {

    font-size: 36px;

    font-weight: 500;

    margin-bottom: 10px;

}



.block-menu-section .gallery-subtitle {

    font-size: 28px;

    color: #555;

}



.block-menu-section .menu-product-info {

    flex: 1;

    display: flex;

    flex-direction: column;

    justify-content: center;

}



/* ===== ≤3000px ===== */

@media (max-width: 3000px) {

    .block-menu-section {

        padding: 100px 0;

    }





    .block-menu-section .menu-price {

        padding: 5px 35px;

        border-width: 1px;

        font-size: 25px;

        font-size:15px;

    }



    .block-menu-section .menu-products-wrapper {

        max-width: 1300px;

        gap: 70px;

    }



    .block-menu-section .menu-product-info .subtitle {

        margin-bottom: 20px;

        font-size: 26px;

    }



    .block-menu-section .menu-product-info h2.big-title-smaller {

        font-size: 36px;

        margin-bottom: 10px;

    }



    .block-menu-section .menu-product-price {

        font-size: 28px;

        margin-bottom: 20px;

    }



    .block-menu-section .menu-product-info ul {

        padding-left: 20px;

        margin-top: 20px;

    }



    .block-menu-section .menu-product-info li {

        margin-bottom: 10px;

    }

    .block-menu-section .menu-product-info .text p{

        font-size: 15px;

        margin-bottom: 15px;

    }

    .block-menu-section .menu-product {

        gap: 180px;

    }



    .block-menu-section .menu-product-image {

        height: 456px;

    }



    .block-menu-section .menu-product-gallery {

        gap: 40px;

        min-height: 450px;

    }



    .block-menu-section .gallery-item img {

        margin-bottom: 10px;

    }



    .block-menu-section .gallery-title {

        font-size: 18px;

    }



    .block-menu-section .gallery-subtitle {

        font-size: 14px;

    }

}



/* ===== ≤1200px ===== */

@media (max-width: 1200px) {

    .block-menu-section .menu-products-wrapper {

        padding: 0 5vw;

    }

    .block-menu-section .menu-product {

        gap: 50px;

    }

}



/* ===== ≤800px ===== */

@media (max-width: 800px) {

    .block-menu-section .menu-product {

        flex-direction: column-reverse !important;

    }



    .block-menu-section .gallery-item {

        flex: 1 1 calc(25% - 40px);

        min-height: 280px;

        min-width: 220px;

    }

}

