/* 
Theme Name: Caprico
Author: MagićMarinac
Author URI: https://magicmarinac.hr/
Description: CapriCo Tower
*/

/* KORIŠTENE CLAMP VRIJEDNOSTI SU MIN 768PX - MAX 1500PX ŠIRINE EKRANA */

/* gellix */

@font-face {
  font-family: "Gellix";
  src: url("../fonts/gellix/gellix-light-webfont.woff2") format("woff2");
  font-weight: 300;
  font-optical-sizing: auto;
  font-display: block;
  font-style: normal;
}

@font-face {
  font-family: "Gellix";
  src: url("../fonts/gellix/gellix-regular-webfont.woff2") format("woff2");
  font-weight: 400;
  font-optical-sizing: auto;
  font-display: block;
  font-style: normal;
}

@font-face {
  font-family: "Gellix";
  src: url("../fonts/gellix/gellix-medium-webfont.woff2") format("woff2");
  font-weight: 500;
  font-optical-sizing: auto;
  font-display: block;
  font-style: normal;
}

@font-face {
  font-family: "Gellix";
  src: url("../fonts/gellix/gellix-semibold-webfont.woff2") format("woff2");
  font-weight: 600;
  font-optical-sizing: auto;
  font-display: block;
  font-style: normal;
}

/* Default */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  text-shadow: none;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  font-family: sans-serif;
  font-size: 16px; /* base font size */
  line-height: 1.15;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-shadow: none;
}

@media (min-width: 2048px) {
  html {
    font-size: 0.78125vw;
  }
}

/* Color and spacing variables*/
:root {
  --white: #ffffff;
  --black: #252525;
  --fullBlack: #000000;
  --yellow: #fdff00;
  --pink: #de96ff;

  --green: #00402a;
  --lightGreen: #d0e6c8;
  --darkGrey: #333333;
  --beige: #e4e2da;
  --grey: #b2b2b2;

  --spacing-xxs: clamp(0.25rem, -0.0123rem + 0.5464vw, 0.5rem);
  --spacing-xs: clamp(0.5rem, -0.0246rem + 1.0929vw, 1rem);
  --spacing-sm: clamp(1rem, -0.0492rem + 2.1858vw, 2rem);
  --spacing-md: clamp(2rem, -0.0984rem + 4.3716vw, 4rem);
  --spacing-lg: clamp(4rem, -0.1967rem + 8.7432vw, 8rem);
  --spacing-xl: clamp(8rem, 1.7049rem + 13.1148vw, 14rem);

  --section-spacing-top: clamp(6rem, 2.429rem + 9.524vw, 11rem);
  --section-spacing-bottom: clamp(7rem, 2.714rem + 11.429vw, 13rem);

  --tracking: 0.001em;
  --header-height: clamp(9rem, -0.286rem + 24.762vw, 22rem);
  --container-margin: 0.75rem;
}

@media (min-width: 700px) {
  :root {
    --container-margin: 3.5rem;
  }
}

@media (min-width: 1200px) {
  :root {
    --container-margin: 10rem;
  }
}

body {
  margin: 0;
  background-color: var(--white);
  color: var(--black);
  font-family: "Gellix";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0;
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6,
.as-h1,
.as-h2,
.as-h3,
.as-h4,
.as-h5,
.as-h6 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.125;
  font-weight: 400;
  letter-spacing: calc(25 * var(--tracking));
}

h1,
.as-h1 {
  font-size: clamp(3.125rem, -0.154rem + 6.831vw, 6.25rem);
  margin-bottom: 1rem;
  font-weight: 300;
  color: var(--green);
}

h2,
.as-h2 {
  font-size: clamp(2rem, 0.82rem + 2.459vw, 3.125rem);
  padding-top: 2rem;
  padding-bottom: 1rem;
  font-weight: 300;
}

h3,
.as-h3 {
  /*font-size: clamp(1.5rem, 1.2377rem + 0.5464vw, 1.75rem);*/
  font-size: clamp(1.5rem, 1.6393vw + 0.7131rem, 2.25rem);
  padding-top: 2rem;
  padding-bottom: 1rem;
}

h4,
.as-h4 {
  font-size: clamp(1.125rem, 0.7316rem + 0.8197vw, 1.5rem);
  padding-top: 2rem;
  padding-bottom: 1rem;
}

h5,
.as-h5 {
  font-size: clamp(1rem, 0.8689rem + 0.2732vw, 1.125rem);
  padding-top: 2rem;
  padding-bottom: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 1rem;
  letter-spacing: calc(25 * var(--tracking));
  line-height: 1.5;
}

span {
  letter-spacing: calc(25 * var(--tracking));
}

.small-xs {
  font-size: 0.75rem;
  display: inline-block;
}

small,
.small {
  font-size: 0.875rem;
  display: inline-block;
  padding-bottom: 1rem;
}

img {
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

a {
  text-decoration: none;
  color: var(--black);
  /* font-weight: 600; */
  display: inline-block;
  letter-spacing: calc(25 * var(--tracking));
}

blockquote {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

pre {
  margin: 0;
  white-space: pre-wrap;
}

ol {
  counter-reset: section;
  list-style: none;
  padding-inline-start: 0;
  position: relative;
  padding-left: 0;
  margin: 0 0 1rem 0;
  line-height: 1.5;
}

ol li {
  position: relative;
  padding-left: 1.5rem;
  counter-increment: section;
  margin-bottom: 0.5rem;
  letter-spacing: calc(25 * var(--tracking));
}

ol li::before {
  content: counters(section, ".") ". ";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--black);
  width: 1.5rem;
}

ol ol li {
  padding-left: 2.5rem;
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 0;
  padding-bottom: 0;
  list-style-type: none;
  line-height: 1.5;
}

ul li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
  letter-spacing: calc(25 * var(--tracking));
}

ul li::before {
  content: "";
  display: inline-block;
  background-image: url(../images/svg/minus.svg);
  background-size: contain;
  width: 0.875rem;
  height: 0.875rem;
  position: absolute;
  left: 0;
  top: 0.5rem;
}

strong,
b {
  font-weight: 600;
}

sub,
sup {
  position: relative;
  font-size: 0.75rem;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25rem;
}

sup {
  top: -0.25rem;
}

img,
svg {
  vertical-align: middle;
}

iframe {
  border: 0;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
  letter-spacing: calc(25 * var(--tracking));
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
  letter-spacing: calc(25 * var(--tracking));
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: calc(25 * var(--tracking));
}

/* Provjerit webkit appearance za iphone */
button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/*!
* Bootstrap Grid v5.3.3 (https://getbootstrap.com/)
* Copyright 2011-2024 The Bootstrap Authors
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
:root {
  --gap-x: 1.5rem; /* space between columns */
  --gap-y: 3rem; /* space between rows */
}

.container,
.container-fluid {
  max-width: calc(100% - 1.5rem);
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 700px) {
  .container {
    max-width: calc(100% - 7rem);
  }
}

@media (min-width: 1200px) {
  .container {
    width: calc(100% - 20rem);
    max-width: 75rem;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--gap-x);
  row-gap: var(--gap-y);
}

[class^="col-"] {
  flex-grow: 0;
  /* flex-shrink: 0; */
}

.col-1 {
  width: calc(100% * 1 / 12 - var(--gap-x) * 11 / 12);
}
.col-2 {
  width: calc(100% * 2 / 12 - var(--gap-x) * 10 / 12);
}
.col-3 {
  width: calc(100% * 3 / 12 - var(--gap-x) * 9 / 12);
}
.col-4 {
  width: calc(100% * 4 / 12 - var(--gap-x) * 8 / 12);
}
.col-5 {
  width: calc(100% * 5 / 12 - var(--gap-x) * 7 / 12);
}
.col-6 {
  width: calc(100% * 6 / 12 - var(--gap-x) * 6 / 12);
}
.col-7 {
  width: calc(100% * 7 / 12 - var(--gap-x) * 5 / 12);
}
.col-8 {
  width: calc(100% * 8 / 12 - var(--gap-x) * 4 / 12);
}
.col-9 {
  width: calc(100% * 9 / 12 - var(--gap-x) * 3 / 12);
}
.col-10 {
  width: calc(100% * 10 / 12 - var(--gap-x) * 2 / 12);
}
.col-11 {
  width: calc(100% * 11 / 12 - var(--gap-x) * 1 / 12);
}
.col-12 {
  width: 100%;
}

.offset-1 {
  margin-left: calc(100% * 1 / 12 + var(--gap-x) * 1 / 12);
}
.offset-2 {
  margin-left: calc(100% * 2 / 12 + var(--gap-x) * 2 / 12);
}
.offset-3 {
  margin-left: calc(100% * 3 / 12 + var(--gap-x) * 3 / 12);
}
.offset-4 {
  margin-left: calc(100% * 4 / 12 + var(--gap-x) * 4 / 12);
}
.offset-5 {
  margin-left: calc(100% * 5 / 12 + var(--gap-x) * 5 / 12);
}
.offset-6 {
  margin-left: calc(100% * 6 / 12 + var(--gap-x) * 6 / 12);
}
.offset-7 {
  margin-left: calc(100% * 7 / 12 + var(--gap-x) * 7 / 12);
}
.offset-8 {
  margin-left: calc(100% * 8 / 12 + var(--gap-x) * 8 / 12);
}
.offset-9 {
  margin-left: calc(100% * 9 / 12 + var(--gap-x) * 9 / 12);
}
.offset-10 {
  margin-left: calc(100% * 10 / 12 + var(--gap-x) * 10 / 12);
}
.offset-11 {
  margin-left: calc(100% * 11 / 12 + var(--gap-x) * 11 / 12);
}

.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}

@media (min-width: 576px) {
  .col-sm-1 {
    width: calc(100% * 1 / 12 - var(--gap-x) * 11 / 12);
  }
  .col-sm-2 {
    width: calc(100% * 2 / 12 - var(--gap-x) * 10 / 12);
  }
  .col-sm-3 {
    width: calc(100% * 3 / 12 - var(--gap-x) * 9 / 12);
  }
  .col-sm-4 {
    width: calc(100% * 4 / 12 - var(--gap-x) * 8 / 12);
  }
  .col-sm-5 {
    width: calc(100% * 5 / 12 - var(--gap-x) * 7 / 12);
  }
  .col-sm-6 {
    width: calc(100% * 6 / 12 - var(--gap-x) * 6 / 12);
  }
  .col-sm-7 {
    width: calc(100% * 7 / 12 - var(--gap-x) * 5 / 12);
  }
  .col-sm-8 {
    width: calc(100% * 8 / 12 - var(--gap-x) * 4 / 12);
  }
  .col-sm-9 {
    width: calc(100% * 9 / 12 - var(--gap-x) * 3 / 12);
  }
  .col-sm-10 {
    width: calc(100% * 10 / 12 - var(--gap-x) * 2 / 12);
  }
  .col-sm-11 {
    width: calc(100% * 11 / 12 - var(--gap-x) * 1 / 12);
  }
  .col-sm-12 {
    width: 100%;
  }

  .offset-sm-1 {
    margin-left: calc(100% * 1 / 12 + var(--gap-x) * 1 / 12);
  }
  .offset-sm-2 {
    margin-left: calc(100% * 2 / 12 + var(--gap-x) * 2 / 12);
  }
  .offset-sm-3 {
    margin-left: calc(100% * 3 / 12 + var(--gap-x) * 3 / 12);
  }
  .offset-sm-4 {
    margin-left: calc(100% * 4 / 12 + var(--gap-x) * 4 / 12);
  }
  .offset-sm-5 {
    margin-left: calc(100% * 5 / 12 + var(--gap-x) * 5 / 12);
  }
  .offset-sm-6 {
    margin-left: calc(100% * 6 / 12 + var(--gap-x) * 6 / 12);
  }
  .offset-sm-7 {
    margin-left: calc(100% * 7 / 12 + var(--gap-x) * 7 / 12);
  }
  .offset-sm-8 {
    margin-left: calc(100% * 8 / 12 + var(--gap-x) * 8 / 12);
  }
  .offset-sm-9 {
    margin-left: calc(100% * 9 / 12 + var(--gap-x) * 9 / 12);
  }
  .offset-sm-10 {
    margin-left: calc(100% * 10 / 12 + var(--gap-x) * 10 / 12);
  }
  .offset-sm-11 {
    margin-left: calc(100% * 11 / 12 + var(--gap-x) * 11 / 12);
  }

  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
}

@media (min-width: 992px) {
  .col-md-1 {
    width: calc(100% * 1 / 12 - var(--gap-x) * 11 / 12);
  }
  .col-md-2 {
    width: calc(100% * 2 / 12 - var(--gap-x) * 10 / 12);
  }
  .col-md-3 {
    width: calc(100% * 3 / 12 - var(--gap-x) * 9 / 12);
  }
  .col-md-4 {
    width: calc(100% * 4 / 12 - var(--gap-x) * 8 / 12);
  }
  .col-md-5 {
    width: calc(100% * 5 / 12 - var(--gap-x) * 7 / 12);
  }
  .col-md-6 {
    width: calc(100% * 6 / 12 - var(--gap-x) * 6 / 12);
  }
  .col-md-7 {
    width: calc(100% * 7 / 12 - var(--gap-x) * 5 / 12);
  }
  .col-md-8 {
    width: calc(100% * 8 / 12 - var(--gap-x) * 4 / 12);
  }
  .col-md-9 {
    width: calc(100% * 9 / 12 - var(--gap-x) * 3 / 12);
  }
  .col-md-10 {
    width: calc(100% * 10 / 12 - var(--gap-x) * 2 / 12);
  }
  .col-md-11 {
    width: calc(100% * 11 / 12 - var(--gap-x) * 1 / 12);
  }
  .col-md-12 {
    width: 100%;
  }

  .offset-md-1 {
    margin-left: calc(100% * 1 / 12 + var(--gap-x) * 1 / 12);
  }
  .offset-md-2 {
    margin-left: calc(100% * 2 / 12 + var(--gap-x) * 2 / 12);
  }
  .offset-md-3 {
    margin-left: calc(100% * 3 / 12 + var(--gap-x) * 3 / 12);
  }
  .offset-md-4 {
    margin-left: calc(100% * 4 / 12 + var(--gap-x) * 4 / 12);
  }
  .offset-md-5 {
    margin-left: calc(100% * 5 / 12 + var(--gap-x) * 5 / 12);
  }
  .offset-md-6 {
    margin-left: calc(100% * 6 / 12 + var(--gap-x) * 6 / 12);
  }
  .offset-md-7 {
    margin-left: calc(100% * 7 / 12 + var(--gap-x) * 7 / 12);
  }
  .offset-md-8 {
    margin-left: calc(100% * 8 / 12 + var(--gap-x) * 8 / 12);
  }
  .offset-md-9 {
    margin-left: calc(100% * 9 / 12 + var(--gap-x) * 9 / 12);
  }
  .offset-md-10 {
    margin-left: calc(100% * 10 / 12 + var(--gap-x) * 10 / 12);
  }
  .offset-md-11 {
    margin-left: calc(100% * 11 / 12 + var(--gap-x) * 11 / 12);
  }

  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
}

@media (min-width: 1440px) {
  .col-lg-1 {
    width: calc(100% * 1 / 12 - var(--gap-x) * 11 / 12);
  }
  .col-lg-2 {
    width: calc(100% * 2 / 12 - var(--gap-x) * 10 / 12);
  }
  .col-lg-3 {
    width: calc(100% * 3 / 12 - var(--gap-x) * 9 / 12);
  }
  .col-lg-4 {
    width: calc(100% * 4 / 12 - var(--gap-x) * 8 / 12);
  }
  .col-lg-5 {
    width: calc(100% * 5 / 12 - var(--gap-x) * 7 / 12);
  }
  .col-lg-6 {
    width: calc(100% * 6 / 12 - var(--gap-x) * 6 / 12);
  }
  .col-lg-7 {
    width: calc(100% * 7 / 12 - var(--gap-x) * 5 / 12);
  }
  .col-lg-8 {
    width: calc(100% * 8 / 12 - var(--gap-x) * 4 / 12);
  }
  .col-lg-9 {
    width: calc(100% * 9 / 12 - var(--gap-x) * 3 / 12);
  }
  .col-lg-10 {
    width: calc(100% * 10 / 12 - var(--gap-x) * 2 / 12);
  }
  .col-lg-11 {
    width: calc(100% * 11 / 12 - var(--gap-x) * 1 / 12);
  }
  .col-lg-12 {
    width: 100%;
  }

  .offset-lg-1 {
    margin-left: calc(100% * 1 / 12 + var(--gap-x) * 1 / 12);
  }
  .offset-lg-2 {
    margin-left: calc(100% * 2 / 12 + var(--gap-x) * 2 / 12);
  }
  .offset-lg-3 {
    margin-left: calc(100% * 3 / 12 + var(--gap-x) * 3 / 12);
  }
  .offset-lg-4 {
    margin-left: calc(100% * 4 / 12 + var(--gap-x) * 4 / 12);
  }
  .offset-lg-5 {
    margin-left: calc(100% * 5 / 12 + var(--gap-x) * 5 / 12);
  }
  .offset-lg-6 {
    margin-left: calc(100% * 6 / 12 + var(--gap-x) * 6 / 12);
  }
  .offset-lg-7 {
    margin-left: calc(100% * 7 / 12 + var(--gap-x) * 7 / 12);
  }
  .offset-lg-8 {
    margin-left: calc(100% * 8 / 12 + var(--gap-x) * 8 / 12);
  }
  .offset-lg-9 {
    margin-left: calc(100% * 9 / 12 + var(--gap-x) * 9 / 12);
  }
  .offset-lg-10 {
    margin-left: calc(100% * 10 / 12 + var(--gap-x) * 10 / 12);
  }
  .offset-lg-11 {
    margin-left: calc(100% * 11 / 12 + var(--gap-x) * 11 / 12);
  }

  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
}

/* Boostrap END */

/* Buttons */
/* 
  btn-solid - klasa za solid button s crnom pozadinom i bijelim tekstom
  btn-ghost - klasa za ghost button s transparentnom pozadinom i crnim tekstom
  full-width - klasa za button koji zauzima punu širinu
  full-width-responsive - klasa za button koji zauzima punu širinu na manjim ekranima, a na većim je širine sadržaja
*/
.btn-solid,
.btn-ghost {
  line-height: 1;
  transition: 0.3s;
}

.btn-solid {
  border: 0.063rem solid var(--black);
  border-radius: 0.5rem;
  background-color: var(--black);
  color: var(--white);
  padding: 0.625rem 1.25rem 0.688rem 1.25rem;
}

.btn-solid:hover {
  background-color: transparent;
  color: var(--black);
}

.btn-ghost {
  border: 0.063rem solid var(--black);
  border-radius: 0.5rem;
  background-color: transparent;
  color: var(--black);
  padding: 0.625rem 1.25rem 0.688rem 1.25rem;
}

.btn-ghost:hover {
  background-color: var(--black);
  color: var(--white);
}

.full-width {
  width: 100%;
  text-align: center;
}

.full-width-responsive {
  width: 100%;
  text-align: center;
}

@media (min-width: 576px) {
  .full-width-responsive {
    width: initial;
    text-align: initial;
  }
}

/* Helper klase */
.m-0 {
  margin: 0;
}
.mt-0 {
  margin-top: 0;
}
.mt-xxs {
  margin-top: var(--spacing-xxs);
}
.mt-xs {
  margin-top: var(--spacing-xs);
}
.mt-sm {
  margin-top: var(--spacing-sm);
}
.mt-md {
  margin-top: var(--spacing-md);
}
.mt-lg {
  margin-top: var(--spacing-lg);
}
.mb-0 {
  margin-bottom: 0;
}
.mb-xxs {
  margin-bottom: var(--spacing-xxs);
}
.mb-xs {
  margin-bottom: var(--spacing-xs);
}
.mb-sm {
  margin-bottom: var(--spacing-sm);
}
.mb-md {
  margin-bottom: var(--spacing-md);
}
.mb-lg {
  margin-bottom: var(--spacing-lg);
}

.p-0 {
  padding: 0;
}
.pt-0 {
  padding-top: 0;
}
.pt-xxs {
  padding-top: var(--spacing-xxs);
}
.pt-xs {
  padding-top: var(--spacing-xs);
}
.pt-sm {
  padding-top: var(--spacing-sm);
}
.pt-md {
  padding-top: var(--spacing-md);
}
.pt-lg {
  padding-top: var(--spacing-lg);
}
.pb-0 {
  padding-bottom: 0;
}
.pb-xxs {
  padding-bottom: var(--spacing-xxs);
}
.pb-xs {
  padding-bottom: var(--spacing-xs);
}
.pb-sm {
  padding-bottom: var(--spacing-sm);
}
.pb-md {
  padding-bottom: var(--spacing-md);
}
.pb-lg {
  padding-bottom: var(--spacing-lg);
}

@media (min-width: 768px) {
  .hide-desktop {
    display: none;
  }
}
/* END OF BASE CSS */

/* ADDITIONS */

/* NAVIGATION */

header {
  position: relative;
  height: var(--header-height);
}

.header-background {
  height: var(--header-height);
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}

.logo-wrapper {
  position: relative;
  width: clamp(15rem, 11.429rem + 9.524vw, 20rem);
  z-index: 2;
}

.logo-wrapper img {
  margin-bottom: 0;
}

.nav-wrapper {
  display: flex;
  flex-wrap: nowrap;
  gap: 2rem;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: clamp(3rem, 2.286rem + 1.905vw, 4rem);
}

nav a {
  font-weight: 400;
  color: var(--white);
  font-size: 2rem;
}

nav ul li a {
  color: var(--darkGrey);
  text-align: left;
  width: 100%;
}

.lang-switcher .lang-link {
  line-height: 1;
  font-size: 0.875rem;
}

nav ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 1rem;
  margin: 0;
  height: 100%;
  width: 100%;
  background: transparent;
  padding: 0 var(--container-margin);
}

nav ul li {
  margin: 0;
  padding-left: 0;
  width: 100%;
}

nav ul li a {
  color: var(--lightGreen);
}

nav ul li.active::after {
  content: "";
  position: absolute;
  width: 5rem;
  height: 0.0625rem;
  bottom: 0;
  left: 0;
  background: var(--lightGreen);
}

nav ul li::before {
  content: none;
}

.nav-list-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100dvh;
  background: var(--green);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

.nav-list-wrapper.display-none {
  display: none !important;
  visibility: hidden;
}

.nav-right {
  display: flex;
  gap: clamp(1rem, -0.429rem + 3.81vw, 3rem);
  align-items: center;
  z-index: 2;
}

.txt-link {
  text-decoration: underline;
  color: inherit;
}

span.link-hover-anim-child {
  display: block;
  position: relative;
  overflow: hidden;
}

span.link-hover-anim-child > span {
  display: block;
  transition: transform 0.5s cubic-bezier(0.5, 0.2, 0.1, 1.14);
  will-change: transform;
}

span.link-hover-anim-child > span:nth-of-type(2) {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
}

.links-mobile {
  position: absolute;
  left: var(--container-margin);
  bottom: 1.5rem;
  width: calc(100vw - 2 * var(--container-margin));
}

.links-mobile a {
  border-top: 0.063rem solid var(--lightGreen);
  width: 100%;
  padding: 1rem 0;
  color: var(--lightGreen);
  font-size: 0.8125rem;
  letter-spacing: 0.125rem;
}

@media (min-width: 1300px) {
  nav ul {
    width: fit-content;
    gap: 3.5rem;
    flex-direction: row;
    justify-content: center;
    padding: 0;
    height: auto;
    width: fit-content;
    background: transparent;
  }

  nav ul li {
    width: fit-content;
  }

  nav ul li.active::after {
    width: 100%;
    background: var(--white);
    height: 0.125rem;
  }

  nav ul li:not(.active)::after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 0.125rem;
    bottom: 0;
    left: 0;
    background: var(--white);
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
  }

  nav ul li:not(.active):has(a:hover)::after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }

  nav ul li.active a {
    font-weight: 600;
  }

  nav ul li a {
    color: var(--white);
    text-align: center;
  }

  nav a {
    font-size: 1.125rem;
  }

  .nav-list-wrapper {
    display: block;
    background: transparent;
    height: auto !important;
    width: fit-content;
    position: initial;
  }

  .lang-switcher .lang-link {
    line-height: 1.5;
  }

  .links-mobile {
    display: none;
  }

  nav a:not(.logo-wrapper):hover span.link-hover-anim-child span,
  footer .contact a:hover span.link-hover-anim-child span,
  .contact-page .contact a:hover span.link-hover-anim-child span {
    transform: translateY(-100%);
  }
}

/* HAMBURGER */

.hamburger .line {
  width: 1.75rem;
  height: 0.0625rem;
  background-color: var(--white);
  display: block;
  margin: 0.4375rem auto;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hamburger:hover {
  cursor: pointer;
}

@media (min-width: 1300px) {
  #hamburger {
    display: none;
  }
}

/* OPENED NAVIGATION */
nav.nav-is-open #hamburger .line:nth-child(2) {
  opacity: 0;
}

nav.nav-is-open #hamburger .line:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}

nav.nav-is-open #hamburger .line:nth-child(3) {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  -o-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}

/* FOOTER */

footer {
  background: var(--darkGrey);
  padding-top: clamp(5rem, 2.5rem + 6.667vw, 8.5rem);
  position: relative;
  z-index: 3;
}

footer * {
  color: var(--lightGreen);
}

footer p {
  padding: 0;
}

footer .contact {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 3rem 0;
  justify-content: center;
}

footer .contact .tel {
  display: flex;
  gap: 0.75rem;
}

footer .animated-line {
  background: var(--lightGreen);
}

footer .animated-line.top {
  top: 0;
}

footer .animated-line.bottom {
  bottom: 0;
  top: initial;
}

footer .contact p {
  font-size: clamp(1.5rem, 1.107rem + 0.82vw, 1.875rem);
  line-height: 1.25;
}

footer .text {
  line-height: 1.7;
}

footer .copyright {
  font-size: 0.75rem;
  line-height: 1.5;
}

.footer-logo {
  padding-top: 4rem;
  width: calc(100vw - 1rem);
  margin-left: calc(-1 * var(--container-margin));
  overflow: hidden;
}

.footer-logo img {
  margin-bottom: -2.25%;
}

footer .row {
  justify-content: space-between;
  gap: 1rem;
}

@media (min-width: 576px) {
  footer .animated-line.top {
    top: 0.438rem;
  }

  footer .animated-line.bottom {
    bottom: 0.188rem;
  }

  footer .contact {
    padding: 0;
    justify-content: initial;
  }
}

@media ((min-width: 576px) and (max-width: 991px)) {
  footer .row div:has(.contact) {
    width: fit-content;
  }
}

@media (min-width: 700px) {
  footer .text {
    line-height: 1.4;
  }
}

@media (min-width: 992px) {
  footer .row {
    justify-content: initial;
  }

  footer .container:has(.footer-logo) {
    max-width: 100%;
    width: 100%;
  }

  .footer-logo {
    width: 80%;
    margin: 0 auto;
  }
}

/* HERO */

header.hero {
  height: 100svh;
  width: 100%;
}

.hero .header-background,
.header-background img {
  height: 100%;
  width: 100%;
}

.hero .header-background img {
  object-position: 50% 60%;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}

.hero-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 3vh;
  padding-bottom: 4.5vh;
}

.hero-text h1 {
  color: var(--white);
  text-align: center;
  font-weight: 500;
  width: 100%;
}

.hero-text h1 span {
  overflow: hidden;
  display: block;
}

.hero-text .arrow {
  width: initial;
  margin-top: 0;
}

body.mobile header .header-background {
  position: relative;
  height: calc(2 * var(--header-height));
}

body.mobile header .header-background img {
  height: var(--header-height);
  position: sticky;
  top: 0;
}

body.mobile header.hero .header-background {
  position: relative;
  height: 200svh;
}

body.mobile header.hero .header-background img {
  height: 100svh;
  position: sticky;
  top: 0;
}

@media (min-width: 992px) {
  .hero-text {
    gap: 3.5rem;
    padding-bottom: 4rem;
  }
}

/* FRONT PAGE */

section#intro {
  padding-bottom: clamp(6.5rem, -6.714rem + 35.238vw, 25rem);
  background: linear-gradient(180deg, #d0e6c8 0%, #d0e0f2 100%);
}

.number-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: clamp(3rem, 1.571rem + 3.81vw, 5rem);
}

.number-block p {
  padding: 0;
  color: var(--green);
}

.big-number {
  font-size: clamp(3.875rem, 2.039rem + 3.825vw, 5.625rem);
  line-height: normal;
  font-weight: 300;
}

.big-number span.small {
  font-weight: 400;
  padding-left: 0.5rem;
  font-size: clamp(2rem, 1.607rem + 0.82vw, 2.375rem);
}

.big-number sup {
  top: -0.75rem;
  font-size: clamp(1.125rem, 0.863rem + 0.546vw, 1.375rem);
}

.number-block p:not(.big-number) {
  font-size: clamp(1.25rem, 0.988rem + 0.546vw, 1.5rem);
}

.number-block .number:has(.suffix) .counter,
.number-block .letter:has(.suffix) .counter {
  display: inline-block;
  text-align: right;
}

p.intro {
  font-size: clamp(1.313rem, 0.986rem + 0.682vw, 1.625rem);
  line-height: 1.7;
  color: var(--green);
  text-align: center;
  max-width: 47rem;
  width: 100%;
  margin: 0 auto;
  padding: clamp(3rem, -2rem + 13.333vw, 10rem) 0;
}

/* GALLERY */

section:has(.gallery) {
  padding-top: 0;
  padding-bottom: 0;
}

main:not(.home) section:has(.gallery) {
  padding-top: clamp(6rem, -0.429rem + 17.143vw, 15rem);
}

.gallery {
  width: 100%;
  margin: -15% auto 0;
  position: relative;
  overflow: hidden;
}

.gallery img:not(.gallery-overlay img) {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  margin: 0;

  will-change: transform;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0) scale(1);

  -webkit-transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition:
    transform 0.5s,
    -webkit-transform 0.5s;
}

.gallery:has(.go-to-gallery:hover) img {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

  container-type: inline-size;
  z-index: 2;
}

.gallery-overlay h2 {
  padding: 0;
  font-size: 9.375rem;
  color: var(--white);
  line-height: normal;
  z-index: 2;
}

.gallery-overlay > * {
  transform: translateY(-15%);
}

.gallery-overlay h2 {
  font-size: clamp(3rem, 8vw, 9.375rem); /* fallback */
}

@container (min-width: 300px) {
  .gallery-overlay h2 {
    font-size: clamp(3rem, 10cqw, 9.375rem);
  }
}

.go-to-gallery {
  display: block;
}

.gallery-overlay > div {
  position: relative;
  left: calc(-1 * (clamp(3rem, 1.2rem + 6.4vw, 4rem) / 2 + 0.5rem));
}

.gallery-overlay > div .arrow {
  position: absolute;
  left: calc(100% + 0.625rem);
  top: 51%;
  transform: translateY(-50%);
  width: clamp(3rem, 1.2rem + 6.4vw, 4rem);
  aspect-ratio: 1 / 1;
  margin-top: 0;
}

@media (min-width: 700px) {
  section:has(.gallery) {
    padding-bottom: 4rem;
  }

  main:not(.home) section:has(.gallery) {
    padding-bottom: 7rem;
  }

  .gallery img:not(.gallery-overlay img) {
    aspect-ratio: 5 / 3;
  }

  .gallery-overlay > div {
    position: static;
  }

  .gallery-overlay > div .arrow {
    left: 100%;
    top: unset;
    bottom: 2%;
    width: 14%;
    transform: none;
    aspect-ratio: 1 / 1;
  }
}

/* END GALLERY */

section.concept.info {
  background: var(--green);
}

section.concept.info .as-h1 {
  padding-top: 0;
}

section.concept.info .animated-line {
  background: #e4e2da;
}

section.concept.info * {
  color: #e4e2da;
}

section.concept.info p {
  width: 100%;
}

section.concept.info .icons-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(6.063rem, max-content));
  justify-content: center;
  gap: 4.5rem;
  width: 100%;
  padding-top: 2rem;
}

section.concept.info .icons-wrapper > div {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 2rem;
}

section.concept.info .icons-wrapper .small {
  position: absolute;
  top: calc(100% + 2rem);
  padding: 0;
  font-size: 0.688rem;
  line-height: 1.1;
}

section.concept.info .arrow {
  margin-top: clamp(4rem, 2.214rem + 4.762vw, 6.5rem);
}

@media (min-width: 992px) {
  section.concept.info .as-h1 {
    padding-top: 2rem;
  }

  section.concept.info p {
    max-width: 20.5rem;
  }

  section.concept.info .icons-wrapper {
    grid-template-columns: repeat(2, 1fr);
    width: initial;
    padding-top: 0;
  }
}

section.fp.info {
  background: linear-gradient(135deg, #d0e0f2 30.03%, #d0e6c8 129.81%);
}

section.fp.info p {
  width: 100%;
}

section.fp.info .animated-line {
  background: var(--green);
}

section.fp.info * {
  color: var(--green);
}

section.fp.info .fp-image {
  max-height: 43rem;
  object-fit: contain;
}

section.fp.info .container {
  position: relative;
}

.fp.info .layout-example {
  width: 14rem;
}

.fp.info .layout-example a {
  padding: 0.5rem 0;
  font-size: 1rem;
}

.fp.info .arrow {
  width: 3.5rem;
  margin-top: 2.5rem;
}

section.fp.info .row {
  row-gap: 0.5rem;
}

section.fp.info .fp-image {
  height: 60vh;
}

@media (min-width: 992px) {
  section.fp.info p {
    max-width: 21.5rem;
  }

  section.fp.info img {
    height: 100%;
    width: auto;
  }

  .fp.info .layout-example {
    width: 16rem;
  }

  .fp.info .layout-example a {
    padding: 0.625rem 0;
    font-size: 1.125rem;
  }

  .fp.info .arrow {
    width: 4rem;
    margin-top: 3rem;
  }

  section.fp.info .row {
    row-gap: var(--gap-y);
  }

  section.fp.info .fp-image {
    height: initial;
  }
}

section.location.info .as-h1 {
  padding-top: 0;
}

section.location.info p {
  width: 100%;
}

section.location.info * {
  color: var(--green);
}

section.location.info .align-end {
  position: relative;
  display: block;
}

section.location.info .align-end div:last-child {
  margin-top: auto;
}

section.location.info .align-end div .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(4rem, 3.286rem + 1.905vw, 5rem);
  padding-bottom: clamp(4rem, 3.286rem + 1.905vw, 5rem);
}

section.location.info .vertical-line {
  bottom: auto;
  top: 0;
  height: 0.125rem;
  width: 100%;
}

section.location.info .text-center .as-h2 {
  padding-top: 0;
}

section.location.info .icons-wrapper {
  display: flex;
  gap: 2rem;
  justify-content: center;
}

section.location.info .icons-wrapper a img {
  transition:
    transform 0.3s,
    opacity 0.3s;
  display: block;
  opacity: 0.25;
}

section.location.info .icons-wrapper a.active img,
section.location.info .icons-wrapper a:not(.active):hover img {
  transform: translateY(-30%);
}

section.location.info .icons-wrapper a.active img {
  opacity: 1;
}

section.location.info .icons-wrapper img {
  margin: 0;
}

section.location.info .icon-large {
  margin-top: 3rem;
}

section.location.info .text-center p {
  letter-spacing: calc(150 * var(--tracking));
}

@media (min-width: 992px) {
  section.location.info .as-h1 {
    padding-top: 2rem;
  }

  section.location.info p {
    max-width: 23.5rem;
  }

  section.location.info .vertical-line {
    left: -4.5rem;
    top: auto;
    bottom: 0;
    height: 96%;
    width: 0.125rem;
  }

  section.location.info .icon-large {
    padding-top: 0;
  }
}

/* CONCEPT */

.text-col {
  font-size: 1.125rem;
  color: var(--green);
}

.concept-swiper {
  margin-top: clamp(5rem, 1.429rem + 9.524vw, 10rem) !important;
  margin-bottom: 0 !important;
}

.concept-swiper .concept-swiper-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.concept-page .icons-wrapper {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 3.5rem;
  justify-items: center;
  padding-top: clamp(3rem, -2.714rem + 15.238vw, 11rem);
}

.concept-page .icons-wrapper .icon {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 1.5rem;
  gap: 1.5rem;
  width: 3.5rem;
}

.concept-page .icons-wrapper .icon svg {
  width: 100%;
  height: auto;

  transition: transform 0.3s;
}

.concept-page .icons-wrapper .icon span {
  color: #cccccc;
  padding: 0;
  font-size: 0.813rem;
  white-space: nowrap;
  text-align: center;
}

.concept-page .icons-wrapper .icon.active span {
  color: var(--green);
}

.concept-page .icons-wrapper .icon svg path {
  transition: stroke 0.3s;
}

.concept-page .icons-wrapper .icon.active svg path {
  stroke: var(--green);
}

.concept-page .icons-wrapper .icon.active svg,
.concept-page .icons-wrapper .icon:not(.active):hover svg {
  transform: translateY(-30%);
}

.concept-page p.as-h2.big-text {
  max-width: 47rem;
}

.concept-page .info {
  background: var(--lightGreen);
}

.concept-page .info h2 {
  padding-top: 0;
  padding-bottom: clamp(2rem, 1.286rem + 1.905vw, 3rem);
}

.concept-page .info ul li {
  line-height: 1.2;
  font-size: clamp(1.125rem, 0.732rem + 0.82vw, 1.5rem);
  color: var(--green);
  padding-left: 0.875rem;
}

.concept-page .info ul li::before {
  content: "•";
  background-image: none;
  vertical-align: middle;
  line-height: 1.2;
  color: var(--green);
  padding-left: 0;
  top: 0;
}

@media (min-width: 700px) {
  .concept-page .icons-wrapper {
    grid-template-columns: repeat(6, auto);
  }
}

@media (min-width: 992px) {
  .concept-swiper {
    margin-right: clamp(1rem, 0.475rem + 1.093vw, 1.5rem) !important;
  }

  .concept-page .icons-wrapper .icon {
    width: 5.5rem;
  }

  p.two-col {
    display: flex;
    gap: 3rem;
  }

  .text-col {
    max-width: 28.875rem;
  }

  .concept-page .info ul.first {
    padding-right: 2rem;
  }
}

/* FLOOR PLAN */

.fp-page .main-text {
  width: 100%;
  max-width: 29rem;
}

.fp-page .is-flex {
  flex-direction: column;
}

.fp-page .layout-swiper {
  width: 50%;
  max-width: clamp(11rem, 8.143rem + 7.619vw, 15rem);
  margin: 0;
}

.fp-page .layout-swiper img {
  margin: 0;
}

.fp-page .layout-swiper .fp-part {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}

.fp-page .layout-swiper .fp-overlay {
  display: none;
}

.fp-page .layout-swiper .swiper-slide-active .fp-overlay {
  display: block;
}

.fp-page .layout-swiper .swiper-slide img {
  opacity: 0.25;
  transition: opacity 0.3s;
}

.fp-page .layout-swiper .swiper-slide-active .fp-part.active,
.fp-page
  .layout-swiper
  .swiper-slide-active:has(.fp-overlay a.first:hover)
  .fp-part.first,
.fp-page
  .layout-swiper
  .swiper-slide-active:has(.fp-overlay a.second:hover)
  .fp-part.second,
.fp-page
  .layout-swiper
  .swiper-slide-active:has(.fp-overlay a.third:hover)
  .fp-part.third,
.fp-page
  .layout-swiper
  .swiper-slide-active:has(.fp-overlay a.fourth:hover)
  .fp-part.fourth {
  opacity: 1;
}

.fp-page .layout-swiper .fp-overlay {
  pointer-events: none;
}

.fp-page .layout-swiper .fp-overlay path {
  pointer-events: visiblePainted;
}

.fp-page .layout-swiper .fp-overlay {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  z-index: 2;
}

.fp-page .fp-img-wrapper {
  max-width: 18rem;
  display: flex;
  justify-content: center;
  justify-self: center;

  position: relative;
  width: 100%;
  height: 20rem;
}

.fp-page .fp-img-wrapper img {
  opacity: 0;
  transition: opacity 0.4s ease;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top;
  margin: 0;
}

.fp-page .fp-img-wrapper #fp-img-b {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.fp-page .fp-img-wrapper img.active {
  opacity: 1;
  z-index: 2;
}

.fp-page .layout-example {
  width: clamp(12rem, 9.143rem + 7.619vw, 16rem);
  padding-top: 0;
}

.fp-page .layout-example a {
  font-size: clamp(1rem, 0.869rem + 0.273vw, 1.125rem);
  letter-spacing: calc(110 * var(--tracking));
  line-height: 1.4;
}

.fp-page .is-flex:has(.layout-swiper),
.fp-page .mobile-row {
  padding-top: clamp(5rem, 4.286rem + 1.905vw, 6rem);
}

.fp-page .brochure-link {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: clamp(5rem, 4.286rem + 1.905vw, 6rem);
  width: fit-content;
}

.fp-page .brochure-link .arrow {
  margin: 0;
  width: clamp(2rem, 1.738rem + 0.546vw, 2.25rem);
}

.fp-page .brochure-link span {
  line-height: normal;
  font-size: clamp(1rem, 0.869rem + 0.273vw, 1.125rem);
  color: var(--green);
  letter-spacing: calc(75 * var(--tracking));
}

.fp-page .area-size {
  font-size: clamp(1.25rem, 0.201rem + 2.186vw, 2.25rem);
  display: inline-block;
  width: 100%;
  text-align: center;
  color: var(--green);
}

.fp-page .area-size sup {
  top: calc(-1 * clamp(0.375rem, -0.018rem + 0.82vw, 0.75rem));
  font-size: clamp(0.875rem, 0.35rem + 1.093vw, 1.375rem);
}

.fp-page .fp-area {
  order: 2;

  margin-top: 1rem;
}

.fp-page .mobile-row {
  order: 1;
}

.fp-page .brochure-link {
  order: 3;
}

.fp-page .mobile-row {
  display: flex;
  flex-direction: column;
}

.fp-page .mobile-row > div {
  display: flex;
  gap: 3rem;
}

.fp-page .mobile-row .layout-example {
  order: 1;
}

.fp-page .mobile-row .layout-swiper {
  order: 2;
}

.fp-page p.as-h2.big-text {
  max-width: 53rem;
}

.fp-page .area-size {
  padding-top: 1rem;
}

@media (min-width: 600px) {
  .fp-page .is-flex {
    display: grid;
    grid-template-columns: 44% 56%;
    align-items: start;
  }

  .fp-page .mobile-row {
    grid-column: 1;
    padding-top: 0;
  }

  .fp-page .mobile-row > div {
    flex-direction: column;
    gap: 0;
  }

  .fp-page .mobile-row .layout-example {
    order: 2;
    padding-top: clamp(5rem, 4.286rem + 1.905vw, 6rem);
  }

  .fp-page .mobile-row .layout-example br {
    display: none;
  }

  .fp-page .mobile-row .layout-swiper {
    width: 100%;
    order: 1;
  }

  .fp-page .fp-img-wrapper {
    max-width: 33rem;
    justify-self: left;
    height: clamp(22rem, 12rem + 26.667vw, 36rem);
  }

  .fp-page .fp-area {
    grid-column: 2;
    grid-row: 1 / span 2;

    margin-top: 0;
  }

  .fp-page .area-size {
    padding-top: clamp(2.5rem, 0.714rem + 4.762vw, 5rem);
  }

  .fp-page .layout-example a {
    letter-spacing: calc(150 * var(--tracking));
    line-height: 1.75;
  }
}

@media (min-width: 750px) {
  .fp-page .brochure-link span {
    letter-spacing: calc(150 * var(--tracking));
  }
}

@media (min-width: 992px) {
  .fp-page .fp-area {
    padding-left: 7%;
  }
}

/* LOCATION */

.location-page .is-flex {
  flex-direction: column;
  gap: 1rem;
}

.location-page p {
  width: 100%;
}

.location-page .location-map {
  padding: 3rem 0 2rem;
}

.location-page .info-table {
  width: 100%;
  font-size: clamp(0.875rem, 0.613rem + 0.546vw, 1.125rem);
  color: var(--green);
}

.location-page .info-table tr {
  border-top: solid var(--grey) 0.125rem;
}

.location-page .info-table tr.start {
  border-top: solid var(--green) 0.125rem;
}

.location-page .info-table th,
.location-page .info-table td {
  padding: clamp(0.563rem, 0.367rem + 0.409vw, 0.75rem) 0.5rem;
  font-weight: 400;
}

.location-page .info-table .icon {
  padding: clamp(0.563rem, 0.367rem + 0.409vw, 0.75rem)
    clamp(1rem, 0.213rem + 1.639vw, 1.75rem);
  width: 2.75rem;
}

.location-page .info-table .duration {
  padding: clamp(0.563rem, 0.367rem + 0.409vw, 0.75rem) 0 !important;
  min-width: 2.75rem;
}

.location-page p.as-h2.big-text {
  max-width: 62rem;
}

@media (min-width: 500px) {
  .location-page .info-table {
    letter-spacing: calc(150 * var(--tracking));
  }
}

@media (min-width: 992px) {
  .location-page .is-flex {
    flex-direction: row;
    gap: 4rem;
  }

  .location-page p {
    max-width: 25rem;
  }

  .location-page p.second {
    max-width: 27.125rem;
  }
}

/* CONTACT */

.contact-page * {
  color: var(--lightGreen);
}

.contact-page .contact {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 4rem 0;
  justify-content: left;
  margin-top: clamp(3.25rem, 2.714rem + 1.429vw, 4rem);
}

.contact-page .contact .tel {
  display: flex;
  gap: 0.75rem;
}

.contact-page .animated-line {
  background: var(--lightGreen);
}

.contact-page .animated-line.top {
  top: 0;
}

.contact-page .animated-line.bottom {
  bottom: 0;
  top: initial;
}

.contact-page .contact p {
  font-size: clamp(1.875rem, 1.429rem + 1.19vw, 2.5rem);
  line-height: 1.25;
  padding: 0;
}

.contact-page .contact-map {
  width: 100%;
  display: flex;
  justify-content: center;
  background: var(--darkGrey);
  opacity: 0.66;
}

.contact-page .contact-map img {
  width: clamp(88%, calc(88% + (1600px - 100vw) / 300px * 12%), 100%);
  margin: 0;
  min-height: 25rem;
  object-fit: cover;
}

.contact-page .pin {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.contact-page form {
  padding-top: 7rem;
}

.contact-page form .is-flex {
  flex-direction: column;
}

.contact-page form .is-flex div,
.contact-page form .is-flex input {
  width: 100%;
}

.contact-page form label {
  font-size: 1.125rem;
  letter-spacing: calc(25 * var(--tracking));
  padding-bottom: 0.5rem;
  margin-top: 0.875rem;
}

.contact-page form input,
.contact-page form textarea {
  outline: none;
  border: none;
  background: #085e41;
  padding: 0.5rem 0.75rem;
}

.contact-page form input:not([type="checkbox"]) {
  height: 2.875rem;
  /* margin-bottom: 0.875rem; */
}

.contact-page form label.policy-label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.625rem;
  cursor: pointer;
  font-weight: 300;
}

form span.error.policy {
  width: 100%;
}

.policy-label input {
  display: none; /* hide default checkbox */
}

.policy-label span:not(.policy) {
  width: 1rem;
  height: 1rem;
  border: 0.063rem solid var(--lightGreen);
  background: transparent;
  display: inline-block;
  position: relative;
}

.policy-label span::after {
  content: "";
  position: absolute;
  display: none;
}

.policy-label input:checked + span::after {
  display: block;
}

.policy-label span:after {
  left: 0.313rem;
  top: 0.063rem;
  width: 0.313rem;
  height: 0.625rem;
  border: solid var(--lightGreen);
  border-width: 0 0.125rem 0.125rem 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.contact-page form textarea {
  field-sizing: content;
  min-height: 9rem;
  width: 100%;
}

.contact-page .submit-policy {
  display: flex;
  justify-content: space-between;
  padding-top: 1.5rem;
}

.contact-page .submit-policy button {
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  width: fit-content;
  margin-top: 0;
}

.contact-page .submit-policy button svg {
  width: 2.125rem;
}

@media (min-width: 992px) {
  .contact-page form .is-flex {
    justify-content: space-between;
    gap: 6rem;
    flex-direction: row;
  }
}

/* GENERAL */

main {
  position: relative;
  z-index: 3;
  background: var(--white);
}

section.beige,
main.beige {
  background: var(--beige);
}

section.green,
main.green {
  background: var(--green);
}

section.info p {
  font-size: 1.125rem;
}

section {
  padding: var(--section-spacing-top) 0 var(--section-spacing-bottom) 0;
}

.header-background img {
  margin: 0;
  object-fit: cover;
  object-position: top;
  margin: 0;
}

.header-background .overlay {
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  top: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.3) 20%,
    rgba(255, 255, 255, 0) 80%
  );
}

.space-between {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.space-between.column {
  flex-direction: column;
}

.line-position {
  position: relative;
  margin-top: 3.25rem;
  padding-bottom: 4rem;
}

.animated-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background: var(--green);

  transform: scaleX(0);
  transform-origin: left;
}

.animated-line.short {
  width: 7rem;
}

.line-break {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: clamp(3rem, 1.571rem + 3.81vw, 5rem) 0;
}

.line-break .animated-line-left,
.line-break .animated-line-right {
  flex: 1;
  position: unset;
  background-color: var(--white);
  width: 100%;
  height: 0.125rem;
}

.animated-line-left {
  transform-origin: right;
  transform: scaleX(0);
}
.animated-line-right {
  transform-origin: left;
  transform: scaleX(0);
}

.line-break .logo {
  width: 2rem;
  margin: 0 1.5rem;
}

.line-break .logo img {
  margin: 0;
}

.thick-line {
  height: 1.875rem;
  width: 100%;
  background: var(--green);
  margin: var(--section-spacing-top) 0 var(--section-spacing-bottom);
}

.light {
  font-weight: 300 !important;
}

.align-end {
  display: flex;
  align-items: flex-end;
}

.contact-btn {
  aspect-ratio: 1/1;
  color: var(--white);
  background: #003824;
  font-size: 0.9375rem;
  line-height: 1.2;
  padding: 1.125rem;
  text-align: center;
  position: fixed;
  z-index: 4;
  top: 50dvh;
  transform: translateY(-52%);
  right: 0;

  opacity: 1;
}

.layout-example {
  display: flex;
  flex-direction: column;
  width: 16rem;
  padding-top: 6rem;
}

.layout-example a {
  color: var(--grey) !important;
  text-transform: uppercase;
  border-top: 0.125rem solid var(--grey);
  border-bottom: 0.125rem solid var(--grey);
  font-size: 1.125rem;
  letter-spacing: calc(150 * var(--tracking));
  padding: 0.625rem 0;
  margin-top: -0.125rem;
  z-index: 1;
}

.layout-example a:first-child {
  margin-top: 0;
}

.layout-example a.active {
  border-top: 0.125rem solid var(--green);
  border-bottom: 0.125rem solid var(--green);
  color: var(--green) !important;
  z-index: 2;
}

.vertical-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0.125rem;
  height: 100%;
  background: var(--green);

  transform: scaleX(0);
  transform-origin: left;
}

@media (min-width: 992px) {
  .vertical-line {
    transform: scaleY(0);
    transform-origin: top;
  }
}

.text-center {
  text-align: center;
}

.hero .parallax {
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  -webkit-transform: translate3d(0, 0, 0); /* force GPU layer */
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a:not(a:has(img)):not(a:has(svg)):not(.layout-example a):not(nav a):not(
    footer .contact a
  ):not(.contact-page .contact a),
.swiper-navigation .arrow {
  transition: opacity 0.3s;
}

a:not(a:has(img)):not(a:has(svg)):not(.layout-example a):not(nav a):not(
    footer .contact a
  ):not(.contact-page .contact a):hover,
.swiper-navigation .arrow:hover {
  opacity: 0.5;
}

.arrow {
  width: fit-content;
  width: 4rem;
  margin-top: 3rem;
}

.arrow.down svg {
  rotate: 90deg;
}

.arrow.left svg {
  rotate: 180deg;
}

.arrow svg {
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
  height: auto;
}

.arrow-inner {
  transform-origin: center;
}

.arrow-inner.animate {
  animation: arrowSlide 0.7s ease-in-out forwards;
}

@keyframes arrowSlide {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(4rem);
  }
  51% {
    transform: translateX(-4rem);
  }
  100% {
    transform: translateX(0);
  }
}

.main-text {
  font-size: 1.125rem;
  color: var(--green);
  padding: 0;
}

.is-relative {
  position: relative;
}

.is-flex {
  display: flex;
}

.justify-content-center {
  display: flex;
  justify-content: center;
}

p.as-h2.big-text {
  width: 100%;
  max-width: 53rem;
  padding: 0;
  text-align: center;
  color: var(--green);
  line-height: 1.2;
  font-weight: 400;
}

.number-block,
.fade-in,
.scroll-fade-in,
.animated-title,
.animated-section .arrow:not(button),
.icons-wrapper .icon,
.layout-example,
.layout-swiper,
.concept-swiper,
.info-col ul li,
.fp-area,
.brochure-link,
.location-map,
.info-table,
.contact-page .contact p,
.contact-page form {
  opacity: 0;
}

.animated-title,
.scroll-animated-title,
.scroll-animated-title span {
  display: inline-block;
}

h1:has(.animated-title),
.as-h1:has(.animated-title),
h2:has(.animated-title),
.as-h2:has(.animated-title),
.scroll-animated-title {
  overflow: hidden;
}

.line {
  overflow: hidden;
}

.line-inner {
  display: block;
  transform: translateY(100%);
}

form span.error {
  font-size: 0.625rem;
}

.submit-msg {
  text-align: center;
  max-width: 30rem;
  justify-self: center;
  padding-top: 2rem;
}

/* Gallery Page Swiper */

.gallery-swiper {
  width: 100%;
  opacity: 0;
  margin-top: var(--spacing-md);
}

.gallery-swiper .swiper-wrapper {
  align-items: center;
  height: auto;
}

.gallery-swiper .swiper-slide {
  height: auto;
  width: 100vw;
  max-width: 75rem;
}

.gallery-swiper
  .swiper-slide
  img:where(:not(.swiper-slide.swiper-slide-active img)) {
  opacity: 0.2;
  scale: 0.9;
}

.gallery-swiper .swiper-slide img {
  transition: 0.8s ease-out;
  transition-property: opacity, scale;
  display: block;
  width: 100%;
  margin-bottom: 0;
}

.gallery-swiper .swiper-button-next,
.gallery-swiper .swiper-button-prev {
  color: var(--green);
}

@media (min-width: 992px) {
  .gallery-swiper .swiper-slide {
    width: calc((100% - 7rem) * 10 / 12 - var(--gap-x) * 2 / 12);
  }
}

@media (min-width: 1200px) {
  .gallery-swiper .swiper-slide {
    width: calc((100% - 20rem) * 10 / 12 - var(--gap-x) * 2 / 12);
    max-width: calc(75rem * 10 / 12 - var(--gap-x) * 2 / 12);
  }
}
