@import url('https://fonts.googleapis.com/css2?family=Battambang:wght@100;300;400;700;900&family=Fasthand&family=Fondamento:ital@0;1&family=Jersey+20+Charted&family=Kantumruy+Pro:ital,wght@0,100..700;1,100..700&family=Kdam+Thmor+Pro&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&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.row{
    display: flex;
    flex-wrap: wrap;
}
.col-3{
    width: 25%;
}
.col-6{
    width: 50%;
}
.col-4{
    width: 33.33%;
}
.btn-booking{
    /* width: 100%; */
    padding: 7px 20px;
    background-color: transparent;
    border: 1px solid #FEA53D;
    color: #FEA53D;
    border-radius: 20px;
    font-size: 20px;
}
body{
    font-family: "Battambang", system-ui;
    color:rgb(255, 255, 255);
    background-color: #1C1B1B;
}
button{
    font-family: "Battambang", system-ui;
    cursor: pointer;
}
.container{
    width: 1200px;
    margin: auto;
}
section{
    padding:60px 0;
}
.row{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.swiper-pagination-bullet{
    width: 20px;
    height: 2px;
    color: #FEA53D;
    background-color: #FEA53D;
}
.bg-black{
    background-color: #000;
}
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;
    position: relative;
    transition: 0.3s;
}
.nav-link{
    text-decoration: none;
    color: #FEA53D;
    font-size: 20px;
    font-weight: 600;
    transition: 0.3s;
}
.nav-item:hover .nav-link{
    color: #FFE193;
}

.nav-item:hover .navbar-dropdown{
    display: block;
}

.navbar-dropdown{
    width: 220px;
    background-color: #1b1a1a;
    list-style-type: none;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    top: 60px;
    display: none;
}

.navbar-dropdown::before{
    content: "";
    position: absolute;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background-color: #1b1a1a;
    width: 25px;
    height: 20px;
    top: -12px;
    left: 10px;
}

.navbar-dropdown .hidden{
    position: absolute;
    top: -30px;
    width: 70px;
    height: 30px;
    background-color: transparent;
}

.navbar-dropdown .nav-item{
    padding: 0 30px;    
    transition: 0.3s;
}
.navbar-dropdown .nav-item .nav-link{
    color: #FEA53D;
}

.navbar-dropdown .nav-item .nav-link span{
    font-size: 17px;
}

.navbar-dropdown .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;
    transition: 0.3s;
}
.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;
    transition: 0.3s;
}
.menu_icon i:hover{
    color: #FFE193;
}


/* herobanner  */
.section-banner{
    width: 100%;
    height: 100%;
    padding-top: 0;
}

.section-banner .swiper {
    width: 100%;
    height: 100vh;
}

.section-banner .swiper-slide {
    width: 100%;
    height: 100vh;
    text-align: center;
    font-size: 18px;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-banner .swiper-slide img {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.section-banner .swipe1{
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-banner .swipe1 img{
    filter: brightness(30%);
    position: absolute;
}
.section-banner .swipe1 .content{
    position: absolute;
}
.section-banner .swipe1 h2{
    font-family: "Fasthand", cursive;
    font-size: 35px;
}
.section-banner .swipe1 h1{
    font-family: "Kdam Thmor Pro", sans-serif;
    border: 1px solid white;
    border-left: 0;
    border-right: 0;
    padding: 5px 0;
    font-size: 55px;
    margin: 20px 0;
    color: #FEA53D;
}
.section-banner .swipe1 span{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.section-banner .swipe1 p{
    font-family: "Fasthand", cursive;
    font-size: 20px;
}
.section-banner .swipe2{
    width: 100%;
    height: 100%;
    position: relative;
}
.section-banner .swipe2 img{
    filter: brightness(30%);
    position: absolute;
}
.section-banner .swipe2 .content{
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
}
.section-banner .swipe2 .text{
    height: 100%;
    display: flex;
    align-items: center;
    gap: 30px;
}
.section-banner .swipe2 .text img{
    width: 100%;
    height: 700px;
    object-fit: cover;
    position: fixed;
    filter: blur(2px);
}
.section-banner .swipe2 .col-6{
    text-align: left;
}
.section-banner .swipe2 h1{
    text-align: left;
    font-size: 60px;
    font-family: "Fasthand", cursive;
    color: #FEA53D;
    font-family: "Kdam Thmor Pro", sans-serif;
}
.section-banner .swipe2 p{
    font-size: 25px;
    margin-bottom: 20px;
}
.section-banner .swipe2 span{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.section-banner .swipe2 button:hover{
    background-color: #FFC000;
    color: #fff;
}
.hero {
    width: 100%;
    height: 100vh;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero  h1{
    font-size: 40px;
}
.hero span{
    color: #F59E0B;
}
.top-banner{
    display: flex;
}
.banner-content .offer{
    width: 280px;
    height: 70px;
    background-color: rgb(243, 135, 53);
    border-radius: 0 90px 0 90px;
}
.banner-content  h2{
    text-align: center;
    font-size: 40px;
    
}
.banner-content  h3{
    font-size: 25px;
    padding-bottom: 20px;
    text-align: center;
    font-family: "Fasthand", cursive;
}

.banner-content .text-boby{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.banner-content img {
    width: 100%;
    height: 80vh;  
    object-fit: cover;  
}
.btn-order{
    width: 150px !important;
    height: 45px !important;
    margin-top: 40px;
    align-items: center;
}
.contact-landing{
    display: flex;
}
.contact-hero {
    display: flex;
    font-size: 25px; 
}
.contact-hero li{
    list-style-type: none;
}
.contact-hero li a{
    text-decoration: none;
    color: #F59E0B; 
}
.text-menu {
    text-align: center;   
}
.text-menu h3 {
    color: #F59E0B;
    font-size: 35px;
}
.text-menu p {
    color: #858484;
    margin-bottom: 5px;
}
.text-menu .star i {
    color: #F59E0B;
    margin-bottom: 40px;
}
.card img{
    width: 100%;
    height: 350px;
    border-radius: 20%;
    object-fit: cover;
    padding:0 30px;
    margin-top: 20px; 
}
.card-body{
    text-align: center;
    padding-bottom: 30px;
}
.card h3{
    font-size: 30px;
    color: #ddd;
    margin-top: 10px;
}
.menu .card .card-body .btn-more{
    width: 150px ;
    height: 42px ;
    background-color: #F59E0B ;
    color: #0c0c0c ;
    margin-top: 10px;
}
.menu .card .card-body .btn-more:hover{
    color: #fff;
}
.alin-center{
    margin-left: 33%;
}
.menu .card h3{
    color: #FEA53D;
}
.menu .card img{
    transition: 0.5s;
}
.menu .card img:hover{
    transform: scale(1.05);
}
/* section service */
.service{
    width: 100%;
    height: 100%;
    background-color: #000;
    padding: 30px 0;
}
.service .text{
    text-align: center;
}
.all-box{
    display: flex;
    justify-content: center;
    margin-top: 30px;  
}
.text .box{
    width: 30px;
    height: 10px;
    background-color: #F59E0B;
    border-radius:0 50% 0 50%;
    margin-top: -20px;
}
.text h1{
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;

}
.service .text h3 {
    color: #F59E0B;
    font-size: 35px;
}
.service-list{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 30px;
    margin: 20px 0 40px 0;
}
.service-list .card{
    width: 100%;
    height: 300px;
    position: relative;
    border-radius: 8px;
}
.service-list .col-3{
    width: 23%;
}
.service-list .card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    filter: brightness(20%);
    position: absolute;
    padding: 0;
}
.service-list .card .detail{
    padding: 30px 20px;
    position: absolute;
    z-index: 90;
    text-align: center;
}
.service-list .card .detail h3{
    text-align: center;
    font-size: 22px;
    color: #FEA53D;
    margin-bottom: 10px;
}
.service .detail p {
    color: #e9e9e9;
    margin-bottom: 5px;
}

/* our-chef  */
.our-chef .text p{
    font-size: 18px;
    text-align: center;
    padding: 10px 0;
}
.chef-list{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 30px;
}
.chef-list .col-3{
    width: 23%;
}
.chef-list .card{
    width: 100%;
    height: 350px;
    border-radius: 10px;
    background-color: #000;
}
.chef-list .card .profile{
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
}
.chef-list .card .profile .social{
    width: 100%;
    position: absolute;
    bottom:-40px;
    text-align: center;
    /* display: none; */
}
.chef-list .card .profile .social a{
    text-decoration: none;
}
.chef-list .card .profile .social i{
    font-size: 25px;
    color: #fff;
    padding: 6px;
    margin: 0 2px;
    border-radius: 10px;
    background-color: #FEA53D;
    transition: 0.5s;
}
.chef-list .card .profile:hover .social{
    display: block;
    transform: translate(0px, -45px);
}
.chef-list .card .profile .social i:hover{
    color: #FEA53D;
    background-color: #fff;
    /* background-color: transparent; */
    transform: scale(1.05);
    border: 1px solid #FEA53D;
}
.chef-list .card img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
    padding: 0;
    margin: 0;
    position: absolute;
}
.chef-list .card .detail{
    width: 100%;
    height: 130px;
    padding: 5px 10px 10px 10px;
    text-align: center;
}
.chef-list .card .detail h3{
    margin: 0;
    font-size: 23px;
    color: #FEA53D;
}

/* Gallery */
.gallery .img{
    padding: 15px;
}
.gallery .img img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
    transition: 1s;
}
.gallery .img img:hover{
    transform: scale(1.05);
}
/* about */
.about{
    width: 100%;
     
}
.all-box{
    display: flex;
    justify-content: center;
    
}
.about .box{
    width: 30px;
    height: 10px;
    background-color: #F59E0B;
    border-radius:0 50% 0 50%;
    margin-top: -20px;
}
.box{
    width: 30px;
    height: 10px;
    background-color: #F59E0B;
    border-radius:0 50% 0 50%;
    margin-top: -20px;
}
h1{
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
}
.about span{
   color: #F59E0B;
}
.about .text{
    width: 500px ;
    padding: 30px;
    background-color: #fff;
    position: absolute;
    border-radius: 5px;
    box-shadow: 0px 0 30px rgb(175, 175, 175);
    margin-top: 20px;
}
.about .text h2{
    color: #434345;
    margin-bottom: 10px;
}
.about .text span{
    color: #F59E0B;
}

.about .text p{
    color: #434345;
    font-size: 18px;
}
.about .imge{
    width: 800px;
    height: 400px;
    background-color: #F59E0B;
    margin-left: 32%;
    margin-top: 50px;
}
.about .imge img{
    width: 100%;
    height: 100%;
}
.about .text .btn-about-more{
    margin-top: 20px;
    width: 130px;
}
.about .row-2{
    position: relative;
    margin-top: 90px;
}
.about .row-2 .text{
    position: absolute;
    top: 0;
    left: 57%;
    margin-top: 20px;
}
.about .row-2 .imge{
    margin-left: 0;
}

.contact .contact-form p{
    font-size: 30px;
    color: #F59E0B;
    margin-bottom: 20px;
    padding-top: 30px;
    margin-left: 50px;
}

/* costomer */
.swiper {
    width: 100%;
    height: 360px;
}

.swiper-slide {
    font-size: 18px;
}
.testimontial-block{
    display: flex;
    margin-bottom: 6rem;
}
.testimontial-block .img-container{
    width: 450px;
    height: 330px;
    background-color: pink;
    border-radius: 6px;
    overflow: hidden;
}

.testimontial-detail{
    width: calc(100% - 450px);
    padding: 30px 0 30px 30px;
}

.testimontial-detail-2{
    padding: 30px 30px 30px 0;
}

.testimontial-text{
    height: 60%;
    font-size: 20px;
}

.testimontial-info-container{
    display: flex;
    height: 40%;
    justify-content: space-between;
    align-items: center;
}

.line{
    height: 85px;
    width: 6px;
    background-color: #fea54d;
    border-radius: 5px;
    margin-right: 20px;
}

.testimontial-info{
    display: flex;
}

.col-12{
    width: 100%;
}

.icons i{
    font-size: 110px;
    color: #fea54d;
}

img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimontial-position{
    font-size: 20px;
    color: #fea54d;
    font-weight: 600;
}
/* contact */
.section-contact{
    width: 100%;
    height: 770px;
    position: relative;
}
.section-contact .overlay{
    width: 100%;
    height: 100%;
    background-image: url(../img/res-landing\ 1.jpg);
    position: absolute;
    filter: brightness(20%);
}
.section-contact .content{
    width: 100%;
    height: 770px;
    position: absolute;
}
.section-contact .content .text-contact{
    width: 100%;
    height: 100%;
    padding-top: 30px;
}

.contact-form{
    width: 800px;
    height: 580px;
    border-radius:  20px;
    border: 1px solid #FEA53D;
}
.form-control{
    width: 700px;
    height: 43px;
    padding-left: 8px;
    border: 0;
    font-family: "Battambang", system-ui;
    font-size: 18px;
    border-radius: 0 20px 0 0px;
    color: #ddd;
    background: transparent;
}

.form-group{
    display: flex;
    margin-bottom: 20px;
    margin-left: 50px; 
}
.mb-3{
    margin-bottom: 50px;
}
.section-contact .icon{
    width: 700px;
    border: 2px solid #F59E0B;
    display: flex;
    height: 45px;
    border-radius: 0 20px;
    color: #ddd;

}
.section-contact .icon i{
    width: 40px;
    height: 43px;
    border-right: 2px solid #F59E0B;
    line-height: 36px;
    text-align: center;
}
.form-control:focus,
textarea:focus{
    outline: 1px solid #f5a64c;
    color: #ddd;
}
.btn-textarea{
    display: flex;
    height: 150px;
    align-items: center; 
    border-radius: 0 20px;
    border: 2px solid #F59E0B;
    margin-top: 20px;  
}
textarea{
    width:660px;
    height: 145px;
    border-radius: 0 20px 0 0; 
    background: transparent;
    border: 0;
    color: #ddd;
    padding-left: 8px;
    font-size: 20px;
    font-family: "Battambang", system-ui;
    
}
.btn-textarea .fa-pencil{
    width: 40px;
    height: 150px;
    text-align: center;
    padding-top: 10px;
    border-right: 2px solid #F59E0B;
    
}
.btn-send{
    width: 120px;
    color: #ddd;
   
}
.contact-info{
    width: 400px;
    height: 580px;
    margin-left: 20px;
    display: block;
    border-radius: 20px;
    border: 1px solid #FEA53D;
   
}
.contact-info ul{
    list-style-type: none;
    padding-left: 40px;
    padding-top: 100px;

}
.contact-info ul li{
    padding: 6px 0;
    padding-top: 30px;
}
.contact-info ul li a{
    text-decoration: none;
    font-size: 25px;
    color: #F59E0B; 
}
.contact-info ul li span{
    font-size: 25px;
    color: #F59E0B; 
}
.contact-info ul li a:hover{
    color: #FFE193;
}
.contact-info ul li i{
    font-size: 20px;
    padding-right: 10px;
    color: #F59E0B;
}
.text-contact.all-box{
    display: flex;
    justify-content: center;
}
.text-contact .box{
    width: 30px;
    height: 10px;
    background-color: #F59E0B;
    border-radius:0 50% 0 50%;
    margin-top: -20px;
    margin-bottom: 30px;
}
.text-contact h1{
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
}
/* more-menu */
.more-menu{
    padding-top: 0;
    margin-top: -40px;
}
.more-menu .swiper{
    width: 100%;
    height: 100%;
}
.more-menu .all-box{
    margin-bottom: 30px;
}
.more-menu .swiper .swiper-slide {
    width: 100%;
    height: 350px;
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
}
.more-menu .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    object-fit: cover;
}
.more-menu .card{
    width: 100%;
    background-color: #fff;   
    margin-bottom: 60px;
    border-radius: 8px;
    border: 0;
    transition: 0.3s;
    position: relative;
}
.more-menu .card .image{
    width: 100%;
    height: 200px;
    position: relative;
}
.more-menu .card img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px 8px 0 0 ;
    position: absolute;
}
.more-menu .card .rate{
    height: 35px;
    padding: 0px 12px;
    background-color: #FEA53D;
    position: absolute;
    z-index: 97;
    bottom: 0;
    right: 0;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px 0 0 0;
}
.more-menu .card .rate i{
    margin-right: 8px;
    font-size: 20px;
}
.more-menu .card .rate span{
    font-size: 22px;
    font-weight: 500;
}
.more-menu .card:hover{
    box-shadow: -3px 6px 8px 8px rgba(0, 0, 0, 0.8); 
    scale: 1.005;
}
.more-menu .card .text{
    height: 100%;
    width: 100%;
    text-align: center;
}
.more-menu .card .text h2{
    margin-top: 10px;
    font-size: 27px;
    font-weight: 600;
    color: black;
}
.more-menu .card .text h3{
    color: #FEA53D;
    font-size: 22px;
    margin-top: 0px;
    padding-bottom: 10px;
}
.more-menu .card .text .star i{
    margin-top: 7px;
    font-size: 20px;
}
.more-menu .card .icon{
    width: 100px;
    height: 40px;
    position: absolute;
    z-index: 97;
    top: 0;
    right: 0;
    border-radius:0 8px 0 8px;
    background-color: rgba(251, 174, 8, 0.704);
    display: none;
    border: 0;
    transition: 0.2s;
}
.more-menu .card .icon i{
    font-size: 28px;
    padding: 0 3px;
    margin-top: 5px;
    color: #fff;
    border: 0;
}
.more-menu .card:hover .icon{
    display: block;
    transform: translateY(100);
}
.more-menu .icon i:hover{
    color: #FEA53D;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.3));
    
}
/* footer  */
footer{
    width: 100%;
    height: 100%;
    text-align: center;
    margin-top: 60px;
    padding-top: 20px;
}
footer .logo{
    width: 100%;
    display: flex;
    justify-content: center;
}
footer .icon{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    padding: 0;
    gap: 15px;
    margin: 10px 0;
}
footer .icon i{
    width: 35px;
    height: 35px;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #FEA53D;
    border-radius: 10px;
    color: #000;
    background-color: #FEA53D;
    transition: 0.5s;
}
footer p{
    margin-top: 10px;
}
footer h3{
    width: 100%;
    padding: 7px 0;
    border-top: 1px solid gray;
    font-weight: 500;
    color: #FFE193;
}
footer a{
    text-decoration: none;
}
footer a:hover i{
    transform: scale(1.04);
    color: #fff;
    background-color: #FEA53D;
}
footer hr{
    font-size: 1px;
    color: gray;
}