@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@300..900&family=Gloock&display=swap');

/*general*/
html {
    scroll-behavior: smooth;
    align-items: center;
    scroll-padding-top: 75px;
}

body {
    width: 100vw;
    margin: 0px;
    background-color: #141414;
    color: #F6E1C6;
}

.container {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

h1 {
    font-family: "Gloock", serif;
    font-size: 162px;
    font-style: normal;
    font-weight: 400;
    color: #F6E1C6;
    text-align: center;
    margin: 0px;
    margin-top: -35px;
}

h2 {
    font-family: "Gloock", serif;
    font-weight: 400;
    font-style: normal;
    color: #F6E1C6;
    text-align: center;
    font-size: 48px;
    line-height: normal;
    margin: 0px;
}

h3 {
    color: #F6E1C6;
    text-align: center;
    font-family: Figtree, sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.6px;
    margin: 0px;
}

h4 {
    color: #F6E1C6;
    text-align: center;
    font-family: Figtree, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.6px;
    margin: 0px;
}

p {
    color: #F6E1C6;
    font-family: Figtree, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin: 0px;
}

.container {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.section {
    padding: 100px;
}

.button:link {
    display: inline-block;
    padding: 10px 15px;
    background: #FF5E16;
    border-radius: 10px;
    text-decoration: none;
    border: 0px;

    color: #141414;
    text-align: center;
    font-family: Figtree, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.6px;
    margin: 0px;
}

.button:visited {
    text-decoration: none;
    color: #141414;
}

.button:hover {
    cursor: pointer;
    background-color: #FFC299;
}

.button:active {
    background: #FF5E16;
}

a {
    color: inherit;
    text-decoration: none;
}

a:visited,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    color: inherit;
}

svg {
    fill: #F6E1C6;
}

svg:visited {
    fill: #F6E1C6;
}

svg:hover {
    fill: #FF5E16;
}

svg:active {
    fill: #F6E1C6;
}

/*nav*/

#nav {
    display: flex;
    background-color: #141414;
    padding: 20px 50px;
    width: 100%;
    position: fixed;
    z-index: 999;
    justify-content: space-between;
    box-sizing: border-box;

    img {
        height: 35px;
        width: auto;
    }

    svg {
        height: 35px;
        width: auto;
    }

    a {
        display: flex;
        align-items: center;
    }

    ul {
        display: flex;
        align-items: center;
        gap: 40px;
        list-style-type: none;
        padding: 0px;

        li {
            margin: 0px;
            padding: 0px;
            color: #F6E1C6;
            font-family: Figtree, sans-serif;
            font-size: 16px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            letter-spacing: 2.6px;

            a:link {
                display: inline-block;
                color: #F6E1C6;
                padding: 5px 5px;
                text-decoration: none;
                font-weight: bold;
                border-bottom: 2px solid transparent;
            }

            a:visited {
                color: #F6E1C6;
            }

            a:hover {
                color: #F6E1C6;
                border-bottom: 2px solid #F6E1C6;
            }

            a:active {
                color: #F6E1C6;
            }
        }


    }
}

/*f my life
#nav a {
    svg {
        color: #F6E1C6;
        height: 50px;
        width: 50px;

        a:visited {
            color: #F6E1C6;
        }

        a:hover {
            fill: #FF5E16;
        }

        a:active {
            color: #F6E1C6;
        }
    }
}

/*header*/
#header {
    background-image: url("../images/homepage.jpeg");
    background-color: rgba(0, 0, 0, 0.60);
    background-blend-mode: overlay;
    background-position: center;
    background-size: cover;
    padding-top: 75px;

    display: flex;
    height: 753px;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: relative;

    a:link {
        position: absolute;
        bottom: 50px;
    }
}

.header_logo {
    width: 365px;
    flex-shrink: 0;
    background-position: center;
    background-size: cover;
}

.header_text {
    display: flex;
    width: 442px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.name_pronunciation {
    color: #F6E1C6;
    text-align: center;
    font-family: Gloock;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.down_arrow {
    width: 50px;
}

/*menu*/

#menu {
    display: flex;
    align-items: center;
    align-self: stretch;

    .menu_image {
        height: 500px;
        width: 50%;
        background-image: url("../images/menu.jpeg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .section_text {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        background-color: #141414;
        height: 500px;
        width: 50%;
        justify-content: center;

        .menu_text {
            display: flex;
            flex-direction: column;
            gap: 20px;
            align-items: flex-start;
            max-width: 360px;
        }
    }
}

/*order online*/

#order_online {
    display: flex;
    align-items: center;
    align-self: stretch;

    .order_online_image {
        height: 500px;
        width: 50%;
        background-image: url("../images/order_online.jpeg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .section_text {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        background-color: #141414;
        height: 500px;
        width: 50%;
        justify-content: center;

        .order_online_text {
            display: flex;
            flex-direction: column;
            gap: 20px;
            align-items: flex-start;
            max-width: 360px;
        }
    }
}

/*reservations*/

#reservations {
    display: flex;
    align-items: center;
    align-self: stretch;

    .reservations_image {
        height: 500px;
        width: 50%;
        background-image: url("../images/reservations.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .section_text {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        background-color: #141414;
        height: 500px;
        width: 50%;
        justify-content: center;

        .reservations_text {
            display: flex;
            flex-direction: column;
            gap: 20px;
            align-items: flex-start;
            max-width: 360px;
        }
    }
}

/*our story*/

#our_story {
    background-image: url("../images/our_story.png");
    background-color: rgba(0, 0, 0, 0.60);
    background-blend-mode: overlay;
    background-position: center;
    background-size: cover;
    padding: 150px;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 150px;

    .kahel_logo_orange {
        width: 365px;
        flex-shrink: 0;
        background-position: center;
        background-size: cover;
    }

    h3 {
        color: #FF5E16;
    }

    .our_story_text {
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
        max-width: 660px;
    }

    .our_story_paragraph {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
}

/*footer*/
#footer {
    display: flex;
    padding: 100px 100px 50px 100px;
    flex-direction: column;
    align-items: center;
    gap: 70px;
}

#footer ul {
    list-style-type: none;
    display: flex;
    gap: 10px;
    flex-direction: column;
    font-family: Figtree, sans-serif;
    padding: 0px;
    margin: 0px;
}

#footer ul li {
    margin: 0px;
    padding: 0px;

    a:link {
        border-bottom: 2px solid transparent;
    }
}

#footer ul li a:link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

#footer ul li a:visited {
    color: #F6E1C6
}

#footer ul li a:hover {
    color: #F6E1C6;
    border-bottom: 2px solid #F6E1C6;
}

#footer ul li a:active {
    color: #F6E1C6;
}

.footer_content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1440px;
    gap: 100px;
}

.footer_column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    flex-shrink: 0;
}

.follow_us_list {
    display: flex;
    gap: 10px;
}

.follow_us_icon svg {
    height: 25px;
    width: auto;
}

.follow_us_icon svg:link {
    fill: #F6E1C6;
}

.follow_us_icon svg:visited {
    fill: #F6E1C6;
}

.follow_us_icon svg:hover {
    fill: #FF5E16;
}

.follow_us_icon svg:active {
    fill: #F6E1C6;
}

/*
svg {
    fill: #F6E1C6;
    height: 25px;
    width: auto;
}

svg:hover {
    fill: #FF5E16;
}
*/

.footer_icon {
    height: 25px;
}

.contact {
    display: flex;
    gap: 10px;
}

.footer_hours {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.map_image {
    width: 230px;
}

/*
.footer_list {
    display: flex;
    width: 131px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    flex-shrink: 0;
}
*/

.footer_logo {
    width: 90px;
    height: auto;
}

.copyright {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

/* End of Desktop CSS */

@media screen and (max-width: 480px) {

    /* Global */
    html {
        font-size: 12px;
    }

    p {
        font-size: 12px;
        line-height: 18px;
    }

    h1 {
        font-size: 75px;
        margin-top: -10px;
    }

    h2 {
        font-size: 40px;
    }

    h3 {
        font-size: 16px;
    }

    h4 {
        
    }

    .button:link {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 5px;
    }

    /*nav*/
    #nav {
        padding: 10px 25px;

        .nav_sandwich_menu {
            display: block;
            width: 20px;
            height: auto;
        }

        svg {
            width: 20px;
            height: auto;
        }
    }

    .logo {
        width: 50px;
        height: 50px;
    }

    .nav_links {
        display: none;
    }

    .order_button:link {
        display: none;
    }

    /*header*/

    #header {
        height: 500px;
        padding-top: 50.4px;

        .header_text {
            .header_logo {
                width: 90px;
            }
        }

    }

    .header_logo {
        width: 150px;
        height: auto;
    }

    .name_pronunciation {
        font-size: 12px;
    }

    .down_arrow {
        width: 25px;
    }


    /*menu*/

    #menu {
        display: flex;
        flex-direction: column;

        .menu_image {
            height: 250px;
            width: 100%;
        }

        .section_text {
            height: 250px;
        }
    }

    /*order online*/


    #order_online {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        align-self: stretch;

        /*
        .order_online_image {
            height: 250px;
            width: 100%;
        }

        .section_text {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 20px;
            background-color: #141414;
            height: 250px;
            width: 100%;
            justify-content: center;

            .order_online_text {
                display: flex;
                flex-direction: column;
                gap: 20px;
                align-items: flex-start;
                max-width: 360px;
            }
        }
        */

        .order_online_image {
            height: 250px;
            width: 100%;
        }

        .section_text {
            height: 250px;
            justify-content: center;
            width: 100%;
        }
    }

    /*reservations*/

    #reservations {
        display: flex;
        flex-direction: column;

        .reservations_image {
            height: 250px;
            width: 100%;
        }

        .section_text {
            height: 250px;
        }
    }

    /*our story*/

    #our_story {
        padding: 45px;
        flex-direction: column;
        gap: 25px;
        align-items: flex-start;

        .kahel_logo_orange {
            width: 150px;
        }
    }


    /*footer*/

    #footer {
        padding: 50px 50px 50px 50px;
        gap: 50px;
    }

    .footer_content {
        flex-direction: column;
        gap: 30px;
    }

    .footer_column {
        gap: 10px;
    }

    .contact {
        align-items: center;
    }

    #footer ul {
        gap: 5px;
    }

    .footer_hours {
        gap: 5px;
    }
}