@import url(source/swiper-min.css);
@import url(source/reboot-min.css);
@import url(source/grid-min.css);
@font-face {
  font-family: "SofiaPro";
  src: url("../fonts/sofia_pro/SofiaPro-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "SofiaPro";
  src: url("../fonts/sofia_pro/SofiaPro-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "SofiaPro";
  src: url("../fonts/sofia_pro/SofiaPro-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "SofiaPro";
  src: url("../fonts/sofia_pro/SofiaProSemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

h1 {
  font-size: 82px;
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -4px;
  color: #474444;
  margin-bottom: 20px; }

h2 {
  letter-spacing: -2px; }

p {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 200; }

:root {
  --swiper-theme-color: #5F4E45; }

body {
  color: #777575;
  font-family: "SofiaPro";
  overflow-y: hidden;
  height: 100vh;
  position: relative; }

a {
  color: #777575; }

.fade-overlay {
  background: #fff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999; }

#wrapper {
  height: 100%; }

header {
  position: fixed;
  width: 100%;
  margin-top: 33px;
  z-index: 100; }
  header .container-fluid {
    padding: 0; }
  header nav {
    align-self: baseline; }

#logo-box img {
  width: 195px; }

#header-box {
  display: flex;
  justify-content: space-between; }
  #header-box .header-icon {
    display: flex;
    align-items: center;
    cursor: pointer; }
    #header-box .header-icon > div:first-of-type {
      margin-right: 15px; }
    #header-box .header-icon span {
      font-size: 15px; }
    #header-box .header-icon a {
      text-decoration: none; }

#home-icon img {
  height: 32px; }

#header-line {
  flex-grow: 1;
  margin: 0 30px;
  align-self: baseline;
  position: relative; }
  #header-line .status-bar {
    position: relative;
    width: 100%;
    transform: translateY(-12px); }
    #header-line .status-bar hr {
      border-top: 0;
      left: 0;
      position: absolute;
      top: 0; }

.status-bar__default {
  border-bottom: 1px solid #967B6C;
  width: 100%; }

.status-bar__indicator {
  border-bottom: 3px solid #5F4E45;
  transform: translateY(-1px);
  z-index: 1;
  width: 0; }

.status-points {
  width: calc(100% + 3px);
  height: 6.5px;
  position: absolute;
  transform: translateY(-6.8px);
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; }
  .status-points .point {
    position: relative;
    height: 6.5px;
    width: 6.5px;
    background: #5F4E45;
    border-radius: 50%; }

#menu-icon-box {
  height: 30px;
  width: 30px;
  position: relative;
  border: 1px solid #777575;
  border-color: #777575;
  border-radius: 0 0 10px 0;
  text-align: center;
  z-index: 9;
  transition: all 0.3s ease-in-out; }
  #menu-icon-box #menu-icon {
    position: relative;
    transform: translate(-50%, -50%);
    top: 45%;
    left: 50%;
    width: 17px; }
    #menu-icon-box #menu-icon span {
      position: absolute;
      width: 17px;
      height: 2px;
      border-radius: 1px;
      background: #777575;
      transition: all 0.3s ease-in-out;
      left: 0; }
      #menu-icon-box #menu-icon span:nth-of-type(1) {
        transform: translateY(5px); }
      #menu-icon-box #menu-icon span:nth-of-type(2) {
        transform: rotate(0deg); }
      #menu-icon-box #menu-icon span:nth-of-type(3) {
        transform: rotate(0deg); }
      #menu-icon-box #menu-icon span:nth-of-type(4) {
        transform: translateY(-5px); }
    #menu-icon-box #menu-icon.active-menu-icon span {
      background: #ffffff; }
      #menu-icon-box #menu-icon.active-menu-icon span:nth-of-type(1) {
        transform: translateY(0);
        background: rgba(119, 117, 117, 0); }
      #menu-icon-box #menu-icon.active-menu-icon span:nth-of-type(2) {
        transform: rotate(45deg);
        transition-delay: 0.3s; }
      #menu-icon-box #menu-icon.active-menu-icon span:nth-of-type(3) {
        transform: rotate(-45deg);
        transition-delay: 0.3s; }
      #menu-icon-box #menu-icon.active-menu-icon span:nth-of-type(4) {
        transform: translateY(0);
        background: rgba(119, 117, 117, 0); }

.active-menu-icon-box {
  border-color: #fff !important; }

#overlay-nav {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background: #6F392C url("../img/wood_vector_dark.svg") no-repeat -400px -200px;
  background-size: 110%;
  top: -33px;
  left: 0;
  display: none; }
  #overlay-nav .container-fluid {
    height: 100%; }
  #overlay-nav #main-nav {
    height: 100%;
    display: flex;
    align-items: center; }
  #overlay-nav .row {
    width: 100%; }
  #overlay-nav .col-4 ul li {
    margin-bottom: 90px; }
    #overlay-nav .col-4 ul li a {
      text-decoration: none; }
      #overlay-nav .col-4 ul li a h2 {
        line-height: 1.3;
        font-size: 60px;
        font-weight: 200;
        color: #fff;
        position: relative; }
        #overlay-nav .col-4 ul li a h2:after {
          content: '';
          position: absolute;
          height: 1px;
          width: 100%;
          bottom: 0;
          left: 0;
          background: #fff; }
    #overlay-nav .col-4 ul li p {
      color: #fff;
      font-size: 12px;
      font-weight: 200; }
      #overlay-nav .col-4 ul li p strong a {
        color: #fff; }
    #overlay-nav .col-4 ul li:last-of-type {
      margin-bottom: 0; }
    #overlay-nav .col-4 ul li.active-menu-link a h2 {
      font-weight: 600; }
      #overlay-nav .col-4 ul li.active-menu-link a h2:before {
        content: '';
        position: absolute;
        height: 3px;
        width: 80%;
        bottom: -1px;
        left: 0;
        background: #fff;
        border-radius: 50px; }

main {
  height: calc(100% - 100px);
  position: relative;
  background-size: 43%;
  z-index: 99; }
  main.wood-vector-background-right {
    background: #fff url("../img/wood_vector_light.svg") no-repeat 790px 100px; }
  main.wood-vector-background-left {
    background: #fff url("../img/wood_vector_light_2.svg") no-repeat -240px -110px; }
  main > .container-fluid {
    height: calc(100% - 100px);
    position: relative;
    top: 100px;
    margin: 0;
    padding: 0; }

.horizontal-wrapper {
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  scrollbar-width: none;
  position: relative;
  transform: translateY(-52%);
  top: 50%; }
  .horizontal-wrapper .container-fluid {
    min-height: 100%;
    margin: 0;
    padding: 0 4.5rem 0; }
    .horizontal-wrapper .container-fluid > div.row {
      flex-wrap: nowrap; }
    .horizontal-wrapper .container-fluid .row {
      padding: 0; }

.wrapper-img {
  box-sizing: border-box;
  position: relative; }
  .wrapper-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .wrapper-img .border-radius-top-left {
    border-radius: 2rem 0 0 0; }
  .wrapper-img .border-radius-bottom-right {
    border-radius: 0 0 3.5rem 0; }
  .wrapper-img .border-radius-bot-left {
    border-radius: 0 0 0 6rem; }
  .wrapper-img.small {
    height: 200px; }
  .wrapper-img.mid {
    height: 270px; }
  .wrapper-img.big {
    height: 350px; }
  .wrapper-img.full {
    height: 550px; }
  .wrapper-img.pad-bot {
    padding-bottom: 0.75rem; }
  .wrapper-img.pad-top {
    padding-top: 0.75rem; }
  .wrapper-img.background:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 75%;
    height: 100%;
    background: #777575 url("../img/wood_vector_gray.svg") no-repeat -100px 30px;
    background-size: 120%;
    z-index: -2;
    border-radius: 2rem 0 0 6rem; }

.gradient-background {
  background: linear-gradient(45deg, #5F4E45 60%, #967B6C 150%);
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  .gradient-background h3 {
    font-weight: 200;
    font-size: 31px;
    color: #C5A893;
    z-index: 2; }
  .gradient-background:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url("../img/wood_vector_brown.svg") no-repeat -100px 30px;
    background-size: 120%;
    z-index: 1;
    border-radius: 2rem 0 0 6rem; }

.horizontal-wrapper::-webkit-scrollbar {
  display: none; }

.scroll__element {
  scroll-snap-align: center; }

.workshop-text {
  margin-bottom: 50px; }
  .workshop-text p {
    max-width: 450px; }

.showroom-text p {
  max-width: 450px; }

.mar-auto {
  margin: auto; }

.swiper-container {
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  margin: 0 0 0 15px; }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.swiper-slide {
  transition: opacity .75s ease-in; }
  .swiper-slide .slide-inner {
    width: 100%;
    position: relative;
    height: 100%; }
    .swiper-slide .slide-inner img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      border-radius: 2rem 0 3.5rem 6rem; }
  .swiper-slide::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    top: 0;
    left: 0;
    z-index: 99;
    border-radius: 2rem 0 3.5rem 6rem;
    transition: background 0.5s ease; }
  .swiper-slide.swiper-slide-next::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    top: 0;
    left: 0;
    z-index: 99;
    border-radius: 2rem 0 3.5rem 6rem; }

.swiper-navigation {
  width: 100%;
  height: 27px;
  position: relative;
  margin-top: 50px; }

.swiper-number-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.swiper-progress {
  height: 1px !important;
  width: calc(100% - 90px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  .swiper-progress span {
    height: 3px !important;
    top: -1px !important; }

.swiper-button-next {
  display: block;
  margin: 0 0 0 auto;
  position: relative;
  right: 0;
  top: 50%;
  height: 27px;
  transform: translateY(-50%);
  width: 27px; }

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: '';
  background: #fff url("../img/icons/arrow.svg") no-repeat center;
  background-size: 6px;
  height: 25px;
  width: 25px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 10px 0;
  border: 1px solid #777575; }

#swiper-text {
  position: absolute;
  top: calc(50% - 30px);
  transform: translateY(-50%);
  left: 650px; }
  #swiper-text h1 {
    line-height: 1.1;
    margin: 0; }
    #swiper-text h1 span {
      display: block;
      font-weight: 200; }
      #swiper-text h1 span.active {
        color: #6F392C;
        font-weight: 600; }

footer {
  position: fixed;
  width: 100%;
  z-index: 9;
  bottom: 0; }
  footer .container-fluid {
    padding: 0; }

.active-tab {
  box-shadow: inset 0 30px 30px rgba(0, 0, 0, 0.1); }

.tabs {
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px; }
  .tabs a {
    text-decoration: none; }

.tablinks {
  cursor: pointer;
  width: 15%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
  flex-wrap: nowrap;
  text-align: center; }
  .tablinks img {
    height: 38px;
    margin-bottom: 7px; }
  .tablinks p {
    font-size: 15px;
    line-height: 1;
    font-weight: 400; }
  .tablinks.active-tab-icon {
    background: #fff;
    border-radius: 0 0 25px 25px;
    box-shadow: 0px 0px 20px 20px rgba(0, 0, 0, 0.1);
    opacity: 1 !important; }
