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

body{
    position: relative;
    height: 100%;
}
section{
    padding: 60px 0;
    /* border: 1px solid blue; */
}
.row{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.col-12{
    width: 100%;
}
.col-8{
    width: 65%;
}
.col-6{
    width: 50%;
}
.col-4{
    width: 30%;
}
.col-3{
    width: 25%;
}
.col-2{
    width: 20%;    
}
/* section-detail */
.section-detail{
    width: 100%;
    padding: 0;
    height: 630px;
    display: flex;
    align-items: center;
    position: relative;
    /* background-image: url(../img/Khmer-food/1.\ amok.jpg); */
}
.section-detail .background {
    width: 100%;
    height: 600px;
    position: absolute;
    top: 0;
    filter: brightness(50%);
}
.section-detail .background img{
    width: 100%;
    height: 600px;
    object-fit: cover;
    filter: brightness(10%);
    filter: blur(30px);
}
.section-detail .content{
    width: 100%;
    height: 600px;
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 97;
    top: 0;
}
.section-detail .content .row{
    /* width: 100%; */
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 1px 1px 8px 8px rgba(71, 69, 69, 0.3);

    /* margin: 60px 0; */
    /* background-color: #000; */
    /* border: 1px solid green; */
    border-radius: 30px;
}
.section-detail .content .row .col-6{
    height: 400px;
}
.section-detail .content .row .col-6 img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 20px 0 0 20px;
}
.section-detail .content .detail{
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 0 30px 30px 0;
    color: #4b4b4b;
    font-size: 25px;
    padding: 40px 0px 40px 40px;
}
.section-detail .content .star{
    color: #FEA53D;
    filter: drop-shadow(2px 2px 1px rgba(0,0,0,0.3));
    display: flex;
    gap: 2px;
}
.section-detail .content .detail h1{
    font-size: 38px;
    margin-top: 20px;
}
.section-detail .content .detail h5{
    font-size: 23px;
}
.section-detail .content .detail span{
    font-weight: 500;
    color: #666666;
}
.section-detail .content .detail p{
    margin-top: 20px;
    padding:2px 20px;
    color: #666666;
    font-size: 20px;
    border-left: 4px solid #666666;
}
.section-detail .content .detail .cart{
    /* height: 100%; */
    margin-top: 20px;
    /* border: 1px solid green; */
    display: flex;
    align-items: center;
    gap: 10px;
    height: 45px;
    gap: 15px;
}
.btn-cart{
    width: 100%;
    height: 100%;
    padding: 0px 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FEA53D;
    color: white;
}
.section-detail .content a{
    text-decoration: none;
    display: flex;
    align-items: center;
}
.section-detail .content .detail .cart i{
    color: #FEA53D;
    /* color: #d4d4d4; */
    font-size: 30px;
}
.section-detail .content .detail .cart i:hover{
    color: #FFE193;
    filter: drop-shadow(0px 2px 0px rgba(225,225,225,0.4));
}
.section-detail .content .wrapper{
    min-width: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: 0 5px 10px rgba(0,0,0,0.2);
}
.section-detail .content .wrapper span{
    width: 100%;
    height: 100%;
    text-align: center;
    cursor: pointer;
    font-size: 30px;
}
.section-detail .content .wrapper .num{
    height: 30px;
    font-size: 22px;
    padding: 0px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid rgba(0,0,0,0.2);
    border-right: 1px solid rgba(0,0,0,0.2);
    pointer-events: none;
    color: #666666;
}

/* more-menu */
.more-menu{
    padding-top: 0;
    margin-top: -40px;
}
.more-menu .title{
    width: 100%;
    display: flex;
    justify-content: center;
}
.more-menu h1{
    width: 20%;
    font-size: 35px;
    padding: 5px 0;
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
    text-align: center;
    color: #ffffff;
}
.swiper {
    width: 100%;
    height: 100%;
    margin-top: 60px;
    /* background-color: #000; */
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */
    /* background: #000; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.more-menu .card{
    width: 100%;
    /* height: 100%; */
    /* background-color: #000; */
    background-color: #fff;   
    margin-bottom: 60px;
    border-radius: 8px;
    border: 0;
    transition: 0.3s;
    position: relative;
    /* border: 1px solid grey; */
}
.more-menu .overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 98;
    top: 0;
    border-radius: 8px;
    background-color: rgba(0,0,0,0.7);  
}
.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 .view{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
}
.more-menu .card .view a{
    text-decoration: none;  
}
.more-menu .view .btn-view{
    width: 170px;
    padding: 25px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    transition: 0.6s;
    margin-top: -20px;
}
.more-menu .card .view .btn-view:hover{
    justify-content: left;
    transform: translate(20px,0px);
    background-color: transparent;  
}
.more-menu .view .btn-view i{
    transition: 0.2s;
    display: none;
}
.more-menu .card .view .btn-view:hover i{
    transform: translate(20px,0px);
    display: block;

}
.more-menu .card .rate{
    height: 35px;
    padding: 0px 12px;
    background-color: #FEA53D;
    position: absolute;
    z-index: 97;
    /* top: 215px; */
    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);
    text-align: center;
    display: none;
    transition: 0.2s;
}
.more-menu .card .icon i{
    font-size: 28px;
    padding: 0 3px;
    margin-top: 5px;
    color: #fff;
}
.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));
    
}
.swiper .swiper-pagination-bullet{
    width: 20px;
    height: 1px;
    color: #fff;
    background-color: white;
}

/* section-review */
.section-review{
    width: 100%;
    height: 100%;
    padding-top: 0;
}
.section-review h1{
    font-size: 30px;
    margin-bottom: 30px;
}
.section-review .card{
    height: 100%;
    /* background-color: #686767; */
    border: 1px solid #FEA53D;
    display: flex;
    padding: 20px 40px;
    margin-top: 20px;
    /* align-items: center; */
}
.section-review .card .profile{
    height: 60px;
    width: 10%;
    /* padding-top: 20px; */
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    /* border: 1px solid brown; */
    border-radius: 50%;
    margin-right: 20px;
}
.section-review .card .profile i{
    font-size: 34px;
    color: #666666;
}
.section-review .card .text{
    width: 100%;
    display: flex;
    justify-content: space-between;
    /* border: 1px solid green; */
}
.section-review .card .text .comment span{
    font-weight: 500;
    color: #8e8e8e;
    font-size: 18px;
}
.section-review .card .text .rate i{
    color: #FEA53D;
}

.section-review .card-review{
    height: 100%;
    border: 1px solid #FEA53D;
    padding: 30px 40px;
    margin-top: 20px;
}
.section-review .card-review .title i{
    cursor: pointer;
}
.section-review .card-review .title h3{
    font-size: 23px;
    color: #FEA53D;
}
.section-review form {
    padding: 20px 0;
}
.form-group{
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 50px;
    /* margin-bottom: 20px; */
}
.mb-3{
    margin-bottom: 1rem;
}
.form-control{
    width: 100%;
    height: 36px;
    padding-left: 8px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-family: "Battambang", system-ui;
}
label{
    /* width: 20%; */
    font-size: 16px;
    font-weight: bold;
    margin-right: 10px;
    display: block;
    /* text-align: left; */
}
.form-control:focus,
textarea:focus{
    outline: 2px solid #FEA53D;
    /* outline: 0; */
}
.form-select{
    width: 70%;
    height: 36px;
    padding-left: 8px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
textarea{
    width: 100%;
    padding: 6px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-family: "Battambang", system-ui;
}
form .form-button{
    width: 100%;
    display: flex;
    justify-content: center;
}
form button{
    width: 90px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 7px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}
.btn-primary{
    background-color: #FEA53D;
}
