@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');

html,
body {
    position: relative;
    /* height: 100%; */
}
body {
    background: #eee;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.col-4{
    width: 33.33%;
    
}
.col-3 {
    width: 25%;
    /* padding: 15px; */
}
.col-2{
    width: 20%;
    
    
}
.col-6{
    width: 50%;
}

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

}

 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    filter: brightness(45%);
    position: absolute;

}
.swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 2px;
    background-color: #F59E0B;
}

 .banner-content {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

 .banner-content .text-banner {
    text-align: center;
    align-items: center;
    position: absolute;
    padding-bottom: 120px;
}

 .banner-content .text-banner h3 {
    font-size: 40px;
    color: #F59E0B;
    font-family: "Fasthand", cursive;
    padding-bottom: 10px;
}


.hero-banner .banner-content .text-banner h1 {
    margin-top: 0px;
    font-size: 60px;
    font-weight: 600;
    font-family: "Kdam Thmor Pro", sans-serif;
}

.hero-banner .banner-content .text-banner span {
    color: #FFC000;

}

.text-banner p {
    padding-top: 10px;
    font-size: 25px;
    font-family: "Fasthand", cursive;
    color: #ddd;
}

.all-btn {
    position: absolute;
    display: flex;
    margin-left: 140px;
    margin-top: 30px;

}

.all-btn .btn {
    width: 140px;
    height: 45px;
}

.all-btn .btn-res {
    margin-right: 20px;
}

.all-button {
    position: absolute;
    display: flex;
    top: 62%;

    /* top: 60vh; */
    left: 0;
    right: 0;
    justify-content: center;
    z-index: 99;
    

}
.all-button li{
    list-style-type: none;
}

.all-button .btn {
    width: 140px;
    height: 45px;
}

.all-button .btn-res {
    margin-right: 20px;
}
.text-menu {
    text-align: center;
    padding-bottom: 30px;
}

.text-menu h3 {
    color: #F59E0B;
    font-size: 35px;
}

.text-menu p {
    color: #858484;
    margin-top: -20px;
    margin-bottom: 5px;
}

.text-menu .star i {
    color: #F59E0B;

}
/* section-menu */

.text-menu {
    text-align: center;
    
}
.section-menu .col-3{
    padding: 15px;

}
.text-menu h3 {
    color: #F59E0B;
    font-size: 35px;
}

.text-menu p {
    color: #858484;
    margin-bottom: 5px;
}

.text-menu .star i {
    color: #F59E0B;

}
.card-menu{
    width: 100%;
    background-color: #121212;
    border-radius: 20px;  
   
}
.card-menu img{
    width: 100%;
    height: 200px;
    border-radius: 10px;
    object-fit: cover;
    transition: 0.5s;
}
.card-menu img:hover{
    box-shadow: 0px 0px 15px 8px rgba(75, 74, 74, 0.3);
    scale: 0.95
}

.card-body{
    text-align: center;
    padding-bottom: 20px;
}

.card-menu h3{
    font-size: 25px;
    color: #F59E0B;
}

.btn-more{
    width: 150px;
    height: 40px;
    border-radius: 20px;
    border: 0;
    font-size: 20px;
    color: #fff;
    border: 2px solid #FEA53D;
    font-family: "Battambang", system-ui;
    
    background-color: #fea43d9c;
    margin-top: 10px;
}
.btn-more:hover{
    background-color: #F59E0B;
}
/* section service */
.section-service{
    width: 100%;
    height: 100%;
}
.content .title{
    padding: 0 80px;
    text-align: center;
    /* border: 1px solid green; */
    font-size: 20px;
}
.content .title h1{
    font-size: 35px;
    color: #FEA53D;
    padding-bottom: 20px;
}
.section-service .service-list{
    display: flex;
    /* justify-content: center; */
    /* flex-wrap: wrap; */
    gap: 30px;
    margin-top: 30px;
}
.section-service .service-list .card{
    width: 100%;
    height: 300px;
    position: relative;
    border-radius: 8px;
}
.section-service .service-list .card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    filter: brightness(20%);
    position: absolute;
}
.section-service .service-list .card .text{
    padding: 30px 20px;
    position: absolute;
    z-index: 90;
    text-align: center;
    /* color: rgb(236, 234, 234); */
}
.section-service .service-list .card .text h3{
    text-align: center;
    font-size: 22px;
    color: #FEA53D;
    margin-bottom: 10px;
}
.section-service .all-box{
    padding-bottom: 25px;
}

/* Gallery */
.gallery .img{
    padding: 15px;
}
.gallery .img img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 20px;

}
/*  about resterant */
.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;
}
.about h1{
    text-align: center;
    font-size: 30px;
    margin-bottom: 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;
}
.contact .contact-form p{
    font-size: 30px;
    color: #F59E0B;
    margin-bottom: 20px;
    padding-top: 30px;
    margin-left: 50px;
  
}

/* 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: 100%;
    position: absolute;
}
.section-contact .content .text-contact{
    width: 100%;
    height: 100%;
    padding-top: 30px;
}

.contact-form{
    width: 800px;
    height: 580px;
    /* background-color: #121212; */
    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;
}
.icon{
    width: 700px;
    border: 2px solid #F59E0B;
    display: flex;
    height: 45px;
    border-radius: 0 20px;
    color: #ddd;

}
.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-landing{
    display: flex;
}
.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 a:hover{
    color: #FFE193;
}
.contact-info ul li span{
    font-size: 25px;
    color: #F59E0B; 
}
.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;
}

