/*
  Template Name: OsteriaX
  Author : MarkUps
  Author URI: http://www.markups.io/
  Version: 1.0
  Tags: light, white, restaurant, multi page, landing page, custom-colors, Bootstrap, responsive, html5, css3, Sass, template, web template

*/

/* Table of Content
==================================================
#BASIC TYPOGRAPHY
#HEADER SECTION
#NAVBAR SECTION
#SLIDER SECTION
#ABOUT US SECTION
#COUNTER SECTION
#MENU ITEM SECTION
#RESERVATION SECTION
#GALLERY SECTION
#TESTIMONIAL SECTION
#CHEF SECTION
#CONTACT SECTION
#MAP SECTION
#FOOTER SECTION
#RESPONSIVE DESIGN
*/

body {
  background-color: #ffffff;
  font-family: "Prata", serif;
  color: #333333;
  font-size: 15px;
  overflow-x: hidden;
  line-height: 24px;
}

.no-padding {
  padding: 0;
}


ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color: #333333;
}

span {
  color: #f80707;
  font-weight: bold;
}

.span1 {
  color: #000;
  font-weight: bold;
}

.span2 {
  color: #558bf7;
  font-weight: 500;
}

.block {
  color: #fff;
}

a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}
a,
ul,
li,
td,
tr,
p,
span,
h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
  font-family: "Open Sans", sans-serif;
}

h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
}

img {
  border: none;
  max-width: 100%;
}

.mu-readmore-btn {
  background-color: #dabb9f;
  color:#fff;
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  font-size: 16px;
  padding: 15px 35px;
  margin-top: 50px;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.mu-readmore-btn::after {
  bottom: 5px;
  content: "";
  left: 5px;
  position: absolute;
  right: 5px;
  top: 5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.mu-readmore-btn:hover, 
.mu-readmore-btn:focus {
     background-color: #f15f2a;
  color: #fff;
}
.our-gallery{
  margin-top: 40px;
  font-size: 30px;
  font-weight: 500;
}
.mu-readmore-btn:hover::after, 
.mu-readmore-btn:focus::after {
  bottom: 0px;
  content: "";
  left: 0px;
  right: 0px;
  top: 0px;
}

.mu-browsmore-btn {
  background-color: #fff;
  border: 1px solid #ccc;
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.5px;
  padding: 12px 25px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.mu-browsmore-btn:hover, 
.mu-browsmore-btn:focus {
  color: #fff;
}

.mu-send-btn {
  background-color: transparent;
  border: 1px solid #ccc;
  display: inline-block;
  font-size: 16px;
  padding: 10px 18px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.mu-send-btn:hover, 
.mu-send-btn:focus {
  color: #fff;
}


/*==================
 HEADER SECTION
====================*/

#mu-header {
  background-color: #2e3d50;
  /* border-bottom: 1px solid #ddd; */
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse{
  margin-right: 0;
  margin-left: 0;
}
.navbar-collapse{
  border: none !important;
}

/*==================
 NAVBAR SECTION
====================*/
.mu-main-navbar {
  background-color: #421b02;
  border: none;
  padding: 20px 0;
  border-radius: 0;
  margin-bottom: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.mu-main-navbar .mu-main-nav {
  font-family: "Open Sans", sans-serif;
}

.mu-main-navbar .mu-main-nav li a {
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.mu-main-navbar .mu-main-nav .dropdown-menu {
  /* background-color: #fff; */
  border-radius: 0;
}

.mu-main-navbar .mu-main-nav .dropdown-menu li a {
  padding: 10px 20px;
}

.mu-main-navbar .navbar-header .navbar-brand {
  color: #333;
  display: inline-block;
  font-weight: 700;
  padding: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.mu-main-navbar .navbar-header .navbar-brand img {
  width: 120px;
 margin: -7px;
}


.mu-main-navbar .navbar-header .navbar-brand-small {
  height: 20px;
  margin-top: 16px;
  width: 105px;
}

.mu-main-navbar .navbar-header .navbar-brand-small span {
  margin-top: -4px;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
}


/*scrol to top*/

.scrollToTop {
  bottom: 60px;
  color: #fff;
  display: none;
  font-size: 30px;
  line-height: 50px;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  width: 55px;
  z-index: 999;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  height: 55px;
  border-radius: 50%;
}


.scrollToTop:hover,
.scrollToTop:focus {
  color: #fff;
}

.payment-cards img {
  width: 60px;
  height: 40px;
  margin: 5px;
}
/*==================
	SLIDER SECTION
====================*/

#mu-slider {
  display: inline;
  float: left;
  margin-top: 100px;
  width: 100%;
  position: relative;
}

.mu-slider-area {
  display: inline;
  float: left;
  width: 100%;
}

.mu-top-slider {
  display: inline;
  float: left;
  width: 100%;
}

.mu-top-slider-single {
  display: inline;
  float: left;
  position: relative;
  width: 100%;
}

.mu-top-slider .mu-top-slider-single img {
  width: 100%;
  height: 550px;
  object-fit: cover;
}

.mu-top-slider .mu-top-slider-single .mu-top-slider-content {
  position: absolute;
  left: 15%;
  top: 31%;
  right: 15%;
  z-index: 99;
}

.mu-top-slider .mu-top-slider-single .mu-top-slider-content .mu-slider-small-title {
  /* font-family: "Tangerine", cursive; */
  font-size: 35px;
  font-weight: 400;
  color: #000;
}

.mu-top-slider .mu-top-slider-single .mu-top-slider-content .mu-slider-title {
  color: rgb(0, 0, 0);
  font-size:45px;
  line-height: 1.2;
  margin-top:10px;
}

.mu-top-slider .mu-top-slider-single .mu-top-slider-content p {
  color: #fff;
  font-size: 20px;
  margin-bottom: 30px;
  margin-top: 10px;
  padding: 0 30px;
}

.mu-top-slider .slick-prev::before {
  content: "\f177";
  font-family: fontAwesome;
}

.mu-top-slider .slick-next::before {
  content: "\f178";
  font-family: fontAwesome;
}

.mu-top-slider .slick-prev,
.mu-top-slider .slick-next {
  background-color: transparent;
  border: 2px solid #888;
  height: 60px;
  top: 50%;
  width: 70px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.mu-top-slider .slick-prev::before,
.mu-top-slider .slick-next::before {
  color: #888;
}

.mu-top-slider .slick-prev:hover, 
.mu-top-slider .slick-prev:focus,
.mu-top-slider .slick-next:hover,
.mu-top-slider .slick-next:focus {
  color: #fff;
}

.mu-top-slider .slick-prev:hover::before, 
.mu-top-slider .slick-prev:focus::before,
.mu-top-slider .slick-next:hover::before,
.mu-top-slider .slick-next:focus::before {
  color: #fff;
}

.mu-top-slider .slick-prev {
  left: 20px;
}

.mu-top-slider .slick-next {
  right: 20px;
}

.mu-top-slider .slick-dots {
  bottom: 20px;
}

.mu-top-slider .slick-dots li button {
  border-radius: 50%;
  background: #f15f2a;
}

.mu-top-slider .slick-dots li button::before {
  color: transparent;
  background: transparent;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.mu-top-slider .slick-dots li.slick-active button::before {
  color: transparent;
  border-radius: 50%;
  opacity: 1;
}


/*==================
	ABOUT US SECTION
====================*/

#mu-about-us {
  display: inline;
  float: left;
  width: 100%;
  padding: 100px 0 0;
}

.mu-about-us-area {
  display: inline;
  float: left;
  width: 100%;
}
.mu-subtitle{
  position: relative;
}
.mu-about-us-area .mu-subtitle:after{
  content: '';
  height: 4px;
  background: #f15f2a;
  width: 31px;
  position: absolute;
  right: -41px;
  top: 32px;
}
.mu-about-us-right {
  margin-top: 0;
  padding-top: 10px;
  padding-left: 0;
  width: 100%;
}
.mu-about-us-right p {
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 20px;
}

.mu-about-us-right ul {
  margin-bottom: 20px;
  padding-left: 25px;
}

.mu-about-us-right ul li {
  line-height: 24px;
  margin-bottom: 10px;
}

.mu-about-us-right ul li:before {
  content: "\f0da";
  font-family: fontAwesome;
  margin-right: 10px;
}

.mu-about-us-left {
  padding-right: 15px;
  width: 100%;
}

.mu-title {
  
  margin-bottom: 20px;
  text-align: left;
}

.mu-title .mu-subtitle {
  font-size: 39px;
  font-family: "Tangerine", cursive;
  line-height: 30px;
}

.mu-title h2 {
  color: #000;
  font-size: 35px;
  margin-bottom: 5px;
}
.mu-main-navbar .mu-main-nav li a:hover{
  color: #fff;
}
.mu-main-navbar .mu-main-nav li a{
  color: #c2b7b7;
}
.list-unstyled a, li, .times p, .footer-bg .delivery h2, .book, .primaryColorComponent {
  color: #c2b7b7;
}
.mu-about-us-area .mu-title h2{
  margin-top: 10px;
}
/*==================
 MENU ITEM SECTION
====================*/
#mu-map{
  margin-bottom: 100px;
}
#mu-restaurant-menu {
  display: inline;
  float: left;
  width: 100%;
  padding: 100px 0;
}
#mu-restaurant-menu .mu-subtitle{
  position: relative;
}
#mu-restaurant-menu .mu-subtitle:after{
  content: '';
  height: 4px;
  background: #f15f2a;
  width: 31px;
  position: absolute;
  right:  -40px;
  top: 32px;
}
#mu-restaurant-menu .mu-title{
  text-align: center;
  display: table;
  margin: 0px auto;
  position: relative;
  margin-bottom: 25px;
  margin-top: 10px;
}
.mu-restaurant-menu-area {
  display: inline;
  float: left;
  width: 100%;
}

.mu-restaurant-menu-content {
  display: inline;
  float: left;
  width: 100%;
}

.mu-restaurant-menu {
  display: inline-block;
  width: 100%;
  text-align: left;
  border: none;
}



.mu-restaurant-menu li a {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
    margin: 0 9px;

  border-radius: 0;
  color: rgb(0, 0, 0);
  transition: all 0.5s;
  border: solid 1px #000;
  border-radius: 50px;
  padding: 5px 20px;
}

.mu-restaurant-menu li a:hover,
.mu-restaurant-menu .active a,
.mu-restaurant-menu .active a:hover,
.mu-restaurant-menu .active a:focus {
  background-color: #FFF;
}

.mu-tab-content-area {
  display: inline;
  float: left;
  width: 100%;

}

.mu-tab-content-left {
  display: inline;
  float: left;
  padding-right: 15px;
  width: 100%;
}
.mu-tab-content-left ul{
 display: flex;
 flex-wrap: wrap;
}

.mu-menu-item-nav li {
  /* border-bottom: 1px dashed #ccc; */
  margin-bottom: 20px;
  padding-bottom: 15px;
  width: 33.3%;
}
.media-left{
  display: block;
}
.mu-menu-item-nav li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.previewPrivacyModalDialog{
  max-width: 800px;
  width: 800px;
}

.mu-menu-item-nav li .media .media-left a,
.mu-menu-item-nav li .media .media-left a img {
  display: block;
  width: 100%;
}

/*==================
 FOOTER SECTION
====================*/
/*---------footer---------*/
.footer-bg {
  background: #421b02;
  padding: 50px 0px;
}
 .footer-bg .delivery h2 {
   font-size: 20px;
  border-bottom: 1px solid #9294a0;
  line-height: 2;
}
 .footer-bg .delivery li {
  margin-bottom: 15px;
  display: flex;
}
 .footer-bg .delivery i {
  margin-right: 15px;
}
.text-white {
  color: #c2b7b7 !important;
}
 .footer-bg .social-icon .fa {
  padding: 10px;
  font-size: 16px;
  width: 34px;
  height: 34px;
  text-align: center;
  text-decoration: none;
  margin: 5px 8px;
  border-radius: 50%;
  background: #fff;
  color: #000;
}
.privacy{
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
 .privacy a {
  color:#c2b7b7;
  text-decoration: none;
}
.text {
  display: flex;
  margin-top:13px;
}
.text p {
 margin-right: auto;
}

 .footer-bg .list-unstyled li a {
  text-decoration: none;
  margin-top: 10px;
}
 .footer-bg .delivery i {
  margin-right: 15px;
}


#navbar{
  height: 60px !important;
  align-items: center !important;
  justify-content: flex-end !important;
}
/*==================
 RESPONSIVE DESIGN
====================*/

@media (max-width: 1199px) {
  .mu-top-slider .mu-top-slider-single img{
    object-fit: cover;
    width: 100%;
    height: 410px;
  }
  .mu-main-navbar .mu-main-nav li a {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mu-top-slider .mu-top-slider-single .mu-top-slider-content {
    position: absolute;
    left: 5%;
    top: 15%;
    right: 5%;
  }

  .mu-top-slider .mu-top-slider-single .mu-top-slider-content .mu-slider-small-title {
    font-size: 30px;
  }

  .mu-top-slider .mu-top-slider-single .mu-top-slider-content .mu-slider-title {
    font-size: 40px;
  }

  .mu-reservation-content {
    padding: 0;
  }

  .mu-testimonial-slider li .mu-testimonial-single {
    padding: 0 50px;
  }

  .mu-chef-nav .slick-list li .mu-single-chef .mu-single-chef-social {
    padding: 23px 5px;
  }

  .mu-single-gallery .mu-single-gallery-item .mu-single-gallery-info {
  padding-top: 26%;
  }

  
}


@media (max-width: 991px) {


  .mu-main-navbar .mu-main-nav li a {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
  }


  .mu-about-us-left,
  .mu-reservation-form {
    text-align: center;
  }
  
  .mu-reservation-right {
    margin-top: 60px;
  }
  
  #mu-contact .mu-contact-area .mu-contact-content .mu-contact-right {
    margin-top: 50px;
    padding: 0;
  }

  #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body .mu-single-gallery .mu-single-gallery-item .mu-single-gallery-info {
    padding-top: 22%;
  }

  #mu-client-testimonial .mu-client-testimonial-area .mu-testimonial-content .mu-testimonial-slider li .mu-testimonial-single {
    padding: 0 60px;
  }

  #mu-client-testimonial .mu-client-testimonial-area .mu-testimonial-content .mu-testimonial-slider li .mu-testimonial-single .mu-testimonial-info p::before {
    top: 40%;
  }


}


/* Mobile Menu Dropdown Styles */
.mobile-menu-dropdown {
  position: fixed;
  top: 100px; /* Updated height of the header */
  left: 0;
  right: 0;
  background-color: #1a1a1a;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  border-top: 1px solid #333;
  display: none; /* Hidden by default, shown only on mobile */
}

.mobile-menu-dropdown.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mobile-menu-header {
  padding: 15px 20px;
  border-bottom: 1px solid #333;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.mobile-menu-close-btn {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.mobile-menu-close-btn:hover {
  background-color: #f15f2a;
  border-color: #f15f2a;
}

.mobile-menu-nav {
  padding: 0;
}

.mobile-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu-list li {
  border-bottom: 1px solid #333;
}

.mobile-menu-list li:last-child {
  border-bottom: none;
}

.mobile-menu-link {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  display: block;
  padding: 18px 20px;
  transition: all 0.3s ease;
  position: relative;
}

.mobile-menu-link:hover {
  background-color: #f15f2a;
  color: #fff;
  padding-left: 30px;
}

.mobile-menu-link:active {
  background-color: #d14a1f;
}

@media (max-width: 767px) {

  .navbar-default .navbar-toggle {
    border-radius: 4px;
    border: 2px solid #fff;
    background-color: transparent;
    padding: 8px 12px;
    margin-top: 15px;
  }
  
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
    height: 3px;
    width: 25px;
    border-radius: 2px;
    transition: all 0.3s ease;
  }
  
  .navbar-default .navbar-toggle:hover, 
  .navbar-default .navbar-toggle:focus {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #f15f2a;
  }
  
  .navbar-default .navbar-toggle:hover .icon-bar,
  .navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #f15f2a;
  }
  
  .previewPrivacyModalDialog{
    max-width: 100%;
    width: 100%;
  }

  /* Hide the default Bootstrap mobile menu */
  .mu-main-navbar .mu-main-nav {
    text-align: center;
  }
  
  /* Show mobile menu dropdown only on mobile */
  .mobile-menu-dropdown {
    display: block;
    top: 80px; /* Adjusted for mobile header height */
  }

  #mu-counter .mu-counter-overlay .mu-counter-area .mu-counter-nav li {
    margin-top: 10px;
    margin-bottom: 10px;
    border-right: none;
  }
  .mu-main-navbar{
    height: auto;
  }
  #mu-header{
    height: auto;
  }
  #navbar{
    height: auto !important;
  }
  .navbar-toggle{
    margin-right: 0px;
  }
   #mu-slider{
     margin-top: 80px;
   }
}


@media (max-width: 640px) {
  
  .navbar-default .navbar-toggle {
    padding: 6px 10px;
    margin-top: 12px;
  }
  
  .navbar-default .navbar-toggle .icon-bar {
    width: 22px;
    height: 2px;
  }
  
  .navbar-default .navbar-toggle:hover, 
  .navbar-default .navbar-toggle:focus {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #f15f2a;
  }
  
  .mu-main-navbar .mu-main-nav li a {
    font-size: 15px;
    padding: 10px 15px;
  }
  
  .mu-main-navbar .navbar-header .navbar-brand img {
    width: 90px;
    margin: -5px;
  }

  #mu-slider .mu-slider-area .mu-top-slider .mu-top-slider-single .mu-top-slider-content .mu-slider-title {
    font-size: 40px;
  }

 .mu-top-slider .mu-top-slider-single .mu-top-slider-content {
    top: 18%;
  }
}

@media (max-width: 480px) {
  .mu-main-navbar .navbar-header .navbar-brand img {
    width: 90px;
  }
  
  .navbar-default .navbar-toggle {
    padding: 5px 8px;
    margin-top: 10px;
  }
  
  .navbar-default .navbar-toggle .icon-bar {
    width: 20px;
    height: 2px;
  }
  
  .mobile-menu-close-btn {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
  
  .mobile-menu-link {
    font-size: 15px;
    padding: 16px 20px;
  }
}

@media (max-width: 320px) {
  .mu-main-navbar .navbar-header .navbar-brand img {
    width: 100px;
  }
  
  .navbar-default .navbar-toggle {
    padding: 4px 6px;
    margin-top: 8px;
  }
  
  .navbar-default .navbar-toggle .icon-bar {
    width: 18px;
    height: 2px;
  }
  
  .mobile-menu-close-btn {
    width: 30px;
    height: 30px;
    font-size: 13px;
  }
  
  .mobile-menu-link {
    font-size: 14px;
    padding: 14px 20px;
  }

  #mu-restaurant-menu .mu-restaurant-menu-area .mu-restaurant-menu-content .mu-restaurant-menu li a {
    font-size: 16px;
    margin: 0 5px;
  }

  #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body .mu-single-gallery .mu-single-gallery-item .mu-single-gallery-info {
    padding-top: 18%;
  }

  #mu-client-testimonial .mu-client-testimonial-area .mu-testimonial-content .mu-testimonial-slider li .mu-testimonial-single {
    padding: 0;
  }

  .mu-testimonial-slider li .mu-testimonial-single .mu-testimonial-info p {
    font-size: 16px;
    line-height: 30px;
  }

  #mu-chef .mu-chef-area .mu-chef-content .mu-chef-nav .slick-list li .mu-single-chef .mu-single-chef-social a {
    margin: 0 3px;
    padding: 3px 0;
    width: 30px;
  }

  .mu-top-slider .slick-dots {
    display: none !important;
  } 

  .mu-top-slider .mu-top-slider-single .mu-top-slider-content .mu-slider-small-title {
    font-size: 45px;
    line-height: 35px;
  }

  .mu-top-slider .mu-top-slider-single .mu-top-slider-content p {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 0px;
    padding: 0 5px;
  }

  #mu-slider .mu-slider-area .mu-top-slider .mu-top-slider-single .mu-top-slider-content .mu-slider-title {
    font-size: 30px;
    line-height: 50px;
  }

}


@media (max-width: 480px) {

  .mu-top-slider .mu-top-slider-single .mu-top-slider-content {
   top: 20%;
  }

  .mu-top-slider .mu-top-slider-single .mu-top-slider-content p {
    display: none;
  }
 
  .mu-reservation-content p {
    padding: 0;
  }


  .mu-title {
    margin-bottom: 0;
  }

  #mu-client-testimonial .mu-client-testimonial-area .mu-testimonial-content .mu-testimonial-slider li .mu-testimonial-single {
    padding: 0;
  }

  #mu-subscription .mu-subscription-area .mu-subscription-form input[type="text"] {
    width: 100%;
    margin-bottom: 20px;
  }

  #mu-subscription .mu-subscription-area {
    padding: 0;
    text-align: center;
  }

  #mu-subscription .mu-subscription-area .mu-subscription-form .mu-readmore-btn {
    width: auto;
  }

  #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body .mu-single-gallery {
    width: 100%;
  }

   #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body .mu-single-gallery .mu-single-gallery-item .mu-single-gallery-info {
    padding-top: 30%;
  }


  #mu-restaurant-menu .mu-restaurant-menu-area .mu-restaurant-menu-content .mu-restaurant-menu li {
    margin-bottom: 10px;
  }
  
  
}

@media (max-width: 360px) {
  .mu-readmore-btn{
    padding: 10px 20px;
    margin-top: 10px;
  }
  #mu-slider .mu-slider-area .mu-top-slider .mu-top-slider-single .mu-top-slider-content .mu-slider-title {
    font-size: 17px;
    line-height:1.2;
  }
  .mu-top-slider .mu-top-slider-single img{
    height: 192px;
    object-fit: cover;
  }
  .mu-top-slider .mu-top-slider-single .mu-top-slider-content .mu-slider-small-title {
    font-size: 18px;
    line-height: 25px;
  }

  #mu-restaurant-menu .mu-restaurant-menu-area .mu-restaurant-menu-content .mu-restaurant-menu li {
    margin-bottom: 12px;
  }

  #mu-about-us {
    padding: 50px 0 50px;
  }
  #mu-restaurant-menu{
    padding:0;
  }
  .mu-menu-item-nav li{
    padding-bottom: 0;
  }

  #mu-restaurant-menu {
    padding-bottom: 50px;
  }

  #mu-reservation .mu-reservation-area .mu-reservation-content {
    padding: 0;
  }

  .mu-opening-hour h2 {
    font-size: 42px;
    padding-bottom: 10px;
  }

  .mu-title h2 {
    font-size: 28px;
  }

  #mu-client-testimonial .mu-client-testimonial-area .mu-testimonial-content .mu-testimonial-slider li .mu-testimonial-single .mu-testimonial-info p {
    font-size: 16px;
    line-height: 24px;
  }
  
  #mu-contact .mu-contact-area .mu-contact-content .mu-contact-right {
    text-align: center;
  }

  #mu-contact .mu-contact-area .mu-contact-content .mu-contact-right .mu-contact-widget address {
    text-align: left;
  }

  #mu-contact {
    padding: 100px 0 50px;
  }

  #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body .mu-single-gallery .mu-single-gallery-item .mu-single-gallery-info {
    padding-top: 27%;
  }

  #mu-footer .mu-footer-area .mu-footer-social a {
    font-size: 18px;
  }

  .mu-menu-item-nav li {
    text-align: center;
  }

  #mu-restaurant-menu .mu-restaurant-menu-area .mu-restaurant-menu-content .mu-tab-content-area .mu-menu-item-nav li .media .media-left {
    height: auto;
    width: 100%;
    margin-right: 0;
    float: left;
  }

  #mu-restaurant-menu .mu-restaurant-menu-area .mu-restaurant-menu-content .mu-tab-content-area .mu-menu-item-nav li .media .media-left a{
    display: inline-block;
    margin-bottom: 10px;
  }

  #mu-restaurant-menu .mu-restaurant-menu-area .mu-restaurant-menu-content .mu-tab-content-area .mu-menu-item-nav li .media .media-left a img {
    display: inline-block;
  }

  #mu-map {
   position: relative;
  }

  .mu-contact-form .mu-send-btn {
    width: 100%;
  }

}


@media (max-width: 320px) {

  #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body .mu-single-gallery .mu-single-gallery-item .mu-single-gallery-info {
    padding-top: 25.5%;
  }

  
} ----------social icons----------------------


.fb-bg{
    width: 30px;
  height: 30px;
  background: #fff;
  color: #222025;
  text-align: center;
  line-height: 30px;
  border-radius: 30px;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 800;
  margin:10px;
}
 .fb-bg:hover{
     
     background:#3b5998;
     color:#fff;
 }

.inista-bg{
    width: 30px;
  height: 30px;
  background: #fff;
  color: #222025;
  text-align: center;
  line-height: 30px;
  border-radius: 30px;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 800;
  margin:10px;
}
 .inista-bg:hover{
     
     background: #e95950;
     color:#fff;
 }

.link-bg{
    width: 30px;
  height: 30px;
  background: #fff;
  color: #222025;
  text-align: center;
  line-height: 30px;
  border-radius: 30px;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 800;
  margin:10px;
}
 .link-bg:hover{
     
     background: #2867B2;
     color:#fff;
 }
 
 .you-bg{
    width: 30px;
  height: 30px;
  background: #fff;
  color: #222025;
  text-align: center;
  line-height: 30px;
  border-radius: 30px;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 800;
  margin:10px;
}
 .you-bg:hover{
     
     background:#FF0000;
     color:#fff;
 }
 
 .trip-bg{
    width: 30px;
  height: 30px;
  background: #fff;
  color: #222025;
  text-align: center;
  line-height: 30px;
  border-radius: 30px;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 800;
  margin:10px;
}
 .trip-bg:hover{
     
     background:#00af87;
     color:#fff;
 }
 
 @media only screen and (min-width: 768px) and (max-width: 1024px){
    .link-bg{
        margin:5px;
    }


 }


/* ---------social icons-------------------------- */

.fb-bg{
  width: 30px;
height: 30px;
background: #fff;
color: #222025;
text-align: center;
line-height: 30px;
border-radius: 30px;
font-size: 16px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
font-weight: 800;
margin:10px;
}
.fb-bg:hover{
   
   background:#3b5998;
   color:#fff;
}

.inista-bg{
  width: 30px;
height: 30px;
background: #fff;
color: #222025;
text-align: center;
line-height: 30px;
border-radius: 30px;
font-size: 16px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
font-weight: 800;
margin:10px;
}
.inista-bg:hover{
   
   background: #e95950;
   color:#fff;
}

.link-bg{
  width: 30px;
height: 30px;
background: #fff;
color: #222025;
text-align: center;
line-height: 30px;
border-radius: 30px;
font-size: 16px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
font-weight: 800;
margin:10px;
}
.link-bg:hover{
   
   background: #2867B2;
   color:#fff;
}

.you-bg{
  width: 30px;
height: 30px;
background: #fff;
color: #222025;
text-align: center;
line-height: 30px;
border-radius: 30px;
font-size: 16px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
font-weight: 800;
margin:10px;
}
.you-bg:hover{
   
   background:#FF0000;
   color:#fff;
}

.trip-bg{
  width: 30px;
height: 30px;
background: #fff;
color: #222025;
text-align: center;
line-height: 30px;
border-radius: 30px;
font-size: 16px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
font-weight: 800;
margin:10px;
}
.trip-bg:hover{
   
   background:#00af87;
   color:#fff;
}

@media only screen and (min-width: 768px) and (max-width: 1024px){
  .link-bg{
      margin:5px;
  }


}

/* footer------------ */


@media (max-width: 767px){
.footer-bg {
   padding: 5px;
}

.privacy {
  flex-direction: column;
}


}

@media (max-width: 991px){
.privacy {
    flex-direction: column;
}
}

