/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/ 

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
/*--------------------------------------
*********** START RESET ***********
--------------------------------------*/
@font-face {
    font-family: "messiri-m";
    src: url(../fonts/Trade-Gothic-LT.ttf);
}

@font-face {
    font-family: "messiri-r";
    src: url(../fonts/29LTZawi-Light.ttf);
}

@font-face {
    font-family: "tit-font";
    src: url(../fonts/GreatVibes-Regular.ttf);
}

::-webkit-scrollbar {
    width: 9px;
}

::-webkit-scrollbar-track {}

::-webkit-scrollbar-thumb {
    background-color: #AAA;
    border-radius: 5px;
}

::-webkit-input-placeholder {
    color: #CCC;
    opacity: 1;
    font-size: 14px;
}

::-moz-placeholder {
    color: #CCC;
    opacity: 1;
    font-size: 14px;
}

:-ms-input-placeholder {
    color: #CCC;
    opacity: 1;
    font-size: 14px;
}

* {
    border: 0;
    margin: 0;
    padding: 0;
    outline: none !important;
}

body {
    font: 14px 'JF-Flat', sans-serif;
    padding: 0 !important;
    margin: 0 !important;
    font-style: normal;
    font-weight: 300;
    font-family: "messiri-m" !important;
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
    overflow-x: hidden !important;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    direction: ltr;
}

#scroll-top {
    position: fixed;
    left: 15px;
    bottom: 20px;
    width: 35px;
    height: 35px;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    border-radius: 2px;
    background: #EF4023;
    color: #FFF;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, .5);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, .5);
    z-index: 999999;
}

#scroll-top:hover {}

.body-overlay {
    background-color: rgba(52, 49, 75, .5);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    position: fixed;
    width: 100%;
    height: 100%;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    top: 0;
    z-index: 9;
}

img {
    width: 100px;
}

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

a,
button,
img,
i,
span,
li {
    transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;

}

a,
a:hover,
a:focus {
    text-decoration: none;
    cursor: pointer;
    color: #000;
}

button {
    border: 0;
    color: #fff;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

li {
    display: inline-block;
}

.p-sections {
    padding: 60px 0px;
}

.fixd-navbar .navbar-brand > img {
    width: 55px;
}

.fixd-navbar .navbar-brand {
    padding: 10px 10px;
}

.fixd-navbar .navbar-nav {
    margin: 15px 0px;
}

.fixd-navbar .call-number.navbar-right {
    margin: 15px 0px;
    font-size: 17px;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}

.fixd-navbar {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 9999;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}





/* ||||||||||||||||||||||||      Start Style Loader      ||||||||||||||||||||||||||||\*/

.loader {
    background-color: #000;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999999;
}

.loader h1 {
    position: relative;
    margin: 0 auto;
    top: 25vh;
    width: 100vw;
    text-align: center;
    font-family: "Amatic SC";
    font-size: 6vh;
    color: #333;
    opacity: 0.75;
    -webkit-animation: pulse 2.5s linear infinite;
            animation: pulse 2.5s linear infinite;
}

#cooking {
    position: relative;
    margin: 0 auto;
    top: 0;
    width: 75vh;
    height: 75vh;
    overflow: hidden;
}

#cooking .bubble {
    position: absolute;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 0.25vh #4d4d4d;
            box-shadow: 0 0 0.25vh #4d4d4d;
    opacity: 0;
}

#cooking .bubble:nth-child(1) {
    margin-top: 2.5vh;
    left: 58%;
    width: 2.5vh;
    height: 2.5vh;
    background-color: #FFF;
    -webkit-animation: bubble 2s cubic-bezier(0.53, 0.16, 0.39, 0.96) infinite;
            animation: bubble 2s cubic-bezier(0.53, 0.16, 0.39, 0.96) infinite;
}

#cooking .bubble:nth-child(2) {
    margin-top: 3vh;
    left: 52%;
    width: 2vh;
    height: 2vh;
    background-color: #FFF;
    -webkit-animation: bubble 2s ease-in-out 0.35s infinite;
            animation: bubble 2s ease-in-out 0.35s infinite;
}

#cooking .bubble:nth-child(3) {
    margin-top: 1.8vh;
    left: 50%;
    width: 1.5vh;
    height: 1.5vh;
    background-color: #FFf;
    -webkit-animation: bubble 1.5s cubic-bezier(0.53, 0.16, 0.39, 0.96) 0.55s infinite;
            animation: bubble 1.5s cubic-bezier(0.53, 0.16, 0.39, 0.96) 0.55s infinite;
}

#cooking .bubble:nth-child(4) {
    margin-top: 2.7vh;
    left: 56%;
    width: 1.2vh;
    height: 1.2vh;
    background-color: #FFF;
    -webkit-animation: bubble 1.8s cubic-bezier(0.53, 0.16, 0.39, 0.96) 0.9s infinite;
            animation: bubble 1.8s cubic-bezier(0.53, 0.16, 0.39, 0.96) 0.9s infinite;
}

#cooking .bubble:nth-child(5) {
    margin-top: 2.7vh;
    left: 63%;
    width: 1.1vh;
    height: 1.1vh;
    background-color: #FFF;
    -webkit-animation: bubble 1.6s ease-in-out 1s infinite;
            animation: bubble 1.6s ease-in-out 1s infinite;
}

#cooking #area {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 50%;
    background-color: transparent;
    -webkit-transform-origin: 15% 60%;
        -ms-transform-origin: 15% 60%;
            transform-origin: 15% 60%;
    -webkit-animation: flip 2.1s ease-in-out infinite;
            animation: flip 2.1s ease-in-out infinite;
}

#cooking #area #sides {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: 15% 60%;
        -ms-transform-origin: 15% 60%;
            transform-origin: 15% 60%;
    -webkit-animation: switchSide 2.1s ease-in-out infinite;
            animation: switchSide 2.1s ease-in-out infinite;
}

#cooking #area #sides #handle {
    position: absolute;
    bottom: 18%;
    right: 80%;
    width: 35%;
    height: 20%;
    background-color: transparent;
    border-top: 1vh solid #FFF;
    border-left: 1vh solid transparent;
    border-radius: 100%;
    -webkit-transform: rotate(20deg) rotateX(0deg) scale(1.3, 0.9);
            transform: rotate(20deg) rotateX(0deg) scale(1.3, 0.9);
}

#cooking #area #sides #pan {
    position: absolute;
    bottom: 20%;
    right: 30%;
    width: 50%;
    height: 8%;
    background-color: #FFF;
    border-radius: 0 0 1.4em 1.4em;
    -webkit-transform-origin: -15% 0;
        -ms-transform-origin: -15% 0;
            transform-origin: -15% 0;
}

#cooking #area #pancake {
    position: absolute;
    top: 24%;
    width: 100%;
    height: 100%;
    -webkit-transform: rotateX(85deg);
            transform: rotateX(85deg);
    -webkit-animation: jump 2.1s ease-in-out infinite;
            animation: jump 2.1s ease-in-out infinite;
}

#cooking #area #pancake #pastry {
    position: absolute;
    bottom: 26%;
    right: 37%;
    width: 40%;
    height: 45%;
    background-color: #EF4023;
    -webkit-box-shadow: 0 0 3px 0 #EF4023;
            box-shadow: 0 0 3px 0 #EF4023;
    border-radius: 100%;
    -webkit-transform-origin: -20% 0;
        -ms-transform-origin: -20% 0;
            transform-origin: -20% 0;
    -webkit-animation: fly 2.1s ease-in-out infinite;
            animation: fly 2.1s ease-in-out infinite;
}

@-webkit-keyframes jump {
    0% {
        top: 24%;
        -webkit-transform: rotateX(85deg);
                transform: rotateX(85deg);
    }

    25% {
        top: 10%;
        -webkit-transform: rotateX(0deg);
                transform: rotateX(0deg);
    }

    50% {
        top: 30%;
        -webkit-transform: rotateX(85deg);
                transform: rotateX(85deg);
    }

    75% {
        -webkit-transform: rotateX(0deg);
                transform: rotateX(0deg);
    }

    100% {
        -webkit-transform: rotateX(85deg);
                transform: rotateX(85deg);
    }
}

@keyframes jump {
    0% {
        top: 24%;
        -webkit-transform: rotateX(85deg);
                transform: rotateX(85deg);
    }

    25% {
        top: 10%;
        -webkit-transform: rotateX(0deg);
                transform: rotateX(0deg);
    }

    50% {
        top: 30%;
        -webkit-transform: rotateX(85deg);
                transform: rotateX(85deg);
    }

    75% {
        -webkit-transform: rotateX(0deg);
                transform: rotateX(0deg);
    }

    100% {
        -webkit-transform: rotateX(85deg);
                transform: rotateX(85deg);
    }
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    5% {
        -webkit-transform: rotate(-27deg);
                transform: rotate(-27deg);
    }

    30%,
    50% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    55% {
        -webkit-transform: rotate(27deg);
                transform: rotate(27deg);
    }

    83.3% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
}

@keyframes flip {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    5% {
        -webkit-transform: rotate(-27deg);
                transform: rotate(-27deg);
    }

    30%,
    50% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    55% {
        -webkit-transform: rotate(27deg);
                transform: rotate(27deg);
    }

    83.3% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
}

@-webkit-keyframes switchSide {
    0% {
        -webkit-transform: rotateY(0deg);
                transform: rotateY(0deg);
    }

    50% {
        -webkit-transform: rotateY(180deg);
                transform: rotateY(180deg);
    }

    100% {
        -webkit-transform: rotateY(0deg);
                transform: rotateY(0deg);
    }
}

@keyframes switchSide {
    0% {
        -webkit-transform: rotateY(0deg);
                transform: rotateY(0deg);
    }

    50% {
        -webkit-transform: rotateY(180deg);
                transform: rotateY(180deg);
    }

    100% {
        -webkit-transform: rotateY(0deg);
                transform: rotateY(0deg);
    }
}

@-webkit-keyframes fly {
    0% {
        bottom: 26%;
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    10% {
        bottom: 40%;
    }

    50% {
        bottom: 26%;
        -webkit-transform: rotate(-190deg);
                transform: rotate(-190deg);
    }

    80% {
        bottom: 40%;
    }

    100% {
        bottom: 26%;
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
}

@keyframes fly {
    0% {
        bottom: 26%;
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    10% {
        bottom: 40%;
    }

    50% {
        bottom: 26%;
        -webkit-transform: rotate(-190deg);
                transform: rotate(-190deg);
    }

    80% {
        bottom: 40%;
    }

    100% {
        bottom: 26%;
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
}

@-webkit-keyframes bubble {
    0% {
        -webkit-transform: scale(0.15, 0.15);
                transform: scale(0.15, 0.15);
        top: 80%;
        opacity: 0;
    }

    50% {
        -webkit-transform: scale(1.1, 1.1);
                transform: scale(1.1, 1.1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0.33, 0.33);
                transform: scale(0.33, 0.33);
        top: 60%;
        opacity: 0;
    }
}

@keyframes bubble {
    0% {
        -webkit-transform: scale(0.15, 0.15);
                transform: scale(0.15, 0.15);
        top: 80%;
        opacity: 0;
    }

    50% {
        -webkit-transform: scale(1.1, 1.1);
                transform: scale(1.1, 1.1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0.33, 0.33);
                transform: scale(0.33, 0.33);
        top: 60%;
        opacity: 0;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1, 1);
                transform: scale(1, 1);
        opacity: 0.25;
    }

    50% {
        -webkit-transform: scale(1.2, 1);
                transform: scale(1.2, 1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1, 1);
                transform: scale(1, 1);
        opacity: 0.25;
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1, 1);
                transform: scale(1, 1);
        opacity: 0.25;
    }

    50% {
        -webkit-transform: scale(1.2, 1);
                transform: scale(1.2, 1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1, 1);
                transform: scale(1, 1);
        opacity: 0.25;
    }
}

/* ||||||||||||||||||||||||      End Style Loader      ||||||||||||||||||||||||||||\*/


/* ||||||||||||||||||||||||      Start Style Navbar      ||||||||||||||||||||||||||||\*/

.navbar-brand {
    height: auto;
}

.navbar-default {
    background-color: #000;
    border-color: transparent;
    border-radius: 0px;
    margin-bottom: 0px;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}

.navbar-brand > img {
    width: 80px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #EF4023;
    background-color: #000;
}

.navbar-default .navbar-nav > li > a {
    color: #FFF;
    font-size: 21px;
    margin: 0px 10px;
    font-weight: 600;
}

/* ||||||||||||||||||||||||      End Style Navbar      ||||||||||||||||||||||||||||\*/

.main-panner {
    height: calc(100vh - 125px);
    background-image: url(../img/asset34.png);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: right;
    background-color: #000;
}

.txt-panner img {
    width: 120px;
}

.txt-panner h1 {
    font-size: 50px;
    line-height: 1.3;
    font-weight: 600;
}

.txt-panner {
    text-align: left;
    padding: 80px 0px;
}

.txt-panner h1 {
    font-size: 50px;
    line-height: 1.3;
}

.txt-panner h1 span {
    color: #EF4023;
    text-shadow: 0 10px 15px black;
}

.hov-button {
    display: inline-block;
    position: relative;
    overflow: hidden;
    border: 1px solid #EF4023;
    color: #FFF;
    padding: 18px 40px;
    font-size: 22px;
    z-index: 1;
    border-radius: 5px;
    margin-top: 28px;
    font-weight: 600;
}

.hov-button:before {
    content: "";
    position: absolute;
    background: #EF4023;
    width: 150px;
    height: 100px;
    right: 45%;
    top: -10px;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    z-index: -1;
}

.hov-button:after {
    content: "";
    position: absolute;
    background: #EF4023;
    width: 150px;
    height: 100px;
    left: 50%;
    top: -10px;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    z-index: -1;
}

.bottom-footer > div p {
    font-size: 16px;
}

.hov-button:hover,
.hov-button:focus {
    color: #EF4023;
}

.hov-button:hover::after,
.hov-button:focus::after {
    left: 100%;
}

.hov-button:hover::before,
.hov-button:focus::before {
    right: 100%;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #000;
}



.section1 {
    background-image: url(../img/asset15.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 10%;
}

.advertising h1 {
    font-size: 15px;
    text-align: left;
    color: #FFF;
}

.advertising {
    display: inline-block;
    padding: 15px;
    width: 25%;
    height: 240px;
}

.section1 .container:nth-child(1) .row {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.advertising-content .hov-button {
    padding: 9px 13px;
    font-size: 12px;
    margin-top: 28px;
}

.advertising-content {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: left;
    padding: 15px 25px;
    background-repeat: no-repeat;
    background-size: cover;
}

.advertising:nth-child(1) .advertising-content {
    background-image: url(../img/Fries.png);
    background-color: #FCB712;
    background-size: contain;
    background-position: bottom right;
}

.advertising:nth-child(1) .advertising-content h1 span {
    color: #EF4023;
}

.advertising:nth-child(2) .advertising-content {
    background-image: url(../img/asset9.png);
}

.advertising .advertising-content h1 span {
    color: #EF8D23;
    font-weight: 600;
}

.advertising:nth-child(3) .advertising-content {
    background-image: url(../img/asset8.png);
}

.advertising:nth-child(3) .advertising-content h1 span {
    color: #EF4023;
}

.advertising:nth-child(4) .advertising-content {
    background-image: url(../img/asset36.png);
}

.advertising:nth-child(5) .advertising-content {
    background-image: url(../img/asset37.png);
}

.advertising:nth-child(6) .advertising-content {
    background-image: url(../img/Garlic.png);
    background-size: contain;
    background-position: bottom right;
    background-color: #E8E6D4
}

.advertising:nth-child(6) .advertising-content h1 {
    color: #000;
}

.advertising:nth-child(3),
.advertising:nth-child(4) {
    width: 50%;
}

.advertising:nth-child(4) .advertising-content .hov-button:before,
.advertising:nth-child(4) .advertising-content .hov-button:after {
    background: #FFF;
}

.advertising:nth-child(4) .advertising-content .hov-button {
    color: #EF4023;
}

.advertising:nth-child(4) .advertising-content .hov-button:hover {
    color: #000;
    border-color: #000;
}

.section2 {
    background-image: url(../img/asset11.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 10%;
    position: relative;
}

.section2:before {
    content: "";
    background-image: url(../img/asset2.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 10%;
    position: absolute;
    z-index: 0;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.tit h2 span {
    color: #EF4023;
}

.tit > span {
    color: #EF4023;
    font-size: 38px;
    font-family: "tit-font";
    font-weight: 600;
}

.tit h2 {
    color: #000;
    margin-top: 0;
    font-size: 39px;
    font-weight: 600;
}

.tit {
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
}

.product-wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    color: #000;
    padding: 20px;
    border: 2px solid #DDD;
    border-radius: 7px;
    margin-bottom: 35px;
    overflow: hidden;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}

.product-wrap:hover {
    background: #EF4023;
    color: #FFF;
    border-color: #EF4023;
    -webkit-box-shadow: 0px 12px 23px rgb(0 0 0 / 10%);
            box-shadow: 0px 12px 23px rgb(0 0 0 / 10%);
}

.product-wrap:hover .product-data h6 span {
    color: #000;
}

.product-wrap:hover .product-data span {
    color: #FFF;
}

.product-wrap:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.product-wrap img {
    width: 220px;
    height: 150px;
    display: inline-block;
    -o-object-fit: contain;
       object-fit: contain;
    margin-right: 25px;
    margin-left: 20px;
}

.product-data span {
    font-size: 15px;
    font-weight: 600;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;

}

.product-data h3 {
    font-size: 18px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-data h6 span {
    font-size: 36px;
    color: #EF4023;
}

.product-data h6 {
    font-size: 22px;
}

.product-data {
    width: 60%;
    text-align: left;
    padding: 0px 20px;
}

.sections3 .container {
    background-image: url(../img/asset12.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

.delivery p {
    color: #000;
    font-size: 20px;
}

.delivery .tit {
    margin-bottom: 10px;
}

.test {
    width: 100%;
}

footer {
    background-image: url(../img/asset14.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 100%;
    background-color: #000;
    padding-top: 40px;
    position: relative;
}

footer:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
    background-image: url(../img/asset13.png);
    background-repeat: no-repeat;
    background-size: 12%;
    background-position: right bottom;
}

.top-footer {
    width: 100%;
    display: inline-block;
    padding-bottom: 30px;
    border-bottom: 2px solid #333;
}

.top-footer .hov-button {
    padding: 10px 20px;
    font-size: 15px;
}

.top-footer h1 {
    text-align: center;
    font-weight: 600;
}

.top-footer img {
    width: 80px;
}

.footer-link {
    color: #EF4023;
}

.bottom-footer a {
    display: inline-block;
    width: 100%;
    color: #FFF;
}

.bottom-footer {
    display: inline-block;
    width: 100%;
    padding-bottom: 20px;
}

.bottom-footer > div h2 {
    font-weight: 600
}

.bottom-footer > div a {
    font-size: 16px;
    margin-bottom: 5px;
}

.last-f {
    padding: 20px;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.last-f > p {
    font-size: 15px;
}

.last-f > p > a {
    color: #EF4023;
}

footer a:hover,
footer a:focus {
    color: #333
}

.call-number a:hover {
    color: #EF4023;
}

.call-number a:hover + i {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
    color: #EF4023
}

/*||||||||||||||||||||||||||||\ About us |||||||||||||||||||||||||||*/
.single-panner {
    background: #000;
    padding: 90px 0px;
    position: relative;
}

.txt-single-panner {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    white-space: 300px;
    top: 65px;
}

.panner-content img {
    width: 400px;
}

.panner-content {
    display: inline-block;
    width: 100%;
    padding: 0;
}

.txt-single-panner h1 span {
    color: #FFF;
    font-weight: 400
}

.txt-single-panner h1 a {
    color: #FFF;
    font-weight: 400
}

.txt-single-panner h1 {
    line-height: 1.5;
    font-weight: 600;
    color: #EF4023;
    font-size: 29px;
}

.about-img img {
    width: 100%;
    height: 100%;
}

.about-img {
    height: 450px;
}

.txt-about {
    color: #333;
    text-align: center;
    position: relative;
    width: 100%;
    padding: 60px 20px;
}

.txt-about .hov-button {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -50px;
    width: 251px;
}

.txt-about .hov-button:hover,
.txt-about .hov-button:focus {
    background: #FFF;
}

.txt-about h3 {
    color: #EF4023;
    font-size: 45px;
    font-family: "tit-font";
}

.txt-about p {
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.txt-about {
    color: #333;
    text-align: center;
    position: relative;
    width: 100%;
    padding: 55px 40px;
    -webkit-box-shadow: 0px 16px 23px rgb(0 0 0 / 10%);
            box-shadow: 0px 16px 23px rgb(0 0 0 / 10%);
    border-radius: 20px;
}

.txt-about h2 {
    font-weight: 600;
    color: #000;
    font-size: 37px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.features img {
    width: 100%;
    height: 75vh;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 50px 0px;
}

.features {
    background-image: url(../img/asset39.png);
    background-position: right bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.review {
    background-image: url(../img/asset40.png);
    background-position: left 90%;
    background-size: 20%;
    background-repeat: no-repeat;
}

.chef {
    background: #F9F9F4;
}

.card-chef .social-media {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.card-chef h2 {
    color: #333;
    font-weight: 600;
    font-size: 26px;
}

.card-chef {
    padding: 25px;
    border-radius: 20px;
    -webkit-box-shadow: 8px 6px 17px rgb(3 3 3 / 15%);
            box-shadow: 8px 6px 17px rgb(3 3 3 / 15%);
    text-align: center;
    margin-bottom: 35px;
}

.card-chef .social-media a:nth-child(1) {
    background: #55ACEE;
}

.card-chef .social-media a:nth-child(2) {
    background: #3B5998;
}

.card-chef .social-media a:nth-child(3) {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#795BA5), color-stop(#E24F52), to(#F8BB64));
    background-image: -o-linear-gradient(#795BA5, #E24F52, #F8BB64);
    background-image: linear-gradient(#795BA5, #E24F52, #F8BB64)
}

.card-chef .social-media a:nth-child(4) {
    background: #3344DD;
}

.chef-img {
    text-align: center;
    margin-bottom: 40px;
}

.card-chef .social-media a {
    width: 25px;
    height: 25px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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%;
    background: #EF4023;
    color: #FFF;
    margin: 5px 8px;
}
.card-chef .social-media a:hover {
    -webkit-box-shadow: 0px 3px 10px rgb(0 0 0 / 20%);
            box-shadow: 0px 3px 10px rgb(0 0 0 / 20%);
    -webkit-transform: translate(0 , -6px);
        -ms-transform: translate(0 , -6px);
            transform: translate(0 , -6px);
}

.card-chef span {
    color: #aaa;
    margin-bottom: 25px;
    display: inline-block;
}

.chef-img {
    text-align: center;
}

.chef-img img {
    width: 150px;
    -webkit-transition: .9s all;
    -o-transition: .9s all;
    transition: .9s all;
}
.chef-img img {
    background-image: url(../img/asset38.png);
    background-repeat: no-repeat;
    background-repeat: round;
       background-color: #FFF;

}

.card-chef:hover .chef-img img {
   background-color: #EF4023;
}

.client-txt {
    color: #333;
}

.client-txt i {
    font-size: 65px;
    color: #ddd;
    margin: 30px 25px;
}

.client-txt p {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.client-txt span {
    color: #aaa;
}

.client-txt h2 {
    font-weight: 900;
    color: #000;
    margin-bottom: 5px;
    position: relative;
}

.client-txt h2:before {
    width: 150px;
    height: 2px;
    position: absolute;
    content: "";
    background: #EF4023;
    right: 30%;
    top: 20px;
}

.owl-dot span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #CCC;
    margin: 3px;
    border-radius: 50%;
}

.owl-dot {
    display: inline-block;
    position: relative;
}

.owl-dot.active span {
    background: #EF4023;
}

.owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.client-img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
}

.client-img {
    height: 350px;
    width: 100%;
    display: inline-block;
    border-radius: 8px;
    overflow: hidden;
}

.contact-form form input {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 2px solid #DDD;
    border-radius: 7px;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}

.contact-form form input:hover,
.contact-form form input:focus,
.contact-form form textarea:focus,
.contact-form form textarea:hover {
    border-color: #EF4023
}

.contact-form form input:hover::-webkit-input-placeholder, .contact-form form input:focus::-webkit-input-placeholder, .contact-form form textarea:focus::-webkit-input-placeholder, .contact-form form textarea:hover::-webkit-input-placeholder {
    color: #EF4023;
}

.contact-form form input:hover::-moz-placeholder, .contact-form form input:focus::-moz-placeholder, .contact-form form textarea:focus::-moz-placeholder, .contact-form form textarea:hover::-moz-placeholder {
    color: #EF4023;
}

.contact-form form input:hover:-ms-input-placeholder, .contact-form form input:focus:-ms-input-placeholder, .contact-form form textarea:focus:-ms-input-placeholder, .contact-form form textarea:hover:-ms-input-placeholder {
    color: #EF4023;
}

.contact-form form input:hover::-ms-input-placeholder, .contact-form form input:focus::-ms-input-placeholder, .contact-form form textarea:focus::-ms-input-placeholder, .contact-form form textarea:hover::-ms-input-placeholder {
    color: #EF4023;
}

.contact-form form input:hover::placeholder,
.contact-form form input:focus::placeholder,
.contact-form form textarea:focus::placeholder,
.contact-form form textarea:hover::placeholder {
    color: #EF4023;
}


.contact-form h1 {
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 35px;
}

.contact-form h1 span {
    color: #EF4023
}

.contact-form h2 {
    font-family: "tit-font";
    color: #EF4023;
    font-weight: 600;
}

.contact-form {
    color: #333;
}

.contact-form textarea {
    resize: none;
    width: 100%;
    height: 120px;
    padding: 10px;
    border: 2px solid #DDD;
    border-radius: 5px;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}

.contact-img a {
    width: 45%;
    margin: 10px;
    display: inline-flex;
}
.contact-img img {
    width: 100%;
}
.contact-img {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

#map {
    width: 100%;
    height: 550px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;

}

.brisket-map {
    position: absolute;
    z-index: 99;
    top: 20px;
    left: 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
    border-radius: 21px;
}

.map .container {
    position: relative;
}

.brisket-map-txt a {
    color: #EF4023;
}

.brisket-map-txt p {
    color: #000;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 5px;
}

.brisket-map-txt h2 span {
    color: #EF4023;
}

.brisket-map-txt h2 {
    color: #000;
    font-size: 22px;
    margin: 5px 0px;
}

.brisket-map-txt {
    background: #FFF;
    width: 200px;
    padding: 4px 15px;
}

.brisket-map img {
    padding: 10px 15px;
    width: 115px;
    background: #000;
}

form .hov-button {
    padding: 11px 20px;
    font-size: 16px;
}

.div > img {
    width: 130px;
    -o-object-fit: contain;
       object-fit: contain;
    padding: 10px;
}

.div-txt h2 span {
    color: #EF4023;
}

.div-txt h2 {
    font-weight: 600;
    font-size: 26px;
}

.div-txt p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.div {
    padding: 10px 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #333;
    border: 2px solid #DDD;
    border-radius: 15px;
}




.product-card .product-img {
    width: 100%;
}

.product-card .product-img img {
    width: 100%;
    height: 150px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-bottom: 10px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
}

.product-card {
    color: #000;
    padding: 20px;
    border: 2px solid #F8F7F5;
    border-radius: 20px;
    margin-bottom: 25px;
    background: #F8F7F5;
    text-align: center;
        transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
}

.product-card:hover .product-img img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.product-card:hover {
    -webkit-box-shadow: 0px 20px 25px rgb(0 0 0 / 0.05);
            box-shadow: 0px 20px 25px rgb(0 0 0 / 0.05);
}
.product-card:hover .product-discription h2,
.product-card:focus .product-discription h2 {
    color: #EF4023
}

.product-card .product-discription h2 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 600;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;

}

.product-card .product-discription p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-card .product-discription h1 {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
}

.product-card .product-discription h1 span {
    font-size: 20px;
    color: #EF4023;
}

.product-card .product-discription h3 {
    float: right;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    margin-top: 22px;
}

.products .responsive-products:nth-child(1) .product-card {
    height: 760px;
    background: #FFF;
    text-align: left;
}

.products .responsive-products:nth-child(1) .product-card img {
    height: 420px;
    margin: 30px 0px;
}

.products .responsive-products:nth-child(1) .product-card .product-discription h1 span {
    font-size: 40px;
}

.products .responsive-products:nth-child(1) .product-card .product-discription h1 {
    font-size: 25px;
}

.products .responsive-products:nth-child(1) .product-card .product-discription h3 {
    font-size: 20px;
    margin-top: 35px;
}

.products .responsive-products:nth-child(1) .product-card .product-discription p {
    -webkit-line-clamp: 4;
}


.discription-pro p {
    font-size: 18px;
    text-align: justify;
}
.discription-pro {
    color: #000;
    margin-bottom: 40px;
}


.section-img .container:nth-child(1) .row {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.section-img .advertising .advertising-content {
    background-image: unset !important;
    padding: 0px;
}

.section-img .advertising .advertising-content img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover
}

.discription-pro h1 {
    font-weight: 600;
}


section.discount-video-content .row > img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

section.discount-video-content {
    height: 70vh;
    position: relative;
    display: inline-block;
    width: 100%;
    background-image: url(../img/Text.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.discount-video {
    position: absolute;
    width: 700px;
    right: 0;
    left: 0;
    top: 30%;
    margin: auto;
    background-image: url(../img/video.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 530px;
    padding: 26px;
    -webkit-box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
            box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.product-single {
    margin-top: 140px;
}
.discount-video a {
    position: absolute;
    color: #FFF;
    font-size: 26px;
    background: #EF4023;
    width: 70px;
    height: 70px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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%;
    border: 2px solid #EF4023;
    margin-top: 44px;
}

.discount-video a:hover {
    background: #ff000069;
    color: #FFF;
    border-color: #ff000069;
    
} 
.discount-video h5 span {
    font-size: 20px;
    font-weight: 600;
}

.discount-video h5 {
    position: absolute;
    bottom: 4px;
    right: 15px;
    color: #000;
}
.discount-video h4 {
    position: absolute;
    color: #000;
    top: 150px;
    font-weight: 600;
    font-size: 31px;
    text-shadow: 0px 5px 10px #eee;
}

.discount-video h6 {
    position: absolute;
    left: 15px;
    bottom: 10px;
    color: #000;
    font-weight: 600;
    font-size: 18px;
}

.discount-video img {
    width: 80%;
    -o-object-fit: contain;
       object-fit: contain;
    height: 70%;
    position: absolute;
    bottom: 0;
}

/* Media Screen */
@media (min-width: 768px) {

    /* ||||||||||||||||||||||||      Start Style Navbar      ||||||||||||||||||||||||||||\*/
    .call-number.navbar-right {
        margin: 35px 0px;
        font-size: 17px;
        -webkit-transition: .5s all;
        -o-transition: .5s all;
        transition: .5s all;
    }

    .navbar-nav {
        float: none;
        margin: 0;
        display: inline-block;
        width: auto !important;
        margin: 32px 0px;
    }

    .call-number a {
        font-weight: 900;
        font-size: 21px;
        color: #FFF;
        line-height: 1;
    }

    .call-number i {
        font-size: 21px;
        color: #EF4023;
    }

    /* ||||||||||||||||||||||||      End Style Navbar      ||||||||||||||||||||||||||||\*/

}

@media (max-width: 1200px) {
    .responsive-products {
        padding: 0px 10px;
    }

    .product-card {
        padding: 15px;
        text-align: left;
    }

    .product-card .product-discription h2 {
        font-size: 24px;
    }

    .product-card .product-discription h1 {
        font-size: 15px;
    }

    .product-card .product-discription h1 span {
        font-size: 16px;
    }

    .product-card .product-discription h3 {
        font-size: 15px;
        margin-top: 20px;
    }

    .products .responsive-products:nth-child(1) .product-card .product-discription h3 {
        font-size: 19px;
        margin-top: 26px;
    }

    .products .responsive-products:nth-child(1) .product-card {
        height: 735px;
    }

    .products .responsive-products:nth-child(1) .product-card .product-discription h1 span {
        font-size: 35px;
    }

    .div-txt h2 {
        font-size: 20px;
    }

    .client-txt i {
        font-size: 50px;
        margin: 25px 15px;
    }

    .client-txt h2:before {
        width: 120px;
        right: 100px;
    }

    .product-data h6 span {
        font-size: 30px;
    }

    .product-data {
        padding: 0px 10px;
    }

    .product-wrap img {
        width: 150px;
        height: 150px;
    }

    .advertising {
        width: 50%;
    }

    .product-wrap {
        padding: 10px;
    }

}

@media (max-width: 991px) {
    .discount-video {
    width: 600px;
    top: 45%;
    height: 440px;
    }
    .discount-video-content {
    height: 50vh;
    }
    .discount-video a {
    font-size: 18px;
    width: 55px;
    height: 55px;
    }
    .discount-video h4 {
    top: 150px;
    font-size: 25px;
}
    
  
    .products .responsive-products:nth-child(1) .product-card {
        height: auto;
    }

    .products .responsive-products:nth-child(1) .product-card .product-discription h1 span {
        font-size: 26px;
    }

    .products .responsive-products:nth-child(1) .product-card .product-discription h1 {
        font-size: 20px;
    }

    .product-card .product-img img {
        height: 120px;
    }

    .product-card .product-discription h2 {
        font-size: 22px;
        margin: 10px 0px;
    }

    .contact-img img {
        width: calc(100% / 4 - 20px);
        margin: 10px;
    }

    .div {
        padding: 5px;
    }

    .div-txt h2 {
        margin-top: 10px;
    }

    .brisket-map-txt {
        width: 160px;
        padding: 5px 10px;
    }

    .brisket-map img {
        padding: 10px 15px;
        width: 80px;
    }

    .contact-img {
        -ms-flex-wrap: unset;
            flex-wrap: unset;
    }

    .contact-form h1 {
        margin-bottom: 25px;
        font-size: 23px;
    }

    .div-txt h2 {
        font-size: 17px;
        margin-bottom: 5px;
    }

    .div > img {
        width: 65px;
        padding: 0px;
    }

    .features img {
        margin: 0px 0px;
    }

    .client-txt h2:before {
        width: 120px;
        right: 60px;
        top: 15px;
    }

    .client-txt h2 {
        font-size: 23px;
    }

    .about-img {
        height: 375px;
    }

    .txt-about {
        padding: 30px 33px;
    }

    .txt-about h3 {
        font-size: 45px;
        margin-bottom: 0;
    }

    .txt-about h2 {
        font-size: 25px;
        margin-top: 10px;
    }

    .txt-about .hov-button {
        bottom: -25px;
        width: 175px;
        font-size: 18px;
    }

    .top-footer h1 {
        font-size: 30px;
    }

    .bottom-footer > div h2 {
        font-size: 25px;
    }

    .product-data h3 {
        font-size: 15px;
    }

    .product-data h6 span {
        font-size: 22px;
    }

    .product-data h6 {
        font-size: 18px;
        margin: 0;
    }

    .product-wrap img {
        width: 100px;
        height: 120px;
        margin: 0 15px;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 17px;
        margin: 0px 3px;
    }

    .call-number.navbar-right {
        margin: 35px 0px;
        font-size: 14px;
    }

    .call-number a {
        font-weight: 900;
        font-size: 18px;
    }

    .txt-panner h1 {
        font-size: 37px;
    }

    .hov-button {
        padding: 10px 30px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {}

@media (min-width: 320px) and (max-width: 991px) {}

@media (max-width: 767px) {
    .discription-pro {
    padding: 0px 20px;
        margin-bottom: 20px;
}
    .discount-video h4 {
    top: 110px;
    font-size: 20px;
}
    section.discount-video-content {
    height: 50vh;
    }
    
    .discount-video {
    width: 435px;
    top: 40%;
    height: 380px;
}
    .products .responsive-products:nth-child(1) .product-card img {
        height: 250px;
        margin: 15px 0px;
    }
    .discription-pro p {
    font-size: 16px;
}
    .discription-pro h1 {
    font-size: 23px;
}

    .div {
        padding: 10px;
        width: 100%;
        display: inline-block;
        text-align: center;
        margin-bottom: 20px;
    }

    .responsive .div-txt h2 {
        font-size: 16px;
    }

    .responsive {
        padding: 0px 8px;
    }

    .review {
        background-position: left bottom;
    }

    footer:before {
        background-size: 30%;
    }

    .client-txt i {
        font-size: 45px;
        margin: 15px;
    }

    .client-img {
        height: 240px;
    }

    .fixd-navbar .navbar-brand > img {
        width: 50px;
    }

    .fixd-navbar .navbar-brand {
        padding: 6px 10px;
    }

    .txt-about {
        padding: 15px 20px;
    }

    .txt-about .hov-button {
        bottom: -30px;
        width: 144px;
        font-size: 15px;
    }

    .about-img {
        height: 285px;
    }

    .txt-about p {
        font-size: 15px;
    }

    .txt-about h3 {
        font-size: 30px;
    }

    .txt-about h2 {
        font-size: 19px;
    }

    .single-panner {
        padding: 20px 0px;
    }

    .panner-content img {
        width: 250px;
    }

    .txt-single-panner h1 {
        font-size: 20px;
    }

    .txt-single-panner {
        top: 27px;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #000;
    }

    .navbar-default .navbar-toggle {
        border-color: #EF4023;
        background: #EF4023;
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background: #000;
    }

    .navbar-default .navbar-toggle:hover .icon-bar,
    .navbar-default .navbar-toggle:focus .icon-bar {
        background: #EF4023;
    }

    .delivery {
        background: rgba(255, 255, 255, .7);
    }

    .hov-button {
        padding: 10px 23px;
        font-size: 19px;
    }

    .delivery p {
        color: #000;
        font-size: 20px;
        padding: 0px 15px;
    }

    .top-footer > div,
    .bottom-footer,
    footer {
        text-align: center;
    }

    .bottom-footer > div p {
        font-size: 15px;
    }

    .bottom-footer > div h2 {
        font-size: 20px;
    }

    .top-footer h1 {
        font-size: 24px;
    }

    .advertising {
        height: 200px;
    }

    .tit {
        margin-bottom: 20px;
    }

    .p-sections {
        padding: 30px 0px;
    }

    .tit h2 {
        font-size: 28px;
    }

    .tit span {
        font-size: 27px;
    }

    .product-wrap {
        padding: 10px;
        display: inherit;
    }

    .product-data {
        width: 100%;
    }

    .product-wrap img {
        width: 150px;
        height: 120px;
        margin: auto;
        display: inherit;
    }

    .tit {
        padding: 0px 20px;
    }

    .advertising {
        width: 50%;
        padding: 10px;
    }

    .advertising:nth-child(3),
    .advertising:nth-child(4) {
        width: 100%;
    }

    .navbar-brand > img {
        width: 50px;
    }

    .navbar-toggle {
        margin-top: 16px;
    }

    .navbar-brand {
        padding: 5px 15px;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-bottom: 1px solid #333;
    }

    .call-number.navbar-right {
        margin: 20px 0px;
        font-size: 14px;
    }

    .call-number a {
        color: #FFF;
    }

    .card-chef h2 {
        font-size: 22px;
        margin: 4px;
    }
}

@media (max-width: 500px) {
    .tit h2 {
    font-size: 24px;
}    
    .discount-video {
    width: 100%;
        top: 0;
        
    }
    
    .section1 .container:nth-child(2) .row > div {
    padding: 0px 5px;
}
    .product-data h6 span {
    font-size: 16px;
}
    .product-wrap img {
    width: 120px;
    height: 90px;
    }
    .responsive-products {
    width: 100%;
}
    .about-img img {
        -o-object-fit: contain;
           object-fit: contain;
    }
    .discription-pro h1 {
    font-size: 20px;
}

    .responsive {
        width: 100%;
    }

    .hov-button {
        margin-top: 15px;
    }

    .product-single {
    margin-top: 50px;
}
    .about-video .row > div {
        width: 100%;
    }

    .txt-about {
        margin-bottom: 50px;
    }

    .chef .container .row .col-md-3 {
        width: 100%;
    }

    .advertising {
        width: 100%;
    }

    .client-txt p {
        font-size: 17px;
    }

    .client-txt h2:before {
        width: 80px;
        right: 50px;
        top: 12px;
    }

    .owl-dots {
        margin-top: 30px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {}
.example {
    display: -ms-grid;
    display: grid;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(black));
    background: -o-linear-gradient(top, white, black);
    background: linear-gradient(to bottom, white, black);
}