/*
  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;
}

.h_text {
    color: #fff;
    text-shadow: 1px 0 #f80707, -1px 0 #f80707, 0 1px #f80707, 0 -1px #f80707, 1px 1px #f80707, -1px -1px #f80707, 1px -1px #f80707, -1px 1px #f80707;

}

.h-text {
    color: #ED1C23;
    font-weight: bold !important;
    text-shadow: 1px 0 #fff, -1px 0 #fff, 0 1px #fff, 0 -1px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;

}

.h1-text {
    color: #fff;
    text-shadow: 1px 0 #000, -1px 0 #000, 0 1px #000, 0 -1px #000, 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
}

.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: #130a4d;
    color: #fff;
    border: 1px solid #000;
    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: #fff;
    color:  #130a4d;
}

.mu-readmore-btn:hover::after,
.mu-readmore-btn:focus::after {
    bottom: 0px;
    content: "";
    left: 0px;
    right: 0px;
    top: 0px;
}

.mu-readmore-btn::after,
.mu-testimonial-slider .slick-dots li,
.mu-chef-nav .slick-dots li,
.mu-top-slider .slick-dots li button,
.mu-opening-hour {
    border: 2px solid #fff;
}

.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 SECTION
====================*/

.mu-main-navbar {
    background-color: #fff;
    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;
    border-bottom: 3px solid #130a4d;
}

.mu-main-navbar .mu-main-nav {
    font-family: "Open Sans", sans-serif;
}


/* .mu-main-navbar .mu-main-nav li a {
    color: #c64989;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 20px;
} */

.mu-main-navbar .mu-main-nav li a {
    color: #000;
    padding: 10px;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    transition: all .3s ease-out;
}

.mu-main-navbar .mu-main-nav li a:hover {
    /* color: #fff; */
    color: #ffc700;
    text-shadow: 3px 3px rgba(0, 0, 0, 0.05);
}

.mu-main-navbar .mu-main-nav li a:before,
.mu-main-navbar .mu-main-nav li a:after {
    content: '';
    width: 15px;
    height: 15px;
    border: 2px solid #ffc700;
    border-top: none;
    border-left: none;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: opacity 0.3s ease 0s, transform 0.3s ease 0s, left 0.3s ease 0s, top 0.3s ease 0s, height 0.3s ease 0.3s, width 0.3s ease 0.3s;
}

.mu-main-navbar .mu-main-nav li a:after {
    transform: rotate(180deg);
    transition: opacity 0.3s ease 0s, transform 0.3s ease 0s, right 0.3s ease 0s, bottom 0.3s ease 0s, height 0.3s ease 0.3s, width 0.3s ease 0.3s;
}

.mu-main-navbar .mu-main-nav li a:hover:before,
.mu-main-navbar .mu-main-nav li a:hover:after {
    height: 100%;
    width: 100%;
    visibility: visible;
    opacity: 1;
    transform: rotate(180deg);
    left: -7px;
    top: -7px;
}

.mu-main-navbar .mu-main-nav li a:hover:after {
    transform: rotate(0);
    top: auto;
    left: auto;
    right: -7px;
    bottom: -7px;
}


/* ------------------------ */

.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: 212px;
    margin: -20px;
}

.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;
}


/*==================
	SLIDER SECTION
====================*/

#mu-slider {
    display: inline;
    float: left;
    margin-top: 89px;
    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%;
}

.mu-top-slider .mu-top-slider-single .mu-top-slider-content {
    position: absolute;
    left: 12%;
    top: 30%;
    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: bold;
    color: #fff;
}

.mu-top-slider .mu-top-slider-single .mu-top-slider-content .mu-slider-title {
    color: #fff;
    font-size: 30px;
    margin-top: 10px;
    font-weight: lighter;
    font-style: italic;
}

.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: #130a4d;
}

.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-about-us-area .row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mu-about-us-area .mu-title:after {
    content: '';
    height: 4px;
    background:   #140b4c;
    width: 31px;
    position: absolute;
    left: -25px;
    top: 55px;
}

.mu-about-us-right {
    margin-top: 0;
    padding-top: 0px;
    padding-left: 0;
    width: 100%;
}

.mu-about-us-right p {
    color: #000;
    background: #fff;
    font-size: 14px;
    line-height: 1.9;
    margin-bottom: 8px;
    text-align: justify;
}

.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-about-us-left img {
    width: 100%;
    opacity: 1;
    transition: 1s ease;
    border-radius: 10px;
}

.mu-about-us-left img:hover {
    transform: scale(1.1);
    opacity: 0.7;
    transition: 1s ease;
}

.app-phone img {
    width: 100%;
    transition: 1s ease;
}

.app-phone img:hover {
    transform: scale(1.1);
    transition: 1s ease;
}

.mu-title {
    margin-bottom: 20px;
    text-align: left;
}

.mu-title .mu-subtitle {
    font-size: 50px;
    font-family: "Tangerine", cursive;
    line-height: 30px;
    color: #140b4c;
}

.mu-title h2 {
    color: #140b4c;
    font-size: 35px;
    margin-bottom: 5px;
}


/*==================
 MENU ITEM SECTION
====================*/

#mu-restaurant-menu {
    display: inline;
    float: left;
    width: 100%;
    padding: 100px 0;
}

#mu-restaurant-menu .mu-title:after {
    content: '';
    height: 4px;
    background: #f57cb2;
    width: 31px;
    position: absolute;
    left: -40px;
    top: 52px;
}

#mu-restaurant-menu .mu-title {
    text-align: center;
    display: table;
    margin: 0px auto;
    position: relative;
    margin-bottom: 25px;
}

.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;
}

.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: #000;
    padding: 50px 0px;
}

.footer-bg .delivery h2 {
    color: #fff;
    font-size: 20px;
    border-bottom: 1px solid #9294a0;
    line-height: 2;
}

.footer-bg .delivery li {
    color: #fff;
    margin-bottom: 15px;
    display: flex;
}

.footer-bg .delivery i {
    margin-right: 15px;
}

.text-white {
    color: #fff !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: #fff;
    text-decoration: none;
}

.text {
    display: flex;
    margin-top: 13px;
}

.text p {
    margin-right: auto;
}

.footer-bg .list-unstyled li a {
    color: #fff;
    text-decoration: none;
    margin-top: 10px;
}

.footer-bg .delivery i {
    margin-right: 15px;
}


/*==================
 RESPONSIVE DESIGN
====================*/

@media (max-width: 1199px) {
    .mu-top-slider .mu-top-slider-single img {
        object-fit: cover;
        width: 100%;
        height: 300px;
    }

    .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%;
    }
}

@media (max-width: 767px) {
    .navbar-default .navbar-toggle {
        border-radius: 0px;
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }

    .mu-main-navbar .mu-main-nav {
        /* background-color: #fff; */
        text-align: center;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        background-color: #fff;
    }

    #mu-counter .mu-counter-overlay .mu-counter-area .mu-counter-nav li {
        margin-top: 10px;
        margin-bottom: 10px;
        border-right: none;
    }
}

@media (max-width: 640px) {
    .navbar-default .navbar-toggle {
        background: #b94302 !important;
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background: #b94302 !important;
    }

    #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%;
    }

    #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: 23px;
        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: 19px;
        line-height: 33px;
    }
}

@media (max-width: 480px) {
    .mu-top-slider .mu-top-slider-single .mu-top-slider-content {
        /* top: 20%; */
        top: 8%;
    }

    .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;
    }
}


/* -----------------------------------------applinks */

.applinks {
    padding: 5% 0;
}

.bg {
    background-color: #fef3c6;
    padding: 70px;
    border-radius: 30px;
}

.bg .row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.app-text h3 {
    font-size: 55px;
    color: #c30080;
    line-height: 1.4;
}

.app-text p {
    color: #f878b3;
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 40px;
}

.app-links {
    display: flex;
    align-items: center;
}

.play img {
    width: 60px;
    margin-left: -3px;
}

.order-btn1 {
    display: flex;
    justify-content: unset;
    align-items: center;
    background: #c60080;
    font-size: 20px;
    width: 180px;
    height: 50px;
    border-radius: 59px;
}

.play-text:hover {
    color: #fff;
}

.app img {
    width: 60px;
    margin-left: -3px;
}

.play-text {
    margin-left: 10px;
    color: #fff;
}

.order-btn2 {
    display: flex;
    justify-content: unset;
    align-items: center;
    background: #c60080;
    font-size: 20px;
    width: 180px;
    height: 50px;
    border-radius: 59px;
    margin-left: 30px;
}

.order-btn2:hover {
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .mu-about-us-area .row {
        display: block;
    }

    .mu-about-us-left {
        padding-right: 0;
    }

    .mu-about-us-left img {
        width: 84%;
        margin: 16px;
    }

    .mu-top-slider .mu-top-slider-single img {
        object-fit: cover;
        width: 100%;
        height: 162px;
    }

    .bg {
        padding: 26px;
    }

    .bg .row {
        display: block;
    }

    .order-btn1 {
        height: 42px;
    }

    .order-btn2 {
        height: 42px;
    }

    .play img {
        width: 54px;
        margin-left: -3px;
    }

    .app img {
        width: 54px;
        margin-left: -3px;
    }

    .play-text {
        color: #fff;
        font-size: 16px;
        margin-left: 4px;
    }

    .app-text h3 {
        font-size: 35px;
    }

    .app-text p {
        font-size: 13px;
        margin-bottom: 24px;
    }

    .app-phone img {
        width: 100%;
        margin-top: 42px;
        margin-bottom: 20px;
    }

    #mu-about-us {
        padding: 41px 0 0;
    }

    .mu-about-us-area .mu-title:after {
        display: none;
    }

    .mu-title .mu-subtitle {
        font-size: 36px;
        text-align: center;
        display: block;
    }

    .mu-title h2 {
        font-size: 30px;
        margin-bottom: 5px;
        text-align: center;
    }

    .mu-main-navbar .navbar-header .navbar-brand img {
        width: 130px;
        margin: 0;
    }

    .mu-readmore-btn {
        font-size: 15px;
        padding: 7px 14px;
        margin-top: 10px;
    }

    .mu-about-us-right p {
        text-align: center;
    }
}


/*------------------Gallery--------------------*/
/* .gallery{
    background-image: url('../assets/img/bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
} */
.gallery {
    margin-top: 4rem;
}

.gallery h2 {
    color: #992220;
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    /* font-family: "Tangerine", cursive; */
}

.gallery .m-t {
    margin-top: 4rem;
}

.box {
    text-align: center;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    perspective: 300px;
    position: relative;
    border-radius: 10px;
}

.box:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: -100%;
    left: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
    border-radius: 10px;
}

.box:hover:before {
    top: 0;
}

.box img {
    width: 100%;
    height: auto;
    transform: scale(1.1);
    transition: all 0.3s ease 0s;
    border-radius: 10px;
}

.box:hover img {
    transform: scale(1);
}

.box .box-content {
    width: 100%;
    background: #992220;
    position: absolute;
    bottom: -1px;
    left: 50%;
    opacity: 0;
    z-index: 1;
    transform: translateX(-50%) rotateX(90deg);
    transform-origin: bottom;
    transition: all 0.4s ease 0s;
    border-radius: 10px;

}

.box:hover .box-content {
    opacity: 1;
    transform: translateX(-50%) rotateX(0deg);
}

.box .title {
    font-size: 25px;
    color: #fff;
    letter-spacing: 1px;
    margin: 18px 0 20px 0;
}

.box .post {
    display: inline-block;
    font-size: 16px;
    font-style: italic;
    color: #606060;
    margin: 0 0 10px 0;
}

.box .icon li a:hover:after {
    box-shadow: 0 0 10px #000;
    transform: translateY(-50%) rotate(360deg);
}

@media only screen and (max-width:990px) {
    .box {
        margin-bottom: 30px;
    }
}


@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .mu-top-slider .mu-top-slider-single .mu-top-slider-content .mu-slider-small-title {
        font-size: 21px;
    }

    .mu-top-slider .mu-top-slider-single .mu-top-slider-content .mu-slider-title {
        font-size: 19px;
    }

    .mu-readmore-btn {
        margin-top: 18px;
    }

    .mu-main-navbar .navbar-header .navbar-brand img {
        width: 76px;
        margin: 0;
    }

    .mu-about-us-area .mu-title:after {
        display: none;
    }

    .mu-title .mu-subtitle {
        font-size: 31px;
    }

    .mu-title h2 {
        font-size: 30px;
    }

    .mu-about-us-right p {
        font-size: 10px;
        line-height: 1.9;
        margin-bottom: 13px;
    }

    .app-text h3 {
        font-size: 36px;
    }

    .app-text p {
        font-size: 12px;
    }

    .play-text {
        margin-left: 1px;
        color: #fff;
        font-size: 12px;
        display: block;
    }
}
/* ------------------------------------------- */