
body{
    background-color:aquamarine;
    overflow-x: hidden;
}
header{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 20px;
        color: black;
        font-family: Arial;
        box-shadow: 0 10px 10px;
        border-radius: 30px;
}
header .food span{
    font-family:Showcard Gothic;
    font-size: 20px;
}
header nav{
    display: flex;
    gap: 20px;
    align-items: center;   
}
header nav .logo img{
    width: 120px;
    margin: 20px 0;
    position: relative;
    left: -45%;
    cursor: pointer;
}
header nav ul{
    list-style: none;
}
header nav ul li{
    display: inline-block;
    margin: 0 10px;
}
header nav ul li a{
    color: black;
    text-decoration: none;
    transition: 0.3s;
}

header nav ul li a.action{
    color: #facc22;
}
header nav ul li a:hover{
    color: #facc22;
}
header nav .food{
    display: flex;
    font-weight: bold;
    margin-left: 20px;
}
header nav .top{
    display: flex;
    margin-left: 250px;
}
 .top a{
    margin-left:20px;
}

header nav .login{
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: -30px;
    margin-left: 200px;
}

.top{
    display: flex;
    gap: 50px;
    font-weight: bold;
    margin-left: 20px;
}
.order{
    display: flex;
    margin-left: 50px;
}
img{
    display: flex;
    border-radius: 30px;
}
a{
    text-decoration: none;
    color: black;
    font-weight: bold;
}
p{
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-left: 60px;
    text-align: justify;
    line-height: 23px;
}
button{
    display: flex;
    background-color: black;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    margin-left: 100px;
    animation: animate 5s linear infinite;
    animation-timing-function: ease-in-out;
    animation-delay: 1s;
    margin-top: 30px;
}
section{
width: 100%;
height: 85vh;
}
section .info h1{
color: black;
font-size: 50px;
position: relative;
top: -25px;
left: 5%;

}
section .info h2{
color: black;
font-size: 50px;
position: relative;
top: -25px;
left: 5%;

}

.info{
padding: 80px;
}
.info span{
    color:orange;
}
section .main_image img{
    width: 640px;
    margin-top: 30px;
    animation: animate 5s linear infinite;
}
.main_image{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
    margin-left: 45%;
    margin-top: -49%;
    
}

@keyframes animate{
    0%{
        transform: scale(1.1);
    }
    50%{
        transform: scale(1);
    }
    100%{
        transform: scale(1.1);
    }
}

/*--About--*/

button{
    display: flex;
    background-color: black;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    margin-left: 20px;
}
.bottom{
    width: 100%;
    height: 80vh;
    padding: 10px 0 0 0;
    background-size: cover;
    background-position: center;
    margin-left: 50px;
}
img{
    display: flex;
}
.bottom img{
    animation: animate 5s linear infinite;
}
.about{
    display: flex;
    gap: 50px;
    font-weight: bold;
    margin-left: 60%;
    font-size: 30px;
    margin-top: -40%;
}
.about span{
    color:orange;
}
.us h2{
    display: flex;
    font-size: bold;
    margin-left: 61%;
    text-align: center;
  
}

.us p{
    width: 700px;
    text-align: justify;
    line-height: 23px;
    margin-top: 20px;
    margin-left: 650px;
    
}

.services{
    display: flex;
    font-weight: bold;
    margin-left: 48%;
    font-size: 20px;

}
.now{
    display: flex;
    margin-left: 50%;
    margin-top: 20px;
}
.services .s1{
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.bottom .services .s1{
    display: flex;
    align-items: center;
    width: 180px;
    padding: 10px;
    border: 2px solid yellow;
    cursor: pointer;
}
.bottom .services .s1 i{
    color: #000;
    margin: 5px 10px 5px 5px;
    font-size: 20px;
    transition: 0.3s;

}
.bottom .services .s1 i:hover{
    color: #facc22;
}


/*Menu*/

.menu{
    display: flex;
    gap: 50px;
    font-weight: bold;
    font-size: 20px;
}
.h1 h1{
    margin-left: 650px;
    font-size: 50px;
}
.h1 span{
    color: orange;
}
.menu .box{
    width: 95%;
    margin: 45px auto 0 auto;
    display: grid;
    grid-gap: 30px 10px;
    grid-template-columns: 1fr 1fr 1fr;
   
}

.menu .box .card{
    background-size: cover;
    background-position: center;
    margin: 0 auto;
    width: 450px;
    height: 575px;
    text-align: center;
    cursor: pointer;
    padding: 20px 0;
    border-radius: 10px;
    box-shadow: 3px 3px 10px black;
}

.menu .box .card .img{
    margin: 0 auto;
    width: 420px;
    height: 300px;
    margin-bottom: 15px;
    box-shadow: 0 0 8px black;
    border-radius: 30px;
}

.menu .box .card .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.menu .box .card .text h2{
    font-size: 30px;
    margin-bottom: 15px;
}

.menu .box .card .text p{
    line-height: 21px;
    margin-bottom: 15px;
    margin: 0 auto;
    width: 400px;
}

.menu .box .card .text .icon{
    color: #facc22;
    margin: 8px 0;
}

.menu .box .card .text .price{
    font-weight: bold;
    font-size: 20px;
    padding: 8px 0;
    margin-left: 45px;
    text-align: center;
}

.menu .box .card .text .price sub{
    margin-left: 5px;
    color: #6d6a6a;
    font-size: 13px;
}
.btn{
    margin-left: 140px;
}


/*Banner*/

.banner{
    width: 100%;
    height: 50vh;
    background-image: url(images/banner.jpg);
    background-size: cover;
    background-position: center;
}

.banner h1{
    font-family: P22Grenville;
    color: #facc22;
    font-size: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-top: 25px;
}
.center h2{
    color: #fff;
    margin-top: -30px;
    margin-right: 25px;
    font-family: Norwester;

}

.banner .center{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    margin: 0 auto;
}
.banner .center h2{
    font-size: 60px;
    margin-right: 25px;
    font-family: Norwester;
    color: #fff;
}

.banner .center h2 span{
    margin-left: 45px;
    font-size: 30px;
    position: relative;
    bottom: 15px;
    font-family: Norwester;
}
.center button{
    background-color: #facc22;
    border-radius: 20px;
    cursor: pointer;
    margin-left: 20px;
    color: black;
}

/*Gallery*/

.gallery{
    width: 100%;
    padding: 35px 0 50px 0;
    margin-left: -10px;
}

.gallery h1{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 45px;
}

.gallery h1 span{
    color: #facc22;
    margin-left: 15px;
}

.gallery .box{
    width: 95%;
    margin: 50px auto 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
}

.gallery .box .image{
    width: 460px;
    height: 350px;
    margin: 0 auto;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 2px 2px 8px black;
}

.gallery .box .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.gallery .box .image:hover img{
    transform: scale(1.1);
}

/*Offer*/

.offer{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    margin-left: -10px;
}

.offer .box{
    width: 95%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 15px;
    margin: 0 auto;
}

.offer .box .card_1{
    width: 710px;
    height: 470px;
}

.offer .box .card_1 .img{
    width: 710px;
    height: 470px;
}

.offer .box .card_1 .img img{
    width: 96%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.offer .box .card_1 .tag{
    position: relative;
    bottom: 400px;
    color: #fff;
    padding: 0 35px;
}

.offer .box .card_1 .tag h2{
    font-size: 45px;
}

.offer .box .card_1 .tag h1{
    font-family: QuillScript;
    font-size: 60px;
    color: #facc22;
}

.offer .box .card_1 .tag p{
    margin-top: 30px;
    width: 200px;
    text-align: justify;
    line-height: 22px;
}
.tag p{
    color: bisque;
}
.tag button{
    background-color: #facc22;
    border-radius: 20px;
    cursor: pointer;
    margin-left: 20px;
    color: black;
}


/*Blog*/

.blog{
    width: 100%;
    height: auto;
    padding: 30px 0;
}

.blog h1{
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 45px;
}

.blog h1 span{
    color: orange;
    margin-left: 15px;
}


.blog .box{
    width: 95%;
    margin: 50px auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
}

.blog .box .card{
    margin: 0 auto;
    width: 450px;
    height: auto;
    border-radius: 30px;
    box-shadow: 0 2px 10px black;
}

.blog .box .card .img{
    width: 450px;
    height: 300px;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.blog .box .card .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.blog .box .card .tag .date p{
    width: 100%;
    padding: 15px 0 0 20px;
    font-size: 24px;
    color: orange;
}

.blog .box .card .tag .date i{
    margin-left: 8px;
    font-size: 24px;
    cursor: pointer;
    color: orange;
}

.blog .box .card .tag .heading{
    padding: 10px 20px 10px 20px;
    font-size: 25px;
}

.blog .box .card .tag .text{
    padding: 0 20px 10px 20px;
    text-align: justify;
    line-height: 21px;
    color: black;
}

.blog .box .card .tag hr{
    width: 95%;
    margin: 0 auto;
    height: 1px;
    border: 0;
    background: #facc22;
    border-radius: 5px;
}

.blog .box .card .tag .view-like{
    padding: 10px 20px 25px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog .box .card .tag .view-like .view{
    display: flex;
    align-items: center;
}

.blog .box .card .tag .view-like .view p{
    margin-right: 10px;
    font-size: 15px;
    color: #000;
}
.like p{
    color: orange;
}
.blog .box .card .tag .view-like .like{
    display: flex;
    align-items: center;
    font-size: 14px;
}

.blog .box .card .tag .view-like .like i{
    cursor: pointer;
    margin-left: 5px;
}

/*Order*/

.order1{
    display: flex;
    margin-left: -20px;
    margin-right: -10px;
}

.down h1{
    font-size: 45px;
    margin-top: 20px;
    margin-left: 43%;
}

.down h1 span{
    color: orange;
    margin-right: 10px;   
}

.form{
    width: 95%;
    height: 99%;
    background: #faf3ce;
    padding: 15px 20px 0 20px;
    margin-left: 245px;
    box-shadow: 0px 10px 10px black;
    border-radius: 10px;
    margin-right: 35px;
    
}
.form h2{
    text-align: center;
    margin-bottom: 40px;
    font-size: 30px;
}
.list{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 20px;
    margin-bottom: 30px;
    justify-items: center;
}
.list p{
    margin-bottom: 5px;
}
.list input{
    width: 350px;
    border: 2px solid #facc22;
    border-radius: 5px;
    outline: none;
    background: none;
    color: #000;
    padding: 10px 5px;
    margin-bottom: 15px;
}
.list textarea{
    width: 350px;
    height: 200px;
    border: 2px solid #facc22;
    border-radius: 5px;
    outline: none;
    background: none;
    color: #000;
    padding: 10px 5px;
}
.order1 a{
    display: flex;
    align-items: center;
    justify-content: center;
}

/*Footer*/

footer{
    width: 100%;
    padding: 30px 0 0 20px;
    background: #facc22;
    margin-top: 40px;
    margin-left: -10px;
}

footer .footer_main{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

footer .footer_main .footer_tag{
    text-align: center;
    
}
footer .footer_main .footer_tag h2{
    color: #000;
    margin-bottom: 25px;
    font-size: 30px;
}

footer .footer_main .footer_tag p{
    margin: 10px 0;
    margin-left: 90px;

}

footer .footer_main .footer_tag i{
    margin: 0 5px;
    cursor: pointer;
}

footer .footer_main .footer_tag i:hover{
    color: #facc22;
}

footer .end{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
}

footer .end span{
    color: black;
    margin-left: 10px;
}
::-webkit-scrollbar{
    width: 10px;
}

::-webkit-scrollbar-thumb{
    background: #facc22;
    border-radius: 30px;
}

.anim{
    opacity: 0;
    transform: translateY(40px);
    animation: moveup 0.5s linear forwards;
}

@keyframes moveup{
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}


@keyframes animate{
    0%{
        transform: scale(1.1);
    }
    50%{
        transform: scale(1);
    }
    100%{
        transform: scale(1.1);
    }
}