@charset "UTF-8";

@font-face {
  font-family: "Switzer-Regular";
  src: url("../fonts/Switzer-Regular.woff2") format("woff2"),
    url("../fonts/Switzer-Regular.woff") format("woff"),
    url("../fonts/Switzer-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Archivo-Medium";
  src: url("../fonts/Archivo-Medium.woff2") format("woff2"),
    url("../fonts/Archivo-Medium.woff") format("woff"),
    url("../fonts/Archivo-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Archivo-SemiBold";
  src: url("../fonts/Archivo-SemiBold.woff2") format("woff2"),
    url("../fonts/Archivo-SemiBold.woff") format("woff"),
    url("../fonts/Archivo-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Archivo-Bold";
  src: url("../fonts/Archivo-Bold.woff2") format("woff2"),
    url("../fonts/Archivo-Bold.woff") format("woff"),
    url("../fonts/Archivo-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

body {
  font-family: "Switzer-Regular", var(--default-font-family);
}
.title_box,
a.cta_link {
  font-family: "Archivo-SemiBold", var(--default-font-family);
}
.hero-section__title h1,
.offer-title {
  font-family: "Archivo-Medium", var(--default-font-family);
}
.stat-number {
  font-family: "Archivo-Bold", 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: #f78327; /* text hover */
  --main-bg-color: #fff; /* bg */
  --main-bg-color-grey: #111; /* tmava siva */
  --main-bg-color-grey-light: #f5f5f5; /* svetla siva */
  --main-bg-color-custom: #f78327; /* oranzova */
  --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;
  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: 1rem;
  text-align: center;
  border-bottom: 0;
  overflow: hidden;
  isolation: isolate;
}
a.cta_link__a {
  color: var(--white);
  background-color: var(--main-bg-color-custom);
}
a.cta_link__b {
  color: var(--white);
  background-color: var(--main-bg-color-grey);
}
a.cta_link:hover {
  color: var(--main-color);
}
a.cta_link:before {
  position: absolute;
  top: 0;
  left: -5px;
  width: 0;
  height: 100%;
  content: "";
  background-color: var(--white);
  z-index: -1;
  opacity: 0;
}
a.cta_link:hover:before {
  width: 110%;
  opacity: 1;
}
a.cta_link i {
  position: relative;
  top: -0.1em;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* Base-styles ............................. */

.content {
  position: relative;
  overflow: hidden;
}
.container-fluid-custom {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
}
@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, 13.5%);
    padding-right: max(1rem, 13.5%);
    max-width: none;
  }
}
@media screen and (max-width: 991px) {
  .container-fluid-custom {
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: none;
  }
}
.box_padding_vertical {
  padding-top: calc(var(--size) * 6);
  padding-bottom: calc(var(--size) * 6);
}
.img-object-fit {
  object-fit: cover;
}
.isolation {
  isolation: isolate;
}
.custom-relative {
  position: absolute;
}
.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: 15px;
  width: calc(100% - 30px);
  height: 100%;
}

.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-size: calc(26px + (40 - 26) * ((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;
  }
}

/* Header ............................................................... */

.header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: clamp(1rem, 1.2vw, 1.5rem);
  padding-bottom: clamp(1rem, 1.2vw, 1.5rem);
  z-index: 1000;
}
.header.scroll {
  position: fixed;
  background-color: var(--main-bg-color);
  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;
}
@keyframes animateNav {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.main_logo {
  z-index: 100;
}
.main_logo img {
  width: clamp(100px, 10vw, 190px);
  height: auto;
}
.main_logo.scroll img {
  width: 100px;
}
.buttons_wrapper a.btn {
  background-color: var(--main-bg-color-custom);
  color: var(--white);
  padding: clamp(0.5rem, 1.05vw, 0.8rem) clamp(1.5rem, 2vw, 2.5rem);
  border-bottom: 0;
}
.buttons_wrapper a.btn:hover,
.buttons_wrapper a.btn:focus-visible {
  background-color: color-mix(in srgb, var(--main-bg-color-custom) 80%, yellow);
}

.mainNavigation {
  padding: 0;
}
.mainNavigation .navbar-nav {
  margin: 0;
}
.mainNavigation .nav-item:not(:last-child) {
  position: relative;
  margin-right: clamp(0.7rem, 1.5vw, 2.5rem);
}
.mainNavigation a.nav-link {
  position: relative;
  font-size: 1rem;
  color: var(--main-color) !important;
  text-transform: uppercase;
  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 {
  width: 100%;
  opacity: 1;
}
.mainNavigation li.dropdown a.nav-link:hover span:after {
  display: none;
}

.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(--white);
  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) 80%, white);
  z-index: 1100;
}
.mainNavigation .dropdown-menu a.dropdown-item:last-child {
  border-bottom: 0;
}
.mainNavigation .dropdown-menu a.dropdown-item:hover {
  color: var(--white);
  background-color: color-mix(in srgb, var(--main-bg-color-custom) 80%, yellow);
}

/* 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 {
  height: 70dvh;
  min-height: 70dvh;
  margin-bottom: clamp(2.28rem, 5vw, 5rem);
}
.hero-section .owl-carousel,
.hero-section .item {
  height: 70dvh;
  min-height: 70dvh;
}
.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  width: calc(58.333333% - 30px);
  height: 100%;
  background-color: var(--main-bg-color-grey-light);
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
  z-index: -1;
}
.hero-section__content {
  padding-top: clamp(3rem, 5vw, 7rem);
}
.hero-section__title {
  position: relative;
  width: 140%;
  z-index: 5;
}
.hero-section__title h1 {
  font-size: clamp(2.28rem, 5vw, 5rem);
  line-height: 1.2;
}
.hero-section__image {
  position: absolute;
  top: 0;
  right: 17px;
  width: calc(100% - 32px);
  height: 100%;
}
a.cta-floating {
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
  aspect-ratio: 1 / 1;
  width: clamp(120px, 12vw, 220px);
  background-color: var(--main-bg-color-custom);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1rem;
  font-size: 1rem;
  z-index: 2;
}
a.cta-floating:hover,
a.cta-floating:focus-visible {
  background-color: color-mix(in srgb, var(--main-bg-color-custom) 80%, yellow);
}
.about-stats {
  position: absolute;
  bottom: 4rem;
  left: 0;
  right: 0;
}
.statistics-container {
  height: 100%;
  border-left: 3px solid var(--main-color);
  padding-left: 1rem;
}
.stat-number {
  font-size: clamp(2rem, 3vw, 3.33rem);
  color: var(--main-bg-color-custom);
  line-height: 1;
  font-family: "Archivo-Bold", var(--default-font-family);
}
.hero-image {
  aspect-ratio: 25 / 10;
}

/* Main-Content ............................................................... */

/* About-Us */

.about-us-section {
  padding-top: clamp(3rem, 7vw, 10rem);
  padding-bottom: clamp(3rem, 7vw, 10rem);
}
.about-us-content {
  padding: clamp(1.5rem, 2vw, 2rem) 0 clamp(1.5rem, 2vw, 2rem)
    clamp(2.5rem, 6vw, 8rem);
}
.about-us-image-wrapper {
  z-index: 1;
}
.about-us-image-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--main-bg-color-custom);
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
  z-index: -1;
}

/* Offer */

.offer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(0.5rem, 1.2vw, 1rem);
}
.offer-image-wrapper {
  aspect-ratio: 2 / 4;
  overflow: hidden;
}
.offer-image-wrapper img {
  transition: transform 0.4s ease-in-out;
}
.offer-card:hover .offer-image-wrapper img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.offer-content {
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.35);
  padding: clamp(1rem, 3vw, 2.5rem);
  color: var(--white);
}
.offer-title {
  font-size: clamp(1.5rem, 2vw, 2.33rem);
  line-height: 1.2;
}
.offer-button {
  position: relative;
  width: fit-content;
  font-size: 1rem;
  color: var(--white);
  text-align: center;
  background-color: var(--main-bg-color-custom);
  overflow: hidden;
  isolation: isolate;
}
.offer-button i {
  position: relative;
  top: -0.1em;
}

/* Partners */

.partnersWrapper .partners_list_carousel .item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.partnersWrapper .partner img {
  max-height: clamp(40px, 4vw, 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%;
}

/* Dosos */

.dosos-logo {
  width: clamp(100px, 15vw, 200px);
  margin-bottom: calc(var(--size) * 2);
}
.dosos-divider {
  border: none;
  height: 1px;
  background-color: color-mix(in srgb, var(--main-bg-color-custom) 50%, white);
  margin: 0 auto;
}
.dosos-text {
  font-size: clamp(1.25rem, 2.5vw, 1.67rem);
}

/* Footer ............................................................... */

.footer {
  font-size: 0.89rem;
}
.footer a {
  border-bottom: 0;
}
.footer-logo {
  width: clamp(100px, 10vw, 170px);
  margin-bottom: calc(var(--size) * 1.5);
}
.footer_bottom {
  border-top: 1px solid color-mix(in srgb, white 73%, black);
}
.footer_bottom .list-inline .list-inline-item:not(:last-child) {
  margin-right: 0.25rem;
}
.footer_bottom .list-inline .list-inline-item:not(:last-child):after {
  content: "|";
  padding-left: 0.5rem;
  color: var(--main-color);
}

/* Map */

.map {
  position: relative;
  height: clamp(300px, 20vw, 450px);
}
.map iframe {
  width: 100%;
  height: 100%;
  position: relative;
  border: 0;
  z-index: 0;
}

/* Effects ............................. */

a,
a.cta_link,
a.cta_link:before,
.mainNavigation a.nav-link span:after,
.mainNavigation .dropdown-menu a.dropdown-item,
.buttons_wrapper a.btn,
a.cta-floating {
  -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;
  }
}

@media screen and (max-width: 1366px) {
  html {
    font-size: 14px;
  }
  .box_padding_vertical {
    padding-top: calc(var(--size) * 3);
    padding-bottom: calc(var(--size) * 3);
  }
}

@media screen and (max-width: 1200px) {
  .box_padding_vertical {
    padding-top: calc(var(--size) * 3);
    padding-bottom: calc(var(--size) * 3);
  }
  .buttons_wrapper a.btn,
  .mainNavigation a.nav-link,
  .mainNavigation .dropdown-menu a.dropdown-item {
    font-size: 0.89rem !important;
  }
}

@media screen and (max-width: 991px) {
  .box_padding_vertical {
    padding-top: calc(var(--size) * 2);
    padding-bottom: calc(var(--size) * 2);
  }
  .header {
    position: fixed !important;
    background-color: var(--main-bg-color);
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    -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: none !important;
  }
  .header + div,
  .header + section {
    margin-top: 65px !important;
  }
  .main_logo {
    position: absolute;
    top: 10px !important;
    left: 15px;
    width: fit-content;
  }
  .main_logo img {
    width: 100px !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.21rem;
    margin-right: 0;
    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(0, 0, 0, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
}

@media screen and (max-width: 767px) {
  .custom-relative {
    position: relative;
  }
  .container_bg_img {
    left: 0;
    width: 100%;
    height: auto;
  }
  .hero-section {
    height: auto;
    min-height: initial;
    margin-bottom: 0;
  }
  .hero-section .owl-carousel,
  .hero-section .item {
    height: auto;
    min-height: auto;
  }
  .hero-section::before {
    display: none;
  }
  .hero-section__content {
    padding: 2rem 1rem;
  }
  .hero-section__title {
    width: 100%;
  }
  .hero-section__image {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }
  a.cta-floating {
    right: 2rem;
    left: initial;
    top: 10rem;
    bottom: initial;
  }
  .about-stats {
    position: relative;
    bottom: 0;
  }
  .about-us-content {
    padding: 0;
  }
  .about-us-image-wrapper::before {
    display: none;
  }
  .offer-grid {
    grid-template-columns: 1fr;
  }
  .offer-image-wrapper {
    aspect-ratio: 4 / 3;
  }
  .offer-content {
    align-items: center;
    text-align: center;
  }
}

@media screen and (max-width: 575px) {
  .hero-image {
    aspect-ratio: 4 / 3;
  }
}

.about-us-section .we_button {
    z-index: 2;
    position: relative;
}

.mainNavigation a.nav-link.hi span:after {
    width: 100%;
    opacity: 1;
}

.mainNavigation .dropdown-menu a.dropdown-item.hi {
    color: var(--white);
    background-color: #f99c1f;
}

img.hvr-grow:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
img.hvr-grow  {
    transition: transform 0.5s;
}

.hero-image {
    aspect-ratio: 4 / 1;
}