/* ===== Base ===== */
*
{
    font-family: 'Roboto Slab', serif;
    margin: 0;
    padding: 0;
}

input
{
    -webkit-appearance: none;
}

body
{
    background-color: lightgray;
    overflow-y: scroll;
}

.main
{
    margin: 0 2vw;
    margin-top: -40px;
    width: calc(100% - 4vw);
    background-color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0 0 10px -5px black;
}

.button
{
    padding: 15px 35px;
    color: white;
    background-color: #f391b3;
    outline: none;
    border: none;
    border-radius: 5px;
    box-shadow: 0 0 10px -5px black;
    text-decoration: none;
}

.button_section
{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ===== Header / Nav ===== */
.header_background
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid gray;
    box-shadow: 2px 0 10px -3px black;
    background-color: white;
    z-index: 1;
}

.header_background > .header_core
{
    width: 1366px;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_background > .header_core > .logo
{
    display: flex;
    align-items: center;
}

.header_background > .header_core > .logo img
{
    height: 75px;
}

.header_background > .header_core > .logo a
{
    color: black;
    text-decoration: none;
    letter-spacing: 1px;
}

.header_background > .header_core > .menu a:hover
{
    color: pink;
    text-shadow: 0 0 4px;
}

.header_background > .header_core > .menu a
{
    color: black;
    font-size: 80%;
    text-decoration: none;
    display: inline-block;
    margin: 0 15px;
}

.header_background > .header_core > .menu_portrait,
.header_background > .header_core > #menu_portrait_button
{
    display: none;
}

.menu-order-online
{
    font-weight: bold;
    color: maroon !important;
}

/* ===== Footer ===== */
.footer
{
    margin: 0 2vw;
    padding: 35px 0;
    width: calc(100% - 4vw);
    background-color: rgb(48, 48, 48);
    box-shadow: 0 0 10px -5px black;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    box-sizing: border-box;
}

.socialmedia
{
    display: flex;
    justify-content: center;
    align-items: center;
}

.socialmedia svg
{
    width: 30px;
    fill: white;
}

.socialmedia a
{
    margin: 0 15px 15px 15px;
}

/* ===== Slider ===== */
.slider
{
    width: 100%;
    height: 100vh;
}

.slider > .single_slide
{
    width: 100%;
    height: 100%;
    background: url("/assets/slider/dumpling.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider > .single_slide p
{
    text-align: center;
    font-size: 3.5rem;
    font-weight: bold;
    color: white;
    text-shadow: 0 0 1px black;
}

.slider > .single_slide span
{
    font-size: 1.5rem;
}

.slider_noimage
{
    margin-top: 35px;
    height: 30vh;
    min-height: 200px;
}

.slider > .single_slide_noimage
{
    background: linear-gradient(45deg, rgba(246,156,196,1) 0%, rgb(255,184,175) 100%);
}

.slider > .single_slide_home
{
    align-items: flex-end !important;
}

.slider > .single_slide_home p
{
    font-size: 2rem !important;
    color: black !important;
    margin-bottom: 50px !important;
    text-shadow: 1px 0 1px white, -1px 0 1px white, 0 1px 1px white, 0 -1px 1px white !important;
}

.slider > .single_slide_home span
{
    font-size: 1rem !important;
}

/* ===== Home page ===== */
.important_page
{
    width: 1366px;
    max-width: 100%;
    margin: 0 auto;
    padding: 75px 0;
}

.section_header
{
    text-align: center;
}

.section_header h1
{
    font-size: 2rem;
    margin-bottom: 25px;
}

.section_header h4,
.section_header .description_section
{
    font-weight: normal;
}

.cards
{
    padding: 50px 0 0 0;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-wrap: wrap;
}

.cards a,
.cards article
{
    color: black;
    text-decoration: none;
}

.cards svg
{
    height: 75px;
}

.cards > .single_card
{
    text-align: center;
    max-width: 300px;
    transition: transform .5s;
}

.cards > .single_card:hover
{
    transform: scale(1.1);
}

.cards > .single_card > .name
{
    font-weight: bold;
    font-size: 1.25rem;
    margin: 25px 0 15px 0;
}

.cards > .single_card > .description
{
    margin-top: 10px;
}

.find_us
{
    background: url("/assets/core/poland_flag.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    width: 100%;
    padding: 75px 0;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.find_us > .logo
{
    display: flex;
    align-items: center;
    padding: 5px;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.85);
}

.find_us > .logo img
{
    height: 150px;
    filter: drop-shadow(0 0 10px);
}

.find_us > .logo a
{
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 2.5rem;
    letter-spacing: 1px;
    text-shadow: 1px 0 1px black, -1px 0 1px black, 0 1px 1px black, 0 -1px 1px black;
}

.catering
{
    width: 1366px;
    max-width: 100%;
    margin: 0 auto;
    padding: 75px 0;
}

.catering_cards
{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.catering .catering_cards img
{
    width: 400px;
    max-width: 90%;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 5px 10px -3px grey;
    margin-bottom: 25px;
}

.contact_home
{
    width: 100%;
    margin: 0 auto;
    padding: 75px 0;
    background: url("/assets/core/dumpling.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    box-sizing: border-box;
}

.contact_home > .contact_info
{
    color: white;
}

.contact_home > .contact_info h2
{
    font-size: 2rem;
    margin-bottom: 25px;
    text-shadow: 0 0 4px black;
    color: white;
}

.contact_home > .contact_info h4,
.contact_home > .contact_info .contactSH
{
    text-shadow: 0 0 2px black;
    margin: 5px 0;
    font-weight: bold;
}

.contact_home > .contact_info p
{
    color: white;
    text-shadow: 0 0 2px black;
    margin-bottom: 20px;
}

.contact_home > .contact_info img
{
    border-radius: 10px;
}

/* ===== About us ===== */
.about_me
{
    width: 1366px;
    max-width: 100%;
    margin: 0 auto;
    padding: 75px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.about_me img
{
    height: 300px;
    border-radius: 5px;
    box-shadow: 0 2px 10px -5px black;
}

.about_me p
{
    margin: 0 50px;
    width: 500px;
}

.testimonial_header
{
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(45deg, rgba(246,156,196,1) 0%, rgb(255,184,175) 100%);
    color: white;
    text-shadow: 0 0 2px black;
    box-shadow: inset 0px 0 10px -5px black;
}

.testimonial
{
    width: 1366px;
    max-width: 100%;
    margin: 0 auto;
    padding: 75px 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.main_testimonial,
.other_testimonial
{
    width: 48%;
    min-width: 300px;
    box-shadow: 0 2px 10px -5px black;
    border-radius: 5px;
    overflow: hidden;
    height: 475px;
    border: 2px solid lightgray;
    user-select: none;
}

.testimonial_slider
{
    width: 100%;
    height: 75%;
    position: relative;
    background-color: rgba(255, 182, 193, 0.5);
    border-bottom: 4px solid pink;
}

.testimonial_slider_button
{
    position: absolute;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    width: 20px;
    padding: 0 10px 0 30px;
    fill: white;
}

.testimonial_slider_button:hover
{
    cursor: pointer;
}

.back
{
    left: 0;
}

.next
{
    right: 0;
}

.back:hover
{
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.25) 0%, rgb(0, 0, 0, 0) 100%);
}

.next:hover
{
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0, 0.25) 100%);
}

.testimonial_slider img
{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.testimonial_text
{
    height: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.testimonial_text > .testimonial_description
{
    font-size: 1.25rem;
}

.testimonial_text > .testimonial_description_2
{
    font-size: 0.75rem;
}

.testimonial_video
{
    width: 1366px;
    max-width: 100%;
    margin: 0 auto;
    padding: 75px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.testimonial_video video
{
    width: 720px;
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0 2px 10px -5px black;
}

/* ===== Menu page ===== */
.menu_page
{
    padding: 75px 0;
}

.menu_page img
{
    width: 1200px;
    max-width: 90%;
    margin: 10px auto;
    display: block;
    box-shadow: 0px 5px 10px -5px gray;
}

/* ===== Catering page ===== */
.catering_gallery
{
    width: 1366px;
    max-width: 100%;
    margin: 0 auto;
    padding: 75px 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.catering_gallery img
{
    height: 200px;
    object-fit: contain;
    margin-bottom: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 10px -3px grey;
}

/* ===== Contact page ===== */
.contact
{
    width: 100%;
    margin: 0 auto;
    padding: 75px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    box-sizing: border-box;
}

.contact > .contact_info
{
    color: rgb(50, 50, 50);
}

.contact > .contact_info h2
{
    font-size: 2rem;
    margin-bottom: 25px;
    color: black;
}

.contact > .contact_info h4
{
    margin: 5px 0;
}

.contact > .contact_info p
{
    margin-bottom: 20px;
}

.map
{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 75px;
}

.map iframe
{
    width: 80%;
    box-shadow: 0 2px 10px -3px black;
    border-radius: 10px;
}

.map h2
{
    font-size: 2rem;
    margin-bottom: 25px;
    color: black;
    width: 100%;
    text-align: center;
}

/* ===== Responsive (portrait) ===== */
@media (orientation: portrait)
{
    .slider > .single_slide p
    {
        font-size: 2.5rem;
    }

    .main
    {
        margin: 0;
        margin-top: -40px;
        width: 100%;
    }

    .cards
    {
        flex-direction: column;
        align-items: center;
    }

    .cards > .single_card
    {
        margin: 15px 0;
    }

    .find_us
    {
        flex-direction: column;
    }

    .find_us > .logo a
    {
        font-size: 2rem;
    }

    .contact
    {
        flex-direction: column;
        padding: 75px 25px;
    }

    .contact > .contact_info
    {
        text-align: center;
        margin-bottom: 50px;
    }

    .about_me p
    {
        margin: 25px 25px 0 25px;
        width: calc(100% - 50px);
    }

    .testimonial
    {
        padding: 75px 25px;
        flex-direction: column;
    }

    .main_testimonial
    {
        margin-bottom: 25px;
    }

    .main_testimonial,
    .other_testimonial
    {
        width: 100%;
        height: 350px;
    }

    .footer
    {
        margin: 0;
        width: 100%;
    }

    .catering_gallery img
    {
        height: unset;
        width: 90%;
    }

    .menu_landscape
    {
        display: none;
    }

    .menu_portrait
    {
        position: fixed;
        left: 0;
        top: 75px;
        width: 100%;
        flex-direction: column;
        align-items: center;
        background-color: white;
        box-shadow: 0 6px 10px -5px black;
    }

    .nav_active
    {
        display: flex !important;
    }

    .menu_portrait a
    {
        padding: 30px 0;
        text-align: center;
        width: 100%;
        border-top: 1px solid gray;
    }

    #menu_portrait_button
    {
        display: block !important;
        margin: 0 15px;
    }

    #menu_portrait_button svg
    {
        width: 1.5rem;
        fill: gray;
        filter: drop-shadow(0 0 2px black);
    }

    #menu_portrait_button svg:hover
    {
        cursor: pointer;
        fill: pink;
    }

    .slider_noimage
    {
        margin-top: 35px;
    }
}
