@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%;    
}
/*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{
    padding-top: 90px;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
}
.main-menu .content{
    border: 1px solid grey;
    border-left: 0;
    border-right: 0;
}
.main-menu .content ul{
    display: flex;
    list-style-type: none;
    justify-content: center;
    gap: 50px;
}
.main-menu .content ul li{
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-menu .content ul li a{
    text-decoration: none;
    color: white;
    font-size: 25px;
}
.main-menu .content .active{
    text-decoration: underline;
    color: #FEA53D;
}
.main-menu .content ul li a:hover{
    text-decoration: underline;
    color: #FEA53D;
}
/* menu list  */
.menu-list .row{
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
}
.menu-list .row .card{
    background-color: black;
    margin: 30px 0;
    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 del{
    font-size: 22px;
    color: gray;
}
.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.704);
    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));
    
}
/* section swipe */
.section-swipee{
    padding-bottom: 90px;
    padding-top: 0;
}
.swiper {
    width: 100%;
    height: 100%;
}

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

.swiper-slide img {
    display: block;
    object-fit: cover;
}
.swiper-slide .swipe1{
    width: 100%;
    height: 450px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide .swipe1 img{
    width: 100%;
    height: 450px;
    position: absolute;
    filter: brightness(30%);
}
.swiper-slide .swipe1 .text{
    position: absolute;
    z-index: 99;
}
.swiper-slide .swipe1 .text h2{
    font-size: 50px;
}
.swiper-slide .swipe1 .text p{
    width: 250px;
    height: 1px;
    border: 1px solid white;
    margin: auto;
}
.swiper-slide .swipe1 .text p hr{
    width: 200px;
}
.swiper-slide .swipe1 .text h3{
    font-size: 40px;
}
.swiper-slide .swipe2{
    width: 100%;
    height: 450px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.swiper-slide .swipe2 img{
    width: 50%;
    height: 100%;
    object-fit: cover;
}
.swiper-slide .swipe2 .text{
    width: 50%;
    /* border: 1px solid green; */
    /* height: 500px; */
    /* padding: 20px 30px; */
}
.swiper-slide .swipe2 .text h1{
    font-size: 45px;
    color: #FEA53D;
    /* margin-top: 30px; */
}
.swiper-slide .swipe2 .text p{
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: auto;
    margin-top: 20px;
    font-size: 25px;
}
.swiper-slide .btn{
    margin-top: 30px;
    width: 180px;
    height: 50px;
}
.swiper-slide .swipe3{
    width: 100%;
    height: 450px;

}
.swiper-slide .swipe3 img{
    width: 100%;
    height: 450px;
    position: absolute;
    /* filter: brightness(30%); */
}
.swiper .swiper-pagination-bullet{
    width: 20px;
    height: 2px;
    color: #fff;
    background-color: white;
}
