@charset "UTF-8";
@font-face {
  font-family: 'Chalet';
  src: url("fonts/Chalet-ParisNineteenSixty.ttf");
  font-weight: normal;
  font-style: normal; }
/* CSS Document */
/*------------------------------------*\
RESET
\*------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
section, article, aside, footer, header, hgroup, nav, .h6, .h5, .h4, .h3, .h2, .h1 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  transition: .2s ease-in-out;
  color: inherit;
  text-decoration: none; }

a:hover {
  text-decoration: none;
  color: #AEADAD; }

ul {
  margin: 0; }

strong {
  font-weight: bold; }

b {
  font-weight: 600; }

i {
  font-style: italic; }

button {
  border: none;
  background: none; }

textarea {
  resize: none; }

p {
  line-height: 1.5; }

div::-webkit-scrollbar {
  width: 0 !important; }

div {
  overflow: -moz-scrollbars-none; }

div {
  -ms-overflow-style: none; }

button:focus {
  outline: none; }

input:focus, input[type="checkbox"]:focus {
  outline: none; }

textarea:focus {
  outline: none; }

select:focus {
  outline: none; }

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  background: #000;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.instructions {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  padding: 25px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
  display: none; }
  .instructions p {
    color: #333;
    line-height: 1;
    font-size: 20px;
    font-weight: 600; }

@media (min-width: 992px) {
  .wrapper {
    display: flex;
    flex-direction: row;
    width: 1130vw;
    overflow-y: hidden;
    transform: rotate(90deg) translateY(-100vh);
    transform-origin: top left;
    scroll-snap-type: y mandatory; }

  .outer-wrapper {
    width: 100vh;
    height: 100vw;
    transform: rotate(-90deg) translateX(-100vh);
    transform-origin: top left;
    overflow-y: scroll;
    overflow-x: hidden;
    position: absolute; }

  .slide_section {
    position: relative;
    z-index: 2;
    width: 100vw;
    height: 100vh;
    padding-left: 70px;
    scroll-snap-align: start;
    background: #000; } }
/* hamburger menu btn */
/* hamburger */
.hamburger {
  padding: 20px 20px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }

.hamburger:hover {
  opacity: 0.7; }

.hamburger.is-active:hover {
  opacity: 0.7; }

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff; }

.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 1px;
  background-color: #fff;
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -8px; }

.hamburger-inner::after {
  bottom: -8px; }

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-6px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-6px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease; }

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease; }

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/* hamburger menu btn end */
/* menu */
.menu_bar {
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.8);
  padding-top: 20px;
  z-index: 10;
  border-right: 1px solid #fff; }
  .menu_bar .social {
    position: absolute;
    bottom: 10px;
    width: 100%; }
    .menu_bar .social img {
      display: block;
      margin: 0 auto 15px; }
  .menu_bar .logo_desk {
    width: 35px;
    position: absolute;
    bottom: 140px;
    left: 50%;
    transform: translate(-50%, 0);
    cursor: pointer; }
  .menu_bar .section_title {
    display: none;
    font-family: "Chalet";
    transform: rotate(-90deg);
    width: 100vh;
    transform-origin: center center;
    height: 100vh;
    position: absolute;
    bottom: 0;
    top: 0;
    text-align: right;
    padding: 17px 23vh 0 30vh;
    font-size: 24px;
    transition: opacity 0.2s ease-in-out;
    z-index: -1; }

.menu {
  background: #2D2D2D;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: 0;
  z-index: 9;
  padding: 50px 0px 30px 70px;
  width: 100vw;
  height: 100vh;
  left: calc(-100vw - 10px);
  transition-duration: 1s; }
  .menu .logo {
    width: 100%;
    margin-bottom: 9vh; }
  .menu ul {
    padding-left: 10%;
    position: relative; }
    .menu ul img {
      position: absolute;
      width: 55px;
      transition: all 0.5s ease-in-out;
      left: calc(20% - 95px);
      z-index: 2; }
    .menu ul li {
      position: relative;
      font-family: 'Chalet';
      font-size: 55px;
      margin-bottom: 20px;
      cursor: pointer;
      padding-left: 10%; }
      .menu ul li a {
        display: inline-block; }
      .menu ul li.active img {
        visibility: visible;
        opacity: 1; }
      .menu ul li:hover img {
        transition: 1s ease-in-out;
        visibility: visible;
        opacity: 1;
        animation: shake 0.6s cubic-bezier(0.36, 0.07, 0.19, 0.97) both; }
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0); }
  20%, 80% {
    transform: translate3d(1px, 0, 0); }
  30%, 50%, 70% {
    transform: translate3d(-2px, 0, 0); }
  40%, 60% {
    transform: translate3d(2px, 0, 0); } }
  .menu.active {
    left: 0; }

.parallax_box {
  position: fixed;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100vh;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  z-index: 0; }

h2 {
  font-size: 85px; }

.nav_controls {
  position: absolute;
  bottom: 30px;
  left: 140px; }
  .nav_controls .go_forward {
    opacity: 0.8;
    transition: 0.4s;
    width: 70px;
    cursor: pointer;
    animation: float 4s ease-in-out infinite; }
    .nav_controls .go_forward:hover {
      opacity: 1; }
  .nav_controls .go_back {
    position: absolute;
    opacity: 0.8;
    transition: 0.4s;
    left: -40px;
    bottom: -5px;
    width: 40px;
    cursor: pointer;
    animation: float2 4s ease-in-out infinite; }
    .nav_controls .go_back:hover {
      opacity: 1; }

@keyframes float {
  0% {
    transform: translatey(0px); }
  50% {
    transform: translatey(-10px); }
  100% {
    transform: translatey(0px); } }
@keyframes float2 {
  0% {
    transform: translatex(0px); }
  50% {
    transform: translatex(5px); }
  100% {
    transform: translatex(0px); } }
/* menu end*/
.vertical_text {
  font-family: "Chalet";
  transform: rotate(-90deg);
  width: 100vh;
  transform-origin: center center;
  height: 100vh;
  position: absolute;
  bottom: 0;
  top: 0;
  text-align: right;
  padding: 30px 10vh; }

.my_btn {
  position: relative;
  border: none;
  background: none;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  margin-left: 30px;
  color: #fff;
  cursor: pointer; }
  .my_btn img {
    position: absolute;
    left: -20px;
    width: 20px; }

.trigger_gallery {
  cursor: pointer; }

/* start slide*/
.slide_section.start {
  position: relative;
  background: url(../img/start_bg.jpg) center;
  background-size: cover; }
  .slide_section.start .logo {
    margin-top: 50px;
    margin-bottom: 100px; }
  .slide_section.start p {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    text-shadow: 2px 2px 6px #000; }
  .slide_section.start .container {
    position: absolute;
    bottom: 8vh; }
  .slide_section.start .arrow {
    cursor: pointer; }

/* what we do */
.slide_section.what_do {
  width: 90vw; }
  .slide_section.what_do .row {
    height: 100vh; }
  .slide_section.what_do [class^='col'] {
    position: relative; }
  .slide_section.what_do .arrow {
    position: absolute;
    bottom: 8vh;
    left: 50%;
    transform: translate(-50%, 0); }
  .slide_section.what_do p {
    margin-bottom: 25px; }
  .slide_section.what_do ul li {
    margin-bottom: 10px; }

/* interior bg */
.slide_section.interior_bg {
  width: 70vw;
  position: relative;
  background: transparent; }

.interior_bg_inner {
  background: url(../img/bar_rendering.jpg) no-repeat fixed;
  background-position: center center;
  background-size: cover; }

/* product type */
.slide_section.product_type {
  display: flex;
  position: relative; }
  .slide_section.product_type .controls {
    position: relative;
    width: 35%;
    padding: 60px 70px; }
    .slide_section.product_type .controls .arrow {
      position: absolute;
      bottom: 8vh;
      right: 60px; }
    .slide_section.product_type .controls ul {
      width: 100%;
      transition: all 1s linear; }
      .slide_section.product_type .controls ul li {
        text-align: right;
        font-family: "Chalet";
        font-size: 50px;
        margin-bottom: 25px;
        cursor: pointer; }
        .slide_section.product_type .controls ul li:hover {
          opacity: 0.8;
          transition: 0.4s; }
      .slide_section.product_type .controls ul.selected_item {
        position: absolute;
        left: 0;
        bottom: 0;
        width: auto;
        padding-left: 30px;
        bottom: calc(8vh + 75px);
        right: 220px; }
        .slide_section.product_type .controls ul.selected_item li {
          font-size: 26px;
          margin-bottom: 0;
          margin-top: 15px; }
          .slide_section.product_type .controls ul.selected_item li.active {
            display: none; }
  .slide_section.product_type .vertical_text {
    visibility: hidden;
    opacity: 0;
    transition: all 1s linear;
    height: auto;
    position: absolute;
    bottom: auto;
    left: -15px;
    top: auto;
    text-align: right;
    padding: 20px 3vh; }
    .slide_section.product_type .vertical_text.selected_item {
      visibility: visible;
      opacity: 1; }
  .slide_section.product_type .info {
    position: absolute;
    visibility: hidden;
    left: 35%;
    z-index: 2;
    width: 25%;
    opacity: 0;
    transition: 0.4s;
    padding-right: 30px;
    padding-left: 50px;
    transition: all 0.3s linear; }
    .slide_section.product_type .info p {
      margin-bottom: 25px; }
    .slide_section.product_type .info .row {
      height: 100vh; }
    .slide_section.product_type .info.selected_item {
      opacity: 1;
      visibility: visible; }
  .slide_section.product_type .image {
    position: relative;
    width: calc((100vw - 35%)/4);
    z-index: 3;
    transition: all 0.3s linear;
    cursor: pointer; }
    .slide_section.product_type .image[data-type="highrise"] {
      background: url(../img/highrise_rendering.jpg) center;
      background-size: cover; }
    .slide_section.product_type .image[data-type="hospitality"] {
      background: url(../img/hospitality_rendering.jpg) center;
      background-size: cover; }
    .slide_section.product_type .image[data-type="corporate"] {
      background: url(../img/corporate_rendering.jpg) center;
      background-size: cover; }
    .slide_section.product_type .image[data-type="procurement"] {
      background: url(../img/bar_rendering.jpg) center;
      background-size: cover; }
    .slide_section.product_type .image.selected_item {
      width: 40%;
      margin-left: 25%; }
      .slide_section.product_type .image.selected_item:hover {
        opacity: 1; }
    .slide_section.product_type .image.non_selected {
      width: 0; }
    .slide_section.product_type .image:hover {
      opacity: 0.7; }

/* who we are */
.slide_section.who_we_are {
  background: url(../img/nino_img.jpg) no-repeat left center #000;
  background-size: auto 100%; }
  .slide_section.who_we_are [class^='col'] {
    position: relative; }
  .slide_section.who_we_are .row {
    height: 100vh; }
  .slide_section.who_we_are .arrow {
    position: absolute;
    bottom: 8vh;
    left: 0; }
  .slide_section.who_we_are .u {
    transform: rotate(180deg);
    margin-top: -15%; }
  .slide_section.who_we_are p {
    margin-bottom: 20px; }

/* couch bg */
.slide_section.couch_bg {
  width: 70vw;
  position: relative;
  background: transparent; }

.couch_bg_inner {
  display: none;
  background: url(../img/couch_rendering.jpg) no-repeat fixed;
  background-position: center;
  background-size: cover; }

/* blog */
.slide_section.blog .row.main {
  height: 100vh; }
.slide_section.blog p.title {
  text-align: center;
  margin-bottom: 30px; }
.slide_section.blog .blog_slider_container {
  position: relative; }
  .slide_section.blog .blog_slider_container .post {
    padding-left: 10px;
    padding-right: 10px; }
    .slide_section.blog .blog_slider_container .post img {
      margin-bottom: 15px; }
    .slide_section.blog .blog_slider_container .post h5 {
      font-family: "Chalet";
      font-size: 24px;
      line-height: 1.1;
      margin-bottom: 15px; }
    .slide_section.blog .blog_slider_container .post p {
      margin-bottom: 15px; }
  .slide_section.blog .blog_slider_container .slider_arrow {
    position: absolute;
    top: 60px;
    width: 10px;
    cursor: pointer; }
    .slide_section.blog .blog_slider_container .slider_arrow.arrow_left {
      left: -20px; }
    .slide_section.blog .blog_slider_container .slider_arrow.arrow_right {
      right: -20px; }
    .slide_section.blog .blog_slider_container .slider_arrow.slick-disabled {
      opacity: 0.3; }

/* blog end */
/* blog post */
.slide_section.blog_post {
  position: fixed;
  top: 0;
  right: auto;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 7;
  left: calc(-100vw - 10px);
  transition-duration: 1s; }
  .slide_section.blog_post.active {
    left: 0; }
  .slide_section.blog_post [class^='col'] {
    position: relative; }
  .slide_section.blog_post h5 {
    font-family: "Chalet";
    font-size: 28px;
    line-height: 1.1;
    margin-bottom: 20px; }
  .slide_section.blog_post .poster {
    margin-bottom: 15px; }
  .slide_section.blog_post .main.row {
    height: 100vh;
    /* Track */
    /* Handle */
    /* Handle on hover */ }
    .slide_section.blog_post .main.row .preview p {
      margin-bottom: 15px; }
    .slide_section.blog_post .main.row .post_content {
      height: 75vh;
      overflow-y: scroll;
      padding-right: 10px; }
      .slide_section.blog_post .main.row .post_content p {
        margin-bottom: 20px; }
      .slide_section.blog_post .main.row .post_content img {
        margin-bottom: 20px; }
    .slide_section.blog_post .main.row .post_content::-webkit-scrollbar {
      width: 7px !important; }
    .slide_section.blog_post .main.row .post_content::-webkit-scrollbar-track {
      box-shadow: inset 0 0 5px #fff;
      border-radius: 10px; }
    .slide_section.blog_post .main.row .post_content::-webkit-scrollbar-thumb {
      background: #fff;
      border-radius: 10px; }
    .slide_section.blog_post .main.row .post_content::-webkit-scrollbar-thumb:hover {
      background: #fff; }

/* blog post end */
/* instagram */
.slide_section.inst_feed .row.main {
  height: 100vh; }
.slide_section.inst_feed p {
  text-transform: uppercase;
  margin-bottom: 30px; }
.slide_section.inst_feed .my_btn {
  margin-top: 30px; }

/* instagram end */
/* team */
.slide_section.team {
  background: url(../img/team_nino_bg.jpg) no-repeat #000;
  background-position: right bottom;
  background-size: contain;
  transition: background 0.3s ease-out; }
  .slide_section.team [class^='col'] {
    position: relative; }
  .slide_section.team .row {
    height: 100vh; }
  .slide_section.team .arrow {
    position: absolute;
    bottom: 8vh;
    left: 0; }
  .slide_section.team .team_selection {
    padding-top: 10vh; }
    .slide_section.team .team_selection .member {
      margin-bottom: 30px;
      cursor: pointer;
      transition: opacity 0.3s linear; }
      .slide_section.team .team_selection .member img {
        transition: 0.4s;
        opacity: 0.3;
        margin-bottom: 10px; }
      .slide_section.team .team_selection .member p {
        font-size: 14px; }
      .slide_section.team .team_selection .member:hover img {
        opacity: 1; }
  .slide_section.team p {
    margin-bottom: 20px; }
  .slide_section.team[data-member="nino"] {
    background: url(../img/team_nino_bg.jpg) no-repeat #000;
    background-position: right bottom;
    background-size: contain; }
    .slide_section.team[data-member="nino"] .team_selection .member[data-id="nino"] img {
      opacity: 1; }
  .slide_section.team[data-member="kent"] {
    background: url(../img/team_kent_bg.jpg) no-repeat #000;
    background-position: right bottom;
    background-size: contain; }
    .slide_section.team[data-member="kent"] .team_selection .member[data-id="kent"] img {
      opacity: 1; }

/* where we’ve been */
.slide_section.work [class^='col'] {
  position: relative; }
.slide_section.work .row.main {
  height: 100vh; }
.slide_section.work .arrow {
  position: absolute;
  bottom: 8vh;
  left: 0; }
.slide_section.work .o {
  width: 130%;
  margin-left: -15%;
  margin-top: -25%; }
.slide_section.work p {
  margin-bottom: 25px; }
.slide_section.work ul {
  margin-bottom: 8vh; }
  .slide_section.work ul li {
    padding-left: 30px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 25px; }
    .slide_section.work ul li img {
      position: absolute;
      left: 0;
      top: -2px; }
.slide_section.work .logos {
  margin-bottom: 40px; }
.slide_section.work .work_type {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer; }
  .slide_section.work .work_type p {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
    text-align: center;
    font-family: "Chalet";
    font-size: 36px;
    z-index: 3; }
  .slide_section.work .work_type .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.7;
    transition: 0.4s;
    z-index: 2; }
  .slide_section.work .work_type:hover .overlay {
    opacity: 0; }

.slide_section.join_team {
  background: url(../img/join_us_bg.jpg) no-repeat #000;
  background-position: right bottom;
  background-size: cover; }
  .slide_section.join_team [class^='col'] {
    position: relative; }
  .slide_section.join_team .arrow {
    position: absolute;
    bottom: 8vh;
    left: 0; }
  .slide_section.join_team .row {
    height: 100vh; }
  .slide_section.join_team p {
    margin-bottom: 25px; }
    .slide_section.join_team p b {
      text-transform: uppercase; }
  .slide_section.join_team ul li {
    margin-bottom: 20px; }

/* contact us */
.slide_section.contact_us {
  position: relative; }
  .slide_section.contact_us [class^='col'] {
    position: relative; }
  .slide_section.contact_us .nav_controls {
    z-index: 4; }
  .slide_section.contact_us .main.row {
    height: 100vh; }
  .slide_section.contact_us .map_container {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 43%;
    background: url(../img/map.jpg) no-repeat #000;
    background-size: cover; }
    .slide_section.contact_us .map_container #map {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 2; }
    .slide_section.contact_us .map_container .map_overlay {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      z-index: 3; }
  .slide_section.contact_us .arrow_back {
    position: absolute;
    top: 3vh;
    right: 130px;
    cursor: pointer; }
  .slide_section.contact_us p {
    margin-bottom: 20px;
    line-height: 1.5; }
    .slide_section.contact_us p.title {
      text-transform: uppercase;
      margin-top: 30px;
      margin-bottom: 10px; }
  .slide_section.contact_us .vertical_text {
    padding-top: 0;
    margin-left: -15px; }
  .slide_section.contact_us form input, .slide_section.contact_us form textarea {
    width: 100%;
    line-height: 52px;
    padding: 0 10px;
    border: none;
    background: rgba(111, 113, 117, 0.35);
    font-size: 17px;
    margin-bottom: 20px;
    color: #fff; }
  .slide_section.contact_us form textarea {
    line-height: 1.4;
    padding: 10px;
    resize: y;
    min-height: 150px; }
  .slide_section.contact_us form button {
    position: relative;
    border: none;
    background: none;
    font-size: 17px;
    text-transform: uppercase;
    margin-left: 30px;
    color: #fff;
    cursor: pointer; }
    .slide_section.contact_us form button img {
      position: absolute;
      left: -25px;
      top: -1px; }
  .slide_section.contact_us form::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */ }
  .slide_section.contact_us form:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff; }
  .slide_section.contact_us form::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff; }
  .slide_section.contact_us .thank_you {
    display: none; }
  .slide_section.contact_us .footer {
    position: absolute;
    right: 75px;
    top: 0;
    bottom: 0;
    width: 100vh;
    height: 80px;
    transform-origin: top right;
    transform: rotate(-90deg);
    padding: 5px 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.75); }
    .slide_section.contact_us .footer .row {
      margin-top: -5px; }
    .slide_section.contact_us .footer p {
      margin-bottom: 0;
      font-size: 10px; }
    .slide_section.contact_us .footer .logo {
      transform: rotate(90deg);
      height: 75px;
      width: auto; }

/* gallery */
.slide_section.gallery {
  position: fixed;
  top: 0;
  right: auto;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 7;
  left: calc(-100vw - 10px);
  transition-duration: 1s; }
  .slide_section.gallery [class^='col'] {
    position: relative; }
  .slide_section.gallery .vertical_text {
    margin-left: -60px;
    text-align: left; }
  .slide_section.gallery .main.row {
    height: 100vh; }
  .slide_section.gallery h3 {
    font-family: "Chalet";
    font-size: 35px;
    margin-bottom: 20px; }
  .slide_section.gallery .info {
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    padding: 20px 0; }
    .slide_section.gallery .info p {
      font-size: 14px;
      margin-bottom: 15px; }
    .slide_section.gallery .info p:last-of-type {
      margin-bottom: 0; }
  .slide_section.gallery .close_icon {
    position: relative;
    cursor: pointer; }
  .slide_section.gallery .image_container {
    position: relative; }
    .slide_section.gallery .image_container p {
      font-family: "Chalet";
      font-size: 18px;
      position: absolute;
      text-align: center;
      width: 100%;
      top: 50%;
      transform: translate(0, -50%);
      line-height: 1.3; }
  .slide_section.gallery .main_slider_container {
    position: relative;
    width: calc(100% - 40px);
    margin: 0 auto; }
    .slide_section.gallery .main_slider_container .slick-dotted.slick-slider {
      margin-bottom: 30px; }
    .slide_section.gallery .main_slider_container img {
      margin-bottom: 10px; }
    .slide_section.gallery .main_slider_container p {
      font-size: 14px;
      text-align: center;
      display: none !important; }
    .slide_section.gallery .main_slider_container .slider_arrow {
      position: absolute;
      top: 45%;
      width: 9px;
      cursor: pointer; }
      .slide_section.gallery .main_slider_container .slider_arrow.arrow_left {
        left: -25px; }
      .slide_section.gallery .main_slider_container .slider_arrow.arrow_right {
        right: -25px; }
    .slide_section.gallery .main_slider_container .image_container {
      position: relative; }
      .slide_section.gallery .main_slider_container .image_container .zoom {
        position: absolute;
        right: 10px;
        bottom: 0px;
        width: 30px;
        cursor: pointer; }
    .slide_section.gallery .main_slider_container .slick-dots {
      position: absolute;
      right: 0px;
      bottom: -10px;
      width: auto;
      left: 50%;
      transform: translate(-50%, 0); }
      .slide_section.gallery .main_slider_container .slick-dots li {
        width: 10px;
        height: 10px;
        margin: 0 4px; }
      .slide_section.gallery .main_slider_container .slick-dots li button:before {
        display: none; }
      .slide_section.gallery .main_slider_container .slick-dots button {
        color: rgba(0, 0, 0, 0);
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.3);
        padding: 0;
        width: 8px;
        height: 8px;
        cursor: pointer; }
      .slide_section.gallery .main_slider_container .slick-dots .slick-active button {
        background: #fff; }
  .slide_section.gallery .slider_container {
    position: relative;
    width: calc(100% - 26px);
    margin: 0 auto; }
    .slide_section.gallery .slider_container img {
      opacity: 0.6; }
    .slide_section.gallery .slider_container .image_container {
      cursor: pointer;
      margin: 0 7px; }
    .slide_section.gallery .slider_container .slider_arrow {
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      width: 9px;
      cursor: pointer; }
      .slide_section.gallery .slider_container .slider_arrow.arrow_left {
        left: -18px;
        opacity: 1; }
      .slide_section.gallery .slider_container .slider_arrow.arrow_right {
        right: -18px;
        opacity: 1; }
  .slide_section.gallery.active {
    left: 0; }
  .slide_section.gallery .inner_controls li {
    font-size: 22px;
    margin-bottom: 13px;
    cursor: pointer; }
    .slide_section.gallery .inner_controls li.active {
      opacity: 0.6; }
    .slide_section.gallery .inner_controls li:last-of-type {
      margin-bottom: 0; }
  .slide_section.gallery .row.inner_controls {
    position: absolute;
    bottom: 0; }

@media (max-width: 1700px) {
  .vertical_text {
    padding: 30px 6vh; }

  .menu .logo {
    margin-bottom: 9vh; }
  .menu ul li {
    font-size: 50px;
    margin-bottom: 15px; }

  h2 {
    font-size: 80px; }

  .slide_section.who_we_are .arrow {
    left: auto;
    right: 0; }

  .slide_section.work .arrow {
    left: auto;
    right: 0; }
  .slide_section.work .vertical_text {
    padding: 30px 2vh; }
  .slide_section.work .work_type p {
    font-size: 30px; }

  .slide_section.team .vertical_text {
    padding-top: 0; } }
@media (min-width: 991px) and (max-height: 700px) {
  .menu_bar {
    background-size: 25% auto; }
    .menu_bar .social {
      bottom: 5px; }

  .menu {
    padding-top: 20px; }
    .menu .logo {
      margin-bottom: 60px; }
    .menu ul img {
      width: 55px;
      left: calc(20% - 85px); }
    .menu ul li {
      font-size: 50px; }

  h2 {
    font-size: 70px; }

  .slide_section.product_type .controls ul li {
    margin-bottom: 20px; }
  .slide_section.product_type .controls .arrow {
    bottom: 5vh; }
  .slide_section.product_type .info {
    padding-right: 20px;
    padding-left: 30px; }

  .slide_section.contact_us p {
    margin-bottom: 15px; }
  .slide_section.contact_us form input {
    line-height: 40px;
    margin-bottom: 15px; }
  .slide_section.contact_us form textarea {
    min-height: 120px; }
  .slide_section.contact_us .footer p {
    font-size: 9px; } }
@media (max-height: 650px) {
  .menu_bar {
    padding-top: 0; }
    .menu_bar .section_title {
      font-size: 20px; } }
@media (min-width: 991px) and (max-height: 600px) {
  body {
    font-size: 15px; }

  h2 {
    font-size: 60px; } }
@media (max-width: 1400px) {
  .menu_bar .hamburger-box {
    width: 25px; }
  .menu_bar .hamburger-inner, .menu_bar .hamburger-inner::before, .menu_bar .hamburger-inner::after {
    width: 25px; }
  .menu_bar .hamburger-inner::after {
    bottom: -7px; }
  .menu_bar .hamburger-inner::before {
    top: -7px; }
  .menu_bar .section_title {
    font-size: 22px; }
  .menu_bar .logo_desk {
    bottom: 130px; }
  .menu_bar .social img {
    height: 22px; } }
@media (max-width: 1300px) {
  body {
    font-size: 15px; }

  .arrow {
    width: 90px; }

  .slide_section.start .container {
    left: 50%;
    transform: translate(-50%, 0); }

  .slide_section.product_type .vertical_text {
    left: -5vw; }
  .slide_section.product_type .controls {
    width: 30%;
    padding: 60px 55px; }
    .slide_section.product_type .controls ul li {
      font-size: 30px; }
    .slide_section.product_type .controls ul.selected_item {
      width: 100%;
      bottom: calc(5vh + 90px + 20px); }
      .slide_section.product_type .controls ul.selected_item li {
        text-align: left; }
  .slide_section.product_type .info {
    width: 30%; }
  .slide_section.product_type .image.selected_item {
    width: 35%;
    margin-left: 35%; }

  .slide_section.work .work_type {
    margin-bottom: 0; }
    .slide_section.work .work_type .overlay {
      display: none; }
    .slide_section.work .work_type p {
      font-size: 22px;
      position: relative;
      transform: none;
      top: auto; }

  .slide_section.blog .vertical_text {
    padding-top: 0;
    margin-left: -40px; }

  .slide_section.contact_us .vertical_text {
    margin-left: -25px; }
  .slide_section.contact_us p.title {
    margin-top: 20px; }

  .slide_section.gallery .close_icon {
    width: 90px; } }
@media (min-width: 991px) and (max-height: 550px) {
  body {
    font-size: 14px; }

  h2 {
    font-size: 55px; }

  .menu_bar {
    background-size: 18% auto; }

  .menu .logo {
    margin-bottom: 40px; }
  .menu .menu ul li {
    font-size: 45px; }

  .slide_section.work .work_type p {
    margin-bottom: 15px; }
  .slide_section.work .work_type:last-of-type p {
    margin-bottom: 0; }

  .slide_section.contact_us form input {
    line-height: 35px;
    margin-bottom: 10px; }
  .slide_section.contact_us form textarea {
    min-height: 100px; } }
/* mobile version */
.slide_section {
  min-height: 100vh;
  position: relative;
  background: #000; }

@media (max-width: 991px) {
  .nav_controls {
    display: none; }

  h2 {
    font-size: 70px; }

  .wd_100 {
    width: 100%; }

  .vertical_text {
    padding: 20px 6vh; }

  .parallax_box {
    display: none !important; }

  .slide_section {
    padding-top: 73px; }

  .arrow {
    display: none !important;
    transform: rotate(90deg); }

  .wrapper {
    width: 100%;
    overflow-x: hidden; }

  .menu_bar {
    bottom: auto;
    right: 0;
    height: auto;
    border: none;
    border-bottom: 1px solid #fff;
    background: rgba(0, 0, 0, 0.9);
    padding-top: 5px;
    height: 73px; }
    .menu_bar .social {
      position: relative;
      bottom: auto; }
      .menu_bar .social img {
        display: inline-block;
        vertical-align: middle;
        height: 20px;
        margin: 0 5px; }
    .menu_bar .logo {
      max-width: 85%;
      max-height: 90%;
      margin-bottom: 2px; }
    .menu_bar .section_title_mob {
      font-family: "Chalet";
      font-size: 16px;
      text-transform: uppercase; }

  .menu {
    padding-left: 12vh;
    padding-top: 110px;
    position: fixed; }
    .menu .logo {
      position: absolute;
      top: 73px;
      left: 0;
      bottom: 0px;
      height: calc(100% - 73px);
      width: auto; }
    .menu ul img {
      display: none;
      left: calc(20% - 50px);
      top: -5px;
      width: 35px; }
    .menu ul li {
      font-size: 22px;
      margin-bottom: 40px; }

  .slide_section.start .logo {
    position: absolute;
    top: 73px;
    left: 0;
    bottom: 0px;
    height: calc(100% - 73px);
    width: auto;
    margin: 0; }
  .slide_section.start .container {
    bottom: 2vh; }
  .slide_section.start p {
    margin-bottom: 30px;
    font-size: 16px; }
  .slide_section.start .arrow {
    display: inline-block !important; }

  .slide_section.inst .row.main {
    height: auto; }

  .slide_section.what_do {
    width: 100%; }
    .slide_section.what_do .row {
      height: auto; }
    .slide_section.what_do .bar_rendering {
      max-width: calc(100% + 35px);
      margin-left: -30px;
      margin-top: 10px;
      margin-bottom: 30px; }

  .slide_section.interior_bg {
    display: none; }

  .slide_section.product_type {
    flex-wrap: wrap;
    padding-bottom: 60px; }
    .slide_section.product_type .image {
      width: 25%;
      height: 300px; }
      .slide_section.product_type .image.selected_item {
        width: 100%;
        margin: 0; }
    .slide_section.product_type .mob_controlls {
      padding-left: 10%;
      padding-top: 30px; }
      .slide_section.product_type .mob_controlls .my_btn {
        position: relative;
        font-size: 30px;
        font-family: "Chalet";
        text-transform: none;
        margin-bottom: 20px;
        display: block;
        z-index: 3; }
        .slide_section.product_type .mob_controlls .my_btn img {
          top: 6px; }
        .slide_section.product_type .mob_controlls .my_btn.active {
          display: none; }
    .slide_section.product_type .info {
      display: none;
      visibility: visible;
      opacity: 1;
      position: relative;
      padding: 40px 25px;
      left: auto;
      width: 100%;
      transition: none; }
      .slide_section.product_type .info .row {
        height: auto; }
      .slide_section.product_type .info [class^='col'] {
        position: relative; }
      .slide_section.product_type .info .vertical_text {
        visibility: visible;
        opacity: 1;
        height: 100vh;
        bottom: 0;
        left: auto;
        top: 0;
        padding: 10px 0; }

  .slide_section.who_we_are {
    background: url(../img/nino_img.jpg) no-repeat top center #000;
    background-size: 100% auto;
    padding-top: 30vh; }
    .slide_section.who_we_are .u {
      margin-bottom: 20px; }
    .slide_section.who_we_are .custom_size {
      height: 70vh; }
    .slide_section.who_we_are .container {
      padding-left: 25px;
      padding-right: 25px; }
      .slide_section.who_we_are .container .row {
        height: auto; }

  .slide_section.team {
    padding-bottom: 60px; }
    .slide_section.team .row {
      height: auto; }
    .slide_section.team .vertical_text {
      padding-top: 10px; }
    .slide_section.team p {
      font-size: 14px; }
    .slide_section.team[data-member="nino"] {
      background-position: right bottom;
      background-size: 70% auto; }
    .slide_section.team[data-member="kent"] {
      background-position: right bottom;
      background-size: 55% auto; }

  .slide_section.work .row {
    height: auto; }
  .slide_section.work .row.main {
    height: auto; }
  .slide_section.work .o {
    width: 100%;
    margin-left: 0;
    margin-top: -10%;
    margin-bottom: 30px; }
  .slide_section.work .vertical_text {
    padding: 15px 2vh; }
  .slide_section.work .work_type {
    margin-top: 14vh; }
    .slide_section.work .work_type p {
      font-size: 18px; }
  .slide_section.work .logos {
    position: relative;
    width: 100%; }
    .slide_section.work .logos img {
      width: 95%;
      margin: 0 auto 20px; }
    .slide_section.work .logos .slider_arrow {
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      width: 10px;
      cursor: pointer; }
      .slide_section.work .logos .slider_arrow.arrow_left {
        left: 15px; }
      .slide_section.work .logos .slider_arrow.arrow_right {
        right: 15px; }
    .slide_section.work .logos .slick-track {
      display: flex; }
    .slide_section.work .logos .slick-track .slick-slide {
      display: flex;
      height: auto;
      align-items: center;
      justify-content: center; }

  /* blog */
  .slide_section.blog {
    min-height: auto;
    padding-bottom: 40px;
    padding-top: 80px; }
    .slide_section.blog .row.main {
      height: auto; }
    .slide_section.blog .blog_slider_container {
      padding: 0 20px; }
      .slide_section.blog .blog_slider_container .slider_arrow.arrow_left {
        left: 0; }
      .slide_section.blog .blog_slider_container .slider_arrow.arrow_right {
        right: 0; }
    .slide_section.blog .vertical_text {
      padding-top: 0;
      padding-right: 0;
      margin: 0; }

  .slide_section.blog_post h5 {
    margin-top: 15px; }
  .slide_section.blog_post .container {
    height: calc(100vh - 73px);
    overflow: scroll; }
    .slide_section.blog_post .container .main.row .post_content {
      height: auto;
      overflow: auto;
      padding: 0; }
    .slide_section.blog_post .container .close_icon {
      width: 70px;
      margin-top: 10px;
      margin-bottom: 15px; }

  /* blog end */
  .slide_section.join_team {
    background: #000;
    padding-bottom: 60px; }
    .slide_section.join_team .row {
      height: auto; }
    .slide_section.join_team .vertical_text {
      padding: 20px 0; }
    .slide_section.join_team .hallway {
      margin-bottom: 20px; }
    .slide_section.join_team .my_btn {
      display: block;
      margin-top: 10px;
      margin-left: -5px; }

  .slide_section.contact_us .vertical_text {
    margin-left: -15px;
    padding: 0; }
  .slide_section.contact_us .main.row {
    height: auto; }
  .slide_section.contact_us .map_container {
    display: none; }
  .slide_section.contact_us form button {
    font-size: 22px; }
    .slide_section.contact_us form button img {
      top: 1px; }
  .slide_section.contact_us .map_mob {
    margin-top: 50px; }
  .slide_section.contact_us .footer_mob {
    padding-bottom: 20px; }
    .slide_section.contact_us .footer_mob .arrow_top_container {
      padding-bottom: 20px; }
      .slide_section.contact_us .footer_mob .arrow_top_container img {
        margin-top: -30px;
        cursor: pointer; }
    .slide_section.contact_us .footer_mob .copy {
      padding-top: 20px;
      padding-bottom: 20px;
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff;
      background: #0B0B0B; }
      .slide_section.contact_us .footer_mob .copy p {
        font-size: 12px; }
      .slide_section.contact_us .footer_mob .copy p:last-of-type {
        margin-bottom: 0; }
    .slide_section.contact_us .footer_mob .logo {
      height: 150px;
      margin-top: 20px; }

  .slide_section.gallery {
    padding-top: 50px; }
    .slide_section.gallery .main.row {
      height: auto;
      padding-top: 50px; }
    .slide_section.gallery .container {
      height: calc(100vh - 73px);
      overflow-y: scroll;
      overflow-x: hidden; }
    .slide_section.gallery .vertical_text {
      margin-left: 0px;
      text-align: right; }
    .slide_section.gallery .row.inner_controls {
      position: relative;
      bottom: auto;
      padding-top: 40px; }
    .slide_section.gallery .main_slider_container {
      position: relative;
      padding-top: 55px;
      margin-left: -15px;
      margin-right: -15px;
      width: auto; }
      .slide_section.gallery .main_slider_container p {
        margin-bottom: 10px; }
      .slide_section.gallery .main_slider_container .slick-dots {
        display: none !important; }
      .slide_section.gallery .main_slider_container .slider_arrow {
        top: 60%; }
        .slide_section.gallery .main_slider_container .slider_arrow.arrow_left {
          left: 10px; }
        .slide_section.gallery .main_slider_container .slider_arrow.arrow_right {
          right: 10px; }
      .slide_section.gallery .main_slider_container .image_container {
        margin: 0; }
        .slide_section.gallery .main_slider_container .image_container .zoom {
          display: none;
          right: 15px; }
    .slide_section.gallery .slider_container {
      margin-left: -15px;
      margin-right: -15px;
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 30px;
      width: auto; }
      .slide_section.gallery .slider_container .slider_arrow {
        display: none; }
      .slide_section.gallery .slider_container .image_container {
        margin: 0 10px; }
        .slide_section.gallery .slider_container .image_container img {
          height: 100px;
          width: auto; } }
@media (max-width: 500px) {
  .slide_section.team[data-member="nino"] {
    background-position: center bottom;
    background-size: 190% auto; }
  .slide_section.team[data-member="kent"] {
    background-position: left bottom;
    background-size: 150% auto; } }
/* some extra responsive fixed */
@media (max-aspect-ratio: 16 / 10) {
  .slide_section.product_type .vertical_text {
    left: -8vw; } }

/*# sourceMappingURL=my_style.css.map */
