@charset "UTF-8";

:root {
  --default-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC",
    "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei",
    "Source Han Sans CN", sans-serif;
  --headings-font-family: "ff-real-headline-pro", var(--default-font-family);
  --font-family: "neue-haas-unica", var(--default-font-family);
  --size: 15px;
  --white: #fff;
  --black: #000;
  --main-color: #fff; /* text */
  --main-color-hover: #b3abff; /* text hover */
  --main-bg-color: #1e388c; /* bg */
  --main-bg-color-grey: #08050c; /* tmavo siva */
  --main-bg-color-grey-light: #ebecf5; /* svetlo modra */
  --main-bg-color-custom: #4c3ecf; /* modra */
  --bg-color-red: 0;
  --bg-color-green: 0;
  --bg-color-blue: 0;
  --z-index-negative: -10;
  --z-index-behind: -2;
  --z-index-default: 0;
  --z-index-above: 2;
  --z-index-dropdown: 100;
  --z-index-modal: 1000;
}
.light-container {
  --main-color: #000;
  --main-color-hover: #4c3ecf;
  --main-bg-color: #ebecf5;
  --main-bg-color-grey: #fff;
  --main-bg-color-grey-light: #f2f2f2;
  --main-bg-color-custom: #cdd3ff;
  background-color: var(--main-bg-color);
  color: var(--main-color);
}
.light-container :is(h1, h2, h3, h4, h5, h6, p, span) {
  color: var(--main-color);
}

html {
  font-size: 18px;
}
body {
  font-family: var(--font-family);
  font-weight: 400;
  color: var(--main-color);
  -webkit-font-smoothing: antialiased;
  background-color: var(--main-bg-color);
}
h1,
h2,
h3,
h4 {
  line-height: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
a:link,
a:visited {
  color: var(--main-color);
  -moz-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out,
    border-bottom-color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  text-decoration: none;
  border-bottom: solid 1px;
}
a:hover, .footer a.hi {
  color: var(--main-color-hover);
  border-bottom-color: transparent;
}
.cta_link {
  position: relative;
  font-size: 1rem;
  text-align: center;
  background-color: var(--main-color);
  border: 0 !important;
  overflow: hidden;
  isolation: isolate;
}
.cta_link,
.cta_link span,
.cta_link i {
  color: var(--main-bg-color-grey);
}
.cta_link:hover,
.cta_link:hover span,
.cta_link:hover i,
.cta_link.hi,
.cta_link.hi span,
.cta_link.hi i {
  color: var(--main-color);
}
.cta_link:before {
  position: absolute;
  top: 0;
  left: -5px;
  width: 0;
  height: 100%;
  background-color: var(--main-bg-color-custom);
  content: "";
  z-index: -1;
  opacity: 0;
}
.cta_link:hover:before, .cta_link.hi:before {
  width: 110%;
  opacity: 1;
}
.cta_link span {
  position: relative;
  top: -0.1rem;
}
.cta_link i {
  font-size: 1.16rem;
}
.cta_link__block {
  width: 100%;
  font-size: clamp(1.125rem, 2vw, 2rem);
  text-align: center;
  justify-content: space-between;
}
.cta-arrow {
  width: clamp(50px, 5.55vw, 100px);
  height: auto;
  display: inline-block;
}
.cta_link:hover .cta-arrow {
  animation: arrowToWhite 0.4s 0.2s forwards ease;
}
@keyframes arrowToWhite {
  to {
    filter: invert(100%) brightness(1000%) contrast(1000%);
  }
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* Base-styles ............................. */

.content {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1921px) {
  .container-fluid-custom {
    max-width: 1440px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1920px) {
  .container-fluid-custom {
    padding-left: max(1rem, 8%);
    padding-right: max(1rem, 8%);
    max-width: none;
  }
}
@media screen and (max-width: 991px) {
  .container-fluid-custom {
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: none;
  }
}
.box_padding {
  padding-left: calc(var(--size) * 6);
  padding-right: calc(var(--size) * 6);
}
.box_padding_vertical {
  padding-top: calc(var(--size) * 7.33);
  padding-bottom: calc(var(--size) * 7.33);
}
.img-object-fit {
  object-fit: cover;
}
.custom-relative {
  position: absolute;
}
.container_bg_img {
  top: 0;
  left: 15px;
  width: calc(100% - 30px);
  height: 100%;
}
.bg-img {
  inset: 0;
  z-index: var(--z-index-behind);
}

.title_box {
  position: relative;
}
.text-white .title_box {
  color: var(--white);
}
.title_box > * {
  position: relative;
  text-wrap: balance;
  line-height: 1.2em;
}
.title_box :is(h1, h2) {
  font-family: var(--headings-font-family);
  font-size: calc(28px + (42 - 28) * ((100vw - 320px) / (1920 - 320)));
}
.title_box small {
  font-size: 100%;
  color: inherit;
}

/* Animate */

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.zoomOut {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

/* Header ............................................................... */

.header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding-block: clamp(1rem, 1.5vw, 1.94rem);
  z-index: 1000;
}
.header.scroll {
  position: fixed;
  background-color: var(--main-bg-color-grey);
  padding-block: 1rem;
  animation: animateNav 0.4s linear;
}
@keyframes animateNav {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.main_logo {
  z-index: 100;
}
.main_logo img {
  width: clamp(150px, 14vw, 290px);
  height: auto;
}
.main_logo.scroll img {
  width: 150px;
}

.mainNavigation {
  padding: 0;
}
.mainNavigation .navbar-nav {
  margin: 0;
  gap: clamp(0.7rem, 1.5vw, 2.5rem);
}
.mainNavigation a.nav-link {
  position: relative;
  font-size: 1rem;
  color: var(--white) !important;
  line-height: 40px;
  padding: 0 !important;
  border-bottom: 0;
}
.mainNavigation a.nav-link span {
  position: relative;
  display: inline-block;
}
.mainNavigation a.nav-link span:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  width: 0;
  height: 2px;
  background-color: var(--main-color-hover);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
}
.mainNavigation a.nav-link:hover span:after, .mainNavigation a.hi span:after {
  width: 100%;
  opacity: 1;
}
.mainNavigation .dropdown-menu {
  background-color: transparent;
  margin-top: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  overflow: hidden;
}
.mainNavigation .dropdown-menu a.dropdown-item {
  font-size: 1rem !important;
  color: var(--main-color);
  line-height: 30px !important;
  background-color: var(--main-bg-color-custom);
  margin-left: 0 !important;
  border-bottom: 1px solid
    color-mix(in srgb, var(--main-bg-color-custom) 65%, var(--white));
  z-index: 1100;
}
.mainNavigation .dropdown-menu a.dropdown-item:last-child {
  border-bottom: 0;
}
.mainNavigation .dropdown-menu a.dropdown-item:hover, .mainNavigation .dropdown-menu a.hi {
  color: var(--main-color);
  background-color: color-mix(
    in srgb,
    var(--main-bg-color-custom) 70%,
    var(--black)
  );
}

/* Dropdown Transition */

.mainNavigation .dropdown-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  transform: translateY(50px);
  transition: 0.5s ease all;
}
.mainNavigation .dropdown-menu.show {
  display: block;
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
  transition: 0.5s ease all;
}

/* Hero-Section ............................................................... */

.hero-section {
  padding-block: clamp(2rem, 3vw, 4.45rem);
}
.hero-grid {
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: clamp(1rem, 2vw, 3rem);
  align-items: start;
}
.hero-left,
.hero-right {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 2vw, 2.5rem);
}
.hero-tile {
  display: block;
  position: relative;
  overflow: hidden;
  height: 400px;
}
.hero-tile-tall {
  height: 600px;
}
.hero-tile:hover picture,
.hero-tile:hover img {
  filter: brightness(0.8);
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.hero-tile-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: clamp(1rem, 2vw, 2.5rem);
  color: var(--white);
  border: 0;
  border-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.85)) fill 1;
}
.hero-tile-content h3 {
  font-family: var(--headings-font-family);
  font-size: clamp(1.5rem, 1.8vw, 2.22rem);
  color: inherit;
  line-height: 1.2;
}
.hero-tile-content span {
  display: inline-block;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.1em;
}
.hero-banner {
  height: 200px;
  background-color: var(--main-bg-color-custom);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: clamp(1rem, 3vw, 4.5rem);
  color: var(--white);
}
.hero-banner h2 {
  font-family: var(--headings-font-family);
  font-size: clamp(1.8rem, 2.5vw, 3.2rem);
  line-height: 1.2;
  margin: 0;
}

/* Main-Content ............................................................... */

.logo-icon {
  position: relative;
}
.logo-icon:before {
  content: "";
  position: absolute;
  width: clamp(200px, 30vw, 620px);
  aspect-ratio: 100 / 71;
  background: url("../images/logo-icon.svg") center center no-repeat;
  background-size: contain;
  z-index: var(--z-index-above);
}
.logo-icon__01:before {
  inset: auto 0 0 auto;
  filter: invert(21%) sepia(39%) saturate(3221%) hue-rotate(213deg)
    brightness(94%) contrast(89%);
}
.logo-icon__02:before {
  inset: auto 0 0 auto;
  filter: invert(1);
}
.square-icon:before {
  content: "";
  position: absolute;
  width: clamp(35px, 5vw, 100px);
  aspect-ratio: 1 / 1;
  background: url("../images/icon-square.svg") no-repeat center;
  background-size: contain;
  z-index: var(--z-index-above);
}
.square-icon__01:before {
  inset: auto auto 0 0;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.square-icon__02:before {
  inset: 0 0 auto auto;
}
.square-icon__03:before {
  inset: 0 auto auto 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* About-Us */

.about-us-section {
  padding-block: clamp(3rem, 7vw, 10rem);
}

/* Advantages */

a.advantage-box {
  display: block;
  color: var(--main-color);
  border-bottom: 0;
}
.advantage-img {
  width: clamp(50px, 5vw, 80px);
  background-color: var(--main-bg-color-custom);
  margin-bottom: 1.5rem;
}
.advantage-box:hover .advantage-img {
  background-color: var(--white);
}
.advantage-box:hover .advantage-img img {
  filter: invert(1);
}
.advantage-box h3 {
  font-size: clamp(1.37rem, 1.5vw, 1.66rem);
  line-height: 1.2;
  margin-bottom: 2rem;
}
.advantages-section
  .row:has(.advantage-box:nth-child(-n + 3))
  .col-lg-4:nth-child(-n + 3) {
  margin-bottom: 3rem;
}

/* Gallery */

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(0.5rem, 1vw, 1.25rem);
  grid-auto-flow: dense;
}
.gallery-item {
  display: block;
  overflow: hidden;
  height: clamp(200px, 22vw, 320px);
}
.gallery-tall {
  height: clamp(300px, 35vw, 480px);
}
.gallery-item:hover .gallery-media {
  filter: brightness(0.8);
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.gallery-tall {
  height: clamp(300px, 35vw, 480px);
}
.gallery-span-3 {
  grid-column: span 3;
}
.gallery-span-4 {
  grid-column: span 4;
}
.gallery-span-5 {
  grid-column: span 5;
}
.gallery-media {
  width: 100%;
  height: 100%;
}
.gallery-media picture,
.gallery-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Partners */

.partner-logos {
  padding: clamp(1.5rem, 4vw, 3rem);
}
.partner-logos a {
  display: block;
  border-bottom: 0;
}
.partner-logos a:hover img {
  opacity: 0.7;
  filter: grayscale(0.7);
}
.ps-md-responsive {
  padding-inline-start: clamp(0rem, 3.5vw, 4.73rem);
}

/* Branches */

.map-wrapper a {
  width: 75%;
}
.map-wrapper a:focus-visible {
  outline: 2px solid var(--main-color-hover);
  outline-offset: 4px;
  border-radius: 0.25rem;
}
.map-image {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.map-wrapper a:hover .map-image {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

/* Footer ............................................................... */

.footer {
  font-size: 0.94rem;
}
.footer a {
  border-bottom: 0;
}
.footer h3 {
  font-size: clamp(1.5rem, 1.6vw, 1.66rem);
  font-weight: 800;
  line-height: 1.2;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
  margin-bottom: 0.5rem;
}
.footer-nav-list .nav-link {
  font-size: clamp(1.28rem, 1.3vw, 1.44rem);
  padding-block: clamp(0.35rem, 0.5vw, 0.7rem);
  padding-inline: 0;
  border-bottom: 1px solid
    color-mix(in srgb, var(--black) 40%, var(--white) 60%) !important;
  transition: color 0.3s;
}
.footer-padding {
  padding-block-start: clamp(2rem, 3vw, 4.1rem);
}
.footer .list-inline .list-inline-item:not(:last-child) {
  margin-right: 0.25rem;
}
.footer .list-inline .list-inline-item:not(:last-child):after {
  padding-left: 0.5rem;
  color: var(--white);
  content: "|";
}

/* Effects ............................. */

a,
.cta_link,
.cta_link span,
.cta_link i,
.cta_link:before,
.mainNavigation a.nav-link span:after,
.mainNavigation .dropdown-menu a.dropdown-item,
.hero-tile:hover picture,
.hero-tile:hover img,
.advantage-box:hover .advantage-img,
.advantage-box:hover .advantage-img img,
.gallery-item .gallery-media,
.partner-logos a img,
.map-image {
  transition: all 300ms linear;
}

/* RESPONSIVE STRUCTURE
--------------------------------------- */

@media screen and (max-width: 1920px) {
  html {
    font-size: 16px;
  }
  .hero-tile {
    height: 350px;
  }
  .hero-tile-tall {
    height: 520px;
  }
  .hero-banner {
    height: 180px;
  }
}

@media screen and (max-width: 1366px) {
  html {
    font-size: 14px;
  }
  .box_padding {
    padding-left: calc(var(--size) * 4.66);
    padding-right: calc(var(--size) * 4.66);
  }
  .box_padding_vertical {
    padding-top: calc(var(--size) * 5.66);
    padding-bottom: calc(var(--size) * 5.66);
  }
  .hero-tile {
    height: 300px;
  }
  .hero-tile-tall {
    height: 440px;
  }
  .hero-banner {
    height: 160px;
  }
}

@media screen and (max-width: 1200px) {
  .box_padding {
    padding-left: calc(var(--size) * 2);
    padding-right: calc(var(--size) * 2);
  }
  .box_padding_vertical {
    padding-top: calc(var(--size) * 4);
    padding-bottom: calc(var(--size) * 4);
  }
  .hero-tile {
    height: 260px;
  }
  .hero-tile-tall {
    height: 380px;
  }
  .hero-banner {
    height: 140px;
  }
}

@media screen and (max-width: 991px) {
  .box_padding {
    padding-left: var(--size);
    padding-right: var(--size);
  }
  .box_padding_vertical {
    padding-top: calc(var(--size) * 3);
    padding-bottom: calc(var(--size) * 3);
  }
  .header {
    position: fixed !important;
    background-color: var(--main-bg-color-grey);
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    animation: none !important;
  }
  .header + div,
  .header + section {
    margin-top: 60px !important;
  }
  .main_logo {
    position: absolute;
    top: 13px !important;
    left: 15px;
    width: fit-content;
  }
  .main_logo img {
    width: 130px !important;
  }
  .buttons_wrapper {
    position: absolute;
    top: 13px;
    right: 80px;
  }
  .mainNavigation .nav-item {
    text-align: center;
    margin-right: 0 !important;
  }
  .mainNavigation .nav-item:not(:last-child):after {
    display: none;
  }
  .mainNavigation a.nav-link {
    font-size: 1.15rem;
    line-height: 24px;
    padding-left: 0 !important;
  }
  .mainNavigation a.nav-link:before {
    display: none;
  }
  .buttons_wrapper a.btn,
  .mainNavigation a.nav-link,
  .mainNavigation .dropdown-menu a.dropdown-item {
    font-size: 1rem !important;
  }
  .mainNavigation li.dropdown a.nav-link:hover span:after {
    display: block;
  }
  .mainNavigation .dropdown-menu a.dropdown-item {
    text-align: center;
    white-space: initial;
  }
  .mainNavigation .dropdown-menu {
    height: 0;
    visibility: visible;
    opacity: 0;
    transform: translateY(0);
    transition: 0.5s ease all;
  }
  .mainNavigation .dropdown-menu.show {
    display: block;
    height: auto;
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    transition: 0.5s ease all;
  }
  .mainNavigation .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  .advantages-section
    .row:has(.advantage-box:nth-child(-n + 4))
    .col-sm-6:nth-child(-n + 4) {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .custom-relative {
    position: relative;
  }
  .container_bg_img {
    left: 0;
    width: 100%;
    height: auto;
  }
  .hero-grid {
    grid-template-columns: 1fr;
  }
  .hero-left,
  .hero-right {
    gap: 1.5rem;
    text-align: center;
  }
  .hero-left {
    flex-direction: column-reverse;
  }
  .hero-tile {
    height: 260px;
  }
  .hero-tile-tall {
    height: 400px;
  }
  .hero-banner {
    height: 140px;
  }
  .gallery-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .gallery-span-3,
  .gallery-span-4,
  .gallery-span-5 {
    grid-column: span 3;
  }
  .gallery-item,
  .gallery-tall {
    height: clamp(150px, 25vw, 220px);
  }
  .gallery-grid a:last-child {
    grid-column: span 6;
  }
  .ps-md-responsive {
    padding-inline-start: 0;
  }
  .footer-padding {
    padding-block-start: 0;
  }
}

@media screen and (max-width: 575px) {
  .logo-icon__02:before {
    display: none;
  }
  .map-wrapper a {
    width: 100%;
  }
}