@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Poetsen+One&display=swap');


/* Author: Yap Jia Cheng */
*{
    box-sizing: border-box;
    margin: 0;
    text-decoration: none;
    text-transform: capitalize;
    transition: .2s linear;
}



body{
    background-color: #181818;
    color: #F6F6EC;
}

ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

li{
    padding: 4px;
}


h1{
    font-size: 6em;
    font-family: "Berkshire Swash", serif;
    font-weight: 100;
}

h2{
    font-size: 5em;
    font-family: "Berkshire Swash", serif;
    font-weight: 100;
}

h3{
    font-size:2em;
    font-family: 'Faustina', serif;
    color: #F6F6EC;
}

a{
    font-size: 1.5em;
    font-family: 'Faustina', serif;
    text-decoration: none;
    color: #F6F6EC;
    transition: .3s;
}

a:hover{
    transform: scale(1.1);
    filter: brightness(50%);
}


p{
    font-size: 1.7em;
    font-family: "Cormorant Garamond", serif;
}


.image_background{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 5px 10px 0 #00000055, 0 10px 30px 0 #00000088;
}

/* navigation */

nav{
    position: fixed;
    top: 0;
    z-index: 3;
    height: 130px;
    width: 100%;
    background-color: #000000A0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
}

nav a{
    margin: 25px;
}

nav img:hover{
    filter: brightness(80%);
}

/* footer */

footer{
    height: auto;
    width: 100%;
    padding: 10vh 10vw 5vh 10vw;
    background-color: black;
    box-shadow: 0 5px 10px 0 #ffffff55, 0 10px 30px 0 #ffffff20;
}

footer h3{
    margin-bottom: 15px;
}

.footer_structure{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #f6f6ec7b;
    
}

.footer_left, .footer_middle{
    width: 30%;
    height: 100%;
    padding-bottom: 10vh;
    text-align: left;
}

.footer_right{
    width: auto;
    height: 100%;
    padding-bottom: 10vh;
    text-align: left;
}



.footer_copyright{
    font-size: .8em;
    text-align: center;
}

footer p{
    color:#F6F6ECCC;
    padding-top: 10px;
    font-family: 'Faustina', sans-serif;
}

.footer_right a{
    font-size: 1em;
    color:#F6F6ECCC;
    padding-top: 10px;
    font-family: 'Faustina', sans-serif;
}

.material-symbols-outlined{
    vertical-align: middle;
}

footer img{
    padding: 20px 20px 0 0;
}

.footer_middle img:hover{
    transform: scale(1.05);
    filter: brightness(80%);
}
/* hidden side navigation */

.sidenav {
    height: 100vh;
    width: 250px;
    position: fixed;
    z-index: 4;
    top: 0;
    left: -250px;
    background-color:rgb(10, 10, 10);
    transition: .5s;
    padding: 20px;
    display: none;
    
  }

.sidenav ul{
  padding: 10vh 20px;
}

  .sidenav li{
    padding: 15px;
    width: 140px;
  }

  .sidenav .sideBarButton{
    margin: 0;
  }

  .sideBarButton{
    height: 50px;
    width: 50px;
    font-size: 1.5em;
    background-color: #3C3C3C; /* Green */
    border: none;
    border-radius: 5px;
    color: #F6F6EC;
    text-align: center;
    display: none;
    margin: 20px;
    cursor: pointer;
}

.sideBarButton:hover{
    transform: scale(1.1);
    filter: brightness(80%);
}

/* home page */

.main_introduction{
    float: left;
    flex-direction: column;
    padding-top: 35vh;
    padding-left: 10%;
    padding-right: 20%;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
}

.main_introduction h1{
    padding-left: 10%;
}

main{
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}

.aside_image_on_left{
    width: 100%;
    height: auto;
    padding: 150px 20%;
    display: flex;
    justify-content: center;
    
}

.aside_right{
    flex-grow: 1;
    position: relative;
    min-width: 400px;
    padding-left: 60px;
}

.aside_image_on_right{
    width: 100%;
    height: auto;
    padding: 150px 20%;
    display: flex;
    justify-content: center;
    background-color: #101010;
}

.aside_left{
    flex-grow: 1;
    position: relative;
    min-width: 400px;
    padding-right: 60px;
    padding-bottom: 150px;
}

.article_image1{
    width: 500px;
}

.article_image2{
    width: 400px;
    box-shadow: 0 5px 10px 0 #00000055, 0 10px 30px 0 #00000020;
}

.multi_function_button{
    position: absolute;
    padding: 20px;
    margin: 20px;
    font-size: 1.3em;
    font-family: 'Faustina', serif;
    border-radius: 3px;
    background-color: #606060;
    right: 60px;
    bottom: 40px;
}

.multi_function_button:hover{
    filter: brightness(60%);
    transform: scale(1.05);
    transition: 1s;
}

#restaurant_seat_image{
    position: relative;
    width: 70%;
    padding-bottom: 150px;
    margin: 150px 15%;
}

#restaurant_seat_image img{
    width: 100%;
    box-shadow: 0 5px 10px 0 #00000055, 0 10px 30px 0 #00000020;
}


/* other page style */
.page_title{
    margin-top: 130px;
    padding: 0;
    width: 100%;
    height: 40vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


/* menu page */

.menu_structure{
    display: block;
    width: 100%;
    height: auto;
    padding-left: 320px;
    margin-top: 130px;
}

.side_menu{
    height: 100%;
    width: 320px;
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 130px;
    padding: 60px;
    background-color: black;
    transition: .8s;
    box-shadow: 0 1px 5px 0 #77777755, 0 6px 20px 0 #77777730;
    z-index: 2;
}


.side_menu h3{
    padding-bottom: 10px;
    border-bottom: 1px solid #f6f6ec7b;
}

.menu_image_background{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 40vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.menu_content{
    width:100%;
}


/* food poster slider at menu page */
.carousel_food{
    position: relative;
    width: 100%;
    padding: 100px 10%;
    margin: auto;
    overflow: hidden;
    background-color: #202020;
}
.carousel_food img{
    width: 100%;
    display: none;
    
}

img.displaySlide{
    display: block;
    animation: changePage;
    animation-duration: .8s;
}

@keyframes changePage{
    from {opacity: .2;}
    to {opacity: 1;}
}

.slides{
    box-shadow: 0 5px 10px 0 #00000055, 0 10px 30px 0 #00000088;
}

.carousel_food button{
    width: 50px;
    height: 100px;
    position: absolute;
    border: none;
    background-color: #000000BB;
    color:#f6f6ecaa;
    font-size: 2em;
    top: 50%;  
    transform: translateY(-50%);
    cursor: pointer;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    z-index: 1;
    flex-direction: column;
    justify-content: center;
}

.carousel_food button:hover
{
    background-color: #000000;
    color:white;
}

.carousel_btn_previous{
    left: 3%;
}

.carousel_btn_next{
    right: 3%;
}



/* sub menu style */

.sub_menu_structure{
    display: block;
    width: 100%;
    height: auto;
    margin-top: 130px;
}

.sub_menu_image_background{
    width: 100%;
    height: 40vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#sub_menu_content_flex{
    width: 100%;
    padding: 150px 15%;
    display: flex;
    justify-content: center;
    background-color: #0F0F15;
}

#sub_menu_content_block{
    width: 100%;
    padding: 150px 15%;
    display: block;
    background-color: #0F0F15;
}

.back_menu_button{
    width: 150px;
    height: 70px;
    font-size: 1.1em;
    font-family: 'Faustina', serif;
    border-radius: 10px;
    background-color: #606060;
    float: right;
}

.back_menu_button:hover{
    filter: brightness(60%);
    transform: scale(1.05);
    transition: .5s;
}

.back_menu_button a:hover{
    filter: brightness(100%);
}

.button_container{
    width: 100%;
}

/* pizza */

#pizza_menu{
    width: 100%;
    max-width: 1000px;
    display: block;
}

.pizza_container1{
    width: 100%;
    height: 400px;
    padding: 50px;
    margin-bottom: 80px;
    display: flex;
    background-color: #202020;
    border-radius: 15px;
    box-shadow: 0 1px 5px 0 #FFFFFF55, 0 6px 20px 0 #FFFFFF30;
}

.pizza_container2{
    width: 100%;
    height: 400px;
    padding: 50px;
    margin-bottom: 80px;
    display: flex;
    background-color: #303030;
    border-radius: 15px;
    box-shadow: 0 1px 5px 0 #FFFFFF55, 0 6px 20px 0 #FFFFFF30;
}

.pizza_image{
    width: 300px;
    height: 100%;
}

.pizza_image img{
    width: 300px;
    height: 300px;
    transition: 1s ease-in-out;
}

.pizza_image img:hover{
    transform: scale(1.05) rotate(10deg);
}

.pizza_description{
    flex-grow: 1;
    height: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Author: Tan Hong Yu */

/* our place page */
.ourplace{
    width: 100%;
    padding: 200px 15%;
}

.place{
    width: 80%; 
    margin: 0 auto; 
    border: 2px solid white; 
    border-style: double;
    border-top-left-radius: 25px;
    border-top-right-radius:25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    padding: 30px; 
    margin-top:50px;
}

.place img{
    width: 8%;
    height: 8%;
}
.address{text-align: left;}
.mapimg{text-align: right;}

.mapimage{
    position: relative;
    width: 100%;
    border: 5px solid white; /* Add a white border around the image */
    display: block;
    margin: auto; /* To center the image horizontally */
    margin-bottom: 100px;
}

.mapimage img{
    width: 100%;
}

#hotspot1{
    position: absolute;
    left: 53.42%;
    top: 34.16%;
    height: 10.8%;
    width: 5.4%;
}

#hotspot2{
    position: absolute;
    left: 56%;
    top: 10.83%;
    height: 10.8%;
    width: 5.4%;
}

#hotspot3{
    position: absolute;
    left: 66.28%;
    top: 34.16%;
    height: 10.8%;
    width: 5.4%;
}

#hotspot4{
    position: absolute;
    left: 62.28%;
    top: 65.83%;
    height: 10.8%;
    width: 5.4%;
}

#hotspot5{
    position: absolute;
    left: 11.42%;
    top: 71.25%;
    height: 10.8%;
    width: 5.4%;
}

/* ice cream */

.image-container {
    display: flex; /* Display images side by side */
    flex-wrap: wrap; /* Allow images go to  to the next line if they exceed the container width */
    justify-content: center;
    gap: 10px; /* Add space between images */
}

.ice_cream_container {
    position: relative;
    width: 350px;
    max-width: 350px;
}
  
.image {
    display: block;
    width: 350px;;
    height:350px;
}

.overlay 
{
    position: absolute; 
    bottom: 0; 
    width: 100%;
    transition: .7s ease;
    opacity:0;
    color: white;
    font-size: 20px;
    
    text-align: center;
}

.container:hover .overlay {
    opacity: 1;	
}


/* cake */
.cake img {
    border: 2px double white;
    border-width: 5px; /* Add a border of 2 pixels white */
    box-sizing: border-box; /*  border size is included in the total width and height of the imags */
    margin-right: 20px;
    margin-bottom: 20px;
    transition: transform 0.3s ease;

}
.cake{display: flex; 
    flex-wrap: wrap;    
    justify-content: center;
    margin-bottom: 50px;}

.cake img:hover {
    transform: rotate(1deg); 
    animation: shake 0.5s infinite alternate;}

@keyframes shake {
     0% {
        transform: rotate(3deg);
    }
    100% {
        transform: rotate(-3deg);
    }
 }






/* Author: Tan Lip Xin */


.form_background{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    background-color: #0F0F15;
    padding: 100px 20%;
}

.col-50{
    text-align: left;
    width: 50%;
}

.col-100{
    text-align: left;
    width: 100%;
}
.input_title{
    font-size: larger;
    padding: 30px;
}

label{
    font-size: 1.5em;
    font-family: 'Faustina', serif;
}

input, select, .comment{
    width: 100%;
    height: 60px;
    padding: 10px 20px;
    font-size: 1.2em;
    border-radius: 4px;
    font-family: 'Faustina', serif;
}

textarea{
    min-height: 40px;
}

#BookingSubmitted{
    width: 150px;
    height: 70px;
    margin: 30px;
    font-size: 1.5em;
    font-family: 'Faustina', serif;
    border-radius: 10px;
    background-color: #606060;
    color: #F6F6EC;
}

#BookingSubmitted:hover{
    filter: brightness(60%);
    transform: scale(1.05);
    transition: .5s;
}



/* burger */

.BurgerMenu{
    display: block;
    width: 100%;
    background-color: darkslategrey;
    margin-bottom: 100px;

}
.Burger1{
    background-color: lightgray;
    width: 100%;
    display: flex;
    padding: 20px 30px;
    color: darkslategray;
}
.Burger2{
    background-color: darkgray;
    width: 100%;
    display: flex;
    padding: 20px 30px;
    color: darkslategray;
}
.BurgerImg img{
    width: 150px;
    height: 130px;
    padding-left: 10px;
}
.BurgerDesc{
    width: 600px;
    height: 130px;
    font-size: normal;
    padding-left: 75px;
    padding-bottom: 10px;
}
.BurgerDesc h3{
    font-size: x-large;
    color: black;
}


/* coffee and tea */

.coffee_menu{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 150px;
}

.CoffeeAndTea{
    display: block;
    height: 100%;
    margin: auto;
    background-color: antiquewhite;
    padding-left: 30px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #000000;
}
.CoffeeAndTea h2{
    color: #000000;
}
.CoffeeAndTea h3{
    color: #000000;
}
.CoffeeAndTea p{
    color: #000000;
}
.CoffeeAndTea img{
    width: 240px;
    height: 200px;
    padding: 10px 15px;
}






/* Author: Eric Hing*/
/* review page */

.review_container {
    width: 60%;
    margin: 100px 20%;
    padding:0px;
    display: flex; /* Use flexbox */
    align-items: center; /* Center vertically */
}

.good{
    width: 10%;
    margin: 0 auto;
}


.review-img {
    width: 200px;
    border-radius: 100%;
    margin-right: 20px;
}

.review-text {
    flex: 1; /* Take remaining space */
    padding: 20px;
    border-radius: 10px;
    background-color: rgb(72, 72, 72);
} 

.comment_us{
    width: 70%;
    font-size: 20px;
    margin:100px 15%;
    text-align: center;
    padding: auto;
}

.checked{
    margin-left:35%;
    margin-right:auto;
    margin-top:0%;
    font-size: 24px;
    float: left;
    color:orange;
}

.input_comment{
    width: 100%;
}

#customer_comment{
    width: 90%;
    height: 200px;
    padding: 10px 20px;
    font-size: 1.2em;
    border-radius: 4px;
    font-family: 'Faustina', serif;
}

#summit_review{
    width: 150px;
    height: 70px;
    font-size: 1.1em;
    margin-top: 50px;
    font-family: 'Faustina', serif;
    border-radius: 10px;
    color: #F6F6EC;
    background-color: rgb(72, 72, 72);
}


/* cold drinks page */
.drink_menu {
    margin-left: 120px;
    margin-right: 20px;
    display: flex;
    flex-wrap: wrap;
    padding: 2% 5%;
}

.drink1:last-child,
.drink2:last-child {
    margin-right: 0; /* Remove right margin for the last drink */
}

.drink_img img {
    width: 200px; /* Adjusted width */
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
    transition: transform 0.3s ease;
}

.drink_container{
  
    width: 25%; /* Adjusted width with margin */
    display: flex;
    flex-direction: column;
    justify-content: center; /* Center align content vertically */
    align-items: center; /* Center align content horizontally */
    padding: 20px; /* Adjusted padding */
    color: darkslategray;
    margin-right: 30px;
    margin-bottom: 20px;
    margin-left: 20px;
    position: relative;
    border-radius: 70px;
} 

.drink_img{
    display:flex;
    width: 300px;
    height: 300px;
    justify-content: center;
}

.drink_img img {
    transition: transform 0.3s ease;
}

.drink_img img:hover {
    transform: translateY(-5px);
}

.DrinkDesc {
    color:whitesmoke;
    padding: 30px;
    font-size: 10px;
    line-height: 1.4;
    text-align: center;
}

.DrinkDesc h3 {
    color: whitesmoke;
    font-size: 20px;
    margin: 0;
}

/*grill*/
.grill_container{
    float: left;
    display: flex;
    flex-direction: row; /* Stack items horizontally */
    align-items: center;
    padding: 20px;
    color: darkslategray;
    position: relative;
    border-radius: 70px;
}
.grill_container1 {
    float: right;
    display:flex;
    flex-direction: row; /* Stack items horizontally */
    align-items: center;
    padding: 20px;
    color: darkslategray;
    position: relative;
    border-radius: 70px;
}

.grill_container2 {
    float: left;
    display: flex;
    flex-direction: row; /* Stack items horizontally */
    align-items: center;
    padding: 20px;
    color: darkslategray;
    position: relative;
    border-radius: 70px;
}

.grill_img img {
    width: 400px; /* Adjust image width */
    height: auto;
    margin: 30px; /* Add space between image and text */
}

.grill_img1 img {
    float: right;
    width: 400px; /* Adjust image width */
    height: auto;
    margin: 30px; /* Add space between image and text */
}

.grill_img img {
    transition: transform 0.3s ease;
}

.grill_img img:hover {
    transform: translateY(-5px);
}

.grill_img1 img {
    transition: transform 0.3s ease;
}

.grill_img1 img:hover {
    transform: translateY(-5px);
}

.GrillDesc{
    margin: 50px;
    float: right;
    flex-grow: 1; /* Allow text to grow to fill available space */
    font-size: 25px; /* Adjust font size */
    color: whitesmoke;
    align-items: center;
}
.GrillDesc1 {
    margin: 50px;
    float: left;
    flex-grow: 1; /* Allow text to grow to fill available space */
    font-size: 25px; /* Adjust font size */
    color: whitesmoke;
    align-items:center;
}

.GrillDesc {
    margin: 30px;
    text-align: center; /* Align text to the right */
    font-size: 15px;
}
.GrillDesc p{
    margin: 20px;
}


.GrillDesc h3 {
    margin-bottom: 90px;
    text-decoration-line: underline;
}

.GrillDesc1 {
    margin: 30px;
    font-size: 15px;
    text-align: center; /* Align text to the left */
}

.GrillDesc1 h3 {
    margin-bottom: 90px;
    text-align: center;
    text-decoration-line: underline;
}

.GrillDesc1 p{
    margin: 20px;
}



/* Author: Darren Chung Wei Han */
/* about us */
.heading{
    width:90% ;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding-top: 100px;
    margin: 20px auto;
}

.heading h1{
    font-size: 50px;
    color: #bebebe;
    margin-bottom: 25px;
    position:relative;
}

.heading h1::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    display: block;
    margin: 0 auto;
    background-color: #8c8f8c;

}

.heading p{
    font-size: 18px;
    color: #c6c6c6;
    margin-bottom: 50px;
}

.container2{
    width: 90%;
    margin: 0 auto;
    padding: 10px 20px;

}

.about{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.about-image{
    flex: 1;
    margin-right: 40px;
    overflow: hidden;
}

.about-image img{
    max-width: 100%;
    height:auto;
    display:block;
    transition: 0.5s ease;
}

.about-image:hover img{
    transform: scale(1.2);
}

.about-content{
    flex: 1;
}

.about-content h2{
    font-size: 30px;
    margin-bottom: 15px;
    padding-bottom: 20px;
    display: block;
    color: #bebebe;
}

.about-content p{
    font-size: 19px;
    line-height: 1.5;
    color: #adadad;
}

/*--content 2,3,4--*/

.container{
    position: relative;
    width: 1200px;
    height: 400px;
    margin: 30px auto;
}

.container .box{
    position: relative;
    width: calc(400px - 30px);
    height: calc(350px - 30px);
    background-color: #DAA03DFF;
    background-image:url(./image/C2.jpg);
    background-repeat: no-repeat ;
    background-size:contain;
    float: left;
    margin: 15px;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 70px;
}

.container .box .icon{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #616247FF;
    background-image: url(./image/C2.2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: 0.5s;
    z-index: 1;
}

.container .box:hover .icon{
    top: 20px;
    left: calc(50% - 40px);
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.container .box .icon .fa{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 80px;
    transition: 0.5s;
    color: #fff;
    z-index: 10;
}

.container .box:hover .icon .fa{
    font-size: 40px;
    z-index: 10;

}

.container .box .content{
    position: absolute;
    top: 100%;
    height: calc(100% - 100px);
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    transition: 0.5s;
    opacity: 0;
}

.container .box:hover .content{
    top: 100px;
    opacity: 1;
}


.container .box .content h3{
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 22px;
}

.container .box .content p{
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 20px;
}

.container .box:nth-child(2) .icon{
    background: #151414;
    background-image: url(./image/Partner1.avif);
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;

}

.container .box:nth-child(2){
    background: rgb(164, 92, 92);
    background-image: url(./image/partner2.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    
}

.container .box:nth-child(3) .icon{
    background: #949398FF;
    background-image: url(./image/dish1.png);
    background-repeat: no-repeat;
    background-size:cover;
    
}

.container .box:nth-child(3){
    background: #B1B3B3FF;
    background-image: url(./image/dish2.jpeg);
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
}

.container3{
    width: 560px;
    height: 315px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
}

/* cocktail */
:root{
    --main-color:#d3ad7f;
    --black:#13131a;
    --bg:#010103;
    --border: .1rem solid rgba(255,255,255,.3);
}



html::-webkit-scrollbar{
    width:.8rem
}

html::-webkit-scrollbar-track{
    background:transparent;
}

html::-webkit-scrollbar-thumb{
    background: #fff;
    border-radius: 5rem;
}

body{
    background:var(--bg)
}

section{
    padding: 2rem 7%;
}

.menu h1 {
    text-align: center;
}

 .menu .box-container {     
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(40rem, 1fr)); /*initial was 25rem, 1fr*/
    gap: 2rem;
}

.menu .box-container .box {
    padding: 6rem; /*initial was 4rem*/
    text-align: center;
    border: var(--border);
    position: relative;
    overflow: hidden;
    background: var(--bg);
    transition: transform 0.3s ease-in-out;
    border-radius: 25px;
}

.menu .box-container .box img {
    height: 12rem;
    transition: transform 0.3s ease-in-out;
}

.menu .box-container .box h3,
.menu .box-container .box .price {
    color: #fff;
    transition: opacity 0.3s ease-in-out;
    font-size: 2.5rem; 
}

.menu .box-container .box .price {
    margin-top: 1rem;
}

.menu .box-container .box .price span{
    text-decoration: line-through;
    font-weight: lighter;
    font-size: 1.5rem;
}

.menu .box-container .box .description {
    position: absolute;
    bottom: -100%;
    left: 0;
    right: 0;
    padding: 2rem;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 1.8rem; 
    text-align: center;
    transition: bottom 0.3s ease-in-out;
}

.menu .box-container .box:hover {
    transform: scale(1.05);
}

.menu .box-container .box:hover img {
    transform: translateY(-100%);
}

.menu .box-container .box:hover h3,
.menu .box-container .box:hover .price {
    opacity: 0;
}

.menu .box-container .box:hover .description {
    bottom: 0;
} 
/* repeated on this below */
.menu .box-container .box {
    position: relative;
    overflow: hidden;
    background: var(--bg);
    transition: transform 0.3s ease-in-out;
}

.menu .box-container .box .description {
    position: absolute;
    bottom: -100%;
    left: 0;
    right: 0;
    padding: 2rem;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 1.8rem; 
    text-align: center;
    transition: bottom 0.3s ease-in-out;
    z-index: 1; /* Add this line to ensure the description appears on top of other elements */
}

.menu .box-container .box:hover .description {
    bottom: 0;
}

/*pasta*/
.products .heading{
    text-align: center;
}

.products-wrapper {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.products .box-container {
    flex: 1;
    min-width: 30rem;
}

.products .box-container .box {
    text-align: center;
    border: var(--border);
    padding: 2rem;
    border-radius: 50px;
}

.products .box-container .box .image img{
    size-adjust: 0px;
}

.products .box-container .box .icons .eye-button {
    height: 5rem;
    width: 5rem;
    line-height: 5rem;
    font-size: 2rem;
    border: var(--border);
    color: var(--black);
    margin: .3rem;
    border-radius: 30px;
}

.products .box-container .box .icons .eye-button:hover {
    background: var(--main-color);
}

.products .box-container .box .image {
    padding: 2.5rem 0;
}

.products .box-container .box .image img {
    height: 18rem;
}

.products .box-container .box .content h3 {
    color: #fff;
    font-size: 2.5rem;
}

.products .box-container .box .content .stars {
    padding: 1.5rem;
}

.products .box-container .box .content .stars i {
    font-size: 1.7rem;
    color: var(--main-color);
}

.products .box-container .box .content .price {
    color: #fff;
    font-size: 2.5rem;
}

.products .box-container .box .content .price span {
    text-decoration: line-through;
    font-weight: lighter;
    font-size: 1.5rem;
}

.description {
    margin-top: 1rem;
    font-size: 1.6rem;
    color: #fff;
}



@media (max-width:450px){
    /* Darren */
    html{
        font-size: 50%;
    }

    .header{
        padding:1.5rem 2rem;
    }

    section{
        padding: 2rem;
    }
}

@media only screen and (max-width: 1050px) {
    /* Yap Jia Cheng */
    nav{
        height: 90px;
        justify-content: left;
        display:flex;
    }

    nav a{
        display: none;
    }

    h1{
        font-size: 4em;
    }

    h2{
        font-size: 3em;
    }

    .footer_structure{
        display: grid;
    }

    .footer_left, .footer_middle, .footer_right{
        width: 100%;
        text-align: center;
    }

    footer img{
        padding: 10px;
    }

    .sidenav{
        display: block;
    }
    
    .aside_image_on_left{
        flex-direction: column;
        align-items: center;
    }

    .aside_image_on_right{
        flex-direction: column-reverse;
        align-items: center;
    }

    .aside_left{
        padding: 0;
        margin: 50px 0;
        padding-bottom: 180px;
    }

    .aside_right{
        padding: 0;
        margin: 50px 0;
    }

    .sideBarButton{
        display: inline-block;
    }

    .multi_function_button{
        right: 20px;
    }

    .menu_structure{
        margin-top: 90px;
        padding: 0;
    }

    .page_title{
        margin-top: 90px;
    }

    .menu_image_background{
        width: 100%;
        margin-left: 0;
    }

    .side_menu{
        width: 100%;
        padding: 10% 10%;
        margin-top: 90px;
        text-align: center;
        position: static;
    }

    .menu_content{
        width: 100%;
    }

    .carousel_food{
        position: relative;
        width: 100%;
        padding: 100px 0;
    }

    .carousel_food button{
        width: 50px;
        height: 50px;
        font-size: 1.2em;
        border-radius: 50%;
        padding: 16px;
    }

    .sub_menu_structure{
        margin-top: 90px;
    }

    /* Author: Tan Lip Xin */

    .col-50{
        width: 100%;
    }

    label{
        font-size: 1.3em;
    }

    input, select, .comment{
        height: 50px;
        padding: 5px 10px;
        font-size: 1em;
    }
}

