body {
    font-family: 'Lato', sans-serif
}

a {
    color: #DB0004
}

a:hover {
    color: inherit
}

p {
    opacity: 0.6
}

h1 {
    font-size: 80px;
    font-weight: 700
}

h2 {
    font-size: 44px;
    margin-bottom: 30px
}

h4 {
    color: #fff;
    font-size: 22px
}

@media (max-width: 991px) {
    h1 {
        font-size: 60px
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 40px
    }

    h2 {
        font-size: 32px
    }

    p {
        font-size: 14px
    }
}

@media (max-width: 575px) {
    h1 {
        font-size: 28px
    }

    h2 {
        font-size: 24px
    }
}

body {
    position: relative;
    height: 100%;
    overflow-y: scroll
}

section {
    padding: 80px 0 100px;
    position: relative
}

.btn {
    border-radius: 25px;
    color: white;
    text-transform: uppercase;
    background-color: #DB0004;
    -webkit-transition: ease-in .2s;
    transition: ease-in .2s;
    font-size: 16px;
    font-weight: 700
}

.btn:hover {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-box-shadow: 4px 4px 6px -2px #404040;
    box-shadow: 4px 4px 6px -2px #404040
}

.error {
    color: crimson
}

.success {
    color: limegreen
}

form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

input, textarea {
    position: relative;
    border: 0;
    border-bottom: 2px solid #b7b7b7;
    resize: none;
    outline: none;
    width: 100%;
    -webkit-transition: ease-in .2s;
    transition: ease-in .2s
}

input:focus, textarea:focus {
    border-bottom: 2px solid #DB0004
}

hr {
    height: 2px;
    background-color: #DB0004
}

#services {
    padding: 100px 0 120px
}

#reservation {
    padding: 140px 0 120px
}

#reservation .btn:hover {
    -webkit-box-shadow: 4px 4px 6px -2px #b7b7b7;
    box-shadow: 4px 4px 6px -2px #b7b7b7
}

@media (max-width: 767px) {
    section {
        padding: 20px 0 30px;
        border-bottom: 1px solid #f2f2f2
    }

    section:nth-of-type(5) {
        padding-bottom: 0
    }
}

.landing {
    position: relative;
    padding: 216px 0 130px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.landing .container {
    position: relative;
    z-index: 3
}

.landing h1, .landing p {
    color: white
}

.landing:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5)
}

.row {
    margin: 0;
    position: relative
}

.card {
    border: 0;
    width: 100%;
    -webkit-transition: ease-in .2s;
    transition: ease-in .2s;
    -webkit-box-shadow: 0px 3px 5px -1px #b7b7b7;
    box-shadow: 0px 3px 5px -1px #b7b7b7
}

.card-title {
    text-transform: uppercase;
    font-size: 16px
}

.card-text-working-hours {
    opacity: 0.6;
}

.card-img-top {
    height: 15vw;
    -o-object-fit: cover;
    object-fit: cover
}

.gal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.gal-img {
    width: 100%;
    height: auto;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    margin: 0.5rem 0;
    background-color: #000
}

.gal-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: ease-in .2s;
    transition: ease-in .2s
}

.gal-img:hover {
    cursor: pointer
}

.gal-img:hover img {
    opacity: 0.5
}

.gal-img:hover .img-desc {
    opacity: 1
}

.gray-bg {
    background-color: #f2f2f2
}

#map-message {
    padding-bottom: 50px
}

#map-message h2 {
    z-index: 2;
    position: relative;
    -webkit-box-shadow: 3px 3px 5px -1px #b7b7b7;
    box-shadow: 3px 3px 5px -1px #b7b7b7
}

#map {
    z-index: 0;
    position: relative;
    height: 600px;
    width: 100%
}

.message {
    position: absolute;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 2;
    top: 270px;
    left: 8%;
    -webkit-box-shadow: 3px 3px 5px -1px #b7b7b7;
    box-shadow: 3px 3px 5px -1px #b7b7b7
}

.message span {
    width: 35px;
    height: 35px;
    background-color: #DB0004;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%
}

.message span i {
    margin-top: -1px;
    margin-left: -1px;
    color: #fff
}

.message .btn:hover {
    -webkit-box-shadow: 4px 4px 6px -2px #b7b7b7;
    box-shadow: 4px 4px 6px -2px #b7b7b7
}

@media (max-width: 1200px) {
    #map {
        height: 550px
    }
}

@media (max-width: 992px) {
    .message {
        width: 100%;
        position: relative;
        top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        left: 0
    }
}

@media (max-width: 767px) {
    .card-img-top {
        height: 35vw
    }
}

@media (max-width: 576px) {
    .gal {
        -webkit-column-count: 1;
        column-count: 1
    }

    .card {
        width: 100%
    }

    .no-padding {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

nav {
    width: 100%;
    position: fixed !important;
    z-index: 10;
    top: 0;
    -webkit-transition: ease-in-out .2s;
    transition: ease-in-out .2s
}

.nav-bg {
    background-color: #fff;
    border-bottom: 1px solid #f2f2f2
}

.nav-bg .nav-link {
    color: #515255 !important
}

.nav-bg .nav-link:hover {
    color: #DB0004 !important
}

.nav-bg .nav-link.active {
    color: #DB0004 !important
}

.navbar-brand img {
    width: auto;
    height: auto;
    max-height: 50px
}

.navbar-light .navbar-nav .nav-link {
    font-size: 16px;
    color: #fff;
    -webkit-transition: ease-in all 0.2s;
    transition: ease-in all 0.2s
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #DB0004
}

.navbar-light .navbar-nav .nav-link.active {
    color: #DB0004
}

.navbar-light .navbar-nav .active > .nav-link {
    color: #fff
}

.navbar-light .navbar-nav .active > .nav-link:hover {
    color: #DB0004
}

.navbar-light .navbar-toggler {
    border-color: #DB0004;
    outline: none
}

.restaurant-title {
    text-decoration: none
}

.restaurant-title h2 {
    color: #DB0004;
    font-family: 'Berkshire Swash', cursive;
    font-size: 28px;
    word-wrap: break-word;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    margin-bottom: 0
}

@media (max-width: 1200px) {
    .restaurant-title h2 {
        font-size: 22px
    }
}

@media (max-width: 991px) {
    nav {
        background-color: #fff !important
    }

    .navbar-light .navbar-nav .nav-link {
        color: #515255
    }
}

@media (max-width: 768px) {
    .restaurant-title h2 {
        font-size: 18px
    }
}

footer ul {
    list-style: none
}

footer li {
    color: #DB0004
}

footer .btn:hover {
    -webkit-box-shadow: 4px 4px 6px -2px #b7b7b7;
    box-shadow: 4px 4px 6px -2px #b7b7b7
}

.copyright {
    width: 100%;
    background-color: #404040
}

.copyright p {
    color: #fff
}

.copyright p a {
    color: #DB0004
}

.copyright i {
    color: #fff
}

.copyright span {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: ease-in .2s;
    transition: ease-in .2s
}

.copyright span:hover {
    cursor: pointer;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    background-color: #DB0004;
    -webkit-box-shadow: 3px 3px 5px -1px rgba(0, 0, 0, 0.5);
    box-shadow: 3px 3px 5px -1px rgba(0, 0, 0, 0.5)
}

/* ======================================
   26. Menu horizontal scroll
   ====================================== */

@media only screen and (min-width: 769px) {
    #menuMobile {
        display: none;
    }

    .rightMenuMenu {
        position: fixed;
        right: 15px;
        top: 100px;
    }

    .cardMenu {
        font-size: 16px;
        font-weight: bold;
        line-height: 20px;
        text-align: left;
        color: #000000;
        max-height: 50px;
        margin: 5px 0 0 10px;
        display: block;
        cursor: pointer;
        max-width: 160px;
        word-break: break-all;
    }

    .cardMenu:hover {
        color: #dd0301;
        cursor: pointer;
    }

    .navbar-menu-link, .navbar-order-link, .navbar-menu-link-menu{
        display: none;
    }

    .order-now {
        position: absolute;
        top: 50px;
        right: 15px;
    }

    .buttonOrder {
        display: block;
        margin: 0 auto;
        font-family: "AlegreyaSans", sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        text-align: center;
        font-size: 15px;
        color: #dd0301;
        border: 3px solid #dd0301;
        padding: 0 10px;
        margin-top: 50px;
        background: transparent;
        -webkit-transition: 0.5s all ease;
        -o-transition: 0.5s all ease;
        transition: 0.5s all ease;

        height: 50px;

    }

    .buttonOrder:hover {
        background: #dd0301;
        color: #ffffff;
    }
}


@media only screen and (max-width: 768px) {

    #menuRightSideList {
        display: none;
    }
    .scrolling-wrapper {
        position: fixed;
        top: 76px;
        background-color: white;
        z-index: 100999;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        height: 40px;
        align-content: center;
        width: 100%;
        max-width: 100%;
        -ms-overflow-style: none;
        -webkit-overflow-scrolling: touch;
        -webkit-box-shadow: 0px 5px 5px 0px rgba(209,209,209,1);
        -moz-box-shadow: 0px 5px 5px 0px rgba(209,209,209,1);
        box-shadow: 0px 5px 5px 0px rgba(209,209,209,1);
    }
    .scrolling-wrapper::-webkit-scrollbar {
        display: none;
    }

    h3 {
        margin: 0 !important;
    }

    .cardMenu {
        font-size: 16px;
        font-weight: 200;
        text-align: center;
        color: #000000;
        text-transform: uppercase;
        height: 20px;
        margin: 5px 10px 0 10px;
        display: inline-block;
    }

    .navbar-menu-link{
        font-size: 14px;
        line-height: 21px;
        font-weight: 400;
        color: white;
        display: block;
        position: absolute;
        right: 90px;
        top: 35px;
    }

    .navbar-order-link{
        font-size: 14px;
        line-height: 21px;
        font-weight: 400;
        color: white;
        display: block;
        position: absolute;
        right: 130px;
        top: 35px;
    }

    .navbar-menu-link-menu {
        font-size: 14px;
        line-height: 21px;
        font-weight: 400;
        color: #818181;
        display: block;
        position: absolute;
        right: 130px;
        top: 35px;
    }

    .navbar-order-link:hover{
        color: #dd0301;
    }

    .navbar-menu-link:hover{
        color: #dd0301;
    }

    .navbar-menu-link-menu:hover{
        color: #dd0301;
    }

    #header.overflow .navbar-menu-link {
        color: #818181;
    }

    #header.overflow .navbar-order-link {
        color: #818181;
    }

    #header.overflow .navbar-menu-link:hover{
        color: #dd0301;
    }

    #header.overflow .navbar-order-link:hover{
        color: #dd0301;
    }

    .order-now {
        display: none;
    }
}

.classForH2menu {
    font-size: 42px;
    text-align: center;
    color: #dd0301;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-top: 5px;
}

section.menu ul li{
    display:inline;
    font-size: 18px;
    color: #0c0901;
    margin-bottom: 20px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}

section.menu ul{
    list-style: none;
}

section.menu ul.menu li{
    font-size: 20px;
}

section.menu ul li .detail{
    display: block;
    text-transform: none;
    color: #484745;
    font-size: 14px;
    font-weight: 400;
}

.price {
    font-size: 18px;
    color: #c02530;
    float: right;
    font-weight: 500;
    text-align: left;
}

.center {
    display: block;
    margin: 0 auto;
    margin-bottom: 3em;
}

section.menu ul li .detail {
    font-size: 14px;
}

section.menu ul li .detail span {
    font-size: 14px;
}

.navbar-light-menu {
    font-size: 16px;
    color: black;
    -webkit-transition: ease-in all 0.2s;
    transition: ease-in all 0.2s
}

.menu-headline-detail {
    display: block;
    text-transform: none;
    color: #7c7b76;
    font-size: 14px;
    font-weight: 400;
}

.desc-font {
    font-size: 14px;
}

.option-select {
    color: #c02530;
    font-weight: 600;
}

/*# sourceMappingURL=style.css.map */
