/*!
Theme Name: Two Slices
Theme URI: http://underscores.me/
Author: Bonoboz Team
Author URI: https://www.bonoboz.in/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: two-slices
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Two Slices is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}


/* Do not show the outline on the skip link target. */

#primary[tabindex="-1"]:focus {
    outline: 0;
}


/* Alignments
--------------------------------------------- */

.alignleft {
    /*rtl:ignore*/
    float: left;
    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    /*rtl:ignore*/
    float: right;
    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

@font-face {
    font-family: 'Alpino';
    src: url('assets/fonts/Alpino-Variable.woff2') format('woff2'), url('assets/fonts/Alpino-Variable.woff') format('woff'), url('assets/fonts/Alpino-Variable.ttf') format('truetype');
    font-weight: 100 900;
    font-display: swap;
    font-style: normal;
}


/*!
 * 	Theme Variables
 * ----------------------------------------------- */

 :root {
    --primary: #0e113b;
    --primary-rgb: 14, 17, 59;
    --green: #00673a;
    --orange: #f04e23;
    --font-family: 'Alpino';
    --body-font-family: 'Inter', sans-serif;
    --body-font-size: 16px;
    --body-font-weight: 400;
    --body-bg: #ffffe4;
    --body-color: #0e113b;
    --body-line-height: 1.45;
    --heading-font-size-base: 1rem;
    --heading-font-family: var(--body-font-family);
    --heading-font-weight: 900;
    --heading-color: #0e113b;
    --heading-margin-bottom: 16px;
    --heading-line-height: 1.15;
    --link-color: #0e113b;
    --link-hover-color: #e59c38;
    --btn-font-family: var(--body-font-family);
    --btn-font-size: 14px;
    --btn-font-weight: 600;
    --btn-line-height: 48px;
    --btn-padding: 0 40px;
    --btn-bg: transparent;
    --btn-border-width: 1px;
    --btn-color: var(--body-color);
    --btn-border-color: transparent;
    --btn-hover-bg: transparent;
    --btn-hover-color: var(--body-color);
    --btn-hover-border-color: transparent;
    --form-control-font-family: var(--body-font-family);
    --form-control-font-size: 16px;
    --form-control-font-weight: var(--body-font-weight);
    --form-control-line-height: 1.15;
    --form-control-padding: 8px 16px;
    --form-control-min-height: 48px;
    --form-control-bg: #ebebcc;
    --form-control-border-color: transparent;
    --form-control-border-radius: 4px;
    --form-control-placeholder-color: #646672;
    --form-control-arrow: url('data:image/svg+xml,<svg fill="%23000" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M11.9997 13.1714L16.9495 8.22168L18.3637 9.63589L11.9997 15.9999L5.63574 9.63589L7.04996 8.22168L11.9997 13.1714Z"></path></svg>');
    --hamburger-line-bg: #0e113b;
    --paragraph-margin-bottom: 24px;
    --section-padding-y: 100px;
    --container-width: ;
    --gutter-y: ;
    --gutter-x: 32px;
    --border-radius: 48px;
}


/*!
 * 	Reset Styles
 * ----------------------------------------------- */

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--body-font-family);
    font-size: var(--body-font-size);
    color: var(--body-color);
    line-height: var(--body-line-height);
    font-weight: var(--body-font-weight);
    background-color: var(--body-bg);
    text-align: left;
}

img {
    max-width: 100%;
    height: initial;
}

a {
    color: var(--link-color);
    text-decoration: none;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

a:hover {
    color: var(--link-hover-color);
}

p {
    margin-top: 0;
    margin-bottom: var(--paragraph-margin-bottom);
}

p:last-child {
    margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 16px;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

pre,
code,
kbd,
samp {
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 16px;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 16px;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    outline: none !important;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 8px;
    font-size: 24px;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word;
}

a>code {
    color: inherit;
}

kbd {
    padding: 4px 8px;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 2px;
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: var(--heading-font-family);
    color: var(--heading-color);
    font-weight: var(--heading-font-weight);
    margin-top: 0;
    margin-bottom: var(--heading-margin-bottom);
    line-height: var(--heading-line-height);
}

h1,
h2,
.h1,
.h2 {
    --heading-font-family: var(--font-family);
}

h1,
.h1 {
    font-size: calc(2.25rem + 3.5vw);
}

h2,
.h2 {
    font-size: calc(1.75rem + 2.5vw);
}

h3,
.h3 {
    font-size: calc(1.4rem + 1.5vw);
}

h4,
.h4 {
    font-size: calc(1.325rem + 0.9vw);
}

h5,
.h5 {
    font-size: calc(1.3rem + 0.6vw);
}

h6,
.h6 {
    font-size: calc(var(--heading-font-size-base) * 1.125);
}


/*!
 *	Common
 * ----------------------------------------------- */

#wrapper {
    position: relative;
    min-height: 100vh;
}

.section {
    padding-top: var(--section-padding-y);
    padding-bottom: var(--section-padding-y);
}

.overflow-hidden {
    overflow: hidden !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-semibold {
    font-weight: 600 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-bolder {
    font-weight: 800 !important;
}

.text-center {
    text-align: center !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

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

.radius {
    border-radius: 24px;
}

.rotate-1 {
    -webkit-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    transform: rotate(1deg);
}

.rotate-n1 {
    -webkit-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);
}

.rotate-5 {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
}

.rotate-n5 {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.bg-primary {
    --heading-color: #fff;
    background-color: var(--primary);
    color: #fff;
}

.bg-light {
    background: #ededda;
}

.bg-pastel {
    background-color: #e59c38;
}

.bg-green {
    --heading-color: #fbdb37;
    background-color: var(--green);
    color: #fff7cc;
}

.bg-orange {
    --heading-color: #fbdb37;
    background-color: var(--orange);
}

.d-none-lg,
.d-none-md {
    display: none;
}


/*!
 *	Spacing
 * ----------------------------------------------- */

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.mb-32 {
    margin-bottom: 32px !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}


/*!
 *	Grid System
 * ----------------------------------------------- */

.container,
.container-fluid {
    width: 100%;
    padding-left: calc(var(--gutter-x) * .5);
    padding-right: calc(var(--gutter-x) * .5);
}

.container *,
.container-fluid * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.container {
    max-width: var(--container-width);
    margin-left: auto;
    margin-right: auto;
}

.row {
    margin-top: calc(-1 * var(--gutter-y));
    margin-left: calc(-.5 * var(--gutter-x));
    margin-right: calc(-.5 * var(--gutter-x));
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    min-height: 1px;
    margin-top: var(--gutter-y);
    padding-left: calc(var(--gutter-x) * .5);
    padding-right: calc(var(--gutter-x) * .5);
}

.row.row--lg {
    --gutter-x: 48px;
}

.row.row--sm {
    --gutter-x: 24px;
}

.gap {
    --gutter-y: var(--gutter-x);
}

.col-1 {
    width: 8.33333333%;
}

.col-2 {
    width: 16.66666667%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33333333%;
}

.col-5 {
    width: 41.66666667%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33333333%;
}

.col-8 {
    width: 66.66666667%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33333333%;
}

.col-11 {
    width: 91.66666667%;
}

.col-12 {
    width: 100%;
}

.no-gutter {
    --gutter-x: 0;
}

.flex-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


/*!
 *	Form Styling
 * ----------------------------------------------- */

.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: var(--btn-padding);
    color: var(--btn-color);
    background-color: var(--btn-bg);
    font-family: var(--btn-font-family);
    font-size: var(--btn-font-size);
    font-weight: var(--btn-font-weight);
    border: var(--btn-border-width) solid var(--btn-border-color);
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    line-height: calc(var(--btn-line-height) - (var(--btn-border-width) * 2));
    text-align: center;
    border-radius: 100px;
}

.btn:hover {
    background-color: var(--btn-hover-bg);
    color: var(--btn-hover-color);
    border-color: var(--btn-hover-border-color);
}

.btn>*:not(:first-child) {
    margin-left: 4px;
}

.btn-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.btn-inline>*:not(:first-child) {
    margin-left: 16px;
}

.btn.btn--lg {
    --btn-font-size: 16px;
    --btn-line-height: 48px;
}

.btn.btn--sm {
    --btn-line-height: 40px;
    --btn-padding: 0 24px;
}

.btn.btn--icon {
    padding: 0;
    width: var(--btn-line-height);
    height: var(--btn-line-height);
}

.btn.btn--primary {
    --btn-bg: var(--primary);
    --btn-color: #ffffff;
    --btn-hover-bg: #ffffff;
    --btn-hover-color: #06081d;
}

.btn.btn--secondary {
    --btn-bg: var(--orange);
    --btn-color: #ffffff;
    --btn-hover-bg: #ffffff;
    --btn-hover-color: var(--orange);
}

.btn.btn--order {
    border-radius: 0;
    height: var(--btn-line-height);
}

.btn.btn--order:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

.btn.btn--zomato {
    --btn-bg: #e23744;
    --btn-hover-bg: var(--btn-bg);
}

.btn.btn--swiggy {
    --btn-bg: #fb8019;
    --btn-hover-bg: var(--btn-bg);
}

.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    border: 1px solid var(--form-control-border-color);
    min-height: var(--form-control-min-height);
    padding: var(--form-control-padding);
    background-color: var(--form-control-bg);
    font-family: var(--form-control-font-family);
    font-size: var(--form-control-font-size);
    color: var(--body-color);
    border-radius: var(--form-control-border-radius);
}

.form-control:focus {
    --form-control-border-color: #a7a783;
}

.form-control::-webkit-input-placeholder {
    color: var(--form-control-placeholder-color);
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: var(--form-control-placeholder-color);
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: var(--form-control-placeholder-color);
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: var(--form-control-placeholder-color);
    opacity: 1;
}

.form-control::placeholder {
    color: var(--form-control-placeholder-color);
    opacity: 1;
}

.form-control::-webkit-input-placeholder {
    color: var(--form-control-placeholder-color);
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: var(--form-control-placeholder-color);
    opacity: 1;
}

.form-control::-ms-placeholder {
    color: var(--form-control-placeholder-color);
    opacity: 1;
}

select.form-control {
    background-image: var(--form-control-arrow);
    background-position: center right 16px;
    background-repeat: no-repeat;
    padding-right: 42px;
}

.form-group {
    margin-bottom: 8px;
    position: relative;
}

.form-label {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 6px;
}

.form-label.form-label--required:after {
    content: '*';
    color: #ed3237;
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #fff;
    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;
}

#loader .loading {
    width: 250px;
    height: 82px;
    position: relative;
}

#loader .loading>* {
    width: 100%;
}

#loader .loading svg {
    position: absolute;
    left: 0;
    top: -46px;
    z-index: 1;
    overflow: visible;
}

#loader .splice {
    position: absolute;
    height: 36px;
    left: 0;
    border-radius: 8px;
    background-color: #E49B37;
}

#loader .splice.splice--top {
    top: 0;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

#loader .splice.splice--bottom {
    bottom: 0;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

#splice_shape {
    -webkit-animation: loader 1.5s linear infinite;
    animation: loader 1.5s linear infinite;
}

#splice_shape.stopped {
    -webkit-animation: none !important;
    animation: none !important;
}

@-webkit-keyframes loader {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(60%);
        transform: translateX(60%);
    }
}

@keyframes loader {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(60%);
        transform: translateX(60%);
    }
}


/*!
 *	Header
 * ----------------------------------------------- */

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding-top: 16px;
    padding-bottom: 16px;
}

.header-container {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #fff;
    border-radius: 72px;
    padding: 16px 24px;
    -webkit-box-shadow: 0 4px 12px 2px rgba(14, 17, 59, 0.1);
    box-shadow: 0 4px 12px 2px rgba(14, 17, 59, 0.1);
}

#header.open .header-container {
    border-radius: 32px;
}

.header-left,
.header-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.header-center {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-right .contact {
    --btn-padding: 0 12px;
    --btn-hover-bg: var(--orange);
    --btn-hover-color: #ffffff;
}

.navbar {
    display: none;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    max-height: calc(100vh - 132px);
    overflow: auto;
    margin-top: 24px;
    margin-bottom: 16px;
}

.navbar>ul {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: var(--container-width);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.navbar>ul>li:not(:first-child) {
    margin-top: 16px;
}

.navbar>ul>li>a {
    --link-hover-color: var(--orange);
    display: inline-block;
    position: relative;
}

.navbar>ul>li>a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 47px;
    height: 36px;
    opacity: 0;
    background-image: url("assets/images/svg/line-12.svg");
}

.navbar>ul>.current_page_item>a {
    color: var(--orange);
}

.navbar>ul>.current_page_item>a:after {
    opacity: 1;
}

.menu-item-has-children,
.menu-item-has-children>a {
    position: relative;
}

.menu-item-has-children {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    cursor: pointer;
}

.menu-item-has-children:hover>a {
    color: var(--primary);
}

.sub-menu-handler {
    margin-left: auto;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="20" width="20" viewBox="0 0 24 24" fill="%23000000"><path d="M11.9999 13.1714L16.9497 8.22168L18.3639 9.63589L11.9999 15.9999L5.63599 9.63589L7.0502 8.22168L11.9999 13.1714Z"></path></svg>');
}

.menu-item-has-children>.sub-menu-handler.active {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sub-menu {
    display: none;
    padding-top: 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    padding: 16px 0 0;
    margin: 0;
    list-style: none;
}

.sub-menu li a {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.7);
    white-space: nowrap;
}

.sub-menu li a:hover {
    background-color: rgba(var(--primary-rgb), 0.03);
}

#hamburger {
    background-color: transparent;
    border: none;
    position: relative;
    margin-left: 16px;
    width: 24px;
    height: 20px;
    cursor: pointer;
    padding: 0;
}

#hamburger span:before,
#hamburger span:after {
    content: '';
}

#hamburger span,
#hamburger span:before,
#hamburger span:after {
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: var(--hamburger-line-bg);
    display: block;
}

#hamburger span,
#hamburger span:after {
    top: 9px;
}

#hamburger span:before {
    top: -9px;
}

#hamburger.active span {
    background-color: transparent;
}

#hamburger.active span:after,
#hamburger.active span:before {
    top: 0;
}

#hamburger.active span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#hamburger.active span:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.brand {
    display: inline-block;
    width: 112px;
}


/*!
 *	Homepage
 * ----------------------------------------------- */

#intro {
    --swiper-pagination-color: #ffffff;
    --swiper-pagination-bullet-inactive-color: #ffffff;
    --swiper-pagination-bullet-inactive-opacity: 0.3;
    --swiper-pagination-bottom: 20px;
    position: relative;
}

#intro:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 200px;
    background-color: #e59c38;
}

.hero {
    position: relative;
    overflow: hidden;
    height: 100vh;
    min-height: 480px;
    border-bottom-left-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
}

.hero .hero__content {
    --heading-color: #ffffff;
    --heading-margin-bottom: 0;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.intro-title {
    max-width: 760px;
    width: 100%;
}

.story-image,
.success-image,
.online-order {
    position: relative;
}

.story-image {
    margin-top: 64px;
}

.story-image .story-image__line {
    position: absolute;
    top: -36px;
    right: -36px;
}

.menu-title {
    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;
    margin-bottom: 32px;
}

.menu-title h2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 0;
    max-width: calc(100% - 64px);
    text-align: center;
}

.menu-title img {
    width: 32px;
}

.product {
    position: relative;
    display: block;
    text-align: center;
}

.product .product__hover {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
    opacity: 0;
}

.product .product__title {
    color: var(--primary);
    font-weight: 700;
    margin-bottom: 8px;
}

.product .product__link {
    color: var(--orange);
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
    opacity: 0;
}

.product:hover .product__link,
.product:hover .product__hover {
    opacity: 1;
}

.success-image .success-image__line {
    position: absolute;
    top: -50px;
    right: -60px;
}

.order-title {
    margin-top: 24px;
    margin-bottom: 16px;
    font-size: calc(1.4rem + 1.5vw);
    font-weight: 700;
}

.online-order .online-order__line {
    position: absolute;
    bottom: -60px;
    right: -40px;
}

.title {
    --heading-margin-bottom: 0;
    display: inline-block;
    position: relative;
    padding-bottom: 60px;
}

.title:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 70px;
    background: url("assets/images/svg/line-5.svg") center no-repeat;
    background-size: contain;
}

.title.title--location:after {
    right: 48px;
}

#instafeed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#instafeed .marquee-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 334px;
    height: 410px;
    padding-left: 24px;
}

#instafeed .marquee-item>* {
    width: 100%;
    height: 100%;
    display: block;
}


/*!
 *	Footer
 * ----------------------------------------------- */

#footer {
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius);
    background-color: #e5e5c5;
    padding-top: 64px;
    padding-bottom: 40px;
    color: #646672;
    position: relative;
}

#footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background-color: var(--top-bg);
    z-index: -1;
}

.footer-top {
    padding-bottom: 40px;
    border-bottom: 1px solid #bcbb81;
}

.footer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: var(--font-family);
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-menu li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    margin-bottom: 24px;
}

.footer-info .footer-info__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-info .footer-info__item:not(:last-child) {
    margin-bottom: 16px;
}

.footer-info .footer-info__title {
    padding-right: 16px;
}

.footer-info .footer-info__order {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 30px;
}

.footer-info .footer-info__order:not(:last-child),
.footer-info .footer-info__social:not(:last-child) {
    margin-right: 10px;
}

.last-footer {
    margin-top: 40px;
    font-size: 12px;
}

.last-footer .brand {
    margin-bottom: 24px;
    width: 162px;
}

.last-footer .last-footer__link {
    --link-color: #646672;
    color: #646672;
}

.last-footer .last-footer__copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    line-height: 24px;
    margin-bottom: 24px;
}

.last-footer .last-footer__copy>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}


/*!
 *	Pages
 * ----------------------------------------------- */

.under-header {
    margin-top: 48px;
}


/* About */

.founder-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.founder-social a {
    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;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background-color: #ececd0;
}

.founder-social a:not(:first-child) {
    margin-left: 10px;
}

.vm-image {
    position: relative;
    margin-top: 48px;
}

.vm-image .vm-image__line {
    position: absolute;
    right: 100%;
    bottom: -20px;
}

.vm-content .vm-content__item:not(:first-child) {
    margin-top: 40px;
}

.vm-content .vm-content__item img {
    margin-bottom: 24px;
}

#journey {
    position: relative;
}

.journey-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
}

.journey-line:before {
    content: '';
    display: block;
    position: absolute;
    top: 19px;
    left: 40px;
    right: 40px;
    height: 2px;
    background-color: #d38925;
}

.journey-line .swiper-button-next,
.journey-line .swiper-button-prev {
    --swiper-navigation-size: 16px;
    --swiper-navigation-sides-offset: 0;
    font-weight: 700;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    -webkit-box-shadow: 0 4px 12px 2px rgba(14, 17, 59, 0.1);
    box-shadow: 0 4px 12px 2px rgba(14, 17, 59, 0.1);
    background-color: #ffffe4;
    top: 0;
    margin-top: 0;
    color: #000000;
}

#journey .swiper {
    padding-top: 48px;
}

#journey .swiper-slide {
    height: initial;
}

#journey .swiper-slide:before {
    content: '';
    position: absolute;
    top: -35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 14px;
    height: 14px;
    border-radius: 14px;
    background-color: #bd7d26;
}

.journey-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.journey-content .journey-content__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-bottom: 16px;
}

#journey .swiper-pagination {
    --swiper-pagination-color: #fff7cc;
    --swiper-pagination-bullet-inactive-color: #fff7cc;
    --swiper-pagination-bullet-inactive-opacity: 0.3;
    position: relative;
    left: initial;
    bottom: initial;
    margin-top: 16px;
}

.journey-line-image {
    position: absolute;
    right: -40px;
    bottom: 10px;
}

.story-image-2 {
    display: none;
}


/* Franchise */

.recipe-wrap,
.inquiry-image {
    position: relative;
}

.recipe-line {
    position: absolute;
    left: -40px;
    top: -60px;
    z-index: 1;
}

.recipe {
    --heading-color: #dfe0f7;
    --heading-margin-bottom: 24px;
    padding: 48px 24px;
    border-radius: 24px;
    background-color: var(--primary);
    color: #babef2;
    -webkit-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);
    position: relative;
    z-index: 2;
}

.recipe .row img {
    margin-bottom: 24px;
}

.recipe .recipe__title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
}

.inquiry-form .form-control {
    background-color: #015832;
    color: #ffffe4;
}

.inquiry-form .form-control:focus {
    background-color: transparent;
    border-color: #ffffe4;
}

.inquiry-form .form-label {
    color: #8fcab0;
}

.inquiry-form select.form-control {
    background-image: url('data:image/svg+xml,<svg fill="%23ffffff" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M11.9997 13.1714L16.9495 8.22168L18.3637 9.63589L11.9997 15.9999L5.63574 9.63589L7.04996 8.22168L11.9997 13.1714Z"></path></svg>');
    ;
}

.inquiry-form .form-control option {
    color: var(--body-color);
}

.inquiry-image .inquiry-image__line {
    position: absolute;
    top: -40px;
    left: -50px;
}

.step {
    position: relative;
    margin-left: 16px;
}

.step:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 64px;
    width: 8px;
    background: url("assets/images/svg/step-line.svg") top center no-repeat;
    background-size: cover;
}

.step .step__item {
    position: relative;
    padding-left: 48px;
}

.step .step__item:not(:first-child) {
    margin-top: 32px;
}

.step .step__number {
    position: absolute;
    top: 0;
    left: -18px;
    background-color: var(--body-bg);
}

.step .step__title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}


/* Menu */

#menu_quick_link {
    position: absolute;
    left: 0;
    top: 24px;
    width: 100%;
    padding: 16px calc(var(--gutter-x) * .5);
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 100;
}

#menu_quick_link .menu-quick-link-wrap {
    overflow: auto;
}

#menu_quick_link.fixed .menu-quick-link-wrap {
    background-color: var(--body-bg);
    border-radius: 100px;
    -webkit-box-shadow: 0 4px 12px 2px rgba(14, 17, 59, 0.1);
    box-shadow: 0 4px 12px 2px rgba(14, 17, 59, 0.1);
}

#menu_quick_link ul {
    --link-color: #505160;
    margin: 0;
    padding: 12px;
    list-style: none;
    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;
    font-size: 16px;
}

#menu_quick_link ul li:not(:first-child) {
    margin-left: 16px;
}

#menu_quick_link ul li a {
    display: inline-block;
    padding: 16px 24px;
    border-radius: 40px;
    line-height: 1;
    white-space: nowrap;
}

#menu_quick_link ul li a.active {
    color: var(--primary) !important;
    -webkit-box-shadow: 0 4px 12px 2px rgba(14, 17, 59, 0.1);
    box-shadow: 0 4px 12px 2px rgba(14, 17, 59, 0.1);
    background-color: #fff;
}

.flex-reverse .menu-content {
    padding-left: 0;
}

.menu-image {
    position: relative;
}

.menu-image .menu-image__tl {
    position: absolute;
    top: -45px;
    left: -45px;
}

.menu-image .menu-image__tr {
    position: absolute;
    top: -45px;
    right: -55px;
}

.menu-image .menu-image__bl {
    position: absolute;
    bottom: -40px;
    left: -50px;
}

.menu-image .menu-image__br {
    position: absolute;
    bottom: -30px;
    right: -100px;
}

.menu-option {
    padding: 0;
    margin: 0 0 32px;
    list-style: none;
}

.menu-option .menu-option__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
}

.menu-option .menu-option__item:not(:first-child) {
    margin-top: 16px;
}

.menu-option .menu-option__name {
    padding-right: 8px;
}

.menu-option .menu-option__price {
    padding-left: 8px;
}

.menu-option .menu-option__border {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-item-align: end;
    align-self: flex-end;
    border-bottom: 1px dashed #c0c0b2;
    margin-bottom: 4px;
}

.bg-green .menu-option .menu-option__border {
    border-color: #80a796;
}

.bg-orange .menu-option .menu-option__border {
    border-color: #ec8165;
}

.menu-content {
    padding-top: 32px;
}


/* Location */

.location-head {
    margin-bottom: 72px;
}

.location-card {
    position: relative;
    padding-bottom: 40px;
}

.location-card .location-card__line {
    position: absolute;
    bottom: 0;
    left: -50px;
}

.address {
    padding: 24px;
    border-radius: 16px;
    height: 100%;
    min-height: 420px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.address .address__body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-bottom: 48px;
}

.address .address__title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.address .address__subtitle {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
}

.address .address__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.address .address__info:not(:last-child) {
    margin-bottom: 16px;
}

.address .address__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 36px;
}

.address.bg-green {
    --link-color: #fff7cc;
    --link-hover-color: #fbdb37;
}

.address.bg-green .address__title {
    color: #fbdb37;
}


/* Contact */

.contact-head {
    --heading-margin-bottom: 8px;
    margin-bottom: 48px;
}

.contact-content {
    --paragraph-margin-bottom: 16px;
}

.contact-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
}

#map {
    height: 240px;
    background-color: #f6f6f6;
    position: relative;
}

#map .object-fit {
    border-radius: 16px;
    overflow: hidden;
}

.contact-arrow {
    position: absolute;
    right: 100%;
    bottom: -100px;
    display: none;
}


/* 404 */

.error-container {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
}

.error-container .error-container__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}

.error-container .error-container__item:not(:first-child) {
    padding-top: 48px;
}


/*!
 *	Responsive
 * ----------------------------------------------- */

@media(min-width: 480px) {
    body {
        --border-radius: 64px;
    }
    .col-xs-1 {
        width: 8.33333333%;
    }
    .col-xs-2 {
        width: 16.66666667%;
    }
    .col-xs-3 {
        width: 25%;
    }
    .col-xs-4 {
        width: 33.33333333%;
    }
    .col-xs-5 {
        width: 41.66666667%;
    }
    .col-xs-6 {
        width: 50%;
    }
    .col-xs-7 {
        width: 58.33333333%;
    }
    .col-xs-8 {
        width: 66.66666667%;
    }
    .col-xs-9 {
        width: 75%;
    }
    .col-xs-10 {
        width: 83.33333333%;
    }
    .col-xs-11 {
        width: 91.66666667%;
    }
    .col-xs-12 {
        width: 100%;
    }
    .header-right .contact {
        --btn-padding: 0 24px;
    }
    #hamburger {
        margin-left: 24px;
    }
    .brand {
        width: 146px;
    }
    .menu-title h2 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .recipe {
        padding: 64px 40px;
        border-radius: 32px;
    }
    .step:before {
        bottom: 16px;
    }
    .footer-menu li {
        width: 33.33333333%;
    }
    .footer-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .footer-info .footer-info__item:not(:last-child) {
        margin-bottom: 0;
        margin-right: 24px;
    }
}

@media(min-width: 576px) {
    body {
        --container-width: 540px;
        --section-padding-y: 140px;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-12 {
        width: 100%;
    }
    #menu_quick_link {
        top: 48px;
    }
}

@media(min-width: 768px) {
    body {
        --body-font-size: 18px;
        --container-width: 720px;
        --border-radius: 80px;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-12 {
        width: 100%;
    }
    .menu-title img {
        width: 48px;
    }
    .menu-title h2 {
        max-width: calc(100% - 96px);
    }
    .contact-title,
    .product .product__title {
        font-size: 32px;
    }
    .product .product__link {
        font-size: 20px;
    }
    .order-title {
        margin-top: 48px;
        margin-bottom: 32px;
    }
    .contact-head {
        margin-bottom: 80px;
    }
    .recipe .row {
        --gutter-y: 48px;
    }
    .recipe .recipe__title {
        font-size: 20px;
    }
    .step .step__title {
        font-size: 20px;
    }
    .footer-menu,
    .footer-info {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer-menu li {
        width: initial;
    }
    .footer-menu li:not(:first-child) {
        margin-left: 40px;
    }
}

@media(min-width: 992px) {
    body {
        --container-width: 960px;
        --border-radius: 120px;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-12 {
        width: 100%;
    }
    .d-none-md {
        display: block;
    }
    #header {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .header-left {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .header-center {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-flex: 2;
        -ms-flex: 2;
        flex: 2;
    }
    .header-right {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .navbar {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: auto;
        position: relative;
        top: initial;
        width: initial;
        background-color: transparent;
        padding: 0;
        border: none;
        display: block;
        max-height: initial;
        overflow: visible;
        border-radius: 0;
    }
    .navbar>ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0;
        margin: 0;
        max-width: initial;
    }
    .navbar>ul>li:not(:first-child) {
        margin-left: 40px;
        margin-top: initial;
    }
    .sub-menu-handler {
        margin-left: 4px;
    }
    .menu-item-has-children:hover .sub-menu {
        opacity: 1;
        visibility: visible;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }
    .sub-menu {
        position: absolute;
        top: 100%;
        left: 50%;
        width: 220px;
        -webkit-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.1);
        background-color: #fff;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        padding: 16px;
        border-radius: 4px;
        opacity: 0;
        visibility: hidden;
        display: block;
    }
    #hamburger {
        display: none;
    }
    .story-image {
        margin-top: 120px;
    }
    .story-content {
        max-width: 540px;
        width: 100%;
    }
    .story-image-2 {
        display: block;
    }
    .success-content {
        max-width: 460px;
        width: 100%;
    }
    .menu-title {
        margin-bottom: 64px;
    }
    .contact-content {
        padding-left: 64px;
    }
    .contact-arrow {
        display: block;
    }
    .vm-image {
        margin-top: 0;
    }
    .recipe {
        padding: 120px 64px;
        border-radius: 48px;
    }
    .recipe h2 {
        max-width: 70%;
        margin: 0 auto 64px;
    }
    .menu-content {
        padding-top: 0;
        padding-left: 40px;
    }
    .flex-reverse .menu-content {
        padding-right: 40px;
    }
    .error-container {
        text-align: left;
    }
    .error-container .error-container__item {
        width: initial;
    }
    .error-container .error-container__item:not(:first-child) {
        padding-top: 0;
        padding-left: 180px;
    }
    .footer-top,
    .last-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left !important;
    }
    .footer-menu {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .footer-menu li,
    .last-footer .brand,
    .last-footer .last-footer__copy {
        margin-bottom: 0;
    }
    .last-footer .last-footer__link,
    .last-footer .last-footer__brand {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

@media(min-width: 1200px) {
    body {
        --container-width: 1140px;
    }
    h1,
    .h1 {
        font-size: calc(var(--heading-font-size-base) * 6.25);
    }
    h2,
    .h2 {
        font-size: calc(var(--heading-font-size-base) * 5);
    }
    h3,
    .h3 {
        font-size: calc(var(--heading-font-size-base) * 3);
    }
    h4,
    .h4 {
        font-size: calc(var(--heading-font-size-base) * 2);
    }
    h5,
    .h5 {
        font-size: calc(var(--heading-font-size-base) * 1.5);
    }
    .col-xl-1 {
        width: 8.33333333%;
    }
    .col-xl-2 {
        width: 16.66666667%;
    }
    .col-xl-3 {
        width: 25%;
    }
    .col-xl-4 {
        width: 33.33333333%;
    }
    .col-xl-5 {
        width: 41.66666667%;
    }
    .col-xl-6 {
        width: 50%;
    }
    .col-xl-7 {
        width: 58.33333333%;
    }
    .col-xl-8 {
        width: 66.66666667%;
    }
    .col-xl-9 {
        width: 75%;
    }
    .col-xl-10 {
        width: 83.33333333%;
    }
    .col-xl-11 {
        width: 91.66666667%;
    }
    .col-xl-12 {
        width: 100%;
    }
    .d-none-lg {
        display: block;
    }
    .header-container {
        padding-left: 40px;
        padding-right: 24px;
    }
    .under-header {
        margin-top: 80px;
    }
    .intro-title {
        max-width: 1032px;
    }
    .menu-title img {
        width: initial;
    }
    .order-title {
        font-size: calc(var(--heading-font-size-base) * 3);
    }
    .title {
        padding-bottom: 90px;
    }
    .title:after {
        width: 161px;
        height: 113px;
    }
    .vm-content {
        padding-left: 48px;
    }
    .address {
        padding: 48px;
    }
    .address .address__title {
        font-size: 32px;
    }
    .address .address__subtitle {
        font-size: 20px;
    }
    .recipe {
        padding: 120px 80px;
    }
    .menu-content {
        padding-left: 64px;
    }
    .flex-reverse .menu-content {
        padding-right: 48px;
    }
    .menu-option {
        margin-bottom: 48px;
    }
    .menu-option .menu-option__item:not(:first-child) {
        margin-top: 32px;
    }
    .menu-option .menu-option__name {
        padding-right: 16px;
    }
    .menu-option .menu-option__price {
        padding-left: 16px;
    }
    .last-footer .last-footer__link {
        text-align: right;
    }
    .last-footer .last-footer__copy {
        -webkit-box-flex: 2;
        -ms-flex: 2;
        flex: 2;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .last-footer .last-footer__copy>* {
        width: initial;
    }
    .last-footer .last-footer__copy>*:not(:first-child) {
        padding-left: 8px;
    }
}

@media(min-width: 1400px) {
    body {
        --container-width: 1320px;
    }
}

/* 
.address__block {
    display: none;
}

.address__block.visible {
    display: block;
} */