@import url('https://fonts.googleapis.com/css2?family=Battambang:wght@100;300;400;700;900&family=Kantumruy+Pro:ital,wght@0,100..700;1,100..700&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    position: relative;
}
section{
    padding: 60px 0;
    /* border: 1px solid blue; */
}
.row{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.col-12{
    width: 100%;
}
.col-6{
    width: 50%;
}
.col-4{
    width: 30%;
    /* border: 1px solid yellow; */
}
.col-3{
    width: 25%;
    /* border: 1px solid blue; */

}
.col-2{
    width: 20%;
    /* border: 1px solid pink; */ 
}
header{
    width: 100%;
    height: 70px;
    position: sticky!important;
    top: 0;
    z-index: 299;
    background: #000;    
}
/* topbar */
.topbar{
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}

.logo img{
    width: 160px;
    display: flex;
    align-items: center;
}
.navbar{
    display: flex;
}
.navbar-nav{
    display: flex;
    align-items: center;
    list-style-type: none;
}
.nav-item{
    padding:0 10px;
}
.nav-link{
    text-decoration: none;
    color: #FEA53D;
    font-size: 20px;
    font-weight: 600;
}
.nav-item:hover .nav-link{
    color: #FFE193;
}

.btn{
    width: 100px;
    height: 40px;
    border-radius: 20px;
    border:0;
    font-size: 20px;
    font-weight: 600;
    color: #FEA53D;
    border: 2px solid #FEA53D;
    font-family: "Battambang", system-ui;
    background: transparent;
}
.btn:hover{
   color: #fff;
    background-color: #FFC000;
}
.menu_icon{ 
    display: flex;
    list-style-type: none;
    color: #FEA53D; 
}
.menu_icon .nav-item{
    padding: 0 15px;
}
.menu_icon i{
    color: #FEA53D;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    
}
.menu_icon i:hover{
    color: #FFE193;
}

/*hero banner */
.section-banner{
    width: 100%;
    height: 660px;
    position: relative;
    padding: 0;
    /* margin-bottom: 60px; */
}
.section-banner img{
    display: block;
    width: 100%;
    height: 660px;
    position: absolute;
    object-fit: cover;
    filter: brightness(30%);
}
.section-banner .banner-text{
    width: 100%;
    height: 660px;
    position: absolute;
    z-index: 99;
}
.section-banner .content{
    width: 100%;
    height: 660px;
}
.section-banner .content .link{
    font-size: 20px;
    margin-bottom: 180px;
    display: flex;
    justify-content: center;
}
.section-banner .content a{
    text-decoration: none;
    color: white;
}
.section-banner .content .link u{
    background-color: transparent;
    color: #FEA53D;
}
.section-banner .content a:hover{
    color: #FEA53D;
}
.section-banner .content h1{
    font-size: 70px;
    font-weight: 500;
    color: #FEA53D;
    text-align: center;
}
.section-banner .content h2{
    font-size: 40px;
    text-align: center;
}
/* main menu  */
.main-menu{
    margin-top: 60px;
    width: 100%;
    height: 100%;
}
.main-menu .row{
    width: 100%;
    height: 260px;
    gap: 50px;
    flex-wrap: nowrap;
}
.main-menu .col-3{
    position: relative;
    
}
.main-menu img{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    filter: brightness(30%);
    border-radius: 50%;
    box-shadow: 1px 1px 15px 3px #232323;
    transition: 0.3s;
}
.main-menu .text{
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.main-menu .text h1{
    font-size: 40px;
    color: white;
    transition: 0.3s;
}
.main-menu a:hover img{
    transform: scale(1.05,1.05);
    
}
.main-menu a:hover h1{
    color: #FEA53D;
    transform: scale(1.05,1.05);

}
/* menu list  */
.menu-list .row{
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
}
.menu-list .row .card{
    /* height: 380px; */
    background-color: black;
    margin-bottom: 60px;
    border-radius: 8px;
    transition: 0.1s;
}
.menu-list .image{
    width: 100%;
    height: 250px;
    position: relative;
}
.menu-list .row .card img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 8px 8px 0 0 ;
    position: absolute;
    
}
.menu-list .row .card h4{
    padding: 2px 10px;
    background-color: #FEA53D;
    color: white;
    position: absolute;
    z-index: 99;
    top: 0;
    font-size: 18px;
    font-weight: 500;
    border-radius: 8px;
}
.menu-list .row .card .rate{
    height: 35px;
    padding: 0px 12px;
    background-color: #FEA53D;
    position: absolute;
    z-index: 120;
    top: 215px;
    right: 0;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px 0 0 0;
    
}
.menu-list .row .card .rate i{
    margin-right: 8px;
    font-size: 20px;
}
.menu-list .row .card .rate span{
    font-size: 22px;
    font-weight: 500;
}
.menu-list .row .card:hover{
    box-shadow: 0px 0px 8px 8px rgba(0, 0, 0, 0.3);
    scale: 1.03;
}
.menu-list .card .text{
    height: 100%;
    width: 100%;
    text-align: center;
}
.menu-list .card .text h2{
    margin-top: 10px;
    font-size: 30px;
    font-weight: 600;
}
.menu-list .card .text h3{
    color: #FEA53D;
    font-size: 25px;
    margin-top: 0px;
    padding-bottom: 10px;
}
.menu-list .card .text .star i{
    margin-top: 7px;
    font-size: 20px;
}
.menu-list .card .icon{
    width: 100px;
    height: 40px;
    position: absolute;
    z-index: 99;
    right: 0;
    border-radius:0 8px 0 8px;
    background-color: rgba(251, 174, 8, 0.404);
    text-align: center;
    display: none;
    transition: 0.2s;
}
.menu-list .card .icon i{
    font-size: 28px;
    padding: 0 3px;
    margin-top: 5px;
    color: #fff;
}
.menu-list .card:hover .icon{
    display: block;
    transform: translateY(100);
}
.menu-list .icon i:hover{
    color: #FEA53D;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.3));
}
/* .menu-list .card:hover .text{
    display: block;
} */
/* .menu-list .card:hover h4{
    display: none;
}
.menu-list .card:hover .rate{
    display: none;
} */

/* footer */
footer{
    background-color: #000;
}
.top-footer{
    padding: 40px 0;
    width: 100%;
}
footer .top-footer .row .col-4{
    margin-right: 80px;
}
footer .top-footer .row img{
    height: 140px;
    object-fit: cover;
}
footer .top-footer .row p{
    margin-top: 10px;
    font-size: 20px;
    color: #FFE193;
}
footer .top-footer .row .app{
    display: flex;
    gap: 20px;
}
footer .top-footer .row .app a{
    width: 40px;
    height: 40px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFE193;
    border: 1px solid #FFE193;
    border-radius: 50%;
    margin-top: 40px;
}
footer .top-footer .row .app a i{
    font-size: 20px;
}
footer .top-footer .row .app a:hover{
    color: #FEA53D;
    border: 1px solid #FEA53D;
}
footer .top-footer .row h2{
    padding: 20px 0px 15px 0px;
    font-size: 30px;
    color: #FEA53D;
    
}
footer .top-footer .row ul{
    display: block;
    list-style-type: none;
    /* padding-left: 30px; */
    /* border: 1px solid green; */
}
footer .top-footer .row ul li{
    padding: 6px 0;
    /* border: 1px solid red; */
}
footer .top-footer .row ul li a{
    text-decoration: none;
    font-size: 20px;
    color: #FFE193;
    
}
footer .top-footer .row ul li a:hover{
    text-decoration: underline;
    color: #FEA53D;
}
footer .top-footer .row ul li i{
    font-size: 22px;
    color: #FFE193;
    margin-right: 10px;
}
footer .copyright{
    padding: 0;
    border-top: 1px solid #666666;
}
footer .copyright h3{
    padding: 3px 0;
    text-align: center;
    font-weight: 500;
    color: #FFE193;

}