* {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0px;
  padding: 0px; }

html {
  height: 100%; }
  @media (max-width: 1024px) and (orientation: landscape) {
    html {
      height: 100vh; } }

body {
  background-color: #AB6729;
  color: white;
  font-family: Signika, sans-serif;
  font-size: 16px;
  height: 100%;
  overflow: hidden; }
  @media (max-width: 1024px) and (orientation: landscape) {
    body {
      height: 100vh; } }

a {
  color: white;
  text-decoration: none; }

img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none; }

input:focus {
  outline: none; }

#tour-container {
  height: 100%;
  width: 100%; }

.tour-gui {
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85);
  z-index: 1; }
  @media (max-width: 1024px) and (orientation: landscape) {
    .tour-gui {
      height: 100vh; } }
  @media (min-width: 1025px) {
    .tour-gui .mobile-only {
      display: none; } }
  @media (max-width: 1024px) {
    .tour-gui .desktop-only {
      display: none; } }

.loader {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%; }
  .loader span {
    border-radius: 50%;
    box-sizing: border-box;
    color: #FFF;
    display: block;
    height: 5px;
    left: -100px;
    margin: 15px auto;
    position: relative;
    width: 5px; }
  .loader--progress span {
    animation: shadowRolling 2s linear infinite; }

.modal *, .popup *, .button * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.bottom-shadow {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40.1%, rgba(0, 0, 0, 0.5) 93.23%);
  position: absolute;
  transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85);
  width: 100%;
  z-index: 1; }
  @media (min-width: 1025px) {
    .bottom-shadow {
      bottom: 0px;
      height: 134px; } }
  @media (max-width: 1024px) {
    .bottom-shadow {
      bottom: 50px;
      height: 100px; } }
  .bottom-shadow--landing {
    bottom: 0px; }

.button {
  align-items: center;
  display: flex;
  justify-content: center;
  cursor: pointer;
  pointer-events: all;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 55px;
  color: #23140E;
  font-size: 36px;
  font-weight: 700;
  padding: 10px 40px;
  transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85);
  white-space: nowrap; }
  .button--lang {
    background: #23140E;
    border-radius: 5px;
    color: white;
    font-size: 16px;
    padding: 5px 20px; }
  @media (hover: hover) and (pointer: fine) {
    .button:hover {
      color: #AB6729; }
    .button--lang.button:hover {
      background: #AB6729;
      color: white; } }

.controls {
  align-items: center;
  display: flex;
  justify-content: center; }
  .controls__item {
    align-items: center;
    display: flex;
    justify-content: center;
    cursor: pointer;
    pointer-events: all;
    background: #AB6729;
    border-radius: 5px;
    height: 35px;
    margin-left: 8px;
    transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85);
    width: 35px; }
    @media (hover: hover) and (pointer: fine) {
      .controls__item:hover {
        background: #F1C48F; } }

.copyright {
  cursor: pointer;
  pointer-events: all;
  opacity: 0.5;
  position: absolute;
  transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85);
  z-index: 6; }
  @media (min-width: 1025px) {
    .copyright {
      bottom: 10px;
      right: 20px;
      width: 85px; } }
  @media (max-width: 1024px) {
    .copyright {
      bottom: 60px;
      right: 16px;
      width: 60px; } }
  @media (hover: hover) and (pointer: fine) {
    .copyright:hover {
      opacity: 1; } }
  .copyright--landing {
    bottom: 10px; }

.header {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-sizing: border-box;
  justify-content: flex-end;
  padding: 0px 18px 0px 14px;
  pointer-events: all;
  position: absolute;
  top: 0px;
  z-index: 7; }
  .header__right {
    align-items: center;
    display: flex;
    justify-content: center;
    position: absolute;
    right: -150px; }
  .header .logo {
    -webkit-mask-image: url("../tour/img/logo.png");
    -moz-mask-image: url("../tour/img/logo.png");
    -ms-mask-image: url("../tour/img/logo.png");
    -o-mask-image: url("../tour/img/logo.png");
    mask-image: url("../tour/img/logo.png");
    -webkit-mask-size: contain;
    -moz-mask-size: contain;
    -ms-mask-size: contain;
    -o-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -moz-mask-repeat: no-repeat;
    -ms-mask-repeat: no-repeat;
    -o-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -moz-mask-position: center;
    -ms-mask-position: center;
    -o-mask-position: center;
    mask-position: center;
    background: url("../tour/img/coffee.png");
    background-repeat: repeat-x;
    left: 50%;
    position: absolute;
    top: 50%; }
    @media (min-width: 1025px) {
      .header .logo {
        background-position: 0px 300px;
        height: 400px;
        margin-left: -200px;
        margin-top: -200px;
        width: 400px; } }
    @media (max-width: 1024px) {
      .header .logo {
        background-position: 0px 50vw;
        height: 80vw;
        margin-left: -40vw;
        margin-top: -40vw;
        width: 80vw; } }
  .header .logo-black {
    top: 50%;
    opacity: 0; }
    @media (min-width: 1025px) {
      .header .logo-black {
        height: 150px;
        left: 50%;
        margin-left: -200px;
        margin-top: -75px;
        position: absolute;
        width: 400px; } }
    @media (max-width: 1024px) {
      .header .logo-black {
        left: 50%;
        margin-left: -40vw;
        margin-top: -15vw;
        position: absolute;
        width: 80vw; } }

.hotspot {
  height: 70px;
  margin: -35px 0px 0px -25px;
  position: absolute;
  transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85);
  width: 50px; }
  .hotspot__shape {
    position: absolute;
    z-index: 2; }
  .hotspot__title {
    border-radius: 18px;
    font-size: 16px;
    font-weight: 700;
    left: 16px;
    opacity: 0;
    padding: 4px 10px 4px 40px;
    pointer-events: none;
    position: absolute;
    transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85);
    white-space: nowrap;
    z-index: 1; }
  @media (hover: hover) and (pointer: fine) {
    .hotspot:hover .hotspot__title {
      opacity: 1;
      pointer-events: all; } }
  .hotspot--tapped .hotspot__title {
    opacity: 1;
    pointer-events: all; }
  .hotspot--init {
    transform: scale(0.01); }
  .hotspot--modal .hotspot__shape--traversal {
    display: none; }
  .hotspot--modal .hotspot__title {
    background: #AB6729;
    border: 3px solid white;
    color: white;
    top: 8px; }
  .hotspot--traversal .hotspot__shape--modal {
    display: none; }
  .hotspot--traversal .hotspot__title {
    background: white;
    border: 3px solid #AB6729;
    color: #AB6729;
    top: 9px; }

.landing {
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: url("../tour/img/landing.jpg") no-repeat center/cover;
  transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85);
  z-index: 5; }
  .landing__background {
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    object-fit: cover;
    object-position: center; }
  .landing__content {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85); }
    @media (min-width: 1025px) {
      .landing__content {
        margin-bottom: 100px; } }
    @media (max-width: 1024px) {
      .landing__content {
        margin-bottom: 75px; } }
    .landing__content--intro {
      margin-bottom: 30px;
      opacity: 0; }
  .landing h1 {
    filter: drop-shadow(2px 2px 5px #000000);
    max-width: 75%;
    text-align: center; }
    @media (min-width: 1025px) {
      .landing h1 {
        font-size: 48px;
        line-height: 60px;
        margin-bottom: 20px; } }
    @media (max-width: 1024px) {
      .landing h1 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 34px; } }

.lang-menu {
  align-items: center;
  display: flex;
  justify-content: center; }
  .lang-menu .button {
    margin: 0px 3px; }

.modal {
  align-items: center;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  pointer-events: all;
  position: absolute;
  transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85);
  z-index: 10; }
  @media (min-width: 1025px) {
    .modal {
      height: calc(100% - 70px);
      left: calc(100% - 400px);
      top: 70px;
      width: 400px; } }
  @media (max-width: 1024px) {
    .modal {
      height: 100%;
      left: 0px;
      top: 0px;
      width: 100%; } }
  .modal__close {
    cursor: pointer;
    pointer-events: all;
    position: absolute;
    transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85); }
    @media (min-width: 1025px) {
      .modal__close {
        background: white;
        border-radius: 5px 0px 0px 5px;
        left: -53px;
        padding: 9px;
        top: 20px;
        width: 35px; } }
    @media (max-width: 1024px) {
      .modal__close {
        align-items: center;
        display: flex;
        justify-content: center;
        background: #23140E;
        height: 64px;
        bottom: 0px;
        width: 100%; } }
    @media (min-width: 1025px) {
      .modal__close img {
        width: 36px; } }
    @media (max-width: 1024px) {
      .modal__close img {
        width: 20px; } }
    .modal__close span {
      font-size: 28px;
      margin-left: 10px; }
      @media (min-width: 1025px) {
        .modal__close span {
          display: none; } }
    @media (hover: hover) and (pointer: fine) {
      .modal__close:hover {
        padding: 9px 9px 9px 11px; } }
  .modal__content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: white;
    box-sizing: border-box;
    color: #AB6729;
    width: 100%; }
    @media (min-width: 1025px) {
      .modal__content {
        height: 100%;
        padding: 0px 20px 20px; } }
    @media (max-width: 1024px) {
      .modal__content {
        height: calc(100% - 64px);
        padding: 18px; } }
    .modal__content h1 {
      color: #23140E;
      font-size: 48px; }
    .modal__content img {
      width: 100%;
      border-radius: 5px; }
    .modal__content p {
      color: #23140E;
      font-size: 16px;
      font-weight: 700;
      line-height: 20px;
      margin: 20px 0px; }
  .modal__scrollable {
    box-sizing: border-box;
    margin-top: 20px;
    overflow-y: auto;
    padding-right: 20px;
    width: 100%; }
    @media (min-width: 1025px) {
      .modal__scrollable {
        height: 100%; } }
    @media (max-width: 1024px) {
      .modal__scrollable {
        height: calc(100% - 16px); } }
  .modal--hidden {
    left: calc(100% + 55px); }

.nav {
  align-items: center;
  display: flex;
  justify-content: center;
  position: absolute;
  transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85);
  width: 100%; }
  @media (min-width: 1025px) {
    .nav {
      bottom: 18px;
      z-index: 3; } }
  @media (max-width: 1024px) {
    .nav {
      align-items: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 100%;
      left: 0px;
      position: absolute;
      top: 0px;
      width: 100%;
      background: #23140E;
      box-sizing: border-box;
      height: calc(100% - 50px);
      justify-content: flex-start;
      overflow-y: auto;
      padding: 20px 0px;
      top: 0%;
      z-index: 8; } }
  .nav__item {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    pointer-events: all;
    border-radius: 2px;
    flex-shrink: 0;
    position: relative;
    transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85); }
    @media (min-width: 1025px) {
      .nav__item {
        border: 2px solid white;
        height: 110px;
        margin: 0px 10px;
        overflow: hidden;
        width: 110px; } }
    @media (max-width: 1024px) {
      .nav__item {
        border: 4px solid white;
        height: 190px;
        margin: 28px;
        width: 190px; } }
    .nav__item img {
      height: 100%;
      transition: all 1s cubic-bezier(0.85, 0.125, 0.125, 0.85);
      width: 100%;
      z-index: 1; }
    .nav__item span {
      font-size: 16px;
      position: absolute;
      transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85);
      z-index: 2; }
      @media (min-width: 1025px) {
        .nav__item span {
          align-items: center;
          display: flex;
          justify-content: center;
          background: rgba(35, 20, 14, 0.75);
          bottom: -30px;
          height: 30px;
          text-align: center;
          width: 100%; } }
      @media (max-width: 1024px) {
        .nav__item span {
          bottom: -30px;
          left: -4px; } }
    @media (min-width: 1025px) {
      .nav__item--selected {
        opacity: 0.75;
        pointer-events: none; } }
    @media (max-width: 1024px) {
      .nav__item--selected {
        opacity: 0.5;
        touch-events: none; } }
    @media (max-width: 1024px) {
      .nav__item--selected span::before {
        content: '>';
        margin-right: 4px; } }
    @media (min-width: 1025px) {
      .nav__item--selected span {
        bottom: 0px; } }
    @media (hover: hover) and (pointer: fine) {
      .nav__item:hover img {
        transform: scale(1.75);
        transition: all 8s; }
      .nav__item:hover span {
        bottom: 0px; } }
  @media (max-width: 1024px) {
    .nav--closed {
      top: 100%; } }

.nav-button {
  align-items: center;
  display: flex;
  justify-content: center;
  cursor: pointer;
  pointer-events: all;
  background: white;
  bottom: 0px;
  height: 50px;
  position: absolute;
  transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85);
  width: 100%;
  z-index: 9; }
  .nav-button img {
    height: 20px;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85); }
  .nav-button--flipped img {
    transform: rotate(180deg); }
  .nav-button--landing {
    bottom: -50px; }

.scene-info {
  left: 13px;
  max-width: 600px;
  position: absolute;
  transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85);
  z-index: 2; }
  @media (min-width: 1025px) {
    .scene-info {
      bottom: 1px; } }
  @media (max-width: 1024px) {
    .scene-info {
      bottom: 51px; } }
  .scene-info__title {
    font-weight: 700; }
    @media (min-width: 1025px) {
      .scene-info__title {
        font-size: 64px; } }
    @media (max-width: 1024px) {
      .scene-info__title {
        font-size: 40px; } }
  .scene-info--i-hidden {
    opacity: 0; }
  .scene-info--landing {
    bottom: 1px; }

.toggle-audio-button {
  transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85); }
  .toggle-audio-button--disabled {
    opacity: 0.5;
    pointer-events: none; }

.tour-gui {
  font-family: Signika, sans-serif; }

* {
  scrollbar-width: thin;
  scrollbar-color: #AB6729 #E6F2F2; }

*::-webkit-scrollbar {
  width: 5px; }

*::-webkit-scrollbar-track {
  background: #E6F2F2;
  border-radius: 10px; }

*::-webkit-scrollbar-thumb {
  background-color: #23140E;
  border: none;
  border-radius: 10px; }

.nav::-webkit-scrollbar-thumb {
  background-color: #AB6729; }

blockquote {
  margin: 1em;
  border-left: 2px solid #eee;
  padding-left: 1em; }

.hidden {
  opacity: 0 !important;
  pointer-events: none !important; }
  .hidden * {
    pointer-events: none !important; }
  .hidden--truly {
    width: 0px; }

@keyframes shadowRolling {
  0% {
    box-shadow: 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0); }
  12% {
    box-shadow: 100px 0 #AB6729, 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0); }
  25% {
    box-shadow: 110px 0 #AB6729, 100px 0 #AB6729, 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0); }
  36% {
    box-shadow: 120px 0 #AB6729, 110px 0 #AB6729, 100px 0 #AB6729, 0px 0 rgba(255, 255, 255, 0); }
  50% {
    box-shadow: 130px 0 #AB6729, 120px 0 #AB6729, 110px 0 #AB6729, 100px 0 #AB6729; }
  62% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 130px 0 #AB6729, 120px 0 #AB6729, 110px 0 #AB6729; }
  75% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 130px 0 #AB6729, 120px 0 #AB6729; }
  87% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 130px 0 #AB6729; }
  100% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0); } }
