/*
! tailwindcss v3.3.3 | 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;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}

body {
  overflow-x: hidden;
  font-family: GFS Didot, serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.93;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1536px) {
  .container {
    max-width: 1456px !important;
  }
}

.container-xl {
  margin-left: auto;
  margin-right: auto;
  max-width: 1546px;
  padding-left: 15px;
  padding-right: 15px;
}

a,
    label {
  display: inline-block;
}

*, ::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: 490px) {
  .container {
    max-width: 490px;
  }
}

@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;
  }
}

@media (min-width: 1850px) {
  .container {
    max-width: 1850px;
  }
}

/* animated text */

.animated-text.from-right {
}

.animated-text.from-left {
}

.banner-slider-pagination .swiper-pagination-bullet-active {
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  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)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(201 168 144 / var(--tw-bg-opacity)) !important;
}

.banner-slider-pagination .swiper-pagination-bullet {
  height: 15px;
  width: 15px;
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  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));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.button {
  display: inline-block;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.button--gold {
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(201 168 144 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(201 168 144 / var(--tw-bg-opacity));
  padding: 4px 14px;
  font-family: Archivo, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 100;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button--gold:hover {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: #C9A890!important;
}

@media (min-width: 490px) {
  .button--gold {
    padding: 8px 35px;
  }
}

@media (min-width: 1024px) {
  .button--gold {
    padding: 13px 38px 15px 37px;
  }
}

.overlay {
  visibility: hidden;
  position: fixed;
  inset: 0px;
  z-index: 10;
  background-color: rgb(2 58 51 / 0.9);
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.overlay.overlay--active {
  visibility: visible;
  opacity: 1;
}

/* mobile menu */

.mobile-menu {
  visibility: hidden;
  position: fixed;
  inset: 0px;
  z-index: 20;
  display: flex;
  justify-content: center;
  overflow-y: auto;
  background-color: rgb(2 58 51 / 0.9);
  padding-top: 7rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.mobile-menu.mobile-menu--active {
  visibility: visible;
  opacity: 1;
}

.mobile-menu__close {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  display: flex;
  height: 3.5rem;
  width: 3.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
}

.mobile-menu .mobile-menu__item {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.mobile-menu .mobile-menu__item::after {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: -1;
  height: 2px;
  width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(201 168 144 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  content: "";
}

.mobile-menu .mobile-menu__item:hover::after {
  left: 0px;
  width: 100%;
}

.coupon-modal {
  visibility: hidden;
  position: fixed;
  inset: 0px;
  z-index: 10;
  display: flex;
  height: 100vh;
  align-items: center;
  overflow-y: auto;
  background-color: rgb(2 58 51 / 0.9);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.coupon-modal.coupon-modal--active {
  visibility: visible;
  opacity: 1;
}

.coupon-modal__close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  display: flex;
  height: 3.5rem;
  width: 3.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  font-size: 1.5rem;
  line-height: 2rem;
}

/* booking modal */

.booking-modal {
  visibility: hidden;
  position: fixed;
  inset: 0px;
  z-index: 10;
  display: flex;
  height: 100vh;
  align-items: center;
  overflow-y: auto;
  background-color: rgb(2 58 51 / 0.9);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.booking-modal.booking-modal--active {
  visibility: visible;
  opacity: 1;
}

.booking-modal__close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  display: flex;
  height: 3.5rem;
  width: 3.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  font-size: 1.5rem;
  line-height: 2rem;
}

.scroll-animation--text {
  position: relative;
  transition-property: all;
  /*transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);*/
  transition-duration: 2s;
  transition-timing-function: ease;

}

.scroll-animation--text.from-right {
  left: 100vw;
}

.scroll-animation--text.from-left {
  right: 100vw;
}

.pointer-events-none {
  pointer-events: none;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.\!-bottom-24 {
  bottom: -6rem !important;
}

.\!bottom-14 {
  bottom: 3.5rem !important;
}

.\!left-\[15px\] {
  left: 15px !important;
}

.\!top-1\/2 {
  top: 50% !important;
}

.-left-10 {
  left: -2.5rem;
}

.-top-10 {
  top: -2.5rem;
}

.-top-\[90px\] {
  top: -90px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-10 {
  bottom: 2.5rem;
}

.bottom-28 {
  bottom: 7rem;
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.left-5 {
  left: 1.25rem;
}

.right-0 {
  right: 0px;
}

.right-12 {
  right: 3rem;
}

.right-5 {
  right: 1.25rem;
}

.right-8 {
  right: 2rem;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.top-16 {
  top: 4rem;
}

.top-28 {
  top: 7rem;
}

.top-\[-23px\] {
  top: -23px;
}

.top-\[-33px\] {
  top: -33px;
}

.top-\[calc\(100\%-50px\)\] {
  top: calc(100% - 50px);
}
.top-\[calc\(100\%-240px\)\] {
  top: calc(100% - 240px);
}

.top-\[calc\(100\%-85px\)\] {
  top: calc(100% - 85px);
}

.z-10 {
  z-index: 10;
}

.z-\[-1\] {
  z-index: -1;
}

.z-\[1\] {
  z-index: 1;
}

.z-\[2\] {
  z-index: 2;
}

.order-3 {
  order: 3;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.-mb-20 {
  margin-bottom: -5rem;
}

.-mt-8 {
  margin-top: -2rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.mb-\[112px\] {
  margin-bottom: 112px;
}

.mb-\[140px\] {
  margin-bottom: 140px;
}

.mb-\[25px\] {
  margin-bottom: 25px;
}

.mb-\[30px\] {
  margin-bottom: 30px;
}

.mb-\[60px\] {
  margin-bottom: 60px;
}

.ml-auto {
  margin-left: auto;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-9 {
  margin-top: 2.25rem;
}

.mt-\[57px\] {
  margin-top: 57px;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-1\/2 {
  height: 50%;
}

.h-10 {
  height: 2.5rem;
}

.h-8 {
  height: 2rem;
}

.h-\[100px\] {
  height: 100px;
}

.h-\[330px\] {
  height: 330px;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.\!w-5 {
  width: 1.25rem !important;
}

.w-10 {
  width: 2.5rem;
}

.w-8 {
  width: 2rem;
}

.w-\[100px\] {
  width: 100px;
}

.w-full {
  width: 100%;
}

.min-w-0 {
  min-width: 0px;
}

.\!max-w-\[1150px\] {
  max-width: 1150px !important;
}

.\!max-w-\[1920px\] {
  max-width: 1920px !important;
}

.max-w-\[140px\] {
  max-width: 140px;
}

.max-w-\[1678px\] {
  max-width: 1678px;
}

.max-w-\[420px\] {
  max-width: 420px;
}

.max-w-\[481px\] {
  max-width: 481px;
}

.max-w-\[518px\] {
  max-width: 518px;
}

.max-w-\[800px\] {
  max-width: 800px;
}

.flex-grow {
  flex-grow: 1;
}

.-translate-x-1\/2 {
  --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));
}

.-translate-x-1\/4 {
  --tw-translate-x: -25%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-1\/4 {
  --tw-translate-x: 25%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-\[calc\(100\%\+74px\)\] {
  --tw-translate-x: calc(100% + 74px);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-1\/2 {
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-rotate-45 {
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-rotate-90 {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180 {
  --tw-rotate: 180deg;
  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));
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, 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));
}

.flex-col {
  flex-direction: column;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[124px\] {
  gap: 124px;
}

.gap-\[3px\] {
  gap: 3px;
}

.gap-\[9px\] {
  gap: 9px;
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-bl-\[50px\] {
  border-bottom-left-radius: 50px;
}

.rounded-bl-\[90px\] {
  border-bottom-left-radius: 90px;
}

.rounded-tr-\[50px\] {
  border-top-right-radius: 50px;
}

.rounded-tr-\[90px\] {
  border-top-right-radius: 90px;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l {
  border-left-width: 1px;
}

.border-r {
  border-right-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-theme-gold {
  --tw-border-opacity: 1;
  border-color: rgb(201 168 144 / var(--tw-border-opacity))!important;
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.bg-\[\#f6f6f6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}

.bg-theme-dark-green {
  --tw-bg-opacity: 1;
  background-color: rgb(2 58 51 / var(--tw-bg-opacity));
}

.bg-theme-dark-green\/60 {
  background-color: rgb(2 58 51 / 0.6);
}

.bg-theme-gold {
  --tw-bg-opacity: 1;
  background-color: rgb(201 168 144 / var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: transparent!important;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}

.bg-cover {
  background-size: cover;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-10 {
  padding: 2.5rem;
}

.p-\[10px_28px_10px_25px\] {
  padding: 10px 28px 10px 25px;
}

.p-\[13px_38px_15px_37px\] {
  padding: 13px 38px 15px 37px;
}

.p-\[62px_53px_65px_45px\] {
  padding: 62px 53px 65px 45px;
}

.p-\[65px_30px_45px_30px\] {
  padding: 65px 30px 45px 30px;
}

.p-\[77px_34px_100px_44px\] {
  padding: 77px 34px 100px 44px;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}

.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}

.px-\[40px\] {
  padding-left: 40px;
  padding-right: 40px;
}

.px-\[50px\] {
  padding-left: 50px;
  padding-right: 50px;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[90px\] {
  padding-top: 90px;
  padding-bottom: 90px;
}
.py-\[120px\] {
  padding-top: 120px;
  padding-bottom: 120px;
}

.py-\[65px\] {
  padding-top: 65px;
  padding-bottom: 65px;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-\[100px\] {
  padding-bottom: 100px;
}

.pb-\[105px\] {
  padding-bottom: 105px;
}

.pb-\[10px\] {
  padding-bottom: 10px;
}

.pb-\[112px\] {
  padding-bottom: 112px;
}

.pb-\[140px\] {
  padding-bottom: 140px;
}

.pb-\[162px\] {
  padding-bottom: 162px;
}

.pb-\[174px\] {
  padding-bottom: 174px;
}

.pb-\[180px\] {
  padding-bottom: 180px;
}

.pb-\[196px\] {
  padding-bottom: 196px;
}

.pb-\[303px\] {
  padding-bottom: 303px;
}

.pb-\[93px\] {
  padding-bottom: 93px;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-\[102px\] {
  padding-top: 102px;
}

.pt-\[120px\] {
  padding-top: 120px;
}

.pt-\[150px\] {
  padding-top: 150px;
}

.pt-\[155px\] {
  padding-top: 155px;
}

.pt-\[158px\] {
  padding-top: 158px;
}

.pt-\[160px\] {
  padding-top: 160px;
}

.pt-\[165px\] {
  padding-top: 165px;
}

.pt-\[173px\] {
  padding-top: 173px;
}

.pt-\[262px\] {
  padding-top: 262px;
}

.pt-\[369px\] {
  padding-top: 369px;
}

.pt-\[55px\] {
  padding-top: 55px;
}

.pt-\[95px\] {
  padding-top: 95px;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.font-archivo {
  font-family: Archivo, sans-serif;
}

.font-futura-bt-light {
  font-family: futura-bt-light;
}

.font-gfs-didot {
  font-family: GFS Didot, serif;
}

.font-helvetica {
  font-family: Helvetica, sans-serif;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-\[135px\] {
  font-size: 135px;
}

.text-\[13px\] {
  font-size: 13px;
}

.text-\[22px\] {
  font-size: 22px;
}

.text-\[30px\] {
  font-size: 30px;
}

.text-\[43px\] {
  font-size: 43px;
}

.text-\[48px\] {
  font-size: 48px;
}

.text-\[50px\] {
  font-size: 50px;
}

.text-\[56px\] {
  font-size: 56px;
}

.text-\[80px\] {
  font-size: 80px;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-bold {
  font-weight: 700;
}

.font-thin {
  font-weight: 100;
}

.uppercase {
  text-transform: uppercase;
}

.leading-\[\.8\] {
  line-height: .8;
}

.leading-\[\.9\] {
  line-height: .9;
}

.leading-\[1\.93\] {
  line-height: 1.93;
}

.leading-snug {
  line-height: 1.375;
}

.tracking-\[1\.2px\] {
  letter-spacing: 1.2px;
}

.tracking-\[4\.94px\] {
  letter-spacing: 4.94px;
}

.text-\[\#023a33\] {
  --tw-text-opacity: 1;
  color: rgb(2 58 51 / var(--tw-text-opacity));
}

.text-\[\#7b7b7b\] {
  --tw-text-opacity: 1;
  color: rgb(123 123 123 / var(--tw-text-opacity));
}

.text-\[\#8e97902b\] {
  color: #8e97902b;
}

.text-\[\#8e979080\] {
  color: #8e979080;
}

.text-\[rgba\(2\2c 58\2c 51\2c 0\.11\)\] {
  color: rgba(2,58,51,0.11);
}

.text-\[rgba\(36\2c 191\2c 172\2c 0\.11\)\] {
  color: rgba(36,191,172,0.11);
}

.text-\[rgba\(254\2c 254\2c 254\2c \.54\)\] {
  color: rgba(254,254,254,.54);
}

.text-\[rgba\(254\2c 254\2c 254\2c 0\.54\)\] {
  color: rgba(254,254,254,0.54);
}

.text-theme-dark-green {
  --tw-text-opacity: 1;
  color: rgb(2 58 51 / var(--tw-text-opacity));
}

.text-theme-gold {
  --tw-text-opacity: 1;
  color: rgb(201 168 144 / var(--tw-text-opacity));
}

.text-theme-gold-light {
  --tw-text-opacity: 1;
  color: rgb(210 172 146 / var(--tw-text-opacity));
}

.text-theme-gold\/20 {
  color: rgb(201 168 144 / 0.2);
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-white\/5 {
  color: rgb(255 255 255 / 0.05);
}

.opacity-50 {
  opacity: 0.5;
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@font-face {
  font-family: "futura-bt-light";

  font-style: light;

  font-weight: 300;

  font-display: swap;

  src: url("../fonts/futura-bt-light.woff") format("woff");
}

@font-face {
  font-family: "Helvetica";

  font-style: normal;

  font-weight: 400;

  font-display: swap;

  src: url("../fonts/Helvetica.woff2") format("woff2");
}

.swiper-pagination-bullet {
  height: 15px !important;
  width: 15px !important;
  --tw-scale-x: .5 !important;
  --tw-scale-y: .5 !important;
  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)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.swiper-pagination-bullet-active {
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  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)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(201 168 144 / var(--tw-bg-opacity)) !important;
}

/* magnific popup css */

.mfp-bg {
  opacity: 0.9;
}

/* jquery date picker */

.ui-widget-header {
  border-style: none !important;
  background-color: rgb(2 58 51 / 0.2) !important;
  font-weight: 400;
  background-image: none;
}

.ui-datepicker-calendar th {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  font-weight: 400 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
}

.ui-state-default {
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem !important;
  border-style: none !important;
  background-color: transparent !important;
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
  background-image: none !important;
}

.ui-state-highlight {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity)) !important;
}

.ui-state-active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(2 58 51 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

/* jquery selectmenu */

.ui-selectmenu-button {
  display: block;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(201 168 144 / var(--tw-border-opacity));
  background-color: transparent !important;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: rgba(254,254,254,.54) !important;
  outline: 2px solid transparent;
  outline-offset: 2px;
  background-image: none !important;
}

/* date range picker */

.daterangepicker td.active,
.daterangepicker td.active:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(2 58 51 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.daterangepicker {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
  --tw-shadow: 0 3px 10px 0 rgba(0,0,0,.05);
  --tw-shadow-colored: 0 3px 10px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.daterangepicker:after {
  top: -5px;
}

.daterangepicker .calendar-table thead tr:first-child {
  display: flex;
}

.daterangepicker tr {
  display: flex;
}

.daterangepicker th.month {
  flex-grow: 1;
}

.daterangepicker th.month select {
  height: 1.75rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.daterangepicker select.yearselect,
.daterangepicker select.monthselect {
  width: 49%;
  text-align: center;
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  display: inline-flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
}

.daterangepicker .calendar-table td,
.daterangepicker .calendar-table th:not(.prev,.next) {
  flex-grow: 1;
}

.hover\:border-theme-dark-green:hover {
  --tw-border-opacity: 1;
  border-color: rgb(2 58 51 / var(--tw-border-opacity));
}

.hover\:bg-theme-dark-green:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(2 58 51 / var(--tw-bg-opacity));
}

.hover\:bg-theme-gold:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(201 168 144 / var(--tw-bg-opacity))!important;
  color: #fff!important;
}

.hover\:bg-theme-gold\/90:hover {
  background-color: rgb(201 168 144 / 0.9);
  color: #fff!important;
}

.hover\:bg-transparent:hover {
  background-color: transparent!important;
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.group:hover .group-hover\:border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

@media not all and (min-width: 1280px) {
  .max-xl\:order-1 {
    order: 1;
  }

  .max-xl\:order-2 {
    order: 2;
  }

  .max-xl\:w-\[200px\] {
    width: 200px;
  }

  .max-xl\:w-full {
    width: 100%;
  }

  .max-xl\:flex-col {
    flex-direction: column;
  }

  .max-xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media not all and (min-width: 1024px) {
  .max-lg\:order-1 {
    order: 1;
  }

  .max-lg\:order-2 {
    order: 2;
  }

  .max-lg\:ml-\[-12px\] {
    margin-left: -12px;
  }

  .max-lg\:flex {
    display: flex;
  }

  .max-lg\:w-\[130px\] {
    width: 130px;
  }

  .max-lg\:max-w-\[400px\] {
    max-width: 400px;
  }

  .max-lg\:flex-col {
    flex-direction: column;
  }

  .max-lg\:items-end {
    align-items: flex-end;
  }

  .max-lg\:gap-5 {
    gap: 1.25rem;
  }

  .max-lg\:px-\[15px\] {
    padding-left: 15px;
    padding-right: 15px;
  }

  .max-lg\:text-right {
    text-align: right;
  }
}

@media not all and (min-width: 768px) {
  .max-md\:order-1 {
    order: 1;
  }

  .max-md\:order-2 {
    order: 2;
  }

  .max-md\:mt-\[60px\] {
    margin-top: 60px;
  }

  .max-md\:mt-\[90px\] {
    margin-top: 90px;
  }

  .max-md\:w-\[130px\] {
    width: 130px;
  }

  .max-md\:flex-col {
    flex-direction: column;
  }

  .max-md\:text-center {
    text-align: center;
  }

  .max-md\:leading-\[1\.3\] {
    line-height: 1.3;
  }
}

@media (min-width: 490px) {
  .xs\:top-\[-33px\] {
    top: -33px;
  }

  .xs\:block {
    display: block;
  }

  .xs\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xs\:text-\[43px\] {
    font-size: 43px;
  }

  .xs\:text-\[68px\] {
    font-size: 68px;
  }

  .xs\:text-\[71px\] {
    font-size: 71px;
  }

  .xs\:text-\[72px\] {
    font-size: 72px;
  }

  .xs\:text-\[99px\] {
    font-size: 99px;
  }
}

@media (min-width: 640px) {
  .sm\:text-\[81px\] {
    font-size: 81px;
  }
}

@media (min-width: 768px) {
  .md\:top-\[-47px\] {
    top: -47px;
  }

  .md\:top-\[-56px\] {
    top: -56px;
  }

  .md\:mb-\[60px\] {
    margin-bottom: 60px;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:p-20 {
    padding: 5rem;
  }

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-\[60px\] {
    font-size: 60px;
  }

  .md\:text-\[70px\] {
    font-size: 70px;
  }

  .md\:text-\[91px\] {
    font-size: 91px;
  }

  .md\:text-\[92px\] {
    font-size: 92px;
  }
}

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }

  .lg\:top-\[-76px\] {
    top: -76px;
  }

  .lg\:ml-\[222px\] {
    margin-left: 222px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:h-\[425px\] {
    height: 425px;
  }

  .lg\:h-\[510px\] {
    height: 510px;
  }

  .lg\:h-\[calc\(100\%-474px\)\] {
    height: calc(100% - 474px);
  }

  .lg\:max-w-\[520px\] {
    max-width: 520px;
  }

  .lg\:max-w-\[calc\(100\%-520px\+60px\)\] {
    max-width: calc(100% - 520px + 60px);
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:items-end {
    align-items: flex-end;
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:space-y-\[120px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(120px * var(--tw-space-y-reverse));
  }

  .lg\:rounded-bl-\[90px\] {
    border-bottom-left-radius: 90px;
  }

  .lg\:px-\[75px\] {
    padding-left: 75px;
    padding-right: 75px;
  }

  .lg\:pb-\[190px\] {
    padding-bottom: 190px;
  }

  .lg\:pb-\[218px\] {
    padding-bottom: 218px;
  }

  .lg\:pb-\[292px\] {
    padding-bottom: 292px;
  }

  .lg\:pb-\[295px\] {
    padding-bottom: 295px;
  }

  .lg\:pl-7 {
    padding-left: 1.75rem;
  }

  .lg\:pt-\[135px\] {
    padding-top: 135px;
  }

  .lg\:pt-\[195px\] {
    padding-top: 195px;
  }

  .lg\:pt-\[208px\] {
    padding-top: 208px;
  }

  .lg\:pt-\[240px\] {
    padding-top: 240px;
  }

  .lg\:pt-\[280px\] {
    padding-top: 280px;
  }

  .lg\:pt-\[298px\] {
    padding-top: 298px;
  }

  .lg\:text-\[132px\] {
    font-size: 132px;
  }

  .lg\:text-\[135px\] {
    font-size: 135px;
  }

  .lg\:text-\[80px\] {
    font-size: 80px;
  }

  .lg\:text-\[95px\] {
    font-size: 95px;
  }
}

@media (min-width: 1280px) {
  .xl\:top-\[-76px\] {
    top: -76px;
  }

  .xl\:max-w-\[162px\] {
    max-width: 162px;
  }

  .xl\:max-w-\[481px\] {
    max-width: 481px;
  }

  .xl\:max-w-\[660px\] {
    max-width: 660px;
  }

  .xl\:max-w-\[calc\(100\%-660px\+60px\)\] {
    max-width: calc(100% - 660px + 60px);
  }

  .xl\:items-center {
    align-items: center;
  }

  .xl\:p-\[96px_201px_101px_169px\] {
    padding: 96px 201px 101px 169px;
  }

  .xl\:pb-\[230px\] {
    padding-bottom: 230px;
  }

  .xl\:pt-\[236px\] {
    padding-top: 236px;
  }

  .xl\:text-\[135px\] {
    font-size: 135px;
  }

  .xl\:text-\[60px\] {
    font-size: 60px;
  }

  .xl\:text-\[92px\] {
    font-size: 92px;
  }

  .xl\:text-\[95px\] {
    font-size: 95px;
  }
}

@media (min-width: 1536px) {
  .\32xl\:\!left-\[calc\(\(100vw-1546px\)\/2\)\] {
    left: calc((100vw - 1546px) / 2) !important;
  }

  .\32xl\:ml-\[calc\(\(100\%-1426px\)\/2-50px\)\] {
    margin-left: calc((100% - 1426px) / 2 - 50px);
  }

  .\32xl\:ml-\[calc\(\(100\%-1456px\)\/2\)\] {
    margin-left: calc((100% - 1456px) / 2);
  }

  .\32xl\:block {
    display: block;
  }

  .\32xl\:\!translate-x-0 {
    --tw-translate-x: 0px !important;
    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)) !important;
  }

  .\32xl\:gap-\[50px\] {
    gap: 50px;
  }

  .\32xl\:gap-\[90px\] {
    gap: 90px;
  }

  .\32xl\:text-\[135px\] {
    font-size: 135px;
  }

  .\32xl\:text-\[95px\] {
    font-size: 95px;
  }
}

@media (min-width: 1850px) {
  .\33xl\:block {
    display: block;
  }

  .\33xl\:gap-\[134px\] {
    gap: 134px;
  }
}

@media (max-width: 450px) {
	.mobile-logo{
		max-width: 110px!important;
	}
  .mobile-menu-view div a{
    width: 100%;
  }
  .mobile-menu-view{
    display: flex;
    flex-direction: column;
  }
  .mobile-footer-padding{
    padding-top: 100px!important;
    padding-bottom: 100px!important;
  }
   .h-screen {
    height: 60vh!important;
  }
  .banner-section > .-translate-y-1\/2 {
    --tw-translate-y: -80%;
  }
  .gallery-bg-text-m{
    font-size: 70px!important;
  }
}

.modal-coupon-details span{

  color: #fff!important;
}

.bg-custom-green {
  background-color: #023a33; /* Custom green background */
}
.text-custom-yellow {
  color: #c9a890; /* Custom yellow color for stars */
}
.leaf-icon {
  transform: translateY(-50%) rotate(160deg);
}

.Vector-Smart-Object-copy-5 {
  width: 325px;
  height: 222px;
  margin: 55px 53px 8px 149px;
  padding: 106px 271px 0 0;
  opacity: 0.22;
}

.right-\[-150px\]{
  right: -150px;
}

.nav-tab-active {
  @apply bg-gray-300;
}
.nav-tab-inactive {
  @apply text-gray-500;
}
.mx-2{
  margin-left: 8px;
  margin-right: 8px;
}

.py-\[10px\]{
  padding-top: 10px;
  padding-bottom: 10px;
}

.custom-font {
  font-family: 'futura-bt-light', sans-serif;
}