*{
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Fugaz One", Arial, Helvetica, sans-serif;
}
body{
    /* font-family: "Fraunces", Arial, Helvetica, sans-serif; */
    background-color:#F4FAFF;
    scroll-behavior: smooth;
    font-family: "Fugaz One", Arial, Helvetica, sans-serif;
}
nav {
    display: flex;
    justify-content: space-between;
    padding: 0px 10px;
    align-items: center;
    color: #2c6e49;
    h1 {
        
        font-size: 2rem;
    }
    #menu {
        gap: 20px;
        list-style: none;
        display: flex !important;
        a {
            font-size: 1.2rem;
            color: #2c6e49;
        }
    }
    #ham {
        display: none;
    }

    #ham:hover {
        cursor: pointer;
    }
}


.content{
    padding: 50px 0;
    text-align: center;
    z-index: 10;
}



.main-word{
    /* margin: auto; */
    display:grid;
    justify-self: center;
    justify-content: center;
    align-items: center;
    background-image: url("Vegetable_Background.png");
    background-size: cover;
    /* border-radius: 10px; */
    width: 100vw;
    height: 81vh;
    z-index: 5;    
}

.main-word img{
    display: flex;
    flex-direction: column;
   position: relative;
   justify-self: center;
   justify-content: center;
   align-items: center;
   height:fit-content;
   width:60vw;
   z-index: 0;
   background: none;
   border-radius: 25px;
}

.word img{
    position: relative;
   justify-self: center;
   justify-content: center;
   align-items: center;
}




.banner {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    background: #297045;
    padding: 10px 0;
}

.banner-track {
    display: flex;
    gap: 20px;
    width: max-content;
    animation: scroll 10s linear infinite;
}

.banner-item {
    img {
        max-height: 50px;
    }
    display: flex;
    padding: 10px 20px;
    background: #297045;
    color: white;
    font-size: 20px;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

/* Animation for infinite scrolling */
@keyframes scroll {
from {
    transform: translateX(0);
}
to {
    transform: translateX(-50%);
}
}

/* .imagecarousel:before,
.imagecarousel:after{
    position: absolute;
    top: 0;
    width: 250px;
    height: 100%;
    content: "";
    z-index: 2;
}

.imagecarousel:before{
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}

.imagecarousel:after{
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}
.imagecarousel:hover .image-slides {
    animation-play-state: paused;
  } */




.menu {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: "Fugaz One";
   
    
}


.menu-container{
    padding: 0;
    gap: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;  
    width: 45vw;
    height: fit-content;
    margin-top: 20px;
    background-color: #297045;
    border: 5px solid #297045;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    border-radius: 0px 10px 10px 0px;   
    transition: ease-in .5s;
   
}


.menu-container h1{
    text-align: center;
    
    font-size: 5vw;
    font-weight: 700;
    color: #f5f3ec;
}
.menu-container p {
    
    text-align: center;
    font-size: 1.5vw;
    font-weight: 400;
    padding: 10px 20px;
    color: #f5f3ec;
}

.menu-container a{
    text-align: center;
    font-weight: 700;
    font-size: 2.7vw;
    color: #F4FAFF;
    padding: 5px 10px;
    background-color: #2c6e49;
    border: 5px solid #F4FAFF;
    border-radius: 10px;
    text-decoration: none;
    margin-bottom: 10px;
}

.menu-container a:hover{
    background-color: #F4FAFF;
    color: #2c6e49;
    transition: ease-in-out .3s;
}


.menu img{
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    text-align: center;
    align-items: center;   
    width: 45vw;
    height: fit-content;
    margin-top: 20px;
    background-color: #2c6e49;
   
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    border-radius: 10px 0px 0px 10px;   
    
}

.story{
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.story img{
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    text-align: center;
    align-items: center;   
    width: 45vw;
    height: fit-content;
    margin-top: 20px;
    background-color: #2c6e49;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    border-radius: 10px 0px 0px 10px;
}

.story-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;  
    width: 45vw;
    height: fit-content;
    margin-top: 20px;
    background-color: #2c6e49;
    border: 5px solid #2c6e49;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    border-radius: 0px 10px 10px 0px;   

}

.story-container p {
   
    text-align: center;
    font-size: 1.8vw;
    font-weight: 400;
    padding: 10px 20px;
    color: #f5f3ec;
}

.story-container h1{
    text-align: center;
   
    font-size: 5vw;
    font-weight: 700;
    color: #f5f3ec;
}

.story a{
    text-align: center;
    font-weight: 700;
    font-size: 2.7vw;
    color: #F4FAFF;
    padding: 5px 10px;
    background-color: #2c6e49;
    border: 5px solid #F4FAFF;
    border-radius: 10px;
    text-decoration: none;
    margin-bottom: 10px;
}

.story a:hover{
    background-color: #F4FAFF;
    color: #2c6e49;
    transition: ease-in-out .3s;
    
}

.reservation{
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 30px;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: ease-in .5s;
}

.reservation-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;  
    width: 45vw;
    height: fit-content;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #2c6e49;
    border: 5px solid #2c6e49;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    border-radius: 0px 10px 10px 0px;    

}

.reservation-container p {
    
    text-align: center;
    font-size: 1.8vw;
    font-weight: 400;
    padding: 10px 20px;
    color: #f5f3ec;
}

.reservation-container h1{
    text-align: center;
    
    font-size: 5vw;
    font-weight: 700;
    color: #f5f3ec;
}

.reservation-container a{
    text-align: center;
    font-weight: 700;
    font-size: 2.7vw;
    color: #F4FAFF;
    padding: 5px 10px;
    background-color: #2c6e49;
    border: 5px solid #F4FAFF;
    border-radius: 10px;
    text-decoration: none;
    margin-bottom: 10px;
}

.reservation-container a:hover{
    background-color: #F4FAFF;
    color: #2c6e49;
    transition: ease-in-out .3s;
}

.reservation img{
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    text-align: center;
    align-items: center;   
    width: 45vw;
    height: fit-content;
    margin-top: 20px;
    background-color: #2c6e49;
    
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    border-radius: 10px 0px 0px 10px;
}

.spacer{
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
}

.spacer img{
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    text-align: center;
    align-items: center;   
    width: 91vw;
    height: 70vh;
    margin-top: 20px;
    background-color: #2c6e49;
    border: 7px solid #2c6e49;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    border-radius: 10px;
}

footer{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #2c6e49;
    color: #f5f3ec;
    height: 10vh;
}

footer a{
    color: #f5f3ec;
    font-size: 1.2vw;
    font-weight: 700;
    margin: 20px;
    text-decoration: none;

}

.contact{
    display: flex;
    flex-direction: column;
    
}

.contact h1{
    font-size: 1.4vw;
}

.contact a{
    font-size: 1.2vw;
}

.conatct a:hover{
    text-decoration: underline;
}

.location{
    display: flex;
    flex-direction: column;
    
}

.location h1{
    font-size: 1.4vw;
}

.location a{
    font-size: 1.2vw;
}

.location a:hover{
    text-decoration: underline;
}

/* phone */
@media only screen and (max-width: 767px) {
    #ham {
        background-color: #297045;
        color: #297045;
        display: flex !important;
        background: none;
        border: none;
        z-index: 100;
        overflow-y: hidden;
        flex-direction: column;
        gap: 6px;
        span {
            background-color:#297045;
            width: 40px;
            height: 8px;
            border-radius: 10px;
        }       
    }

    #ham.active {
        
        gap: 0;
        span:nth-child(1) {
            
            transform: rotateZ(45deg) translateY(3px);
        }
        span:nth-child(2) {
           
            transform: rotateZ(-45deg) translateY(-3px);
        }
    }

    #menu {
    z-index: 99;
    position: absolute;
    top: -150vh;
    left: 0;
    background-color: #F4FAFF;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 20px;
        li {
            margin: 0 20px 0 0;
            overflow-y: hidden;
            
            a {
                text-decoration: none;
                font-size: 3.5rem;
                font-weight: 600;
                color: #2c6e49;
            }
            a:hover{
                text-decoration: underline;
                transition: ease-in-out .3s;
            }
        }
    }

    #menu.active {
        color: #F4FAFF;
        top: 0;
        z-index: 99;
    }

    .main-word{
        /* margin: auto; */
        display:grid;
        justify-self: center;
        justify-content: center;
        align-items: center;
        background-image: url("Vegetable_Background.png");
        background-size: cover;
        /* border-radius: 10px; */
        width: 100vw;
        height: 85vh;
        z-index: 5;    
    }
    .menu {
        margin-top: 20px;
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 0;
        justify-content: center;
        align-items: center;
        text-align: center;
        
       
        
    }
    .menu-container{
        padding: 0;
        gap: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        align-items: center;  
        width: 80vw;
        height: fit-content;
        margin-top: 0;
        background-color: #2c6e49;
        border: 5px solid #2c6e49;
        box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
        border-radius: 0px 0px 10px 10px;   
        transition: ease-in .5s;
       
    }
    .menu-container p {
    
        text-align: center;
        font-size: 2.5vw;
        font-weight: 400;
        
        color: #f5f3ec;
    }
    .menu-container h1{
        font-size: 5.5vw;
    }

    .menu-container a{
        border: 3px solid #F4FAFF;
        border-radius: 5px;
    }
    .menu img{
        display: flex;
        flex-direction: column;
        position: relative;
        justify-content: center;
        text-align: center;
        align-items: center;   
        width: 80vw;
        
        margin: 0;
        background-color: #2c6e49;
       
        box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
        border-radius: 10px 10px 0px 0px;   
        
    }
  

  .story{
    margin-top: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.story img{
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    text-align: center;
    align-items: center;   
    width: 80vw;
    height: fit-content;
    
    background-color: #2c6e49;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    border-radius: 10px 10px 0px 0px;
}

.story-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;  
    width: 80vw;
    margin: 0;
    gap: 0;
    height: fit-content;
    background-color: #2c6e49;
    border: 5px solid #2c6e49;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    border-radius: 0px 0px 10px 10px;   

}
.story-container p {
   
    text-align: center;
    font-size: 2.5vw;
    font-weight: 400;
    padding: 20px 40px;
    color: #f5f3ec;
}

.story-container h1{
    font-size: 5.5vw;
}

.story-container a{
    border: 3px solid #F4FAFF;
    border-radius: 5px;
}
.reservation{
    position: relative;
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: ease-in .5s;
    margin: 0;
    gap: 0;
    margin-bottom: 30px;
}

.reservation-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;  
    width: 80vw;
    height: fit-content;
    
    background-color: #2c6e49;
    margin: 0;
    gap: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    border-radius: 0px 0px 10px 10px;    

}
.reservation img{
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    text-align: center;
    align-items: center;   
    width: 80vw;
    height: fit-content;
   
    background-color: #2c6e49;
   
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    border-radius: 10px 10px 0px 0px;
}

.reservation-container p {
    
    text-align: center;
    font-size: 2.5vw;
    font-weight: 400;
    padding: 20px 40px;
    color: #f5f3ec;
}

.reservation-container h1{
    text-align: center;
    
    font-size: 5.5vw;
    font-weight: 700;
    color: #f5f3ec;
}

.reservation-container a{
    border: 3px solid #F4FAFF;
    border-radius: 5px;
}
footer{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #2c6e49;
    color: #f5f3ec;
    height: 5vh;
}

footer a{
    color: #f5f3ec;
    font-size: .3rem;
    font-weight: 300;
    margin: 10px;
    text-decoration: none;

}
}
  /* tablet */
  @media only screen and (max-width: 1023px) {

  }
 
