/*
! tailwindcss v3.3.5 | 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.
*/

html {
  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,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    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 */
}

/*
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. 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-size: 1em;
  /* 2 */
}

/*
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%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.left-\[50\%\] {
  left: 50%;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.top-10 {
  top: 2.5rem;
}

.top-auto {
  top: auto;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.col-start-1 {
  grid-column-start: 1;
}

.col-start-2 {
  grid-column-start: 2;
}

.col-start-3 {
  grid-column-start: 3;
}

.col-start-6 {
  grid-column-start: 6;
}

.col-end-11 {
  grid-column-end: 11;
}

.col-end-12 {
  grid-column-end: 12;
}

.col-end-13 {
  grid-column-end: 13;
}

.col-end-2 {
  grid-column-end: 2;
}

.col-end-3 {
  grid-column-end: 3;
}

.col-end-4 {
  grid-column-end: 4;
}

.col-end-5 {
  grid-column-end: 5;
}

.row-start-1 {
  grid-row-start: 1;
}

.row-start-2 {
  grid-row-start: 2;
}

.row-start-3 {
  grid-row-start: 3;
}

.row-start-4 {
  grid-row-start: 4;
}

.row-start-5 {
  grid-row-start: 5;
}

.row-end-2 {
  grid-row-end: 2;
}

.row-end-3 {
  grid-row-end: 3;
}

.row-end-4 {
  grid-row-end: 4;
}

.row-end-5 {
  grid-row-end: 5;
}

.row-end-6 {
  grid-row-end: 6;
}

.m-auto {
  margin: auto;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.my-28 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-48 {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mb-24 {
  margin-bottom: 6rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-32 {
  margin-bottom: 8rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.ml-0 {
  margin-left: 0px;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-32 {
  margin-left: 8rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-7 {
  margin-right: 1.75rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-11 {
  margin-top: 2.75rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-28 {
  margin-top: 7rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-32 {
  margin-top: 8rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-40 {
  margin-top: 10rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-52 {
  margin-top: 13rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-9 {
  margin-top: 2.25rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-0 {
  height: 0px;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-\[60px\] {
  max-height: 60px;
}

.max-h-\[650px\] {
  max-height: 650px;
}

.max-h-\[750px\] {
  max-height: 750px;
}

.w-full {
  width: 100%;
}

.max-w-\[100px\] {
  max-width: 100px;
}

.max-w-\[1200px\] {
  max-width: 1200px;
}

.max-w-\[1300px\] {
  max-width: 1300px;
}

.max-w-\[1366px\] {
  max-width: 1366px;
}

.max-w-\[1500px\] {
  max-width: 1500px;
}

.max-w-\[150px\] {
  max-width: 150px;
}

.max-w-\[400px\] {
  max-width: 400px;
}

.max-w-\[500px\] {
  max-width: 500px;
}

.max-w-\[50px\] {
  max-width: 50px;
}

.max-w-\[600px\] {
  max-width: 600px;
}

.max-w-\[750px\] {
  max-width: 750px;
}

.max-w-\[80px\] {
  max-width: 80px;
}

.max-w-\[900px\] {
  max-width: 900px;
}

.flex-auto {
  flex: 1 1 auto;
}

.translate-x-\[-50\%\] {
  --tw-translate-x: -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));
}

.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;
}

.list-none {
  list-style-type: none;
}

.auto-rows-auto {
  grid-auto-rows: auto;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-12 {
  grid-template-columns: repeat(12, 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-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-\[100px_auto\] {
  grid-template-columns: 100px auto;
}

.grid-cols-\[10fr_225px_350px_1fr\] {
  grid-template-columns: 10fr 225px 350px 1fr;
}

.grid-cols-\[10fr_454px_346px_1fr\] {
  grid-template-columns: 10fr 454px 346px 1fr;
}

.grid-cols-\[120px_auto\] {
  grid-template-columns: 120px auto;
}

.grid-cols-\[132px_auto\] {
  grid-template-columns: 132px auto;
}

.grid-cols-\[160px_2fr_2fr\] {
  grid-template-columns: 160px 2fr 2fr;
}

.grid-cols-\[1em_auto\] {
  grid-template-columns: 1em auto;
}

.grid-cols-\[1fr_1\.5fr_3fr\] {
  grid-template-columns: 1fr 1.5fr 3fr;
}

.grid-cols-\[1fr_10fr_1fr\] {
  grid-template-columns: 1fr 10fr 1fr;
}

.grid-cols-\[1fr_1200px_1fr\] {
  grid-template-columns: 1fr 1200px 1fr;
}

.grid-cols-\[1fr_auto_1fr\] {
  grid-template-columns: 1fr auto 1fr;
}

.grid-cols-\[230px_290px_510px_auto\] {
  grid-template-columns: 230px 290px 510px auto;
}

.grid-cols-\[2fr_0\.5fr\] {
  grid-template-columns: 2fr 0.5fr;
}

.grid-cols-\[2fr_3fr\] {
  grid-template-columns: 2fr 3fr;
}

.grid-cols-\[3fr_2fr_1fr\] {
  grid-template-columns: 3fr 2fr 1fr;
}

.grid-cols-\[4fr_10fr_1fr_auto\] {
  grid-template-columns: 4fr 10fr 1fr auto;
}

.grid-cols-\[4fr_auto\] {
  grid-template-columns: 4fr auto;
}

.grid-cols-\[677px_214px\] {
  grid-template-columns: 677px 214px;
}

.grid-cols-\[80px_1fr_5fr\] {
  grid-template-columns: 80px 1fr 5fr;
}

.grid-cols-\[90px_auto\] {
  grid-template-columns: 90px auto;
}

.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.grid-rows-\[100px_auto_150px\] {
  grid-template-rows: 100px auto 150px;
}

.grid-rows-\[189px_auto_266px\] {
  grid-template-rows: 189px auto 266px;
}

.grid-rows-\[2fr_1fr_3fr\] {
  grid-template-rows: 2fr 1fr 3fr;
}

.grid-rows-\[400px_100px_auto\] {
  grid-template-rows: 400px 100px auto;
}

.grid-rows-\[auto\] {
  grid-template-rows: auto;
}

.grid-rows-\[auto_500px\] {
  grid-template-rows: auto 500px;
}

.grid-rows-\[auto_auto\] {
  grid-template-rows: auto auto;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-11 {
  gap: 2.75rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-3 {
  gap: 0.75rem;
}

.overflow-hidden {
  overflow: hidden;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

.break-all {
  word-break: break-all;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.border-b-\[1px\] {
  border-bottom-width: 1px;
}

.border-r-\[1px\] {
  border-right-width: 1px;
}

.border-\[\#47D5CD\] {
  --tw-border-opacity: 1;
  border-color: rgb(71 213 205 / var(--tw-border-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}

.object-contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.object-left {
  -o-object-position: left;
  object-position: left;
}

.object-right {
  -o-object-position: right;
  object-position: right;
}

.p-14 {
  padding: 3.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-10{
  padding: 2.5rem;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-96 {
  padding-top: 24rem;
  padding-bottom: 24rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pr-0 {
  padding-right: 0px;
}

.pr-16 {
  padding-right: 4rem;
}

.pr-7 {
  padding-right: 1.75rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-24 {
  padding-top: 6rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-\[18px\] {
  font-size: 18px;
}

.\!text-\[18px\] {
  font-size: 18px !important;
}

.font-semibold {
  font-weight: 600;
}

.font-medium {
  font-weight: 500;
}

.font-bold {
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}

.text-cyan-400 {
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-\[\#47D5CD\] {
  --tw-text-opacity: 1;
  color: rgb(71 213 205 / var(--tw-text-opacity));
}

.\!text-\[\#47D5CD\] {
  --tw-text-opacity: 1 !important;
  color: rgb(71 213 205 / var(--tw-text-opacity)) !important;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.mix-blend-overlay {
  mix-blend-mode: overlay;
}

.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);
}

.outline-0 {
  outline-width: 0px;
}

.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;
}

.transition-all {
  transition-property: all;
  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);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #005172 inset !important;
  -webkit-text-fill-color: #fff;
}

html {
  -webkit-text-size-adjust: 100%;
}

html,
body {
  position: relative;
}

body::-webkit-scrollbar {
  width: 12px;
}

body {
  transition: background-color 0.3s ease-in;
  scrollbar-width: thin;
  scrollbar-color: #005172 #ffffff;
}

body::-webkit-scrollbar-track {
  background: #ffffff;
}

body::-webkit-scrollbar-thumb {
  background-color: #005172;
  border-radius: 6px;
  border: 3px solid #ffffff;
}

p {
  font-family: "poppins";
  font-weight: 300;
}

h5 {
  position: relative;
  font-family: "poppins";
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #525354;
  letter-spacing: 5px;
}

h5:before,
h5:after {
  content: "";
  background: #bed6db;
  height: 1px;
  width: 190px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

h5:before {
  left: 0;
}

h5:after {
  right: 0;
}

.button {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 5px 10px;
}

.button span {
  color: #47d5cd;
  font-size: 16px;
  line-height: 28px;
  font-family: "poppins";
  font-weight: 400;
  position: relative;
  z-index: 10;
  transition: all 200ms cubic-bezier(0.09, 0.41, 0.98, 0.87);
}

.button:after {
  content: "";
  background: #47d5cd;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
  transition: all 200ms cubic-bezier(0.09, 0.41, 0.98, 0.87);
  z-index: 0;
}

.button:hover span {
  color: #fff;
}

.button:hover:after {
  height: 100%;
  left: 0;
  right: 0;
}

header {
  background-color: transparent;
}

.resize-header nav {
  position: fixed !important;
  background-color: #005172;
  transition: all 300ms cubic-bezier(0.09, 0.41, 0.98, 0.87);
  z-index: 20;
  width: 100%;
  margin-top: 0;
}

.resize-header .header-contact-info {
  display: none;
  height: 0;
}

.resize-header .logo img {
  max-width: 50px;
  margin-top: 0;
}

.header-contact-info ul svg {
  margin-right: 10px;
}

.header-contact-info li {
  color: #fff;
}

.header-contact-info li a {
  color: #fff;
  line-height: 16px;
  font-size: 14px;
  font-family: "poppins";
  font-weight: 300;
}

.header-contact-info li.phone a {
  padding: 8px 10px;
}

/* Mobile Nav */

#menu-icon {
  color: #fff;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0px;
  right: 5px;
  cursor: pointer;
  z-index: 999;
  justify-content: center;
  align-items: center;
  display: none;
}

#menu-icon span {
  position: relative;
}

#menu-icon span,
#menu-icon span:before,
#menu-icon span:after {
  background: #000;
  display: block;
  height: 2px;
  opacity: 1;
  transition: 0.3s ease-in-out;
}

#menu-icon span:before,
#menu-icon span:after {
  content: "";
  right: 0;
  position: absolute;
}

#menu-icon span {
  width: 27px;
}

#menu-icon span:before {
  top: -10px;
  width: 16px;
}

#menu-icon span:after {
  top: 10px;
  width: 20px;
}

#menu-icon.active span {
  transform: rotate(-45deg);
  width: 27px;
  background: #fff;
}

#menu-icon.active span:before {
  top: 0px;
  transform: rotate(90deg);
  width: 27px;
  background: #fff;
}

#menu-icon.active span:after {
  top: 0px;
  left: 0;
  transform: rotate(90deg);
  opacity: 0;
  width: 0;
}

#mobile-nav {
  display: none;
}

.mnav {
  background: #0f365b url(../images/bg-search.png);
  padding: 100px 5% 5% 5%;
  position: fixed;
  height: 100vh;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  z-index: 30;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.mnav li {
  padding: 0;
  list-style: none;
  display: block;
  position: relative;
}

.mnav li a {
  width: 100%;
  position: relative;
  padding: 10px 0;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mnav li.secondary a {
  text-transform: uppercase;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: #000;
}

.mnav li span.current a {
  color: #8dacad;
}

ul.subMenu {
  width: 100%;
}

.mnav li ul li a {
  color: #8dacad;
  text-transform: none !important;
  margin-left: 5% !important;
  width: 90%;
  padding: 20px 0;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
  font-size: 14px !important;
}

.mnav li ul li:last-child a {
  border-bottom: none;
}

.mnav > li .openSub:not(:last-child):after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAGCAYAAAAVMmT4AAAACXBIWXMAAAsTAAALEwEAmpwYAAAE7mlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNy4xLWMwMDAgNzkuOWNjYzRkZSwgMjAyMi8wMy8xNC0xMToyNjoxOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIzLjMgKFdpbmRvd3MpIiB4bXA6Q3JlYXRlRGF0ZT0iMjAyMi0wNy0yNlQxMTozNjozMCswNDowMCIgeG1wOk1vZGlmeURhdGU9IjIwMjItMDctMjdUMTE6NTQ6NTcrMDQ6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMjItMDctMjdUMTE6NTQ6NTcrMDQ6MDAiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjQ5ZWNiYWFkLWRhOWItMmQ0NC1iODFlLWFiMDlkZGE2NTM4OSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0OWVjYmFhZC1kYTliLTJkNDQtYjgxZS1hYjA5ZGRhNjUzODkiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo0OWVjYmFhZC1kYTliLTJkNDQtYjgxZS1hYjA5ZGRhNjUzODkiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ5ZWNiYWFkLWRhOWItMmQ0NC1iODFlLWFiMDlkZGE2NTM4OSIgc3RFdnQ6d2hlbj0iMjAyMi0wNy0yNlQxMTozNjozMCswNDowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIzLjMgKFdpbmRvd3MpIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Puvn84UAAABrSURBVBiVbctBEcIwEIbRR8VsrpUADnBAJNQJEloUoAEJHNcFDsKFzoTAzuzpf5+IqBFxba359xFx3vcJM5ZSymq4UkrFHSeYMnPBDbUPPnDFE0c4tNb2ccMFGx49zMzXFx4CI/zBXTCPEN54lj+OZyLQpQAAAABJRU5ErkJggg==);
  right: 10px;
  top: 8px;
  position: absolute;
  transition: all 0.3s ease-out 0s;
}

.mnav > li .openSub.current:not(:last-child):after {
  transform: rotate(180deg);
}

/* Nav */

nav {
  margin-top: 0rem;
}

nav ul li a {
  font-family: "poppins";
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  margin: 0 40px;
}

nav ul li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  bottom: -4px;
  transform: scale(0, 1);
  transition: transform 0.3s;
  transform-origin: right top;
}

nav ul li a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

nav ul li {
  display: flex;
  justify-content: center;
  align-items: center;
}

nav li.logo {
  padding: 10px 0;
}

nav li.logo img {
  max-width: 102px;
  height: auto;
  transition: max-width 300ms cubic-bezier(0.09, 0.41, 0.98, 0.87);
}

nav li.logo a:after {
  display: none;
}

main {
  background-color: #faf9f8;
}

.hero {
  margin: 0;
  position: relative;
  display: flex;
}

.chill .hero {
  background: url("assets/images/hero-banner-chill.jpg") center center no-repeat;
}

.eat-drink .hero {
  background: url("assets/images/hero-banner-eat-drink.jpg") center center no-repeat;
}

.happenings .hero {
  background: url("assets/images/hero-banner-happenings.jpg") center center no-repeat;
}

.private-events .hero {
  background: url("assets/images/hero-banner-private-events.jpg") center center no-repeat;
}

.activities .hero {
  background: url("assets/images/hero-banner-activities.jpg") center center no-repeat;
}

.gallery .hero {
  background: url("assets/images/hero-banner-gallery.jpg") center center no-repeat;
}

.hero:before {
  content: "";
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 90%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.hero h2 {
  font-size: 40px;
  line-height: 50px;
  font-family: "poppins";
  font-weight: 300;
  letter-spacing: 10px;
  color: #005172;
}

.hero h1 {
  display: block;
  font-size: 80px;
  line-height: 80px;
  font-family: "poppins";
  font-weight: 800;
  letter-spacing: 2px;
  color: #fff;
}

#scroll-down-animation {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.mouse {
  margin: 0 auto;
  display: block;
  border-radius: 50px;
  border: 1px solid #fff;
  height: 50px;
  width: 25px;
  position: relative;
}

.move {
  position: absolute;
  background-color: #fff;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  animation: move 2s linear infinite;
}

@keyframes move {
  0% {
    transform: translate(-50%, 10px);
    opacity: 0;
  }

  50% {
    transform: translate(-50%, 20px);
    opacity: 1;
  }

  100% {
    transform: translate(-50%, 40px);
    opacity: 0;
  }
}

.intro .intro-content h2 {
  font-family: "poppins";
  font-weight: 700;
  font-size: 55px;
  line-height: 65px;
  color: #005172;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.intro .intro-content h3 {
  font-family: "poppins";
  font-weight: 300;
  font-size: 40px;
  line-height: 50px;
  color: #005172;
  letter-spacing: 4px;
}

.intro .inner-content h4 {
  font-family: "poppins";
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
  color: #525354;
  margin-bottom: 60px;
}

.intro .inner-content p {
  font-family: "poppins";
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  color: #525354;
  margin-bottom: 96px;
}

.intro .inner-content .img1 {
  margin-bottom: 44px;
}

.intro .intro-content .divider {
  content: "";
  height: 3px;
  width: 100%;
  background-color: #005172;
}

#bg-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.play-video {
  width: 80px;
  height: 80px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  left: 50%;
  bottom: 20%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0);
  transition: all 0.3s ease-in;
}

.play-video span {
  width: 17px;
  height: 21px;
  fill: #ffffff;
}

.play-video:hover {
  cursor: pointer;
  background: rgba(255, 255, 255, 1);
}

.play-video:hover span {
  fill: #005172;
}

/* Section 2 */

.cool p {
  font-size: 18px;
  line-height: 40px;
  font-family: "poppins";
  font-weight: 300;
  color: #525354;
  max-width: 758px;
}

.cool .inner-content p {
  font-family: "poppins";
  font-weight: 400;
  font-size: 24px;
  line-height: 48px;
  color: #525354;
}

.cool .container-image {
  max-height: 500px;
  overflow: hidden;
}

.cool h3 {
  font-family: "poppins";
  font-weight: 300;
  font-size: 40px;
  line-height: 50px;
  color: #005172;
  letter-spacing: 4px;
}

/* Eat Drink */

.home .eat-drink h3 {
  font-family: "poppins";
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
  color: #005172;
}

.home .eat-drink p {
  font-size: 16px;
  line-height: 28px;
  font-family: "poppins";
  font-weight: 300;
  color: #525354;
}

/* Happenings */

.home .happenings p {
  font-size: 16px;
  line-height: 40px;
  font-family: "poppins";
  font-weight: 300;
  color: #525354;
  max-width: 900px;
}

.home .happenings .happ-title-1 {
  font-size: 60px;
  line-height: 75px;
  font-family: "poppins";
  font-weight: 700;
  color: #003359;
  letter-spacing: 5px;
}

.home .happenings .happ-title-2 {
  font-size: 70px;
  line-height: 70px;
  font-family: "poppins";
  font-weight: 300;
  color: #003359;
  letter-spacing: 5px;
}

.home .happenings .happ-title-3 {
  font-size: 57px;
  line-height: 57px;
  font-family: "poppins";
  font-weight: 300;
  color: #003359;
  letter-spacing: 20px;
}

.home .happenings .full-section-banner {
  background: url(assets/images/beach-club-mauritius.jpg) center center no-repeat;
  background-size: cover;
}

.home .happenings h3 {
  font-family: "poppins";
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #fff;
}

.events .inner-content h3 {
  font-family: "poppins";
  font-weight: 300;
  font-size: 40px;
  line-height: 50px;
  color: #005172;
  letter-spacing: 4px;
  margin-bottom: 20px;
}

.events p {
  font-size: 16px;
  line-height: 28px;
  font-family: "poppins";
  font-weight: 300;
  color: #525354;
}

.swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper .swiper-navigation {
  width: 64px;
  position: absolute;
  right: 25%;
  top: 50%;
  transform: translate(-20%, -20%);
  z-index: 2;
}

.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  width: 64px;
  height: 64px;
  background: #bfbfbf;
  border-radius: 50px;
  position: unset;
  color: #fff;
  margin: 0;
  position: relative;
  left: unset;
  right: unset;
}

.swiper .swiper-button-prev svg,
.swiper .swiper-button-next svg {
  width: 35px !important;
}

.swiper .swiper-button-prev:before,
.swiper .swiper-button-next:before {
  content: "";
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  border-radius: 50%;
  transform: scale(0);
  transition: transform 300ms ease;
}

.swiper .swiper-button-prev:hover:before,
.swiper .swiper-button-next:hover:before {
  transform: scale(1);
}

.swiper .swiper-button-prev:after,
.swiper .swiper-button-next:after {
  display: none;
}

.swiper .swiper-button-prev {
  margin-bottom: 20px;
}

@media (min-width: 1280px) {
  .swiper .swiper-wrapper {
    left: -5%;
  }
}

.swiper-navigation-icon {
  display: none;
}

/* Newsletter */

.newsletter {
  background-color: #005172;
}

.newsletter .md-checkbox {
  max-width: 420px;
}

.newsletter input[type="text"]::-moz-placeholder,
.newsletter input[type="email"]::-moz-placeholder {
  color: #fff !important;
}

.newsletter input[type="text"]::placeholder,
.newsletter input[type="email"]::placeholder {
  color: #fff !important;
}

.newsletter input[type="text"],
.newsletter input[type="email"] {
  width: 100%;
  border: 0 !important;
  border-bottom: 2px solid #fff !important;
  background: none;
  font-size: 20px;
  line-height: 30px;
  font-family: "poppins";
  font-weight: 300;
  color: #fff;
  padding: 15px 0;
}

.newsletter input[type="text"]:focus,
.newsletter input[type="email"]:focus {
  outline: none;
}

.newsletter input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #fff;
  height: 20px;
  width: 20px;
  margin-top: 3px;
  place-content: center;
  display: grid;
}

.newsletter input[type="checkbox"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em white;
}

.newsletter input[type="checkbox"]:checked::before {
  transform: scale(1);
}

.newsletter .newsletter-form button[type="button"] {
  font-family: "poppins";
  font-weight: 700;
  font-size: 25px;
  line-height: 25px;
}

.newsletter .divider {
  height: 2px;
  width: 100%;
  background-color: #fff;
}

.newsletter h2 {
  font-family: "poppins";
  font-weight: 800;
  font-size: 70px;
  line-height: 55px;
  color: #fff !important;
}

.newsletter h2 span {
  display: block;
  font-family: "poppins";
  font-weight: 300;
  font-size: 40px;
  line-height: 40px;
  color: #e2dbd3;
}

.newsletter .opt-in {
  font-family: "poppins";
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}

/* Footer */

footer {
  background-color: #faf9f8;
}

footer .footer-nav li a {
  font-family: "poppins";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #a1a1a1;
  transition: color 200ms linear;
}

footer .footer-nav li a:hover {
  color: #005172;
}

footer h3 {
  font-family: "poppins";
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #005172;
  letter-spacing: 1px;
}

footer .contact {
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}

footer .useful-links {
  border-left: 1px solid rgba(112, 112, 112, 0.2);
}

footer .contact p {
  font-family: "poppins";
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #a1a1a1;
  margin-bottom: 34px;
}

footer .contact p:last-child {
  margin: 0;
}

footer .quick-links > li {
  margin-bottom: 35px;
}

footer .quick-links > li:last-child {
  margin-bottom: 0;
}

footer .quick-links li ul {
  display: flex;
  margin-left: 68px;
}

footer .quick-links li li a {
  font-family: "poppins";
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #a1a1a1;
  padding: 0 10px;
  position: relative;
  transition: color 200ms linear;
}

footer .quick-links li li a:after {
  content: "/";
  position: absolute;
  right: -3px;
  top: 50%;
  transform: translateY(-50%);
}

footer .quick-links li li a:hover {
  color: #005172;
}

footer .quick-links li li:last-child a:after {
  display: none;
}

footer .quick-links h4 {
  font-family: "poppins";
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #005172 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}

footer .copyright p {
  font-family: "poppins";
  font-weight: 300;
  font-size: 12px !important;
  line-height: 16px !important;
  color: #bfbfbf !important;
}

footer .date li {
  font-family: "poppins";
  font-weight: 400;
  font-size: 24px;
  color: #005172 !important;
  margin-bottom: 10px;
}

footer .date li span {
  font-size: 16px;
}

footer .date li h6 {
  font-family: "poppins";
  font-weight: 600;
  font-size: 24px;
  color: rgb(82, 83, 84);
}

/* Chill page */

.chill-intro:before {
  content: "";
  background: #faf9f8;
  width: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
}

.chill-intro h2 {
  font-family: "poppins";
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1;
  color: #005172;
  letter-spacing: 1px;
  max-width: 200px;
}

.chill-intro h4 {
  font-family: "poppins";
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
  color: #525354;
}

.chill-intro p {
  font-size: 16px;
  line-height: 28px;
  font-family: "poppins";
  font-weight: 300;
  color: #525354;
}

.cbeach-pricing p {
  font-size: 16px;
  line-height: 28px;
  font-family: "poppins";
  font-weight: 300;
  color: #525354;
}

.cbeach-pricing .border-left p {
  color: #fff;
}

.cbeach-pricing .border-left {
  background-color: #005172;
}

.cbeach-pricing .border-left h3 {
  color: #fff;
}

.chill-intro h3,
.cbeach-pricing h3 {
  font-family: "poppins";
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
  color: #005172;
  letter-spacing: 4px;
}

.chill .activities li,
.happenings .activities li,
.cbeach-pricing .activities li {
  font-family: "poppins";
  font-weight: 300;
  font-size: 14px;
  position: relative;
  padding-left: 13px;
  margin-bottom: 3px;
  text-align: left;
}

.chill .activities li:before,
.happenings .activities li:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #005172;
  border-radius: 25px;
  position: absolute;
  left: 0;
  top: 6px;
}

.cbeach-pricing .border-left .activities li:before {
  background-color: #fff;
}

/* Eat Drink page */

.eat-drink-intro:before {
  content: "";
  background: #faf9f8;
  width: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
}

.eat-drink-intro h2 {
  font-family: "poppins";
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.1;
  color: #005172;
  letter-spacing: 1px;
}

.eat-drink-intro h4 {
  font-family: "poppins";
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
  color: #525354;
}

.eat-drink-intro p {
  font-size: 16px;
  line-height: 28px;
  font-family: "poppins";
  font-weight: 300;
  color: #525354;
}

.eat-drink-intro h3 {
  font-family: "poppins";
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
  color: #005172;
  letter-spacing: 4px;
}

.menu h3 {
  font-family: "poppins";
  font-weight: 300;
  color: #005172;
  letter-spacing: 4px;
}

.eat-drink .dish-item h4 {
  font-family: "poppins";
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #005172;
  background: #fff;
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 0 5px 0 0;
}

.eat-drink .dish-section {
  position: relative;
}

.eat-drink .dish-section:before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
}

.eat-drink .dish-price {
  font-family: "poppins";
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  color: #005172;
  background: #fff;
  padding: 0 0 0 10px;
  display: inline-block;
  position: relative;
  z-index: 2;
  margin-top: 5px;
}

.eat-drink .dish-item em {
  font-size: 16px;
  line-height: 1.2;
  font-family: "poppins";
  font-weight: 300;
  color: #525354;
  display: block;
}

/* Happenings page */

.happenings-intro:before {
  content: "";
  background: #faf9f8;
  width: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
}

.happenings.inner-page h2 {
  font-family: "poppins";
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 1.1;
  color: #005172;
  letter-spacing: 1px;
}

.happenings.inner-page h4 {
  font-family: "poppins";
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
  color: #525354;
}

.happenings.inner-page p {
  font-size: 16px;
  line-height: 28px;
  font-family: "poppins";
  font-weight: 300;
  color: #525354;
}

.happenings.inner-page h3 {
  font-family: "poppins";
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
  color: #005172;
  letter-spacing: 4px;
}

.happenings .v-divider {
  width: 1px;
  height: 50px;
  background: #005172;
  margin: 20px auto;
}

.happenings .pricing li {
  font-family: "poppins";
  font-weight: 300;
}

.happenings .pricing strong {
  color: #005172;
  font-family: "poppins";
  font-weight: 600;
}

/* Private Events page */

.private-events-intro:before {
  content: "";
  background: #faf9f8;
  width: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
}

.private-events.inner-page h2 {
  font-family: "poppins";
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 1.1;
  color: #005172;
  letter-spacing: 1px;
}

.private-events.inner-page h4 {
  font-family: "poppins";
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
  color: #525354;
}

.private-events.inner-page p {
  font-size: 16px;
  line-height: 28px;
  font-family: "poppins";
  font-weight: 300;
  color: #525354;
}

.private-events.inner-page h3 {
  font-family: "poppins";
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
  color: #005172;
  letter-spacing: 4px;
}

/* Contact Information */

.contact-form .contact-details,
.contact-form .location {
  border-bottom: 1px solid #005172;
}

.contact-form h3 {
  font-family: "poppins";
  font-weight: 300;
  color: #005172;
  font-size: 30px;
  line-height: 40px;
}

.contact-form p {
  font-family: "poppins";
  font-weight: 300;
  color: #454545;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}

/* Activities */

.activities h3 {
  font-family: "poppins";
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
  color: #005172;
  letter-spacing: 4px;
}

.activities h4 {
  font-family: "poppins";
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
  color: #525354;
}

.activities-nav {
  width: 160px;
  height: 80px;
  position: absolute;
  right: 0px;
  bottom: 0;
}

.activities-nav .swiper-button-next,
.activities-nav .swiper-button-prev {
  width: 80px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0;
  margin: 0;
  position: absolute;
}

.activities-nav .swiper-button-next {
  right: 0;
  top: 0;
}

.activities-nav .swiper-button-prev {
  left: 0;
  top: 0;
}

.activities-nav .swiper-button-prev:after,
.activities-nav .swiper-button-next:after {
  color: #fff;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 1;
}

.activities-slider .swiper-pagination-bullet {
  border-radius: 0 !important;
}

.activities-slider .swiper-pagination-bullet-active {
  background-color: #005172;
}

/* Gallery */

.gallery-items .grid {
  text-align: center;
  max-width: 95vw;
}

.gallery-items .grid-item {
  padding: 5px;
  box-sizing: border-box;
  display: inline;
}

.blank-gallery-section {
  background: #fff url(assets/images/coconut-leaf.png) center top repeat;
}

@media (min-width: 500px) {
  .gallery-items .grid-item {
    width: 50%;
  }
}

@media (min-width: 1000px) {
  .gallery-items .grid-item {
    width: 33.333%;
  }
}

/* @media (min-width: 1700px) {
    .gallery-items .grid-item {
        width: 25%;
    }
}

@media (min-width: 2100px) {
    .gallery-items .grid-item {
        width: 20%;
    }
} */

/* KIDS / FAMILY Section */

.kids h3 {
  font-family: "poppins";
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
  color: #005172;
}

/* #Progress
================================================== */

.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
}

.progress-wrap::after {
  position: absolute;
  font-family: "unicons";
  content: "\e84b";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: #005172;
  /* --- Pijl kleur --- */
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
}

.progress-wrap:hover::after {
  opacity: 0;
}

.progress-wrap::before {
  position: absolute;
  font-family: "unicons";
  content: "\e84b";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  opacity: 0;
  background: black;
  /* --- Pijl hover kleur --- */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #005172;
  /* --- Lijn progres kleur --- */
  stroke-width: 4;
  box-sizing: border-box;
}

.scrolled {
  background: red;
  /* Style when class is added */
}

@media screen and (min-width: 1280px) and (max-width: 1359px) {
  nav li.logo img {
    max-width: 80px;
  }

  .hero h1 {
    font-size: 70px;
    line-height: 80px;
    letter-spacing: 15px;
  }

  .hero h1 span {
    font-size: 80px;
    line-height: 100px;
  }

  .intro .intro-content h2 {
    font-size: 70px;
    line-height: 70px;
  }

  .intro .intro-content h3 {
    font-size: 30px;
    line-height: 40px;
  }

  .intro .intro-content {
    padding-left: 64px;
    padding-right: 64px;
  }

  .cool .inner-content p {
    font-size: 20px;
    line-height: 38px;
  }

  .cool h3 {
    font-size: 70px;
    line-height: 70px;
  }

  .home .eat-drink h3 {
    font-size: 20px;
    line-height: 38px;
  }

  .eat-drink .inner-content {
    padding-left: 64px;
    padding-right: 64px;
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .swiper-navigation {
    display: none;
  }

  .newsletter .divider {
    width: 100px;
  }

  .newsletter h2 {
    font-size: 50px;
    line-height: 55px;
  }

  nav ul li a {
    margin: 0 25px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  h5:before,
  h5:after {
    width: 100px;
  }

  .home .happenings .happ-title-1 {
    font-size: 65px;
    line-height: 65px;
  }

  .home .happenings .happ-title-2 {
    font-size: 70px;
    line-height: 70px;
  }

  .home .happenings .happ-title-3 {
    font-size: 45px;
    line-height: 45px;
  }

  .newsletter .newsletter-form button[type="button"] {
    font-size: 16px !important;
    line-height: 16px !important;
  }

  .newsletter h2 {
    font-size: 40px;
    line-height: 45px;
  }

  .divider {
    width: 80px;
  }

  .private-events.inner-page h2,
  .chill-intro h2,
  .eat-drink-intro h2,
  .happenings.inner-page h2 {
    font-size: 1.8rem;
  }

  nav ul li a {
    margin: 0 20px;
  }
}

@media screen and (min-width: 0) and (max-width: 1023px) {
  .header-contact-info {
    display: none;
  }

  .swiper .swiper-navigation {
    display: none;
  }

  .eat-drink-intro h2,
  .happenings.inner-page h2,
  .private-events.inner-page h2,
  .chill-intro h2 {
    font-size: 2.5rem;
    max-width: 400px;
  }

  header {
    height: 70px;
    background-color: #fff;
    box-shadow: 0 4px 12px 2px rgba(0, 0, 0, 0.2);
  }

  #mobile-nav {
    display: block;
    z-index: 30;
  }

  #menu-icon {
    display: flex;
  }

  nav {
    display: none;
  }

  .resize-header {
    background-color: #fff;
  }

  h5 {
    padding: 30px 0;
  }

  h5:before {
    left: 50%;
    transform: translateX(-50%);
    top: 0;
  }

  h5:after {
    right: unset;
    top: unset;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }

  .newsletter h2 {
    font-size: 40px;
    line-height: 45px;
  }

  .newsletter .newsletter-form button[type="button"] {
    font-family: "poppins";
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
  }

  footer .useful-links {
    border: none;
  }

  footer .quick-links > li {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 767px) {
  .intro .intro-content h2 {
    font-size: 70px;
    line-height: 80px;
  }

  .cool .inner-content p {
    font-size: 20px;
    line-height: 35px;
  }

  .home .happenings .happ-title-1 {
    font-size: 65px;
    line-height: 65px;
  }

  .home .happenings .happ-title-2 {
    font-size: 70px;
    line-height: 70px;
  }

  .home .happenings .happ-title-3 {
    font-size: 40px;
    line-height: 40px;
  }

  .quick-links,
  .social,
  .date {
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  }
}

@media screen and (max-width: 500px) {
  .hero h1 {
    font-size: 50px;
    line-height: 70px;
    padding: 0 10px;
    letter-spacing: 5px;
  }

  .eat-drink-intro h2,
  .happenings.inner-page h2,
  .private-events.inner-page h2,
  .chill-intro h2 {
    font-size: 1.8rem;
    max-width: 300px;
  }

  .eat-drink-intro h4,
  .chill-intro h4,
  .private-events.inner-page h4,
  .happenings.inner-page h4 {
    font-size: 20px;
    line-height: 30px;
  }

  .intro .intro-content h2 {
    font-size: 45px;
    line-height: 55px;
    letter-spacing: 5px;
  }

  .hero h2 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 10px;
  }

  .home .eat-drink h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .intro .inner-content h4 {
    font-size: 20px;
    line-height: 30px;
  }

  .home .happenings .happ-title-1 {
    font-size: 50px;
    line-height: 50px;
  }

  .home .happenings .happ-title-2 {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 3px;
  }

  .home .happenings .happ-title-3 {
    font-size: 30px;
    line-height: 30px;
  }

  .events .inner-content h3 {
    font-size: 30px;
    line-height: 45px;
    letter-spacing: 2px;
  }

  .intro .intro-content h3 {
    font-size: 30px;
    line-height: 40px;
  }

  .cool h3 {
    font-size: 30px;
    line-height: 40px;
  }
}

/*FANCYBOX*/

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition:
    opacity 0.25s ease,
    visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition:
    opacity 0.25s ease 0s,
    visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes a {
  to {
    transform: rotate(1turn);
  }
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

.mailto-link {
  position: relative;
  padding: 8px 0;
}

.mailto-message {
  bottom: -30px;
  left: 50%;
  margin-bottom: -5px;
  transform: translate(-50%, 0%);
  position: absolute;
  display: none;
  width: auto;
  white-space: nowrap;
  font-size: 12px;
  background-color: #e7e7e7;
  color: #000;
  padding: 5px 6px;
  border-radius: 2px;
  border: 4px solid #e7e7e7;
  height: 34px;
  line-height: 17px;
}

.mailto-message:after,
.mailto-message:before {
  content: "";
}

.mailto-message:before {
  top: -90%;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #e7e7e7;
  border-width: 10px;
  margin-left: -10px;
}

.mailto-link:hover .mailto-message,
.mailto-link:focus .mailto-message,
.mailto-link:focus-within .mailto-message {
  display: block;
}

.menu_element_image img {
  will-change: clip-path;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}

.has_image {
  overflow: hidden;
}

.has_image > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.has_image > img.breakfast,
.has_image > img.lunch,
.has_image > img.dinner {
  transition: 0.1s ease;
}

.menu_element_white {
  transform-origin: left;
}

div[data-tab-content] {
  border: 1px solid #47d5cd;
}

div[moving-tab] a,
div[moving-tab] a.text-white {
  background: #47d5cd;
  color: #47d5cd;
  box-shadow: none !important;
}

.menu .active[aria-selected="true"] {
  background: #47d5cd;
  color: #fff;
  box-shadow: none !important;
}

@media (min-width: 640px) {
  .sm\:col-start-4 {
    grid-column-start: 4;
  }

  .sm\:col-end-10 {
    grid-column-end: 10;
  }

  .sm\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .sm\:pt-24 {
    padding-top: 6rem;
  }
}

@media (min-width: 768px) {
  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .md\:col-start-1 {
    grid-column-start: 1;
  }

  .md\:col-start-2 {
    grid-column-start: 2;
  }

  .md\:col-start-3 {
    grid-column-start: 3;
  }

  .md\:col-start-4 {
    grid-column-start: 4;
  }

  .md\:col-end-10 {
    grid-column-end: 10;
  }

  .md\:col-end-12 {
    grid-column-end: 12;
  }

  .md\:col-end-2 {
    grid-column-end: 2;
  }

  .md\:col-end-3 {
    grid-column-end: 3;
  }

  .md\:row-start-1 {
    grid-row-start: 1;
  }

  .md\:row-start-2 {
    grid-row-start: 2;
  }

  .md\:row-end-3 {
    grid-row-end: 3;
  }

  .md\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .md\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-24 {
    margin-bottom: 6rem;
  }

  .md\:ml-0 {
    margin-left: 0px;
  }

  .md\:mr-0 {
    margin-right: 0px;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:mt-32 {
    margin-top: 8rem;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:block {
    display: block;
  }

  .md\:h-\[600px\] {
    height: 600px;
  }

  .md\:max-h-\[400px\] {
    max-height: 400px;
  }

  .md\:max-w-\[100\%\] {
    max-width: 100%;
  }

  .md\:max-w-\[200px\] {
    max-width: 200px;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
   }

  .md\:grid-cols-\[1fr_2fr\] {
    grid-template-columns: 1fr 2fr;
  }

  .md\:grid-cols-\[2fr_1fr\] {
    grid-template-columns: 2fr 1fr;
  }

  .md\:grid-cols-\[2fr_1fr_1\.5fr\] {
    grid-template-columns: 2fr 1fr 1.5fr;
  }

  .md\:grid-cols-\[50px_auto\] {
    grid-template-columns: 50px auto;
  }

  .md\:grid-cols-\[5fr_5fr_1fr\] {
    grid-template-columns: 5fr 5fr 1fr;
  }

  .md\:grid-rows-\[10fr_5fr_5fr\] {
    grid-template-rows: 10fr 5fr 5fr;
  }

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pr-0 {
    padding-right: 0px;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

  .md\:text-left {
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .lg\:col-start-1 {
    grid-column-start: 1;
  }

  .lg\:col-start-2 {
    grid-column-start: 2;
  }

  .lg\:col-start-3 {
    grid-column-start: 3;
  }

  .lg\:col-start-4 {
    grid-column-start: 4;
  }

  .lg\:col-start-6 {
    grid-column-start: 6;
  }

  .lg\:col-end-12 {
    grid-column-end: 12;
  }

  .lg\:col-end-2 {
    grid-column-end: 2;
  }

  .lg\:col-end-3 {
    grid-column-end: 3;
  }

  .lg\:col-end-4 {
    grid-column-end: 4;
  }

  .lg\:col-end-5 {
    grid-column-end: 5;
  }

  .lg\:col-end-6 {
    grid-column-end: 6;
  }

  .lg\:row-start-1 {
    grid-row-start: 1;
  }

  .lg\:row-end-2 {
    grid-row-end: 2;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:ml-7 {
    margin-left: 1.75rem;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mt-28 {
    margin-top: 7rem;
  }

  .lg\:mt-40 {
    margin-top: 10rem;
  }

  .lg\:max-h-\[600px\] {
    max-height: 600px;
  }

  .lg\:max-w-full {
    max-width: 100%;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-\[1\.4fr_1fr\] {
    grid-template-columns: 1.4fr 1fr;
  }

  .lg\:grid-cols-\[10fr_300px_300px_1fr\] {
    grid-template-columns: 10fr 300px 300px 1fr;
  }

  .lg\:grid-cols-\[120px_auto\] {
    grid-template-columns: 120px auto;
  }

  .lg\:grid-cols-\[140px_200px_350px_auto\] {
    grid-template-columns: 140px 200px 350px auto;
  }

  .lg\:grid-cols-\[160px_2fr_2fr\] {
    grid-template-columns: 160px 2fr 2fr;
  }

  .lg\:grid-cols-\[1fr_1\.4fr\] {
    grid-template-columns: 1fr 1.4fr;
  }

  .lg\:grid-cols-\[1fr_1fr_1\.5fr_2fr\] {
    grid-template-columns: 1fr 1fr 1.5fr 2fr;
  }

  .lg\:grid-cols-\[2\.5fr_1fr_5fr\] {
    grid-template-columns: 2.5fr 1fr 5fr;
  }

  .lg\:grid-cols-\[2fr_3fr\] {
    grid-template-columns: 2fr 3fr;
  }

  .lg\:grid-cols-\[2fr_auto\] {
    grid-template-columns: 2fr auto;
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:gap-3 {
    gap: 0.75rem;
  }

  .lg\:gap-5 {
    gap: 1.25rem;
  }

  .lg\:p-24 {
    padding: 6rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .lg\:pr-16 {
    padding-right: 4rem;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pt-32 {
    padding-top: 8rem;
  }
}

@media (min-width: 1280px) {
  .xl\:row-start-1 {
    grid-row-start: 1;
  }

  .xl\:row-end-2 {
    grid-row-end: 2;
  }

  .xl\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .xl\:mb-24 {
    margin-bottom: 6rem;
  }

  .xl\:mb-32 {
    margin-bottom: 8rem;
  }

  .xl\:mt-16 {
    margin-top: 4rem;
  }

  .xl\:grid-cols-\[10fr_225px_350px_1fr\] {
    grid-template-columns: 10fr 225px 350px 1fr;
  }

  .xl\:grid-cols-\[10fr_454px_346px_1fr\] {
    grid-template-columns: 10fr 454px 346px 1fr;
  }

  .xl\:grid-cols-\[132px_auto\] {
    grid-template-columns: 132px auto;
  }

  .xl\:grid-cols-\[1fr_1200px_1fr\] {
    grid-template-columns: 1fr 1200px 1fr;
  }

  .xl\:grid-cols-\[230px_290px_510px_auto\] {
    grid-template-columns: 230px 290px 510px auto;
  }

  .xl\:grid-cols-\[2fr_214px\] {
    grid-template-columns: 2fr 214px;
  }

  .xl\:grid-cols-\[2fr_3fr\] {
    grid-template-columns: 2fr 3fr;
  }

  .xl\:gap-10 {
    gap: 2.5rem;
  }

  .xl\:gap-11 {
    gap: 2.75rem;
  }

  .xl\:gap-7 {
    gap: 1.75rem;
  }

  .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xl\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .xl\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1536px) {
  .\32xl\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
}

/*COOKIE BANNER STYLES STARTS HERE*/

#cookie-main-container {
  background: #fff;
  padding: 2.5rem;
  position: fixed;
  bottom: 0;
  width: 100%;
  animation: animatecookie 0.7s ease-out;
  display: none;
  margin: 0 auto;
  z-index: 100;
  box-shadow: 0 -4px 30px rgba(0, 0, 0, 0.1);
}

#close-cookie path {
  transition: stroke 0.3s ease;
  /* Smooth transition for the color change */
}

/* Change stroke color on hover */

#close-cookie:hover path {
  stroke: #005172;
  /* Change the color to red on hover */
}

#cookie-main-container .cookie-logo {
  grid-area: logo;
}

#cookie-main-container .cookie-logo a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

#cookie-main-container .cookie-logo a img:nth-child(2) {
  border-top: 1px solid #005172;
  padding-top: 5px;
}

#cookie-main-container .cookie-desc {
  line-height: 1.7;
  display: flex;
  gap: 15px;
  flex-direction: column;
  grid-area: cookie-desc;
  justify-content: center;
  font-size: 13px;
  color: #000;
}

#cookie-main-container .cookie-desc h4 {
  font-size: 1.5rem;
  color: #005172;
  font-weight: 700;
}

#cookie-main-container .cookie-inner-container {
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-areas: "logo cookie-desc cookie-button";
  gap: 30px;
  max-width: 1450px;
  margin: 0 auto;
}

.cookie-close-btn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 15px !important;
  cursor: pointer;
}

#cookie-main-container .cookie-inner-container > div {
  padding: 0 40px;
}

#cookie-main-container .cookie-btns {
  grid-area: cookie-button;
  display: flex;
  gap: 10px;
}

#cookie-main-container .cookie-btns button {
  position: relative;
  text-decoration: none;
  padding: 0.6rem 3rem;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
  cursor: pointer;
  transition: color 0.3s ease;
}

#cookie-main-container .cookie-btns #decline-btn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background-color: #005172;
  transition:
    width 0.5s ease,
    color 0.5s ease;
  z-index: -1;
}

#cookie-main-container .cookie-btns #decline-btn:hover::after {
  width: 100%;
  transition:
    width 0.5s ease,
    border 0.3s ease;
}

#decline-btn {
  border: 1px solid #005172;
}

#decline-btn:hover {
  color: #fff;
  border: 1px solid #005172;
  transition:
    color 0.5s ease,
    border 0.3s ease;
}

#cookie-main-container .cookie-details-inner {
  padding: 5px 0;
  text-decoration: none;
  border-bottom: 1.2px solid #000;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
}

#cookie-main-container .cookie-btns button:nth-child(1) {
  background: #005172;
  color: #fff;
  z-index: 1;
  border: 1px solid #005172;
  transition: all 0.5s ease;
}

#cookie-main-container .cookie-btns button:nth-child(1):hover {
  background-color: #fff;
  color: #005172;
}

@keyframes animatecookie {
  from {
    opacity: 0;
    transform: translateY(130px);
  }

  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

@media (max-width: 1250px) {
  #cookie-main-container .cookie-inner-container {
    grid-template-areas:
      "logo"
      "cookie-desc"
      "cookie-button";
  }

  .cookie-logo-inner {
    display: none !important;
  }

  #cookie-main-container .cookie-inner-container > div {
    padding: 0 20px;
  }

  #cookie-main-container {
    padding: 2.5rem 15px;
  }

  .cookie-icon-inner {
    width: 150px !important;
    border: none !important;
  }

  .cookie-close-btn {
    padding: 20px !important;
  }
}

/*COOKIE BANNER STYLES ENDS HERE*/

/* Privacy policy */

.policy h2 {
  font-family: "poppins";
  font-weight: 400;
  color: #005172;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 10px;
}

.policy h3 {
  font-family: "poppins";
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #525354;
  margin-bottom: 10px;
}

.policy p {
  font-family: "poppins";
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  color: #525354;
  margin-bottom: 20px;
}

.policy ol {
  margin-bottom: 10px;
  list-style: decimal;
  list-style-position: inside;
}

.policy ul {
  margin-bottom: 10px;
  list-style: disc;
  list-style-position: inside;
}

.policy ol li,
.policy ul li {
  font-family: "poppins";
  font-weight: 300;
  font-size: 14px;
  line-height: 28px;
  color: #525354;
}

.policy-table {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}

.policy-table ul {
  list-style: circle;
  list-style-position: inside;
  padding: 0;
  margin: 0;
}

.policy-table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.policy-table tr td {
  padding: 10px;
  vertical-align: top;
}

/* Marnish - Reserve a table button - 16-09-2025 */

.btn-rsv-table-mobile {
  display: none;
  background: #47d5cd;
  width: -moz-max-content;
  width: max-content;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  padding: 20px 25px;
  z-index: 999;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  font-size: 14px;
}

.btn-reserve-table {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  color: #fff;
  border: 1px solid #fff;
  padding: 20px 25px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.btn-reserve-table:hover {
  background: #47d5cd;
  border: 1px solid #47d5cd;
  transition: all 0.3s ease-in-out;
}

#eatapp-widget {
  position: fixed !important;
}

.eatapp-container {
  height: 95% !important;
  max-width: 550px !important;
}

@media (max-width: 1600px) {
  .btn-reserve-table {
    display: none;
  }

  .btn-rsv-table-mobile {
    display: block;
  }
}

.main-privacy-policy td {
  font-family: "poppins";
  color: #525354;
}

@media (min-width: 640px) {
  .sm\:col-start-3 {
    grid-column-start: 3;
  }

  .sm\:col-start-4 {
    grid-column-start: 4;
  }

  .sm\:col-end-10 {
    grid-column-end: 10;
  }

  .sm\:col-end-11 {
    grid-column-end: 11;
  }

  .sm\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .sm\:pt-24 {
    padding-top: 6rem;
  }
}

@media (min-width: 768px) {
  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .md\:col-start-1 {
    grid-column-start: 1;
  }

  .md\:col-start-2 {
    grid-column-start: 2;
  }

  .md\:col-start-3 {
    grid-column-start: 3;
  }

  .md\:col-start-4 {
    grid-column-start: 4;
  }

  .md\:col-end-10 {
    grid-column-end: 10;
  }

  .md\:col-end-11 {
    grid-column-end: 11;
  }

  .md\:col-end-12 {
    grid-column-end: 12;
  }

  .md\:col-end-2 {
    grid-column-end: 2;
  }

  .md\:col-end-3 {
    grid-column-end: 3;
  }

  .md\:row-start-1 {
    grid-row-start: 1;
  }

  .md\:row-start-2 {
    grid-row-start: 2;
  }

  .md\:row-end-3 {
    grid-row-end: 3;
  }

  .md\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .md\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-24 {
    margin-bottom: 6rem;
  }

  .md\:ml-0 {
    margin-left: 0px;
  }

  .md\:mr-0 {
    margin-right: 0px;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:mt-14 {
    margin-top: 3.5rem;
  }

  .md\:mt-32 {
    margin-top: 8rem;
  }

  .md\:block {
    display: block;
  }

  .md\:h-\[600px\] {
    height: 600px;
  }

  .md\:max-h-\[400px\] {
    max-height: 400px;
  }

  .md\:max-w-\[100\%\] {
    max-width: 100%;
  }

  .md\:max-w-\[200px\] {
    max-width: 200px;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-\[1fr_2fr\] {
    grid-template-columns: 1fr 2fr;
  }

  .md\:grid-cols-\[2fr_1fr\] {
    grid-template-columns: 2fr 1fr;
  }

  .md\:grid-cols-\[2fr_1fr_1\.5fr\] {
    grid-template-columns: 2fr 1fr 1.5fr;
  }

  .md\:grid-cols-\[50px_auto\] {
    grid-template-columns: 50px auto;
  }

  .md\:grid-cols-\[5fr_5fr_1fr\] {
    grid-template-columns: 5fr 5fr 1fr;
  }

  .md\:grid-rows-\[10fr_5fr_5fr\] {
    grid-template-rows: 10fr 5fr 5fr;
  }

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:p-14 {
    padding: 3.5rem;
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pr-0 {
    padding-right: 0px;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

  .md\:text-left {
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .lg\:col-start-1 {
    grid-column-start: 1;
  }

  .lg\:col-start-2 {
    grid-column-start: 2;
  }

  .lg\:col-start-3 {
    grid-column-start: 3;
  }

  .lg\:col-start-4 {
    grid-column-start: 4;
  }

  .lg\:col-start-6 {
    grid-column-start: 6;
  }

  .lg\:col-end-12 {
    grid-column-end: 12;
  }

  .lg\:col-end-2 {
    grid-column-end: 2;
  }

  .lg\:col-end-3 {
    grid-column-end: 3;
  }

  .lg\:col-end-4 {
    grid-column-end: 4;
  }

  .lg\:col-end-5 {
    grid-column-end: 5;
  }

  .lg\:col-end-6 {
    grid-column-end: 6;
  }

  .lg\:row-start-1 {
    grid-row-start: 1;
  }

  .lg\:row-end-2 {
    grid-row-end: 2;
  }

  .lg\:row-end-3 {
    grid-row-end: 3;
  }

  .lg\:row-end-4 {
    grid-row-end: 4;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:ml-7 {
    margin-left: 1.75rem;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mt-24 {
    margin-top: 6rem;
  }

  .lg\:mt-28 {
    margin-top: 7rem;
  }

  .lg\:mt-40 {
    margin-top: 10rem;
  }

  .lg\:max-h-\[600px\] {
    max-height: 600px;
  }

  .lg\:max-w-full {
    max-width: 100%;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-\[1\.4fr_1fr\] {
    grid-template-columns: 1.4fr 1fr;
  }

  .lg\:grid-cols-\[10fr_300px_300px_1fr\] {
    grid-template-columns: 10fr 300px 300px 1fr;
  }

  .lg\:grid-cols-\[120px_auto\] {
    grid-template-columns: 120px auto;
  }

  .lg\:grid-cols-\[140px_200px_350px_auto\] {
    grid-template-columns: 140px 200px 350px auto;
  }

  .lg\:grid-cols-\[160px_2fr_2fr\] {
    grid-template-columns: 160px 2fr 2fr;
  }

  .lg\:grid-cols-\[1fr_1\.4fr\] {
    grid-template-columns: 1fr 1.4fr;
  }

  .lg\:grid-cols-\[1fr_1fr_1\.5fr_2fr\] {
    grid-template-columns: 1fr 1fr 1.5fr 2fr;
  }

  .lg\:grid-cols-\[2\.5fr_1fr_5fr\] {
    grid-template-columns: 2.5fr 1fr 5fr;
  }

  .lg\:grid-cols-\[2fr_3fr\] {
    grid-template-columns: 2fr 3fr;
  }

  .lg\:grid-cols-\[2fr_auto\] {
    grid-template-columns: 2fr auto;
  }

  .lg\:grid-cols-\[500px_200px_4fr\] {
    grid-template-columns: 500px 200px 4fr;
  }

  .lg\:grid-rows-\[100px_auto_100px\] {
    grid-template-rows: 100px auto 100px;
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:gap-3 {
    gap: 0.75rem;
  }

  .lg\:gap-5 {
    gap: 1.25rem;
  }

  .lg\:p-24 {
    padding: 6rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .lg\:pr-16 {
    padding-right: 4rem;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pt-32 {
    padding-top: 8rem;
  }
}

@media (min-width: 1280px) {
  .xl\:row-start-1 {
    grid-row-start: 1;
  }

  .xl\:row-end-2 {
    grid-row-end: 2;
  }

  .xl\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .xl\:mb-24 {
    margin-bottom: 6rem;
  }

  .xl\:mb-32 {
    margin-bottom: 8rem;
  }

  .xl\:mt-16 {
    margin-top: 4rem;
  }

  .xl\:grid-cols-\[10fr_225px_350px_1fr\] {
    grid-template-columns: 10fr 225px 350px 1fr;
  }

  .xl\:grid-cols-\[10fr_454px_346px_1fr\] {
    grid-template-columns: 10fr 454px 346px 1fr;
  }

  .xl\:grid-cols-\[132px_auto\] {
    grid-template-columns: 132px auto;
  }

  .xl\:grid-cols-\[1fr_1200px_1fr\] {
    grid-template-columns: 1fr 1200px 1fr;
  }

  .xl\:grid-cols-\[230px_290px_510px_auto\] {
    grid-template-columns: 230px 290px 510px auto;
  }

  .xl\:grid-cols-\[2fr_3fr\] {
    grid-template-columns: 2fr 3fr;
  }

  .xl\:grid-cols-\[2fr_auto\] {
    grid-template-columns: 2fr auto;
  }

  .xl\:grid-cols-\[500px_200px_5fr\] {
    grid-template-columns: 500px 200px 5fr;
  }

  .xl\:gap-10 {
    gap: 2.5rem;
  }

  .xl\:gap-11 {
    gap: 2.75rem;
  }

  .xl\:gap-7 {
    gap: 1.75rem;
  }

  .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xl\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .xl\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1536px) {
  .\32xl\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
}
/* BLOG */
.blog h2 {
  font-family: "poppins";
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 1.1;
  color: #005172;
  letter-spacing: 1px;
}
.grid-blog h3 {
    font-family: 'poppins';
    font-weight: 400;
    font-size: 20px; 
    color: #005172; 
}
.blog-date {
  font-size: 16px;
  color: #005172;
  text-align: right;
}
.block-post {
  background: #f0eeed;
}
.date {
  font-size: 16px;
  color: #47d5cd;
  font-weight:bold;
}
.grid-blog {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 1366px;
    gap: 3rem;
    margin: 5% auto 10%;
}
.blog-inner{
    margin:5% 15%;
}

.blog-inner h1 {
    font-family: 'poppins';
    font-weight: 700;
    font-size: 55px;
    line-height: 65px;
    color: #005172;
    letter-spacing: 1px;
    margin: 50px 0 20px;
}

.blog-inner h2{
    font-family: 'poppins';
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
    color: #005172;
    letter-spacing: 1px; 
}

.blog-inner p{
    padding:10px 0;
}

.blog-inner a{ 
    color:#47d5cd;
    text-decoration:none; 
}
.blog-inner a:hover{ 
    text-decoration:underline;
    font-weight:400;
}

@media (max-width: 768px) {
    .grid-blog {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 2.5rem;
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media (max-width: 1024) {
    .grid-blog {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
/* BLOG END */
