.navbar-brand > img {
  display: block;
  height: 150px;
  position: absolute;
  top: -29px;
}
.swiper-slide {
  position: relative;
}
.banner-area .swiper-slide:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.banner-style-five h1 {
  font-size: 90px;
}
.banner-style-five h3 {
	margin: 20px 0 0 0;
}
.food-menu-area::after, .food-menu-area.shape-less::before {
	height: 100%;
}
.opening-hour-items .text-fixed {
	top: 52px;
	font-size: 60px;
}
ul.meal-items li{display: block;}
.tab-content.food-menu-tab-content .info {
	padding: 140px 50px;
}
ul.meal-items li .content .top .price span{color: #e7272d;}
.swiper-slide::after {
	content: none;
}
.footer-top img {
	height: auto;
	width: 100px;
}
.contact-form-style-one button{background: var(--color-secondary);}
@media (max-width: 991px) {
  .navbar-brand > img {
    position: static;
  }
}