:root {
    /*--restaurant-bg-color : #f3f4f5;*/
    --restaurant-bg-color : #ffff;
}

.restaurants-page header,
.restaurant-page header {
    background: url(/assets/img/restaurant/restaurant-landing-bg.jpg);
    background-size: cover;
    height: 30vh;
    background-position: bottom;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 0 0 50px 50px;
    margin-bottom: 50px;
}

.restaurants-page header h1,
.restaurant-page header h1
{
    color: #fff;
    font-weight: 400;
    letter-spacing: 10px;
    font-size: 5.5rem;
    text-align: center;
}

.restaurants-page header h3,
.restaurant-page header h3{
    color: #ffffffba;
    text-transform: capitalize;
    font-size: 2rem;
}

.restaurants-page,
.restaurant-page {
    background: var(--restaurant-bg-color);
    /*font-family: 'Cookie', cursive;*/
    font-size: 16px;
}

.restaurants-page main{
    /*background-image:  url('/assets/img/restaurant/meal.svg'), url('/assets/img/restaurant/fast_food.svg');*/
    /*background-position:  right top, left center, right bottom;*/
    /*background-repeat: no-repeat, no-repeat, no-repeat;*/
    /*background-size: 20vw 30vh;*/
    z-index: 3;
    position: relative;
}

.restaurant-page main{
    /*background-image:  url('/assets/img/restaurant/meal.svg'),  url('/assets/img/restaurant/sushi_roll.svg'), url('/assets/img/restaurant/fast_food.svg');*/
    /*background-position:  right top, left center, right bottom;*/
    /*background-repeat: no-repeat, no-repeat, no-repeat;*/
    /*background-size: 30% 40%;*/
    z-index: 3;
    position: relative;
}

.restaurants-page .restaurant-list{
    padding-bottom: 102px;
}

.rest-svg-border-top {
    z-index: 2;
    top: 300px;
    position: absolute;

}

.rest-svg-border-top path {
    fill: #e5ebeb;
}


.restaurants-page .card {
    margin: 20px;
    z-index: 3;
}


.card.card-cascade.narrower .view.view-cascade {
    margin-top: -1.25rem;
    margin-right: 2%;
    margin-left: 2%;
}

.restaurant-page .menu-container {
    z-index: 3;
    position: relative;
    padding-bottom: 160px;
}

.restaurant-page .tablet-restaurant-highlights {
    display: flex;
    justify-content: space-evenly;
}

.tablet-restaurant-highlights .promo-tablets {
      width: 40%;
}

.tablet-restaurant-highlights .icon-image {
    max-width: 50px;
}

.tablet-restaurant-highlights .promo-tablets .card-body{
    display: flex;
    justify-content: space-evenly;

}

.classic-tabs {
    margin: auto;
}

.menu-container .nav.tabs-menu-cat {
    text-align: center;
    margin: auto;
    /*font-size: 13px;*/
    /*justify-content: center;*/
    overflow-x: scroll;
    flex-wrap: nowrap;
    width: 100vw;
    justify-content: flex-start;
}

.menu-container .nav.tabs-menu-cat li {
    min-width: 30vw;
    font-size: 14px;
}

.menu-container a.nav-link{
    color: #80114c8c;
}
.menu-container a.nav-link.active{
    color: #ab6647;
    border-bottom: 1px solid #ab6647;
}

.restaurant-page .menu-container .list-group {
    margin-top: 15px;
}

.restaurant-page .list-group-item+.list-group-item {
    margin: 0 10px;
    /*font-size: 1.4rem;*/
    color: #00000099;
    text-transform: uppercase;
}

.restaurant-page .list-group-item+.list-group-item .title-with-icon {
    display: flex;
    justify-content: space-between;
    width: 70%;
    align-items: center;
}

.restaurant-page .list-group-item+.list-group-item .icon {
    max-width: 25px;
    height: 25px;
}

.restaurant-page .list-group-item.active {
    z-index: 2;
    color: #fff;
    background: linear-gradient(to right, #FF6B6B, #692e2e);
    border-color: #FF6B6B;
    text-transform: uppercase;
}

.restaurant-page .list-group-item.active h3 {
    font-size: 1.5rem;
}

.restaurant-page .list-group-item {
    background-color: #ffffffa3;
}

.restaurant-page .list-group-item:hover {
    background-color: #df8015;
    color: #FFFFFF;
}

.badge-price {
    color: #fff !important;
    background-color: #4285f4 !important;
    font-size: 14px;
    font-weight: 100;
    letter-spacing: 2px;
    margin: 2px;
}
.badge-price:hover {
    background-color: #ffffff00;
}

@keyframes footer-svg-color {
    0%   {fill: #2c0419}
    25%   {fill: #FF6B6B}
    50%   {fill: #692e2e}
    75%   {fill: #692e2e}
    100%  {fill: orangered}
    75%   {fill: #692e2e}
    50%   {fill: #2c0419}
    25%   {fill: #FF6B6B}
    0%   {fill: #2c0419}
}

@keyframes footer-bg-color {
    0%   {background-color: #2c0419}
    25%   {background-color: #FF6B6B}
    50%   {background-color: #692e2e}
    75%   {background-color: #692e2e}
    100%  {background-color: orangered}
    75%   {background-color: #692e2e}
    50%   {background-color: #2c0419}
    25%   {background-color: #FF6B6B}
    0%   {background-color: #2c0419}
}

footer {
    margin-top: 150px;
    position: relative;
    background-color: var(--restaurant-bg-color) ;
}

.footer-svg{
    z-index: 0;
    position: absolute;
    bottom: 0;
    background-color: var(--restaurant-bg-color);
}


footer, .footer-svg path{
    /*fill: #FF6B6B;*/
    animation: linear footer-svg-color 15s infinite;
}
footer {
    /*fill: #FF6B6B;*/
    animation: linear footer-bg-color 15s infinite;
}


.footer-restaurant-copyright {
    display: flex;
    justify-content: center;
    padding: 6px;
    background-color: #ffffff00;
    z-index: 1;
    position: relative;
    color: #fff;
}

/*Mobiles*/
@media (max-width: 768px) {
    .restaurant-page main{
        background-image: none;
        z-index: 3;
        position: relative;
        border-radius: 0 69px 0 0;
        margin-top: 0;
        background-color: #ffffff;
    }

    .restaurants-page #restaurant_swipe {
        margin-top: 70px;
    }

    .rest-svg-border-top {
        z-index: 2;
        top: 330px;
        position: absolute;
    }
    .restaurants-page header, .restaurant-page header {
        background: url(/assets/img/restaurant/restaurant-landing-bg.jpg) ;
        background-size: cover;
        /*background-image: unset;*/
        display: flex;
        justify-content: center;
        flex-direction: column;
        border-radius: 0 0 0px 50px;
        margin-bottom: 0px;
        height: 34vh;
        align-items: self-start;
        padding: 10px;
        position: relative;

    }

    .restaurant-page header {
        background: url('/assets/img/restaurant/ezic-rest.jpg') ;
        height: 30vh;
    }

    .restaurants-page header:before,
    .restaurant-page header:before {
        position: absolute;
        content: " ";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        /*background: linear-gradient(#000,  #279a8f);*/
        background: linear-gradient(#0000,  #880e4f);
        border-radius: 0 0 0px 50px;
    }

    .restaurants-page header h1, .restaurant-page header h1 {
        color: #fff;
        font-weight: 900;
        letter-spacing: 4px;
        font-size: 2.5rem;
        text-align: left;
        z-index: 2;
        position: relative;
    }


    .restaurants-page header h3, .restaurant-page header h3 {
        color: #ffffffba;
        text-transform: capitalize;
        font-size: 1.4rem;
        z-index: 2;
        position: relative;
    }

    .restaurant-page header .back-to-rest-list {
        position: absolute;
        top: 25px;
        color: #ffffff9e;
        font-size: 22px;
    }

    .restaurant-page header p{
        z-index: 2;
        color: #ffffffc7;
        font-size: 15px;
       }



    .restaurant-page .menu-container {
       padding-bottom: 50px;
        padding-top: 15px;
    }

    .menu-container a.nav-link{
        color: #80114c8c;
        /*padding: .5rem 0.8rem;*/
        padding: .5rem 0.2rem;
    }

    .restaurant-page .tablet-restaurant-highlights {
        display: flex;
        justify-content: space-evenly;
        margin: 20px 0 5px 0;

    }

    .restaurant-page .menu-container .list-group {
        margin-top: 0px;
        padding-top: 15px;
    }

    .restaurant-page .menu-container .list-group .ingredients{
        display: block;
        font-size: small;
        color: #af4a4a;
    }

    .restaurants-page .card {
        z-index: 3;
        width: 70%;
        margin: 50px auto;
        border-radius: 20px;
        padding: 0;
    }

    .card.card-cascade.narrower .view.view-cascade {
        margin-top: -3.25rem;
        margin-right: 5%;
        margin-left: 5%;
        border-radius: 20px;
    }

    .restaurants-page .card .card-body {
        text-align: center;
    }

    .restaurants-page .card .btn-unique {
        width: 100%;
        margin: 0;
        overflow: hidden;
        border-radius: 18px;
    }

    .restaurants-page .owl-carousel .owl-dots {
        text-align: center;
    }
    .restaurants-page .owl-carousel button.owl-dot.active {
        background-color: #ec3976;
    }
    .restaurants-page .owl-carousel button.owl-dot {
        background: #880e4f;
        width: 11px;
        height: 10px;
        margin: 2px;
    }

    footer {
        margin-top: 60px;
        position: fixed;
        bottom: 0;
        z-index: 5;
        left: 0;
        right: 0;
    }

}

