@charset "UTF-8";

@font-face {
  font-family: "GothamBold";
  src: url("../fonts/GothamBold.eot");
  src: url("../fonts/GothamBold.eot") format("embedded-opentype"),
    url("../fonts/GothamBold.woff2") format("woff2"),
    url("../fonts/GothamBold.woff") format("woff"),
    url("../fonts/GothamBold.ttf") format("truetype"),
    url("../fonts/GothamBold.svg#GothamBold") format("svg");
}
@font-face {
  font-family: "GothamBook";
  src: url("../fonts/GothamBook.eot");
  src: url("../fonts/GothamBook.eot") format("embedded-opentype"),
    url("../fonts/GothamBook.woff2") format("woff2"),
    url("../fonts/GothamBook.woff") format("woff"),
    url("../fonts/GothamBook.ttf") format("truetype"),
    url("../fonts/GothamBook.svg#GothamBook") format("svg");
}
@font-face {
  font-family: "GothamLight";
  src: url("../fonts/GothamLight.eot");
  src: url("../fonts/GothamLight.eot") format("embedded-opentype"),
    url("../fonts/GothamLight.woff2") format("woff2"),
    url("../fonts/GothamLight.woff") format("woff"),
    url("../fonts/GothamLight.ttf") format("truetype"),
    url("../fonts/GothamLight.svg#GothamLight") format("svg");
}
@font-face {
  font-family: "GothamLightIta";
  src: url("../fonts/GothamLightIta.eot");
  src: url("../fonts/GothamLightIta.eot") format("embedded-opentype"),
    url("../fonts/GothamLightIta.woff2") format("woff2"),
    url("../fonts/GothamLightIta.woff") format("woff"),
    url("../fonts/GothamLightIta.ttf") format("truetype"),
    url("../fonts/GothamLightIta.svg#GothamLightIta") format("svg");
}

body {
  font-family: "GothamBook", var(--default-font-family);
}
.about-quote {
  font-family: "GothamLightIta", var(--default-font-family);
}
h3.subtitle {
  font-family: "GothamBold", var(--default-font-family);
}

: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;
  --size: 15px;
  --white: #fff;
  --black: #000;
  --main-color: #222; /* text */
  --main-color-hover: #8e8e8e; /* text hover */
  --main-bg-color: #fffbf7; /* bg */
  --main-bg-color-grey: #313131; /* tmava siva */
  --main-bg-color-grey-light: #fff; /* biela */
  --main-bg-color-custom: #8e8e8e; /* svetla siva */
  --bg-color-red: 0;
  --bg-color-green: 0;
  --bg-color-blue: 0;
}

html {
  font-size: 18px;
}
body {
  color: var(--main-color);
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  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 {
  color: var(--main-color-hover);
  border-bottom-color: transparent;
}
a.cta_link {
  position: relative;
  font-size: 0.89rem;
  border: 0;
}
a.cta_link__a {
  color: var(--main-color);
}
a.cta_link__b {
  color: var(--white);
}
a.cta_link .arrow {
  font-size: 1.33rem;
}
a.cta_link:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 0;
  height: 1.5px;
  opacity: 0;
}
a.cta_link__a:after {
  background-color: var(--main-color);
}
a.cta_link__b:after {
  background-color: var(--white);
}
a.cta_link:hover:after {
  width: 100%;
  left: 0;
  right: auto;
  opacity: 1;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* Base-styles ............................. */

.content {
  position: relative;
  overflow: hidden;
}
.container-custom {
  width: 100%;
}
@media screen and (max-width: 2560px) {
  .container-custom {
    max-width: 1920px;
  }
}
@media screen and (max-width: 1920px) {
  .container-custom {
    max-width: 1620px;
  }
}
@media screen and (max-width: 1440px) {
  .container-custom {
    width: 100%;
    max-width: 100%;
  }
}
.box_margin {
  margin-bottom: calc(var(--size) * 2);
}
.box_margin2 {
  margin-bottom: var(--size);
}
.box_margin3 {
  margin-bottom: calc(var(--size) * 4);
}
.box_padding {
  padding-left: calc(var(--size) * 6);
  padding-right: calc(var(--size) * 6);
}
.box_padding_vertical {
  padding-top: calc(var(--size) * 8);
  padding-bottom: calc(var(--size) * 8);
}
.img-object-fit {
  object-fit: cover;
}
.higher-z-index {
  z-index: 100;
}
.isolation {
  isolation: isolate;
}
.custom-relative {
  position: absolute;
}
.scrollContainer {
  position: absolute;
  top: 0;
  z-index: -10000;
}
.row-smller-gutters {
  margin-left: -5px;
  margin-right: -5px;
}
.row-smaller-gutters > [class^="col-"],
.row-smaller-gutters > [class*=" col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.container_bg__light {
  background-color: var(--main-bg-color-grey-light);
}
.container_bg__dark {
  background-color: var(--main-bg-color-grey);
}
.container_bg__custom {
  background-color: var(--main-bg-color-custom);
}
.container_bg_img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
}
.container_bg_img:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(34, 34, 34, 0.3);
}
.img-bg {
  top: 0;
  left: 15px;
  width: calc(100% - 30px);
  height: 100%;
}

.title_box {
  position: relative;
}
.text-white .title_box {
  color: var(--white);
}
.title_box > * {
  position: relative;
  line-height: 1.2em;
}
.title_box :is(h1, h2) {
  font-size: calc(28px + (42 - 28) * ((100vw - 320px) / (1920 - 320)));
}
.title_box :is(h3, h4) {
  font-size: calc(20px + (32 - 20) * ((100vw - 320px) / (1920 - 320)));
}
.title_box small {
  font-size: 100%;
  color: inherit;
}
.title_box__line:after {
  position: absolute;
  top: 50%;
  left: calc(100% + 30px);
  width: 9999px;
  height: 1px;
  content: "";
  background-color: var(--main-color);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
h3.subtitle {
  font-size: 1rem;
  line-height: inherit;
}

/* Animate */

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -70px, 0);
    transform: translate3d(0, -70px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -70px, 0);
    transform: translate3d(0, -70px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 70px, 0);
    transform: translate3d(0, 70px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 70px, 0);
    transform: translate3d(0, 70px, 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: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 35px;
  padding-bottom: 35px;
  z-index: 1000;
}
.header.scroll {
  position: fixed;
  background-color: var(--main-bg-color-grey);
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-shadow: 0 12px 6px -6px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 12px 6px -6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 12px 6px -6px rgba(0, 0, 0, 0.05);
  animation: animateNav 0.4s linear;
}
.header.scroll .header-wrapper {
  align-items: center;
}
@keyframes animateNav {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.header-in + div,
.header-in + section {
  margin-top: 180px;
}

.main_logo {
  z-index: 100;
}
.main_logo img {
  width: 100px;
  filter: invert(1);
}
.header-in .main_logo img {
  filter: invert(0);
}
.header-in.scroll .main_logo img {
  filter: invert(1);
}
.main_logo.scroll img {
  width: 50px;
}

.mainNavigation {
  padding: 0;
}
.mainNavigation .navbar-nav {
  margin: 0;
}
.mainNavigation a.nav-link {
  position: relative;
  font-size: 1rem;
  color: var(--white) !important;
  line-height: 40px;
  margin-right: 40px;
  padding: 0 !important;
  border-bottom: 0;
  text-transform: uppercase;
}
.header-in .mainNavigation a.nav-link {
  color: var(--main-color) !important;
}
.header-in.scroll .mainNavigation a.nav-link {
  color: var(--white) !important;
}
.mainNavigation .nav-item:last-child a.nav-link {
  margin-right: 0 !important;
}
.mainNavigation a.nav-link span {
  position: relative;
  display: inline-block;
}
.mainNavigation a.nav-link span:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 0;
  height: 1.5px;
  background-color: var(--white);
  opacity: 0;
}
.header-in .mainNavigation a.nav-link span:after {
  background-color: var(--main-color);
}
.header-in.scroll .mainNavigation a.nav-link span:after {
  background-color: var(--white);
}
.mainNavigation a.nav-link:hover span:after, .mainNavigation a.hi span:after {
  width: 100%;
  left: 0;
  right: auto;
  opacity: 1;
}

/* Rslider ............................................................... */

.slider-wrapper .owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.slider-wrapper .owl-carousel .owl-animated-in {
  z-index: 0;
}
.slider-wrapper .owl-carousel .owl-animated-out {
  z-index: 1;
}
.fadeOutScale {
  animation-name: fadeOutScale;
}
@keyframes fadeOutScale {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeInScale {
  animation-name: fadeInScale;
}
@keyframes fadeInScale {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.slider-wrapper {
  width: 100%;
  height: 100dvh;
}
.slider-wrapper .owl-carousel,
.slider-wrapper .item {
  height: 100dvh;
}
.slider-wrapper-in {
  height: 40dvh;
}
.slider-wrapper-in .owl-carousel,
.slider-wrapper-in .item {
  height: 40dvh;
}
.slider-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -5;
}
.slider-image::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(34, 34, 34, 0.3);
  z-index: 1;
}

.slider-scroll-indicator {
  bottom: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 100;
}
.scroll-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 80px;
  border: 2px solid var(--white) !important;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
}
.scroll-bullet {
  width: 8px;
  height: 8px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  animation: moveUpDown 2s infinite ease-in-out;
}
@keyframes moveUpDown {
  0%,
  100% {
    opacity: 0;
    transform: translateY(10px);
  }
  50% {
    opacity: 1;
    transform: translateY(-10px);
  }
}
.scroll-icon:hover .scroll-bullet {
  animation-play-state: paused;
}

/* Main-Content ............................................................... */

/* Product */

.product-text {
  padding-top: clamp(1rem, 6vw, 10rem);
  padding-bottom: clamp(1rem, 6vw, 10rem);
}
.product-text-left {
  padding-right: clamp(1rem, 6vw, 7.5rem);
}
.product-text-right {
  padding-left: clamp(1rem, 6vw, 7.5rem);
}
.project-info-text {
  padding-right: clamp(1rem, 6vw, 7.5rem);
  padding-bottom: clamp(1rem, 6vw, 10rem);
}
.product-text .title_box a {
  color: var(--main-color);
  border-bottom: 0;
}
.product-text .title_box a:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 0;
  height: 1.5px;
  background-color: var(--main-color);
  opacity: 0;
}
.product-text .title_box a:hover:after {
  width: 100%;
  left: 0;
  right: auto;
  opacity: 1;
}
.product-image img {
  -webkit-transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
}
.product-image img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  filter: brightness(0.7);
}

/* References */

.references-section {
  padding-top: clamp(3rem, 6vw, 8rem);
  padding-bottom: clamp(1.5rem, 6vw, 4rem);
}
.references-content {
  padding-bottom: clamp(3rem, 6vw, 8rem);
}

/* News */

.news-wrapper {
  border-bottom: 1px solid var(--main-bg-color-grey);
}
.news_container:not(:last-child) {
  border-right: 1px solid var(--main-bg-color-grey);
}
a.news_nav {
  padding: clamp(1rem, 4vw, 4rem);
}
a.news_nav:hover {
  color: var(--white);
  background-color: var(--main-bg-color-grey);
}
a.news_nav .news_tag {
  font-size: 0.75rem;
  text-transform: uppercase;
}
a.news_nav .news_title {
  font-size: calc(20px + (32 - 20) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.2;
}

/* About-Us */

.about-quote {
  font-size: clamp(1.11rem, 3vw, 1.33rem);
  line-height: 1.2;
}
.stats-container {
  margin: clamp(3rem, 3vw, 5.55rem) 0;
}
.stat-number {
  font-size: clamp(1.87rem, 3vw, 2.77rem);
  line-height: 1;
}

/* Su.Architekti */

.su-architects-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(0.5rem, 1.5vw, 1.5rem);
  justify-items: center;
}
.su-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: var(--main-color);
}
.su-link:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.su-link h3 {
  margin-top: 1.5rem;
  font-size: clamp(1rem, 1.1vw, 1.25rem);
}

/* Project-Gallery */

.project-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(0.5rem, 1vw, 1.5rem);
}
.gallery-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.gallery-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/* Footer ............................................................... */

.footer {
  padding-top: clamp(2rem, 5vw, 3rem);
  padding-bottom: clamp(2rem, 5vw, 3rem);
  position: relative;
}
.footer {
  font-size: 0.92rem;
}
.footer a {
  color: var(--white);
  border-bottom: 0;
}
.footer a:hover, .footer a.hi {
  color: var(--main-color-hover);
}
.footer-logo img {
  width: clamp(100px, 10vw, 200px);
  filter: invert(1);
}
.footer-slogan {
  font-size: clamp(1rem, 1.2vw, 1.33rem);
}
.footer-socials a {
  font-size: 1.11rem;
  margin: 0 1rem;
}
.footer-bottom {
  font-size: 0.87rem;
}
.footer .list-inline {
  font-size: 0.77rem;
}
.footer .list-inline .list-inline-item:not(:last-child) {
  margin-right: 0.25rem;
}
.footer .list-inline .list-inline-item:not(:last-child):after {
  content: "|";
  padding-left: 0.5rem;
  color: var(--white);
}
a.scroll-top {
  width: 64px;
  aspect-ratio: 1;
  bottom: 8rem;
  right: calc(var(--size) * 6);
  background-color: transparent;
  color: var(--white);
  font-size: 1.5rem;
  border: 1.5px solid var(--white) !important;
}
a.scroll-top:hover {
  color: var(--main-color);
  background-color: var(--white);
}

.projekt-block {
  min-height: 500px;
}

.product-image-2 {
  max-height: 500px;
}

/* Effects ............................. */

a,
a.cta_link:after,
.mainNavigation a.nav-link span:after,
.product-text .title_box a:after,
a.news_nav,
.su-link img,
a.scroll-top {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

/* RESPONSIVE STRUCTURE
--------------------------------------- */

@media screen and (max-width: 1920px) {
  html {
    font-size: 17px;
  }
  a.cta_link {
    font-size: 0.75rem;
  }
  a.cta_link .arrow {
    font-size: 1.06rem;
  }
  .scroll-icon {
    width: 22px;
    height: 36px;
  }
  .scroll-bullet {
    width: 6px;
    height: 6px;
  }
}

@media screen and (max-width: 1680px) {
  a.scroll-top {
    width: 45px;
    bottom: 11rem;
    font-size: 1.33rem;
  }
}

@media screen and (max-width: 1366px) {
  html {
    font-size: 15px;
  }
  .box_margin {
    margin-bottom: var(--size);
  }
  .box_margin3 {
    margin-bottom: calc(var(--size) * 2);
  }
  .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);
  }
  .header {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .header-in + div,
  .header-in + section {
    margin-top: 125px;
  }
  .main_logo img {
    width: 70px;
  }
  .mainNavigation a.nav-link {
    font-size: 0.92rem;
    margin-right: 30px;
  }
  a.scroll-top {
    right: calc(var(--size) * 4.66);
    bottom: 12.5rem;
  }
}

@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);
  }
}

@media screen and (max-width: 991px) {
  .box_margin3 {
    margin-bottom: var(--size);
  }
  .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);
  }
  .scrollContainer {
    top: calc(0px - var(--size) * 4);
  }
  .header {
    position: fixed !important;
    background-color: var(--main-bg-color-grey) !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    animation: none !important;
  }
  .header-in + div,
  .header-in + section {
    margin-top: 90px;
  }
  .main_logo {
    position: absolute;
    top: 8px !important;
    left: 15px !important;
    margin-right: 0;
  }
  .main_logo img {
    width: 50px !important;
    filter: invert(1) !important;
  }
  .mainNavigation .nav-item {
    text-align: center;
    margin-left: 0;
  }
  .mainNavigation a.nav-link,
  .header-in .mainNavigation a.nav-link {
    font-size: 1rem;
    color: var(--white) !important;
    margin-right: 0;
    padding-left: 0 !important;
  }
  .mainNavigation a.nav-link span:after {
    background-color: var(--white) !important;
  }
  .mainNavigation a.nav-link:before {
    display: none;
  }
  .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");
  }
  .slider-wrapper {
    height: calc(100dvh - 65px);
    margin-top: 65px;
  }
  .slider-wrapper .owl-carousel,
  .slider-wrapper .item {
    height: calc(100dvh - 65px);
  }
  .slider-wrapper-in {
    height: calc(40dvh - 65px);
  }
  .slider-wrapper-in .owl-carousel,
  .slider-wrapper-in .item {
    height: calc(40dvh - 65px);
  }
  .news-wrapper .container-custom {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .custom-relative {
    position: relative;
  }
  .rellax-mobile {
    transform: translate3d(0, 0, 0) !important;
  }
  .img-bg {
    left: 0;
    width: 100%;
    height: auto;
  }
  .product-text,
  .project-info-text {
    padding: 0 var(--size) !important;
  }
  .news_container:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid var(--main-bg-color-grey);
  }
  .su-architects-links {
    grid-template-columns: 1fr;
  }
  .project-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-nav a {
    display: block;
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 0.5rem;
  }
  .footer-bottom > * {
    display: block;
    text-align: center;
    margin-bottom: 0.5rem;
  }
  a.scroll-top {
    right: var(--size);
    bottom: 1.5rem;
  }
  .projekt-block {
    min-height: auto;
  }
}

.btn {
  border-radius: 0;
}

@media screen and (min-width: 2000px){
  .col-xxl-6 {
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}

@media screen and (min-width: 992px){ 
  .mx-30 {
    margin-left: -30px;
    margin-right: -30px;
  }
}