/*!**************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./components/hero/hero.scss ***!
  \**************************************************************************************************************************************************************/
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.hero {
  position: relative;
  color: #FFFFFF;
}
.hero__container {
  position: relative;
  height: 100svh;
  max-height: 800px;
}
.hero__media-img, .hero__media-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero__media-img {
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}
.hero__media-gradient {
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.hero__text {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.hero__text h1 {
  font-weight: 400;
  --min-font: 36;
  --min-font-px: 36px;
  --max-font: 64;
  --max-font-px: 64px;
  font-size: min(calc(var(--min-font-px) + (var(--max-font) - var(--min-font)) * ((100vw - 360px) / (1920 - 360))), var(--max-font-px));
  line-height: 0.9;
  font-family: "Agenda-One", sans-serif;
  background: linear-gradient(90deg, #C49A6C 0%, #D2AA7E 14%, #F0CCA7 38%, #C49A6C 68%, #D2AA7E 80%, #F0CCA7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-wrap: balance;
  max-width: 600px;
  padding-bottom: 16px;
}
.hero__text p {
  max-width: 500px;
}
.hero__bar {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  gap: 8px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  padding: 12px;
}
.hero__rating {
  display: flex;
  align-items: center;
  gap: 8px;
}
.hero__rating-stars {
  width: 100px;
}
.hero__rating-text {
  font: 500 14px/1 "Agenda-One", sans-serif;
}
.hero__ctas {
  display: flex;
  align-items: center;
  gap: 12px;
}
.hero .btn {
  flex: 1;
}

@media only screen and (min-width: 768px) {
  .hero__bar {
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .hero__rating {
    order: 2;
  }
  .hero__ctas {
    order: 1;
  }
}
/*!******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./components/button/button.scss ***!
  \******************************************************************************************************************************************************************/
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: -moz-fit-content;
  width: fit-content;
  font: 500 14px/1.1 "Agenda-One", sans-serif;
  white-space: nowrap;
  text-decoration: none;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}
.btn--gold, .btn--silver, .btn--outline-gold {
  padding: 14px 18px;
}
.btn--gold, .btn--silver {
  color: #073C46;
}
.btn--gold {
  border: 1px solid #C49A6C;
  background: linear-gradient(90deg, #C49A6C 0%, #D2AA7E 14%, #F0CCA7 38%, #C49A6C 68%, #D2AA7E 80%, #F0CCA7 100%);
}
.btn--silver {
  background: #B2B1B0;
  border: 1px solid #B2B1B0;
}
.btn--outline-gold {
  background: linear-gradient(90deg, #C49A6C 0%, #D2AA7E 14%, #F0CCA7 38%, #C49A6C 68%, #D2AA7E 80%, #F0CCA7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: 1px solid #C0A386;
}
.btn--transparent-gold {
  background: linear-gradient(90deg, #C49A6C 0%, #D2AA7E 14%, #F0CCA7 38%, #C49A6C 68%, #D2AA7E 80%, #F0CCA7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.btn--dot-light .btn__dot-line {
  background: rgba(255, 255, 255, 0.25);
}
.btn--dot-dark svg path {
  fill: #073C46;
}
.btn--dot-dark .btn__dot-line {
  background: rgba(7, 60, 70, 0.25);
}
.btn--dot-light:hover .btn__dot-line, .btn--dot-dark:hover .btn__dot-line, .btn--dot-gold:hover .btn__dot-line {
  width: 16px;
}
.btn--dot-gold svg path {
  fill: #C0A386;
}
.btn__dot {
  display: flex;
  align-items: center;
}
.btn__dot-line {
  display: block;
  width: 0;
  height: 1px;
  transition: width 300ms ease-in-out;
}
.btn__dot-icon {
  display: block;
  width: 16px;
  height: auto;
}
/*!***************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/page-explore.scss ***!
  \***************************************************************************************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  position: relative;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  -moz-osx-font-smoothing: grayscale; /*(For Firefox)*/
  -webkit-font-smoothing: antialiased; /*(For Chrome and Safari)*/
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
blockquote {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  display: block;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-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;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-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;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*
  Custom Fonts
 */
@font-face {
  font-family: "Agenda-One";
  src: url(../fonts/Agenda-One-Regular.woff2) format("woff2"), url(../fonts/Agenda-One-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Agenda-One";
  src: url(../fonts/Agenda-One-Medium.woff2) format("woff2"), url(../fonts/Agenda-One-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

.h1 {
  font-weight: 400;
  --min-font: 36;
  --min-font-px: 36px;
  --max-font: 64;
  --max-font-px: 64px;
  font-size: min(calc(var(--min-font-px) + (var(--max-font) - var(--min-font)) * ((100vw - 360px) / (1920 - 360))), var(--max-font-px));
  line-height: 0.9;
  font-family: "Agenda-One", sans-serif;
}

.h2 {
  font-weight: 400;
  --min-font: 24;
  --min-font-px: 24px;
  --max-font: 35;
  --max-font-px: 35px;
  font-size: min(calc(var(--min-font-px) + (var(--max-font) - var(--min-font)) * ((100vw - 360px) / (1920 - 360))), var(--max-font-px));
  line-height: 0.9;
  font-family: "Agenda-One", sans-serif;
}

p {
  font-weight: 400;
  --min-font: 16;
  --min-font-px: 16px;
  --max-font: 17;
  --max-font-px: 17px;
  font-size: min(calc(var(--min-font-px) + (var(--max-font) - var(--min-font)) * ((100vw - 360px) / (1920 - 360))), var(--max-font-px));
  line-height: 1.1;
  font-family: "Agenda-One", sans-serif;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 16px 0;
  transition: background-color 300ms ease-in-out, transform 300ms ease-in-out;
  z-index: 990;
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  position: relative;
  z-index: 999;
}
.header__logo-img {
  width: 120px;
}
.header__menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(0deg, #001820 0%, #064C59 100%);
  transform: translateY(-100%);
  transition: transform 300ms ease-in-out;
  padding: 120px 20px 20px;
  z-index: 992;
}
.header .menu {
  list-style: none;
  padding: 0;
  text-align: center;
}
.header .menu-item a {
  text-decoration: none;
}
.header .menu-item-has-children {
  position: relative;
}
.header .menu-item-has-children a {
  display: flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
}
.header .menu-item-has-children a::after {
  content: "";
  width: 13px;
  height: 8px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2713%27 height=%278%27 viewBox=%270 0 13 8%27 fill=%27none%27%3E%3Cpath d=%27M0.5 0.5L6.5 6.5L12.5 0.5%27 stroke=%27url%28%23paint0_linear_103_5139%29%27 stroke-linecap=%27round%27/%3E%3Cdefs%3E%3ClinearGradient id=%27paint0_linear_103_5139%27 x1=%270.500066%27 y1=%273.50009%27 x2=%2712.4999%27 y2=%273.50009%27 gradientUnits=%27userSpaceOnUse%27%3E%3Cstop stop-color=%27%23C49A6C%27/%3E%3Cstop offset=%270.504808%27 stop-color=%27%23F0CCA7%27/%3E%3Cstop offset=%270.995192%27 stop-color=%27%23D2AA7E%27/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}
.header .menu-item-has-children.active a::after {
  transform: rotate(180deg);
}
.header .menu-item-has-children.active .sub-menu {
  display: block;
}
.header .menu-item a {
  display: inline-flex;
  font: 400 16px/1.1 "Agenda-One", sans-serif;
  background: linear-gradient(90deg, #C49A6C 0%, #D2AA7E 14%, #F0CCA7 38%, #C49A6C 68%, #D2AA7E 80%, #F0CCA7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 6px 0;
}
.header .menu-item .sub-menu {
  display: none;
  list-style: none;
  padding: 0;
}
.header .menu-item .sub-menu .menu-item a::after {
  display: none;
}
.header__hamburger {
  position: relative;
  background: transparent;
  outline: 0;
  border: 0;
  padding: 0;
  z-index: 999;
}
.header__hamburger-line {
  display: block;
  width: 30px;
  height: 2px;
  background: linear-gradient(90deg, #C49A6C 0%, #D2AA7E 14%, #F0CCA7 38%, #C49A6C 68%, #D2AA7E 80%, #F0CCA7 100%);
  margin: 3px 0;
  border-radius: 5px;
}
.header.active .header__menu {
  transform: translateY(0);
}
.header.sticky {
  background: rgba(0, 24, 32, 0.9);
  backdrop-filter: blur(10px);
}
.header.hidden {
  transform: translateY(-100%);
}

@media only screen and (min-width: 1280px) {
  .header__logo-img {
    width: 145px;
  }
  .header__menu {
    position: relative;
    top: initial;
    left: initial;
    transform: none;
    padding: 0;
    background: transparent;
  }
  .header .menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 40px;
  }
  .header .menu-item-has-children.active .sub-menu, .header .menu-item-has-children:hover .sub-menu {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
  }
  .header .menu .sub-menu {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    text-align: left;
  }
  .header .menu .sub-menu .menu-item a {
    padding: 0 12px;
    border-right: 1px solid #C0A386;
  }
  .header .menu .sub-menu .menu-item:first-of-type a {
    padding-left: 0;
  }
  .header .menu .sub-menu .menu-item:last-of-type a {
    padding-right: 0;
    border-right: none;
  }
  .header__hamburger {
    display: none;
  }
}
.footer {
  background: linear-gradient(0deg, #001820 0%, #064C59 129.3%);
  padding-top: 40px;
  overflow: hidden;
}
.footer__logo-img {
  width: 100px;
  margin: 0 auto 24px;
}
.footer__socials {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #C0A386;
}
.footer__social {
  font: 400 14px/1.1 "Agenda-One", sans-serif;
  background: linear-gradient(90deg, #C49A6C 0%, #D2AA7E 14%, #F0CCA7 38%, #C49A6C 68%, #D2AA7E 80%, #F0CCA7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  text-decoration: none;
}
.footer__text {
  margin-bottom: 48px;
}
.footer__text p,
.footer__text a {
  font: 400 16px/1.1 "Agenda-One", sans-serif;
  color: #C0A386;
  text-decoration: none;
}
.footer__menu {
  margin-bottom: 48px;
}
.footer__menu .menu {
  list-style: none;
  padding: 0;
}
.footer__menu .menu-item-has-children {
  position: relative;
}
.footer__menu .menu-item-has-children a {
  display: flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
}
.footer__menu .menu-item-has-children a::after {
  content: "";
  width: 13px;
  height: 8px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2713%27 height=%278%27 viewBox=%270 0 13 8%27 fill=%27none%27%3E%3Cpath d=%27M0.5 0.5L6.5 6.5L12.5 0.5%27 stroke=%27url%28%23paint0_linear_103_5139%29%27 stroke-linecap=%27round%27/%3E%3Cdefs%3E%3ClinearGradient id=%27paint0_linear_103_5139%27 x1=%270.500066%27 y1=%273.50009%27 x2=%2712.4999%27 y2=%273.50009%27 gradientUnits=%27userSpaceOnUse%27%3E%3Cstop stop-color=%27%23C49A6C%27/%3E%3Cstop offset=%270.504808%27 stop-color=%27%23F0CCA7%27/%3E%3Cstop offset=%270.995192%27 stop-color=%27%23D2AA7E%27/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}
.footer__menu .menu-item-has-children.active a::after {
  transform: rotate(180deg);
}
.footer__menu .menu-item-has-children.active .sub-menu {
  display: block;
}
.footer__menu .menu-item a {
  display: inline-flex;
  font: 400 16px/1.1 "Agenda-One", sans-serif;
  background: linear-gradient(90deg, #C49A6C 0%, #D2AA7E 14%, #F0CCA7 38%, #C49A6C 68%, #D2AA7E 80%, #F0CCA7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
  padding: 6px 0;
}
.footer__menu .menu-item .sub-menu {
  display: none;
  list-style: none;
  padding: 0;
}
.footer__menu .menu-item .sub-menu .menu-item a::after {
  display: none;
}
.footer__form-title {
  background: linear-gradient(90deg, #C49A6C 0%, #D2AA7E 14%, #F0CCA7 38%, #C49A6C 68%, #D2AA7E 80%, #F0CCA7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer__form-description {
  color: #C0A386;
  margin-top: 16px;
}
.footer__form input {
  background: transparent;
  border: 0;
  width: 100%;
  border-bottom: 1px solid #C0A386;
  margin-top: 24px;
}
.footer__form-submit {
  background: linear-gradient(90deg, #C49A6C 0%, #D2AA7E 14%, #F0CCA7 38%, #C49A6C 68%, #D2AA7E 80%, #F0CCA7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 12px;
}
.footer__middle {
  display: grid;
  gap: 8px;
  margin-top: 48px;
}
.footer__book {
  background: rgba(10, 77, 89, 0.3);
  padding: 12px 8px;
}
.footer__submenu {
  background: rgba(10, 77, 89, 0.3);
  padding: 12px 8px;
}
.footer__submenu .menu {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.footer__submenu .menu-item a {
  font: 400 14px/1.1 "Agenda-One", sans-serif;
  color: #FFFFFF;
  text-decoration: none;
  opacity: 0.4;
}
.footer__bottom {
  display: grid;
  gap: 24px;
  margin-top: 24px;
}
.footer__sponsors {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 12px;
}
.footer__sponsor-logo {
  height: 32px;
  width: auto;
  max-width: 100%;
}
.footer__copyright {
  font: 400 14px/1.1 "Agenda-One", sans-serif;
  color: rgba(255, 255, 255, 0.3);
}
.footer__pattern {
  width: 1800px;
  height: auto;
  margin: 40px auto -290px;
}

@media only screen and (min-width: 1280px) {
  .footer {
    padding-top: 80px;
  }
  .footer__logo-img {
    width: 150px;
    margin-bottom: 100px;
  }
  .footer__top {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: flex-start;
  }
  .footer__text {
    order: 1;
  }
  .footer__socials {
    order: 2;
    display: grid;
    gap: 0;
    border: 0;
  }
  .footer__menu {
    order: 3;
  }
  .footer__form {
    order: 4;
  }
  .footer__middle {
    grid-template-columns: repeat(4, 1fr);
    align-items: stretch;
    margin-top: 80px;
  }
  .footer__book {
    order: 2;
    padding: 12px 16px;
  }
  .footer__submenu {
    order: 1;
    grid-column: span 3;
    padding: 12px 30px;
  }
  .footer__submenu .menu {
    display: flex;
    align-items: center;
    gap: 40px;
  }
  .footer__bottom {
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    gap: 8px;
  }
  .footer__sponsors {
    order: 2;
    padding: 12px 16px;
  }
  .footer__copyright {
    order: 1;
    grid-column: span 3;
    padding: 12px 30px;
  }
}
html {
  font-family: "Agenda-One", sans-serif, sans-serif;
}

/**
 * Swiper 12.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 21, 2025
 */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

/* CSS Mode */
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: "";
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.locations {
  position: relative;
  margin-bottom: 80px;
  padding-top: 100px;
  overflow: hidden;
}
.locations__pattern {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1800px;
  height: auto;
  transform: translate(-50%, -79%);
  z-index: -1;
}
.locations__title {
  background: var(--Crown-plaza-zlatno, linear-gradient(90deg, #C49A6C 0%, #D2AA7E 14%, #F0CCA7 38%, #C49A6C 68%, #D2AA7E 80%, #F0CCA7 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 6px 0;
}
.locations .swiper {
  padding: 24px 0;
}
.locations .swiper-button-prev, .locations .swiper-button-next {
  background: transparent;
  border: 0;
  outline: 0;
  padding: 0;
  cursor: pointer;
}
.locations .swiper-button-prev svg, .locations .swiper-button-next svg {
  display: block;
  width: 30px;
  height: auto;
}
.locations__item {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  box-sizing: border-box;
  perspective: 2000px;
}
.locations__item-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s ease-in-out;
  transform-style: preserve-3d;
}
.locations__item-front, .locations__item-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.locations__item-back {
  transform: rotateY(180deg);
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  background: linear-gradient(90deg, #C49A6C 0%, #F0CCA7 50.48%, #D2AA7E 99.52%);
  color: #0A4D59;
  padding: 40px 32px;
}
.locations__item-text {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  display: grid;
  gap: 20px;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  padding: 34px 20px;
}
.locations__item-img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.locations__item-title {
  font-weight: 400;
  --min-font: 18;
  --min-font-px: 18px;
  --max-font: 22;
  --max-font-px: 22px;
  font-size: min(calc(var(--min-font-px) + (var(--max-font) - var(--min-font)) * ((100vw - 360px) / (1920 - 360))), var(--max-font-px));
  line-height: 1;
  font-family: "Agenda-One", sans-serif;
  color: #FFFFFF;
}
.locations__item:hover .locations__item-inner {
  transform: rotateY(180deg);
}
.locations .btn {
  margin: 48px auto 0;
}
.locations__navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 12px auto 0;
}

.scroll {
  position: relative;
  background: linear-gradient(0deg, #001820 0%, #064C59 100%);
  height: 100svh;
  overflow: hidden;
}
.scroll__container {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 100%;
}
.scroll__container::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #C0A386;
  z-index: 2;
}
.scroll__pattern {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 20%;
  background-repeat: repeat;
  background-size: auto 100%;
  z-index: 1;
}
.scroll__text {
  position: relative;
  padding: 40px;
  width: 360px;
  z-index: 2;
}
.scroll__text--2 {
  text-align: center;
}
.scroll__title {
  background: linear-gradient(90deg, #C49A6C 0%, #D2AA7E 14%, #F0CCA7 38%, #C49A6C 68%, #D2AA7E 80%, #F0CCA7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 6px 0;
}
.scroll__subtitle {
  background: linear-gradient(90deg, #C49A6C 0%, #D2AA7E 14%, #F0CCA7 38%, #C49A6C 68%, #D2AA7E 80%, #F0CCA7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 6px 0;
}
.scroll__paragraphs {
  color: #C0A386;
  margin-top: 20px;
}
.scroll__img {
  position: relative;
}
.scroll__img--1-1 {
  height: 100%;
  z-index: 3;
}
.scroll__img--1-2 {
  height: 50%;
  transform: translateY(-10%);
  margin-left: -60px;
  z-index: 4;
}
.scroll__img--2-1 {
  height: 40%;
  margin-right: -120px;
  z-index: 3;
}
.scroll__img--2-2 {
  height: 100%;
  z-index: 1;
}
.scroll__img--3-1 {
  height: 60%;
}
.scroll__img--3-2 {
  height: 50%;
  z-index: 4;
  margin-left: -120px;
}

.map {
  position: relative;
}
.map__bg {
  position: relative;
  overflow-x: auto;
}
.map__img, .map__routes {
  width: auto;
  height: 600px;
}
.map__routes {
  position: absolute;
  top: 0;
  left: 0;
}
.map__route {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.map__route-pin, .map__route-distance, .map__route-steps {
  opacity: 0;
  transition: opacity 0.6s ease;
}
.map__route-distance {
  transition-delay: 1s;
}
.map__route-steps, .map__route-pin {
  transition-delay: 1.5s;
}
.map__route-name {
  display: none;
  position: absolute;
  font: 400 18px/1.1 "Agenda-One", sans-serif;
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(8px);
  padding: 2px 4px;
  z-index: 2;
}
.map__route-name--dorcol {
  top: 5%;
  left: 76%;
}
.map__route-name--kalemegdan {
  top: 5%;
  left: 62%;
}
.map__route-name--knez {
  top: 12%;
  right: 34%;
}
.map__route-name--hram {
  top: 61%;
  left: 81%;
}
.map__route.active {
  opacity: 1;
}
.map__route.active .map__route-pin, .map__route.active .map__route-distance, .map__route.active .map__route-steps {
  opacity: 1;
}
.map__locations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 60px 0;
  z-index: 5;
}
.map__locations-toggle {
  width: 40px;
  height: 40px;
  background: #0A4D59;
  backdrop-filter: blur(8px);
  outline: 0;
  border: 1px solid #C0A386;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.35);
  padding: 6px;
  margin-bottom: 24px;
  cursor: pointer;
}
.map__locations-toggle svg {
  display: block;
  width: 100%;
  height: auto;
}
.map__locations-list {
  display: grid;
  gap: 16px;
  max-width: 400px;
  background: linear-gradient(0deg, #001820 0%, #064C59 100%);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.35);
  padding: 20px;
  opacity: 0;
  transform: translateX(-100%);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.map__locations.active .map__locations-list {
  opacity: 1;
  transform: translateX(0);
}
.map__location {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.map__location-name {
  font-weight: 400;
  --min-font: 16;
  --min-font-px: 16px;
  --max-font: 20;
  --max-font-px: 20px;
  font-size: min(calc(var(--min-font-px) + (var(--max-font) - var(--min-font)) * ((100vw - 360px) / (1920 - 360))), var(--max-font-px));
  line-height: 1;
  font-family: "Agenda-One", sans-serif;
  color: #FFFFFF;
}
.map__location-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  font: 500 14px/1.1 "Agenda-One", sans-serif;
  white-space: nowrap;
  text-decoration: none;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #C49A6C 0%, #D2AA7E 14%, #F0CCA7 38%, #C49A6C 68%, #D2AA7E 80%, #F0CCA7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 6px 21px;
  border: 1px solid #C0A386;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  cursor: pointer;
}
.map__location-btn::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(45deg, #C49A6C 9.27%, #F0CCA7 40.23%, #D2AA7E 74.44%, #F0CCA7 90.73%);
}
.map__location-btn.active {
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #0A4D59;
  color: #0A4D59;
  background: #C0A386;
}
.map__location-btn.active::after {
  background: #0A4D59;
}

@media only screen and (min-width: 768px) {
  .locations {
    padding-top: 180px;
  }
  .scroll__text {
    width: 480px;
    padding: 80px;
  }
}
@media only screen and (min-width: 1280px) {
  .locations__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .locations .swiper {
    order: 3;
    width: 100%;
    grid-column: span 2;
  }
  .locations__navigation {
    margin: 0 0 0 auto;
  }
  .locations .btn {
    order: 4;
    grid-column: span 2;
  }
  .scroll__container::after {
    bottom: 120px;
  }
  .scroll__text {
    width: 600px;
    padding: 120px;
  }
  .map__img, .map__routes {
    width: 100%;
    height: auto;
  }
  .map__locations {
    padding: 80px 0;
  }
  .map__locations-toggle {
    display: none;
  }
  .map__locations-list {
    opacity: 1;
    transform: none;
  }
}
