@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&display=swap');

.display p{
    font-size:19px;
}

h1.respoh1{
    text-align: center; font-size: 60px; color: rgb(255, 255, 255); margin-top: -85px; font-family: "Kelly Slab", cursive;
}

body, p {
    font-family: ubuntu;
}

.header-img .image-full {
    height: 135px !important;
}

.slide-rows div:last-child{
  color: #ff3e00;
}


.is-container {
 z-index: auto!important;
}

.com-widget-container .container{
 background-color: transparent!important;
}
.com-widget-container .btn-rengine.orphan{
 width:150px;
}




/**SLIDER MENU**/


a.nav-expander {
  background: none repeat scroll 0 0 transparent;
  color: #FFFFFF;
  display: block;
  /*font-size: 15px;*/
  font-weight: 400;
  height: 50px;
  margin-right: 0;
  padding: 1.7em 0.5em 2em;
  position: absolute;
  right: 0;
  text-decoration: none;
  text-transform: uppercase;
  top: 0;
  transition: right 0.3s ease-in-out 0s;
  /*width: 130px;*/
  z-index: 12;
  transition: right 0.3s ease-in-out 0s;
  -webkit-transition: right 0.3s ease-in-out 0s;
  -moz-transition: right 0.3s ease-in-out 0s;
  -o-transition: right 0.3s ease-in-out 0s;
 
}
 
a.nav-expander:hover {
  cursor: pointer;
}
 
a.nav-expander.fixed {
  position: fixed;
}
 
.nav-expanded a.nav-expander.fixed {
    right: 20em;
}


nav {
  background: #fff;
  box-shadow: 1px 1px 0.5rem black;
  display: block;
  height: 100%;
  overflow: auto;
  position: fixed;
  right: -20em;
  font-size: 15px;
  top: 0;
  width: 20em;
  z-index: 99999;
  transition: right 0.3s ease-in-out 0s;
  -webkit-transition: right 0.3s ease-in-out 0s;
  -moz-transition: right 0.3s ease-in-out 0s;
  -o-transition: right 0.3s ease-in-out 0s;
 border-left:3px solid rgb(204,70,69);
}
.nav-expanded nav {
  right: 0;
}
 
body.nav-expanded {
  margin-left: 0em;
  transition: right 0.4s ease-in-out 0s;
  -webkit-transition: right 0.4s ease-in-out 0s;
  -moz-transition: right 0.4s ease-in-out 0s;
  -o-transition: right 0.4s ease-in-out 0s;
}
 
#nav-close {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 300;
  font-size: 24px;
  padding-right: 10px;
  color:#000!important;
}



.main-menu {
  padding-top: 12px;
}
 
.main-menu li {
  border-bottom: 0;
  margin-left: 20px;
  font-size: 25px;
  padding: 8px;
  text-align:center;
}
 
.main-menu li a {
  color: #514A42;
  text-decoration: none;
  font-weight: 500;
  font-size: 22px;
  
}
 
.main-menu li a:hover {
  color: rgb(204,70,69);
  text-decoration: none;
}
 
.main-menu li .sub-nav {
  border-bottom: 0px;
  padding: 4px;
}
 
.main-menu a .caret {
    width: 0;
    height: 0;
    display: inline-block;
    vertical-align: top;
    border-top: 4px solid #4f5963;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    margin-top: 8px;
}
 
.main-menu a:hover .caret {
    border-top-color: #4f5963;
}
 
.main-menu li.open > a > .caret {
    border-top: none;
    border-bottom: 4px solid #4f5963;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
 
.main-menu li.open > a:hover > .caret {
    border-bottom-color: #4f5963;
}


.fa-bars {
    font-size: 40px!important;
    color:black!important;
}

.fa-bars:before {
    content: "\f0c9";
    color: white;
   /* text-shadow: -1px 0 #666, 0 1px #666, 1px 0 #666, 0 -1px #666;*/
    content: "\f0c9";
    color: white;
    padding: 17px 20px;
    border-radius: 50px;
    background: rgba(0,0,0,0.2);
}
 
.main-menu li > a > span.icon {
  float: right;
  margin: 0.1em 1.7em -0.1em 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
 
}
 
.main-menu li > a:hover > span.icon {
  float: right;
  margin: 0.1em 0.8em -0.1em 0;
  opacity: 1;
}



.navbar-fixed-bottom {
    background: #222; 
    padding: 20px; 
    color: #fff;
  
}

.is-container {
    z-index: auto!important;
}
.is-overlay {
    z-index: 0!important;
}


@media (max-width: 768px) {
    .lang {
        width:30%!important;
    }
    .ad {
        width:90%!important;
    }
    #buttonhref2{
         width: -webkit-fill-available;
     }
     
    #buttonhref1{
         width: -webkit-fill-available;
         
			margin-right:0px!important;
     }
}

.lang {
    opacity:1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.lang:hover {
    opacity:0.7;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/*FOOD MENU PAGE CSS*/
.footer-text {
font-family: fira sans;
font-size: 18px;
} 
.hr2{
    width:80%;
    border-top:1px solid rgb(204,70,69) ;
    margin-left:auto;
    margin-right:auto;
    margin-top:10px;
    margin-bottom:10px;
}

.menu {
    border-bottom: 1px dotted #DDD;
    padding: 0 0 5px;
    /*margin: 0 0 10px;*/
    margin-left:20px;
    margin-right:20px;
}
.menu-title, .menu-price {
    font-size: 22px;
    margin: 0;
    color: #000;
}
.menu-title {
    font-size: 22px;
    margin: 0;
    font-family: ubuntu;
    font-weight: 400;
    text-align: left;
}
.menu-description {
    font-size: 18px;
    font-family: ubuntu;
    margin: 0;
    font-weight: 400;
    line-height: 1.5;
}
.col-xs-4 {
    padding: 20px 20px 20px 0;
}

.menu-price-detail {
    position: relative;
    text-align: right;
    font-weight: 300;
}
.menu-title, .menu-price {
    font-size: 22px;
    margin: 0;
    color: #000;
}
.bounceLeft {
    -moz-animation: bounceLeft 2s infinite;
    -webkit-animation: bounceLeft 2s infinite;
    animation: bounceLeft 2s infinite;
}
/*BOUNCE*/
@-webkit-keyframes bounceLeft {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  60% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
}
@-moz-keyframes bounceLeft {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(30px);
  }
  60% {
    transform: translateX(15px);
  }
}
@keyframes bounceLeft {
  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  60% {
    -ms-transform: translateX(15px);
    transform: translateX(15px);
  }
}
/* /left bounce */
.is-overlay-bg {
    background-repeat: repeat!important;
    /* background-size: contain; */
}
@media (max-width: 480px) {
    .respoimg2{
        width:100%!important;
    }
    h1.respoh1{
        
        text-align: center;
    font-size: 40px;
    color: rgb(255, 255, 255);
    margin-top: -55px;
    font-family: Kelly Slab, cursive;
    }
}
@media screen and (min-device-width: 481px) and (max-device-width: 768px) { 
    
     .respoimg2{
        width:100%!important;
    }
}