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

html{
    scroll-behavior: smooth;
    font-size: 62.5%;
}

section{
    width: 100%;
    height: 100vh;
}

section nav{
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    right: 0;
    left: 0;
    background: white;
    box-shadow: 0 0 1rem rgba(0,0,0,0.5);
    z-index: 1000;
}

section nav .logo img{
    width: 10rem;
    cursor: pointer;
    margin: 0.7rem 0;
}

section nav ul{
    list-style: none;
}

section nav ul li{
    display: inline-block;
    margin: 0 1.5rem;
}

section nav ul li a{
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-size: 2.0rem;
    transition: 0.1s;
}

section nav ul li a::after{
    content: '';
    width: 0;
    height: 0.2rem;
    background: #fac031;
    display: block;
    transition: 0.2s linear;
}

section nav ul li a:hover::after{
    width: 100%;
}

section nav ul li a:hover{
    color: #fac031;
}

section nav .icon i{
    font-size: 1.8rem;
    color: #000;
    margin: 0 0.5rem;
    cursor: pointer;
    transition: 0.3s;
}

section nav .icon i:hover{
    color: #fac031;
}

section .main{
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
    top: 13rem;
}

section .main .main_text h1{
    font-size: 6rem;
    position: relative;
    top: -9rem;
    left: 2rem;
}

section .main .main_text h1 span{
    margin-left: 1.5rem;
    color: #ffad33;
    font-family: mv boli;
    line-height: 2.2rem;
    font-size: 7rem;
}

section .main .main_image img{
    width: 70rem;
    position: relative;
    left: 7rem;
}

section p{
    width: 65rem;
    font-size: 1.5rem;
    text-align: justify;
    position: relative;
    left: 12.3rem;
    bottom: 12rem;
    line-height: 2.2rem;
}

section .main_btn{
    background: #ffad33;
    position: relative;
    left: 12.3rem;
    bottom: 3rem;
    width: 15rem;
    cursor: pointer;
    padding: 1.2rem 2.5rem;
}

section .main_btn a{
    color: #fff;
    margin-right: 0.5rem;
    text-decoration: none;
    font-size: 1.5rem;
}

section .main_btn i{
    color: #fff;
    transition: 0.3s;
}

section .main_btn:hover i{
    transform: translateX(0.7rem);
}



/*About*/

.about{
    width: 100%;
    height: 100vh;
    padding: 0.7rem 0;
}

.about .about_main{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.about .about_main .image img{
    width: 85rem;
    position: relative;
    top: 6rem;
}
.about .about_main .about_text h1 span{
    color: #ffad33;
    margin-right: 1.5rem;
    font-family: mv boli;
    font-size: 5.5rem;
}
.about .about_main .about_text h1{
    font-size: 5.5rem;
    position: relative;
    bottom: 4rem;
}
.about .about_main .about_text h3{
    font-size: 4rem;
    margin: 0 0 0.5rem 0;
}
.about .about_main .about_text p{
    width: 65rem;
    text-align: justify;
    margin-right: 3rem;
    line-height: 2.2rem;
    font-size: 1.5rem;
}
.about .about_btn{
    background: #ffad33;
    padding: 1.2rem 2.5rem;
    font-size: 1.5rem;
    text-decoration: none;
    color: #fff;
    position: relative;
    left: 55%;
    bottom: 8rem;
}



/*menu*/
#homee{
    height: 10rem;
}
.menu{
    width: 100%;
    padding: 0;
}

.menu h1{
    font-size: 5.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3rem;
}

.menu h1 span{
    color: #ffad33;
    margin-left: 1.5rem;
    font-family: mv boli;
}

.menu h1 span::after{
    content: '';
    width: 100%;
    height: 0.2rem;
    background: #ffad33;
    display: block;
    position: relative;
    bottom: 1.5rem;
}

.menu .menu_box{
    width: 95%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1.5rem;
}

.menu .menu_box .menu_card{
    width: 32.5rem;
    height: 48rem;
    padding-top: 1rem;
    margin-bottom: 2rem;
    box-shadow: 0 0 1rem rgba(0,0,0,0.2);
}

.menu .menu_box .menu_card .menu_image{
    width: 30rem;
    height: 24.5rem;
    margin: 0 auto;
    overflow: hidden;
}

.menu .menu_box .menu_card .menu_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.3s;
}

.menu .menu_box .menu_card .menu_image:hover img{
    transform: scale(1.1);
}

.menu .menu_box .menu_card .small_card{
    width: 4.5rem;
    height: 4.5rem;
    float: right;
    position: relative;
    top: -24rem;
    right: -0.8rem;
    opacity: 0;
    border-radius: 0.7rem;
    transition: 0.3s;
}

.menu .menu_box .menu_card:hover .small_card{
    position: relative;
    top: -24rem;
    right: 2rem;
    opacity: 1;
}

.menu .menu_box .menu_card .small_card i{
    font-size: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 5rem;
    color: #000;
    cursor: pointer;
    text-shadow: 0 0 0.6rem #000;
    transition: 0.2s;
}

.menu .menu_box .menu_card .small_card i:hover{
    color: #fac031;
}

.menu .menu_box .menu_card .menu_info h2{
    width: 60%;
    text-align: center;
    margin: 1rem auto 1rem auto;
    font-size: 2.5rem;
    color: #ffad33;
}

.menu .menu_box .menu_card .menu_info p{
    text-align: center;
    margin-top: 0.8rem;
    line-height: 2.1rem;
    font-size: 1.5rem;
}

.menu .menu_box .menu_card .menu_info h3{
    text-align: center;
    margin-top: 1rem;
    font-size: 1.5rem;
}

.menu .menu_box .menu_card .menu_info .menu_icon{
    color: #fac031;
    text-align: center;
    margin: 1rem 0 1rem 0;
}

.menu .menu_box .menu_card .menu_info .menu_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;
    background: #000;
    font-size: 1.5rem;
    padding: 0.8rem 1rem;
    margin: 0 8rem;
    transition: 0.3s;
}



/*gallery*/

.gallery{
    width: 100%;
    padding: 7rem 0;
}

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

.gallery h1 span{
    margin-left: 1.5rem;
    color: #ffad33;
    font-family: mv boli;
}

.gallery h1 span::after{
    content: '';
    width: 100%;
    height: 0.2rem;
    background: #ffad33;
    display: block;
    position: relative;
    bottom: 1.5rem;
}

.gallery .gallery_image_box{
    width: 95%;
    margin: 1rem auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1rem;
}

.gallery .gallery_image_box .gallery_image{
    display: flex;
    align-items: center;
    justify-content: center;
    background: black;
}

.gallery .gallery_image_box .gallery_image img{
    width: 100%;
    transition: .3s;
}

.gallery .gallery_image_box .gallery_image:hover img{
    opacity: 0.4;
}

.gallery .gallery_image_box .gallery_image h3{
    position: absolute;
    font-size: 3.5rem;
    margin-bottom: 13rem;
    color: #ffad33;
    font-family: polo;
    z-index: 5;
    opacity: 0;
    transition: 0.3s;
}

.gallery .gallery_image_box .gallery_image:hover h3{
    opacity: 1;
}

.gallery .gallery_image_box .gallery_image p{
    position: absolute;
    width: 40rem;
    margin-top: 3rem;
    font-size: 1.5rem;
    text-align: center;
    color: white;
    line-height: 2.2rem;
    opacity: 0;
    z-index: 5;
    transition: 0.3s;
}

.gallery .gallery_image_box .gallery_image:hover p{
    opacity: 1;
}

.gallery .gallery_image_box .gallery_image .gallery_btn{
    position: absolute;
    margin-top: 18rem;
    color: #000;
    background: #ffad33;
    padding: 0.7rem 2.5rem;
    font-size: 1.5rem;
    text-decoration: none;
    opacity: 0;
    transform: translateY(4.5rem);
    z-index: 5;
    transition: 0.3s;
}

.gallery .gallery_image_box .gallery_image:hover .gallery_btn{
    opacity: 1;
    transform: translateY(0);
}



/*Order*/

.order{
    width: 100%;
    height: 100vh;
    padding: 7rem 0;
    background-image: url(image/bg2.jpg);
    background-size: cover;
    background-position: center;
}

.order h1{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 5.5rem;
}

.order h1 span{
    color: #ffad33;
    margin-right: 1.5rem;
    font-family: mv boli;
}

.order h1 span::after{
    content: '';
    width: 100%;
    height: 0.2rem;
    background: #ffad33;
    display: block;
    position: relative;
    bottom: 1.5rem;
}

.order .order_main{
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.order .order_main .order_image img{
    width: 50rem;
}

.order .order_main form{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 1rem;
}

.order .order_main form .input p{
    line-height: 2.5rem;
    font-size: 1.5rem;
}

.order .order_main form .input{
    margin: 0.5rem;
}

.order .order_main form .input input{
    width: 30rem;
    height: 3.5rem;
    padding: 0 1rem;
    font-size: 1.5rem;
    border: 0.2rem solid #cccccc;
    background: #eeeeee;
    outline: none;
    border-radius: 0.3rem;
}

.order .order_main form .input input:focus{
    border: 0.2rem solid #ffad33;
}

.order .order_main form .order_btn{
    padding: 1rem 0;
    background: #ffad33;
    color: white;
    font-size: 1.5rem;
    width: 40%;
    text-align: center;
    margin-top: 2rem;
    text-decoration: none;
}

/*Footer*/

footer{
    display: flex;
    padding: 2rem 0 0 2rem;
    background: #00802b;
}

footer .footer_main{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
footer .footer_main table{
    width: 150rem;
    display: grid;
    text-align: center;
    flex-basis: 19%;
    font-size: 1.5rem;
    font-weight: 500;
}
footer .footer_main table th{
    width: 50rem;
}
@media screen and (max-width:998px)
{
    html{
        font-size: 55%;
    }
    header{
        padding: 2rem;
    }
    section{
        padding: 2rem;
    }
}
@media screen and (max-width:768px){
    html{
        font-size: 45%;
    }
    section nav .icon i{
        display: block;
    }
    section nav ul li a{
        flex-direction: column;
    }
}