/* 
  Template    : TastyBites - Fast Food Restaurant Landing Page Template
  Author      : ZRTHEMES
  Version     : 1.0
  Author URI  : https://www.templatemonster.com/authors/zrthemes/
 */


/*-----------------------------------
 * Generale Style
 -----------------------------------*/


:root {
    --primColor: black;
    --bannerColor: black;
    --fontColor: white;
    --logoSize: 112px;
    --logoSizeMobile: 100px;
    --bg-image: #BG_IMAGE#;
    --bg_color: white;
}


body {
    background: #ffffff;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 26px;
    overflow-x: hidden;
    margin: 0 auto;
    padding: 0;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}



h1,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #333;
    line-height: 1.5;
}

a {
    color: #febb5c;
    text-decoration: none !important;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}



    a:hover {
        color: #febb5c;
        -moz-transition: all 0.4s ease-in-out 0s;
        -ms-transition: all 0.4s ease-in-out 0s;
        -o-transition: all 0.4s ease-in-out 0s;
        -webkit-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s;
    }

    a:hover,
    a:focus {
        color: #febb5c;
        text-decoration: none;
    }

p {
    padding: 0;
    margin: 0;
    font-size: 15px;
    color: #929292;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.5px;
    font-family: 'Roboto', sans-serif;
}

.z-index {
    z-index: 9;
}

.position-relative {
    position: relative !important;
}

.form-control:focus {
    box-shadow: none;
    outline: 0 none;
    border-bottom: 1px solid #febb5c;
}

.btn:focus {
    outline: none !important;
    box-shadow: none;
}

.black {
    color: #000 !important;
}

.delivery {
    color: #fdb959;
    font-size: 22px;
}

    .delivery img {
        max-width: 70px;
    }

button:focus {
    outline: 0 none;
    box-shadow: none;
}

.button:focus {
    outline: none;
    box-shadow: none;
}

.button {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 9px 35px;
    text-align: center;
    font-size: 15px;
    letter-spacing: 0px;
    font-weight: 400;
    border-radius: 2px;
    color: #ffffff;
    cursor: pointer;
    margin-top: 25px;
    overflow: hidden;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

    .button img {
        max-width: 70px;
    }

    .button a {
        color: #fff;
    }

    .button:hover {
        color: #fff;
    }

    .button:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        opacity: .5;
        background-color: #febb5c;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
    }

    .button:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background-color: #febb5c;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
    }

    .button:hover:before {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
    }

    .button:hover:after {
        -webkit-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
    }

.button-large:focus {

}

.button-large {
    position: relative;
    z-index: 2;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

    .button-large:hover {
    }

    .button-large:before {
    
    }

    .button-large:after {
 
    }

    .button-large:hover:before {
       
    }

    .button-large:hover:after {
    
    }

.bg-gray {
    background-color: #f8f8f9;
}

.bg-none {
    background: none !important;
}

.color-text {
    color: #febb5c;
}

dl,
ol,
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mr-15 {
    margin-right: 15px;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

.bg-fixed {
    background-attachment: fixed;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}

h5 {
    color: white;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 0.7px;
    font-family: 'Roboto', sans-serif;
}


.back-to-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 15px;
    color: #ffffff;
    background: #febb5c;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s;
}

    .back-to-top:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: #5b5b5b;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    .back-to-top:hover:before,
    .back-to-top:focus:before {
        opacity: 1;
        visibility: visible;
    }

    .back-to-top:hover,
    .back-to-top:focus {
        color: #ffffff;
    }

    .back-to-top.active {
        top: 97%;
        -webkit-transform: translateY(-98%);
        transform: translateY(-98%);
        opacity: 1;
        visibility: visible;
    }

    .back-to-top i:last-child {
        opacity: 0;
        visibility: hidden;
        top: 60%;
    }

    .back-to-top:hover i:first-child,
    .back-to-top:focus i:first-child {
        opacity: 0;
        top: 0;
        visibility: hidden;
    }

    .back-to-top:hover i:last-child,
    .back-to-top:focus i:last-child {
        opacity: 1;
        visibility: visible;
        top: 50%;
    }

    .back-to-top i {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0;
        margin: 0 auto;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        font-size: 20px;
    }

.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* [ Start Overlay ] */

[data-overlay-dark],
[data-overlay-light] {
    position: relative;
}

    [data-overlay-dark] .container,
    [data-overlay-light] .container {
        position: relative;
        z-index: 2;
    }

    [data-overlay-dark]:before,
    [data-overlay-light]:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
    }


    [data-overlay-light]:before {
        background: #fff;
    }

    [data-overlay-dark] h1,
    [data-overlay-dark] h2,
    [data-overlay-dark] h3,
    [data-overlay-dark] h4,
    [data-overlay-dark] h5,
    [data-overlay-dark] h6,
    [data-overlay-dark] span,
    .bg-dark h1,
    .bg-dark h2,
    .bg-dark h3,
    .bg-dark h4,
    .bg-dark h5,
    .bg-dark h6,
    .bg-dark span,
    .bg-color h1,
    .bg-color h2,
    .bg-color h3,
    .bg-color h4,
    .bg-color h5,
    .bg-color h6,
    .bg-color span {
        color: #fff;
    }

.bg-b {
    background-color: #000000;
}

[data-overlay-dark] p,
.bg-dark p,
.bg-color p {
    color: #dad6d6;
}

[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
    opacity: 0;
}

[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
    opacity: .1;
}

[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
    opacity: .2;
}

[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
    opacity: .3;
}

[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
    opacity: .4;
}

[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
    opacity: .5;
}

[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
    opacity: .6;
}

[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
    opacity: .7;
}

[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
    opacity: .8;
}

[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before,
[data-overlay-color="9"]:before {
    opacity: .9;
}

[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
    opacity: 1;
}


/*-----------------------------------
 ** Preloader Area CSS
 *-----------------------------------*/
.preloader {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 99999999;
    height: 100%;
    width: 100%;
    background-color: #fff;
}

    .preloader .preloader-wapper {
        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;
        height: 100vh;
    }

.spinner-loader {
    display: inline-block;
    position: relative;
    width: 70px;
    height: 70px;
}

    .spinner-loader img {
        position: absolute;
        animation: beat 0.3s infinite alternate;
    }

@keyframes beat {
    to {
        transform: scale(1.4);
    }
}

.spinner-loader div:nth-child(2) {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
    border-radius: 50%;
}

@-webkit-keyframes spinner-loader {
    0% {
        top: 35px;
        left: 35px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: -1px;
        left: -1px;
        width: 70px;
        height: 70px;
        opacity: 0;
    }
}

@keyframes spinner-loader {
    0% {
        top: 35px;
        left: 35px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: -1px;
        left: -1px;
        width: 70px;
        height: 70px;
        opacity: 0;
    }
}
/*-----------------------------------
 * Slider Home Style
 -----------------------------------*/

.slider {
    position: relative;
}

    .slider.fixed-slider {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
    }

    .slider .swiper-slide-active {
        z-index: 3;
    }

    .slider .parallax-slider {
        position: relative;
    }

.swiper-button-next:after, .swiper-button-prev:after {
    color: #febb5c;
}

.slider .parallax-slider .swiper-slide {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    min-height: 700px;
    max-height: 700px;
    padding-bottom: 50px;
}

    .slider .parallax-slider .swiper-slide .bg-img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-size: cover;
        background-position: center;
    }

.slider .parallax-slider .swiper-slide-active .caption h1 {
    opacity: 1;
    animation: fadeInLeft .8s;
    -webkit-animation-delay: 1s;
    animation-delay: .3s;
}

.slider .parallax-slider .caption {
    text-align: left;
    margin-top: 50px;
}

    .slider .parallax-slider .caption:before {
        content: '';
        position: absolute;
        left: -8%;
        top: -47%;
        width: 100%;
        max-width: 122px;
        height: 100%;
        z-index: 1;
        opacity: 0.4;
        text-align: center;
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-image: url(../images/shape-design-1.png);
        animation: beat 5s infinite alternate;
    }

    .slider .parallax-slider .caption:after {
        content: '';
        position: absolute;
        right: -8%;
        bottom: 0;
        width: 100%;
        max-width: 900px;
        height: 100%;
        z-index: 1;
        opacity: 0.4;
        text-align: center;
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-image: url(../images/shape-design-2.png);
        animation: beat 3s infinite alternate;
    }

    .slider .parallax-slider .caption h2 {
        text-transform: uppercase;
        font-weight: bold;
        color: white;
    }

    .slider .parallax-slider .caption h1 {
        font-size: 5rem;
        font-weight: 900;
        color: #fff;
        opacity: 1;
        visibility: visible;
        font-family: 'Roboto', sans-serif;
        display: inline-block;
        position: relative;
    }

        .slider .parallax-slider .caption h1:after {
            content: '';
            height: 4px;
            background: white;
            position: absolute;
            top: 7px;
            width: 111px;
            display: inline-block;
            left: 0;
            right: 0;
        }

    .slider .parallax-slider .caption p {
        color: #fff;
        font-weight: 500;
        margin-top: 10px;
        opacity: 1;
    }

.slider .parallax-slider .swiper-slide-active .caption p {
    color: #fff;
    font-weight: 500;
    margin-top: 10px;
    opacity: 1;
    animation: fadeInRight .8s;
}

.slider .parallax-slider .swiper-slide-active .caption h3 {
    color: white;
    font-weight: 700;
    text-transform: uppercase;
}


.home-slider-btn {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    position: relative;
    opacity: 1;
    animation: fadeInUp 1s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    color:white;
}

    .home-slider-btn .button:focus {
        outline: none;
        box-shadow: none;
    }

    .home-slider-btn .button {
        position: relative;
        z-index: 2;
        display: inline-block;
        padding: 9px 35px;
        text-align: center;
        font-size: 18px;
        letter-spacing: 0px;
        font-weight: 400;
        border: 0;
        border-radius: 2px;
        color: white;
        background: var(--primColor);
        cursor: pointer;
        margin-top: 25px;
        overflow: hidden;
        transition: all .3s ease;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
    }

        .home-slider-btn .button:hover {
            color: #fff;
        }

        .home-slider-btn .button:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            opacity: .5;
            background-color: #171717;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
            -webkit-transform: scaleY(0);
            -ms-transform: scaleY(0);
            transform: scaleY(0);
            -webkit-transform-origin: left top;
            -ms-transform-origin: left top;
            transform-origin: left top;
        }

        .home-slider-btn .button:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            background-color: var(--primColor);
            color:white;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
            -webkit-transform: scaleY(0);
            -ms-transform: scaleY(0);
            transform: scaleY(0);
            -webkit-transform-origin: left top;
            -ms-transform-origin: left top;
            transform-origin: left top;
        }

        .home-slider-btn .button:hover:before {
            -webkit-transform: scaleY(1);
            -ms-transform: scaleY(1);
            transform: scaleY(1);
        }

        .home-slider-btn .button:hover:after {
            -webkit-transition-delay: 0.2s;
            -o-transition-delay: 0.2s;
            transition-delay: 0.2s;
            -webkit-transform: scaleY(1);
            -ms-transform: scaleY(1);
            transform: scaleY(1);
        }

.slider .control-text {
    position: absolute;
    bottom: 0;
    z-index: 8;
    width: 100%;
    height: auto;
    align-items: center;
    /*display: flex;
	justify-content: space-between;*/
}

    .slider .control-text .swiper-nav-ctrl {
        color: #eee;
        font-size: 15px;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 3px;
        margin-left: 50px;
        margin-right: 50px;
        position: static;
        width: auto;
        height: auto;
        display: inline-block;
        background: transparent;
        padding: 6px 10px;
        border-radius: 3px;
    }

        .slider .control-text .swiper-nav-ctrl:after {
            font-size: 25px;
            width: 60px;
            height: 60px;
            line-height: 60px;
            border-radius: 50%;
            display: block;
            text-align: center;
            background: rgb(0, 0, 0, 0.3);
        }

.slider .swiper-pagination-bullets {
    bottom: 20px;
}

.slider .swiper-pagination-bullet {
    background: #f6a640;
    opacity: .4;
    width: 30px;
    border: 0;
    border-radius: 10px;
}

.slider .swiper-pagination-bullet-active {
    background: #f6a640;
    opacity: 1;
}

.header-chef-image {
    position: absolute;
    bottom: 0;
    z-index: 90;
    right: 0;
}

    .header-chef-image img {
        width: 100%;
        max-width: 600px;
    }

.modal-body {
    display: inherit;
    margin:auto;
}

/*-----------------------------------
 * Reapair Services Section Style
 -----------------------------------*/
@media (min-width: 1025px) {
    .tasty-bites-theme-single-service-card {
        position: relative;
        border-radius: 3px;
        overflow: hidden;
        padding: 20px;
        margin-left: 110px;
    }

        .tasty-bites-theme-single-service-card img {
            max-width: 160px;
            margin-bottom: 20px;
        }

    img {
        max-width: 100%;
        transition: all 0.2s;
    }

    h5 {
        margin-left: 30px;
    }
    #slider-home {
        margin-top: 120px;
    }
    
}


@media (min-width: 320px) {
    .tasty-bites-theme-single-service-card {
        position: relative;
        border-radius: 3px;
        overflow: hidden;
        margin:auto;
    }

        .tasty-bites-theme-single-service-card img {
            max-width: 100px;
        }

    img {
        transition: all 0.2s;
    }

    h5 {
        margin-left: 20px;
    }
  

}

.modal {
    left: 15px;
}
.modal-content {
    width: 90%;
}

.modal-header {
    background: var(--bannerColor);
    color: white;
}

/*img:hover {
    transform: scale(1.1);
}
*/
.tasty-bites-theme-single-service-card h5 {
    background: -webkit-linear-gradient(180deg, var(--primColor), #126905);
    background: -o-linear-gradient(180deg, var(--primColor), #126905);
    background: linear-gradient(180deg, var(--primColor), #126905);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: var(--primColor);
}



@-webkit-keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.4);
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.4), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.4), 0 0 0 30px rgba(255, 255, 255, 0);
    }
}

@keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.4);
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.4), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.4), 0 0 0 30px rgba(255, 255, 255, 0);
    }
}

.animation-bounce {
    -webkit-animation: bounce 3s infinite ease-in-out;
    -o-animation: bounce 3s infinite ease-in-out;
    -ms-animation: bounce 3s infinite ease-in-out;
    -moz-animation: bounce 3s infinite ease-in-out;
    animation: bounce 3s infinite ease-in-out;
}

@-webkit-keyframes bounce {
    0% {
        transform: translateY(-5px);
    }

    50% {
        transform: translateY(15px);
    }

    100% {
        transform: translateY(-5px);
    }
}

@keyframes bounce {
    0% {
        transform: translateY(-5px);
    }

    50% {
        transform: translateY(15px);
    }

    100% {
        transform: translateY(-5px);
    }
}

.bg-grey {
    background: #f5f5f5;
}

.bg-dark {
    background: #17161c !important;
}

/*-----------------------------------
 * Footer Section Style
 -----------------------------------*/
.footer-section {
    position: relative;
    background-size: cover;
    border-radius: 0px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

    .footer-section::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0.9;
        z-index: 0;
        background: var(--bannerColor);
    }

    .footer-section .contact-info {
        margin-bottom: 10px;
    }

        .footer-section .contact-info i {
            margin-right: 10px;
            color: var(--fontColor);
        }

        .footer-section .contact-info h6 {
            color: var(--fontColor);
        }

        .footer-section .contact-info h6 {
            color: var(--fontColor);
            
        }

        .footer-section .contact-info p {
            margin-bottom: 0;
            color: var(--fontColor);
            
        }

.footer-cta {
    border-bottom: 1px solid #373636;
}

.single-cta i {
    color: #febb5c;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

    .cta-text h4 {
        color: #febb5c;
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 2px;
    }

    .cta-text span {
        color: #757575;
        font-size: 15px;
    }

.footer-content {
    position: relative;
    z-index: 2;
    padding: 60px 0;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
    color: white;
}

    .footer-logo img {
        max-width: 50px;
        padding: 5px;
        background: -webkit-linear-gradient(180deg, var(--fontColor);, #126905);
        background: -o-linear-gradient(180deg, var(--fontColor);, #126905);
        background: linear-gradient(180deg, var(--fontColor);, #126905);
        border-radius: 50%;
    }

    .footer-logo h1 {
        color: var(--fontColor);;
        font-size: 23px;
        margin-left: 10px;
    }

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: var(--fontColor);
    line-height: 28px;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: var(--font-default);
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    text-align: center;
    line-height: 41px;
    border-radius: 50%;
}

    .footer-social-icon i:hover {
        color: #febb5c;
    }

.footer-widget-heading h3 {
    color: var(--fontColor);;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
    position: relative;
    margin-top: 10px;
}

.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
}

    .footer-widget ul li a:hover {
        color: #febb5c;
        margin-left: 10px;
    }

    .footer-widget ul li a {
        color: var(--fontColor);
        text-transform: capitalize;
    }

        .footer-widget ul li a i {
            margin-right: 10px;
        }

.subscribe-form {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    outline: none;
}

    .subscribe-form input {
        width: 100%;
        padding: 14px 28px;
        background: var(--fontColor);
        border: 1px solid var(--fontColor);
        color: #000;
        outline: none;
    }

    .subscribe-form button {
        position: absolute;
        right: 0;
        background: #febb5c;
        padding: 16px 20px;
        border: honeydew;
        top: 0px;
    }

        .subscribe-form button i {
            color: #fff;
            font-size: 22px;
            transform: rotate(-6deg);
        }

        .subscribe-form button:hover {
            background: #2e2e2e;
        }

.copyright-area {
    background: var(--color-primary);
    padding: 25px 0;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: var(--fontColor);
}

    .copyright-text p a {
        color: var(--color-primary);
    }

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

    .footer-menu li:hover a {
        color: var(--color-primary);
    }

    .footer-menu li a {
        font-size: 14px;
        color: var(--fontColor);
    }

        .footer-menu li a:hover {
            color: #febb5c;
        }



.margin-bottom-30 {
    margin-bottom: 30px;
}

.hidden {
    display: none;
}


@media only screen and (max-width: 767px) {

 
    .button {
        height: 65px;
    }
    .section-title h2 {
        font-size: 30px;
    }

    .tasty-bites-theme-menu-header-navber-area .nav-top-bar {
        display: none;
    }

    #navbarDefault {
        height: 303px;
        overflow-y: scroll;
        width: 100%;
    }

    .home-area {
        padding-top: 130px;
    }

        .home-area .home-content h1 {
            font-size: 65px;
        }
    /* slider */
    .slider .parallax-slider .caption {
        text-align: center !important;
        padding: 0 30px;
    }

        .slider .parallax-slider .caption h2 {
            font-size: 1.5rem;
        }

        .slider .parallax-slider .caption h1 {
            font-size: 2rem;
        }

            .slider .parallax-slider .caption h1:after {
                display: none;
            }

    .slider .control-text .swiper-nav-ctrl {
        margin-left: 10px;
        margin-right: 10px;
    }

    .about-content h2 {
        font-size: 30px;
    }

    .menu-day-product-content .menu-day-tab-list li {
        padding: 10px 15px;
        margin: 15px 0;
        border: 0;
    }

        .menu-day-product-content .menu-day-tab-list li a {
            font-size: 16px;
        }

    .TastyBites-theme-reservation-area h2 {
        font-size: 35px;
        margin-bottom: 0;
    }

    .gallery-area .gallery-list .nav li {
        margin: 10px 10px;
        min-width: auto;
    }

    .theme-single-press-content {
        /*padding: 15px 0;*/
        margin-bottom: 15px;
    }

        .theme-single-press-content h3 {
            padding-bottom: 15px;
        }

    .contact-box {
        margin-bottom: 30px;
    }

    .form-container-box {
        padding: 25px 15px;
        margin-top: 30px;
    }

    .footer-area {
        text-align: center;
    }

        .footer-area .footer-link ul {
            margin-top: 10px;
            text-align: center;
            list-style-type: none;
        }

    #navbarDefault {
        background: rgb(255 255 255);
    }

    .header-chef-image img {
        max-width: 200px;
    }

    .navbar-nav {
        margin-top: 15px;
    }

    .navbar-b .nav-link {
        text-align: center
    }

    .top-call-to-action {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 10px;
    }

    .book-now a {
        display: inline-block;
    }

    .TastyBites-theme-reservation-area .text-right {
        text-align: left !important;
    }

    .tasty-bites-theme-single-service {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-area .home-content h1 {
        font-size: 80px;
    }
  
    .home-area {
        padding-top: 170px;
        padding-bottom: 40px;
    }

    .about-image {
        text-align: center;
        margin-top: 30px;
    }

    .tab .tabs li {
        margin: 0 20px;
    }

    .theme-single-press-content {
        margin-bottom: 30px;
    }

        .theme-single-press-content h3 {
            padding-bottom: 15px;
        }

    .contact-box {
        margin-bottom: 30px;
    }

    #navbarDefault {
        height: 303px;
        overflow-y: scroll;
        background: rgb(255 255 255 / 78%);
    }

    .header-chef-image img {
        max-width: 200px;
    }

    .navbar-nav {
        margin-top: 85px;
    }

    .book-now a {
        display: inline-block;
    }

    .TastyBites-theme-reservation-area .text-right {
        text-align: left !important;
    }

    .tasty-bites-theme-single-service {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 320px) and (min-width: 0px) {
    .section-title h2 {
        font-size: 30px;
    }
 
    .navbar-nav {
        margin-top: 15px;
    }

    .navbar-b .nav-item {
        margin-bottom: 10px;
    }

        .navbar-b .nav-item:last-child {
            margin-bottom: 0px;
        }

    #navbarDefault {
        width: 100%;
    }

    .home-area .home-content {
        margin-bottom: 30px;
        text-align: center;
    }

    .home-area {
        padding-top: 130px;
    }

        .home-area .home-content h1 {
            font-size: 40px;
        }
    /* slider */
    .slider .parallax-slider .caption h1 {
        font-size: 40px;
    }

    .slider .control-text .swiper-nav-ctrl {
        display: none;
    }

    .about-content h2 {
        font-size: 30px;
    }

    .TastyBites-theme-reservation-area h2 {
        font-size: 35px;
        margin-bottom: 0;
    }

    .gallery-area .gallery-list .nav li {
        margin: 10px 10px;
    }

    .theme-single-press-content {
        /*padding: 15px 0;*/
    }

        .theme-single-press-content h3 {
            padding-bottom: 15px;
        }

    .contact-box {
        margin-bottom: 30px;
    }

    .form-container-box {
        padding: 25px 15px;
        margin-top: 30px;
    }

    .footer-area {
        text-align: center;
    }

        .footer-area .footer-link ul {
            margin-top: 10px;
            text-align: center;
            list-style-type: none;
        }
}

@media only screen and (max-width: 479px) {
    .section-title h2 {
        font-size: 30px;
    }

    .navbar-nav {
    }

    .navbar-b .nav-item {
        margin-bottom: 0;
    }

        .navbar-b .nav-item:last-child {
            margin-bottom: 0px;
        }

    .home-area .home-content h1 {
        font-size: 50px;
    }

    .slider .control-text .swiper-nav-ctrl {
        display: none;
    }

    .about-content h2 {
        font-size: 30px;
    }

    .TastyBites-theme-reservation-area h2 {
        font-size: 35px;
        margin-bottom: 0;
    }

    .theme-single-press-content h3 {
        padding-bottom: 15px;
    }

    .contact-box {
        margin-bottom: 30px;
    }

    .form-container-box {
        padding: 25px 15px;
        margin-top: 30px;
    }

    .footer-area {
        text-align: center;
    }

        .footer-area .footer-link ul {
            margin-top: 10px;
            text-align: center;
            list-style-type: none;
        }
}
