/* * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
} */
/* Tailwind */
*, ::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/* ! tailwindcss v3.4.17 | 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 */
}
/*
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 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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]:where(:not([hidden="until-found"])) {
  display: none;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.-right-\[17\%\] {
  right: -17%;
}
.bottom-8 {
  bottom: 2rem;
}
.left-0 {
  left: 0px;
}
.left-\[100vw\] {
  left: 100vw;
}
.left-\[5\%\] {
  left: 5%;
}
.right-0 {
  right: 0px;
}
.right-2 {
  right: 0.5rem;
}
.right-8 {
  right: 2rem;
}
.right-\[1vw\] {
  right: 1vw;
}
.right-\[50vw\] {
  right: 50vw;
}
.top-0 {
  top: 0px;
}
.top-2 {
  top: 0.5rem;
}
.top-32 {
  top: 8rem;
}
.top-8 {
  top: 2rem;
}
.top-\[20vh\] {
  top: 20vh;
}
.top-\[2vw\] {
  top: 2vw;
}
.top-\[50\%\] {
  top: 50%;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-50 {
  z-index: 50;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-5 {
  grid-column: span 5 / span 5;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-span-full {
  grid-column: 1 / -1;
}
.row-span-1 {
  grid-row: span 1 / span 1;
}
.row-span-2 {
  grid-row: span 2 / span 2;
}
.row-span-3 {
  grid-row: span 3 / span 3;
}
.row-span-4 {
  grid-row: span 4 / span 4;
}
.row-span-5 {
  grid-row: span 5 / span 5;
}
.m-auto {
  margin: auto;
}
.mx-\[5\%\] {
  margin-left: 5%;
  margin-right: 5%;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-\[9rem\] {
  margin-top: 9rem;
  margin-bottom: 9rem;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.-mb-2 {
  margin-bottom: -0.5rem;
}
.-mt-\[2\.3rem\] {
  margin-top: -2.3rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[10\%\] {
  margin-bottom: 10%;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-32 {
  margin-top: 8rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[9rem\] {
  margin-top: 9rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-\[\.8\] {
  aspect-ratio: .8;
}
.aspect-\[1\.5\] {
  aspect-ratio: 1.5;
}
.h-16 {
  height: 4rem;
}
.h-full {
  height: 100%;
}
.min-h-\[100vw\] {
  min-height: 100vw;
}
.min-h-\[50vh\] {
  min-height: 50vh;
}
.min-h-\[90vh\] {
  min-height: 90vh;
}
.min-h-\[95vh\] {
  min-height: 95vh;
}
.min-h-screen {
  min-height: 100vh;
}
.w-16 {
  width: 4rem;
}
.w-\[102vw\] {
  width: 102vw;
}
.w-\[40\%\] {
  width: 40%;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[60vw\] {
  width: 60vw;
}
.w-\[80\%\] {
  width: 80%;
}
.w-\[80vw\] {
  width: 80vw;
}
.w-\[90\%\] {
  width: 90%;
}
.w-full {
  width: 100%;
}
.min-w-\[30\%\] {
  min-width: 30%;
}
.max-w-\[30rem\] {
  max-width: 30rem;
}
.max-w-\[40\%\] {
  max-width: 40%;
}
.max-w-\[45\%\] {
  max-width: 45%;
}
.max-w-screen-2xl {
  max-width: 1536px;
}
.max-w-screen-lg {
  max-width: 1024px;
}
.max-w-screen-md {
  max-width: 768px;
}
.max-w-screen-sm {
  max-width: 640px;
}
.flex-1 {
  flex: 1 1 0%;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.basis-\[80vw\] {
  flex-basis: 80vw;
}
.-rotate-90 {
  --tw-rotate: -90deg;
  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));
}
.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.content-between {
  align-content: space-between;
}
.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-0 {
  gap: 0px;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[3vw\] {
  gap: 3vw;
}
.gap-\[5vw\] {
  gap: 5vw;
}
.gap-x-32 {
  -moz-column-gap: 8rem;
       column-gap: 8rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-\[\#9f4837\] {
  --tw-border-opacity: 1;
  border-color: rgb(159 72 55 / var(--tw-border-opacity, 1));
}
.border-opacity-50 {
  --tw-border-opacity: 0.5;
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.\!p-0 {
  padding: 0px !important;
}
.p-0 {
  padding: 0px;
}
.p-12 {
  padding: 3rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[10\%\] {
  padding: 10%;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[5\%\] {
  padding-left: 5%;
  padding-right: 5%;
}
.px-\[var\(--side-padding\)\] {
  padding-left: var(--side-padding);
  padding-right: var(--side-padding);
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-\[10\%\] {
  padding-top: 10%;
  padding-bottom: 10%;
}
.py-\[25vh\] {
  padding-top: 25vh;
  padding-bottom: 25vh;
}
.py-\[30vh\] {
  padding-top: 30vh;
  padding-bottom: 30vh;
}
.py-\[5\%\] {
  padding-top: 5%;
  padding-bottom: 5%;
}
.py-\[50vw\] {
  padding-top: 50vw;
  padding-bottom: 50vw;
}
.py-\[5vw\] {
  padding-top: 5vw;
  padding-bottom: 5vw;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pl-0 {
  padding-left: 0px;
}
.pt-0 {
  padding-top: 0px;
}
.pt-\[12rem\] {
  padding-top: 12rem;
}
.pt-\[1em\] {
  padding-top: 1em;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-bold {
  font-weight: 700;
}
.uppercase {
  text-transform: uppercase;
}
.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;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* Custom CSS */

:root{
    --dark-color: #9f4837;
    --featured-color: #e8d8b1;
    --bright-color: #e6b446;
    --side-padding: max(5%, calc(55vw - 512px))
}



*{
    scroll-behavior: smooth;
}

*:focus{
    outline: none;
}

* img {
    max-width: 100%;
 display: inline-block;
}

html,body {
    width: 100vw;
    overflow-x: hidden;
    /* height: 100vh; */
}



.base-section,body {
    background-color: #fff;
    color: var(--dark-color);
}

.dark-section {
    background-color: var(--dark-color);
    color: var(--featured-color);
    --svg-color: var(--featured-color);
}

.featured-section {
    background-color: var(--featured-color);
    color: var(--dark-color);
    --svg-color: var(--dark-color);

}

.bright-section {
    background-color: var(--bright-color);
    color: #fff;
    --svg-color: #fff;

}

.base-section path, body{
    fill: var(--dark-color);
}

.dark-section path{
    fill:  var(--featured-color);
}

.featured-section path {
    fill: var(--dark-color);
}

.bright-section path{
    fill: #fff;
}


footer,section,article,aside,nav,main {
    display: block;
    padding: 5% 7vw;
    position: relative;
}

@media (max-width: 768px) {
    footer,section,article,aside,nav,main {
        padding: 5%;
    }
}

header {
    color: var(--featured-color);
}

header a, .button {
  text-decoration: none;
  font-size: 1.2rem;
  padding: 1.2rem;
  text-transform: uppercase;
  cursor: pointer;
} 


.alt-max-width {
    padding-left: max(7vw, calc((100vw - 1536px)/2) );
    padding-right: max(7vw, calc((100vw - 1536px)/2) );
}



h1, h2, h3, h4, h5, h6 {
  padding-bottom: 0.5em;
  font-family: 'ivypresto-display';
  font-weight: 200;
  line-height: 1.1;
  letter-spacing: 0.01em;
}

h1,.h1 {
    font-size: max(3.5rem, 5vw);
}
h2,.h2 {
    font-size: 2rem;
}  
h3,.h3 {
    font-size: 1.5rem;
}

p,.p{
    min-height: 1px;
    font-size: 1rem;
    padding-bottom: 1em;
    font-weight: 300;
}

.cursive {
    font-family: "La Belle Aurore", cursive;
}

header a, header nav .reservation-button {
    text-decoration: none;
    color: inherit;
    font-size: 1.2rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

body{
    font-family: 'ivyepic', sans-serif;
}

.heading {
    font-family: 'ivypresto-display';
}

.link-style {
    font-family: 'IVYEPIC'; 
    letter-spacing: 0.8EM; 
    font-weight: 500;
}

.button {
  text-decoration: none;
  font-size: 1rem;
  padding: 1rem 2rem;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: 0.05em;
}

.button-subtle {
    border-bottom: 1px solid;
    border-top:1rem;
    border-bottom:1rem;

}

.button-subtle::after {
    content: '→';
}

footer a, footer h3, .height-screen footer span{
    font-size: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    letter-spacing: 3px;
    font-family: 'ivyepic', sans-serif;
}

footer svg {
    position: relative;
    left: 0rem;
    max-height: 40vh;
    width: 35%;
}


footer .footer-p{
    font-size: .8rem;
}

footer input::-moz-placeholder {
    color: var(--dark-color);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

footer input::placeholder {
    color: var(--dark-color);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

dialog::backdrop  {
    background-color: black;
    opacity: .5;
}

.form-pop-up {
    width: 90vw;
}

.form-pop-up input::-moz-placeholder {
    font-size: 0.8 !important;
}

.form-pop-up input::placeholder {
    font-size: 0.8 !important;
}


@media (min-width: 768px) {
    
    footer svg {
        left: -5%;
        width: 10rem;
    }

    .form-pop-up {
        width: 60vw;
    }
    .form-pop-up input::-moz-placeholder {
    font-size: 0.9 !important;
}
    .form-pop-up input::placeholder {
    font-size: 0.9 !important;
}

}



.copyright {
    font-size: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: .5rem;
    letter-spacing: 2px;
}


.has-arrow {
    position: relative;

}

.has-arrow:has(input:not(:-moz-placeholder))::after {
    content: url(/assets/images/svg-arrow.svg);
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
    border-top: 0.5rem solid var(--dark-color);
}

.has-arrow:has(input:not(:placeholder-shown))::after {
    content: url(/assets/images/svg-arrow.svg);
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
    border-top: 0.5rem solid var(--dark-color);
}






/* slideshow lazyloading images */
.data-divs {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    width: 1px;
    height: 1px;
    left:100vw
}

/* menu slider */


.slider-menu-item {
    scroll-snap-align: top;
    scroll-margin-top: 130px;
}

/* @media (min-width: 768px) {
    .slider-menu-item {
        scroll-margin-top: 0
    }
} */

.menu-slider-button  {
    cursor: pointer;
}

.menu-slider-button .arrow-right {
    width: 5rem;
    position: absolute;
    bottom: -2rem;
    right: 0;
}
.menu-slider-button .arrow-left {
    width: 5rem;
    position: absolute;
    bottom: -2rem;
    left: 0;
    rotate: 180deg;
}

@media screen and (min-width: 1000px) {
    .menu-slider-button .arrow-right {
        width: 7rem;
        right: -2rem;
    }
    .menu-slider-button .arrow-left {
        width: 7rem;
        left: -2rem;
    }
    
}

/* burger */

.burger-button {
  position: relative;
  top: -1rem;
  right: 5%;
  z-index: 9;
  padding: 8px;
}
/*this is where you can chand the color of the buttons*/
.burger-button span{
  width: 40px;
  border: 1px solid var(--text-color);
  background-color: var(--text-color);
  display: block;
  border-radius: 22px;
  transition: .5s opacity;
}
.burger-x-1, .burger-x-2{
  opacity: 0;
}

.burger-top, .burger-bottom{
  position: absolute;
}

.burger-top{
  top: -03px;
}

.burger-bottom{
  bottom: -03px;
}
.burger-x-1{
  position: absolute;
  top: 8px;
  transform: rotateZ(45deg);
}
.burger-x-2{
  position: absolute;
  bottom: 8px;
  transform: rotateZ(-45deg);
}

.burger-button.active .burger-middle, .burger-button.active .burger-top, .burger-button.active .burger-bottom{
  border-color: rgba(0,0,0,0);
  background-color:rgba(0,0,0,0);
}

.burger-button.active .burger-x-1, .burger-button.active .burger-x-2{
  opacity: 1;
}


.burger-menu {
    position: fixed;
    top: 0vh;
    left:100vw;
    right: -100vw;
    bottom: 0vh;
    /* background-color: #f9f9f9; */
    padding:5px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
    z-index: 8;
  transition:1s;
    align-content:space-around;
  justify-content:space-around;
  flex-direction:column;
}
.burger-menu.active{
  left:00vw;
  right:0;
}
.burger-menu a, .burger-menu .reservation-button{
  text-decoration: none;
  display:block;
  padding:5px 15px;
  text-align:center;
  white-space:nowrap;
  font-size:1.25rem;
}


/* booking-menu */


div:has(> div > div.trap.is-active)  {
    padding:1% max(10vw, calc((100vw - 1536px)/2));
}

    #xb-close-modal {
        right: 0!important;
    }

    @media (min-width: 768px) {
  .md\:relative {
    position: relative;
  }
  .md\:-right-\[5\%\] {
    right: -5%;
  }
  .md\:left-\[13\%\] {
    left: 13%;
  }
  .md\:right-8 {
    right: 2rem;
  }
  .md\:top-0 {
    top: 0px;
  }
  .md\:top-8 {
    top: 2rem;
  }
  .md\:top-\[7px\] {
    top: 7px;
  }
  .md\:order-2 {
    order: 2;
  }
  .md\:order-3 {
    order: 3;
  }
  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .md\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .md\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .md\:mt-0 {
    margin-top: 0px;
  }
  .md\:block {
    display: block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:grid {
    display: grid;
  }
  .md\:hidden {
    display: none;
  }
  .md\:aspect-auto {
    aspect-ratio: auto;
  }
  .md\:min-h-\[70vh\] {
    min-height: 70vh;
  }
  .md\:min-h-screen {
    min-height: 100vh;
  }
  .md\:w-\[35vw\] {
    width: 35vw;
  }
  .md\:w-\[50\%\] {
    width: 50%;
  }
  .md\:w-\[74\%\] {
    width: 74%;
  }
  .md\:w-full {
    width: 100%;
  }
  .md\:basis-\[35vw\] {
    flex-basis: 35vw;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:justify-center {
    justify-content: center;
  }
  .md\:p-0 {
    padding: 0px;
  }
  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .md\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
  .md\:py-\[5\%\] {
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .md\:py-\[5vh\] {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }
  .md\:pb-4 {
    padding-bottom: 1rem;
  }
  .md\:pb-\[300px\] {
    padding-bottom: 300px;
  }
  .md\:pb-\[5\%\] {
    padding-bottom: 5%;
  }
  .md\:pl-24 {
    padding-left: 6rem;
  }
  .md\:pt-0 {
    padding-top: 0px;
  }
  .md\:pt-\[5vh\] {
    padding-top: 5vh;
  }
  .md\:text-right {
    text-align: right;
  }
}