

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue" !important;

}
.text-danger1{
    color:#dc3545;
}

body{
   background-color: #f3f5f9;
   height: 100%;
    color:#464646!important; 
}
.btn-danger{
    background: #85b441!important;
    font-weight: 600!important;
    border-color:transparent;
}
.text-danger{
   color:#464646!important; 
   letter-spacing: .5px;
}
.wrapper{
  display: flex;
  position: relative;
}

.site-logo img{
    /* max-width: 250px; */
    width: 200px;
    height: auto;
    margin: 15px;
    /* margin-left: 25px;
    margin-right: auto; */
}

.site-location{
    /* background: black; */
    padding:15px;
   
}

.site-location span{
    color: white;
    display: flex;
}

.site-location span:hover{
  color: orange;
}

.site-location a{
    color: white;
}

.site-location a:hover{
    color: orange;
}

.wrapper .sidebar{
  width: 300px;
  height: 100%;
  background: #1E353D ;
  padding: 30px 30px;
  position: fixed;
  overflow-y: scroll;
}

.wrapper .sidebar h2{
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}

.wrapper .sidebar ul li{
  padding: 15px;
  border-bottom: 1px solid white;
  border-bottom: 1px solid rgba(0,0,0,0.05);
  border-top: 1px solid rgba(255,255,255,0.05);
}    

.wrapper .sidebar ul li a{
  color: white;
  display: block;
  font-family: "lato";
  font-size: 20px;
}

.wrapper .sidebar ul li a .fas{
  width: 25px;
}

    
.wrapper .sidebar ul li:hover a{
  color: #F5F1E7;
}

.sidebar-border{
  width: 90%;
  height: 3px;
  background-color: white;
  bottom: 0;
  display: block;
  margin-top: 10px;
}
 
.wrapper .sidebar .social_media{
  /* position: absolute; */
  bottom: 10vh;
  display: block;
  padding: 15px;
}

.wrapper .sidebar .social_media p{
 color: white;
 font-size: 20px;
 font-family: "lato";
 padding: 15px 0;
}

.wrapper .sidebar .social_media a{
  display: inline-block;
    /* width: 50px; */
    background: transparent;
    /* height: 44px; */
    /* line-height: 28px; */
    text-align: center;
    margin: 5px;
    padding: 5px;
    color: black;
}

.wrapper .sidebar .social_media a:hover{
  color: orange;
}

.wrapper .sidebar .powered{
  color: rgba(255, 255, 255, 0.356);
  display: block;
  bottom: 10px;
  /* position: absolute; */
  padding: 15px;
  font-size: 15px;
}

.wrapper .sidebar .powered:hover{
  color: orange;
}

.wrapper .main_content{
  width: 100%;
  margin-left: 300px;
}

.wrapper .main_content .header{
  padding: 20px;
  background: #fff;
  color: #717171;
  border-bottom: 1px solid #e0e4e8;
}

.wrapper .main_content .info{
  margin: 20px;
  color: #717171;
  line-height: 25px;
}

.wrapper .main_content .info div{
  margin-bottom: 20px;
}
.menu-content a{
    color:#202020!important;
    font-weight: 400;
}
.menu-btn{
    background: #1E353D;
    border-radius: 0px;
    color: #fff;
    width: 150px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
@media (min-width: 768px){
    .modal-body{
    padding: 0px!important;
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
    width: 625px;
}
.btn-close{
    position: absolute!important;
    right: -22px!important;
    /* color: red; */
    background: #bf383d!important;
    /* padding: 12px; */
    top: -24px!important;
    color: #000!important;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    opacity: 1!important;
}
.btn-close span{
    color: #fff!important;
    font-size: 35px;
    height: 40px;
    margin-top: -17px;
    padding: -3px;
    /* height: 15px; */
    line-height: 27px;
    padding: 10px;
}
}
@media (max-width: 767px){
.modal-body{
    padding: 0px!important;
    position: absolute;
    flex: 1 1 auto;
    width: 100%;
    margin-top: 140px;
}
.btn-close{
   position: absolute!important;
    right: -1px;
    /* color: red; */
    background: #bf383d!important;
    /* padding: 12px; */
    top: -26px!important;
    color: #000!important;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    opacity: 1!important;
}
.btn-close span{
    color: #fff!important;
    font-size: 35px;
    height: 40px;
    margin-top: -17px;
    padding: -3px;
    /* height: 15px; */
    line-height: 27px;
    padding: 10px;
}
}

@media (max-height: 500px){
  .social_media{
    display: none !important;
  }
  .menu-btn{
    background: #1E353D;
    border-radius: 0px;
    color: #fff;
    width: 195px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.modal-body{
    padding: 0px!important;
    position: relative;
    flex: 1 1 auto;
    width: 100%;
}
}

/* .hero {
    position: relative;
    z-index: 0;
    min-height: 20rem;
    text-align: center;
    color: #fff;
    background-color: #424242;
    padding: 56.25% 4rem 0;
    overflow: hidden;
} */

.carousel-container {
    /* border-radius: 30px; */
    overflow: hidden;
    max-width: 100%;
    position: relative;
    box-shadow: 0 0 30px -20px #223344;
    /* margin: auto; */
    z-index: 0;
    /* left: 100px; */
  }
  
  /* Hide the images by default */
  /*.mySlides {*/
  /*  display: none;*/
  /*  height: 100vh;*/
  /*}*/

  .mySlides img {
    display: block;
    width: 100%;
    height: 100%;
  }
  
  /* image gradient overlay [optional] */
  /*  .mySlides::after {
    content: "";
    position: absolute;
    inset: 0;
      background-image: linear-gradient(-45deg, rgba(110, 0, 255, .1), rgba(70, 0, 255, .2));
  } */
  
  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: auto;
    padding: 20px;
    color: white;
    font-weight: bold;
    font-size: 24px;
    border-radius: 0 8px 8px 0;
    background: rgba(173, 216, 230, 0.1);
    user-select: none;
  }
  .next {
    right: 0;
    border-radius: 8px 0 0 8px;
  }
  .prev:hover,
  .next:hover {
    background-color: rgba(173, 216, 230, 0.3);
  }
  
  /* Caption text */
  .text {
    color: #f2f2f2;
    background-color: rgba(10, 10, 20, 0.1);
    backdrop-filter: blur(6px);
    border-radius: 10px;
    font-size: 20px;
    padding: 8px 12px;
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
  }
  
  /* Number text (1/3 etc) */
  .number {
    color: #f2f2f2;
    font-size: 16px;
    background-color: rgba(173, 216, 230, 0.15);
    backdrop-filter: blur(6px);
    border-radius: 10px;
    padding: 8px 12px;
    position: absolute;
    top: 10px;
    left: 10px;
  }
  .dots-container {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translate(-50%);
  }
  
  /* The dots/bullets/indicators */
  .dots {
    cursor: pointer;
    height: 14px;
    width: 14px;
    margin: 0 4px;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(2px);
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s ease;
  }
  .active,
  .dots:hover {
    background-color: rgba(246, 249, 251, 0.938);
  }
  
  /* transition animation */
  .animate {
    -webkit-animation-name: animate;
    -webkit-animation-duration: 1s;
    animation-name: animate;
    animation-duration: 2s;
  }
  
  @keyframes animate {
    from {
      transform: scale(1.1) rotateY(10deg);
    }
    to {
      transform: scale(1) rotateY(0deg);
    }
  }

  header {
    padding: 0 20px;
    background-color: black;
    height: 50px;
    display: flex;
    justify-content: space-between;
    display: none;
  }

  #hamburger-icon {
    margin: auto 0;
    cursor: pointer;
    float: right;
  }
  
  #hamburger-icon div {
    width: 25px;
    height: 2px;
    background-color: white;
    margin: 6px 0;
    transition: 0.4s;
  }
  
  .open .bar1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 6px);
    transform: rotate(-45deg) translate(-6px, 6px);
  }
  
  .open .bar2 {
    opacity: 0;
  }
  
  .open .bar3 {
    -webkit-transform: rotate(45deg) translate(-6px, -6px);
    transform: rotate(45deg) translate(-6px, -6px);
  }
  
  .open .mobile-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  
  .mobile-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100vh - 50px);
    width: 100%;
  }
  
  .mobile-menu li {
    margin-bottom: 10px;
  }

  .mobile-menu li a{
    font-family: "lato";
    font-size: 20.4px;
  }

  .mobile-menu-border{
    width: 90%;
    height: 3px;
    background-color: white;
    bottom: 0;
    display: none;
    margin-top: 10px;
  }

  .indoor-img{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .dinning{
    /* position: absolute; */
    float: left;
    height: 65vh;
    display: inline-flex;
  }

  .dinning-img{
    width: 70%;
  }

  .dinning img{
    width: 100%;
    height: 100%;
  }

  .dinning-txt{
    display: block;
    width: 30%;
    float: right;
    position: relative;
    height: 65vh;
    text-align: center;
    outline: 1px solid;
    outline-offset: -10px;
  }

  .dinning-txt span{    
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "lato";
    font-size: 25px;
    text-decoration: underline;
    font-weight: 900;
  }

  .food-img{
    height: 115vh;
    width: 100%;
  }

  .food-img img{
    /* position: absolute; */
    width: 100%;
    height: 100%;
  }

  .order-img{
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    color: white;
  }
  .order-img img{
    width: 100%;
    display: block;
  }

  .order-img::after{
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.6) 100%) repeat 0 0;
    z-index: 1;
  }

  .order-txt{
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    color: #fff;
    padding: 1em;
    font-weight: 700;
    z-index: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    }

  .order-txt span{
    display: block;
    font-family:'Dancing Script';
    font-size: 90px;
    padding: 5px;
  }

  .order-txt button{
    font-size: 23px;
    padding: 4px;
    padding-left: 25px;
    padding-right: 25px;
    color: white;
    background-color: #1e353d;
    transition: 0.3s ease;
    margin-top: 30px;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1.5px;
  } 

  .order-txt button:hover{
    background-color: rgb(232, 188, 106);
  }


  /* .mobi-footer .mobi-footer--sticky{
    display:none;
  } */

  .sticky-footer{
    display: none;
  }
   @media only screen and (min-width:767px) {
       .mySlides img{
            height:850px;
        }
        .p-11{
            height:500px;
            border:1px solid #101010;
            position:relative;
        }
        .p-11 span{
           margin-top: 97%;
            position: absolute;
            left: 13px;
        }
        .p-12{
            height:469px;
            border:1px solid #101010;
            position:relative;
        }
        .p-12 span{
           margin-top: 97%;
            position: absolute;
            left: 13px;
        }
   }
  a{
            text-decoration:none;
        }
        
  
  @media only screen and (max-width: 600px) {
    .sidebar {
      display: none;
     
    }
    .mt-mob{
        margin-top: 12vh;
    }
    .mob-5{
      margin-top: 100px;
    }
    .filter-button{
        margin: 5px auto;
    }

    body{
      display: block;
      position: relative;
    }

    
    header {
      position: fixed;
      display: block;
      text-align: center;
      width: 100%;
      padding: 20px;
      height: 10vh;
      top: 0;
      z-index: 1;
    }

    .site-logo img{
      /* max-width: 250px; */
      width: 150px;
      height: 50px;
      margin: 15px;
      /* margin-left: 25px;
      margin-right: auto; */
  }
    .site-logo{
      padding: 0;
      margin: 0;
      position: absolute;
      top: 5px;
      left: 0;
    }

    /* .site-location__address{
      text-align: left;
      padding: 0px;
      bottom: 0;

    } */

    .site-location{
      display: none;
      position: absolute;
      font-size: 13px;
      padding: 5px;
      bottom: -24px;
      text-align: left;
    }

    .site-location span{
      display: inline;
    }

    .site-location__tel{
      display: none;
    }

    .hamburger-icon{
      padding: 0;
      margin: 0;
      top: 0;
      right: 0;
    }

    .wrapper{
      display: block;
    }
    
   .wrapper .main_content{
   width: 100%;
   margin-left: 0px;
   }
   
   .carousel-container{
    position: relative;
   
    display: block;
    left: 0;
    top: 11vh;
   }

   .carousel-container img{
   
    width: 100%;
    
   }

   .indoor-img{
    display: block;
    
  }

  .dinning-img{
   position: relative;
    display: block;
    /*height: 44vh;*/
    width: 100%;
    top: 12vh;
  }

  .dinning img{
    height: 100%;
  }

  .dinning-txt{
    position: absolute;
    display: block;
    top: 43vh;
    width: 100%;
    height: 10vh;
    background-color: white;
    border: 1px solid black;
  }

  .dinning-txt span{
    font-size: 15px;
  }

  .food-img{
    position: absolute;
    display: block;
    top: 113vh;
    height: 40vh;
    width: 100%;
  }

  .food-img img{
    height: 100%;
    width: 100%;
  }

  .order{
    height: 65.1vh;
  }

  .order-img{
    /* display: block; */
    position: relative;
    top: 123vh;
    height: 90.1vh;
    width: 100%;
    z-index: 0;
  }

  .order-img img{
    height: 80vh;
    width: 100%;
  }

  .order-txt{
    display: block;
    position: absolute;
    /* top: 222vh; */
    width: 100%;
    /* background-color: white;
    border: 1px solid black; */
  }

  .order-txt span{
    font-size: 40px;
  }

  .order-txt button{
    padding: 5px;
    margin-top: 20px;
    border: none;
  }

   .mobile-menu{
    padding-top: 100px;
    background-color: black;
    height: 800px;
    z-index : 0;
    opacity: 0.9;
  }
  .mobile-menu li a {
    color:white;
  }

  .mobile-menu-border{
    display: block;
  }

 /* .sticky-footer{
    position: fixed;
    height: 50px;
    bottom: 0;
    width: 100%;
    display: block;
    text-align: center;
    background-color: #C59D5F;
    border: 1px solid white;

 } */

 .sticky-footer{
  position: fixed;
  display: block;
  bottom: 0;
  width: 100%;
  z-index: 1;
 }

 .sticky-footer a {
  color: black;
  font-family: "lato";

 }

 .site-mobile-tel{
  position: fixed;
  display: block;
  height: 5vh;
  width: 100%;
  bottom: 5.1vh;
  text-align: center;
  background: #c59d5f;
  padding: 5px;
 }

 .site-mobile-res{
  position: fixed;
  height: 5vh;
  width: 100%;
  bottom: 0;
  text-align: center;
  background: #c59d5f;
  padding: 5px;
 }

 .prev, .next{
  display: none;
 }

 .dots-container {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translate(-50%);
}



  }