/*!
Theme Name: Gwalia Sweets
Theme URI: http://underscores.me/
Author: Web 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: gwaliasweets
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.

Gwalia Sweets 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/
*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          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;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          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: "GeneralSans";
  src: url("assets/fonts/general-sans.woff2") format("woff2"),
    url("assets/fonts/general-sans.woff") format("woff"),
    url("assets/fonts/general-sans.ttf") format("truetype");
  font-weight: 200 700;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "BespokeSerif";
  src: url("assets/fonts/bespoke-serif.woff2") format("woff2"),
    url("assets/fonts/bespoke-serif.woff") format("woff"),
    url("assets/fonts/bespoke-serif.ttf") format("truetype");
  font-weight: 300 800;
  font-display: swap;
  font-style: normal;
}

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

:root {
  --primary: #ed3237;
  --primary-rgb: 237, 50, 55;
  --light: #fff9f1;
  --dark: #000000;
  --blue: #251351;
  --pink: #ffcfee;
  --yellow: #f3df14;
  --green: #b3e280;
  --cyan: #c7f2ff;
  --teal: #d9cfff;
  --body-font-family: "GeneralSans";
  --body-font-size: 16px;
  --body-font-weight: 400;
  --body-bg: #ffffff;
  --body-color: #111d25;
  --body-line-height: 1.45;
  --heading-font-size-base: 1rem;
  --heading-font-family: "BespokeSerif";
  --heading-font-weight: 700;
  --heading-color: #000000;
  --heading-margin-bottom: 16px;
  --heading-line-height: 1.15;
  --link-color: #000000;
  --link-hover-color: #ed3237;
  --btn-font-family: var(--body-font-family);
  --btn-font-size: 14px;
  --btn-font-weight: 600;
  --btn-line-height: 48px;
  --btn-padding: 0 32px;
  --btn-bg: transparent;
  --btn-color: var(--body-color);
  --btn-border-width: 1px;
  --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 20px;
  --form-control-min-height: 48px;
  --form-control-bg: #ffffff;
  --form-control-border-color: #c1c1c1;
  --form-control-border-radius: 4px;
  --form-control-placeholder-color: #76838d;
  --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: #000;
  --paragraph-margin-bottom: 24px;
  --section-padding-y: 80px;
  --container-width: ;
  --gutter-y: ;
  --gutter-x: 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 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.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: 0.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: -0.25em;
}

sup {
  top: -0.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,
.h1 {
  font-size: calc(1.42rem + 2.1vw);
}

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

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

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

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

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);
}

.section .section__head,
.section .section__title {
  margin-bottom: 48px;
}

.section .section__head {
  text-align: center;
}

.section.section--food,
.section.section--food .container {
  position: relative;
}

.section.section--food:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(var(--section-padding-y) + 280px);
  background-color: var(--bg);
}

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

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

.fs-20 {
  font-size: 20px !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;
}

.bg-image {
  background-image: var(--bg);
  background-repeat: no-repeat;
}

.bg-image.bg-image--left {
  background-position: center left;
}

.bg-image.bg-image--right {
  background-position: center right;
}

.bg-light {
  --heading-color: #000000;
  background-color: var(--light);
  color: #000000;
}

.bg-dark {
  --heading-color: #ffffff;
  background-color: var(--dark);
  color: #ffffff;
}

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

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

.bg-pink {
  background-color: var(--pink);
}

.bg-yellow {
  background-color: var(--yellow);
}

.bg-green {
  background-color: var(--green);
}

.bg-cyan {
  background-color: var(--cyan);
}

.bg-teal {
  background-color: var(--teal);
}

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

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

.relative {
  position: relative;
}

.radius {
  border-radius: 16px;
}

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

/*!
 *	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;
}

.mt-32 {
  margin-top: 32px !important;
}

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

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

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

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

.pt-48 {
  padding-top: 48px;
}

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

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

.container,
.container-fluid {
  width: 100%;
  padding-left: calc(var(--gutter-x) * 0.5);
  padding-right: calc(var(--gutter-x) * 0.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(-0.5 * var(--gutter-x));
  margin-right: calc(-0.5 * var(--gutter-x));
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

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

.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-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.btn,
.contact .contact__form .contact__form__card .uacf7-step.step-content button.uacf7-prev,
.contact .contact__form .contact__form__card .uacf7-step.step-content button.uacf7-next {
  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);
  border-radius: 64px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  line-height: calc(var(--btn-line-height) - (var(--btn-border-width) * 2));
  text-align: center;
}

.btn:hover,
.contact .contact__form .contact__form__card .uacf7-step.step-content button.uacf7-prev:hover,
.contact .contact__form .contact__form__card .uacf7-step.step-content button.uacf7-next: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: 8px;
}

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

.btn.btn--sm {
  --btn-font-size: 14px;
  --btn-font-weight: 500;
  --btn-padding: 0 16px;
  --btn-line-height: 40px;
}

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

.btn.btn--primary,
.contact .contact__form .contact__form__card .uacf7-step.step-content button.uacf7-prev,
.contact .contact__form .contact__form__card .uacf7-step.step-content button.uacf7-next {
  --btn-bg: var(--primary);
  --btn-color: #ffffff;
  --btn-hover-bg: #dd2a2f;
  --btn-hover-color: #ffffff;
}

.btn.btn--dark {
  --btn-bg: #000000;
  --btn-color: #ffffff;
  --btn-hover-bg: #292626;
  --btn-hover-color: #ffffff;
}

.btn.btn--outline-white {
  --btn-bg: rgba(0, 0, 0, 0.1);
  --btn-color: #ffffff;
  --btn-border-color: #ffffff;
  --btn-hover-bg: #ffffff;
  --btn-hover-color: #000000;
  --btn-hover-border-color: #ffffff;
}

.form-control {
  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: var(--blue);
}

.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 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: var(--form-control-arrow);
  background-position: center right 16px;
  background-repeat: no-repeat;
  padding-right: 42px;
}

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

.form-label {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #2c2b7e;
}

.form-label.form-label--required:after {
  content: "*";
  color: #ed3237;
  margin-left: 2px;
}
textarea.form-control {
  height: 100px;
}
.wpcf7 form .wpcf7-response-output {
  color: #333;
}
/*!
 *	Components
 * ----------------------------------------------- */

/* Breadcrumb */

.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  color: #838383;
}

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

.breadcrumb li:not(:first-child):before {
  content: "/";
  margin-left: 8px;
  margin-right: 8px;
}

/* Collapses */

.collapses .collapse {
  padding: 16px;
  border-radius: 8px;
  background-color: #f0b6db;
}

.collapses .collapse:not(:last-child) {
  margin-bottom: 8px;
}

.collapse .collapse__head {
  --link-color: #1a1a1a;
  --link-hover-color: #1a1a1a;
  font-weight: 600;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.collapse .collapse__icon {
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
  border-radius: 48px;
}

.collapse .collapse__title {
  padding-left: 8px;
  padding-right: 8px;
}

.collapse .collapse__arrow {
  margin-left: auto;
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #ffcfee;
  border-radius: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}

.collapse .collapse__head.active .collapse__arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.collapse .collapse__arrow .svg {
  width: 8px;
  height: 5px;
}

.collapse .collapse__arrow .svg path {
  stroke-width: 4;
}

.collapse .collapse__body {
  --paragraph-margin-bottom: 16px;
  padding: 16px 0 24px 56px;
  display: none;
}


/* Modal */

.modal-open {
	overflow: hidden;
	padding-right: 17px;
}

.modal.show,
.modal .modal__dialog.show {
	visibility: visible;
	opacity: 1;
}

.modal .modal__dialog.show {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	    transform: translateY(0);
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0, .8);
	z-index: 1000;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
	overflow: auto;
}

.modal .modal__container,
.modal .modal__dialog .close {
	display: -ms-flex;
	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;
}

.modal .modal__container {
	margin: 40px 0;
	min-height: calc(100% - 80px);
}

.modal .modal__dialog {
	max-width: 800px;
	width: 100%;
	position: relative;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(-64px);
	-ms-transform: translateY(-64px);
	    transform: translateY(-64px);
	-webkit-transition: all .25s ease-in-out .15s;
    -o-transition: all .25s ease-in-out .15s;
    transition: all .25s ease-in-out .15s;
	max-height: 100%;
	background-color: #fff;
  border-radius: 20px;
	padding: 64px 16px 64px;
}

.modal .modal__dialog .close {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 24px;
	height: 24px;
	text-align: center;
	font-size: 20px;
	line-height: 16px;
  border-radius: 24px;
	z-index: 2;
  background-color: rgba(0, 0, 0, 0.15);
  color: #000;
}

.modal .modal__dialog .close:hover {
  background-color: rgba(0, 0, 0, 0.25);
  color: #000;
}

/* Swiper */

.swiper.swiper--visible {
  overflow: visible;
}

.swiper.swiper--slide-stretch .swiper-slide {
  height: initial;
}

.swiper-button-next,
.swiper-button-prev {
  width: 32px;
  height: 32px;
  border-radius: 40px;
  background-color: #000000;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  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;
  color: #ffffff;
}

.swiper-navigation-inline .swiper-button-next,
.swiper-navigation-inline .swiper-button-prev {
  position: relative;
  top: initial;
  bottom: initial;
  right: initial;
  left: initial;
  margin-top: 0;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 12px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  display: none;
}

.swiper-navigation-inline {
  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-top: 16px;
}

.swiper-navigation-inline .swiper-button-next {
  margin-left: 10px;
}

.swiper.swiper--marquee {
  --swiper-wrapper-transition-timing-function: linear;
  overflow: visible;
}

.swiper.swiper--marquee .swiper-slide {
  width: initial;
}

.swiper-pagination {
  --swiper-pagination-color: #000000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
}



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

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

.home #header {
  opacity: 0;
}

#header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  min-height: 82px;
}

#header.fixed-header {
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #fff;
  border-bottom: 1px solid #000;
}

#header:not(.fixed-header) {
  --link-color: #ffffff;
  --hamburger-line-bg: #ffffff;
}

#header:not(.fixed-header) .navbar {
  --link-color: #000000;
  --link-hover-color: var(--primary);
}

#header .btn {
  --btn-bg: transparent;
  --btn-color: #000000;
  --btn-border-color: #000000;
  --btn-hover-bg: #000000;
  --btn-hover-color: #ffffff;
  --btn-hover-border-color: #000000;
}

#header .btn a {
  color: inherit;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.navbar {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  top: 100%;
  padding: 32px calc(0.5 * var(--gutter-x));
  background-color: #fff;
  margin-top: 16px;
}

.navbar > ul {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.navbar,
.navbar > ul,
.navbar > ul > li {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.navbar > ul + ul,
.navbar > ul > li:not(:first-child) {
  margin-left: 0;
  margin-top: 24px;
}

.navbar > ul > li > a:not(.btn) {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.has-submenu,
.has-submenu > a {
  position: relative;
}

.has-submenu > a {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.has-submenu > a.active svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.submenu {
  display: none;
}

.submenu .submenu__item {
  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;
}

.submenu .submenu__item:hover {
  background-color: rgba(var(--primary-rgb), 0.03);
}

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

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

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

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

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

#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 {
  --link-hover-color: var(--link-color);
  display: inline-block;
  text-align: center;
  z-index: 1;
}

.brand img {
  width: 64px;
  margin-bottom: 8px;
}

.brand-info {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
  font-size: 8px;
}

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

.brand-info li:not(:first-child):before {
  content: "";
  background-color: currentColor;
  width: 3px;
  height: 3px;
  margin-left: 4px;
  margin-right: 4px;
  display: inline-block;
  border-radius: 10px;
}

#intro {
  position: relative;
}

#intro:before,
#inner_intro:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 160px;
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  z-index: 2;
}

#inner_intro,
#intro .swiper-slide {
  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;
  min-height: 100vh;
  padding-top: 160px;
  padding-bottom: 100px;
}

#intro .swiper-slide:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.15);
  z-index: 1;
}

#intro .hero {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#intro .hero-content {
  --heading-color: #ffffff;
  color: #ffffff;
  position: relative;
  z-index: 2;
  text-align: center;
}

#intro .hero-content h1 {
  text-shadow: 0 6px 4px rgba(0, 0, 0, 0.2);
  margin-bottom: 16px;
}

#intro .hero-content h1,
#intro .hero-content.hero-btn {
  opacity: 0;
  -webkit-transform: translateY(64px);
  -ms-transform: translateY(64px);
  transform: translateY(64px);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#intro .swiper-slide-active .hero-content h1,
#intro .swiper-slide-active .hero-content .hero-btn {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

#intro .hero-content h1 {
  -webkit-transition-delay: 0.75s;
  -o-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

#intro .hero-content .hero-btn {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

#intro .swiper-pagination-bullet {
  --swiper-pagination-color: #ffffff;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-inactive-color: transparent;
  border: 1px solid var(--swiper-pagination-color);
}

.product-card {
  position: relative;
  height: 100%;
}
.product-card a {
  display: block;
}
.product-card:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.product-card:not(.cover) {
  background-color: #f7efe4;
  background-image: url("assets/images/hero/feather-1.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 380px;
}

.product-card:not(.cover) > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 80%;
}

.product-card.cover .h2 {
  --heading-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding-left: 32px;
  padding-right: 32px;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.story-hero {
  padding: 24px;
  position: relative;
}

.story-hero .story-hero__border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.story-hero .story-hero__border:after,
.story-hero .story-hero__border:before {
  content: "";
  position: absolute;
  background-color: #fff;
}

.story-hero .story-hero__border.story-hero__border--x:after,
.story-hero .story-hero__border.story-hero__border--x:before {
  left: 90px;
  right: 90px;
  height: 1px;
}

.story-hero .story-hero__border.story-hero__border--y:after,
.story-hero .story-hero__border.story-hero__border--y:before {
  top: 90px;
  bottom: 90px;
  width: 1px;
}

.story-hero .story-hero__border.story-hero__border--x {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.story-hero .story-hero__border.story-hero__border--x:before {
  top: 7px;
}

.story-hero .story-hero__border.story-hero__border--x:after {
  bottom: 7px;
}

.story-hero .story-hero__border.story-hero__border--y {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.story-hero .story-hero__border.story-hero__border--y:before {
  left: 7px;
}

.story-hero .story-hero__border.story-hero__border--y:after {
  right: 7px;
}

.story-hero .story-hero__image {
  --heading-margin-bottom: 32px;
  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;
  padding: 100px 16px;
  background: url("assets/images/hero/our-story.jpg") center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
}

.story-hero .story-hero__content {
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
}

.marquee-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  padding-top: 19px;
  padding-bottom: 19px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.marquee-text > *:not(:first-child) {
  padding-left: 12px;
}

.franchise-card,
.testimonial-card {
  border-radius: 24px;
  background-color: #fff;
}

.franchise-card .franchise-card__content {
  padding: 48px 24px;
}

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

#inner_intro {
  background-size: cover;
  background-position: center;
  min-height: 320px;
  position: relative;
  padding-top: 100px;
  padding-bottom: 40px;
}

#inner_intro h1 {
  --heading-color: #ffffff;
  text-shadow: 0 6px 4px rgba(0, 0, 0, 0.2);
}

.product-list {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  font-weight: 500;
}

.product-list li {
  margin-top: 0;
  margin-bottom: 12px;
}

.product-list li.cursor-link {
  cursor: pointer;
}

.product-list li.active {
  font-weight: 700;
}

.product-hero {
  position: relative;
}

.product-hero .radius {
  position: relative;
  z-index: 2;
}

.product-hero .product-hero__feather {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 140vw;
  width: initial;
  height: initial;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
}

.content {
  position: relative;
  z-index: 2;
}

/* Outlet */

#gallery {
  position: relative;
}

.gallery-control {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.gallery-control .swiper-button-next,
.gallery-control .swiper-button-prev {
  position: relative;
  left: initial;
  right: initial;
  top: initial;
  margin-top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #000000;
  background-color: transparent;
  color: #000000;
}

.gallery-control .swiper-button-next:after,
.gallery-control .swiper-button-prev:after {
  font-weight: 700;
  font-size: 8px;
}

.gallery-control .swiper-button-prev {
  margin-right: 10px;
}

.gallery-control .swiper-button-next {
  margin-left: 10px;
}

.gallery-control .swiper-scrollbar {
  --swiper-scrollbar-size: 6px;
  --swiper-scrollbar-drag-bg-color: #2c2329;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  left: initial;
  top: initial;
  bottom: initial;
  width: initial;
  cursor: pointer;
}

.gallery-feather {
  position: absolute;
  bottom: -80px;
  right: -80px;
}

.map {
  position: relative;
}

.map .map__frame {
  border-radius: 16px;
  overflow: hidden;
  height: 320px;
  background-color: #212529;
  position: relative;
  z-index: 2;
}

.map .map__frame > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.map .map__feather {
  position: absolute;
  top: -140%;
  left: -30%;
  max-width: initial;
  z-index: 1;
}

.store {
  height: 420px;
  overflow: auto;
}

.store .store__item {
  padding: 32px 20px;
}

.store .store__item:not(:last-child) {
  border-bottom: 1px solid #43413e;
}

.store .store__item.active,
.store .store__item:hover {
  background-color: #2b2a28;
}

.store .store__title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

/* Food */

.product-hero .product-hero__md,
.product-hero .product-hero__sm,
.product-hero-lg .product-hero-lg__md,
.product-hero-lg .product-hero-lg__sm {
  position: absolute;
  z-index: 2;
}

.product-hero .cover,
.product-hero-lg .cover {
  position: relative;
  z-index: 2;
}

.product-hero .product-hero__md {
  right: -140px;
  top: -48px;
  width: 180px;
}

.product-hero .product-hero__sm {
  left: -80px;
  bottom: 40px;
  border-radius: 12px;
  overflow: hidden;
  width: 120px;
}

.product-hero-lg {
  position: relative;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}

.product-hero-lg .product-hero-lg__feather {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  width: initial;
  height: initial;
  max-width: initial;
  pointer-events: none;
}

.product-hero-lg .product-hero-lg__md {
  left: -80px;
  bottom: 40px;
  width: 120px;
}

.product-hero-lg .product-hero-lg__sm {
  right: -64px;
  bottom: -48px;
  width: 100px;
  border-radius: 12px;
  overflow: hidden;
}

.product-hero-button {
  position: relative;
  text-align: center;
}

.food-title {
  font-size: calc(1.375rem + 1.5vw);
  margin-bottom: 16px;
}

/* About */

.about-collage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-collage > * {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 12px;
}

.member .member__hero,
.about-collage .cover {
  position: relative;
  z-index: 2;
}

.about-collage .about-collage__2 {
  margin-top: 32px;
}

.member .member__feather,
.about-collage .about-collage__feather {
  position: absolute;
  z-index: 1;
}

.member.member--1 .member__feather,
.about-collage .about-collage__1 .about-collage__feather {
  top: -12%;
  left: -10%;
}

.about-collage .about-collage__2 .about-collage__feather {
  bottom: -12%;
  right: -12%;
}

.about-info .about-info__icon {
  height: 98px;
}

.about-info .about-info__text {
  opacity: 0.7;
}

.about-info .about-info__feather {
  position: absolute;
  bottom: 20%;
  left: -40px;
}

.timeline-card {
  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%;
}

.timeline-card .timeline-card__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 24px;
  padding-bottom: 32px;
}

.timeline-card .timeline-card__title {
  font-family: var(--body-font-family);
  margin-bottom: 8px;
}

.timeline-card .timeline-card__image {
  height: 280px;
}

#timeline .swiper-slide:not(:first-child) .timeline-card {
  padding-left: 16px;
  border-left: 1px solid #c2c2c2;
}

#timeline .swiper-slide:not(:last-child) .timeline-card {
  padding-right: 16px;
}

.timeline-control {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.timeline-control .swiper-pagination {
  position: relative;
  bottom: initial;
  top: initial;
  left: initial;
  width: initial;
  font-size: 14px;
  font-weight: 600;
}

.timeline-feather {
  position: absolute;
  bottom: -10%;
  right: 25%;
}

.member .member__hero:before {
  content: "";
  display: block;
  padding-bottom: 90%;
}

.member .member__hero > * {
  position: absolute;
  top: 0;
  left: 0;
}

.member .member__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}

.member .social a {
  --link-color: #576770;
  --link-hover-color: var(--dark);
}

.member.member--2 .member__feather {
  right: -10%;
  bottom: 6%;
}

.product-hero.product-hero--about {
  max-width: initial;
}

/* Franchise */

.franchise-process {
  counter-set: item;
}

.franchise-process .franchise-process__title {
  --heading-margin-bottom: 8px;
  --heading-font-family: var(--body-font-family);
  --heading-font-weight: 600;
}

.franchise-process .franchise-process__item {
  position: relative;
  padding-left: 48px;
}

.franchise-process .franchise-process__item:after {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  border-radius: 24px;
  font-size: 12px;
  font-weight: 700;
  color: #ddd0ff;
  background-color: #4c3585;
}

.franchise-process .franchise-process__item:not(:last-child) {
  padding-bottom: 40px;
}

.franchise-process .franchise-process__item:not(:last-child):before {
  content: "";
  position: absolute;
  top: 0;
  left: 11px;
  bottom: 0;
  width: 2px;
  background-color: #4c3585;
}

.franchise-process .franchise-process__content {
  opacity: 0.7;
}

.contact .contact__form .contact__form__feather.franchise-feather {
  left: -60%;
}

/* Contact */

.member .social,
.contact .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact .social {
  margin-bottom: 24px;
}

.member .social li:not(:first-child),
.contact .social li:not(:first-child) {
  margin-top: 0;
  margin-left: 16px;
}

.contact .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: 32px;
  height: 32px;
  border: 1px solid #99c7d5;
  color: #0f1719;
  border-radius: 32px;
}

.contact .social a:hover {
  background-color: #99c7d5;
}

.contact .contact__subtitle {
  font-size: 20px;
  margin-bottom: 8px;
}

.contact .contact__store {
  display: inline-block;
  text-decoration: underline;
  margin-bottom: 8px;
}

.contact .contact__form {
  position: relative;
  max-width: 640px;
}

.contact .contact__form .contact__form__card {
  --heading-color: var(--dark);
  background-color: #fff;
  border-radius: 12px;
  padding: 24px;
  position: relative;
  z-index: 2;
}

.contact .contact__form .contact__form__feather {
  position: absolute;
  top: -12%;
  left: -37%;
  max-width: initial;
  z-index: 1;
}

.contact .contact__form .contact__form__card .steps-form {
  margin-top: 32px;
  margin-bottom: 32px;
  display: block;
}

.contact .contact__form .contact__form__card .steps-form .steps-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact .contact__form .contact__form__card .steps-form .steps-row:before {
  background-color: #251351;
  top: 20px;
}

.contact .contact__form .contact__form__card .steps-form .steps-row .steps-step .btn-circle {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: 38px;
  text-align: center;
  padding: 0;
  font-size: 14px;
  border: 1px solid #251351;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.contact .contact__form .contact__form__card .steps-form .steps-row .steps-step .btn-circle,
.contact .contact__form .contact__form__card .steps-form .steps-row .steps-step .btn-circle:hover {
  background-color: #ffffff !important;
  color: #251351 !important;
}

.contact .contact__form .contact__form__card .steps-form .steps-row .steps-step .btn-circle.completed {  
  background-color: #251351 !important;
  color: #ffffff !important;
}

.contact .contact__form .contact__form__card .uacf7-step.step-content button.uacf7-prev,
.contact .contact__form .contact__form__card .uacf7-step.step-content button.uacf7-next {
  margin-top: 24px;
}

.contact .contact__form .contact__form__card .wpcf7-spinner {
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
  margin: 0 16px;
}

.map-section {
  position: relative;
  height: 280px;
}

.map-section > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* Catering */

.service .service__card {
  padding: 24px;
  border-radius: 16px;
  background-color: #faeddc;
  height: 100%;
}

.service .service__feather-1,
.service .service__feather-2 {
  position: absolute;
}

.service .service__feather-1 {
  top: 10%;
  left: -48px;
}

.service .service__feather-2 {
  bottom: 10%;
  right: -100px;
}

.testimonial-card {
  padding: 48px 24px 140px;
}

.testimonial-card .h3 {
  font-weight: normal;
  font-family: var(--body-font-family);
}

#testimonial .swiper-button-prev {
  left: -40px;
}

#testimonial .swiper-button-next {
  right: -40px;
}

#testimonial .swiper-pagination {
  top: initial;
  bottom: -80px;
}

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

.menu-list:not(:last-child) {
  margin-bottom: 24px;
}

.menu-title {
  margin-bottom: 8px;
}

/* Error */

.error {
  background-color: var(--light);
}

.error #header:not(.fixed-header),
.error #header:not(.fixed-header) .navbar {
  --link-color: #000000;
  --hamburger-line-bg: #000000;
}

.error #header:not(.fixed-header) .btn {
  --btn-bg: transparent;
  --btn-color: #000000;
  --btn-border-color: #000000;
  --btn-hover-bg: #000000;
  --btn-hover-color: #ffffff;
  --btn-hover-border-color: #000000;
}

.error .section {
  padding-top: calc(var(--section-padding-y) * 2);
}

.error .error__title {
  font-size: calc(1.3rem + 0.6vw);
  margin-bottom: 40px;
}

.order-block .order-block__item {
  display: flex;
    align-items: center;
  padding: 16px;
  border-radius: 8px;
  background-color: #f5f1eb;
  font-weight: 600;
}

.order-block .order-block__item:not(:first-child) {
  margin-top: 16px;
}

.order-block .order-block__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  border-radius: 8px;
  background-color: #fff;
}

.order-block .order-block__icon > * {
  max-width: 70%;
}

.order-block .order-block__text {
  display: block;
  padding-left: 10px;
    padding-right: 16px;
    flex: 1;
}


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

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

.footer-container {
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1392px;
}

.footer-card {
  --link-color: #ffffff;
  border-radius: 32px;
  background-color: #5a1e25;
  padding: 48px 32px;
  color: #ffffff;
}

.footer-title {
  opacity: 0.6;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.footer-link {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 500;
}

.footer-link li:not(:first-child) {
  margin-top: 16px;
}

.social {
  --link-color: #ffffff;
  --link-hover-color: #ffffff;
  margin: 0;
  padding: 0;
  list-style: none;
}

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

.social li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.social .social__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: solid 1px #8f4e56;
  border-radius: 32px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.social li a:hover .social__icon {
  background-color: #8f4e56;
}

.social .social__text {
  padding-left: 16px;
}

.last-footer {
  text-align: center;
  padding-top: 64px;
}

.last-footer .last-footer__copy {
  font-size: 12px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.last-footer .last-footer__copy a {
  width: 20px;
  display: inline-block;
}

.last-footer .last-footer__link {
  margin: 0;
  padding: 0;
  list-style: none;
  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;
  font-size: 12px;
}

.last-footer .last-footer__link li:not(:first-child) {
  margin-left: 24px;
}

/*!
 *	Animation
 * ----------------------------------------------- */

.animate {
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.animate:not(.show) {
  opacity: 0;
}

[data-fade-up] {
  -webkit-transform: translateY(80px);
  -ms-transform: translateY(80px);
  transform: translateY(80px);
}

[data-fade-left] {
  -webkit-transform: translateX(-80px);
  -ms-transform: translateX(-80px);
  transform: translateX(-80px);
}

[data-fade-right] {
  -webkit-transform: translateX(80px);
  -ms-transform: translateX(80px);
  transform: translateX(80px);
}

.animate.show[data-fade-up] {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.animate.show[data-fade-left],
.animate.show[data-fade-right] {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

#food_sticky_menu {
  position: absolute;
  top: 64px;
  left: 0;
  width: 100%;
  z-index: 100;
}

#food_sticky_menu.fixed-menu {
  position: fixed;
  top: var(--header-height);
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

/* #food_sticky_menu a.active {
  --link-color: var(--link-hover-color);
  font-weight: 500;
} */

[data-sticky-menu="true"] {
  position: relative;
  padding-top: 220px;
}

.food-menu-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 24px 16px;
  overflow: auto;
  white-space: nowrap;
}

.food-menu-links li:not(:first-child) {
  margin-left: 20px;
}

.product-hero.product-hero--food {
  margin-left: auto;
  margin-right: auto;
}

.address-card {
  background-color: #fff;
  padding: 48px 24px;
  border-radius: 20px;
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.address-card .address-card__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.address-card .address-card__foot {
  padding-top: 24px;
}

.phone {
  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;
  color: inherit;
  text-decoration: none;
}

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

.phone .svg path {
  stroke-width: 1.5;
}

.food-banner-info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 24px 16px;
  text-align: center;
  color: #ffffff;
}

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

@media (max-width: 479.98px) {
  .order-block .order-block__item .btn {
    --btn-font-size: 12px;
    --btn-line-height: 40px;
    --btn-padding: 0 18px;
  }
}

@media (min-width: 480px) {
  body {
    --section-padding-y: 120px;
  }
  .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%;
  }
  .radius {
    border-radius: 20px;
  }
  .story-hero {
    padding: 32px;
  }
  .contact .contact__form .contact__form__card {
    padding: 32px;
  }
  .map-section {
    height: 380px;
  }
  .service .service__card {
    padding: 32px;
  }
  .testimonial-card {
    padding: 48px 32px 140px;
  }
  .collapses .collapse {
    padding: 16px 24px;
    border-radius: 16px;
  }
  .collapse .collapse__icon {
    width: 48px;
    height: 48px;
  }
  .collapse .collapse__arrow {
    width: 32px;
    height: 32px;
  }
  .collapse .collapse__arrow .svg {
    width: 12px;
    height: 8px;
  }
  .collapse .collapse__title {
    padding-left: 16px;
    padding-right: 16px;
  }
  .collapse .collapse__body {
    padding-left: 64px;
  }
  .address-card {
    padding: 64px 48px 56px;
  }
  .order-block .order-block__icon {
    width: 60px;
    height: 60px;
  }
}

@media (min-width: 576px) {
  body {
    --container-width: 540px;
    --gutter-x: 32px;
  }
  .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%;
  }
  .hero-content h1 {
    margin-bottom: 24px;
  }
  .product-hero .product-hero__sm {
    bottom: 80px;
    left: -90px;
  }
  .product-hero .product-hero__md {
    top: -64px;
    right: -140px;
  }
  .collapses .collapse:not(:last-child) {
    margin-bottom: 16px;
  }
  .footer-card {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .product-hero.product-hero--food {
    margin-bottom: 48px;
  }
  .modal .modal__dialog {
    padding: 64px 80px 80px;
  }
}

@media (min-width: 768px) {
  body {
    --container-width: 720px;
  }
  .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%;
  }
  .fs-22 {
    font-size: 22px !important;
  }
  #inner_intro {
    min-height: 480px;
    padding-top: 160px;
    padding-bottom: 100px;
  }
  .section .section__head,
  .section .section__title {
    margin-bottom: 64px;
  }
  .section .section__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
  }
  .swiper-navigation-inline {
    margin-top: 0;
  }
  .product-card {
    min-height: 500px;
  }
  .story-hero {
    padding: 48px;
  }
  .story-hero .story-hero__image {
    min-height: 680px;
  }
  .franchise-card {
    font-size: 18px;
  }
  .franchise-card .franchise-card__content {
    padding: 100px 80px;
  }
  .product-hero {
    max-width: 472px;
  }
  .product-hero .product-hero__feather {
    max-width: 100vw;
    width: 180%;
  }
  .store,
  .map .map__frame {
    height: 580px;
  }
  /* .product-hero.product-hero--food {
    margin: 0;
  } */
  .product-hero .product-hero__sm {
    bottom: 32px;
  }
  .product-hero-lg .product-hero-lg__feather {
    top: 70%;
  }
  .product-hero-lg .product-hero-lg__md {
    width: initial;
    bottom: 64px;
    left: -200px;
  }
  .product-hero-lg .product-hero-lg__sm {
    width: initial;
    right: -74px;
    bottom: -64px;
  }
  .map .map__feather {
    top: -15%;
    left: -10%;
    width: 120%;
  }
  .contact .contact__form .contact__form__feather {
    top: -12%;
    left: -17%;
    width: 150%;
  }
  .contact .contact__form .contact__form__feather.franchise-feather {
    left: -30%;
  }
  .map-section {
    height: 680px;
  }
  .about-collage {
    gap: 32px;
  }
  .about-collage > * {
    width: calc(50% - 16px);
  }
  .about-collage .about-collage__2 {
    margin-top: 64px;
  }
  .testimonial-card {
    padding: 64px 48px 140px;
  }
  .collapse .collapse__title {
    font-size: 20px;
  }
  .last-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 992px) {
  body {
    --container-width: 960px;
  }
  .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-md-none {
    display: block;
  }
  #header:not(.fixed-header) .navbar {
    --link-color: #ffffff;
  }
  #header:not(.fixed-header) .btn {
    --btn-bg: transparent;
    --btn-color: #ffffff;
    --btn-border-color: #ffffff;
    --btn-hover-bg: #ffffff;
    --btn-hover-color: #000000;
    --btn-hover-border-color: #ffffff;
  }
  #header .brand {
    position: absolute;
    top: 0;
    left: 45%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .navbar > ul,
  .navbar > ul > li {
    width: initial;
  }
  .navbar,
  .navbar > ul + ul {
    margin-top: 0;
  }
  .navbar {
    position: relative;
    top: initial;
    background-color: transparent;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .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;
  }
  .navbar > ul > li:not(:first-child) {
    margin-left: 16px;
    margin-top: 0;
  }
  .navbar > ul > li > a:not(.btn) {
    display: inline-block;
    padding: 0;
  }
  .has-submenu:hover .submenu {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .submenu {
    position: absolute;
    top: 100%;
    left: 50%;
    -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);
    border: solid 1px #e0e0e0;
    background-color: #fff;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 16px;
    border-radius: 16px;
    opacity: 0;
    visibility: hidden;
    display: block;
  }
  .has-submenu:hover .submenu {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .submenu {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 320px;
    -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);
    border: solid 1px #e0e0e0;
    background-color: #fff;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 16px;
    border-radius: 16px;
    margin-top: 34px;
    opacity: 0;
    visibility: hidden;
    display: block;
  }
  #hamburger {
    display: none;
  }
  .franchise-card,
  .franchise-card .franchise-card__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .franchise-card .franchise-card__image,
  .franchise-card .franchise-card__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .franchise-card,
  .testimonial-card {
    border-radius: 40px;
  }
  .franchise-card .franchise-card__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 48px;
    padding-right: 48px;
  }
  .product-list {
    font-size: 18px;
  }
  .product-hero .product-hero__sm,
  .product-hero .product-hero__md {
    width: initial;
  }
  .product-hero .product-hero__sm {
    bottom: 80px;
  }
  .food-title {
    margin-bottom: 48px;
  }
  .contact .contact__form .contact__form__card {
    padding: 64px 48px;
  }
  .about-info {
    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;
    min-height: 100vh;
  }
  .timeline-card .timeline-card__body {
    padding-bottom: 64px;
  }
  #timeline .swiper-slide:not(:first-child) .timeline-card {
    padding-left: 24px;
  }
  #timeline .swiper-slide:not(:last-child) .timeline-card {
    padding-right: 24px;
  }
  .testimonial-card {
    padding: 80px 48px 160px;
  }
  #testimonial .swiper-button-prev {
    left: 0;
  }
  #testimonial .swiper-button-next {
    right: 0;
  }
  .collapses .collapse {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .menu-title {
    font-size: 20px;
  }
  .footer-card {
    padding-top: 100px;
    padding-bottom: 32px;
  }
  .section.section--food .product-list {
    max-height: 190px;
    overflow: auto;
  }
  .food-banner-info {
    text-align: right;
  }
}

@media (min-width: 1200px) {
  body {
    --container-width: 1140px;
  }
  h1,
  .h1 {
    font-size: calc(var(--heading-font-size-base) * 3.5);
  }
  h2,
  .h2 {
    font-size: calc(var(--heading-font-size-base) * 2.7);
  }
  h3,
  .h3 {
    font-size: calc(var(--heading-font-size-base) * 2);
  }
  h4,
  .h4,
  .error .error__title {
    font-size: calc(var(--heading-font-size-base) * 1.5);
  }
  h5,
  .h5 {
    font-size: calc(var(--heading-font-size-base) * 1.25);
  }
  .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%;
  }
  .food-title {
    font-size: calc(var(--heading-font-size-base) * 2.5);
  }
  .d-lg-none {
    display: block;
  }
  .navbar > ul > li:not(:first-child) {
    margin-left: 24px;
  }
  #header .brand {
    left: 50%;
  }
  .franchise-card .franchise-card__content {
    padding-left: 80px;
    padding-right: 80px;
  }
  .product-hero .product-hero__feather {
    left: 60%;
    top: 55%;
    width: initial;
  }
  .flex-reverse .product-hero .product-hero__feather {
    left: 40%;
  }
  /*.product-hero-button {
    position: relative;
    height: 100%;
  }
  .product-hero-button .btn {
    position: absolute;
    left: -32px;
    bottom: 30%;
    z-index: 3;
  }*/
  .product-hero.product-hero--food {
    margin-right: initial;
    margin-bottom: 0;
  }
  /* .flex-reverse .product-hero.product-hero--food {
    margin-left: 60px;
  } */
  .contact .contact__form .contact__form__card {
    padding: 72px 64px;
  }
  .about-collage {
    gap: initial;
  }
  .about-collage > * {
    width: 100%;
    max-width: 420px;
  }
  .about-collage .about-collage__2 {
    margin-top: 120px;
    margin-left: 72px;
  }
  .franchise-process {
    padding-right: 32px;
  }
  .franchise-process .franchise-process__item {
    padding-left: 64px;
  }
  .service .service__card {
    padding: 64px 40px;
    border-radius: 24px;
  }
  .testimonial-card {
    padding: 120px 64px 200px;
  }
  .collapses .collapse {
    padding-left: 48px;
    padding-right: 48px;
  }
  .collapse .collapse__body {
    padding-top: 24px;
    padding-bottom: 48px;
  }
  .menu-list:not(:last-child) {
    margin-bottom: 32px;
  }
  .modal-open {
		padding-right: 0;
	}
}

@media (min-width: 1400px) {
  body {
    --container-width: 1320px;
  }
  .food-menu-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product-hero.product-hero--food {
    margin-left: 60px;
  }
}


#instafeed img {
  height: 450px;
  max-height: 450px;
}

#paratha *, #punjabi-chole * {
	color:#fff;
}
.filter__block {
  display: flex;

}
.filter__block select {
  max-width: 200px;
  margin-left: auto;
}