@charset "UTF-8";

@font-face {
  font-family: "cabinet_groteskbold";
  src: url("../fonts/cabinetgrotesk-bold-webfont.eot");
  src: url("../fonts/cabinetgrotesk-bold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/cabinetgrotesk-bold-webfont.woff2") format("woff2"),
    url("../fonts/cabinetgrotesk-bold-webfont.woff") format("woff"),
    url("../fonts/cabinetgrotesk-bold-webfont.ttf") format("truetype"),
    url("../fonts/cabinetgrotesk-bold-webfont.svg#cabinet_groteskbold")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "cabinet_groteskmedium";
  src: url("../fonts/cabinetgrotesk-medium-webfont.eot");
  src: url("../fonts/cabinetgrotesk-medium-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/cabinetgrotesk-medium-webfont.woff2") format("woff2"),
    url("../fonts/cabinetgrotesk-medium-webfont.woff") format("woff"),
    url("../fonts/cabinetgrotesk-medium-webfont.ttf") format("truetype"),
    url("../fonts/cabinetgrotesk-medium-webfont.svg#cabinet_groteskmedium")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "cabinet_groteskregular";
  src: url("../fonts/cabinetgrotesk-regular-webfont.eot");
  src: url("../fonts/cabinetgrotesk-regular-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/cabinetgrotesk-regular-webfont.woff2") format("woff2"),
    url("../fonts/cabinetgrotesk-regular-webfont.woff") format("woff"),
    url("../fonts/cabinetgrotesk-regular-webfont.ttf") format("truetype"),
    url("../fonts/cabinetgrotesk-regular-webfont.svg#cabinet_groteskregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "space_groteskmedium";
  src: url("../fonts/spacegrotesk-medium-webfont.eot");
  src: url("../fonts/spacegrotesk-medium-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/spacegrotesk-medium-webfont.woff2") format("woff2"),
    url("../fonts/spacegrotesk-medium-webfont.woff") format("woff"),
    url("../fonts/spacegrotesk-medium-webfont.ttf") format("truetype"),
    url("../fonts/spacegrotesk-medium-webfont.svg#space_groteskmedium")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "space_groteskregular";
  src: url("../fonts/spacegrotesk-regular-webfont.eot");
  src: url("../fonts/spacegrotesk-regular-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/spacegrotesk-regular-webfont.woff2") format("woff2"),
    url("../fonts/spacegrotesk-regular-webfont.woff") format("woff"),
    url("../fonts/spacegrotesk-regular-webfont.ttf") format("truetype"),
    url("../fonts/spacegrotesk-regular-webfont.svg#space_groteskregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "cabinet_groteskregular", var(--default-font-family);
}
.review-author {
  font-family: "cabinet_groteskbold", var(--default-font-family);
}
.footer h3 {
  font-family: "cabinet_groteskmedium", var(--default-font-family);
}
.title_box,
.slider-heading,
.slider-bottom-text,
.nav-title-wrapper h3.nav-title,
.larger-text,
.gallery_tabs .nav-pills .nav-link,
.footer_contact {
  font-family: "space_groteskmedium", var(--default-font-family);
}
.cta-section p {
  font-family: "space_groteskregular", 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: #1f1f1f; /* text */
  --main-color-hover: #e20000; /* text hover */
  --main-bg-color: #fff; /* bg */
  --main-bg-color-grey: #1f1f1f; /* tmava siva */
  --main-bg-color-grey-light: #e5e3dd; /* svetla bezova */
  --main-bg-color-custom: #e20000; /* cervena */
  --bg-color-red: 0;
  --bg-color-green: 0;
  --bg-color-blue: 0;
}

html {
  font-size: 20px;
}
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 {
  position: relative;
  overflow: hidden;
  border-width: 1.5px;
  border-style: solid;
  isolation: isolate;
}
a.cta_button__a {
  color: var(--main-color);
  border-color: var(--main-color);
}
a.cta_button__a:hover {
  color: var(--white);
}
a.cta_button__b {
  color: var(--white);
  border-color: var(--main-bg-color-custom);
}
a.cta_button__b:hover {
  color: var(--whiter);
}
a.cta_button .text {
  font-size: 0.9rem;
  padding-right: 40px;
}
a.cta_button .arrow {
  width: 25px;
}
a.cta_button .arrow img {
  position: relative;
  top: -0.5em;
  right: -0.7em;
}
a.cta_button__a .arrow {
  filter: invert(0);
}
a.cta_button__a:hover .arrow {
  filter: invert(1);
}
a.cta_button__b .arrow {
  filter: invert(1);
}
a.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 {
  background-color: var(--main-color);
}
a.cta_button__b:before {
  background-color: var(--main-bg-color-custom);
}
a.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) * 6);
  padding-right: calc(var(--size) * 6);
}
.box_padding_vertical {
  padding-top: calc(var(--size) * 9.33);
  padding-bottom: calc(var(--size) * 9.33);
}
.img-object-fit {
  object-fit: cover;
}
.higher-z-index {
  z-index: 100;
}
.isolation {
  isolation: isolate;
}
.custom-relative {
  position: absolute;
}
.row-smaller-gutters {
  margin-left: -12px;
  margin-right: -12px;
}
.row-smaller-gutters > [class^="col-"],
.row-smaller-gutters > [class*=" col-"] {
  padding-left: 12px;
  padding-right: 12px;
}
.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 {
  background-position: center 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.object-line:before {
  position: absolute;
  width: 1px;
  content: "";
  z-index: 10;
}
.object-line-a:before {
  top: 0;
  left: 25%;
  height: 270px;
  background: var(--main-bg-color-custom);
}
.object-line-b:before {
  top: 0;
  left: 50%;
  height: calc(100% + 60px);
  background: linear-gradient(
    to bottom,
    var(--white) calc(100% - 60px),
    var(--main-bg-color-custom) 60px
  );
}

.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 small {
  font-size: 100%;
  color: inherit;
}

/* Animate */

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* 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(--black);
  padding-top: 10px;
  padding-bottom: 10px;
  -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 {
  position: absolute;
  top: 50px;
  left: calc(var(--size) * 6);
  z-index: 100;
}
.header.scroll .main_logo {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.main_logo img {
  width: 215px;
}
.main_logo.scroll img {
  width: 100px;
}

.mainNavigation {
  padding: 0;
}
.mainNavigation .navbar-nav {
  margin: 0;
}
.mainNavigation a.nav-link {
  position: relative;
  font-size: 1rem;
  color: var(--white) !important;
  text-transform: uppercase;
  line-height: 40px;
  margin-right: 40px;
  padding: 0 !important;
  border-bottom: 0;
}
.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;
  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 {
  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: 0.89rem !important;
  color: var(--white);
  line-height: 30px !important;
  background-color: var(--main-bg-color-grey);
  margin-left: 0 !important;
  border-bottom: 1px solid #404040;
  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: var(--main-bg-color-custom);
}

/* 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 {
  width: 100%;
  height: 100vh;
}
.slider-wrapper .owl-carousel,
.slider-wrapper .item {
  height: 100vh;
}
.slider-wrapper-in {
  height: 40vh;
}
.slider-wrapper-in .owl-carousel,
.slider-wrapper-in .item {
  height: 40vh;
}
.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: rgba(0, 0, 0, 0.35);
}
.slider-left-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-right: 1px solid rgba(255, 255, 255, 0.6);
  z-index: 1;
}

.slider-heading {
  top: 10%;
  font-size: calc((75vw - 4.5rem) / 7);
  color: var(--white);
  line-height: 1;
  z-index: 2;
}
.slider-bottom-text {
  bottom: 5%;
  left: 20%;
  z-index: 2;
  font-size: calc(18px + (30 - 18) * ((100vw - 320px) / (1920 - 320)));
  color: var(--white);
}
.slider-bottom-text .slider-text-padding-2nd {
  padding-left: 120px;
}
.slider-bottom-text .slider-text-padding-3rd {
  padding-left: 240px;
}

/* Main-Content ............................................................... */

/* About-Us */

.about-us-section {
  position: relative;
}
.about-us-section .offset-img {
  padding-top: calc(var(--size) * 12);
}
.image-wrapper {
  position: relative;
  overflow: hidden;
}
.image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}
.reveal-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

/* Offer */

.no-gutters-custom {
  margin-left: -2px;
  margin-right: -2px;
}
.col-custom {
  padding-left: 2px;
  padding-right: 2px;
}
.middle-section::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    var(--main-bg-color-custom) 100%
  );
  z-index: 1;
}
.middle-section .nav-box {
  overflow: hidden;
  position: relative;
  text-decoration: none;
  color: var(--white);
  border-bottom: 0;
}
.middle-section .nav-image-wrapper {
  height: 900px;
  overflow: hidden;
  position: relative;
}
.middle-section .nav-image-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  z-index: 1;
}
.middle-section .nav-box:hover .nav-image-wrapper:before {
  opacity: 1;
}
.middle-section .nav-content {
  z-index: 2;
  top: 0;
  left: 0;
  padding: calc(var(--size) * 6);
}
.middle-section .nav-content:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  content: "";
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: -1;
}
.middle-section .nav-box .nav-description {
  opacity: 0;
}
.middle-section .nav-box:hover .nav-description {
  opacity: 1;
}
.nav-title-wrapper h3.nav-title {
  font-size: 2.4rem;
  line-height: 1.2;
}
.nav-arrow {
  width: 90px;
  height: 90px;
  border: 2px solid var(--main-bg-color-custom);
}
.nav-arrow img {
  width: 25px;
  filter: invert(1);
}
.bottom-section-left {
  padding-right: calc(var(--size) * 10);
}
.bottom-section-right {
  padding-left: calc(var(--size) * 10);
}
.larger-text {
  font-size: calc((75vw - 4.5rem) / 14);
  line-height: 1.2;
}

/* Gallery */

.gallery_tabs .nav-pills .nav-link {
  font-size: 1.3rem;
  color: var(--main-color);
  text-transform: uppercase;
  margin-bottom: 15px;
  padding: 0 5px;
  border: 0;
  border-radius: 0;
}
.gallery_tabs .nav-pills .nav-link.active {
  color: var(--main-color);
  text-decoration: underline;
  background-color: transparent;
}
.gallery_container {
  margin-bottom: 24px;
}
a.gallery_nav:hover img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

/* Reviews */

.review {
  background-color: #edecea;
  padding: 75px;
}
.reviewsWrapper .owl-theme .owl-dots .owl-dot.active span {
  background-color: var(--main-bg-color-grey);
}
.reviewsWrapper .owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  background-color: #edecea;
  margin-top: 30px;
}

/* CTA - Contact */

.cta-image-wrapper {
  height: 860px;
}
.cta-section p {
  font-size: 1.8rem;
  line-height: 1.2;
}

/* Footer ............................................................... */

.footer {
  font-size: 0.95rem;
  line-height: 1.6;
}
.footer:before {
  content: "";
  background: url("../images/footer-background.svg") right 50% no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
}
.footer .container-fluid {
  padding-left: calc(var(--size) * 6);
  padding-right: calc(var(--size) * 18);
}
.footer h3 {
  font-size: 0.9rem;
  line-height: inherit;
}
.footer a {
  border-bottom: 0;
}
.footer_top_logo img {
  max-width: 170px;
}
.footer_contact {
  font-size: 1.8rem;
  line-height: 1.2;
}
a.footer_social {
  width: 85px;
  height: 85px;
  font-size: 1.8rem;
  color: var(--white);
  background-color: var(--main-bg-color-grey);
}
a.footer_social:hover {
  background-color: var(--main-bg-color-custom);
}

/* Effects ............................. */

a,
a.cta_button,
a.cta_button .arrow,
a.cta_button:before,
.mainNavigation a.nav-link span:after,
.mainNavigation .dropdown-menu a.dropdown-item,
.middle-section .nav-image-wrapper:before,
.middle-section .nav-box .nav-description,
a.gallery_nav img,
a.footer_social {
  -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: 18px;
  }
  .main_logo img {
    width: 180px;
  }
  .mainNavigation a.nav-link {
    margin-right: 30px;
  }
  .middle-section .nav-image-wrapper {
    height: 650px;
  }
  .middle-section .nav-content {
    padding: calc(var(--size) * 4.66);
  }
  .cta-image-wrapper {
    height: 750px;
  }
  .footer_contact {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 1366px) {
  html {
    font-size: 16px;
  }
  a.cta_button .text {
    padding-right: 25px;
  }
  a.cta_button .arrow {
    width: 18px;
  }
  .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.65);
    padding-bottom: calc(var(--size) * 6.65);
  }
  .row-smaller-gutters {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row-smaller-gutters > [class^="col-"],
  .row-smaller-gutters > [class*=" col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .object-line-a:before {
    height: 190px;
  }
  .object-line-b:before {
    height: calc(100% + 45px);
    background: linear-gradient(
      to bottom,
      var(--white) calc(100% - 45px),
      var(--main-bg-color-custom) 45px
    );
  }
  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .main_logo {
    top: 35px;
    left: calc(var(--size) * 4.66);
  }
  .main_logo img {
    max-width: 155px;
  }
  .mainNavigation a.nav-link {
    line-height: 36px;
    margin-right: 25px;
  }
  .slider-bottom-text .slider-text-padding-2nd {
    padding-left: 80px;
  }
  .slider-bottom-text .slider-text-padding-3rd {
    padding-left: 160px;
  }
  .about-us-section .offset-img {
    padding-top: calc(var(--size) * 8);
  }
  .middle-section .nav-content {
    padding: calc(var(--size) * 3) calc(var(--size) * 4.66);
  }
  .nav-title-wrapper h3.nav-title {
    font-size: 1.87rem;
  }
  .nav-arrow {
    width: 65px;
    height: 65px;
  }
  .nav-arrow img {
    width: 20px;
  }
  .bottom-section-left {
    padding-right: calc(var(--size) * 6.65);
  }
  .bottom-section-right {
    padding-left: calc(var(--size) * 6.65);
  }
  .gallery_tabs .nav-pills .nav-link {
    font-size: 1.12rem;
    margin-bottom: 10px;
  }
  .gallery_container {
    margin-bottom: 20px;
  }
  .review {
    padding: 45px;
  }
  .reviewsWrapper .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin-top: 20px;
  }
  .cta-image-wrapper {
    height: 600px;
  }
  .cta-section p {
    font-size: 1.56rem;
  }
  .footer .container-fluid {
    padding-left: calc(var(--size) * 4.66);
    padding-right: calc(var(--size) * 16);
  }
  .footer_top_logo img {
    max-width: 120px;
  }
  a.footer_social {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 1200px) {
  a.cta_button .arrow img {
    top: -0.3em;
    right: -0.6em;
  }
  .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: 10px;
    padding-bottom: 10px;
  }
  .header.scroll {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .main_logo {
    top: 15px;
    left: calc(var(--size) * 2);
  }
  .main_logo img {
    max-width: 110px;
  }
  .main_logo.scroll img {
    width: 65px;
  }
  .mainNavigation a.nav-link {
    line-height: 32px;
    margin-right: 15px;
  }
  .about-us-section .offset-img {
    padding-top: calc(var(--size) * 6);
  }
  .middle-section .nav-image-wrapper {
    height: 450px;
  }
  .middle-section .nav-content {
    padding: calc(var(--size) * 3) calc(var(--size) * 2);
  }
  .nav-title-wrapper h3.nav-title {
    font-size: 1.57rem;
  }
  .nav-arrow {
    width: 40px;
    height: 40px;
  }
  .nav-arrow img {
    width: 15px;
  }
  .bottom-section-left {
    padding-right: calc(var(--size) * 4);
  }
  .bottom-section-right {
    padding-left: calc(var(--size) * 4);
  }
  .review {
    padding: 30px;
  }
  .footer .container-fluid {
    padding-left: calc(var(--size) * 2);
    padding-right: calc(var(--size) * 12);
  }
  .footer_contact {
    font-size: 1.3rem;
  }
}

@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);
  }
  .object-line-a:before {
    display: none;
  }
  .header {
    position: relative !important;
    background-color: var(--main-bg-color-grey);
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    animation: none !important;
  }
  .main_logo {
    top: 10px;
    left: 15px;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
  .main_logo img {
    width: 100px !important;
  }
  .mainNavigation .nav-item {
    text-align: center;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .mainNavigation a.nav-link {
    font-size: 1rem;
    margin-right: 0;
    padding-left: 0 !important;
  }
  .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(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: 500px;
  }
  .slider-wrapper .owl-carousel,
  .slider-wrapper .item {
    height: 500px;
  }
  .slider-wrapper-in {
    height: 250px;
  }
  .slider-wrapper-in .owl-carousel,
  .slider-wrapper-in .item {
    height: 250px;
  }
  .slider-wrapper-in .slider-image:before {
    display: none;
  }
  .slider-left-bg {
    display: none;
  }
  .slider-bottom-text {
    bottom: 5%;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .slider-bottom-text span {
    padding-left: 0 !important;
  }
  .about-us-section .offset-img {
    padding-top: 0;
  }
  .middle-section .nav-content {
    padding: calc(var(--size) * 3) var(--size);
  }
  .footer .container-fluid {
    padding-left: var(--size);
    padding-right: var(--size);
  }
  .footer:before {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .custom-relative {
    position: relative;
  }
  .object-line-b:before {
    display: none;
  }
  .bottom-section {
    padding-top: calc(var(--size) * 3) !important;
  }
  .col-custom {
    margin-bottom: 1rem;
  }
  .middle-section::before {
    display: none;
  }
  .middle-section .nav-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .middle-section .nav-content:before {
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.55);
    z-index: -1;
  }
  .middle-section .nav-box .nav-description {
    opacity: 1;
  }
  .bottom-section-left {
    padding-right: 0;
  }
  .bottom-section-right {
    padding-left: 0;
  }
  .larger-text {
    font-size: 3.5rem;
  }
  .cta-image-wrapper {
    height: 450px;
  }
  .cta-section p {
    font-size: 1.37rem;
  }
}

@media screen and (max-width: 575px) {
  .slider-heading {
    top: 5%;
    font-size: calc((75vw - 1rem) / 5);
    line-height: 1.2;
  }
}

@media screen and (max-width: 480px) {
  .cta-image-wrapper {
    height: 300px;
  }
}

.mainNavigation .dropdown-menu > a.hi {
  color: var(--white);
  background-color: var(--main-bg-color-custom);
}

.mainNavigation a.hi span:after {
  width: 100%;
  opacity: 1;
}