@charset "UTF-8";

@font-face {
  font-family: "EpilogueRegular";
  src: url("../fonts/EpilogueRegular.eot");
  src: url("../fonts/EpilogueRegular.eot") format("embedded-opentype"),
    url("../fonts/EpilogueRegular.woff2") format("woff2"),
    url("../fonts/EpilogueRegular.woff") format("woff"),
    url("../fonts/EpilogueRegular.ttf") format("truetype"),
    url("../fonts/EpilogueRegular.svg#EpilogueRegular") format("svg");
}
@font-face {
  font-family: "EpilogueExtraBold";
  src: url("../fonts/EpilogueExtraBold.eot");
  src: url("../fonts/EpilogueExtraBold.eot") format("embedded-opentype"),
    url("../fonts/EpilogueExtraBold.woff2") format("woff2"),
    url("../fonts/EpilogueExtraBold.woff") format("woff"),
    url("../fonts/EpilogueExtraBold.ttf") format("truetype"),
    url("../fonts/EpilogueExtraBold.svg#EpilogueExtraBold") format("svg");
}
@font-face {
  font-family: "EpilogueMedium";
  src: url("../fonts/EpilogueMedium.eot");
  src: url("../fonts/EpilogueMedium.eot") format("embedded-opentype"),
    url("../fonts/EpilogueMedium.woff2") format("woff2"),
    url("../fonts/EpilogueMedium.woff") format("woff"),
    url("../fonts/EpilogueMedium.ttf") format("truetype"),
    url("../fonts/EpilogueMedium.svg#EpilogueMedium") format("svg");
}
@font-face {
  font-family: "InterRegular";
  src: url("../fonts/InterRegular.eot");
  src: url("../fonts/InterRegular.eot") format("embedded-opentype"),
    url("../fonts/InterRegular.woff2") format("woff2"),
    url("../fonts/InterRegular.woff") format("woff"),
    url("../fonts/InterRegular.ttf") format("truetype"),
    url("../fonts/InterRegular.svg#InterRegular") format("svg");
}
@font-face {
  font-family: "InterMedium";
  src: url("../fonts/InterMedium.eot");
  src: url("../fonts/InterMedium.eot") format("embedded-opentype"),
    url("../fonts/InterMedium.woff2") format("woff2"),
    url("../fonts/InterMedium.woff") format("woff"),
    url("../fonts/InterMedium.ttf") format("truetype"),
    url("../fonts/InterMedium.svg#InterMedium") format("svg");
}

body {
  font-family: "InterRegular", var(--default-font-family);
}
a.cta_button .text, button.cta_button .text,
.nav-tabs .nav-link {
  font-family: "InterMedium", var(--default-font-family);
}
.title_box,
.carousel-title {
  font-family: "EpilogueRegular", var(--default-font-family);
}
.title-bold {
  font-family: "EpilogueExtraBold", var(--default-font-family);
}
.vertical-nav a,
.about-text h2,
.circle-content h3,
.review-author {
  font-family: "EpilogueMedium", 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: #1d1d1d; /* text */
  --main-color-hover: #00874d; /* text hover */
  --main-bg-color: #fff; /* bg */
  --main-bg-color-grey: #1d1d1d; /* tmava siva */
  --main-bg-color-grey-light: #494949; /* svetla siva */
  --main-bg-color-custom: #00874d; /* zelena */
  --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_button, button.cta_button {
  position: relative;
  min-width: 320px;
  overflow: hidden;
  line-height: 1;
  border-width: 1.5px;
  border-style: solid;
  isolation: isolate;
}
a.cta_button__a, button.cta_button__a {
  color: var(--main-color);
  border-color: var(--main-bg-color-custom);
  background-color: #fff;
}
a.cta_button__a:hover, button.cta_button__a:hover {
  color: var(--white);
}
a.cta_button__b, button.cta_button__b {
  color: var(--white);
  border-color: var(--main-bg-color-custom);
}
a.cta_button__b:hover, button.cta_button__b:hover {
  color: var(--main-color);
  border-color: var(--white);
}
a.cta_button .text, button.cta_button .text {
  font-size: 0.89rem;
  padding-right: 15px;
}
a.cta_button .arrow img, button.cta_button .arrow img {
  width: 45px;
}
a.cta_button__a:hover .arrow img, button.cta_button__a:hover .arrow img {
  filter: invert(1);
}
a.cta_button__b .arrow img, button.cta_button__b .arrow img {
  filter: invert(1);
}
a.cta_button__b:hover .arrow img, button.cta_button__b:hover .arrow img {
  filter: invert(0);
}
a.cta_button:before, button.cta_button:before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 110%;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
a.cta_button__a:before, button.cta_button__a:before {
  background-color: var(--main-bg-color-custom);
}
a.cta_button__b:before, button.cta_button__b:before {
  background-color: var(--white);
}
a.cta_button:hover:before, button.cta_button:hover:before {
  width: 120%;
}
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) * 3.33);
  padding-right: calc(var(--size) * 3.33);
}
.box_padding_vertical {
  padding-top: calc(var(--size) * 7.66);
  padding-bottom: calc(var(--size) * 7.66);
}
.border-left,
.border-right {
  border-color: var(--main-bg-color-grey-light) !important;
}
.img-object-fit {
  object-fit: cover;
}
.higher-z-index {
  z-index: 100;
}
.isolation {
  isolation: isolate;
}
.custom-relative {
  position: absolute;
}
.divider {
  height: 1px;
  background: var(--main-bg-color-grey-light);
}
.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%;
  z-index: -10;
}
.img-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.title_box {
  position: relative;
}
.text-white .title_box {
  color: var(--white);
}
.title_box > * {
  position: relative;
  text-transform: uppercase;
  line-height: 1.2em;
}
.title_box :is(h1, h2) {
  font-size: calc(28px + (40 - 28) * ((100vw - 320px) / (1920 - 320)));
}
.title_box__xl :is(h1, h2) {
  font-size: calc(36px + (60 - 36) * ((100vw - 320px) / (1920 - 320)));
}
.title_box small {
  color: inherit;
}
.title_box small.title-bold {
  font-size: inherit;
}
.title_box small.title-small {
  display: block;
  font-size: 42%;
  line-height: 1.2;
}
.title_box__img {
  align-items: center;
  gap: clamp(1rem, 2vw, 2rem);
}
.title_box__img img {
  width: clamp(150px, 12vw, 240px);
}
.subtitle {
  font-size: clamp(1.21rem, 2vw, 1.33rem);
  text-transform: uppercase;
}

/* 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);
  }
}
@-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_fixed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  z-index: 700;
}
.header_subpage {
  position: relative;
  background-color: var(--main-bg-color-grey);
}
.header_fixed.scroll {
  position: fixed;
  background-color: var(--main-bg-color-grey);
  padding-top: 15px;
  padding-bottom: 15px;
  animation: animateNav 0.4s linear;
}
.header_fixed:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 200px;
  z-index: -1;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}
.header_subpage:before,
.header_fixed.scroll:before {
  display: none;
}
@keyframes animateNav {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}

.main_logo img {
  width: 230px;
  z-index: 100;
}
.header_fixed.scroll .main_logo img {
  width: 120px;
}
.header-wrapper {
  gap: clamp(1rem, 2vw, 3rem);
}
.header-nav a {
  padding: clamp(0.3rem, 1.5vw, 0.5rem) clamp(1rem, 1.5vw, 2.5rem);
  font-size: 0.89rem;
  width: fit-content;
  display: block;
  color: var(--white);
  border: 1px solid var(--white);
}
.language-selector {
  display: flex;
  align-items: center;
  background-color: transparent;
  color: var(--white);
  padding: 0.4rem 0.4rem;
  text-align: center;
  border: 1px solid var(--white);
}
.language-selector .list-inline-item {
  margin: 0;
}
.language-selector a {
  font-size: 0.89rem;
  color: var(--white);
  padding: clamp(0.15rem, 1.5vw, 0.2rem) clamp(0.6rem, 1.5vw, 1rem);
  border-bottom: 0;
}
.language-selector a:hover,
.language-selector a.active {
  background-color: var(--main-color-hover);
}

/* 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;
}
.carousel-content {
  display: flex;
  width: 100%;
  height: 100%;
  color: var(--white);
  background-color: rgba(29, 29, 29, 0.5);
  padding-bottom: 5dvh;
}
.carousel-title {
  font-size: clamp(2rem, 4vw, 3.05rem);
  line-height: 1.2;
}
.slider-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -5;
}

.vertical-nav {
  top: 0;
  right: calc(var(--size) * 3.33);
  height: 100%;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotateX(180deg) scaleX(-1);
  display: flex;
  justify-content: center;
  z-index: 100;
}
.vertical-nav a {
  font-size: 1rem;
  color: var(--white);
  border-bottom: 0;
}
.vertical-nav a img {
  width: 50px;
  filter: invert(1);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* Main-Content ............................................................... */

.owl-buttons .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  aspect-ratio: 1;
  background-color: transparent;
  padding: 0;
  border: 1.5px solid var(--white);
  box-sizing: content-box;
}
.owl-buttons .btn img {
  width: 55%;
  filter: invert(1);
}
.owl-buttons .btn:hover {
  background-color: var(--white);
}
.owl-buttons .btn:hover img {
  filter: invert(0);
}
.owl-buttons .btn:focus,
.owl-buttons .btn.focus {
  box-shadow: none;
}

/* About-Us */

.about-image {
  border-right: 1px solid var(--main-bg-color-grey-light);
  padding: clamp(1rem, 5vw, 4rem) clamp(1rem, 5vw, 4rem) 0 0;
}
.about-text {
  padding: clamp(1rem, 5vw, 4rem) clamp(1rem, 5vw, 4rem) 0
    clamp(1rem, 5vw, 4rem);
}
.about-text h2 {
  font-size: clamp(2rem, 3vw, 3.05rem);
  margin-bottom: 1rem;
}

/* Offer */

.offer-text-left {
  padding-right: clamp(1rem, 6vw, 7.5rem);
}
.offer-text-right {
  padding-left: clamp(1rem, 6vw, 7.5rem);
}
.offer-image-grid .image-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: clamp(0.5rem, 1.2vw, 1rem);
  align-items: center;
  min-height: 60vh;
}
.image-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Process */

.process-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
}
a.process-circle {
  flex: 1;
  aspect-ratio: 1;
  flex: 0 0 35%;
  color: var(--white);
  border: 1px solid var(--white);
  border-radius: 50%;
  padding: clamp(2rem, 5vw, 10rem);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
a.process-circle:hover {
  border-color: var(--main-color-hover);
}
.process-circle:nth-child(1) {
  -webkit-transform: translateX(10%);
  transform: translateX(10%);
}
.process-circle:nth-child(3) {
  -webkit-transform: translateX(-10%);
  transform: translateX(-10%);
}
.circle-content h3 {
  font-size: clamp(1.37rem, 2vw, 1.67rem);
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
.circle-content p {
  font-size: clamp(0.9rem, 1.5vw, 1.1rem);
}

/* Gallery */

.gallery-wrapper,
.gallery-wrapper .owl-carousel,
.gallery-wrapper .item {
  height: 70dvh;
}
.gallery-wrapper .owl-stage {
  display: flex;
}
.gallery-wrapper .owl-item {
  display: flex;
  flex: 1 0 auto;
}
.gallery a {
  position: relative;
}
.gallery a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(29, 29, 29, 0.5);
}
.gallery img {
  object-fit: cover;
  height: 100%;
  z-index: -10;
}
.gallery-buttons {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}
.gallery-buttons-prev {
  left: calc(var(--size) * 3.33);
}
.gallery-buttons-next {
  right: calc(var(--size) * 3.33);
}

/* Project */

.nav-tabs {
  display: flex;
  gap: 0.5rem;
  justify-content: flex-end;
  border-bottom: 0;
}
.nav-tabs .nav-link {
  background: transparent;
  border: 1px solid var(--main-bg-color-custom);
  border-radius: 50px;
  padding: clamp(0.4rem, 1vw, 0.8rem) clamp(1rem, 2vw, 1.5rem);
  color: var(--main-color);
  font-size: 0.9rem;
  text-transform: uppercase;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link.active {
  background: var(--main-bg-color-custom);
  color: var(--white);
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: auto;
  grid-gap: clamp(10px, 1.1vw, 14px);
  grid-auto-flow: dense;
}
.project-small {
  grid-column: span 3;
}
.project-large {
  grid-column: span 6;
}
.h-1 {
  grid-row: span 1;
}
a.project-item {
  display: block;
  text-decoration: none;
  color: inherit;
  border-bottom: 0;
}
.project-image {
  position: relative;
  overflow: hidden;
}
.project-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
a.project-item:hover .project-image img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  filter: brightness(0.7);
}
.project-text {
  margin-top: 0.5rem;
  margin-bottom: 2rem;
  font-size: clamp(0.9rem, 1vw, 1rem);
}

/* Reviews */

.reviewsWrapper {
  padding-right: 1px;
}
.review {
  background-color: transparent;
  padding: clamp(1rem, 2.5vw, 3rem);
  border: 1px solid var(--white);
}
.review-author {
  font-size: 1.33rem;
  text-transform: uppercase;
  line-height: 1.2;
}
.reviewsWrapper .owl-theme .owl-dots .owl-dot.active span {
  background-color: var(--white);
  opacity: 0.5;
}
.reviewsWrapper .owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  background-color: var(--white);
  margin-top: 30px;
}

/* Project-Detail */

.project-detail-text-left {
  padding-right: clamp(1rem, 6vw, 7.5rem);
}
.project-detail-text-right {
  padding-left: clamp(1rem, 6vw, 7.5rem);
}
.project-detail-image-grid .image-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: minmax(auto, 350px);
  grid-gap: clamp(10px, 1.1vw, 14px);
  grid-auto-flow: dense;
}
a.detail-large,
a.detail-small {
  display: block;
  overflow: hidden;
  border-bottom: 0;
}
a.detail-small {
  grid-column: span 5;
}
a.detail-large {
  grid-column: span 7;
}
.project-detail-image-grid .h-1 {
  grid-row: span 1;
}
a.detail-large img,
a.detail-small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
a.detail-large:hover img,
a.detail-small:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  filter: brightness(0.7);
}
.project-detail-table td {
  border-bottom: 1px solid var(--black);
  padding: 0.5rem 0;
}

/* Footer ............................................................... */

a.footer-logo,
.footer_bottom a {
  color: var(--white);
  border-bottom: 0;
}
.footer a:hover, .footer a.hi {
  color: var(--main-color-hover);
}

.footer a.btn-outline-light.hi {
  background-color: #f8f9fa;
}

.footer h3 {
  font-size: clamp(1.11rem, 1.5vw, 1.33rem);
  line-height: inherit;
  margin-bottom: 1rem;
}
a.footer-logo img {
  width: clamp(120px, 10vw, 240px);
}
.footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.footer .btn {
  padding: clamp(0.3rem, 1.5vw, 0.5rem) clamp(1rem, 1.5vw, 2.5rem);
  font-size: 0.89rem;
  width: fit-content;
  display: block;
  color: var(--white);
  border: 1px solid var(--main-bg-color-grey-light);
}
.footer_bottom {
  font-size: 0.89rem;
}
.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(--white);
}

.tipsHolder {
  margin-bottom: 60px;
}

.tipsHolder a .review {
  color: #fff;
}

.tipsHolder a:hover .review {
  background-color: #fff;
  color: var(--main-bg-color-grey);
}

/* Effects ............................. */

a,
a.cta_button,
a.cta_button .arrow img,
a.cta_button:before,
button.cta_button,
button.cta_button .arrow img,
button.cta_button:before,
.header-nav a,
.language-selector a,
.owl-buttons .btn,
.owl-buttons .btn img,
a.process-circle,
.nav-tabs .nav-link,
.project-image img,
a.detail-large img,
a.detail-small img,
.footer .btn, .tipsHolder a .review  {
  -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: 15px;
  }
  a.cta_button, button.cta_button {
    min-width: 280px;
  }
  a.cta_button .arrow img, button.cta_button .arrow img {
    width: 30px;
  }
  .box_margin {
    margin-bottom: var(--size);
  }
  .box_margin3 {
    margin-bottom: calc(var(--size) * 2);
  }
  .box_padding {
    padding-left: calc(var(--size) * 2.33);
    padding-right: calc(var(--size) * 2.33);
  }
  .box_padding_vertical {
    padding-top: calc(var(--size) * 5.66);
    padding-bottom: calc(var(--size) * 5.66);
  }
  .header_fixed {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .main_logo img {
    width: 165px;
  }
  .vertical-nav {
    right: calc(var(--size) * 2.33);
  }
  .owl-buttons .btn {
    width: 60px;
  }
  .gallery-buttons-prev {
    left: calc(var(--size) * 2.33);
  }
  .gallery-buttons-next {
    right: calc(var(--size) * 2.33);
  }
  .reviewsWrapper .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 1200px) {
  a.cta_button, button.cta_button {
    min-width: 200px;
  }
  .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);
  }
  .vertical-nav {
    right: calc(var(--size) * 2);
  }
  .gallery-buttons-prev {
    left: calc(var(--size) * 2);
  }
  .gallery-buttons-next {
    right: calc(var(--size) * 2);
  }
}

@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);
  }
  .header_fixed {
    position: fixed !important;
    height: 70px;
    background-color: var(--main-bg-color-grey);
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    animation: animateNav 0s linear;
  }
  .header_fixed > div {
    height: 100%;
  }
  .header_fixed + div,
  .header_fixed + section {
    margin-top: 70px;
  }
  .header_fixed:before {
    display: none;
  }
  .main_logo img {
    width: 120px !important;
  }
  .language-selector {
    padding: 0;
    border: 0;
  }
  .slider-wrapper {
    height: calc(100dvh - 70px);
  }
  .slider-wrapper .owl-carousel,
  .slider-wrapper .item {
    height: calc(100dvh - 70px);
  }
  .slider-wrapper-in {
    height: calc(40dvh - 70px);
  }
  .slider-wrapper-in .owl-carousel,
  .slider-wrapper-in .item {
    height: calc(40dvh - 70px);
  }
  .vertical-nav {
    right: var(--size);
  }
  .gallery-buttons-prev {
    left: var(--size);
  }
  .gallery-buttons-next {
    right: var(--size);
  }
}

@media screen and (max-width: 767px) {
  .custom-relative {
    position: relative;
  }
  .img-bg {
    left: 0;
    width: 100%;
    height: auto;
  }
  .vertical-nav {
    justify-content: end;
    height: fit-content;
    writing-mode: initial;
    text-orientation: mixed;
    transform: none;
    margin-top: 1.5rem;
  }
  .vertical-nav a img {
    margin-right: 1rem;
    -webkit-transform: none;
    transform: none;
  }
  .owl-buttons .btn {
    width: 40px;
  }
  .about-image,
  .about-text {
    padding: 1rem;
  }
  .about-image {
    border-right: none;
  }
  .offer-text-left,
  .offer-text-right {
    padding-left: var(--size);
    padding-right: var(--size);
  }
  .offer-image-grid .image-grid {
    min-height: 40vh;
  }
  .process-wrapper {
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    gap: 3rem;
  }
  a.process-circle {
    flex: 0 0 50%;
  }
  .process-circle:nth-child(1),
  .process-circle:nth-child(3) {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .nav-tabs {
    justify-content: center;
    flex-wrap: wrap;
  }
  .nav-tabs .nav-link {
    font-size: 0.75rem;
  }
  .project-grid {
    grid-template-columns: 1fr;
  }
  .project-large,
  .project-small {
    grid-column: span 1;
  }
  .project-detail-text-left,
  .project-detail-text-right {
    padding-left: var(--size);
    padding-right: var(--size);
  }
  .project-detail-image-grid .image-grid {
    grid-template-columns: 1fr;
  }
  a.detail-large,
  a.detail-small {
    grid-column: span 1;
  }
  .footer-links {
    align-items: center;
  }
}

@media screen and (max-width: 575px) {
  a.cta_button, button.cta_button {
    min-width: fit-content;
  }
}