@charset "UTF-8";

@font-face {
  font-family: "IBMPlexSansRegular";
  src: url("../fonts/IBMPlexSansRegular.eot");
  src: url("../fonts/IBMPlexSansRegular.eot") format("embedded-opentype"),
    url("../fonts/IBMPlexSansRegular.woff2") format("woff2"),
    url("../fonts/IBMPlexSansRegular.woff") format("woff"),
    url("../fonts/IBMPlexSansRegular.ttf") format("truetype"),
    url("../fonts/IBMPlexSansRegular.svg#IBMPlexSansRegular") format("svg");
}
@font-face {
  font-family: "IBMPlexSansMedium";
  src: url("../fonts/IBMPlexSansMedium.eot");
  src: url("../fonts/IBMPlexSansMedium.eot") format("embedded-opentype"),
    url("../fonts/IBMPlexSansMedium.woff2") format("woff2"),
    url("../fonts/IBMPlexSansMedium.woff") format("woff"),
    url("../fonts/IBMPlexSansMedium.ttf") format("truetype"),
    url("../fonts/IBMPlexSansMedium.svg#IBMPlexSansMedium") format("svg");
}
@font-face {
  font-family: "IBMPlexSansCondensedMedium";
  src: url("../fonts/IBMPlexSansCondensedMedium.eot");
  src: url("../fonts/IBMPlexSansCondensedMedium.eot")
      format("embedded-opentype"),
    url("../fonts/IBMPlexSansCondensedMedium.woff2") format("woff2"),
    url("../fonts/IBMPlexSansCondensedMedium.woff") format("woff"),
    url("../fonts/IBMPlexSansCondensedMedium.ttf") format("truetype"),
    url("../fonts/IBMPlexSansCondensedMedium.svg#IBMPlexSansCondensedMedium")
      format("svg");
}
@font-face {
  font-family: "IBMPlexSansCondensedLight";
  src: url("../fonts/IBMPlexSansCondensedLight.eot");
  src: url("../fonts/IBMPlexSansCondensedLight.eot") format("embedded-opentype"),
    url("../fonts/IBMPlexSansCondensedLight.woff2") format("woff2"),
    url("../fonts/IBMPlexSansCondensedLight.woff") format("woff"),
    url("../fonts/IBMPlexSansCondensedLight.ttf") format("truetype"),
    url("../fonts/IBMPlexSansCondensedLight.svg#IBMPlexSansCondensedLight")
      format("svg");
}
body {
  font-family: "IBMPlexSansRegular", var(--default-font-family);
}
a.cta_link {
  font-family: "IBMPlexSansMedium", var(--default-font-family);
}
.title_box,
.mainNavigation,
.offer-section .number-box,
.stat-number {
  font-family: "IBMPlexSansCondensedMedium", var(--default-font-family);
}
.mainNavigation a.nav-link span small,
.footer-title {
  font-family: "IBMPlexSansCondensedLight", 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: #000; /* text */
  --main-color-hover: #03755c; /* text hover */
  --main-bg-color: #fff; /* bg */
  --main-bg-color-grey: #1c1c1d; /* siva */
  --main-bg-color-grey-light: #03755c; /* svetla zelena */
  --main-bg-color-custom: #0e4841; /* tmava zelena */
  --main-bg-color-contrast: #e8ff85; /* kontrastna zelena farba */
  --bg-color-red: 0;
  --bg-color-green: 0;
  --bg-color-blue: 0;
}

.slider-wrapper .we_button,
.company-section .we_button {
    position:absolute;
	bottom: 15px;
    right: 15px;
    z-index: 10;
}

html {
  font-size: 18px;
}
body {
  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 {
  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__a:hover {
  color: var(--main-color-hover);
}
a.cta_link__b {
  color: var(--white);
}
a.cta_link__b:hover {
  color: var(--main-bg-color-contrast);
}
.plus-symbol {
  width: 25px;
  height: 25px;
  position: relative;
}
.plus-symbol:before,
.plus-symbol:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
}
.plus-symbol:before {
  transform: translateY(-50%) rotate(90deg);
}
.plus-symbol:after {
  transform: translateY(-50%);
}
a.cta_link__a .plus-symbol:before,
a.cta_link__a .plus-symbol:after {
  background-color: var(--main-color-hover);
}
a.cta_link__b .plus-symbol:before,
a.cta_link__b .plus-symbol:after {
  background-color: var(--main-bg-color-contrast);
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* Base-styles ............................. */

.content {
  position: relative;
  overflow: hidden;
}
.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;
}
.row-smaller-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%;
}
.reveal-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.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(22px + (32 - 22) * ((100vw - 320px) / (1920 - 320)));
}
.title_box__xl :is(h1, h2) {
  font-size: calc(28px + (60 - 28) * ((100vw - 320px) / (1920 - 320)));
}
.title_box small {
  font-size: inherit;
  color: var(--main-bg-color-contrast);
}

/* Header ............................................................... */

header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 45px;
  padding-bottom: 45px;
  z-index: 900;
}
.header.scroll {
  position: fixed;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: var(--white);
  border-bottom: 1px solid rgba(0, 0, 0, 0.35);
  animation: animateNav 0.4s linear;
}
@keyframes animateNav {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}

.main_logo {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
}
.main_logo img {
  width: 450px;
}
.header.scroll .main_logo img {
  width: 220px;
}

.language-selector {
  position: absolute;
  top: 50%;
  right: calc(var(--size) * 6);
  display: flex;
  align-items: center;
  color: var(--main-color);
  padding: 10px 30px;
  border: 1.5px solid var(--main-color);
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.language-selector a {
  border-bottom: 0;
}
.language-selector .list-inline-item:not(:last-child) {
  margin-right: 0.25rem;
}
.language-selector .list-inline-item:not(:last-child):after {
  content: "|";
  padding-left: 0.5rem;
  color: var(--main-color);
}

.mainNavigation {
  padding: 0;
}
.mainNavigation .navbar-nav {
  margin: 0;
}
.mainNavigation .navbar-nav--b {
  padding-right: 180px;
}
.mainNavigation a.nav-link {
  position: relative;
  font-size: 1rem;
  font-variation-settings: var(--font-weight-medium);
  color: var(--main-color) !important;
  line-height: 40px;
  padding: 0 !important;
  border-bottom: 0;
}
.mainNavigation .navbar-nav--a a.nav-link {
  margin-right: 50px;
}
.mainNavigation .navbar-nav--a .nav-item:last-child a.nav-link {
  margin-right: 0 !important;
}
.mainNavigation .navbar-nav--b a.nav-link {
  margin-left: 50px;
}
.mainNavigation .navbar-nav--a .nav-item:first-child a.nav-link {
  margin-left: 0 !important;
}
.mainNavigation a.nav-link span {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}
.mainNavigation a.nav-link span:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  width: 0;
  height: 2px;
  background-color: var(--main-bg-color-custom);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
}
.mainNavigation a.nav-link:hover span:after,
.mainNavigation a.nav-link.hi span:after {
  width: 100%;
  opacity: 1;
}
.mainNavigation li.dropdown a.nav-link:hover span:after {
  display: none;
}
.mainNavigation .dropdown-toggle::after {
  display: none;
}
.mainNavigation a.nav-link span small {
  font-size: 140%;
}

.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: 0.89rem !important;
  color: var(--white);
  line-height: 30px !important;
  background-color: var(--main-color-hover);
  margin-left: 0 !important;
  border-bottom: 1px solid #059273;
  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.dropdown-item.hi {
  color: var(--white);
  background-color: var(--main-bg-color-grey);
}

/* 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;
}

/* 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 .owl-stage {
  display: flex;
}
.slider-wrapper .owl-item {
  display: flex;
  flex: 1 0 auto;
}
.slider-wrapper {
  width: 100%;
  height: 75dvh;
}
.slider-wrapper .owl-carousel,
.slider-wrapper .item {
  height: 75dvh;
}
.slider-wrapper-in {
  height: 40dvh;
}
.slider-wrapper-in .owl-carousel,
.slider-wrapper-in .item {
  height: 40dvh;
}
.slider-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.slider-image {
  top: 0;
  left: 0;
}
.slider-content .slider-svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70%;
  aspect-ratio: 1;
  background: url("../images/bg-object.svg") no-repeat bottom left;
  background-size: contain;
  -webkit-transform: translate(-15%, 30%);
  transform: translate(-15%, 30%);
  z-index: -1;
}

/* Main-Content ............................................................... */

/* Company */

.company-section .image-wrapper {
  position: relative;
  width: 75%;
  max-width: 745px;
  margin-top: -220px;
}

/* Offer */

.offer-section .number-box {
  font-size: calc(40px + (130 - 40) * ((100vw - 320px) / (1920 - 320)));
  color: var(--main-color-hover);
  line-height: 1;
}
.offer-section .separator {
  position: absolute;
  bottom: 50px;
  left: 50%;
  width: 80%;
  height: 1.5px;
  display: flex;
  justify-content: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.offer-section .separator-line {
  position: relative;
  width: 100%;
  height: 100%;
}
.separator-a .separator-line {
  background: linear-gradient(
    to right,
    var(--main-bg-color-contrast) 50%,
    var(--main-color) 50%
  );
}
.separator-b .separator-line {
  background: linear-gradient(
    to right,
    var(--main-color) 50%,
    var(--main-bg-color-contrast) 50%
  );
}

/* Statistics */

.statistics-container {
  border-left: 2px solid var(--main-bg-color-grey-light);
  padding-left: 1rem;
}
.stat-number {
  font-size: clamp(2.28rem, calc(4vw + 1rem), 3.61rem);
  line-height: 1;
  margin-bottom: 1rem;
}
.statistics-container h3 {
  font-size: 1rem;
}

/* Partners */

.partnersWrapper .partners_list_carousel .item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.partnersWrapper .partner img {
  max-height: 80px;
  width: auto;
  object-fit: contain;
}
.partnersWrapper .owl-carousel .item {
  flex: 0 0 auto;
}
.partnersWrapper .owl-carousel .owl-dots {
  margin-top: 1rem;
}
.partnersWrapper .owl-theme .owl-dots .owl-dot.active span {
  background-color: #0e4841;
}
.partnersWrapper .owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  background-color: #b9cac8;
  border-radius: 50%;
}

/* Footer ............................................................... */

.footer {
  font-size: 0.89rem;
}
.footer a {
  color: var(--white);
  border-bottom: 0;
}
.footer a:hover {
  color: var(--main-bg-color-contrast);
}
.footer h3 {
  font-size: 0.89rem;
  color: #bababa;
  line-height: inherit;
}
.footer-caption {
  text-align: center;
}
.footer-title {
  font-size: clamp(2rem, 10vw, 14rem);
  line-height: 1;
}

.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);
}

/* Effects ............................. */
.vnutro a{
	border-bottom: solid 0px;
}
.vnutro a img {
	transition: all .5s ease-in-out;
}
.vnutro a:hover img {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;	
}


a,
.mainNavigation a.nav-link span:after,
.mainNavigation .dropdown-menu a.dropdown-item {
  -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: 16px;
  }
  header {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .main_logo img {
    width: 320px;
  }
  .mainNavigation .navbar-nav--b {
    padding-right: 140px;
  }
  .mainNavigation .navbar-nav--a a.nav-link {
    margin-right: 35px;
  }
  .mainNavigation .navbar-nav--b a.nav-link {
    margin-left: 35px;
  }
  .language-selector {
    font-size: 0.87rem;
    padding: 6px 30px;
  }
}

@media screen and (max-width: 1366px) {
  html {
    font-size: 14px;
  }
  .plus-symbol {
    width: 20px;
    height: 20px;
  }
  .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) * 6);
    padding-bottom: calc(var(--size) * 6);
  }
  .header {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .main_logo img {
    width: 260px;
  }
  .language-selector {
    right: calc(var(--size) * 4.66);
    padding: 6px 20px;
  }
  .mainNavigation .navbar-nav--b {
    padding-right: 120px;
  }
  .mainNavigation a.nav-link {
    line-height: 36px;
  }
  .mainNavigation .navbar-nav--a a.nav-link {
    margin-right: 25px;
  }
  .mainNavigation .navbar-nav--b a.nav-link {
    margin-left: 25px;
  }
  .company-section .image-wrapper {
    width: 90%;
    margin-top: -160px;
  }
  .offer-section .separator {
    bottom: 35px;
  }
  .statistics-container {
    padding-left: 0.75rem;
  }
  .stat-number {
    margin-bottom: 0.5rem;
  }
  .partnersWrapper .partner img {
    max-height: 55px;
  }
}

@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);
  }
  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .main_logo img {
    width: 220px;
  }
  .header.scroll .main_logo img {
    width: 140px;
  }
  .language-selector {
    right: calc(var(--size) * 2);
    font-size: 0.8rem;
  }
  .mainNavigation .navbar-nav--b {
    padding-right: 105px;
  }
  .mainNavigation .navbar-nav--a a.nav-link {
    margin-right: 15px;
  }
  .mainNavigation .navbar-nav--b a.nav-link {
    margin-left: 15px;
  }
  .mainNavigation a.nav-link {
    font-size: 0.93rem;
  }
  .company-section .image-wrapper {
    margin-top: -100px;
  }
}

@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) * 2);
    padding-bottom: calc(var(--size) * 2);
  }
  .offer-section .separator {
    bottom: 15px;
  }
  .header {
    position: fixed !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    background-color: var(--white);
    border-bottom: 1px solid rgba(0, 0, 0, 0.7) !important;
    animation: none !important;
  }
  .header + div,
  .header + section {
    margin-top: 65px;
  }
  .main_logo {
    top: 14px !important;
    left: 15px;
    -webkit-transform: translate(0) !important;
    transform: translate(0) !important;
  }
  .main_logo img {
    width: 240px !important;
  }
  .language-selector {
    position: absolute;
    top: 17px;
    right: 85px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .mainNavigation .navbar-nav--b {
    padding-right: 0;
  }
  .mainNavigation .nav-item {
    text-align: center;
    margin-left: 0;
  }
  .mainNavigation a.nav-link {
    font-size: 1.12rem;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
  .mainNavigation a.nav-link:before {
    display: none;
  }
  .mainNavigation li.dropdown a.nav-link:hover span:after {
    display: block;
  }
  .mainNavigation .dropdown-menu a.dropdown-item {
    text-align: center;
  }
  .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(0, 0, 0, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  .slider-wrapper {
    height: auto;
  }
  .slider-wrapper .owl-carousel,
  .slider-wrapper .item {
    height: auto;
  }
  .slider-image {
    position: relative !important;
    height: 300px !important;
  }
  .slider-wrapper-in {
    height: 200px;
  }
  .slider-wrapper-in .owl-carousel,
  .slider-wrapper-in .item {
    height: 200px;
  }
}

@media screen and (max-width: 767px) {
  .custom-relative {
    position: relative;
  }
  .container_bg_img {
    height: auto;
  }
  .company-section .image-wrapper {
    width: 75%;
    margin-top: 0;
  }
  .offer-section .separator {
    width: 100%;
  }
  .offer-section .separator-line {
    background: var(--main-bg-color-contrast) !important;
  }
  .statistics-section .col-md-3:not(:last-child) .statistics-container {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid var(--main-bg-color-grey-light);
  }
  .statistics-container {
    padding-left: 0;
    border-left: 0;
  }
}

@media screen and (max-width: 480px) {
  .main_logo {
    top: 20px !important;
  }
  .main_logo img {
    width: 180px !important;
  }
  .language-selector {
    right: 75px;
    padding: 6px 10px;
  }
}
