:root {
    --yellow: #f6d365;
    --black: #333333;
    --white: #ffffff;
}

body {
    
    .kanit-light {
        font-family: "Kanit", sans-serif;
        font-weight: 300;
        font-style: normal;
      }
      
      .kanit-regular {
        font-family: "Kanit", sans-serif;
        font-weight: 400;
        font-style: normal;
      }
      
      .kanit-bold {
        font-family: "Kanit", sans-serif;
        font-weight: 700;
        font-style: normal;
      }
      
}

* { 
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

.container {
    max-width: 1320px;
    margin: 0 auto;
}

.hamburger {
    color: var(--white);
    font-size: 1.5rem;
    cursor: pointer;
    position: absolute;
    right: 0%;
}

/* Header section */
header{
    height: 800px;
    background: url("../img/infinite-loop-01.jpg");
    background-repeat: no-repeat;
    background-size: cover;

    nav {
        margin: 0 2rem;

        .nav-wrapper {
            position: relative;
            height: 200px;
            display: flex;
            justify-content: space-between;
            align-items: center;

            .logo {
                max-width: 200px;
                width: 100%;
                height: auto;
            }

            .menu {
                display: flex;
                list-style: none;

                li {
                    margin-left: 50px;

                    a {
                        color: var(--white);
                        text-decoration: none;
                    }
                }
            }
        }
    }

    @media screen and (min-width: 768px) {
        .hamburger {
            display: none;
        }
    }

    @media screen and (max-width: 768px) {
        height: auto;
        padding: 3rem 0;

        nav {

            .nav-wrapper {
                flex-direction: column;
                align-items: start;
                margin: 3rem 0;
                height: auto;

                .menu.show {
                    display: flex;
                }

                .menu {
                    display: none;
                    flex-direction: column;

                    li {
                        margin-left: 0;
                        margin-top: 2rem;
                    }
                }
            }
        }
    }

    .discount-title {
        .discount-title-wrapper {
            padding: 6rem 0;
            color: var(--white);
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;

            .discount-title-box {
                width: 80rem;
                margin: 0.625rem;
                

                h1 {
                    font-size: clamp(2rem, 10vw, 6.875rem);
                    text-transform: uppercase;
                }

                p {
                    font-size: clamp(1rem, 10vw, 1.875rem);
                }

                .discount-btn {
                    background: var(--yellow);
                    color: var(--black);
                    max-width: 250px;
                    width: 100%;
                    height: 65px;
                    display: inline-flex;
                    justify-content: center;
                    align-items: center;
                    text-transform: uppercase;
                    font-weight: bold;
                    text-decoration: none;
                    border-radius: 5px;
                    margin-top: 60px;
                }
            }
        }
    }
}
/* poppular Menu section */

.popular-menu {
    background: url("img/");
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
    color: var(--black);
    overflow: hidden;

    .popular-menu-title {
        margin: 3rem 0;
        text-align: center;

        h2 {
            font-size: clamp(3rem, 10vw, 3.875rem);
            text-transform: uppercase;
        }

    }

    .popular-menu-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap : 3rem;

        .popular-menu-item {
            text-align: center;

            img {
                width: 100%;;
            }

            h3 {
                font-size: clamp(1rem, 10vw, 2rem);
                margin: 1rem 0;
            }

            p {
                font-size: clamp(1rem, 10vw, 1.25rem);
            }

            .discount-btn {
                background: var(--yellow);
                color: var(--black);
                max-width: 180px;
                width: 100%;
                height: 50px;
                display: inline-flex;
                justify-content: center;
                align-items: center;
                text-transform: uppercase;
                font-weight: bold;
                text-decoration: none;
                border-radius: 5px;
                margin-top: 10px;
            }

        }
    }

    @media screen and (max-width: 768px) {
        height: auto;
        padding: 3rem 0;
    }
}


/*Stats section*/

.stats {
    background: url("../img/Background5.png");
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--white);
    height: 800px;
    overflow: hidden;

    .stats-title {
        text-align: center;
        margin-top: 3rem;

        h2 {
            font-size: clamp(2rem, 10vw, 4rem);
            text-transform: uppercase;
        }

        p {
            font-size: clamp(1rem, 10vw, 1.875rem);
            margin: 0.5rem 0;
            color: #f6d365;
        }
    }

    .stats-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 5rem;
        text-align: center;
        margin-top: 4rem;
    }
}




/*Win About 1*/


.satay {
    background: url("../img/");
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
    color: var(--black);

    .satay-wrapper {
        display: flex;
        align-items: center;
        height: 800px;

        .satay-box {
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 100%;

            .satay-info {
                max-width: 800px;
                width: 100%;
                padding: auto;

                

               h2 {
                    font-size: clamp(2rem, 10vw, 3.625rem);
                    text-transform: uppercase;
               }

                p {
                    font-size: clamp(2rem, 10vw, 1.5rem);
                    margin: 2rem 0;
                }
                
            }

            .satay-img {
                img {
                    width: 100% ;
                }
            }
        }
    }

    @media screen and (max-width: 768px) {
        height: auto;
        
        .satay-wrapper {
            height: auto;

            .satay-box {
                flex-direction: column;
                padding: 3rem 0;
            }
        }
    }
}




/* Win Smart Plate*/

.chef {
    height: 800px;
    background: url("../img/Background3.png");
    background-repeat: no-repeat;
    background-size: cover;

    .chef-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 800px;
        text-align: center;

        .chef-info {

            img {
                max-width: 400px;
                width: 100%;
            }

            p {
                font-size: clamp(1rem, 10vw, 3rem);
                margin-top: 1rem;
                color: var(--white);
            }

            h2 {
                font-size: clamp(1rem, 10vw, 3rem);
                color: var(--white);
                
            }
        }
    }
}

/* About Win Smart Plate */

.chicken {
    background: url("");
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;

    .chicken-wrapper {
        display: flex;
        align-items: center;
        height: 800px;

        .chicken-box {
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 100%;

            .chicken-img {
                img {
                    width: 100%;
                }
            }

            .chicken-info {
                max-width: 580px;
                width: 100%;
                color: var(--black);
                padding: 1rem;

                h2 {
                    font-size: clamp(2rem, 10vw, 3.625rem);
                    text-transform: uppercase;
                }

                p {
                    font-size: clamp(2rem, 10vw, 1.5rem);
                    margin: 2rem 0;
                }
            }
        }
    }

    @media screen and (max-width: 768px) {
        height: auto;
        
        .chicken-wrapper {
            height: auto;

            .chicken-box {
                padding: 3rem 0;
                flex-direction: column;
            }
        }
    }
}



/* Footer section */

footer {
    height: 500px;
    background-color: #000000;

    .footer-wrapper {
        height: 500px;
        display: flex;
        align-items: center;

        .footer-grid {
            width: 100%;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 3rem; 
            color: var(--white);
            font-weight: bold;

            .footer-grid-item {
                margin: 1rem;
                
                h4 {
                    font-size: clamp(1rem, 10vw, 2.5rem);
                    margin-bottom: 1rem;
                    font-weight: 300;
                    
                }

                a {
                    color: var(--white);
                    font-weight: bold;
                }

                ul {
                    list-style: none;

                    li {
                        margin-top: 1rem;

                        a {
                            text-decoration: none;
                        }
                    }
                }

                &:nth-child(1) {
                    ul {
                        display: flex;

                        li {
                            margin-top: 1rem;
                            margin-right: 1rem;
                        }
                    }
                }
            }
        }
    }

    @media screen and (max-width: 768px) {
        height: auto;
        padding: 3rem 0;

        .footer-wrapper {
            height: auto;
        }
        
    }
}
