
/*****RJ Stylesheet 2021****/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/**********

RESET CSS

**************/

body {
    background: transparent;
    font-family: Trade Gothic LT Bold;
    letter-spacing: 1px;
    width: 100%;
    font-size: 16px;
    padding: 0px;
    overflow-x: hidden;
    color:#000;
}
body,html,ul,li {

    font-size: 16px;
    font-family: Trade Gothic LT Bold;
}
@font-face {
   font-family: Trade Gothic LT Bold;
    src: url(../fonts/Trade_Gothic_LT_Bold.ttf)
}

h1,h2, h3, h4{
    font-family: Trade Gothic LT Bold;
}
a:hover{
    color: #1976d2;
    text-decoration: none;
}
header{
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 0 9px 1px rgb(0 0 0 / 38%);
}
.pdlr{
    padding:0;
}
p{
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    font-family: Trade Gothic LT Bold;
/*word-break: break-all;*/
}
.navbar-inverse {
    border-radius: 0;
    background-color: #fff;
    border-color: transparent;
    margin-bottom: 0;
    height: auto;
}
.navbar-nav {
    float: left;
    margin: 0;
}
.nav>li>a{
    padding:15px 10px;
}
.navbar-inverse .navbar-nav>li>a {
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
}
.btn-success {
    color: #fff !important;
    background-color: #8ba91f;
    border-color: #8ba91f;
    border-radius:50px;
}
.btn-success:hover{
    color: #000 !important;
}
.navbar-inverse .navbar-brand{
    /*width: 250px;*/
    padding: 10px 40px;
    position: absolute;
    background: #000;
    display: inline-block;
    top: 0;
    left: 60px;
    height: 100px;
    z-index: 99;
    padding: 10px;
}
.navbar-inverse .navbar-brand:hover{
    background: #000;
}
.navbar-brand>img {
   max-width: 100%;
    height: auto;
    margin: 0 auto;
}

    
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
    padding: 0;
}
.navbar-right .dropdown-menu {
    right: 0;
    left: 0;
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.2, 1.2);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.1, 1.1);
  }
}



.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #91b21c;
    background-color: transparent;
}
.navbar-inverse .navbar-nav>li>a.btn-danger{
    color: #fff;
}
#slide-show {
    height: 550px;
    min-height: 550px;
    overflow: hidden;
    width: 100vw;
    display: inline-block;
    min-width: 100vw!important;
}
.slidex {
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
    z-index: -1;
}

.bg1, .bg2, .bg3, .bg4 {
    background-repeat: no-repeat!important;
    background-attachment: scroll!important;
    background-position: center center!important;
    background-size: cover!important;
    background: url(../img/slider-1.jpeg);
    height: 600px;
    min-height: 600px;
    overflow: hidden;
    width: 100vw;
    min-width: 100vw!important;
    position: absolute;
    top: 0;
    left: 0;
}
.bg2 {
    background: url(../img/slider-2.jpeg);
}
.bg3 {
    background: url(../img/slider-3.jpeg);
}


.slidex {
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
    z-index: -1;
}
.activx {
    opacity: 1;
}
.slider-center {
    position: absolute;
    height: 15%;
    width: 50%;
    left: 30%;
    top: 50%;
    background-color: transparent;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    text-align: left;
    letter-spacing: 2px;
}
.slide-text h1{
    font-size: 50px;
    color: #789312;
    text-align: left;
}
.slide-text .btn-default{
     border-radius: 35px;
    color: #fff;
    background-color: #222222;
    border-color: #ccc;
    letter-spacing: 1px;
    padding: 10px 15px;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}
.category{
    padding: 50px 0;
    display: inline-block;
    width: 100%;
   background: #f5ffe9;
}
.gal-item {
    overflow: hidden;
    padding: 3px;
}
.gal-item .box a img{
    height: 200px;
    overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.description {
    background: #fff;
}
#order {
    position: fixed;
    bottom: 150px;
    cursor: pointer;
    right: 0;
    display:none;
}
#order a {
    border-radius: 0;
    text-transform: uppercase;
}
#toTop {
    padding: 10px 15px;
    border-radius: 50%;
    background: #171a29;
    color: #fff;
    position: fixed;
    bottom: 40px;
    cursor: pointer;
    right: 10px;
}
.down{
    font-size:70px;
}
.about-us, .gallery-home{
    padding: 50px 0;
    display: inline-block;
    width: 100%;
}
.home-lp-section{
    box-shadow: 0px 5px 25px 0px rgb(0 0 0 / 10%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    display:inline-block;
    margin:20px 0;
    padding:40px;
    border-radius:25px;
}
.bg-about{
    /*background: url(../img/Victor_s-Kafe.jpg)no-repeat;
    background-position: center;*/
    height: 400px;
    background-size: cover;
}
.download-app{
    background:url(../img/index-bg-1.jpg);
    background-position:center;
    background-size:cover;
    color:#fff;
    height:400px;
}
.green-overlay{
    background: #8ba91f;
    color: #fff;
    padding: 70px 30px 30px;
    height: 400px;
    margin-top: 40px;
}
.bg-2-about{
    background: url(../img/chefs.jpg)no-repeat;
    background-position: center;
    height: 500px;
    background-size: cover;
}
.quote-section{
    background: url(../img/home_catering_pricing_bg.jpg)no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: 100px 0;
    text-align: center;
}
.contact{
    background: url(../img/ban6.jpg)no-repeat;
    background-position: center;
    background-size: cover;
    padding: 30px;
}
.order-page{
     background: url(../img/group-order-large.jpg)no-repeat;
    background-position: center;
    background-size: cover;
    padding:100px 30px;
    height:500px;
    color:#fff;
}
.feedback .test-bg{
        height: 300px;
    background: #95b521;
    color: white;
    padding: 50px;
}
.product-detail{
    margin: 10px 0;
    height: 330px;
    text-transform: uppercase;
}
.product-detail h2{
    color: #8ba91f;
}
.product-detail a{
    color: #000;
}
.feedback{
    padding: 20px 0;
    display: inline-block;
    width: 100%;
}
.zoom {
  padding: 30px;
  transition: transform .2s;
  width: 350px;
  height: 250px;
  margin: 0 auto;
}

.zoom:hover {
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.5); 
}
#HiddenText {
   display: none;
}
.product-detail:hover #HiddenText {
     display: block;
 }
 #DivForHoverItem {
    /*just so we can see it*/
   
   font-weight: 600;
}

.menu-detail{
    border-bottom: 1px dashed;
    display: inline-block;
    width: 100%;
    padding: 10px;
}
.bg img{
   width: 670px;
    left: -120px;
    position: absolute;
    top: 100px;
}
.bg-2 img{
   width: 670px;
    left: -120px;
    position: absolute;
    top: 300px;
}
.fancy-box{
    box-shadow: 0 0 10px 7px rgb(0 0 0 / 11%);
    display: inline-block;
    margin: 10px 0;
    padding: 10px;
}
.colored-bg-txt{
    background: #8ba91f;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    margin: 0;
}
footer{
    background: url(../img/footer-main-bg-1.png)no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: 45px 0;
} 
footer p{

    font-size: 12px;
}
footer ul {
    list-style: none;
    padding-left: 0;
}
footer a, footer a:hover{
    color: #fff; 
}
footer h4 a{
    font-size: 18px;
}
.social a .fa{
    background: #333;
    padding: 10px 12px;
    border-radius: 50px;
    font-size: 20px;
    margin: 0 5px;
}
/*for iphone 6/7/8 plus & pixel 2 , pixel 2 xl*/
@media  (min-width: 411px) and (max-width:  731px){
.feedback .test-bg {
    height: auto;
}
.download-app{
    height:auto;text-align:center;
}
#order {
    position: fixed;
    bottom: 0;
    cursor: pointer;
    width: 100%;
    padding: 0;
    display:block;
}
#order a {
    border-radius: 0;
    padding: 20px;
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 0;
}
footer h4{
    margin-top: 20px;
}
.navbar-nav {
    float: left;
    margin: 0;
    padding: 10px 20px;
    width: 100%;
}
.bg1 {
    background: url(../img/mobile-slider-1.jpg);
    height: 820px;
}
.bg2 {
    background: url(../img/mobile-slider-2.jpg);
    height: 820px;
}
.bg3 {
    background: url(../img/mobile-slider-3.jpg);
    height: 820px;
}
#slide-show {
    height: 700px;
    min-height: 700px;
    overflow: hidden;
    width: 100%;
    display: inline-block;
    min-width: 100%!important;
}
.slider-center {
    width: 100%;
    left: 50%;
    background: #00000073;
    display: none;
    height: 100%;
}
.slide-text{
    color: #fff;
    display: none;
    padding: 20px;
    height: 100%;
    top: 30%;
    position: absolute;
}
.slide-text h1 {
    font-size: 50px;
    color: #fff;
    text-align: left;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010;
    background: #000;
}
.navbar-inverse {
    background-color: #000;
}
.navbar-brand>img{
    padding: 15px;
}
.navbar-inverse .navbar-brand{
    position: relative;
    top: 0;
    left: 4px;
}
.zoom {
    width: 250px;
    height: 200px;
    padding: 10px 0;
}

  .category {
    padding: 0;
} 
.product-detail{
    height: auto;
}
.bg img{display: none;} 
}
/* for Iphone X*/
@media  (min-width: 375px) and (max-width: 812px){
.navbar-inverse .navbar-toggle {
    border-color: red;
    background: red;
    border-radius: 50px;
    margin-top: 34px;
}
.download-app{
    height:auto;text-align:center;
}
#order {
    position: fixed;
    bottom: 0;
    cursor: pointer;
    width: 100%;
    padding: 0;
    display:block;
}
#order a {
    border-radius: 0;
    padding: 20px;
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 0;
}
footer h4{
    margin-top: 20px;
}
.navbar-inverse .navbar-nav>li>a {
    color: #8ba91f;
    text-transform: uppercase;
    font-weight: 600;
}
.navbar-nav {
    float: left;
    margin: 0;
    padding: 10px 20px;
    width: 100%;
}
.bg1 {
    background: url(../img/mobile-slider-1.jpg);
    height: 820px;
}
.bg2 {
    background: url(../img/mobile-slider-2.jpg);
    height: 820px;
}
.bg3 {
    background: url(../img/mobile-slider-3.jpg);
    height: 820px;
}
#slide-show {
    height: 700px;
    min-height: 700px;
    overflow: hidden;
    width: 100%;
    display: inline-block;
    min-width: 100%!important;
}
.slider-center {
    width: 100%;
    left: 50%;
    background: #00000073;
    display: none;
    height: 100%;
}
.slide-text{
    color: #fff;
    display: none;
    padding: 20px;
    height: 100%;
    top: 30%;
    position: absolute;
}
.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 0;
    height: auto;
}
.navbar-brand>img{
    padding: 15px;
}
.zoom {
    width: 250px;
    height: 200px;
    padding: 10px 0;
}
.bg img{display: none;} 

.green-overlay{
    padding: 30px 30px;
    height: 400px;
    margin-top: 0;
}
   .category {
    padding: 0;
}
}
/*for Galaxy s5*/
@media (min-width: 360px) and (max-width: 640px){
#order {
    position: fixed;
    bottom: 0;
    cursor: pointer;
    width: 100%;
    padding: 0;
    display:block;
}
#order a {
    border-radius: 0;
    padding: 20px;
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 0;
}
.download-app{
    height:auto;text-align:center;
}
.navbar-inverse .navbar-toggle {
    border-color: red;
    background: red;
    border-radius: 50px;
    margin-top: 34px;
}
footer h4{
    margin-top: 20px;
}
.navbar-nav {
    float: left;
    margin: 0;
    padding: 10px 20px;
    width: 100%;
}
.navbar-inverse .navbar-nav>li>a {
    color: #8ba91f;
    text-transform: uppercase;
    font-weight: 600;
}
.navbar-inverse {
    background-color: #000;
    border-color: transparent;
    margin-bottom: 0;
    height: auto;
        padding: 10px;
}
.navbar-brand>img{
    padding: 15px;
}
.zoom {
    width: 250px;
    height: 200px;
    padding: 10px 0;
}
.bg img{display: none;} 

.category {
    padding: 0;
}
.bg1 {
    background: url(../img/mobile-slider-1.jpg);
    height: 820px;
}
.bg2 {
    background: url(../img/mobile-slider-2.jpg);
    height: 820px;
}
.bg3 {
    background: url(../img/mobile-slider-3.jpg);
    height: 820px;
}
#slide-show {
    height: 700px;
    min-height: 700px;
    overflow: hidden;
    width: 100%;
    display: inline-block;
    min-width: 100%!important;
}
.slider-center {
    width: 100%;
    left: 50%;
    background: #00000073;
    display: none;
    height: 100%;
}
.slide-text{
    color: #fff;
    display: none;
    padding: 20px;
    height: 100%;
    top: 30%;
    position: absolute;
}
}

/*for iphone5*/
@media (min-width: 320px) and (max-width: 568px){
.navbar-inverse .navbar-toggle {
    border-color: red;
    background: red;
    border-radius: 50px;
    margin-top: 34px;
}
.download-app{
    height:auto;text-align:center;
}
#order {
    position: fixed;
    bottom: 0;
    cursor: pointer;
    width: 100%;
    padding: 0;
    display:block;
}
#order a {
    border-radius: 0;
    padding: 20px;
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 0;
}
footer h4{
    margin-top: 20px;
}
.navbar-nav {
    float: left;
    margin: 0;
    padding: 10px 20px;
    width: 100%;
}
.navbar-inverse .navbar-nav>li>a {
    color: #8ba91f;
    text-transform: uppercase;
    font-weight: 600;
}
.zoom {
    width: 200px;
    height: 150px;
    padding: 10px 0;
}
.navbar-inverse .navbar-brand{
    left: 10px;
    height: 66px;
}
.green-overlay {
    background: #046f69bf;
    color: #fff;
    padding: 30px 30px;
    height: auto;
    margin-top: 0;
}
.bg img{display: none;} 
.bg-about,.feedback .test-bg{
    height: auto;
}
.bg1 {
    background: url(../img/mobile-slider-1.jpg);
    height: 700px;
}
.bg2 {
    background: url(../img/mobile-slider-2.jpg);
    height: 700px;
}
.bg3 {
    background: url(../img/mobile-slider-3.jpg);
    height: 700px;
}
.product-detail {
    margin: 10px 0;
    height: auto;
    text-transform: uppercase;
}
#slide-show {
    height: 600px;
    min-height: 600px;
    overflow: hidden;
    width: 100%;
    display: inline-block;
    min-width: 100%!important;
}
.slider-center {
    width: 100%;
    left: 50%;
    background: #00000073;
    display: none;
    height: 100%;
}
.slide-text{
    color: #fff;
    display: none;
    padding: 20px;
    height: 100%;
    top: 30%;
    position: absolute;
}
.navbar-inverse {
    background-color: #000;
    border-color: transparent;
    margin-bottom: 0;
    height: auto;
        padding: 10px;
}
.navbar-brand>img{
    padding: 15px;
    height: 80px;
}
.category {
    padding: 0;
}
}