*{
    padding: 0; 
    margin: 0; 
    box-sizing: border-box; 
} 
body{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    width: fit-content;
}
body,html{
    overflow-x: hidden;
}
header .logo{ 
    width: 10%; 
    position: relative; 
    left: 5rem;

} 
header nav{
    display: flex; 
    gap: 2rem; 
    justify-content: flex-end;
    position: relative; 
    bottom: 5rem; 
    margin-right: 7rem;
} 
header nav a{
    text-decoration: none; 
    color: white; 
    font-size: 20px; 
    transition: 1s all;
} 
header nav a:hover{
    color: yellow; 
    
}
header{
    background: url(images/home_bg.jpeg); 
    height: 100vh; 
    filter: brightness(90%);
    background-repeat: no-repeat;
    background-size: cover;
}
header::before {
content: "";
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: rgb(0, 0, 0, 0.6);
}
header * {
z-index: 10;
}
header section{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 17%;
}
header section h2{
    font-size: 40px;
    color: white;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    word-spacing: 3px;
    font-weight: 700;
    text-transform: capitalize;
}
header section h2 span{
    color: orange;
}
header section p{
    margin-top: 20px;
    color: white;
    font-weight: bold;
} 
header section button{
    margin-top: 80px;
    background: transparent; 
    outline: 1px solid white; 
    color: white; 
    padding: 14px 25px; 
    border: none;
    border-radius: 15px;
    font-family:sans-serif;
    font-weight: 600;
    word-spacing: 1px;
    cursor: pointer;
    transition: 0.4s all ease-out;
} 
header section button:hover{
    transform: scale(1.2);
}
header section button:active{
    color: brown;
}
.about{
    width: 100%;
    height: 125vh; 
    background-color: rgb(204, 210, 214);
}
.about .t h2 ,.experiences{
    text-align: center;
    position: relative;
    top: 4rem;
}
.about .t h2{
    font-family: cursive;
}
.about .t .experiences{
    margin-top: 25px;
    color: gray;
    font-weight: bold;
} 
.about .par .experiences{
    width: 525px;
    padding: 10px;
    margin: 30px;
    color: #7e7474;
}
.about .par button{
    margin: 55px;
    background-color: black;
    color: white;
    border: none;
    padding: 18px;
    border-radius: 9px;
    width: 124px;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.4s all ease-out;
}
.about .par button:hover{
    transform: scale(0.8);
}
.about .par button:active{
    color: red;
}
.about img{
    position: relative;
    left: 50%;
    bottom: 40%;
}
.offers{
    background-image: url(./images/offer-background.jpg);
    width: 100%;
    height: 100vh;
    background: no-repeat cover;
}
.offers h2 ,.off{
    text-align: center;
    position: relative;
    top: 4rem;
}
.offers h2{
    color: goldenrod;
    font-size: 45px;
    font-family:serif;
}
.offers .off{
    margin-top: 25px;
    color: white;
    font-family: sans-serif;
    font-weight: 600;
}
.offers .offer{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
    height: 90vh;
    position: relative;
    left: 50px;
}
.food img{
    width: 50%;
}
.food span{
    display: block;
}
.food h3{
    color: white;
    margin-top: 10px;
}
.food span{
    margin-top: 10px;
    color: #ddc7c7;
}
.menu{
    height: 200vh;
}
.menu .ord,h2{
    text-align: center;
    font-family:cursive;
}
.menu .foods{
    margin: 20px;
}
.menu .foods h3{
    display: inline-block;
    position: relative;
    bottom: 40px;
    text-indent: 15px;
    border-bottom: #cfc0c0 dotted 2px;
    margin: 3px;
    text-transform: uppercase;
}
.foods .decs{
    text-indent: 115px;
    position: relative;
    bottom: 23px;
}
.menu .foods span{
    color: gold;
    display: inline-block;
    text-indent: 60px;
}
.btn-menu{
    border-radius: 10px;
    color: white;
    background-color: rgb(255, 196, 0);
    border: none;
    position: relative;
    left: 46%;
    margin-top: 0.25rem;
    padding: 20px 37px;
    font-weight: bolder;
    font-family: sans-serif;
    cursor: pointer;
}
.btn-menu:active{
    background-color: rgb(112, 88, 9);
}
.foods img{
    width: 100px;
    border-radius: 50%;
    transition: 0.7s;
}
.foods img:hover{
    transform: scale(1.2);
    box-shadow: 0 0 15px 10px rgb(0, 0, 0,.2);
}
.menu .con{
    display: grid;
    grid-template-columns: repeat(2,minmax(150px,2fr));
    margin-left: 170px;
}
.meals{
    background-image: url(./images/daytime_bg.jpeg);
    width: 100%;
    height: 30vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 45px;
}
.meal h3{
    text-align: center;
}
.meal img{
    position: relative;
    left: 14px;
}
.desert img{
    position: relative;
    left: 20px;
}
.desert,.breakfast,.lunch,.dinner h3{
    position: relative;
    right: 6px;
}
.dinner{
    position: relative;
    top: 15px;
}
.meal h3,.time{
    color: white;
    font-weight: 800;
}
.meal .dinner img{
    position: relative;
    right: 80%;
}
.breakfast img{
    position: relative;
    left: 30px;
}
.lunch img{
    position: relative;
    left: 30px;
}
.desert img{
    position: relative;
    left: 45px;
}
.meal img{
    transition: 1s all;
}
.meal img:hover{
    transform: scale(1.2);
}
.gallery{
    background-image: url(./images/offer-background.jpg);
    width: 100%;
    height: 150vh;
    background: no-repeat cover;
}
.gallery h2{
    color: white;
}
.galleries img{
    margin: 50px;
    width: 25%;
    height: 300px;
    border-radius: 12px;
    transition: 0.5s all ease-in-out;
    cursor: pointer;
}
.galleries img:hover{
    transform: scale(1.1);
}
#boxContainer{
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.781);
    z-index: 999;   
}
#boxItem{
    width: 70%;
    height: 70%;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 20px;
    cursor: pointer;
    color: rgb(238, 178, 26);
    padding: 20px;
}
#close{
    color: rgba(155, 142, 142, 0.589);
    position: relative;
    bottom: 45%;
    right: 415px;
}
.data{
    background-color: #f1eada;
    height: 621px;
    display: flex;
    justify-content: space-between;
}
.data .full-data h3{
    text-transform: uppercase;
}
.full-data{
    padding: 45px 40px;
}
.full-data p{
    color: rgb(75, 71, 71);
    margin: 10px;
}
.full-data p i{
    color: rgb(151, 131, 14);
    margin-right: 15px;
}
.work-hours{
    margin-top: 40px;
}
.social-media{
    margin-top: 40px;
}
.social-media a{
    margin-right: 5px;
    margin-top: 10px;
    background-color: black;
    color: white;
    padding: 10px;
    width: 35px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    transition: 0.2s all ease-in;
}
.social-media a:hover{
    transform: translate(0,-10px);
    background-color: rgb(142, 192, 192);
}
form{
    padding: 80px 120px;
}
input,textarea{
    background-color: #e3e2dd;
    padding: 18px;
    text-indent: 5px;
    border: none;
    width: 300px;
    margin: 10px;
}
input:focus{
    outline: none;
    border: 2px goldenrod solid;
    caret-color: goldenrod;
}
textarea:focus{
    outline: none;
    border: 2px goldenrod solid;
    caret-color: goldenrod;
    caret-shape: bar;
}
.submit{
    background-color: goldenrod;
    width: 43%;
    color: white;
    cursor: pointer;
    border-radius: 12px;
    padding: 15px;
    text-transform: uppercase;
    font-weight: 600;
    transition: 0.4s all linear;
}
.submit:hover{
    transform: scale(1.1);
    box-shadow: 0 0 5px 9px rgb(151, 131, 14);
}
.submit:active{
    background-color: rgb(99, 74, 10);
}
footer{
    text-align: center;
    background-color: #383848;
    padding: 15px 0;
    color: white;
}
#result_name{
    color: red;
}
#result_email{
    color: red;
}
#result_message{
    color: red;
}
#result_subject{
    color: red;
}
.offers #prev, .offers #next{
position: relative;
bottom: 50vh;
transform: translateY(-50%);
background-color: rgba(0, 0, 0, 0.5);
color: white;
font-size: 24px;
border: none;
cursor: pointer;
padding: 10px;
}
.offers #next{
    position: relative;
    left: 94%;
}
.offers #prev{
    margin-left: 4px;
}
#food2 ,#food3{
    display: none;
}
#food1 img,#food2 img,#food3 img{
    transition: 0.5s all ease-in-out;
    cursor: pointer;
}
#food1 img:hover{
    transform: rotate(-360deg);
}
#food2 img:hover{
    transform: rotate(-360deg);
}
#food3 img:hover{
    transform: rotate(-360deg);
}
@media (max-width: 500px){
    *{
        padding: 0;
        margin: 0;
        box-sizing: border-box;
    }
    html,body{
        overflow-x: hidden;
    }
    header{
        height: 150vh;
    }
    header .logo{ 
    width: 20%; 
    position: relative; 
    left: 35%;
    top: 5%;
    } 
    header nav{
    display: flex; 
    justify-content: center;
    gap: 1.5rem;
    margin-top: 120px;
    margin-left: 50px;
    } 
    header nav a{
        font-size: 18px;
    }
    header section{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 25%;
    }
    header section h2{
        font-size: 35px;
        position: relative;
        right: 18px;
    }
    header section p{
        width: 500px;
    }
    header section button{
        position: relative;
        right: 20px;
    }
    .about img{
        display: none;
    }
    .about{
        height: 120vh;
    }
    .about .par .experiences{
        text-align: left;
        line-height: 1.8;
        margin: 20px auto;
        width: 75%;
    }
    .about .par button{
        padding: 14px;
        display: flex;
        justify-content: center;
        position: relative;
        left: 25%;
        top: 35px;
    }
    #next,#prev{
        display: none;
    }
    .offers{
        height: 155vh;
    }
    .offers .offer{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
    height: 150vh;
    }
    .food img{
        position: relative;
        left: 10%;
    }
    .food h3{
        position: relative;
        left: 11%;
    }
    .food1{
        position: relative;
        right: 35px;
    }
    .menu{
        height: 435vh;
    }
    .menu .con{
    display: grid;
    grid-template-columns: repeat(1,minmax(150px,2fr));
    margin-left: -10px;
    }
    .menu .foods img{
        display: block;
    }
    .menu .foods img{
        transform: none;
    }
    .menu .foods h3{
        text-align: center;
        bottom: 0;
        left: 0;
    }
    .menu .foods p{
        bottom: 0;
    }
    .f11,.f12{
        display:block;
    }
    .btn-menu{
        display: block;
        background-color: rgb(224, 164, 11);
        padding: 20px 28px;
        cursor: pointer;
        color: white;
        border-radius: 12px;
        text-transform: uppercase;
        border: none;
        margin: 50px -75px;
    }
    .menu .con button:active{
        background-color:rgb(202, 160, 52);
    }
    .meals{ 
        display: flex;
        flex-direction: column;
        height: 200vh;
    }
    .meal h3{
        text-transform: uppercase;
    }
    .galleries{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .gallery{
        height: 415vh;
    }
    .galleries img{
        object-fit: cover;
        width: 300px;
        position: relative;
        right: 3%;
    }
    .galleries img:hover{
        transform: scale(1);
    }
    .data{
        background-color: #eee;
        height: 1000px;
        display: flex;
        flex-direction: column;
    }
    form{
        position: relative;
        bottom: 115px;
        right: 95px;
    }
    .submit{
        padding: 18px;
        margin-bottom: 10px;
        width: 200px;
    }
    footer{
        height: 60px;
        padding: 50px 0;
    }
    footer p{
        width: 450px;
        position: relative;
        bottom: 15px;
    }
}