/*
! tailwindcss v3.4.0 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
  overflow-x: hidden !important;
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

.container {
  width: 100%;
}



.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.bottom-\[20px\] {
  bottom: 20px;
}

.bottom-\[23\%\] {
  bottom: 23%;
}

.bottom-\[25\%\] {
  bottom: 25%;
}

.bottom-\[36\%\] {
  bottom: 36%;
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.left-4 {
  left: 1rem;
}

.left-9 {
  left: 2.25rem;
}

.left-\[-10px\] {
  left: -10px;
}

.left-\[22\%\] {
  left: 22%;
}

.left-\[27\%\] {
  left: 27%;
}

.left-\[50\%\] {
  left: 50%;
}

.right-0 {
  right: 0px;
}

.right-4 {
  right: 1rem;
}

.right-\[-10px\] {
  right: -10px;
}

.right-\[20\%\] {
  right: 20%;
}

.right-\[8\%\] {
  right: 8%;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.top-\[-12\%\] {
  top: -12%;
}

.top-\[-140px\] {
  top: -140px;
}

.top-\[-2\%\] {
  top: -2%;
}

.top-\[-5\%\] {
  top: -5%;
}

.top-\[-50px\] {
  top: -50px;
}

.top-\[17px\] {
  top: 17px;
}

.top-\[18\%\] {
  top: 18%;
}

.top-\[2\%\] {
  top: 2%;
}

.top-\[20\%\] {
  top: 20%;
}

.top-\[50\%\] {
  top: 50%;
}

.top-\[8\%\] {
  top: 8%;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.z-\[100\] {
  z-index: 100;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-\[40px\] {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mb-\[1\.875rem\] {
  margin-bottom: 1.875rem;
}

.mb-\[100px\] {
  margin-bottom: 100px;
}

.mb-\[10px\] {
  margin-bottom: 10px;
}

.mb-\[25px\] {
  margin-bottom: 25px;
}

.mb-\[30px\] {
  margin-bottom: 30px;
}

.mb-\[40px\] {
  margin-bottom: 40px;
}

.mb-\[50px\] {
  margin-bottom: 50px;
}

.mb-\[75px\] {
  margin-bottom: 75px;
}

.ml-\[-10px\] {
  margin-left: -10px;
}

.ml-\[150px\] {
  margin-left: 150px;
}

.ml-\[5px\] {
  margin-left: 5px;
}

.mt-\[-150px\] {
  margin-top: -150px;
}

.mt-\[-30px\] {
  margin-top: -30px;
}

.mt-\[105px\] {
  margin-top: 105px;
}

.mt-\[10px\] {
  margin-top: 10px;
}

.mt-\[25px\] {
  margin-top: 25px;
}

.mt-\[260px\] {
  margin-top: 260px;
}

.mt-\[30px\] {
  margin-top: 30px;
}

.mt-\[45px\] {
  margin-top: 45px;
}

.mt-\[50px\] {
  margin-top: 50px;
}

.mt-\[70px\] {
  margin-top: 70px;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.table-caption {
  display: table-caption;
}

.table-cell {
  display: table-cell;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.\!hidden {
  display: none !important;
}

.hidden {
  display: none;
}

.h-\[110px\] {
  height: 110px;
}

.h-\[120px\] {
  height: 120px;
}

.h-\[1323px\] {
  height: 1323px;
}

.h-\[20px\] {
  height: 20px;
}

.h-\[211px\] {
  height: 211px;
}

.h-\[25px\] {
  height: 25px;
}

.h-\[300px\] {
  height: 300px;
}

.h-\[32px\] {
  height: 32px;
}

.h-\[400px\] {
  height: 400px;
}

.h-\[433px\] {
  height: 433px;
}

.h-\[4px\] {
  height: 4px;
}

.h-\[50px\] {
  height: 50px;
}

.h-\[71px\] {
  height: 71px;
}

.h-\[75px\] {
  height: 75px;
}

.h-\[90\%\] {
  height: 90%;
}

.h-\[96px\] {
  height: 96px;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100lvh;
}

.max-h-\[473px\] {
  max-height: 473px;
}

.w-1\/2 {
  width: 50%;
}

.w-\[104px\] {
  width: 104px;
}

.w-\[134px\] {
  width: 134px;
}

.w-\[16px\] {
  width: 16px;
}

.w-\[200px\] {
  width: 200px;
}

.w-\[20px\] {
  width: 20px;
}

.w-\[22px\] {
  width: 22px;
}

.w-\[25\%\] {
  width: 25%;
}

.w-\[273px\] {
  width: 273px;
}

.w-\[32px\] {
  width: 32px;
}

.w-\[367px\] {
  width: 367px;
}

.w-\[55\%\] {
  width: 55%;
}

.w-\[55px\] {
  width: 55px;
}

.w-\[60px\] {
  width: 60px;
}

.w-\[70px\] {
  width: 70px;
}

.w-\[74px\] {
  width: 74px;
}

.w-\[75\%\] {
  width: 75%;
}

.w-\[78px\] {
  width: 78px;
}

.w-\[90px\] {
  width: 90px;
}

.w-full {
  width: 100%;
}

.max-w-\[12\%\] {
  max-width: 12%;
}

.max-w-\[43\%\] {
  max-width: 43%;
}

.max-w-\[473px\] {
  max-width: 473px;
}

.max-w-\[50\%\] {
  max-width: 50%;
}

.max-w-\[52\%\] {
  max-width: 52%;
}

.max-w-\[60px\] {
  max-width: 60px;
}

.max-w-\[678px\] {
  max-width: 678px;
}

.max-w-\[833px\] {
  max-width: 833px;
}

.max-w-\[842px\] {
  max-width: 842px;
}

.max-w-\[845px\] {
  max-width: 845px;
}

.max-w-\[95\%\] {
  max-width: 95%;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-\[12\%\] {
  flex: 12%;
}

.flex-\[50\%\] {
  flex: 50%;
}

.translate-x-\[-166\%\] {
  --tw-translate-x: -166%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-\[-380\%\] {
  --tw-translate-x: -380%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-\[-52\%\] {
  --tw-translate-x: -52%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-\[-540\%\] {
  --tw-translate-x: -540%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-\[100\%\] {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-\[215\%\] {
  --tw-translate-x: 215%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-\[285\%\] {
  --tw-translate-x: 285%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-\[-70\%\] {
  --tw-translate-y: -70%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-\[270deg\] {
  --tw-rotate: 270deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-\[10\%\] {
  gap: 10%;
}

.gap-\[10px\] {
  gap: 10px;
}

.gap-\[12\%\] {
  gap: 12%;
}

.gap-\[15px\] {
  gap: 15px;
}

.gap-\[2\.2\%\] {
  gap: 2.2%;
}

.gap-\[30px\] {
  gap: 30px;
}

.gap-\[38px\] {
  gap: 38px;
}

.gap-\[40px\] {
  gap: 40px;
}

.gap-\[50px\] {
  gap: 50px;
}

.gap-\[5px\] {
  gap: 5px;
}

.gap-\[7\%\] {
  gap: 7%;
}

.gap-\[8\%\] {
  gap: 8%;
}

.gap-y-\[70px\] {
  row-gap: 70px;
}

.overflow-hidden {
  overflow: hidden;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-\[20px\] {
  border-radius: 20px;
}

.rounded-\[30rem\] {
  border-radius: 30rem;
}

.rounded-\[600px\] {
  border-radius: 600px !important;
}

.rounded-full {
  border-radius: 9999px !important;
}

.rounded-b-\[30px\] {
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.rounded-b-\[648px\] {
  border-bottom-right-radius: 648px;
  border-bottom-left-radius: 648px;
}

.rounded-t-\[182px\] {
  border-top-left-radius: 182px;
  border-top-right-radius: 182px;
}

.rounded-bl-\[17rem\] {
  border-bottom-left-radius: 17rem;
}

.rounded-bl-\[50\%\] {
  border-bottom-left-radius: 50%;
}

.rounded-br-\[14px\] {
  border-bottom-right-radius: 14px;
}

.rounded-br-\[182px\] {
  border-bottom-right-radius: 182px;
}

.rounded-br-\[7px\] {
  border-bottom-right-radius: 7px;
}

.rounded-tl-\[14px\] {
  border-top-left-radius: 14px;
}

.rounded-tl-\[17rem\] {
  border-top-left-radius: 17rem;
}

.rounded-tl-\[65rem\] {
  border-top-left-radius: 65rem;
}

.rounded-tl-\[7px\] {
  border-top-left-radius: 7px;
}

.rounded-tr-\[50\%\] {
  border-top-right-radius: 50%;
}

.rounded-tr-\[55\%\] {
  border-top-right-radius: 55%;
}

.border {
  border-width: 1px;
}

.border-b-\[1\.5px\] {
  border-bottom-width: 1.5px;
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-site-primary {
  border-color: var(--site-primary-color);
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.p-\[10px\] {
  padding: 10px;
}

.p-\[20px\] {
  padding: 20px;
}

.px-\[10\%\] {
  padding-left: 10%;
  padding-right: 10%;
}

.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}

.py-\[100px\] {
  padding-top: 100px;
  padding-bottom: 100px;
}

.py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-\[50px\] {
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-\[80px\] {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pb-\[10px\] {
  padding-bottom: 10px;
}

.pb-\[25\%\] {
  padding-bottom: 25%;
}

.pb-\[40px\] {
  padding-bottom: 40px;
}

.pb-\[50px\] {
  padding-bottom: 50px;
}

.pb-\[75px\] {
  padding-bottom: 75px;
}

.pr-\[30px\] {
  padding-right: 30px;
}

.pt-\[100px\] {
  padding-top: 100px;
}

.pt-\[10px\] {
  padding-top: 10px;
}

.pt-\[135px\] {
  padding-top: 135px;
}

.pt-\[150px\] {
  padding-top: 150px;
}

.pt-\[200px\] {
  padding-top: 200px;
}

.pt-\[50px\] {
  padding-top: 50px;
}

.pt-\[80px\] {
  padding-top: 80px;
}

.text-left {
  text-align: left;
}

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

.font-secondary-font {
  font-family: var(--secondary-font);
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[22px\] {
  font-size: 22px;
}

.text-\[3\.125rem\] {
  font-size: 3.125rem;
}

.text-\[33px\] {
  font-size: 33px;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.leading-\[1\.1\] {
  line-height: 1.1;
}

.leading-\[30px\] {
  line-height: 30px;
}

.leading-\[48\.8px\] {
  line-height: 48.8px;
}

.leading-\[70px\] {
  line-height: 70px;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-site-primary {
  color: var(--site-primary-color);
}

.text-site-secondary {
  color: var(--site-secondary-color);
}

.opacity-0 {
  opacity: 0;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.brightness-0 {
  --tw-brightness: brightness(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.\!invert {
  --tw-invert: invert(100%) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.\!filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/* Site Fonts */

/* montserrat-regular - latin */

@font-face {
  font-display: swap;

  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */

  font-family: 'Montserrat';

  font-style: normal;

  font-weight: 400;

  src: url('../fonts/montserrat-v26-latin-regular.woff2') format('woff2');

  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-500 - latin */

@font-face {
  font-display: swap;

  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */

  font-family: 'Montserrat';

  font-style: normal;

  font-weight: 500;

  src: url('../fonts/montserrat-v26-latin-500.woff2') format('woff2');

  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-600 - latin */

@font-face {
  font-display: swap;

  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */

  font-family: 'Montserrat';

  font-style: normal;

  font-weight: 600;

  src: url('../fonts/montserrat-v26-latin-600.woff2') format('woff2');

  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-700 - latin */

@font-face {
  font-display: swap;

  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */

  font-family: 'Montserrat';

  font-style: normal;

  font-weight: 700;

  src: url('../fonts/montserrat-v26-latin-700.woff2') format('woff2');

  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-800 - latin */

@font-face {
  font-display: swap;

  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */

  font-family: 'Montserrat';

  font-style: normal;

  font-weight: 800;

  src: url('../fonts/montserrat-v26-latin-800.woff2') format('woff2');

  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-900 - latin */

@font-face {
  font-display: swap;

  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */

  font-family: 'Montserrat';

  font-style: normal;

  font-weight: 900;

  src: url('../fonts/montserrat-v26-latin-900.woff2') format('woff2');

  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* bodoni-moda-regular - latin */

@font-face {
  font-display: swap;

  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */

  font-family: 'Bodoni Moda';

  font-style: normal;

  font-weight: 400;

  src: url('../fonts/bodoni-moda-v23-latin-regular.woff2') format('woff2');

  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* bodoni-moda-500 - latin */

@font-face {
  font-display: swap;

  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */

  font-family: 'Bodoni Moda';

  font-style: normal;

  font-weight: 500;

  src: url('../fonts/bodoni-moda-v23-latin-500.woff2') format('woff2');

  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* bodoni-moda-600 - latin */

@font-face {
  font-display: swap;

  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */

  font-family: 'Bodoni Moda';

  font-style: normal;

  font-weight: 600;

  src: url('../fonts/bodoni-moda-v23-latin-600.woff2') format('woff2');

  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* bodoni-moda-700 - latin */

@font-face {
  font-display: swap;

  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */

  font-family: 'Bodoni Moda';

  font-style: normal;

  font-weight: 700;

  src: url('../fonts/bodoni-moda-v23-latin-700.woff2') format('woff2');

  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* bodoni-moda-800 - latin */

@font-face {
  font-display: swap;

  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */

  font-family: 'Bodoni Moda';

  font-style: normal;

  font-weight: 800;

  src: url('../fonts/bodoni-moda-v23-latin-800.woff2') format('woff2');

  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* bodoni-moda-900 - latin */

@font-face {
  font-display: swap;

  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */

  font-family: 'Bodoni Moda';

  font-style: normal;

  font-weight: 900;

  src: url('../fonts/bodoni-moda-v23-latin-900.woff2') format('woff2');

  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* Custom Css */

:root {
  --site-primary-color: #FEFEFE;
  --site-secondary-color: #000000;
  --ash-color: #0000002a;
  --primary-font: 'Bodoni Moda';
  --secondary-font: 'Montserrat';
  --border-color: #B78C57;
  --blog-border: #D9D9D9;
  /* 
    --secondary-text-color: #585858;

    --border-color: #C3C3C3;
    --border-color-two:#B4B4B4;

    --secondary-background-color: #F8F8F8;

    --box-border-color: #DADADA; */
}


/* remove scrollbar */
/* body::-webkit-scrollbar {
  display: none;
}
body::-webkit-scrollbar-thumb {
  display: none;
}
body::-webkit-scrollbar-track {
  display: none;
}
body::-moz-scrollbar-thumb {
  display: none;
}
body::-moz-scrollbar-track {
  display: none;
} */

::-webkit-scrollbar {
  width: 10px;
  /* width of the scrollbar */
}

::-webkit-scrollbar-track {
  background: transparent !important;
  /* background of the track */
}

::-webkit-scrollbar-thumb {
  background: #525252;
  /* scrollbar thumb color */
  border-radius: 6px;
  /* rounded corners */
}

::-webkit-scrollbar-thumb:hover {
  background: #434343;
  /* hover color */
}

/* Firefox */
* {
  scrollbar-width: thin;
  /* auto | thin */
  scrollbar-color: #525252 transparent !important;
  /* thumb | track */
}




/* custom scrollbar */
.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
  background-color: #111010;
}




body {
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  font-family: var(--primary-font);
  font-weight: 400;
  /* overflow: hidden; */
}




.base-container {
  padding-left: 30px;
  padding-right: 30px;
}

.section-headline {
  font-size: 64px;
  line-height: 97.6px;
}

.banner-headline {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}


.section-btn a {
  color: var(--site-primary-color);
  font-family: var(--secondary-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 17.07px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* contact form btn round */
.contact-btn .roundborder {
  display: block !important;
  z-index: 10;
}

.contact-btn .roundcontent {
  top: 0px !important;
  left: -10px !important;
  animation: slideDash 10s infinite linear;
  transform-origin: 50% 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}


.contact-object-img img {
  -webkit-mask-image: linear-gradient(to right, black 0%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 0% 100%;
  mask-image: linear-gradient(to right, black 0%, transparent 100%);
  mask-repeat: no-repeat;
  mask-size: 0% 100%;
}

.contact-round-img {
  -webkit-mask-image: linear-gradient(to right, black 0%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 0% 100%;
  mask-image: linear-gradient(to right, black 0%, transparent 100%);
  mask-repeat: no-repeat;
  mask-size: 0% 100%;
}

.contact-right-bg {
  -webkit-mask-image: linear-gradient(to right, black 0%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 0% 100%;
  mask-image: linear-gradient(to right, black 0%, transparent 100%);
  mask-repeat: no-repeat;
  mask-size: 0% 100%;
}


/* circle btn */
.roundcontent {
  position: absolute;
  height: 120px;
  width: 120px;
  border-radius: 65px;
  top: 0;
  left: 0;
  transition-duration: 0.8s;
}

.roundborder {
  position: relative;
  height: 120px;
  width: 120px;
  border-radius: 65px;
  word-wrap: break-word;
  float: none;
}

.roundborder .roundcontent {
  position: absolute;
  height: 100px;
  width: 100px;
  top: 10px;
  left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  word-wrap: break-word;
  box-sizing: border-box;
  transform-origin: 50% 50%;
  animation: slideDash 10s infinite linear;
  z-index: 50;
}

@keyframes slideDash {
  to {
    transform: rotate(360deg);
  }
}


/* animated text */
.animated-text {
  background: linear-gradient(to right, #000000, #000000, #000000, #000000, rgba(0, 0, 0, 0));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 500% auto;
  background-position: 150% center;
  background-repeat: no-repeat;
  display: inline-block;
}

.animated-text.showup {
  animation: h1anim 3s linear forwards;
}





.menu-dark-bg .text-space .menu-verticle .animated-text {
  background: linear-gradient(to right, #ffffff, #ffffff, #ffffff, #ffffff, rgba(255, 255, 255, 0));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 500% auto;
  background-position: 150% center;
  background-repeat: no-repeat;
  display: inline-block;
}

.menu-dark-bg .text-space .menu-verticle .animated-text.showup {
  animation: h1anim 4s linear forwards;
  transition: 4s;
}



@keyframes h1anim {
  from {
    background-position: 150% center;
  }

  to {
    background-position: 0 center;
  }
}



/* header */

.falafel-logo {
  width: 15%;
  height: auto;
}

.group145-header {
  background-color: #ffffff;
}

.home .group145-header {
  background-color: inherit;
  background: url(../../../../uploads/2025/09/gradient-header.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.home .header-menu ul li a {
  color: var(--site-primary-color);
}

.home .header-menu ul li a::before {
  filter: invert();
}

.header-menu ul li a {
  color: var(--site-secondary-color);
  font-family: var(--secondary-font);
  font-size: 14px;
  font-weight: 500;
  line-height: 17.07px;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 5px;
}

.header-menu ul li a::before {
  content: '';
  background-image: url(../images/logo-icons/menu-hover.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all .3s;
  margin: 0 auto;
  /* filter: invert(); */
}

.header-menu ul li a:hover::before {
  width: 100%;
  height: 100%;
  transition: all .3s;
}

.home .group145-header .header-menu .current-menu-item a:after {
  filter: invert();
}

.current-menu-item a:after {
  content: '';
  background-image: url(../images/logo-icons/menu-hover.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all .3s;
  margin: 0 auto;
  /* filter: invert(); */
}

.footer-top .header-menu ul li a::before {
  filter: none;
}

.header-wrapper {
  /* border-bottom: 1px solid  #00000066; */
  border: none !important;
  transition: .5s;
}

body.home .header-wrapper {
  border-bottom: 1px solid #ffffff66;
  transition: .5s;
}

.home .scrollheader {
  background-color: #0000005a;
}

.scrollheader .header-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  transition: .5s;
}

.home .fl-logo1 {
  display: block !important;
}

.home .fl-logo2 {
  display: none !important;
}

/* mobile menu */
.mobile-menu-inner ul li a::after {
  display: none !important;
}

.mobile-veggeiburger span {
  width: 30px;
  height: 1px;
  background-color: var(--site-secondary-color);
  display: block;
  transition: .5s;
}

.home .mobile-veggeiburger span {
  background-color: var(--site-primary-color);
}

/* .home .mobile-menu-inner ul li a{
  color: var(--site-primary-color);
} */

.mobile-menu-inner ul li a {
  color: var(--site-secondary-color);
  font-size: 30px;
  margin-bottom: 30px;
  display: block;
}

/* .home .mobile-border{
  background-color: #ffffff33;
} */

.mobile-border {
  width: 100px;
  height: 1px;
  background-color: #000000;
  display: block !important;
  padding-top: 1px;
}

/* .home .mobile-address p,
.home .mobile-number a{
  color: var(--site-primary-color);
} */

.mobile-address p,
.mobile-number a {
  color: var(--site-secondary-color);
}

.mobile-veggeiburger {
  transition: all .5s ease-in-out;
}

.mobile-veggeiburger.active {
  position: fixed;
  justify-content: center;
  align-items: center;
  top: 50px;
  right: 30px;
  transition: all .5s ease-in-out;
}

.home .mobile-veggeiburger.active span {
  background-color: var(--site-secondary-color);
}

/* .home .social-logo a img{
  filter: none;
}  */

.social-logo a img {
  filter: invert();
}

/* .home .mobile-menu-wrapper,
.home .mobile-address{
  text-align: center;
} */

/**** video banner ****/

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

.home-banner .banner-wrapper {
  background-color: #111010;
  /* transition: all 5s; */
}

.home-banner.active .banner-wrapper {
  background-color: transparent;
  transition: all 3s;
}

.home-banner .video-banner {
  -webkit-clip-path: circle(6%);
  clip-path: circle(6%);
  transform: translateY(65%);
}

.home-banner.bottomtop .banner-wrapper .video-banner {
  -webkit-clip-path: circle(12%);
  clip-path: circle(12%);
  transform: translateY(0%);
  transition: 1.5s;
}

.home-banner.active .banner-wrapper .video-banner {
  -webkit-clip-path: circle(100%);
  clip-path: circle(100%);
  transform: translateY(0);
  transition: all 1.5s;
}

.falafel-logo-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}

.home-banner.bottomtop .falafel-logo-loading {
  top: 20%;
  transition: 1.5s;
}

.home-banner.active .falafel-logo-loading {
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: 1s;
}

.ini-header-none .group145-header {
  display: none;
}

.home-banner .banner-headline {
  transform: translate(-50%, -10%);
  opacity: 0;
  visibility: hidden;
}

.home-banner .banner-headline.bannertxt {
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
  transition: 1s;
}

/*if about banner text */

.about-banner .banner-headline {
  transform: translate(-50%, -10%);
  opacity: 0;
  visibility: hidden;
}

.about-banner-headline {
  opacity: 0;
  visibility: hidden;
}

.about-banner .banner-headline.bannertxt {
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
  transition: 1s;
}



/* .section-headline{
  display: none;
} */

/* 
.video-banner {
  position: relative;
} */

.video-banner svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  will-change: transform;
}

.video-banner rect {
  -webkit-mask: url(#mask);
  mask: url(#mask);
}

.video-banner svg rect {
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}

.fl-bowl {
  background-image: url(../images/marble-bg.html);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50px;
}


/* white space text */
/* 
.white-space-txt{
  background-image: url(../images/white-cloud-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
} */


.white-space-txt {
  padding: 200px 0 80px;
}


.miraclefade1 {
  transform:
    translate3d(0px, 0px, -5em) scale3d(.8, .8, .8) rotateX(-10deg) rotateY(20deg) rotateZ(0deg) skew(3deg, 0deg);
  transform-style: preserve-3d;

  opacity: .5;
}

.miraclefade1.active {
  transform:
    translate3d(0px, 0px, 0em) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  will-change: transform;
  opacity: 1;

  transition: all 3s;
}




/* falafel bowl */
.falafel-bowl-wrapper .swiper-wrapper .swiper-slide {
  position: relative;
}

.falafel-bowl-wrapper .swiper-wrapper .swiper-slide .section-headline {
  text-transform: lowercase;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: -160px;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

.falafel-bowl-wrapper .swiper-wrapper .swiper-slide-active .section-headline {
  opacity: 1;
  visibility: visible;
  transition: .3s;

}

.falafel-bowl-headline .section-headline {
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 1024px) {
  .falafel-bowl-wrapper .swiper-wrapper .swiper-slide .section-headline {
    bottom: -70px;
  }
}




.falafel-bowl-wrapper .swiper-slide {
  height: 776px;
  width: 769px;
}

.falafel-bowl-wrapper .swiper-image {
  height: 100%;
  width: 100%;
}

/* swiper  slider*/

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

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
}

.swiper-button-next,
.swiper-button-prev {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 33px;
  height: 68px;
  transition: .3s;
}

.swiper-slide .swiper-image {
  transform: rotate(10deg);
  transition: .8s;
}

.swiper-slide.swiper-slide-active>.swiper-image {
  transform: rotate(0deg);
  transition: .8s;
}

.swiper-pagination {
  position: relative;
  text-align: inherit;
}

.fl-slide .swiper-pagination-progressbar {
  max-width: 230px;
  height: 1px;
  background-color: var(--ash-color);
  position: relative;
}

.fl-slide .swiper-pagination-progressbar:after {
  content: '';
  position: absolute;
  right: -5px;
  bottom: -2px;
  background-color: transparent;
  border: 1px solid var(--ash-color);
  border-radius: 1 00%;
  width: 5px;
  height: 5px;
}

.fl-slide .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: var(--site-secondary-color);
}

.activeslide {
  color: var(--site-secondary-color);
  font-size: 38px;
  font-weight: 400;
  line-height: 57.95px;
}

.totalslide {
  color: var(--ash-color);
  font-size: 20px;
  font-weight: 400;
  line-height: 30.5px;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  transform: scale(1.1);
  transition: .3s;
}

/* eat sip */


.box-hover {
  max-width: 50%;
  height: 100%;
  flex: 0 0 50%;
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.eat-sip-text {
  color: var(--site-secondary-color);
  font-size: 96px;
  line-height: 146px;
  text-align: center;
  position: relative;
  z-index: 20;
  transition: .3s;
  width: 100%;
}

.box-hover:hover .eat-sip-text {
  color: var(--site-primary-color);
  transition: .3s;
  letter-spacing: 5px;
}

.eat-sip {
  transition: .3s;
  overflow: hidden;
}

.eat-video-container {
  width: 100%;
  height: 100%;
  border-radius: 600px;
  overflow: hidden;
}

.eat-video {
  transform: scale(1.5);
}

.eat-bg {
  background-color: rgb(235, 220, 203);
  transition: .3s;
}

.sip-bg {
  background-color: #d5e9e1;
  transition: .3s;
}

.sip-bg-img {
  height: 100% !important;
  transform: scale(1.4);
}

.box-hover {
  z-index: 2;
}

.eat-sip-img {
  width: 536px;
  height: 714px;
  /* width: 100%; */
  border-radius: 600px;
  border: 1px solid #b78c57;
  /* overflow: hidden; */
  padding: 10px;
  z-index: 1;
  top: 0px;
  left: 0px;
  /* transition: transform 550ms ease-in-out; */
  pointer-events: none;
  opacity: 0;
  visibility: hidden;

}

.box-hover:hover .eat-sip-img {
  opacity: 1;
  visibility: visible;
}

.box-hover:hover .img-move {
  will-change: transform;
  transform-style: preserve-3d;
  transform: translate(-50%, -50%);
}

.eat-sip-round1 {
  position: absolute;
  top: 60%;
  left: -8px;
}

.eat-sip-round2 {
  position: absolute;
  top: 40%;
  right: -8px;
  transform: rotate(180deg);
}

.golden-square1 {
  position: absolute;
  top: 40%;
  left: -20px;
}

.golden-square2 {
  position: absolute;
  top: 60%;
  right: -20px;
}

.sip-glass {
  position: absolute;
  top: 1%;
  left: 17%;
  width: 100%;
  height: 100% !important;
  transform: scale(1.3);
  -o-object-fit: cover;
  object-fit: contain;
  z-index: 2;
}

.orange {
  position: absolute;
  top: 0%;
  left: 75%;
  width: 47%;
  height: 47% !important;
  -o-object-fit: cover;
  object-fit: contain;
  z-index: 20;
}

.sip-glass-bg {
  position: absolute;
  right: 50%;
  top: 50%;
  width: 76%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: translate(12%, 0%);
  background: transparent;
}


/* gallary */

.load-more p {
  color: var(--site-secondary-color);
  text-transform: uppercase;
  font-family: var(--secondary-font);
  font-size: 14px;
  line-height: 17.07px;
  font-weight: 500;
  text-align: center;
}

.fork {
  position: absolute;
  left: 0;
  right: 0;
  /* transform: translateX(-56%) translateY(0); */
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
  max-height: 900px;
  -o-object-fit: cover;
  object-fit: cover;

  top: -2%;

  z-index: 31;
}

.fork-bg1 {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 40%);
  overflow: hidden;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.fork-bg2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-30%, -46%);
  max-width: 390px;
}

.circle-btn-text {
  font-family: var(--secondary-font);
  overflow: hidden;
  border-radius: 100px;
  width: 100px;
  height: 100px;
}

.circle-btn-text-2 {
  font-family: var(--secondary-font);
  overflow: hidden;
  border-radius: 100px;
  width: 85px;
  height: 85px;
}

.circle-btn-text-order {
  font-family: var(--secondary-font);
}

.circle-btn-text-mover {
  transition: 0.25s transform;
  transform: translateY(0%);
  display: flex;
  flex-direction: column;
  gap: 33px;
  padding-top: 33px;
}

.circle-btn-text-mover p {
  word-spacing: 100vw;
}

.circle-btn-text-mover-2 {
  transition: 0.25s transform;
  transform: translateY(0%);
  display: flex;
  flex-direction: column;
  gap: 26px;
  padding-top: 26px;
  margin: 0 15px;
}

.circle-btn-text-mover-2 p {
  word-spacing: 100vw;
}

.roundborder:hover .circle-btn-text-mover {
  transform: translateY(-50%);
}

.roundborder:hover .circle-btn-text-mover-2 {
  transform: translateY(-50%);
}

.gallary .section-btn {
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, 50%);
  z-index: 40;
}

.gallary .section-btn a {
  color: var(--site-secondary-color) !important;
}


/* .gallary .section-btn svg{
} */

.gallary .section-btn g path {
  fill: #000000 !important;
}

.gallary .section-btn .circle-btn-text p {
  color: var(--site-secondary-color);
}

.load-more a p:after {
  content: '';
  background-image: url(../images/logo-icons/menu-hover.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  width: 25%;
  height: 100%;
  position: absolute;
  bottom: -18px;
  left: 0;
  right: 0;
  transition: all .3s;
  margin: 0 auto;
}

.load-more a p:hover::after {
  width: 100%;
}

.custom-border .radius-border {
  position: absolute;
  width: 96%;
  height: 96%;
  left: 2%;
  top: 2%;
  border: 1px solid #fff;
}

.custom-border .radius-border .square-img1 svg {
  position: absolute;
  top: -9px;
  left: -7px;
  width: 13px;
  height: 17px;
}

.custom-border .radius-border .square-img2 svg {
  position: absolute;
  bottom: -9px;
  right: -7px;
  width: 13px;
  height: 17px;
}

.radius-border p svg path {
  fill: transparent;
}

.custom-border2 .radius-border {
  border-color: black;
}

.custom-border2 .radius-border svg path {
  stroke: black;
}

.border-rounded2 .radius-border {
  content: '';
  position: absolute;
  width: 94%;
  height: 96%;
  left: 3%;
  top: 2%;
  border: 1px solid #fff;
  border-radius: 24px;
}

.radius-circle1 {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 24px;
  height: 24px;
  border: 1px solid #fff;
  border-radius: 100%;
}

.radius-circle2 {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  border: 1px solid #fff;
  border-radius: 100%;
}

.custom-border2 .radius-border {
  width: 94%;
  height: 94%;
  left: 3%;
  top: 3%;
}

.custom-border2 .square-imglarge1 svg {
  position: absolute;
  left: -12px;
  top: -16px;
  width: 23px;
  height: 31px;
}

.custom-border2 .square-imglarge2 svg {
  position: absolute;
  right: -12px;
  bottom: -16px;
  width: 23px;
  height: 31px;
}

.custom-border2 .square-img1 svg {
  position: absolute;
  left: 8px !important;
  top: 8px !important;
  right: initial;
  bottom: initial;
}

.custom-border2 .square-img2 svg {
  position: absolute;
  right: 8px !important;
  bottom: 8px !important;
}

/* .custom-round-border .three-dot-img svg{
  position: absolute;
  right: 4rem;
  top: 3rem;
  z-index: 10;
} */




/* gallary parallax */
.parallax-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  margin-top: 20%;
}

.fork-leaf {
  margin-left: calc(100% - 25vw);
  margin-top: -25%;
}

.two-stone {
  margin-left: calc(100% - 37vw);
  margin-top: 16%;
}

.single-stone {
  margin-left: 17%;
  margin-top: 25%;
}

.three-stone {
  margin-left: 23%;
  margin-top: 31%;
}

.onion {
  margin-top: 50%;
  margin-left: 0%;
}







/****** Menu ******/
.menu-verticle {
  writing-mode: tb;
  transform: rotate(180deg);
  transform-origin: center;


  /* position: absolute;
  top: 29%;
  left: -60px;
  writing-mode: vertical-lr;
  transform: rotate(-180deg); */
}

/* .menu-verticle{
  -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -ms-transform-origin: right top 0;
    -moz-transform-origin: right top 0;
    -webkit-transform-origin: right top 0;
    transform-origin: right top 0;
    right: 99%;
    padding-top: 2vw;
    padding-right: 2vw;
    white-space: nowrap;
    cursor: vertical-text;
    position: absolute;
    display: block;
    height: auto;
    direction: rtl;
    z-index: 11;
} */



.menu-tab-wrapper li a {
  color: var(--site-secondary-color);
  font-family: var(--secondary-font);
  font-size: 15px;
  line-height: 23.6px;
  text-align: center;
  padding: 14px 24px;
  border: 1px solid var(--site-secondary-color);
  border-radius: 86px;
  display: block;
  transition: color .3s;
  text-transform: lowercase;
}

.menu-tab-wrapper li a:hover {
  color: var(--site-primary-color);
  background-color: var(--site-secondary-color);
  transition: all .3s;
}

.menu-title {
  font-weight: 600;
  font-size: 28px;
  line-height: 48.8px;
}

.menu-details {
  max-width: 248px;
  margin: 0 auto;
  font-family: var(--secondary-font);
  font-size: 15px;
  line-height: 25px;
}

/* .menus-slider-wrapper .swiper-slide{
  max-width: 30%;
} */

.menu-slider-js {
  gap: 5%;
  row-gap: 50px;
}

.menus-slider-wrapper .swiper-slide {
  max-width: 30%;
}

.menus-slider-wrapper .swiper-image {
  transform: inherit;
}

.menu-verticle .section-headline {
  text-transform: lowercase;
}


.menu-txt-trap {
  /* padding-bottom: calc( 5vw + 11% ); */
  padding-bottom: 55px;
  margin: auto;
}

.menu-content {
  margin-top: 50px;
}




/* .menus-slider-wrapper .swiper-slide .swiper-image{
  height: 502px;
} */

/* #soups, #dessert{
  background-image: url(../images/menu-category/menu-bg-1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#juice-bar{
  background-image: url(../images/menu-category/menu-bg-2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
} */

.menu-dark-bg .section-headline {
  color: var(--site-primary-color);
}

.menu-dark-bg .menu-title,
.menu-dark-bg .menu-details {
  color: var(--site-primary-color);
}

.menu-dark-bg .falafel-bowl-slider-arrow svg path,
.menu-dark-bg .falafel-bowl-slider-arrow svg circle {
  fill: var(--site-primary-color)
}

.menu-dark-bg .pagination-count .activeslide,
.menu-dark-bg .pagination-count .totalslide {
  color: var(--site-primary-color);
}

.menu-dark-bg .fl-slide .swiper-pagination-progressbar {
  background-color: #ffffff33;
}

.menu-dark-bg .fl-slide .swiper-pagination-progressbar span {
  background-color: var(--site-primary-color);
}

.menu-dark-bg .fl-slide .swiper-pagination-progressbar:after {
  border: 1px solid #ffffff33;
}

.menu-tab-wrapper {
  transition: .3s;
  max-width: 800px;
}



.menu-tabs-fixed {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 20;
  margin-top: 0;
}

.menu-tabs-fixed.scroll {
  opacity: 1;
  visibility: visible;
  transition: .5s;
}

.menu-tabs-fixed.scroll .menu-tab-wrapper {
  max-width: 100%;
  padding: 20px 0;
  background: white;
}



.menu-tabs-fixed.scroll .menu-tab-wrapper li a {
  padding: 8px 20px;
  transition: .8s;
}

.view-menu p:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  background-image: url(../images/logo-icons/menu-hover.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  width: 100%;
  height: 100%;
  /* filter: invert(); */
}

.menu-page footer {
  padding-bottom: 125px;
}

.order-online {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 39;
}






/* footer-menu */

.footer-menu {
  display: inline-flex !important;
}

.footer-menu ul li a {
  color: var(--site-secondary-color) !important;
}

.footer-middle {
  background-image: url(../images/footer-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-middle-text {
  color: var(--site-primary-color);
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
}

.green-leaf-wrapper {
  position: absolute;
  right: 0;
  bottom: 60px;
  max-width: 838px;
  transform: scale(1);
}

.footer-title {
  font-family: var(--primary-font);
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 40px;
  text-transform: lowercase;
}

/* mahfuz */
.footer-bottom-area ul li {
  font-family: var(--secondary-font);
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 2px;
}

/* mahfuz */

/* .footer-txt{
  font-family: var(--secondary-font);
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 2px;
} */

/* .footer-bottom-area{
  max-width: 45%;
  flex: 0 0 45%;
} */

/* blog */

.blog-main-headline {
  max-width: 52%;
  flex: 0 0 52%;
}

.blog-main-description {
  max-width: 40%;
  flex: 0 0 40%;
  padding-top: 20px;
}

.blog-headline .section-headline {
  line-height: 78px;
  font-weight: 400;
}

.blog-description,
.read-more-btn {
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: var(--site-secondary-color);
  margin-bottom: 10px;
  display: inline-block;
}

.read-more-btn::after {
  content: url(../images/logo-icons/read-more.svg);
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 100%;
}

.read-more-btn:hover {
  color: #8fa170;
  transition: .3s;
}

.inner-single-blog {
  display: flex;
  flex-direction: column;
  row-gap: 35px;
  max-width: 33.3%;
  flex: 0 0 33.3%;
}

.blog-single-headline {
  font-size: 24px;
  font-weight: 400;
  line-height: 36.6px;
  color: var(--secondary-font);
  font-family: var(--primary-font);
  margin-bottom: 20px;
}

.inner-single-content .read-more-btn {
  margin-top: 20px;
}

.popular-blog-wrapper .inner-single-blog:nth-child(odd) .popular-single-img {
  order: 2;
}

.inner-single-blog {
  padding-left: 4%;
  padding-right: 4%;
  border-right: 1px solid var(--blog-border);
  position: relative;
}

.popular-blog-wrapper .inner-single-blog:nth-child(3n) {
  border-right: 0;
}

.popular-blog-wrapper .inner-single-blog:nth-child(3n)::before {
  display: none;
}

.popular-blog-wrapper .inner-single-blog:nth-child(3n)::after {
  display: none;
}

.inner-single-blog::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid var(--blog-border);
  top: -3.8px;
  right: -2.5px;
}

.inner-single-blog::after {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid var(--blog-border);
  bottom: -3.8px;
  right: -2.5px;
}

/* .inner-single-blog:not(:nth-child(3n + 1))::after{
  content: url(../images/blog-devider.png);
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
} */

/* middle single blog */

.middle-single-img {
  max-width: 29%;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
}

.middle-single .section-btn path {
  fill: var(--site-secondary-color);
}

.middle-single .section-btn .circle-btn-text {
  color: var(--site-secondary-color);
}

.blog-slider-wrapper .swiper-pagination-progressbar {
  max-width: 110px;
}

.single-sub-header {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 32px;
  line-height: 48.8px;
  color: var(--site-secondary-color);
}

.single-top-video .section-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#video-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translatex(-50%) translatey(-50%);
  z-index: 30;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
}

#video-wrapper iframe {
  width: 100%;
  height: 100%;
}

/* contact */

.contact-right-bg {
  max-width: 75%;
  /* top: 50%; */
  top: 55%;
  transform: translateY(-50%);
}

.contact-round-img {
  max-width: 90%;
  border-radius: 30rem;
  /* overflow: hidden; */
  border: 1px solid var(--site-secondary-color);
  padding: 10px;
  /* top: 50%; */
  top: 240px;
  transform: translateY(-50%);
}

.contact-round-img img {
  border-radius: 30rem;
}

.contact-object-img {
  /* max-width: 45%;
  bottom: -8%;
  max-height: 625px; */
  width: 52%;
  bottom: 0%;
  max-height: 691px;
  height: 100%;
  left: -2%;
}

.contact-items {
  margin-top: 65px;
}

.contact-items p {
  font-family: var(--primary-font);
  font-size: 24px;
  font-weight: 600;
  color: var(--site-secondary-color);
  line-height: 36.6px;
  margin-bottom: 15px;
}

.contact-items span {
  font-family: var(--secondary-font);
  font-size: 14px;
  font-weight: 500;
  color: var(--site-secondary-color);
  line-height: 17.07px;
}

.contact-headline .section-headline {
  line-height: 1.3;
}

.contact-form-wrapper .form-control {
  gap: 14%;
}

.contact-form-wrapper .section-btn path {
  fill: var(--site-secondary-color);
}

.custom-shadow {
  box-shadow: 0px 10px 60px 0px #0000000D;
}

.contact-form-wrapper .form-item {
  max-width: 43%;
  flex: 0 0 43%;
  height: 60px;
  border: none;
  border-bottom: 1px solid var(--site-secondary-color);
  margin-bottom: 60px;
}

.contact-form-wrapper .form-item2 {
  max-width: 100%;
  height: 100%;
  border: none;
  border-bottom: 1px solid var(--site-secondary-color);
}

.contact-form-wrapper input {
  width: 100%;
  height: 100%;
  outline: none;
}

.contact-form-wrapper textarea {
  width: 100%;
  outline: none;
  resize: vertical;
  height: 30px;
}

.form-control input,
.form-control textarea {
  color: var(--site-secondary-color);
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  font-family: var(--secondary-font);
}


.form-control label {
  color: #8F8C89;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  font-family: var(--secondary-font);
  position: absolute;
  top: 18px;
  left: 0;
  pointer-events: none;
  transition: .5s;
}

input:focus~label,
input:valid~label,
textarea:focus~label,
textarea:valid~label {
  top: -20px;
}


.input-label1,
.input-label2,
.input-label3 {
  transition: all 0.3s ease;
}

.input-label1.active,
.input-label2.active,
.input-label3.active {
  transform: translateY(-20px);
}

.form-item .wpcf7-not-valid-tip {
  transform: translateY(10px);
}



.get-in-touch-border {
  margin-top: 100px;
}

/* about */

@media (max-width:768px) {
  .about-banner {
    height: 110lvh !important;
  }

  .home-banner {
    height: 110lvh !important;
  }
}

.about-banner .base-container {
  padding-top: 30px;
  padding-bottom: 60px;
}

.owner-bio-description {
  max-width: 404px;
}

.owner-img {
  max-width: 612px;
}


.owner-info-top .section-headline,
.apart-content .section-headline {
  font-weight: 400;
  font-family: var(--primary-font);
  line-height: 78px;
}

.owner-description {
  font-family: var(--secondary-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.owner-info-top2 {
  max-width: 513px;
  margin: 0 auto;
}

.quote-img {
  border: 1px solid #B78C57;
}

.apart-content {
  bottom: 40%;
  left: 50%;
  transform: translate(-50%, 0%);
  max-width: 412px;
}

.apart-bg {
  max-width: 833px;
}

.parallax-banner-2 {
  overflow: visible;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.parallax-banner-2::-webkit-scrollbar {
  display: none;
  /* Older Safari and Chromium */
}

/* Leaf 1 */
.leaf-img1 {
  margin-top: 20vh;
  margin-left: calc(50% - 500px);
}


/* Leaf 2 */
.leaf-img2 {
  margin-top: -50px;
  margin-left: calc(50% + 250px);
}



/* Leaf 3 */
.leaf-img3 {
  margin-left: calc(50% + 250px);
  margin-top: 50vh;
}


@media (max-width: 1024px) {
  .leaf-img1 {
    margin-left: calc(50% - 300px);
  }

  .leaf-img2 {
    margin-left: calc(50% + 100px);
  }

  .leaf-img3 {
    margin-left: calc(50% + 100px);
  }
}


@media (max-width: 576px) {
  .leaf-img1 {
    margin-left: calc(50% - 200px);
  }

  .leaf-img2 {
    margin-left: calc(50%);
  }

  .leaf-img3 {
    margin-left: calc(50%);
  }
}






/*video text zoom */

.about-banner .banner-content {
  mix-blend-mode: lighten;
}

.clip-text-video__text {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* border: 2vw solid white; */
  color: #fff;
  overflow: hidden;
  background: #fff;
  mix-blend-mode: multiply;
}

.text-scale {
  transition: transform 0.3s ease-in-out;
  padding-left: 24px;
}

.scroll-down {
  transform: scale(0.5);
}

.clip-text-video__text h2 {
  font-size: 10vw;
  line-height: 1;
  font-weight: 400;
  /* font-family: var(--primary-font); */
  font-family: var(--secondary-font);
  transform-origin: 44.3% 39%;
  color: #000;
  transition: all .8s ease;
  opacity: 1;
}

.tricksword {
  white-space: no;
  white-space: nowrap;
}

.letter {
  display: inline-block;
}

/* single page lightbox video */

/* #lightbox {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: none;
  background-color: rgba(0, 0, 0, 0.95);
}
#video-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
}
#close-btn {
  color: grey;
  font-size: 25px;
  position: fixed;
  top: 3%;
  right: 3%;
  z-index: 2;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: transform .5s ease, color .5s ease;
  -moz-transition: transform .5s ease, color .5s ease;
  -ms-transition: transform .5s ease, color .5s ease;
  -o-transition: transform .5s ease, color .5s ease;
  transition: transform .5s ease, color .5s ease;
}
#close-btn:hover {
  color: white;
  cursor: pointer;
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  -webkit-transition: transform .5s ease, color .5s ease;
  -moz-transition: transform .5s ease, color .5s ease;
  -ms-transition: transform .5s ease, color .5s ease;
  -o-transition: transform .5s ease, color .5s ease;
  transition: transform .5s ease, color .5s ease;
} */


.menu-content p {
  padding-top: 10px;
  text-wrap: balance;
}


.split-text-scroll {
  will-change: opacity, transform;
}



/***** responsive *****/
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }

  .owner-info-bottom2-info {
    max-width: 404px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1700px) {
  .popular-blog-wrapper {
    row-gap: 100px;
  }

  .contact-form-wrapper .form-item {
    margin-bottom: 100px;
  }

  .contact-banner {
    padding-bottom: 160px;
  }

  /* .sets-apart .leaf-img1 {
    margin-left: 20% !important;
  }
  .sets-apart .leaf-img2 {
    margin-left: 82% !important;
  } */
}

@media(min-width:1800px) {
  .fork-leaf {
    margin-top: -20%;
  }

  .two-stone {
    margin-left: calc(100% - 35vw);
    margin-top: 22%;
  }

  .single-stone {
    margin-top: 20%;
  }

  .three-stone {
    margin-top: 25%;
  }

  .onion {
    margin-top: 40%;
    margin-left: 12%;
  }

  /* .fl-bowl{
    padding-bottom: 200px;
  } */
  .white-space-txt {
    padding-top: 300px;
    padding-bottom: 150px;
  }
}

@media(min-width:1920px) {
  .contact-images {
    top: 100px;
  }

  .contact-object-img {
    max-width: 40%;
  }

  .fork {
    top: -8%;
  }

  /* 
  .sets-apart .leaf-img1 {
    margin-left: 28% !important;
  }
  .sets-apart .leaf-img2 {
    margin-left: 72% !important;
  } */

  .contact-right-bg {
    top: 60%;
  }

  .menu-title {
    font-size: 35px;
  }

}

@media (min-width: 2150px) {
  .form-bg {
    padding: 30% 18%;
  }

  .contact-right-bg {
    top: 70%;
  }
}

@media(min-width:2500px) {
  .falafel-bowl-wrapper .swiper-slide {
    width: calc(950px + 5vw);
    height: auto;
  }

  .falafel-bowl .bg-img1 {
    top: -550px;
  }

  .gallary-bottom {
    margin-top: -300px;
  }

  .single-top-video {
    height: 500PX;
  }


  .fork-leaf {
    margin-top: -14%;
  }

  .two-stone {
    margin-left: calc(100% - 40vw);
    margin-top: 13%;
  }

  .single-stone {
    margin-top: 15%;
    margin-left: 26%;
  }

  .three-stone {
    margin-top: 18%;
    margin-left: 28%;
  }

  .onion {
    margin-top: 35%;
    margin-left: 22%;
  }

  .contact-images {
    top: 200px;
  }
}





@media(min-width:1920px) and (max-width: 2500px) {
  .falafel-bowl-wrapper .swiper-slide {
    width: calc(800px + 5vw);
    height: auto;
  }
}

@media (min-width: 1700px) and (max-width: 1920px) {
  .falafel-bowl-wrapper .swiper-slide {
    width: calc(650px + 5vw);
    height: auto;
  }

  /* .contact-object-img{
    bottom: -30%;
  } */
}

@media(min-width:1550px) {
  .form-bg {
    padding: calc(160px + 2vw);
  }
}



@media (max-width: 1300px) {

  .owner-img,
  .owner-bio-description {
    max-width: 47%;
    flex: 0 0 47%;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}



@media(max-width:1190px) {
  .footer-bottom-left {
    max-width: 60%;
    flex: 0 0 60%;
  }

  .falafel-bowl-wrapper .swiper-slide {
    max-width: 600px;
    height: auto;
    width: inherit;
  }

  .contact-object-img {
    bottom: 0;
  }
}

@media (max-width: 1550px) {
  .form-bg {
    padding: 150px;
  }
}

@media (max-width: 1366px) {
  .form-bg {
    padding: 110px;
  }
}

@media (max-width: 1200px) {
  .form-bg {
    padding: 70px;
  }
}


@media(min-width:1599px) {
  .eat-sip {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

@media(max-width:1600px) {
  .eat-sip {
    margin-top: 150px;
    margin-bottom: 50px;
  }
}


@media(max-width:1366px) {
  .home-banner .video-banner {
    -webkit-clip-path: circle(8%);
    clip-path: circle(8%);
  }

  .eat-sip-img {
    max-width: 450px;
    height: 600px;
  }

  .sip-glass {
    /* left: 55px; */
    /* transform: translateY(-46.5%) scale(1.2); */
  }

  .menu-title {
    font-size: 25px;
  }
}

@media(max-width:1024px) {
  .falafel-bowl-pagination {
    bottom: 0;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 22.5px;
    height: 46px;
  }

  .falafel-bowl-wrapper {
    padding-top: 170px;
    padding-bottom: 50px;
  }

  .falafel-bowl-headline {
    margin-bottom: 100px;
  }

  .middle-single-img {
    max-width: 50%;
  }

  .home-banner .video-banner {
    -webkit-clip-path: circle(8%);
    clip-path: circle(8%);
  }

  .menu-verticle h2 {
    font-size: 50px;
  }

  .eat-sip-wrapper {
    height: 100%;
    display: block;
  }

  .eat-sip-text {
    font-size: 75px;
    line-height: 1.5;
  }

  .box-hover {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
    width: 100%;
    height: 100%;

    display: block;
  }

  .eat-sip-img {
    opacity: 1;
    visibility: visible;
    position: relative !important;
    transform: inherit;
    margin: 0 auto 50px;
    top: 0px !important;
    left: 0px !important;
    transform: scale(0.65) !important;
  }

  .owner-img,
  .owner-bio-description {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

@media(max-width:900px) {
  .footer-bottom-left {
    max-width: 70%;
    flex: 0 0 70%;
  }
}

@media(max-width:768px) {
  .header-menu {
    display: none;
  }

  .header-wrapper {
    justify-content: center;
  }

  header>.base-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* .home .mobile-menu-inner{
    background-image: url(../images/mobile-menu-bg.png);
  } */

  .mobile-menu-inner {
    opacity: 0;
    visibility: hidden;
    transform: translateX(110%);
    transition: .3s;
    position: fixed;
    z-index: 40;
    background-image: url(../images/mobile-menu-bg2.png);
    /* background-color: #000000; */
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 110lvh;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: flex-start;
    padding-left: 40px;
    padding-top: 30px;
    transition: all .5s ease-in-out;
  }

  /* .home .mobile-menu-inner{
    align-items: center;
    padding-left: 0;
  } */

  .mobile-menu-inner.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: .5s;
  }

  .mobile-veggeiburger {
    display: flex;
  }

  .mobile-veggeiburger.active span:first-child {
    transform: rotate(220deg);
    transition: .3s;
  }

  .mobile-veggeiburger.active span:last-child {
    transform: rotate(135deg) translate(-8px, 8px);
    transition: .5s;
  }

  .banner-wrapper .banner-headline {
    max-width: 370px;
  }

  .banner-headline {
    padding-left: 20px;
    padding-right: 20px;
  }

  .col-center {
    flex-direction: column;
    gap: 40px;
    justify-content: center;
  }

  .footer-bottom>.base-container {
    align-items: center;
  }

  .footer-bottom-left {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
    row-gap: 85px;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .green-leaf-wrapper {
    width: 100%;
    top: -8%;
    bottom: inherit;
    right: -20%;
  }

  .footer-menu ul {
    gap: 30px;
  }

  .section-headline {
    font-size: 40px;
    line-height: 1.5;
  }

  /* .fork{
    max-width: 328px;
    max-height: 831px;
  } */

  .falafel-bowl-wrapper .swiper-pagination-progressbar {
    max-width: 111px;
  }

  .activeslide {
    font-size: 27px;
    line-height: 1;
  }

  .totalslide {
    font-size: 16px;
    line-height: 1;
  }

  .menu-tab-wrapper li a {
    padding: 6px 12px;
  }

  .menu-tab-wrapper {
    max-width: 600px;
  }

  /* blog */

  .blog-headline .section-headline {
    line-height: 55px;
  }

  .blog-banner-content {
    flex-direction: column;
  }

  .blog-main-headline,
  .blog-main-description {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .popular-blog-wrapper {
    row-gap: 40px;
  }

  .inner-single-blog {
    border: none;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
  }

  .inner-single-blog:nth-child(odd) .popular-single-img {
    order: 0;
  }

  .inner-single-blog:not(:nth-child(3n))::before,
  .inner-single-blog:not(:nth-child(3n))::after {
    display: none;
  }

  .middle-single-img {
    max-width: 80%;
  }

  .single-image-style1-wrapper,
  .single-image-style2-wrapper,
  .single-image-style4-wrapper {
    flex-direction: column;
    row-gap: 30px;
  }

  .contact-items {
    margin-top: 40px;
  }

  /* about */
  .owner-info-top .section-headline,
  .apart-content .section-headline {
    font-size: 35px;
    line-height: 1.5;
  }

  .owner-bio-description,
  .quote-description {
    order: 2;
    margin-top: 30px;
  }

  .home-banner .video-banner {
    -webkit-clip-path: circle(10%);
    clip-path: circle(10%);
  }

  /* .order-online{
    background-image: url(../images/order-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
  } */

  .menu-category .falafel-bowl-pagination {
    display: none;
  }


  .menu-category {
    display: block;
    padding: 70px 0 40px;
  }

  .text-space {
    display: flex;
    max-width: 100%;
    padding-bottom: 40px;
    align-items: center;
    padding-left: 25px;
  }

  .text-space-line {
    height: 1px;
    width: 100%;
    background-color: var(--ash-color);
    margin-right: 30px;
    position: relative;
    flex: 1;
    margin-left: 20px;
  }

  .menu-dark-bg .text-space-line {
    background-color: #fff;
  }

  .menu-dark-bg .text-space-line:after {
    border: 1px solid #fff;
  }

  .text-space-line:after {
    content: '';
    position: absolute;
    right: -5px;
    bottom: -2px;
    background-color: transparent;
    border: 1px solid var(--ash-color);
    border-radius: 100%;
    width: 5px;
    height: 5px;
  }

  .menu-verticle {
    writing-mode: inherit;
    transform: rotate(0deg);
    transform-origin: center;
    padding: 0 30px;
  }

  .menu-verticle h2 {
    font-size: 32px;
    font-weight: 600;
  }

  .menu-title {
    font-size: 20px;
    line-height: 30px;
  }

  .menu-details {
    max-width: 100%;
    font-size: 15px;
  }

  .menus-slider-wrapper .swiper-wrapper,
  .menus-slider-wrapper .swiper-slider {
    display: block;
    padding: 0 30px;
  }

  .menus-slider-wrapper .swiper-slide {
    max-width: 100%;
    display: flex;
    align-items: center;
    /* margin-bottom: 50px; */
    padding-right: 30px;
  }

  .menus-slider-wrapper .swiper-slide img {
    height: auto;
  }

  .menus-slider-wrapper .swiper-slide .swiper-image {
    transform: rotate(0deg);
    max-width: 30%;
    flex: 0 0 30%;
  }

  .menus-slider-wrapper .swiper-slide .projects {
    transform: rotate(0deg);
    max-width: 100% !important;
    flex: 0 0 30%;
  }

  .menus-slider-wrapper .swiper-slide .menu-content {
    max-width: 75%;
    flex: 0 0 75%;
    text-align: inherit;
    padding: 0 30px;
    padding-right: 0;
  }

  .menu-section-bg {
    display: block;
    margin-bottom: 15px;
  }

  .menu-tabs-fixed.scroll .menu-tab-wrapper {
    padding-left: 15px;
    padding-right: 107px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    flex-wrap: nowrap;
    justify-content: inherit;
    scrollbar-width: none;
    -ms-overflow-style: none;
    transition: padding .5s;
    margin-top: 0;
  }


  .menu-left-arrow,
  .menu-right-arrow {
    background-color: var(--site-secondary-color);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }

  .menu-tabs-fixed.scroll .menu-item-arrow {
    opacity: 1;
    transition: .5s;
    transform: translateX(0);
  }

  .menu-tabs-fixed.scroll .menu-tab-wrapper li a {
    padding: 5px 11px;
  }

  .popular-blog-wrapper .inner-single-blog:nth-child(even) .popular-single-img {
    order: 2;
  }

  .parallax-wrapper {
    display: none !important;
  }

  .fork {
    max-width: 300px;
  }


  .menu-category {
    background-image: unset !important;
  }

  .menu-dark-bg .section-headline,
  .menu-dark-bg .menu-title,
  .menu-dark-bg .menu-details,
  .menu-content p {
    color: var(--site-secondary-color);
  }


  .get-in-touch {
    display: flex;
    flex-direction: column;
    padding-bottom: 50px !important;
    padding-top: 110px !important;
  }

  .get-intouch-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  .get-intouch-wrapper {
    position: relative;
  }

  .get-intouch-bowl {
    position: relative !important;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    height: inherit !important;
    left: 0 !important;
  }


}





@media(max-width:650px) {
  /* .get-intouch-wrapper{
    position: relative;
  } */

  .get-intouch-left-img {
    opacity: 0;
    visibility: hidden;
    width: 0;
  }

  .get-intouch-bowl {
    height: 70vh;
    width: 100%;
  }

  .contact-form-wrapper .form-item {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .get-intouch-form {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
  }

  .base-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media(max-width:500px) {
  .gallary .section-btn {
    transform: translate(-50%, 110%);
  }

  .golden-gate {
    height: 1000px;
  }
}

@media(max-width:430px) {
  .home-banner .section-headline {
    font-size: 33px;
    line-height: 52px;
  }

  .white-space-txt .section-headline {
    font-size: 27px;
    line-height: 42px;
  }

  .footer-menu ul {
    gap: 15px;
  }

  .scrollheader .header-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
    transition: .5s;
  }

  .fork {
    max-width: 288px;
    max-height: 731px;
    transform: translate(-56%, -99%);
  }



  .golden-gate {
    margin-top: 60px;
  }

  .home-banner .video-banner {
    -webkit-clip-path: circle(12%);
    clip-path: circle(12%);
  }

  .eat-sip-img {
    height: 565px;
    width: auto;
    transform: scale(0.65);
  }

  .eat-sip-img .overflow-hidden {
    height: 100%;
  }

  .sip-glass {
    top: 3%;
  }
}

@media (min-width: 640px) {
  .sm\:top-\[12\%\] {
    top: 12%;
  }

  .sm\:h-full {
    height: 100%;
  }

  .sm\:px-\[61px\] {
    padding-left: 61px;
    padding-right: 61px;
  }

  .sm\:pl-\[50px\] {
    padding-left: 50px;
  }
}

@media (min-width: 768px) {

  /* .fork{
    top: 15%;
  } */
  .md\:top-\[-10\%\] {
    top: -10%;
  }

  .md\:top-\[-350px\] {
    top: -350px;
  }

  .md\:mt-\[100px\] {
    margin-top: 100px;
  }

  .md\:mt-\[180px\] {
    margin-top: 180px;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[90\%\] {
    height: 90%;
  }

  .md\:w-\[40\%\] {
    width: 40%;
  }

  .md\:w-\[80\%\] {
    width: 80%;
  }

  .md\:max-w-\[23\.4\%\] {
    max-width: 23.4%;
  }

  .md\:max-w-\[30\%\] {
    max-width: 30%;
  }

  .md\:max-w-\[31\.1\%\] {
    max-width: 31.1%;
  }

  .md\:max-w-\[33\.11\%\] {
    max-width: 33.11%;
  }

  .md\:max-w-\[36\%\] {
    max-width: 36%;
  }

  .md\:max-w-\[40\%\] {
    max-width: 40%;
  }

  .md\:max-w-\[41\%\] {
    max-width: 41%;
  }

  .md\:max-w-\[43\.2\%\] {
    max-width: 43.2%;
  }

  .md\:max-w-\[44\%\] {
    max-width: 44%;
  }

  .md\:max-w-\[47\%\] {
    max-width: 47%;
  }

  .md\:max-w-\[50\%\] {
    max-width: 50%;
  }

  .md\:max-w-\[54\.3\%\] {
    max-width: 54.3%;
  }

  .md\:max-w-\[56\%\] {
    max-width: 56%;
  }

  .md\:max-w-\[60\%\] {
    max-width: 60%;
  }

  .md\:max-w-\[61\.75\%\] {
    max-width: 61.75%;
  }

  .md\:max-w-\[62\%\] {
    max-width: 62%;
  }

  .md\:max-w-\[65\.4\%\] {
    max-width: 65.4%;
  }

  .md\:max-w-\[73\.5\%\] {
    max-width: 73.5%;
  }

  .md\:flex-\[23\.4\%\] {
    flex: 23.4%;
  }

  .md\:flex-\[33\.11\%\] {
    flex: 33.11%;
  }

  .md\:flex-\[44\%\] {
    flex: 44%;
  }

  .md\:flex-\[54\.3\%\] {
    flex: 54.3%;
  }

  .md\:flex-\[54\.4\%\] {
    flex: 54.4%;
  }

  .md\:flex-\[73\.5\%\] {
    flex: 73.5%;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-baseline {
    align-items: baseline;
  }

  .md\:gap-\[11px\] {
    gap: 11px;
  }

  .md\:gap-\[40\%\] {
    gap: 40%;
  }

  .md\:px-\[4\%\] {
    padding-left: 4%;
    padding-right: 4%;
  }

  .md\:py-\[100px\] {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .md\:py-\[51px\] {
    padding-top: 51px;
    padding-bottom: 51px;
  }

  .md\:py-\[80px\] {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .md\:pl-\[23px\] {
    padding-left: 23px;
  }

  .md\:pl-\[50px\] {
    padding-left: 50px;
  }

  .md\:pr-\[150px\] {
    padding-right: 150px;
  }

  .md\:pt-\[180px\] {
    padding-top: 180px;
  }

  .md\:pt-\[286px\] {
    padding-top: 286px;
  }

  .md\:pt-\[50px\] {
    padding-top: 50px;
  }

  .md\:leading-\[normal\] {
    line-height: normal;
  }
}

@media (min-width: 1024px) {
  .lg\:left-\[10\%\] {
    left: 10%;
  }

  .lg\:right-\[10\%\] {
    right: 10%;
  }

  .lg\:right-\[16\%\] {
    right: 16%;
  }

  .lg\:top-\[-360px\] {
    top: -360px;
  }

  .lg\:mb-\[100px\] {
    margin-bottom: 100px;
  }

  .lg\:mt-\[200px\] {
    margin-top: 200px;
  }

  .lg\:mt-\[40px\] {
    margin-top: 40px;
  }

  .lg\:h-\[101px\] {
    height: 101px;
  }

  .lg\:h-\[225px\] {
    height: 225px;
  }

  .lg\:h-\[250px\] {
    height: 250px;
  }

  .lg\:h-\[51px\] {
    height: 51px;
  }

  .lg\:h-\[590px\] {
    height: 590px;
  }

  .lg\:w-\[134px\] {
    width: 134px;
  }

  .lg\:w-\[192px\] {
    width: 192px;
  }

  .lg\:w-\[394px\] {
    width: 394px;
  }

  .lg\:w-\[405px\] {
    width: 405px;
  }

  .lg\:w-\[44px\] {
    width: 44px;
  }

  .lg\:max-w-\[57\%\] {
    max-width: 57%;
  }

  .lg\:max-w-\[60\%\] {
    max-width: 60%;
  }

  .lg\:max-w-\[75\%\] {
    max-width: 75%;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:gap-\[15px\] {
    gap: 15px;
  }

  .lg\:base-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .lg\:gap-\[60px\] {
    gap: 60px;
  }

  .lg\:px-\[150px\] {
    padding-left: 150px;
    padding-right: 150px;
  }

  .lg\:px-\[3\%\] {
    padding-left: 3%;
    padding-right: 3%;
  }

  .lg\:px-\[4\%\] {
    padding-left: 4%;
    padding-right: 4%;
  }

  .lg\:px-\[7\%\] {
    padding-left: 7%;
    padding-right: 7%;
  }

  .lg\:py-\[150px\] {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .lg\:py-\[200px\] {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .lg\:pb-\[100px\] {
    padding-bottom: 100px;
  }

  .lg\:pl-\[100px\] {
    padding-left: 100px;
  }

  .lg\:pl-\[150px\] {
    padding-left: 150px;
  }

  .lg\:pl-\[182px\] {
    padding-left: 182px;
  }

  .lg\:pl-\[4\%\] {
    padding-left: 4%;
  }

  .lg\:pr-\[207px\] {
    padding-right: 207px;
  }

  .lg\:pr-\[50px\] {
    padding-right: 50px;
  }

  .lg\:pt-\[100px\] {
    padding-top: 100px;
  }

  .lg\:pt-\[150px\] {
    padding-top: 150px;
  }

  .lg\:pt-\[236px\] {
    padding-top: 236px;
  }

  .lg\:pt-\[269px\] {
    padding-top: 269px;
  }

  .lg\:text-\[32px\] {
    font-size: 32px;
  }

  .lg\:text-\[4\.0625rem\] {
    font-size: 4.0625rem;
  }
}

@media (min-width: 1280px) {
  .xl\:max-w-\[30\%\] {
    max-width: 30%;
  }

  .owner-bio {
    padding-right: 10%;
  }

  .xl\:max-w-\[64\.5\%\] {
    max-width: 64.5%;
  }

  .xl\:gap-\[20px\] {
    gap: 20px;
  }

  .xl\:pr-\[12\%\] {
    padding-right: 12%;
  }

  .xl\:text-\[6rem\] {
    font-size: 6rem;
  }
}

@media (min-width: 1536px) {
  .\32xl\:bottom-\[15\%\] {
    bottom: 15%;
  }

  .\32xl\:top-\[-450px\] {
    top: -450px;
  }

  .\32xl\:justify-between {
    justify-content: space-between;
  }

  .owner-bio {
    justify-content: center !important;
    padding-right: 0;
    gap: 10%;
  }
}




@media (max-width: 1280px) {
  .contact-right-bg {
    top: 45%;
  }
}


.contact-images {
  margin-left: auto;
}

.round3dots {
  position: absolute;
  width: 5.2%;
  /* height: 21px!important; */
  top: 7.2%;
  right: 13.5%;
  border-radius: 0 !important;
}

.contact-round-img .round3dots {
  width: 3.6%;
  top: 10.5%;
  right: 9%;
}

@media (min-width: 1536px) {
  .round3dots {
    top: 7.2%;
  }
}

@media (min-width: 2500px) {
  .round3dots {
    top: 7.9%;
    width: 30px;
    height: 30px !important;
    right: 13.5%;
  }
}

@media (min-width: 3000px) {
  .round3dots {
    width: 36px;
    height: 36px !important;
    right: 13%;
  }
}

@media (min-width: 3200px) {
  .round3dots {
    width: 36px;
    height: 36px !important;
    right: 11.8%;
  }
}

@media (min-width: 3500px) {
  .round3dots {
    top: 7.7%;
    right: 9.8%;
  }
}

@media (min-width: 3800px) {
  .round3dots {
    top: 7%;
    right: 9%;
  }
}

@media (min-width: 3800px) {
  .round3dots {
    top: 6.5%;
  }
}

@media (max-width: 1336px) {
  .round3dots {
    top: 7%;
  }
}

@media (max-width: 750px) {
  .round3dots {
    top: 7.1%;
  }
}

.menu-item-headline {
  flex: 0 0 12%;
}

.menu-item-headline h2 {
  text-transform: lowercase;
}

.partners {
  flex-direction: column !important;
}

.menu-slider-js .swiper-slide img {
  transition: transform 0.35s ease, filter 0.35s ease;
}

.menu-slider-js .swiper-slide:hover img {
  transform: scale(1.05);
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
}

/* Default cursor gizlənir */
.menu-slider-js .cursor-item img {
  cursor: none;
  border-radius: 20px;
}

/* Global custom cursor */
.custom-cursor {
  position: fixed;
  width: 80px;
  height: 80px;
  padding: 10px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.10));
  /* mouse-a çox yaxın */
  transform: translate(-22%, -22%);

  transition:
    opacity 0.15s ease,
    transform 0.12s ease;

  z-index: 9999;
}

/* Cursor img */
.custom-cursor img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Aktiv */
.custom-cursor.is-active {
  opacity: 1;
}

/* Click pulse */
.custom-cursor.is-click {
  animation: cursorPulse 0.35s ease;
}

@keyframes cursorPulse {
  0% {
    transform: translate(-22%, -22%) scale(1);
  }

  50% {
    transform: translate(-22%, -22%) scale(1.25);
  }

  100% {
    transform: translate(-22%, -22%) scale(1);
  }
}

.swiper-slide .projects img {
  height: 350px;
  object-fit: cover;
}

.rest-social {
  display: flex;
  gap: 35px;
}

.form-container {
  font-family: var(--secondary-font);
  background: #ffffff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  width: 100%;
  max-width: 600px;
}

.form-header {
  text-align: center;
  margin-bottom: 30px;
}

.form-header h2 {
  color: #d3ad8f;
  /* Vegan Green */
  margin-bottom: 10px;
}

.form-header p {
  color: #666;
  font-size: 14px;
}

/* Input Sahələri */
.input-group {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

input,
textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  font-size: 15px;
  outline: none;
  transition: 0.3s;
}

input:focus,
textarea:focus {
  border-color: #d3ad8f;
  box-shadow: 0 0 5px rgba(45, 90, 39, 0.2);
}

/* Düymə */
.submit-btn {
  width: 100%;
  background-color: #d3ad8f;
  color: white;
  padding: 15px;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
  margin-top: 10px;
}

.submit-btn:hover {
  background-color: #6d594a;
}

/* Mesajlar */
.hidden {
  display: none;
}

#successMessage {
  margin-top: 20px;
  padding: 15px;
  background-color: #d4edda;
  color: #d3ad8f;
  border-radius: 10px;
  text-align: center;
}

/* Mobil Uyğunluq */
@media (max-width: 480px) {
  .input-group {
    flex-direction: column;
    gap: 15px;
  }
}