/*menu*/
body{
  background-image:url('/site/images/background/Artboard1copy2.png');
 background-size:cover;
}
.menu-box {
  padding: 70px 0px;
}

.heading-title {
  margin-bottom: 30px;
}

.heading-title h2 {
  color: #010101;
  font-size: 28px;
  font-family: 'Arbutus Slab', serif;
}

.heading-title p {
  font-size: 18px;
  font-weight: 200;
  font-weight: bold;
  margin: 0px;
}

.filter-button-group {
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 5px;
  display: inline-block;
}

.filter-button-group button {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  font-weight: bold;
  font-size: 12px;
  cursor: pointer;
  background: #fff;
  padding: 12px 36px;
  border: none;
  border-radius: 4px;
}

.filter-button-group button.active {
  background: orange;
  color: #fff;
  outline: none;
  box-shadow: 2px 10px 25px rgba(0, 0, 0, .2);
}

.special-list {
  z-index: 1;
}

.gallery-single {
  margin: 30px 0px;
}

.gallery-single {
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px #ccc;
}

.cart {
  height: 150px;
}

.cart h3 {
  font-size: 23px;
  height: 65px;
  font-weight: bold;
}

.cart button {
  font-weight: bold;
  padding: 10px 20px;
  box-shadow: 0 3px #666;
  color: white;
  background-color: brown;
  cursor: pointer;
  outline: none;
  border: none;
  border-radius: 5px;

}

.cart button:active {
  box-shadow: none;
  border: none !important;
  transform: translateY(3px);
}

.cart-txt {
  height: 100%;
  bottom: -100%;
  width: 100%;
  color: white;
  background: linear-gradient(rgba(0, 0, 0, .1), rgb(109, 204, 109));
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 30px;
  transition: all .5s;
  font-weight: bold;
}

.cart-txt {
  font-size: 1.15rem;
  line-height: 1.8;
}

.gallery-single:hover .cart-txt {
  bottom: 0;
}

.n-veg {
  height: 100%;
  bottom: -100%;
  width: 100%;
  color: white;
  background: linear-gradient(rgba(0, 0, 0, .1), rgb(204, 115, 109));
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.15rem;
  line-height: 1.5;
  padding: 0 30px;
  transition: all .5s;
  font-weight: bold;
}

.gallery-single:hover .n-veg {
  bottom: 0;
}

#mybutton {
  position: fixed;
  bottom: 15px;
  right: 10px;
  z-index: 1000;

}

.button-1 {
  background-color: orange;
  height: 45px;
  width: 50px;
  border-radius: 6px;
  color: white;
  cursor: pointer;
}

.button-1:active {
  transform: scale(0.98);
}


/* /menu */

/* Form */

.modal-body .btn {
  background: orange;
  font-weight: bold;
  margin-top: 30px;
  width: 100%;
  padding: 10px 0;
  border-radius: 10px;
}

.modal-title {
  padding-left: 170px;
}

.mt {
  padding-left: 175px;
}

.modal-body .menu-item {
  cursor: pointer;
  margin-left: 50px;
  font-weight: bold;
  color: #999898;
  font-size: 20px;
}

.input_box {
  position: relative;
  margin-top: 30px;
  width: 100%;
  height: 60px;
}

.input_box input {
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  color: #333;
  transition: all 0.2s ease;
  border-bottom: 1.5px solid #aaaaaa;
}

/* /form */



.align {
  display: flex;
  justify-content: space-between;
  list-style: none;
}

a {
  display: block;
  text-decoration: none;
  font-size: 1.2em;
  transition: .3s;
}

main {
  width: 100%;
  height: 100vh;
  background: url(bg.jpg)no-repeat center /cover;
}

#header {
  position: relative;
  width: 100%;
}

.top {
  background: #ef3624;
  padding: 20px 0;
}

#container {
  position: relative;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.top ul li {
  margin-right: 15px;
}

.top ul li a {
  color: #fff;
}

.top ul li a:hover {
  color: #222;
}

nav {
  background-color: #FDAA2F;
  position: relative;
  padding: 20px 0;
  z-index: 5;
  text-align: center;
  width: 100%;

}

.logo {
  left: 40%;
  top: 0;
}

.logo img {
  width: 100%;
}

.logo {
  position: absolute;
  width: 19%;
  height: 150px;
  top: -30px;
  left: 41%;
  margin: 0 auto;
  text-align: center;
}


nav ul {
  margin: 0;
  padding-left: 80px;
  list-style: none;
  display: flex;
}

nav ul li:nth-child(3) {
  margin-left: 200px;
}

nav ul li a {
  color: #fef6fc;
  font-size: 22px;
  display: block;
  text-decoration: none;
}

nav ul li a:hover {
  color: #ff3c0081;
}

nav ul li p {
  color: #fef6fc;
  font-size: 22px;
  text-decoration: none;
}

nav ul li p:hover {
  color: #ff3c0081;
}

#menu {
  display: none;
}

label {
  color: #fff;
  font-size: 1.2em;
  padding: 15px 0;
  display: none;
}

nav li :hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-radius: 20px;
}

.dropdown-content {
  display: none;
  margin-top: 1px;
  position: absolute;
  background-color: #FDAA2F;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;

}

.dropdown-content a {
  float: none;
  color: black;
  padding: 0 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #f9f9f9;
}

.dropdown:hover .dropdown-content {
  display: block;
}

#f-txt a {
  display: inline;
}


@media (max-width: 1300px) {
  label {
    display: block;
    z-index: 5;
  }

  #container {
    padding: 0 40px;
  }

  .social li:nth-child(1),
  .social li:nth-child(2) {
    display: none;
  }

  .logo {
    left: 40%;
    top: 0;
  }

  .logo img {
    width: 60%;
  }

  nav {
    padding: 0;
    padding: 10px 0;
    z-index: 5;
  }

  nav ul {
    position: absolute;
    top: 90px;
    left: -200%;
    background-color: #FDAA2F;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
  }

  #menu:checked~ul {
    left: 0;
  }

  nav ul li {
    margin: 0 !important;
    width: 100%;
  }

  nav ul li a {
    padding: 15px 0;
    margin: 10px 0;
    text-align: center;
  }

  nav ul li p {
    padding: 15px 0;
    margin: 10px 0;
    text-align: center;
  }

}

@media (max-width: 480px) {

  .logo {
    left: 35%;
    width: 30%;
  }

  .logo img {
    width: 100%;
  }

  nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
  }

  .menu-box {
    margin-top: 20px;
  }
  #mybutton {
    bottom: 80px;
  }  
  .filter-button-group button {
    font-weight: 700;
    width: 100%;
  }

  .modal-title {
    padding-left: 0;
  }

  .mt {
    padding-left: 0;
  }

  footer {
    display: none;
  }

 
}



.footer-modern {
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #4e0b0b;
  overflow-x: hidden;
}
.footer-menu:hover{
  color:#fff;
}
.list-inline{
  display: inline;
}

.share-btn-container {
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 16px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 50%;
  z-index:999;
  transform: translateY(-50%);
}

.share-btn-container a i {
  font-size: 32px;
}

.share-btn-container a {
  margin: 12px 0;
  transition: 500ms;
}

.share-btn-container a:hover {
  transform: scale(1.2);
}

.share-btn-container .fa-facebook {
  color: #3b5998;
}

.share-btn-container .fa-instagram {
  color: #f21da0;
}
.share-btn-container .fa-whatsapp {
  color: #25d366;
}
.share-btn-container .uil-map-marker{
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-txt .footer-menu{
  display: inline;
}
footer{
  height: 50px;
}
/* Media Queries */

@media (max-width: 550px) {

  .share-btn-container {
    transform: unset;
    top: unset;
    left: 0;
    bottom: 0;
    width: 100%;
    flex-direction: row;
    box-shadow: 4px 0 8px rgba(0, 0, 0, 0.3);
    padding: 16px 3px;
    justify-content: center;
  }

  .share-btn-container a {
    margin: 0 32px;
  }
}

@media (max-width:992px){
  .f-txt .footer-menu{
    display: block;
    padding-left: 20px;
  }
}