@charset "UTF-8";
/*!
Theme Name: NM Theme
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Reset and Variables
# Plugins
# Helpers
# Bootstrap
# Base
# Main
# Parts
# Components / Templates
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Reset and Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Reset
--------------------------------------------------------------*/
@import 'assets/css-plugins/swiper-bundle.min.css';
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

html {
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
## Base Reset
--------------------------------------------------------------*/
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
  font-family: sans-serif;
  color: #222;
}

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
  -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
  background: #0f3a34;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #0f3a34;
  color: #fff;
  text-shadow: none;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  text-decoration: none;
  color: #000;
}

a:focus, a:hover, a:active {
  outline: none;
}

/*--------------------------------------------------------------
## Typography
--------------------------------------------------------------*/
abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 0;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q::before, q::after {
  content: "";
  content: none;
}

small {
  font-size: 85%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*--------------------------------------------------------------
## Lists
--------------------------------------------------------------*/
nav ul,
nav ol,
ul,
li {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/*--------------------------------------------------------------
## Embedded Content
--------------------------------------------------------------*/
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

/*--------------------------------------------------------------
## Forms
--------------------------------------------------------------*/
figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
}

button, input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

button[disabled], input[disabled] {
  cursor: default;
}

input, textarea {
  -webkit-box-shadow: none;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

input, textarea, select {
  outline: none;
}

/*--------------------------------------------------------------
## Tables
--------------------------------------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

/*--------------------------------------------------------------
## Chrome Frame Prompt
--------------------------------------------------------------*/
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}

/*--------------------------------------------------------------
## Functions
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Fonts
--------------------------------------------------------------*/
@font-face {
  font-family: "Horas";
  src: url("assets/fonts/Horas-ExtraBold.woff2") format("woff2"), url("assets/fonts/Horas-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Horas";
  src: url("assets/fonts/Horas-SemiBold.woff2") format("woff2"), url("assets/fonts/Horas-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Horas";
  src: url("assets/fonts/Horas-Medium.woff2") format("woff2"), url("assets/fonts/Horas-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Albert Sans";
  src: url("assets/fonts/AlbertSans-Regular.woff2") format("woff2"), url("assets/fonts/AlbertSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Albert Sans";
  src: url("assets/fonts/AlbertSans-SemiBold.woff2") format("woff2"), url("assets/fonts/AlbertSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "fonticons";
  src: url("assets/icons/fonticons.woff2") format("woff2"), url("assets/icons/fonticons.woff") format("woff"), url("assets/icons/fonticons.ttf") format("truetype");
}
.location:before, .current-projects__card-location span.icon:before, .font-star:before, .font-search:before, .font-right:before, .font-projects:before, .font-project-second:before, .font-pin:before, .font-phone:before, .font-filter:before, .font-d:before, .font-close:before, .font-checkbox:before, .font-at:before, .font-arrow:before {
  font-family: "fonticons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.font-arrow:before {
  content: "\e001";
}

.font-at:before {
  content: "\e002";
}

.font-checkbox:before {
  content: "\e003";
}

.font-close:before {
  content: "\e004";
}

.font-d:before {
  content: "\e005";
}

.font-filter:before {
  content: "\e006";
}

.font-phone:before {
  content: "\e007";
}

.font-pin:before {
  content: "\e008";
}

.font-project-second:before {
  content: "\e009";
}

.font-projects:before {
  content: "\e00a";
}

.font-right:before {
  content: "\e00b";
}

.font-search:before {
  content: "\e00c";
}

.font-star:before {
  content: "\e00d";
}

/*--------------------------------------------------------------
## Main Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Breakpoint Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Helpers
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Mixins
--------------------------------------------------------------*/
/*
Media Query
Example:

@include mq($sm) 			 		Will render: @media screen and (max-width: 575px)
@include mq(991px) 			 	 	Will render: @media screen and (max-width: 991px)
@include mq($sm + 1, min) 	 		Will render: @media screen and (min-width: 576px)
@include mq(992px, min) 			Will render: @media screen and (min-width: 992px)
@include mq(400, min, height) 	 	Will render: @media screen and (min-height: 400px)
@include mq(992px) {				Will render: @media screen and (max-width: 992px) and (min-width: 767px)
	@include mq(767px, min) {

	}
}
 */
/*--------------------------------------------------------------
## Helpers
--------------------------------------------------------------*/
.clear::after {
  content: "";
  display: table;
  clear: both;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(44, 44, 44, 0.6);
  clip: auto !important;
  display: block;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=number] {
  -moz-appearance: textfield; /* Firefox */
}

.grecaptcha-badge {
  display: none !important;
}

/*--------------------------------------------------------------
## Print
--------------------------------------------------------------*/
@media print {
  body {
    background: #fff;
    color: #000;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  a:link, a:visited {
    background: #fff;
    color: #000;
    text-decoration: underline;
  }
  a:not([href="javascript:;"])::after {
    content: " [" attr(href) "] ";
  }
  h1, h2, h3, h4, h5, h6 {
    background: none;
    color: #000;
  }
  .temp {
    display: none;
  }
}
/*--------------------------------------------------------------
## Animations
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  font-family: "Horas";
  color: #2c2c2c;
  font-size: 16px;
  line-height: 1.5;
}

pre {
  background: #ededed;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
  font-size: 12px;
  margin-bottom: 30px;
}

.section-title {
  font-size: clamp(2.5rem, 2.5rem + (3.625 - 2.5) * ((100vw - 20rem) / (120 - 20)), 3.625rem);
  line-height: 1;
  font-family: "Horas";
  font-weight: 700;
  text-transform: uppercase;
  max-width: 1200px;
  margin: 0 auto;
  color: #0f3a34;
}
@media screen and (max-width: 767px) {
  .section-title {
    font-size: 32px;
    letter-spacing: 0;
  }
}

/*--------------------------------------------------------------
## Entry Content
--------------------------------------------------------------*/
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-family: "Albert Sans";
  color: #2c2c2c;
  line-height: 1.45;
  font-weight: 700;
}
.entry-content h1 {
  font-size: clamp(2.5rem, 2.5rem + (3.75 - 2.5) * ((100vw - 20rem) / (120 - 20)), 3.75rem);
  margin-bottom: clamp(1.25rem, 1rem + 1.25vw, 2rem);
}
.entry-content h2 {
  font-size: clamp(1.625rem, 1.625rem + (2.5 - 1.625) * ((100vw - 20rem) / (120 - 20)), 2.5rem);
  margin-bottom: clamp(1.25rem, 1.0625rem + 0.9375vw, 2rem);
  color: #0f3a34;
  line-height: 1.2;
  font-weight: 600;
}
.entry-content h3 {
  font-size: clamp(1.375rem, 1.375rem + (1.875 - 1.375) * ((100vw - 20rem) / (120 - 20)), 1.875rem);
  margin-bottom: clamp(1.25rem, 1.125rem + 0.625vw, 2rem);
  line-height: 1.2;
  color: #0f3a34;
  font-weight: 600;
}
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-size: clamp(1rem, 1rem + (1.5 - 1) * ((100vw - 20rem) / (120 - 20)), 1.5rem);
  margin-bottom: clamp(1.25rem, 1.125rem + 0.625vw, 2rem);
  line-height: 1.2;
}
.entry-content p {
  font-size: clamp(0.875rem, 0.875rem + (1 - 0.875) * ((100vw - 20rem) / (120 - 20)), 1rem);
  font-family: "Albert Sans";
  color: #0f3a34;
  line-height: 1.2;
  margin-bottom: 40px;
}
.entry-content p:last-of-type {
  margin-bottom: 0;
}
.entry-content blockquote {
  border-left: 2px solid #2c2c2c;
  padding-left: 27px;
  position: relative;
  margin-bottom: clamp(1rem, 1.125rem + 0.625vw, 1.5rem);
}
.entry-content blockquote::before {
  content: "“";
  font-family: "Albert Sans";
  font-size: 150px;
  line-height: 0.6;
  color: #2c2c2c;
  position: absolute;
  left: 10px;
  top: 0;
}
.entry-content blockquote p {
  font-family: "Horas";
  color: #2c2c2c;
  font-style: italic;
  font-size: clamp(1rem, 1rem + (1.375 - 1) * ((100vw - 20rem) / (120 - 20)), 1.375rem);
  line-height: 1.63;
  position: relative;
}
@media screen and (max-width: 767px) {
  .entry-content blockquote {
    padding-left: 15px;
  }
}
.entry-content li {
  position: relative;
  font-size: clamp(0.875rem, 0.875rem + (1 - 0.875) * ((100vw - 20rem) / (120 - 20)), 1rem);
  font-family: "Horas";
  padding-left: 15px;
  color: #0f3a34;
}
.entry-content li::before {
  content: "";
  background-color: #0f3a34;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 0;
}
.entry-content ul li,
.entry-content ol li {
  margin-bottom: 6px;
}
.entry-content ul li:last-of-type,
.entry-content ol li:last-of-type {
  margin-bottom: 0;
}
.entry-content ol {
  margin-left: 17px;
}
.entry-content ol li {
  list-style: decimal;
}
.entry-content ol li::before {
  display: none;
}
.entry-content a {
  font-size: clamp(0.875rem, 0.875rem + (1 - 0.875) * ((100vw - 20rem) / (120 - 20)), 1rem);
  transition: 350ms ease;
  color: #2c2c2c;
  text-decoration: underline;
}
@media only screen and (min-width: 1199px) {
  .entry-content a:hover {
    color: #2c2c2c;
    text-decoration: underline;
  }
}
.entry-content.single-post__content p {
  font-size: clamp(1rem, 1rem + (1.125 - 1) * ((100vw - 20rem) / (120 - 20)), 1.125rem);
}

/*--------------------------------------------------------------
## Base Layout
--------------------------------------------------------------*/
html, body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}
html.is-visible, body.is-visible {
  overflow: hidden;
}

html {
  box-sizing: border-box;
  font-display: swap;
  overflow-x: hidden;
}

body.modal-open {
  overflow: hidden;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  max-width: 100vw;
  margin: 0 auto;
  padding: 0 150px;
}
@media screen and (max-width: 1440px) {
  .container {
    padding: 0 100px;
  }
}
@media screen and (max-width: 1199px) {
  .container {
    max-width: 100vw;
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}

.container--sm {
  max-width: 1300px;
}

.title {
  font-size: clamp(1.875rem, 1.875rem + (3.75 - 1.875) * ((100vw - 20rem) / (120 - 20)), 3.75rem);
  font-family: "Horas";
  font-weight: 700;
  line-height: 1;
  margin-bottom: 50px;
  text-transform: uppercase;
  color: #0f3a34;
}
@media screen and (max-width: 767px) {
  .title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .title {
    margin-bottom: 23px;
  }
}

.text {
  font-size: clamp(1rem, 1rem + (1.25 - 1) * ((100vw - 20rem) / (120 - 20)), 1.25rem);
  font-family: "Albert Sans";
  line-height: 1.6;
  color: #0f3a34;
}
.text a {
  text-decoration: underline;
  color: #0f3a34;
}

.flex--reverse {
  flex-direction: row-reverse;
}

.next-section {
  height: 100vh;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}

body {
  background-color: #f2f4e9;
  overflow-x: hidden;
}
body.overflow-active, body.is-active {
  overflow: hidden;
}
body.single-projekat.overflow-active::before {
  content: "";
  background-color: rgba(44, 44, 44, 0.75);
  position: fixed;
  inset: 0;
  z-index: 1000;
  transition: 350ms ease;
}

a,
button,
svg,
input,
label,
textarea {
  transition: 350ms ease;
}

.page-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s ease;
  z-index: 999;
}
.page-overlay.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.page-animate {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0f3a34;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: top 1000ms ease;
}
.page-animate svg {
  width: 120px !important;
  z-index: 1;
}
.page-animate::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0b2821;
  z-index: 1;
  transition: top 1000ms ease;
}
.page-animate.fast-animate::before {
  transition: top 400ms ease;
}
.page-animate.cover::before {
  top: 0;
}
.page-animate.slide-down {
  top: 100%;
}
.page-animate.fast-animate.slide-down {
  transition-duration: 0.4s;
}

.stan-shape {
  cursor: pointer;
  transition: fill 0.3s ease;
}
.stan-shape:hover {
  fill: rgba(0, 118, 195, 0.4);
}

.st0 {
  fill: transparent !important;
  transition: 350ms ease;
}
@media only screen and (min-width: 1199px) {
  .st0:hover {
    fill: #8bbcb2 !important;
  }
}

.swiper-pagination--buildings {
  margin-top: 1rem;
  text-align: center;
}
.swiper-pagination--buildings .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 4px;
  background: #2d2d2d;
  opacity: 0.3;
  transition: opacity 0.3s ease;
}
.swiper-pagination--buildings .swiper-pagination-bullet-active {
  opacity: 1;
}

/*--------------------------------------------------------------
# Parts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/
.btn {
  font-size: clamp(0.9375rem, 0.9375rem + (1.25 - 0.9375) * ((100vw - 20rem) / (120 - 20)), 1.25rem);
  font-family: "Albert Sans";
  background-color: #f2f4e9;
  color: #0f3a34;
  padding: 8px 25px;
  transition: 350ms ease;
  font-weight: 700;
  min-width: 200px;
  text-align: center;
  border-radius: 40px;
  border: 1px solid #0f3a34;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  grid-gap: 11px;
}
@media only screen and (min-width: 1199px) {
  .btn:hover {
    background-color: #0f3a34;
    color: #f2f4e9;
  }
}

.btn--black {
  background-color: #0f3a34;
  color: #f2f4e9;
}
@media only screen and (min-width: 1199px) {
  .btn--black:hover {
    background-color: #f2f4e9;
    color: #0f3a34;
  }
}

.btn--icon {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 15px;
  width: -moz-fit-content;
  width: fit-content;
}
.btn--icon .font-d {
  line-height: 100%;
}
.btn--icon .font-arrow {
  transition: 350ms ease;
  position: relative;
  left: 0;
  font-size: 12px;
}
@media only screen and (min-width: 1199px) {
  .btn--icon:hover .font-arrow {
    left: 10px;
  }
}

/*--------------------------------------------------------------
## Forms
--------------------------------------------------------------*/
label {
  font-size: 0.875rem;
  font-family: "Horas";
  display: block;
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 15px;
}
label span {
  display: block;
}
label .required {
  color: #2c2c2c;
  display: inline-block;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  width: 100%;
  border: 1px solid #2c2c2c;
  margin-top: 2px;
  transition: 350ms ease;
  padding: 10px 21px;
  background-color: #f2f4e9;
}
input[type=text]:focus, input[type=text]:active,
input[type=email]:focus,
input[type=email]:active,
input[type=url]:focus,
input[type=url]:active,
input[type=password]:focus,
input[type=password]:active,
input[type=search]:focus,
input[type=search]:active,
input[type=number]:focus,
input[type=number]:active,
input[type=tel]:focus,
input[type=tel]:active,
input[type=range]:focus,
input[type=range]:active,
input[type=date]:focus,
input[type=date]:active,
input[type=month]:focus,
input[type=month]:active,
input[type=week]:focus,
input[type=week]:active,
input[type=time]:focus,
input[type=time]:active,
input[type=datetime]:focus,
input[type=datetime]:active,
input[type=datetime-local]:focus,
input[type=datetime-local]:active,
input[type=color]:focus,
input[type=color]:active,
textarea:focus,
textarea:active {
  border: 1px solid #2c2c2c;
}
input[type=text]:invalid,
input[type=email]:invalid,
input[type=url]:invalid,
input[type=password]:invalid,
input[type=search]:invalid,
input[type=number]:invalid,
input[type=tel]:invalid,
input[type=range]:invalid,
input[type=date]:invalid,
input[type=month]:invalid,
input[type=week]:invalid,
input[type=time]:invalid,
input[type=datetime]:invalid,
input[type=datetime-local]:invalid,
input[type=color]:invalid,
textarea:invalid {
  border: 1px solid #dc3232;
  background-color: #f2f4e9;
}

textarea {
  height: 150px;
  resize: none;
}

.wpcf7-not-valid-tip {
  font-size: 0.8125rem;
  font-family: "Horas";
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border: none;
  color: #2c2c2c;
  font-size: 0.875rem;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 100%;
}

.wpcf7-spinner {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 10px;
  position: absolute;
  right: 15px;
  top: 15px;
  border: 3px solid #f2f4e9;
  border-left: 3px solid #2c2c2c;
  animation: load 1.1s infinite linear;
  background-color: transparent;
  opacity: 1;
  margin: 0;
  will-change: transform;
}
.wpcf7-spinner::before {
  content: none;
}

@keyframes load {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
## CF7 Plugin Form
--------------------------------------------------------------*/
.cf7-holder {
  position: relative;
}
.cf7-holder > * {
  position: relative;
  z-index: 0;
}
.cf7-holder .wpcf7 {
  opacity: 1;
  transition: 350ms ease;
}
.cf7-holder.form-is-sent .wpcf7 {
  opacity: 0;
}
.cf7-holder .wpcf7-mail-sent-ok {
  display: none !important;
}

.cf7-holder__popup {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 350ms ease;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(44, 44, 44, 0.5);
  z-index: 1000;
  backface-visibility: hidden;
  will-change: transform;
}
.cf7-holder__popup.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

/*--------------------------------------------------------------
## Cover Image
--------------------------------------------------------------*/
.cover-img {
  min-width: 1000%;
  min-height: 1000%;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.1001);
  transition: 350ms ease;
}

/*--------------------------------------------------------------
## Wrapper and Ratios
--------------------------------------------------------------*/
.media-wrap {
  position: relative;
  overflow: hidden;
}
.media-wrap::before {
  content: "";
  display: block;
  width: 100%;
}

.media-wrap--square::before {
  padding-top: 100%;
}

.media-wrap--400x280::before {
  padding-top: 70%;
}

.media-item {
  display: block;
}

/*--------------------------------------------------------------
## SVG Icons
--------------------------------------------------------------*/
.svg-icon {
  display: inline-flex;
  line-height: 1;
}
.svg-icon svg {
  width: 1em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  max-width: 100%;
  display: block;
  height: initial;
}

/*--------------------------------------------------------------
## Hamburger menu
--------------------------------------------------------------*/
.hamburger {
  display: block;
  cursor: pointer;
  width: 30px;
  height: 19px;
  position: relative;
}
.hamburger::after, .hamburger::before,
.hamburger span {
  width: 100%;
  height: 3px;
  position: absolute;
  display: block;
  background-color: #f2f4e9;
  pointer-events: none;
}
@media screen and (max-width: 575px) {
  .hamburger::after, .hamburger::before,
  .hamburger span {
    height: 2px;
  }
}
.hamburger::after, .hamburger::before {
  content: "";
  transition: 350ms width 350ms ease;
}
.hamburger::after {
  top: 0;
  left: 0;
}
@media screen and (max-width: 400px) {
  .hamburger::after {
    top: 1px;
  }
}
.hamburger::before {
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 575px) {
  .hamburger::before {
    bottom: 1px;
  }
}
.hamburger span {
  top: 50%;
  margin-top: -1.5px;
  transition: transform 350ms ease;
}
.hamburger span::before {
  content: "";
  background-color: #f2f4e9;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  z-index: 1;
  transition: transform 350ms ease;
}
@media screen and (max-width: 575px) {
  .hamburger span::before {
    height: 2px;
  }
}
.hamburger.is-active::after, .hamburger.is-active::before {
  transition: 350ms ease;
  width: 0;
}
.hamburger.is-active::after {
  left: 0;
}
.hamburger.is-active::before {
  right: 0;
}
.hamburger.is-active span {
  transform: rotate(45deg);
  transition: 350ms transform 350ms ease;
}
.hamburger.is-active span::before {
  transform: rotate(-90deg);
  transition: 350ms transform 350ms ease;
}
@media screen and (max-width: 575px) {
  .hamburger {
    width: 20px;
    height: 16px;
  }
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
  padding: 28px 0;
  position: absolute;
  z-index: 999;
  width: 100%;
  left: 0;
  top: 0;
  transition: 350ms ease;
  border-bottom: 1px solid transparent;
}
body:not(.home) .site-header {
  background-color: #f2f4e9;
}
.site-header.is-sticky {
  background-color: rgba(242, 244, 233, 0.6);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: fixed;
  padding: 15px 0;
}
.site-header.is-sticky::after {
  content: "";
  position: absolute;
  inset: 0;
  filter: blur(4px);
  background-color: rgba(242, 244, 233, 0.6);
  transition: 350ms ease;
  display: none;
}
.site-header.is-sticky ul li a {
  color: #0f3a34;
}
@media screen and (max-width: 767px) {
  .site-header.is-sticky ul li a {
    color: #f2f4e9;
  }
}
.site-header.is-sticky ul li::after {
  background-color: #0f3a34;
}
.site-header.is-sticky .main-navigation__toggle-stripe {
  background-color: #0f3a34;
}
.site-header.is-sticky .is-active .main-navigation__toggle-stripe {
  background-color: #f2f4e9;
}
.site-header ul li a {
  color: #f2f4e9;
}
@media screen and (max-width: 767px) {
  .site-header ul li {
    margin-bottom: 25px;
  }
  .site-header ul li a {
    font-size: 24px;
    color: #2c2c2c;
  }
}
@media screen and (max-width: 767px) {
  .site-header {
    padding: 30px 0 15px;
  }
}

.site-header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-header__nav {
  display: flex;
  align-items: center;
}

.site-header__logo {
  display: block;
  max-width: 150px;
  width: 100%;
  position: relative;
}
.site-header__logo img {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .site-header__logo {
    max-width: 180px;
  }
}
@media screen and (min-width: 1025px) {
  .site-header__logo {
    max-width: 222px;
  }
}

.site-header__logo-img {
  transition: 350ms ease;
}
.site-header__logo-img.active {
  opacity: 1;
  visibility: visible;
}
.site-header__logo-img.hidden {
  opacity: 0;
  visibility: hidden;
}
.site-header__logo-img.color {
  position: absolute;
  top: 0;
  left: 0;
}

/*--------------------------------------------------------------
## Navigation
--------------------------------------------------------------*/
a {
  text-decoration: none;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  outline: 0;
}

.main-navigation__toggle {
  position: relative;
  z-index: 1;
  width: 24px;
  height: 20px;
  border: none;
  background-color: transparent;
  display: block;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .main-navigation__toggle {
    display: none;
  }
}

.main-navigation__toggle-stripe {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #ededed;
  transition: transform 350ms ease;
  will-change: transform;
  transform-origin: left;
}
.main-navigation__toggle-stripe:nth-child(1) {
  top: 0;
}
.main-navigation__toggle-stripe:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.main-navigation__toggle-stripe:nth-child(3) {
  top: 100%;
  margin-top: -3px;
}
.is-active .main-navigation__toggle-stripe:nth-child(1) {
  transform: rotate(45deg);
}
.is-active .main-navigation__toggle-stripe:nth-child(2) {
  display: none;
}
.is-active .main-navigation__toggle-stripe:nth-child(3) {
  transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .main-navigation__menu-wrap {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: #ededed;
    opacity: 0;
    visibility: hidden;
    transition: transform 350ms ease, opacity 350ms 350ms ease, visibility 350ms 350ms ease;
    transform: translateX(100%);
    will-change: transform;
    padding: 80px 20px 0;
  }
  .main-navigation__menu-wrap.is-active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: transform 350ms ease, opacity 350ms ease, visibility 350ms ease;
    background-color: #0f3a34;
  }
}

.main-navigation__menu {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .main-navigation__menu {
    display: flex;
    align-items: center;
    text-align: left;
  }
}

.main-navigation__menu li {
  position: relative;
  padding: 0;
  margin: 0 25px;
}
.main-navigation__menu li::after {
  content: "";
  position: absolute;
  bottom: -5px;
  width: 0;
  height: 1px;
  background-color: #ededed;
  left: 50%;
  transition: 350ms ease;
}
@media screen and (max-width: 1199px) {
  .main-navigation__menu li::after {
    display: none;
  }
}
.main-navigation__menu li::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 17px;
  background-color: transparent;
  bottom: -12px;
}
.main-navigation__menu li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .main-navigation__menu li:last-of-type {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1199px) {
  .main-navigation__menu li:hover::after {
    left: 0;
    width: 100%;
  }
  .main-navigation__menu li:hover .sub-menu {
    height: 340px;
  }
  .main-navigation__menu li:hover .sub-menu::before {
    height: 300px;
  }
  .main-navigation__menu li:hover .sub-menu li {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 768px) {
  .main-navigation__menu li {
    padding: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1199px) {
  .main-navigation__menu li {
    display: flex;
    align-content: center;
    margin: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .main-navigation__menu li {
    flex-direction: column;
    align-items: center;
    color: #f2f4e9;
  }
}
@media only screen and (min-width: 1199px) {
  .main-navigation__menu li.menu-item-has-children:hover .box {
    height: 300px;
  }
}
.main-navigation__menu li .sub-menu {
  position: absolute;
  top: 150%;
  right: -130px;
  min-width: 620px;
  max-width: 620px;
  width: 100%;
  background-color: #f2f4e9;
  border-radius: 20px;
  height: 0;
  padding-top: 0;
  transition: 400ms ease;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.main-navigation__menu li .sub-menu::before {
  content: "";
  background-image: url("assets/images/_demo/placeholder.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 0;
  width: 380px;
  display: block;
  position: absolute;
  left: 20px;
  top: 20px;
  border-radius: 20px;
  transition: 350ms ease;
}
@media screen and (max-width: 1199px) {
  .main-navigation__menu li .sub-menu::before {
    display: none;
  }
}
.main-navigation__menu li .sub-menu::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #f2f4e9;
  height: 20px;
  display: none;
}
.main-navigation__menu li .sub-menu li {
  margin: 0 20px 0 auto;
  transition: 350ms ease;
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: row-reverse;
  position: initial;
  width: 100%;
  max-width: calc(100% - 390px);
}
.main-navigation__menu li .sub-menu li:first-of-type {
  margin-top: 20px;
}
@media screen and (max-width: 1199px) {
  .main-navigation__menu li .sub-menu li {
    max-width: -moz-fit-content;
    max-width: fit-content;
    opacity: 1;
    visibility: visible;
    margin: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .main-navigation__menu li .sub-menu li {
    margin-bottom: 25px;
  }
  .main-navigation__menu li .sub-menu li:first-of-type {
    margin-top: 25px;
  }
  .main-navigation__menu li .sub-menu li:last-of-type {
    margin-bottom: 0;
  }
}
.main-navigation__menu li .sub-menu li a {
  color: #0f3a34;
  width: 100%;
  padding: 11px;
  border-radius: 10px;
  background-color: #f2f4e9;
  cursor: pointer;
  min-width: 180px;
  max-width: 180px;
  font-size: 16px;
}
@media only screen and (min-width: 1199px) {
  .main-navigation__menu li .sub-menu li a:hover {
    background-color: #0f3a34;
    color: #f2f4e9;
  }
}
@media screen and (max-width: 1199px) {
  .main-navigation__menu li .sub-menu li a {
    background-color: transparent;
    padding: 0;
    color: #f2f4e9;
    min-width: auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .main-navigation__menu li .sub-menu li a {
    color: #f2f4e9;
    font-size: 24px;
  }
}
.main-navigation__menu li .sub-menu li img {
  max-width: 380px;
  height: 300px;
  width: 100%;
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 20px;
  z-index: 9;
  transition: 350ms ease;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (min-width: 1199px) {
  .main-navigation__menu li .sub-menu li:hover img {
    transition: 350ms ease;
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 1199px) {
  .main-navigation__menu li .sub-menu {
    height: auto;
    position: relative;
    top: 0;
    right: auto;
    width: 100%;
    min-width: auto;
    max-width: -moz-fit-content;
    max-width: fit-content;
    display: none;
    align-items: center;
    background-color: transparent;
  }
}
@media screen and (max-width: 767px) {
  .main-navigation__menu li .sub-menu {
    flex-direction: column;
    justify-content: center;
    display: flex;
    padding-right: 0;
  }
}
.main-navigation__menu li .sub-menu .box {
  position: absolute;
  left: 20px;
  border-radius: 20px;
  width: 381px;
  height: 0;
  overflow: hidden;
  transition: 350ms ease;
  top: 20px;
}
.main-navigation__menu li .sub-menu .box img {
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
  transition: 350ms ease;
}
.main-navigation__menu li .sub-menu .box img:nth-child(2) {
  top: 100%;
}
.main-navigation__menu li .sub-menu .box.first {
  top: 20px;
}
.main-navigation__menu li .sub-menu .box.first img:nth-child(1) {
  top: 0;
}
.main-navigation__menu li .sub-menu .box.first img:nth-child(2) {
  top: 100%;
}
.main-navigation__menu li .sub-menu .box.second {
  top: 20px;
}
.main-navigation__menu li .sub-menu .box.second img:nth-child(1) {
  top: -100%;
}
.main-navigation__menu li .sub-menu .box.second img:nth-child(2) {
  top: 0;
}
.main-navigation__menu li .sub-menu .box-zero {
  height: 0;
  top: 0;
}

.main-navigation__menu a {
  font-family: "Albert Sans";
  font-size: 17px;
  line-height: 1.375;
  color: #ededed;
  transition: color 350ms ease;
  position: relative;
  display: inline-block;
  /* Add an underline animation to the navigation links */
}
.main-navigation__menu a::after {
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  will-change: transform;
  height: 2px;
  background-color: #ededed;
  transition: transform 455ms ease;
  display: none;
}
@media screen and (max-width: 1024px) {
  .main-navigation__menu a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .main-navigation__menu a {
    color: #f2f4e9;
    font-size: 24px;
  }
}
@media only screen and (min-width: 1199px) {
  .main-navigation__menu a:hover::after {
    transform: scaleX(1);
  }
}

body:not(.home) .main-navigation__menu a {
  color: #0f3a34;
}
body:not(.home) .main-navigation__menu li::after {
  background-color: #0f3a34;
}
body:not(.home) .main-navigation__toggle-stripe {
  background-color: #0f3a34;
}
body:not(.home) .is-active .main-navigation__toggle-stripe {
  background-color: #f2f4e9;
}

.main-navigation__menu li.current-menu-item a::after {
  transform: scaleX(1);
}

.single-projekat .main-navigation__menu li::after {
  background-color: #0f3a34;
}
.single-projekat .main-navigation__toggle-stripe {
  background-color: #0f3a34;
}

.is-sticky .main-navigation__toggle-stripe,
.is-active .main-navigation__toggle-stripe {
  background-color: #f2f4e9;
}
.is-sticky .main-navigation__menu li a,
.is-active .main-navigation__menu li a {
  color: #0f3a34;
}
@media screen and (max-width: 767px) {
  .is-sticky .main-navigation__menu li a,
  .is-active .main-navigation__menu li a {
    color: #f2f4e9;
  }
}
.is-sticky .main-navigation__menu li .sub-menu li a,
.is-active .main-navigation__menu li .sub-menu li a {
  color: #0f3a34;
}
@media only screen and (min-width: 1199px) {
  .is-sticky .main-navigation__menu li .sub-menu li a:hover,
  .is-active .main-navigation__menu li .sub-menu li a:hover {
    color: #f2f4e9;
  }
}
@media screen and (max-width: 767px) {
  .is-sticky .main-navigation__menu li .sub-menu li a,
  .is-active .main-navigation__menu li .sub-menu li a {
    color: #f2f4e9;
  }
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  background-color: #0b2821;
  padding: 100px 0 25px;
}
@media screen and (max-width: 1199px) {
  .site-footer {
    padding: 100px 0 20px;
  }
}
.site-footer__middle .footer-nav li a {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .site-footer__middle .footer-nav li {
    text-align: center;
  }
  .site-footer__middle .footer-nav li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .site-footer__middle {
    margin-bottom: 60px;
  }
}
.site-footer__right .footer-nav li a {
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .site-footer__right .footer-nav li {
    text-align: center;
  }
  .site-footer__right .footer-nav li a {
    margin-bottom: 16px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .site-footer__right {
    margin-bottom: 0;
  }
}

.footer__container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 1199px) {
  .footer__container {
    flex-direction: column;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 991px) {
  .footer__container {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .footer__container {
    margin-bottom: 25px;
    flex-wrap: wrap;
  }
}

.site-footer__copyright {
  font-family: "Albert Sans";
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.35;
  color: #f2f4e9;
}
@media screen and (max-width: 767px) {
  .site-footer__copyright {
    text-align: center;
  }
}

.footer__right {
  display: flex;
  flex: 70%;
  max-width: 100%;
  justify-content: end;
}
@media screen and (max-width: 1199px) {
  .footer__right {
    flex: 100%;
    grid-gap: 15px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.footer-nav li {
  position: relative;
  padding-bottom: 0;
  margin-bottom: 30px;
  width: -moz-fit-content;
  width: fit-content;
}
.footer-nav li::after {
  content: "";
  position: absolute;
  bottom: -5px;
  width: 0;
  height: 1px;
  background-color: #f2f4e9;
  left: 50%;
  transition: 350ms ease;
}
@media screen and (max-width: 767px) {
  .footer-nav li::after {
    display: none;
  }
}
.footer-nav li a {
  font-size: 17px;
  font-weight: 400;
  color: #f2f4e9;
  transition: 350ms ease;
  font-family: "Albert Sans";
}
@media only screen and (min-width: 1199px) {
  .footer-nav li:hover::after {
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  .footer-nav li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .footer-nav li {
    margin-bottom: 15px;
    width: 100%;
  }
  .footer-nav li a {
    justify-content: center;
  }
  .footer-nav li:last-of-type {
    margin-bottom: 0;
  }
  .footer-nav li:last-of-type a {
    margin-bottom: 0;
  }
}
.footer-nav__contact li {
  margin-bottom: 15px;
}
.footer-nav__contact li a {
  display: flex;
  align-items: center;
  font-size: 18px;
}
.footer-nav__contact li span {
  margin-right: 20px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .footer-nav__contact li span {
    margin-right: 15px;
  }
}
.footer-nav__contact li::after {
  display: none;
}
@media only screen and (min-width: 1199px) {
  .footer-nav__contact a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .footer-nav__contact {
    max-width: 100%;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .footer-nav {
    text-align: center;
  }
}

.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-footer__bottom-right p {
  display: flex;
  align-items: center;
  color: #f2f4e9;
  font-family: "Albert Sans";
  font-size: 14px;
}
.site-footer__bottom-right a {
  margin-left: 9px;
}
.site-footer__bottom-right img {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .site-footer__bottom-right {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .site-footer__bottom {
    flex-direction: column;
    justify-content: center;
    margin-top: 40px;
  }
}

.footer__logo {
  max-width: 330px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .footer__logo {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .footer__logo {
    max-width: 250px;
    margin: 0 auto 20px;
  }
  .footer__logo img {
    margin-bottom: 60px;
    width: 75%;
  }
}

.error404 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.error404 .site-header,
.error404 .site-footer {
  display: none;
}

.s-404__title {
  margin-bottom: 40px;
}
.s-404__title span {
  font-size: 300px;
  line-height: 1;
  color: #2c2c2c;
  display: inline-block;
  position: relative;
  margin: 0 10px;
}
.s-404__title-1 {
  transform: rotate(-7deg);
  animation: 5s float ease-in-out infinite alternate-reverse 0.5s;
}
.s-404__title-2 {
  transform: translateY(10%);
  animation: 5s float-2 ease-in-out infinite alternate-reverse 0.5s;
}
.s-404__title-3 {
  transform: rotate(10deg);
  animation: 5s float-3 ease-in-out infinite alternate-reverse 0.5s;
}

.s-404__text {
  font-size: 40px;
  color: #2c2c2c;
  margin-bottom: 40px;
}

.s-404__btn {
  display: inline-block;
  font-size: 16px;
  font-family: "Horas";
  background-color: #2c2c2c;
  color: #f2f4e9;
  text-transform: uppercase;
  padding: 15px 30px;
  transition: 350ms ease;
  border: 1px solid #2c2c2c;
}
@media only screen and (min-width: 1199px) {
  .s-404__btn:hover {
    background-color: #f2f4e9;
    color: #2c2c2c;
  }
}

@keyframes float {
  0% {
    transform: rotate(-1deg) translate(0, 0);
  }
  100% {
    transform: rotate(-7deg) translate(10%, 10%);
  }
}
@keyframes float-2 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(10%);
  }
}
@keyframes float-3 {
  0% {
    transform: rotate(-4deg) translateY(0);
  }
  100% {
    transform: rotate(10deg) translateY(-10%);
  }
}
.page-content {
  margin: 50px 0;
  font-size: clamp(1rem, 1rem + (1.75 - 1) * ((100vw - 20rem) / (120 - 20)), 1.75rem);
}
@media screen and (max-width: 767px) {
  .page-content {
    margin: 25px 0;
  }
}

.page-title {
  font-size: clamp(2rem, 2rem + (3.375 - 2) * ((100vw - 20rem) / (120 - 20)), 3.375rem);
}

/*--------------------------------------------------------------
# Components / Templates
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## basic-block
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## new-block
--------------------------------------------------------------*/
.hero {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  padding-bottom: 150px;
  height: 110vw;
  padding-top: 49vh;
}
.hero .container {
  z-index: 5;
}
@media screen and (max-width: 1024px) {
  .hero {
    height: 159.6667vw;
  }
}
@media screen and (max-width: 767px) {
  .hero {
    height: 185.6667vw;
    padding: 0;
  }
}

.hero__bg {
  position: absolute;
  inset: 0;
  background-size: contain;
  background-position: top;
  z-index: 0;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .hero__bg {
    background-size: cover;
  }
}

.hero__content {
  color: #f2f4e9;
  padding: 0 0 5vh;
}
.hero__content-bottom {
  margin-top: 40vh;
  opacity: 0;
  transform: translateY(40px);
  visibility: hidden;
  will-change: transform, opacity;
}
@media screen and (max-width: 767px) {
  .hero__content-bottom {
    margin-top: 25vh;
  }
}
.hero__content-bottom p {
  text-transform: uppercase;
  color: #fff;
  font-family: "Horas";
  font-size: 36px;
  line-height: 1.2;
  font-weight: normal;
}
.hero__content-bottom p span {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .hero__content-bottom p span {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .hero__content-bottom p {
    font-size: 20px;
  }
}
@media screen and (max-width: 1399px) {
  .hero__content {
    max-width: 1120px;
  }
}
@media screen and (max-width: 1024px) {
  .hero__content {
    padding: 22vh 0 0;
  }
}
@media screen and (max-width: 767px) {
  .hero__content {
    padding: 29vh 0;
  }
}

.hero__content-pretitle {
  font-size: 28px;
  font-family: "Albert Sans";
  line-height: 1.4;
  color: #fff;
  display: block;
  margin-bottom: 42px;
  max-width: 1020px;
}
@media screen and (max-width: 767px) {
  .hero__content-pretitle {
    font-size: 17px;
    margin-bottom: 20px;
    max-width: 65%;
  }
}

.hero__content-title {
  font-size: 10vw;
  font-family: "Horas";
  line-height: 1.05;
  letter-spacing: -1.75px;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .hero__content-title {
    font-size: 15vw;
  }
}
.hero__content-title .line {
  display: block;
  will-change: transform, opacity;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

.hero__content-pretitle,
.animate-box2 .line,
.js-title-scroll .line {
  opacity: 0;
  transform: translateY(40px);
  transition: none;
  will-change: opacity, transform;
}

.animate-box {
  opacity: 0;
  will-change: opacity, transform;
}

body.is-loading .hero__content-pretitle,
body.is-loading .animate-box2 .line,
body.is-loading .js-title-scroll .line,
body.is-loading .animate-box {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none;
  will-change: opacity, transform;
}

.hero__btn .btn {
  border-color: #f2f4e9;
  z-index: 10;
  position: relative;
}
@media only screen and (min-width: 1199px) {
  .hero__btn .btn:hover {
    border-color: #0f3a34;
    background-color: #0f3a34;
  }
}

.current-projects {
  padding: 155px 0;
}
@media screen and (max-width: 1399px) {
  .current-projects {
    padding: 100px 0;
  }
}
@media screen and (max-width: 1199px) {
  .current-projects {
    padding: 75px 0;
  }
}
@media screen and (max-width: 1024px) {
  .current-projects {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .current-projects {
    padding: 45px 0 25px;
  }
}

.current-projects__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-gap: 170px;
  margin-bottom: 130px;
}
@media screen and (max-width: 1280px) {
  .current-projects__top {
    grid-gap: 100px;
  }
}
@media screen and (max-width: 991px) {
  .current-projects__top {
    margin-bottom: 25px;
    flex-direction: column;
    grid-gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .current-projects__top {
    grid-gap: 30px;
    margin-bottom: 50px;
  }
}

.current-projects__left,
.current-projects__right {
  flex: 50%;
  max-width: 50%;
}
@media screen and (max-width: 991px) {
  .current-projects__left,
  .current-projects__right {
    flex: 100%;
    max-width: 100%;
  }
}

.current-projects__right {
  font-family: "Albert Sans";
  color: #0f3a34;
}
.current-projects__right:nth-child(2) {
  font-size: clamp(1rem, 1rem + (1.25 - 1) * ((100vw - 20rem) / (120 - 20)), 1.25rem);
}

.current-projects__pretitle {
  font-size: clamp(1rem, 1rem + (1.375 - 1) * ((100vw - 20rem) / (120 - 20)), 1.375rem);
  font-family: "Albert Sans";
  margin-bottom: 0;
  letter-spacing: 0.25px;
  display: flex;
  align-items: center;
  grid-gap: 15px;
  color: #0f3a34;
}
.current-projects__pretitle .font-project-second {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .current-projects__pretitle .font-project-second {
    font-size: 20px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .current-projects__pretitle {
    grid-gap: 5px;
    margin-bottom: 13px;
  }
}

@media screen and (max-width: 767px) {
  .current-projects__title {
    font-size: 32px;
    letter-spacing: 0;
  }
}

.current-projects__subtitle {
  font-size: clamp(1rem, 1rem + (1.375 - 1) * ((100vw - 20rem) / (120 - 20)), 1.375rem);
  font-family: "Albert Sans";
  line-height: 1.18;
  margin-bottom: 10px;
}
.current-projects__subtitle:last-of-type {
  margin-bottom: 0;
}

.current-projects__card {
  display: flex;
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  width: 100%;
  max-width: 47%;
  flex-direction: column;
}
.current-projects__card a {
  flex: 47%;
  max-width: 100%;
  position: relative;
}
.current-projects__card:nth-child(even) {
  justify-content: end;
  margin-top: -123px;
  margin-left: auto;
}
.current-projects__card:nth-of-type(3) {
  margin-top: -130px;
}
@media screen and (max-width: 1024px) {
  .current-projects__card {
    max-width: 100%;
    margin-bottom: 80px;
  }
  .current-projects__card:nth-of-type(3) {
    margin-top: 0;
  }
  .current-projects__card:nth-child(even) {
    margin-top: 0;
  }
  .current-projects__card a {
    flex: 100%;
  }
}
@media screen and (max-width: 991px) {
  .current-projects__card {
    margin-bottom: 35px;
    padding-bottom: 50px;
  }
  .current-projects__card:last-of-type {
    margin-bottom: 0;
  }
  .current-projects__card:nth-child(even), .current-projects__card:nth-of-type(3) {
    margin-top: 0;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .current-projects__card {
    padding-bottom: 0;
    max-width: 100%;
    margin-bottom: 60px;
  }
  .current-projects__card:nth-child(even), .current-projects__card:nth-of-type(3) {
    margin-bottom: 60px;
  }
}
.current-projects__card.animate {
  opacity: 1;
  transform: translateY(0);
}

.current-projects__card-img {
  position: relative;
  overflow: hidden;
}
.current-projects__card-img a {
  position: relative;
  z-index: 10;
  overflow: hidden;
  display: block;
}
.current-projects__card-img a::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(15, 58, 52, 0.1);
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .current-projects__card-img a::after {
    height: 304px;
    bottom: auto;
    top: 0;
    display: none;
  }
}
.current-projects__card-img img {
  width: 100%;
  transform: scale(1);
  transition: 350ms ease;
}
@media only screen and (min-width: 1199px) {
  .current-projects__card-img:hover img {
    transform: scale(1.05);
  }
}
@media screen and (max-width: 991px) {
  .current-projects__card-img {
    display: flex;
    flex-direction: column;
  }
  .current-projects__card-img img {
    order: 1;
  }
  .current-projects__card-img .current-projects__btn {
    order: 3;
    margin-top: 15px;
    bottom: -50px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: -moz-fit-content;
    width: fit-content;
  }
}
.current-projects__card-img .current-projects__btn {
  font-size: clamp(0.9375rem, 0.9375rem + (1.125 - 0.9375) * ((100vw - 20rem) / (120 - 20)), 1.125rem);
  min-width: 220px;
}
.current-projects__card-img .current-projects__btn .font-arrow {
  font-size: 12px;
}
@media screen and (max-width: 991px) {
  .current-projects__card-img .current-projects__btn {
    bottom: -50px;
  }
}

.current-projects__card-title {
  position: absolute;
  bottom: 5%;
  left: 3%;
  width: -moz-fit-content;
  width: fit-content;
  color: #f2f4e9;
  font-size: clamp(1.4375rem, 1.4375rem + (2.5 - 1.4375) * ((100vw - 20rem) / (120 - 20)), 2.5rem);
  font-family: "Horas";
  font-weight: 700;
  text-transform: uppercase;
  z-index: 7;
}
@media screen and (max-width: 767px) {
  .current-projects__card-title {
    margin-top: 20px;
    font-family: 22px;
  }
}

.current-projects__btn {
  margin: 30px 0 0;
}
.current-projects__btn::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .current-projects__btn {
    margin: 20px 0 0;
    display: none;
  }
}

.current-projects__btn--mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .current-projects__btn--mobile {
    display: flex;
    margin: 0;
  }
}

.current-projects__card-wrapp {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  grid-gap: 15px;
  color: #0f3a34;
}
@media screen and (max-width: 1599px) {
  .current-projects__card-wrapp {
    flex-direction: column;
  }
}
@media screen and (max-width: 991px) {
  .current-projects__card-wrapp {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .current-projects__card-wrapp {
    margin-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .current-projects__card-location,
  .current-projects__card-description,
  .current-projects__card a {
    flex: 100%;
    max-width: 100%;
  }
}

.current-projects__card-description {
  font-size: 14px;
  font-family: "Albert Sans";
  flex: 50%;
  max-width: 50%;
}
@media screen and (max-width: 767px) {
  .current-projects__card-description {
    padding: 20px 0;
    font-size: 14px;
    flex: 100%;
    max-width: 100%;
  }
}

.current-projects__card-location {
  display: flex !important;
  justify-content: space-between !important;
  width: 100%;
}
.current-projects__card-location .icon__wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.current-projects__card-location span {
  display: flex;
  grid-gap: 5px;
  font-size: 18px;
  font-family: "Albert Sans";
}
.current-projects__card-location span.icon {
  display: flex;
  flex-wrap: wrap;
}
.current-projects__card-location span.icon:before {
  content: "\e008";
}
.current-projects__card-location span.icon::before {
  margin-right: 6px;
}
@media screen and (max-width: 767px) {
  .current-projects__card-location span {
    font-size: 16px;
  }
  .current-projects__card-location span.icon {
    flex: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .current-projects__card-location span::before {
    margin-right: 5px;
  }
}
@media screen and (max-width: 1599px) {
  .current-projects__card-location {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .current-projects__card-location {
    margin-top: 20px;
  }
}

.current-projects__card-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .current-projects__card-container {
    display: block;
  }
}

.icons-info {
  padding: 0 0 100px;
}
@media screen and (max-width: 1199px) {
  .icons-info {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .icons-info {
    padding: 25px 0;
  }
  .icons-info .container {
    padding: 0;
  }
}

.icons-info__container .swiper-wrapper {
  display: flex;
  justify-content: space-between;
  grid-gap: 28px;
}
.icons-info__container .swiper-wrapper .swiper-slide {
  max-width: 25%;
  flex-shrink: inherit;
}
@media screen and (max-width: 1024px) {
  .icons-info__container .swiper-wrapper {
    flex-wrap: wrap;
  }
  .icons-info__container .swiper-wrapper .swiper-slide {
    max-width: 43%;
  }
}
@media screen and (max-width: 767px) {
  .icons-info__container .swiper-wrapper {
    flex-wrap: nowrap;
  }
}
.icons-info__container .swiper-pagination--half {
  display: none;
}
@media screen and (max-width: 1199px) {
  .icons-info__container {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .icons-info__container {
    grid-gap: 10px;
    position: relative;
  }
  .icons-info__container .swiper-wrapper .swiper-slide {
    margin: 0 !important;
    padding-left: 15px;
    max-width: 100%;
    min-width: 250px;
  }
  .icons-info__container .swiper-pagination--half {
    text-align: center;
    display: block;
  }
  .icons-info__container .swiper-pagination-bullet {
    background-color: #0f3a34;
    opacity: 0.5;
    transition: 350ms ease;
    height: 8px;
    width: 8px;
    border-radius: 50%;
  }
  .icons-info__container .swiper-pagination-bullet-active {
    opacity: 1;
    width: 50px;
    border-radius: 5px;
  }
}

.icons-info__card {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  grid-gap: 10px;
}
.icons-info__card span {
  display: block;
  align-items: center;
  font-size: 20px;
  line-height: 22px;
  max-width: 270px;
  font-family: "Albert Sans";
  color: #0f3a34;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .icons-info__card span {
    font-size: 18px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .icons-info__card span {
    font-size: 16px;
    line-height: 18px;
    text-align: left;
  }
}
@media screen and (max-width: 1440px) {
  .icons-info__card {
    grid-gap: 15px;
    align-items: flex-start;
  }
  .icons-info__card img {
    max-width: 75px;
  }
}
@media screen and (max-width: 1199px) {
  .icons-info__card {
    width: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .icons-info__card {
    max-width: 100%;
    flex-direction: row;
    font-size: 14px;
    margin-bottom: 25px;
    grid-gap: 10px;
    display: flex;
  }
  .icons-info__card img {
    max-width: 50px;
  }
}

.featured-posts {
  padding: 100px 0 73px;
}
@media screen and (max-width: 1399px) {
  .featured-posts {
    padding: 75px 0;
  }
}
@media screen and (max-width: 1280px) {
  .featured-posts {
    padding: 75px 0 100px;
  }
}
@media screen and (max-width: 1199px) {
  .featured-posts {
    padding: 50px 0 100px;
  }
}
@media screen and (max-width: 991px) {
  .featured-posts {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .featured-posts {
    padding: 25px 0;
  }
}

.featured-posts__pretitle {
  font-size: clamp(0.9375rem, 0.9375rem + (1.25 - 0.9375) * ((100vw - 20rem) / (120 - 20)), 1.25rem);
  font-family: "Albert Sans";
  font-weight: 400;
  display: flex;
  align-items: center;
  grid-gap: 5px;
  color: #0f3a34;
}
.featured-posts__pretitle .font-star {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .featured-posts__pretitle .font-star {
    font-size: 20px;
  }
}

.featured-posts__title {
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .featured-posts__title {
    font-size: 32px;
    letter-spacing: 0;
  }
}

.featured-posts__container {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  grid-gap: 150px;
}
@media screen and (max-width: 1399px) {
  .featured-posts__container {
    grid-gap: 75px;
  }
}
@media screen and (max-width: 1199px) {
  .featured-posts__container {
    grid-gap: 50px;
  }
}
@media screen and (max-width: 991px) {
  .featured-posts__container {
    margin-top: 25px;
    grid-gap: 0;
    flex-wrap: wrap;
  }
}

.featured-post__item {
  flex: 33.3%;
  max-width: 33.3%;
}
.featured-post__item:nth-of-type(1) {
  margin-top: 100px;
}
.featured-post__item:nth-of-type(2) {
  margin-top: 200px;
}
@media screen and (max-width: 991px) {
  .featured-post__item {
    transform: translateY(0);
    flex: 100%;
    max-width: 100%;
    margin-bottom: 80px;
  }
  .featured-post__item:last-of-type {
    margin-bottom: 0;
  }
  .featured-post__item:nth-of-type(1), .featured-post__item:nth-of-type(2) {
    transform: translateY(0);
    margin-top: 0;
  }
}

.featured-post__item--single:nth-of-type(1) {
  margin-top: 0;
}
.featured-post__item--single:nth-of-type(2) {
  margin-top: 0;
}

.featured-post__image a {
  overflow: hidden;
  display: block;
}
.featured-post__image a img {
  transition: 350ms ease;
  transform: scale(1);
  width: 100%;
  min-height: 335px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 1199px) {
  .featured-post__image a:hover img {
    transform: scale(1.05);
  }
}

.featured-post__title {
  font-size: 29px;
  margin: 26px 0 14px;
  font-family: "Horas";
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  color: #0f3a34;
}
@media screen and (max-width: 767px) {
  .featured-post__title {
    margin: 15px 0;
    font-size: 26px;
  }
}

.featured-post__excerpt {
  font-size: clamp(0.875rem, 0.875rem + (1 - 0.875) * ((100vw - 20rem) / (120 - 20)), 1rem);
  font-family: "Albert Sans";
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 35px;
  color: #0f3a34;
}
@media screen and (max-width: 767px) {
  .featured-post__excerpt {
    margin-bottom: 26px;
  }
}

.featured-post__content-btn .btn {
  margin: 0;
}
.featured-post__content-btn .btn .font-arrow {
  font-size: 12px;
}

.map {
  padding: 120px 0 50px;
}
@media screen and (max-width: 1199px) {
  .map {
    padding: 100px 0 50px;
  }
}
@media screen and (max-width: 1024px) {
  .map {
    padding: 75px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .map {
    padding: 50px 0 95px;
  }
}

.map__container {
  display: flex;
  align-items: center;
  grid-gap: 4vw;
}
@media screen and (max-width: 1280px) {
  .map__container {
    grid-gap: 50px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1199px) {
  .map__container {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .map__container {
    grid-gap: 50px;
  }
}

.map__content {
  font-family: "Albert Sans";
  flex: 40%;
  max-width: 40%;
  color: #0f3a34;
}
.map__content p {
  font-size: clamp(1rem, 1rem + (1.25 - 1) * ((100vw - 20rem) / (120 - 20)), 1.25rem);
  font-weight: 700;
}
.map__content span {
  font-size: clamp(0.875rem, 0.875rem + (1.0625 - 0.875) * ((100vw - 20rem) / (120 - 20)), 1.0625rem);
}
@media screen and (max-width: 1024px) {
  .map__content {
    flex: 100%;
    max-width: 100%;
  }
}

.map__content-address .font-pin::before {
  margin-right: 10px;
}

.map__content-title {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .map__content-title {
    font-size: 32px;
    letter-spacing: 0;
  }
}

.map__content-subtitle {
  font-size: clamp(0.875rem, 0.875rem + (1.0625 - 0.875) * ((100vw - 20rem) / (120 - 20)), 1.0625rem);
  margin-bottom: 30px;
  line-height: 1.2;
  font-family: "Albert Sans";
  font-weight: 400 !important;
  max-width: 600px;
  color: #0f3a34;
  margin-top: 15px;
}
@media screen and (max-width: 1280px) {
  .map__content-subtitle {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .map__content-subtitle {
    margin-bottom: 25px;
  }
}

/* ====== Numerisanje liste (kružići sa brojevima) ====== */
.map-list__items {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: mapnum;
}

.map-list__item {
  display: flex;
  align-items: center;
  grid-gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #d1d0d0;
}
.map-list__item:last-of-type {
  border-bottom: 0;
}
.map-list__item::before {
  counter-increment: mapnum;
  content: counter(mapnum);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #0f3a34;
  color: #fff;
}

.cta {
  padding: 150px 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .cta {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .cta {
    padding: 120px 0;
  }
  .cta br {
    display: none;
  }
}

.cta__content-title {
  margin-bottom: 30px;
}
@media screen and (max-width: 1280px) {
  .cta__content-title span {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .cta__content-title {
    font-size: 32px;
    letter-spacing: 0;
  }
  .cta__content-title span {
    display: inline;
  }
}

.cta__content {
  margin-bottom: 30px;
}

.cta__content-pretitle {
  font-size: clamp(1.125rem, 1.125rem + (1.5 - 1.125) * ((100vw - 20rem) / (120 - 20)), 1.5rem);
  line-height: 1.2;
  text-align: center;
  color: #0f3a34;
  max-width: 901px;
  margin: 0 auto 40px;
}

.cta__content-subtitle {
  font-size: clamp(0.875rem, 0.875rem + (1.0625 - 0.875) * ((100vw - 20rem) / (120 - 20)), 1.0625rem);
  line-height: 1.16;
  font-weight: 400;
  display: block;
  font-family: "Albert Sans";
  color: #0f3a34;
}

.cta-btn {
  text-align: center;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 1199px) {
  .cta-btn .btn:hover {
    background-color: #f2f4e9;
  }
}

.banner {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  height: calc(100vh + 103px);
}
.banner img {
  width: 100vw;
}
@media screen and (max-width: 1280px) {
  .banner {
    height: calc(88vh + 103px);
  }
  .banner img {
    width: 60vw;
  }
}
@media screen and (max-width: 1024px) {
  .banner {
    height: 100%;
    padding: 90px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .banner {
    display: block;
    padding: 120px 0 0;
  }
  .banner img {
    width: 100vw;
  }
}

.banner__container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .banner__container {
    display: block;
  }
}

.banner--sm {
  height: 100%;
  padding-top: 200px;
  padding-bottom: 90px;
}
@media screen and (max-width: 1024px) {
  .banner--sm {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .banner--sm {
    padding-top: 100px;
    padding-bottom: 10px;
  }
}

.banner-single {
  padding-top: 150px;
}
@media screen and (max-width: 767px) {
  .banner-single {
    padding-top: 120px;
  }
}

.banner-single__img {
  margin: 60px 0;
}
@media screen and (max-width: 767px) {
  .banner-single__img {
    margin: 20px 0;
  }
}

.banner__content {
  max-width: 682px;
}
.banner__content p {
  font-size: clamp(1rem, 1rem + (1.375 - 1) * ((100vw - 20rem) / (120 - 20)), 1.375rem);
  line-height: 1.18;
  color: #0f3a34;
  font-family: "Albert Sans";
  max-width: 750px;
}
@media screen and (max-width: 1199px) {
  .banner__content {
    max-width: 531px;
  }
}
@media screen and (max-width: 767px) {
  .banner__content {
    margin-bottom: 30px;
  }
}

.banner__content--xl {
  max-width: 980px;
}

.banner__content--xxl {
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .banner__content--xxl {
    display: block;
  }
}

.banner__content-pretitle {
  font-size: clamp(1rem, 1rem + (1.375 - 1) * ((100vw - 20rem) / (120 - 20)), 1.375rem);
  font-family: "Albert Sans";
  display: block;
  margin-bottom: 10px;
  color: #0f3a34;
}

.banner__content-title,
.banner-single-content__title {
  font-size: clamp(1.875rem, 1.875rem + (3.75 - 1.875) * ((100vw - 20rem) / (120 - 20)), 3.75rem);
  line-height: 0.9;
  font-weight: 700;
  font-family: "Horas";
  text-transform: uppercase;
  color: #0f3a34;
}
@media screen and (max-width: 1024px) {
  .banner__content-title,
  .banner-single-content__title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .banner__content-title,
  .banner-single-content__title {
    margin-bottom: 20px;
  }
}

.banner__content-title {
  margin-bottom: 20px;
}

.banner__content-subtitle {
  font-size: clamp(1rem, 1rem + (1.75 - 1) * ((100vw - 20rem) / (120 - 20)), 1.75rem);
  font-weight: 800;
  color: #0f3a34;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 40px;
  max-width: 790px;
}

.banner-single-content__title {
  font-size: clamp(1.875rem, 1.875rem + (3.75 - 1.875) * ((100vw - 20rem) / (120 - 20)), 3.75rem);
  margin-bottom: 40px;
}

.banner-single-content__text {
  font-size: clamp(1rem, 1rem + (1.5 - 1) * ((100vw - 20rem) / (120 - 20)), 1.5rem);
  line-height: 1.2;
  font-family: "Albert Sans";
  color: #0f3a34;
  margin-top: 40px;
}

.location {
  font-size: clamp(1rem, 1rem + (1.25 - 1) * ((100vw - 20rem) / (120 - 20)), 1.25rem);
  font-weight: 700;
  margin: 30px 0;
  display: flex;
  align-items: center;
  color: #0f3a34;
  font-family: "Albert Sans";
}
.location:before {
  content: "\e008";
}
.location::before {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .location {
    margin: 15px 0;
  }
}

.banner__content-text {
  font-size: clamp(1rem, 1rem + (1.25 - 1) * ((100vw - 20rem) / (120 - 20)), 1.25rem);
  line-height: 1.16;
  font-family: "Albert Sans";
  color: #0f3a34;
}

.banner__content-img {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .banner__content-img {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .banner__content-img img {
    width: 100vw;
  }
}

.banner__image {
  position: absolute;
  top: 53%;
  right: 0;
  transform: translateY(-50%);
  width: 50%;
  max-width: 45vw;
  z-index: 1;
}
.banner__image img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .banner__image {
    position: relative;
    top: 0;
    transform: translateY(0);
    width: 100%;
    max-width: 100%;
  }
}

.contact-list li {
  padding-bottom: 25px;
  display: flex;
  align-items: center;
  grid-gap: 10px;
  color: #0f3a34;
}
.contact-list li:nth-last-of-type {
  padding-bottom: 0;
}
.contact-list li a {
  font-size: clamp(0.875rem, 0.875rem + (1.0625 - 0.875) * ((100vw - 20rem) / (120 - 20)), 1.0625rem);
  font-family: "Albert Sans";
  transition: 350ms ease;
}
@media only screen and (min-width: 1199px) {
  .contact-list li a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .contact-list li {
    padding-bottom: 11px;
  }
}

.icons-sec {
  padding: 100px 0;
}
@media screen and (max-width: 1024px) {
  .icons-sec {
    padding: 100px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .icons-sec {
    padding: 70px 0 50px;
  }
}

.icons-sec__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .icons-sec__container {
    justify-content: flex-start;
  }
}

.icon-sec__item {
  text-align: center;
  flex: 12%;
  max-width: 12%;
  color: #0f3a34;
}
.icon-sec__item img {
  margin: 0 auto 6px;
}
@media screen and (max-width: 1280px) {
  .icon-sec__item {
    flex: 25%;
    max-width: 25%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .icon-sec__item {
    flex: 50%;
    max-width: 50%;
  }
  .icon-sec__item:nth-of-type(7), .icon-sec__item:nth-of-type(8) {
    margin-bottom: 0;
  }
}

.icon-sec__item-title {
  font-size: 14px;
  display: block;
  font-family: "Albert Sans";
  font-weight: 700;
  line-height: 17px;
}

.icon-sec__item-info {
  font-weight: 600;
  font-size: 20px;
  font-family: "Albert Sans";
}
@media screen and (max-width: 767px) {
  .icon-sec__item-info {
    font-size: 18px;
  }
}

.half-sec {
  padding: 90px 0;
}
@media screen and (max-width: 1024px) {
  .half-sec {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .half-sec {
    padding: 50px 0 30px;
  }
}

.half-sec__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 140px;
}
@media screen and (max-width: 1024px) {
  .half-sec__container {
    grid-gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .half-sec__container {
    flex-direction: column;
    grid-gap: 20px;
  }
}

.half-sec__container--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .half-sec__container--reverse {
    flex-direction: column-reverse;
  }
}

.half-sec__item {
  flex: 50%;
  max-width: 50%;
}
.half-sec__item .text p {
  margin-bottom: 15px;
}
.half-sec__item img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .half-sec__item {
    flex: 100%;
    max-width: 100%;
  }
}

.half-sec-double {
  padding: 120px 0 150px;
}
@media screen and (max-width: 1024px) {
  .half-sec-double {
    padding: 20px 0 50px;
  }
}

.half-sec-double__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 140px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .half-sec-double__container {
    grid-gap: 40px;
    margin-bottom: 50px;
  }
  .half-sec-double__container:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .half-sec-double__container {
    flex-direction: column-reverse;
    grid-gap: 20px;
  }
}

.half-sec-double__item {
  flex: 46%;
  max-width: 46%;
}
.half-sec-double__item .title {
  max-width: 600px;
}
.half-sec-double__item .text {
  margin-bottom: 20px;
}
.half-sec-double__item .text:last-of-type {
  margin-bottom: 0;
}
.half-sec-double__item img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .half-sec-double__item:first-of-type {
    transform: translateY(-50px);
  }
}
@media screen and (max-width: 767px) {
  .half-sec-double__item {
    flex: 100%;
    max-width: 100%;
  }
  .half-sec-double__item:first-of-type {
    transform: translateY(0);
  }
}

.half-sec-double__item-btn {
  margin-top: 40px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1024px) {
  .half-sec-double__item-btn {
    margin-top: 30px;
  }
}

.half-slider {
  width: 100%;
  height: auto;
}
.half-slider .swiper-slide {
  cursor: grab;
}
.half-slider .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.half-slider .swiper-pagination {
  margin-top: 15px;
  text-align: left;
  left: 35px;
  bottom: 53px;
}
@media screen and (max-width: 767px) {
  .half-slider .swiper-pagination {
    left: 15px;
    bottom: 13px;
  }
}
.half-slider .swiper-counter {
  position: absolute;
  bottom: 53px;
  right: 35px;
  z-index: 10;
  color: #f2f4e9;
  font-family: "Albert Sans";
}
@media screen and (max-width: 767px) {
  .half-slider .swiper-counter {
    right: 15px;
    bottom: 15px;
  }
}
.half-slider .swiper-counter span {
  color: #f2f4e9;
}
.half-slider .swiper-counter span.swiper-counter-current {
  font-size: 20px;
  margin-right: 5px;
  font-weight: 600;
}
.half-slider .swiper-pagination-bullet {
  background: #f2f4e9;
  opacity: 1;
  border: 1px solid #f2f4e9;
  transition: 350ms ease;
}
.half-slider .swiper-pagination-bullet-active {
  width: 50px;
  height: 9px;
  border-radius: 34px;
}

.video-sec {
  padding: 150px 0 80px;
}
@media screen and (max-width: 1280px) {
  .video-sec {
    padding: 125px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .video-sec {
    padding: 50px 0 0;
  }
}
.video-sec .container {
  display: flex;
  flex-direction: column-reverse;
}

.video-sec__img {
  max-width: 1320px;
  margin: 200px auto 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.video-sec__img img {
  margin: 0 auto;
}
.video-sec__img img.top {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .video-sec__img img.top {
    margin-bottom: 25px;
  }
}
.video-sec__img img.bottom {
  max-width: 270px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .video-sec__img img.bottom {
    max-width: 50%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .video-sec__img {
    margin: 100px auto;
  }
}

.video-sec__video h4 {
  font-size: clamp(1.25rem, 1.25rem + (1.875 - 1.25) * ((100vw - 20rem) / (120 - 20)), 1.875rem);
  color: #0b2c11;
  margin-bottom: 20px;
  font-family: "Horas";
  line-height: 1;
  align-items: center;
  grid-gap: 10px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
}
.video-sec__video h4 span {
  font-size: clamp(0.875rem, 0.875rem + (1.375 - 0.875) * ((100vw - 20rem) / (120 - 20)), 1.375rem);
  font-weight: 400;
  text-transform: none;
  font-family: "Albert Sans";
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.buildings-slider-section .swiper {
  width: 100%;
  height: 100%;
}
.buildings-slider-section .swiper-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.buildings-slider-section .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.2;
  position: relative;
  transform: scale(0.8);
  cursor: pointer;
  transition: transform 0.4s ease, opacity 0.4s ease;
  width: 50%;
}
.buildings-slider-section .swiper-slide svg {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  transition: opacity 0.3s ease;
}
.buildings-slider-section .swiper-slide .slide-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.buildings-slider-section .swiper-slide .slide-flex svg {
  width: 100%;
  margin: 0 auto;
}
.buildings-slider-section .swiper-slide .slide-flex span {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .buildings-slider-section .swiper-slide .slide-flex span {
    margin-top: 25px;
  }
}
.buildings-slider-section .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}
@media screen and (max-width: 767px) {
  .buildings-slider-section {
    padding: 30px 0;
  }
  .buildings-slider-section .swiper-slide svg {
    width: 284px !important;
    margin: 0 auto 30px !important;
  }
  .buildings-slider-section .swiper-slide-active {
    transform: scale(1.25);
  }
}

.simple-modal {
  position: fixed;
  background-color: rgba(242, 244, 233, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  padding: 20px;
  top: -300%;
  transition: 350ms ease;
  left: 0;
  width: 100%;
  height: 100%;
}
.simple-modal.active {
  top: 0;
}
.simple-modal .modal-content {
  background: #fff;
  width: 100%;
  max-width: 1068px;
  max-height: 90vh;
  overflow-y: auto;
  padding: 70px 50px;
  position: relative;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.simple-modal .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.simple-modal .modal-header .modal-logo {
  margin: 0 auto;
}
.simple-modal .modal-header .modal-close {
  background: none;
  border: none;
  font-size: 30px;
  line-height: 46px;
  cursor: pointer;
  position: absolute;
  top: -15px;
  right: 20px;
  transition: 350ms ease;
  z-index: 100;
  padding: 15px;
  touch-action: manipulation;
}
.simple-modal .modal-header .modal-close::before, .simple-modal .modal-header .modal-close::after {
  pointer-events: none;
}
@media only screen and (min-width: 1199px) {
  .simple-modal .modal-header .modal-close:hover {
    transform: scale(1.2);
  }
}
@media screen and (max-width: 767px) {
  .simple-modal .modal-header .modal-close {
    font-size: 28px;
    top: -10px;
    right: 5px;
    padding: 20px;
  }
}
.simple-modal .modal-image {
  width: 100%;
  margin: 20px 0;
  border-radius: 8px;
}
.simple-modal .modal-info {
  max-height: 80vh;
  padding-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 30px;
}
.simple-modal .modal-info h2 {
  font-size: 60px;
  font-weight: 700;
  font-family: "Horas";
}
@media screen and (max-width: 767px) {
  .simple-modal .modal-info h2 {
    font-size: 24px;
  }
}
.simple-modal .modal-info p {
  font-size: 17px;
  font-family: "Albert Sans";
}
.simple-modal .modal-info .download-btn {
  margin: 0;
  background-color: #fff;
  align-self: center;
}
@media only screen and (min-width: 1199px) {
  .simple-modal .modal-info .download-btn:hover {
    background-color: #0f3a34;
    color: #fff;
  }
}
.simple-modal .modal-info .contact-btn {
  background-color: #fff;
}
@media only screen and (min-width: 1199px) {
  .simple-modal .modal-info .contact-btn:hover {
    background-color: #0f3a34;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .simple-modal .modal-content {
    padding: 24px 10px;
  }
}

.modal-info__container {
  display: flex;
  justify-content: center;
  max-height: 60vh;
  overflow-y: auto;
  touch-action: auto;
  -webkit-overflow-scrolling: touch;
  grid-gap: 30px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .modal-info__container {
    flex-direction: column;
    grid-gap: 15px;
  }
}

.modal-info__wrap {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
@media screen and (max-width: 767px) {
  .modal-info__wrap {
    justify-content: center;
  }
}

.svg-floor-text {
  margin-bottom: 30px;
}

.filtration-block__wrapper {
  display: flex;
  align-items: flex-start;
  grid-gap: 50px;
  padding: 150px 0 100px;
}
@media screen and (max-width: 767px) {
  .filtration-block__wrapper {
    flex-direction: column;
    grid-gap: 0;
    padding: 50px 0 25px;
  }
}

.filter-box {
  width: 190px;
}
@media screen and (max-width: 767px) {
  .filter-box {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .filters-box {
    position: fixed;
    left: -150%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
    width: 100%;
    height: 100%;
    background-color: #0f3a34;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 25px;
    transition: 350ms ease;
    z-index: 999999;
  }
  .filters-box.active {
    left: 50%;
  }
}

.filters-box__close {
  display: none;
}
@media screen and (max-width: 767px) {
  .filters-box__close {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f2f4e9;
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 20px;
  }
  .filters-box__close span {
    color: #f2f4e9;
  }
}

.filters-box__cta {
  display: none;
}
@media screen and (max-width: 767px) {
  .filters-box__cta {
    display: inline-block;
    width: 100%;
    border-radius: 20px;
    background-color: #f2f4e9;
    color: #0f3a34;
    text-align: center;
    font-size: 20px;
    padding: 10px 0;
    margin-top: auto;
    font-family: "Albert Sans";
  }
}

.filter-box__wrapper {
  background-color: #0f3a34;
  border-radius: 15px;
  padding: 15px;
  margin-bottom: 30px;
  color: #f2f4e9;
}
@media screen and (max-width: 767px) {
  .filter-box__wrapper {
    margin-bottom: 0;
    padding: 0;
  }
}
.filter-box__wrapper:last-of-type {
  margin-bottom: 0;
}
.filter-box__wrapper h3 {
  font-size: 17px;
  margin-bottom: 10px;
  font-family: "Albert Sans";
}
.filter-box__wrapper label {
  font-size: 17px;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Albert Sans";
}
.filter-box__wrapper input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: relative;
}
.filter-box__wrapper input::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #f2f4e9;
  display: inline-block;
}
.filter-box__wrapper input::after {
  content: "\e003";
  font-family: "fonticons";
  position: absolute;
  top: 2px;
  left: 3px;
  transition: 350ms ease;
  opacity: 0;
  visibility: hidden;
  font-size: 12px;
  color: #f2f4e9;
}
.filter-box__wrapper label.active input::after {
  opacity: 1;
  visibility: visible;
}

.filtration-block__content {
  flex: 1;
}
.filtration-block__content table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Albert Sans";
}
.filtration-block__content th, .filtration-block__content td {
  border-bottom: 1px solid #d1d0d0;
  padding: 45px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .filtration-block__content th, .filtration-block__content td {
    padding: 20px 0;
  }
}
.filtration-block__content tr th {
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .filtration-block__content tr th {
    font-size: 14px;
  }
}
.filtration-block__content tr td {
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .filtration-block__content tr td {
    font-size: 14px;
  }
}
.filtration-block__content tr td:first-of-type {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .filtration-block__content tr td:first-of-type {
    font-size: 14px;
  }
}
.filtration-block__content tr td a span {
  transition: 350ms ease;
}
@media only screen and (min-width: 1199px) {
  .filtration-block__content tr td a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .filtration-block__content {
    width: 100%;
  }
  .filtration-block__content table thead {
    display: none;
  }
  .filtration-block__content table tr td {
    font-size: 12px;
  }
  .filtration-block__content table td:first-of-type {
    width: 60px;
  }
  .filtration-block__content table td:nth-of-type(2) {
    width: 100px;
  }
  .filtration-block__content table td:nth-last-of-type(3) {
    width: 75px;
  }
  .filtration-block__content table td:nth-of-type(4) {
    width: 70px;
  }
  .filtration-block__content table td:nth-of-type(5) {
    width: 20px;
  }
}

.filters-mobile-cta {
  display: none;
}
@media screen and (max-width: 767px) {
  .filters-mobile-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0f3a34;
    color: #f2f4e9;
    border-radius: 20px;
    margin-bottom: 25px;
    padding: 10px 0;
    font-family: "Albert Sans";
  }
  .filters-mobile-cta span {
    margin-right: 10px;
    color: #f2f4e9;
  }
  .filters-mobile-cta a {
    color: #f2f4e9;
  }
}

.col-view {
  text-align: right;
  width: 64px;
}

.view-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
  font-size: 10px;
}
.view-arrow:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
  border-radius: 9999px;
}

.view-arrow.is-disabled {
  opacity: 0.4;
  pointer-events: none;
}

.docs-block {
  padding-bottom: 150px;
}
@media screen and (max-width: 991px) {
  .docs-block {
    padding-bottom: 0;
    padding-top: 50px;
  }
}

.docs-block__container {
  display: flex;
  justify-content: space-between;
  grid-gap: 5vw;
}
@media screen and (max-width: 991px) {
  .docs-block__container {
    display: block;
  }
}

.doc-item {
  border: 1px solid #d1d0d0;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 47%;
  max-width: 47%;
  grid-gap: 3vw;
}
@media screen and (max-width: 991px) {
  .doc-item {
    padding: 20px 15px;
    margin-bottom: 60px;
    flex: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .doc-item {
    display: block;
    text-align: center;
  }
}

.doc-title {
  font-size: clamp(1.25rem, 1.25rem + (1.75 - 1.25) * ((100vw - 20rem) / (120 - 20)), 1.75rem);
  line-height: 1;
  max-width: 375px;
  color: #0f3a34;
  font-weight: 800;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .doc-title {
    margin-bottom: 20px;
    display: block;
  }
}

.post-grid {
  display: flex;
  grid-gap: 4vw;
  flex-wrap: wrap;
  padding-top: 50px;
}

.post-item {
  flex: 28.3%;
  max-width: 28.3%;
  margin-bottom: 40px;
}
.post-item img {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .post-item {
    flex: 47%;
    max-width: 47%;
  }
}
@media screen and (max-width: 767px) {
  .post-item {
    flex: 100%;
    max-width: 100%;
  }
}

.post-item__title a {
  font-size: clamp(1.25rem, 1.25rem + (1.75 - 1.25) * ((100vw - 20rem) / (120 - 20)), 1.75rem);
  line-height: 1.2;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
  font-weight: 800;
  color: #0f3a34;
}

.post-item__excerpt {
  margin-bottom: 20px;
  color: #0f3a34;
  font-family: "Albert Sans";
  line-height: 1.2;
}

.image-section {
  padding: 120px 0;
}
@media screen and (max-width: 1024px) {
  .image-section {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .image-section {
    padding: 50px 0 30px;
  }
}

.image-section__container {
  position: relative;
}

.image-section__media {
  position: relative;
  margin: 0;
  overflow: hidden;
}

.image-section__img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .image-section__img {
    min-height: 400px;
  }
}

.image-section__content {
  position: absolute;
  left: 10%;
  bottom: 8%;
  max-width: 30%;
}
.image-section__content p {
  font-size: clamp(0.875rem, 0.875rem + (1.5 - 0.875) * ((100vw - 20rem) / (120 - 20)), 1.5rem);
  font-family: "Albert Sans";
  color: #2c2c2c;
}
@media screen and (max-width: 767px) {
  .image-section__content {
    width: 330px;
    max-width: 100%;
    left: 0;
  }
  .image-section__content p {
    background-color: #fff;
    padding: 15px;
  }
}

/* fiksna visina za sve slike (po sekciji podešavaj varijablu) */
.slider-sec {
  padding: 90px 0;
  padding-left: 128px;
}
@media screen and (max-width: 1440px) {
  .slider-sec {
    padding-left: 75px;
  }
}
@media screen and (max-width: 1199px) {
  .slider-sec {
    padding-left: 27px;
  }
}
@media screen and (max-width: 1024px) {
  .slider-sec {
    padding: 50px 0 50px 27px;
  }
}
@media screen and (max-width: 767px) {
  .slider-sec {
    padding: 50px 0 30px;
  }
}

.slider-sec__wrapp {
  --img-h: 860px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.slider-sec__wrapp .swiper-slide {
  width: auto !important;
  height: var(--img-h);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}
.slider-sec__wrapp .swiper-slide img {
  height: var(--img-h);
  width: auto;
  max-width: none;
  display: block;
}
@media screen and (max-width: 767px) {
  .slider-sec__wrapp {
    --img-h: 200px;
  }
}

/* ==============================================
   TIMELINE WITH POLAROID PHOTOS
   ============================================== */
.timeline {
  padding: 80px 0 100px;
  position: relative;
  background: #e8ebe6;
  overflow: visible;
}
@media (min-width: 992px) {
  .timeline {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .timeline {
    padding: 50px 0 60px;
  }
}
.timeline .container {
  overflow: visible;
}
.timeline .swiper {
  overflow: visible;
}
.timeline .swiper-wrapper {
  position: relative;
}
.timeline__inner {
  position: relative;
  overflow: visible;
}
.timeline__inner::before {
  content: "";
  position: absolute;
  left: -100vw;
  right: -100vw;
  top: 482px;
  height: 1px;
  background: rgba(14, 74, 46, 0.35);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 991px) {
  .timeline__inner::before {
    top: 444px;
  }
}
@media (max-width: 767px) {
  .timeline__inner::before {
    top: 298px;
  }
}
.timeline__rail {
  display: none;
}
.timeline__year {
  width: 380px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
@media (min-width: 768px) {
  .timeline__year {
    width: 420px;
  }
}
@media (min-width: 1200px) {
  .timeline__year {
    width: 480px;
  }
}
@media (max-width: 767px) {
  .timeline__year {
    width: 260px;
  }
}
.timeline__polaroids {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  height: 420px;
  margin-bottom: 24px;
  margin-left: -60px;
  padding-left: 0;
  max-width: 400px;
  overflow: visible;
}
@media (min-width: 992px) {
  .timeline__polaroids {
    height: 450px;
    margin-bottom: 32px;
    margin-left: -80px;
    max-width: 450px;
  }
}
@media (max-width: 767px) {
  .timeline__polaroids {
    height: 280px;
    margin-bottom: 18px;
    margin-left: -40px;
    max-width: 280px;
  }
}
.timeline__head {
  display: block;
  position: relative;
  padding-top: 24px;
}
.timeline__head h3 {
  font-weight: 700;
  font-size: 24px;
  margin: 8px 0 0;
  color: #0e4a2e;
}
@media (max-width: 767px) {
  .timeline__head h3 {
    font-size: 20px;
  }
}
.timeline__dot {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #0e4a2e;
  box-shadow: 0 0 0 3px rgba(14, 74, 46, 0.15);
  z-index: 2;
}
.timeline__list {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
  display: grid;
  grid-gap: 8px;
  text-align: left;
  max-width: 280px;
  width: 100%;
}
.timeline__list a {
  text-decoration: none;
  color: #0e4a2e;
  position: relative;
  padding-left: 18px;
  line-height: 1.4;
  font-size: 16px;
  transition: color 0.15s ease;
}
@media (max-width: 767px) {
  .timeline__list a {
    font-size: 13px;
  }
}
.timeline__list a::before {
  content: "—";
  position: absolute;
  left: 0;
  top: 0;
  color: rgba(14, 74, 46, 0.5);
}
.timeline__list a::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 0;
  bottom: -2px;
  height: 1px;
  background: #0e4a2e;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}
.timeline__list a:hover {
  color: #0b3d27;
}
.timeline__list li.is-highlighted a {
  color: #0b3d27;
}
.timeline__list li.is-highlighted a::after {
  transform: scaleX(1);
}
.timeline__preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 260px;
  height: 293px;
  padding: 8px;
  border-radius: 12px;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  z-index: 1000;
  transition: opacity 0.2s ease;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}
.timeline__preview.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.timeline__preview img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.timeline__preview.is-modal {
  position: fixed;
  width: 90vw;
  max-width: 400px;
  height: auto;
}
.timeline__preview.is-modal img {
  width: 100%;
  height: auto;
  max-height: 80vh;
  -o-object-fit: contain;
     object-fit: contain;
}
.timeline__preview.is-modal.is-visible .preview-close {
  display: flex;
}
.timeline__preview .preview-close {
  position: absolute;
  top: -14px;
  right: -14px;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}
.timeline__pagination {
  display: flex;
  justify-content: center;
  grid-gap: 8px;
  margin-top: 40px;
}
.timeline__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background: rgba(14, 74, 46, 0.25);
  border-radius: 50%;
  transition: background 0.2s ease, transform 0.2s ease;
}
.timeline__pagination .swiper-pagination-bullet-active {
  background: #0e4a2e;
  transform: scale(1.2);
}

.polaroid {
  flex-shrink: 0;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), z-index 0s;
  cursor: pointer;
  transform-origin: center bottom;
  will-change: transform;
}
.polaroid:hover, .polaroid.is-active {
  transform: scale(1.08) rotate(0deg) translateY(-8px) !important;
  z-index: 100;
}
.polaroid__frame {
  background: #fff;
  padding: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.12), 0 8px 24px rgba(0, 0, 0, 0.08);
  border-radius: 2px;
}
.polaroid__frame img {
  display: block;
  width: 239px;
  height: 266px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .polaroid__frame {
    padding: 5px;
  }
  .polaroid__frame img {
    width: 140px;
    height: 160px;
  }
}
.polaroid--1 {
  transform: rotate(-8deg);
  z-index: 5;
  margin-bottom: 0;
}
.polaroid--2 {
  transform: rotate(6deg);
  margin-left: -120px;
  margin-bottom: 60px;
  z-index: 4;
}
@media (min-width: 1200px) {
  .polaroid--2 {
    margin-left: -130px;
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .polaroid--2 {
    margin-left: -70px;
    margin-bottom: 40px;
  }
}
.polaroid--3 {
  transform: rotate(-5deg);
  margin-left: -130px;
  margin-bottom: 130px;
  z-index: 3;
}
@media (min-width: 1200px) {
  .polaroid--3 {
    margin-left: -140px;
    margin-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .polaroid--3 {
    margin-left: -75px;
    margin-bottom: 85px;
  }
}
.polaroid--4 {
  transform: rotate(7deg);
  margin-left: -135px;
  margin-bottom: 40px;
  z-index: 2;
}
@media (min-width: 1200px) {
  .polaroid--4 {
    margin-left: -145px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .polaroid--4 {
    margin-left: -80px;
    margin-bottom: 25px;
  }
}
.polaroid--5 {
  transform: rotate(-4deg);
  margin-left: -125px;
  margin-bottom: 90px;
  z-index: 1;
}
@media (min-width: 1200px) {
  .polaroid--5 {
    margin-left: -135px;
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .polaroid--5 {
    margin-left: -72px;
    margin-bottom: 55px;
  }
}
.polaroid--6 {
  transform: rotate(5deg);
  margin-left: -130px;
  margin-bottom: 20px;
  z-index: 0;
}
@media (min-width: 1200px) {
  .polaroid--6 {
    margin-left: -140px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .polaroid--6 {
    margin-left: -75px;
    margin-bottom: 15px;
  }
}

.page-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s ease;
  z-index: 999;
}
.page-overlay.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.timeline__pagination {
  bottom: -7% !important;
}

.text-block {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .text-block {
    padding: 50px 0;
  }
}

.text-block__content {
  text-align: center;
}
.text-block__content p {
  font-size: clamp(1rem, 1rem + (1.25 - 1) * ((100vw - 20rem) / (120 - 20)), 1.25rem);
  color: #0f3a34;
  margin-bottom: 25px;
}
.text-block__content h4 {
  font-size: clamp(1.25rem, 1.25rem + (1.75 - 1.25) * ((100vw - 20rem) / (120 - 20)), 1.75rem);
  color: #0f3a34;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .text-block__content p {
    margin-bottom: 20px;
  }
}
/*# sourceMappingURL=style.css.map */
