*{
    scroll-behavior: smooth;
}
body{
    background-image:url("../images/sitebackground.jpg");
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 50px;
}
.contaniner_pading{
    padding: 0px 25px 0px 25px;
}

/* Font khmer style */
@font-face {
    font-family: 'khfont';
    src: url("../fonts/KhKantumruyVersion110.ttf");
}

.enfont{
    padding: 0px;
}

/**==========Menu category title=================**/
.menu_title{
    margin: 20px 0px 20px 0px;
    padding: 10px 0px 0px 0px;
}
.lbstyle_title2{
    background-image: url("../images/titlebg.jpg");
    /*background-color:#FFC67C;*/
    color:#2C231C;
    font-size: 20px;
    border-radius: 17px 0px 17px 0px;
    font-weight: 600;
    padding: 6px 20px 8px 20px;
    letter-spacing: 2px;
    line-height: 20px;
    box-shadow: 0px 5px 3px #0700004d;
}

/**==========Menu Promotion top=================**/
.promotion_top img{
    width: 100%;
    height: auto;
    border-radius: 15px;
}

/*==================================================
******************Card menu item
===================================================*/
.card-menu{
    /*background-image: url("../images/backgroundcarditem.jpg");*/
    background-color:#00000049;
    padding-bottom: 5px;
    border-radius: 20px 20px 20px 20px;
    height: 100%;
    box-shadow: 5px 10px 5px #0700001a;
}
.imgmenu{
    width: 100%;
    height: auto;
    border-radius: 20px 20px 0px 0px;
    box-shadow: 0px 5px 20px #07000030;
}

.imgmenu-threegrid{
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0px 0px;
    box-shadow: 0px 5px 20px #07000030;
}

/*======Menu detials Title, code, price,=======*/
.menudetial{
    padding: 5% 10% 5% 5%;
}

/*========Menu Code==========*/
.menu_code{
    color: #593F3B;
    text-align: center;
    padding: 0px;
    margin-top: -3px;
}
.menu_code label{
    background-color: #2c231c00;
    border-radius: 0px;
    /*border: solid #FFC77C 1px;
    padding: 0px 4px 0px 4px;*/
    color: #FFFFFF;
    font-weight: 600;
    font-size: 13px;
}
/*========Menu Price==========*/
.menu_price{
    margin-bottom: -15px;
    padding: 0px;   
}
.menu_price hr{
    border-color:#ffc67c00;
    margin-top: 10px;
    margin-bottom: 4px;
}
.lbstyle_price{
    color: #EBE6E5;
    font-weight: 650;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: red;
    padding: 0px 5px 0px 5px;
    border-radius: 5px;
}
.lbstyle_category{
    height: 35px;
    margin-top: -35px;
}
.lbstyle_category label{
    color:#2C251F;
    border-radius: 7px;
    font-weight: 600;
    border-width: 2px;
    padding-left: 10px;
    padding-right: 10px;
    background-color:#FFC67C;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin-right: 10px;
    text-transform: uppercase;
    border: #2C251F 1px solid;
}
/*========Title Khmer==========*/
.title_kh{
    margin: 0px;
    padding: 0px 0px 4px 0px;
    color:#EFE9E9;
    font-size: 15px;
    line-height: 21px;
    font-weight: bold;
    font-family: khfont;
}

/*========Title English==========*/
.title_en{
    margin: 0px;
    padding: 2px 0px 3px 0px;
    letter-spacing: 0.1px;
    line-height: 17px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 650;
    color:#FCF100;
}

/*========Description==========*/
.text_description{
    margin: 0px;
    padding: 2px 0px 0px 0px;
    letter-spacing: 0.1px;
    line-height: 15px;
    font-size: 14px;
    color:#ffffffd5;
}

/*========Peppers Img==========*/
.chilli_img img{
    padding: 10px 0px 0px 0px;
    margin: 0px;
    width: 40px;
    height: auto;
}
/*========Available Time==========*/
.available_time{
    color:#EBE6E5;
    font-size: 13px;
    padding: 18px 0px 0px 0px;
    line-height: 15px;
    letter-spacing: 0.1px;
}



/*========================================================
===============Style Navbar or menu bar===========================
=========================================================*/

#navbar{
    position: sticky;
    top: 0;
    white-space: nowrap;
    overflow: auto;
    position: -webkit-sticky;
    z-index: 1;
    transition: top 0.5s;
}
div.scrollmenu {
    width: 100%;
    height: auto;
    overflow: auto;
    top: 0;
    right: 0;
    z-index: 3000;
    background-color:#33333387;
    border-radius: 0px 0px 30px 30px;
}
  /* Hide scrollbar for Chrome, Safari and Opera */
  .scrollmenu::-webkit-scrollbar {
      display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
  .scrollmenu {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
  
  div.scrollmenu a {
    display: inline-block;
    text-align: center;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    border-radius: 11px;
    text-decoration: none;
    vertical-align: top;
  }
  
  
div.scrollmenu a:hover img
{
    opacity: 5.0;
}

.scrollmenu a img{
    width:80px; 
    height: auto; 
    margin: 0; 
    padding: 0;
    opacity: 5.0;
}
.scrollmenu a.active img{
    opacity: 5.0;
}

.scrollmenu a p{
    width:100px; 
    height: auto; 
    margin: 0px;
    padding: 2px 0px 5px 0px;
    letter-spacing: 0.1px;
    line-height: 17px;
    font-size: 18px;
    text-transform: uppercase;
    color: #c8a775;
    font-weight: 650;
    white-space: break-spaces;
    word-wrap: break-word;
}






/*========================================================
===============Soft drink card===========================
=========================================================*/
.softdrink-card-menu{
    /*background-image: url("../images/backgroundnavitem_noneimg.jpg");*/
    background-color: #00000049;
    padding-bottom: 5px;
    border-radius: 10px;
    height: 100%;
    box-shadow: 5px 10px 5px #0700001a;
}
.softdrink-menudetial{
    padding: 5% 10% 2% 5%;
}
.softdrink-txttitle{
    margin: 0px;
    padding: 2px 0px 3px 0px;
    letter-spacing: 0.1px;
    line-height: 17px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 650;
    color:#FCF100;
}
.menu_price_noimg_sofdrink{
    margin: 5px 0px 0px 0px;
    padding: 0px;
}
.menu_price_noimg_sofdrink hr{
    border-color:#FFC77C;
    margin-top: 10px;
    margin-bottom: 20px;
    display: none;
}
.menu_price_noimg_sofdrink label{
    border-radius: 5px;
    /*border: solid #FFC77B 1px;
    padding: 0px 6px 0px 6px;*/
    color: #EBE6E5;
    margin-right: 3px;
    font-size: 14px;
    font-weight: 650;
}




/*========================================================
==================Style Model Alert=======================
=========================================================*/

.modal-content{
    background-color:#ffffff;
    border: none;
}

.blogclose{
    background-color: rgba(0, 0, 255, 0);
}
.blogclose img{
    width: 40px;
    height: 40px;
}

.blogpormotion img{
    border-radius: 20px;
    width: 100%;
    height: auto;
}

.btnmenupromotions{
    width: 90px;
    height: 90px;
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: 1;
    box-shadow: 1px 1px 5px #0700001a;
    border-radius: 50%;
    border: none;
    background: #FFAA55;
    padding: 10px 20px 0 0;
}
.btnmenupromotions img{
    width: 50px;
    height: 50px;
    position: fixed;
}

.notification .badge {
    position: absolute;
    padding: 10px 10px;
    border-radius: 50%;
    background-color: red;
    color: white;
}

.btn .badge {
    position: relative;
    top: -1px;
}


