/*!******************************************************************************************************************************************************************!*\
  !*** 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!./components/gallery/gallery.scss ***!
  \********************************************************************************************************************************************************************/
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
/**
 * 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 */
.gallery {
  position: relative;
  padding-bottom: 80px;
  margin: 60px 0;
  overflow: hidden;
}
.gallery__pattern {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1800px;
  height: auto;
  transform: translateX(-50%);
  z-index: -1;
}
.gallery__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;
}
.gallery__img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery .swiper {
  overflow: visible;
}
.gallery .swiper-button-prev, .gallery .swiper-button-next {
  background: transparent;
  border: 0;
  outline: 0;
  padding: 0;
  cursor: pointer;
}
.gallery .swiper-button-prev svg, .gallery .swiper-button-next svg {
  display: block;
  width: 30px;
  height: auto;
}
.gallery__navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 20px auto 0;
}
.gallery__navigation-numbers {
  display: flex;
  align-items: center;
}
.gallery__navigation-number {
  font: 500 18px/1 "Agenda-One", sans-serif;
  color: #C0A386;
}

@media only screen and (min-width: 1280px) {
  .gallery__img {
    aspect-ratio: 2/1;
  }
  .gallery__container {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    gap: 20px;
  }
  .gallery .swiper {
    order: 3;
    min-width: 0;
    width: 100%;
  }
  .gallery__navigation {
    order: 2;
    margin: 0 0 0 auto;
  }
}
/*!***********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/photoswipe/dist/photoswipe.css ***!
  \***********************************************************************************************/
/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */

.pswp {
  --pswp-bg: #000;
  --pswp-placeholder-bg: #222;
  

  --pswp-root-z-index: 100000;
  
  --pswp-preloader-color: rgba(79, 79, 79, 0.4);
  --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
  
  /* defined via js:
  --pswp-transition-duration: 333ms; */
  
  --pswp-icon-color: #fff;
  --pswp-icon-color-secondary: #4f4f4f;
  --pswp-icon-stroke-color: #4f4f4f;
  --pswp-icon-stroke-width: 2px;

  --pswp-error-text-color: var(--pswp-icon-color);
}


/*
	Styles for basic PhotoSwipe (pswp) functionality (sliding area, open/close transitions)
*/

.pswp {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: var(--pswp-root-z-index);
	display: none;
	touch-action: none;
	outline: 0;
	opacity: 0.003;
	contain: layout style size;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Prevents focus outline on the root element,
  (it may be focused initially) */
.pswp:focus {
  outline: 0;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--open {
	display: block;
}

.pswp,
.pswp__bg {
	transform: translateZ(0);
	will-change: opacity;
}

.pswp__bg {
  opacity: 0.005;
	background: var(--pswp-bg);
}

.pswp,
.pswp__scroll-wrap {
	overflow: hidden;
}

.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__content,
.pswp__img,
.pswp__zoom-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.pswp__img,
.pswp__zoom-wrap {
	width: auto;
	height: auto;
}

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/* :active to override grabbing cursor */
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
	cursor: -webkit-zoom-out;
	cursor: -moz-zoom-out;
	cursor: zoom-out;
}


/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img,
.pswp__button,
.pswp__counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pswp__item {
	/* z-index for fade transition */
	z-index: 1;
	overflow: hidden;
}

.pswp__hidden {
	display: none !important;
}

/* Allow to click through pswp__content element, but not its children */
.pswp__content {
  pointer-events: none;
}
.pswp__content > * {
  pointer-events: auto;
}


/*

  PhotoSwipe UI

*/

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg-container {
  display: grid;
}
.pswp__error-msg {
	margin: auto;
	font-size: 1em;
	line-height: 1;
	color: var(--pswp-error-text-color);
}

/*
class pswp__hide-on-close is applied to elements that
should hide (for example fade out) when PhotoSwipe is closed
and show (for example fade in) when PhotoSwipe is opened
 */
.pswp .pswp__hide-on-close {
	opacity: 0.005;
	will-change: opacity;
	transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
	z-index: 10; /* always overlap slide content */
	pointer-events: none; /* hidden elements should not be clickable */
}

/* class pswp--ui-visible is added when opening or closing transition starts */
.pswp--ui-visible .pswp__hide-on-close {
	opacity: 1;
	pointer-events: auto;
}

/* <button> styles, including css reset */
.pswp__button {
	position: relative;
	display: block;
	width: 50px;
	height: 60px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	cursor: pointer;
	background: none;
	border: 0;
	box-shadow: none;
	opacity: 0.85;
	-webkit-appearance: none;
	-webkit-touch-callout: none;
}

.pswp__button:hover,
.pswp__button:active,
.pswp__button:focus {
  transition: none;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 1;
}

.pswp__button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.pswp__icn {
  fill: var(--pswp-icon-color);
  color: var(--pswp-icon-color-secondary);
}

.pswp__icn {
  position: absolute;
  top: 14px;
  left: 9px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  pointer-events: none;
}

.pswp__icn-shadow {
  stroke: var(--pswp-icon-stroke-color);
  stroke-width: var(--pswp-icon-stroke-width);
  fill: none;
}

.pswp__icn:focus {
	outline: 0;
}

/*
	div element that matches size of large image,
	large image loads on top of it,
	used when msrc is not provided
*/
div.pswp__img--placeholder,
.pswp__img--with-bg {
	background: var(--pswp-placeholder-bg);
}

.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 60px;
	display: flex;
  flex-direction: row;
  justify-content: flex-end;
	z-index: 10;

	/* allow events to pass through top bar itself */
	pointer-events: none !important;
}
.pswp__top-bar > * {
  pointer-events: auto;
  /* this makes transition significantly more smooth,
     even though inner elements are not animated */
  will-change: opacity;
}


/*

  Close button

*/
.pswp__button--close {
  margin-right: 6px;
}


/*

  Arrow buttons

*/
.pswp__button--arrow {
  position: absolute;
  top: 0;
  width: 75px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
}

.pswp__button--arrow:disabled {
  display: none;
  cursor: default;
}

.pswp__button--arrow .pswp__icn {
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: none;
  border-radius: 0;
}

.pswp--one-slide .pswp__button--arrow {
  display: none;
}

/* hide arrows on touch screens */
.pswp--touch .pswp__button--arrow {
  visibility: hidden;
}

/* show arrows only after mouse was used */
.pswp--has_mouse .pswp__button--arrow {
  visibility: visible;
}

.pswp__button--arrow--prev {
  right: auto;
  left: 0px;
}

.pswp__button--arrow--next {
  right: 0px;
}
.pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 14px;
  /* flip horizontally */
  transform: scale(-1, 1);
}

/*

  Zoom button

*/
.pswp__button--zoom {
  display: none;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

/* "+" => "-" */
.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none;
}


/*

  Loading indicator

*/
.pswp__preloader {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 60px;
  margin-right: auto;
}

.pswp__preloader .pswp__icn {
  opacity: 0;
  transition: opacity 0.2s linear;
  animation: pswp-clockwise 600ms linear infinite;
}

.pswp__preloader--active .pswp__icn {
  opacity: 0.85;
}

@keyframes pswp-clockwise {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/*

  "1 of 10" counter

*/
.pswp__counter {
  height: 30px;
  margin-top: 15px;
  margin-inline-start: 20px;
  font-size: 14px;
  line-height: 30px;
  color: var(--pswp-icon-color);
  text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
  opacity: 0.85;
}

.pswp--one-slide .pswp__counter {
  display: none;
}

/*!******************************************************************************************************************************************************************!*\
  !*** 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-conference.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;
}

.hero {
  position: relative;
}
.hero__media-video, .hero__media-img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 800px;
}
.hero::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 50%);
  z-index: 2;
}

.intro {
  position: relative;
  color: #C0A386;
  padding-top: 60px;
  margin-bottom: 60px;
  overflow: hidden;
}
.intro__pattern {
  position: absolute;
  top: 0;
  left: 55%;
  width: 1800px;
  height: auto;
  transform: translateY(-74%);
  z-index: -1;
}
.intro__text {
  position: relative;
}
.intro__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;
}
.intro__text p {
  max-width: 500px;
}

.halls {
  margin: 60px 0;
}
.halls__item-heading-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #C0A386;
  cursor: pointer;
}
.halls__item-heading-title {
  font: 400 16px/1 "Agenda-One", sans-serif;
  color: #C0A386;
  text-transform: uppercase;
}
.halls__item-content {
  background: linear-gradient(0deg, #001820 0%, #064C59 100%);
  height: 0;
  overflow: hidden;
}
.halls__item-content-inner {
  padding: 20px;
}
.halls__item-content-container {
  display: grid;
  gap: 20px;
  max-width: 850px;
  margin: 0 auto;
}
.halls__item-img {
  width: 100%;
  max-width: 550px;
}
.halls__item-text {
  display: grid;
  gap: 20px;
}
.halls__item-paragraphs {
  color: #C0A386;
}
.halls__item-gallery {
  color: #0A4D59;
  margin-top: 12px;
  cursor: pointer;
}
.halls__item-details {
  display: grid;
  gap: 24px;
  color: #FFFFFF;
  opacity: 0.8;
}
.halls__item-detail {
  font: 500 14px/1.2 "Agenda-One", sans-serif;
}
.halls__item-note {
  font: 400 12px/1.2 "Agenda-One", sans-serif;
  color: #C0A386;
}
.halls__item--active .halls__item-content {
  height: auto;
}

.pswp__counter {
  font-family: "Agenda-One", sans-serif;
}

.wedding {
  margin: 120px 0;
}
.wedding__container {
  display: grid;
  gap: 40px;
}
.wedding__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: 16px 0;
}
.wedding__paragraphs {
  color: #C0A386;
}
.wedding__list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 20px;
}
.wedding__item {
  position: relative;
  width: 100%;
}
.wedding__item-media {
  position: relative;
  height: 300px;
}
.wedding__item-img--main {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wedding__item-img--hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 600ms ease-in-out;
}
.wedding__item-cta {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100%;
  font: 400 18px/1.2 "Agenda-One", sans-serif;
  color: #FFFFFF;
  text-wrap: nowrap;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 16px 12px;
  z-index: 2;
}
.wedding__item:hover .wedding__item-img--hover {
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .hero__media-video {
    aspect-ratio: 16/9;
  }
  .halls__item-content-container {
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
  }
  .halls__item-img {
    order: 2;
  }
  .halls__item-text {
    order: 1;
  }
  .halls__item-details-content {
    display: grid;
    grid-template-columns: 2fr 3fr;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 4px;
  }
  .halls__item--bigger .halls__item-content-container {
    grid-template-columns: 1fr;
  }
  .halls__item--bigger .halls__item-img {
    order: 1;
  }
  .halls__item--bigger .halls__item-text {
    order: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 80px;
         column-gap: 80px;
    row-gap: 20px;
  }
  .halls__item--bigger .halls__item-details-content {
    grid-template-columns: 1fr;
  }
  .wedding {
    text-align: center;
  }
  .wedding__paragraphs {
    max-width: 650px;
    margin: 0 auto;
  }
  .wedding__item {
    flex: 1;
    min-width: calc(50% - 10px);
  }
}
@media only screen and (min-width: 1280px) {
  .intro {
    padding-top: 120px;
  }
  .halls {
    margin: 120px 0;
  }
  .halls__item-content-inner {
    padding: 40px;
  }
  .halls__item-content-container {
    gap: 60px;
  }
  .halls__item-text {
    gap: 80px;
  }
  .halls__item--bigger .halls__item-content-container {
    gap: 40px;
  }
  .wedding__item {
    width: auto;
    min-width: auto;
    transition: flex 600ms ease-in-out;
  }
  .wedding__item-media {
    aspect-ratio: initial;
    height: 560px;
  }
  .wedding__item:hover {
    flex: 0 0 50%;
  }
}
