@font-face {
  font-family: "Berhard Modern";
  src: url("fonts/BernhardModernStd-Bold.otf");
}
@font-face {
  font-family: "Corporate S";
  src: url("../Fonts/CorporateS-Regular.otf");
}
body {
  margin: 0;
  font-family: "Corporate S";
  background-color: #ccbca5;
}

canvas {
  display: block;
}

html {
  overflow: hidden;
  overscroll-behavior: none;
}

#debugger {
  position: absolute;
  top: 10px;
  left: 10px;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px;
  font-family: monospace;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  pointer-events: none;
}

h1 {
  font-family: "Berhard Modern";
  font-size: 2rem;
  color: #020202;
  margin-top: 20px;
}

.sidebar {
  width: 500px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-image: url("img/paper-texture.jpg");
  transition: all 0.3s ease;
  transform: translateX(calc(100% + 15px));
  transition-delay: 0.03s;
  z-index: 10;
  max-width: 70vw;
  padding: 15px 30px;
}
.sidebar img {
  width: 100%;
  height: auto;
}
.sidebar::after {
  content: "";
  background-image: url("img/cow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 250px;
  height: 250px;
  position: absolute;
  bottom: -20px;
  right: -60px;
  opacity: 0.2;
}

#fullScreenExit {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
}

.sidebar::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 0;
  height: 100%;
  width: 16px;
  background-image: url("img/paper-edge.png");
  display: block;
  background-repeat: repeat;
  background-size: contain;
  background-position-x: initial;
}

.sidebar-open {
  transform: translateX(0px);
  transition: all 0.3s ease;
}

canvas {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
  transition: all 0.3s ease;
  transition-delay: 0.03s;
}

#logo {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: auto;
  pointer-events: none;
}

#topShadow {
  width: 100%;
  height: 130px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), transparent);
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
}

#start-btn {
  padding: 10px 80px;
  background-color: white;
  color: #12664d;
  cursor: pointer;
  font-size: 1.5rem;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

#start-btn-container {
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease;
}

#start-btn-mute {
  cursor: pointer;
  text-align: center;
  color: white;
  font-weight: bold;
  border: 1px solid white;
  padding: 10px 20px;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#panorama-container {
  width: calc(100dvw - 40px) !important;
  height: calc(100dvh - 40px) !important;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  z-index: 2024;
  pointer-events: none;
  opacity: 0;
  transition: all 0.5s ease;
  background-image: url("img/paper-texture.jpg");
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
}
#panorama-container span {
  font-family: "Berhard Modern";
  font-size: 2rem;
  color: #020202;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
}

.pnlm-container {
  width: calc(100% - 40px) !important;
  height: calc(100% - 40px) !important;
}

#back-to-map {
  position: absolute;
  right: 30px;
  top: 30px;
  background-color: #ccbca5;
  font-size: 20px;
  padding: 10px 15px;
  z-index: 9999;
  cursor: pointer;
  color: white;
}

#compass {
  position: fixed;
  width: 110px;
  height: auto;
  bottom: 40px;
  right: 40px;
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.5));
  pointer-events: none;
}

#sound-notice {
  text-align: center;
  margin-bottom: 40px;
  color: white;
  font-family: "Berhard Modern";
  font-size: 2rem;
  max-width: 450px;
  display: block;
  pointer-events: none;
}

#sound-icon {
  width: 25px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  pointer-events: none;
}

.map-container {
  position: fixed;
  width: 90%;
  height: 90%;
  bottom: 5%;
  right: 5%;
  transition: all 0.3s ease-in-out;
  z-index: 10;
  perspective: 440px;
  pointer-events: none;
}

#map {
  height: 100%;
  transform: rotateX(32deg) translateY(100px);
  transform-origin: bottom;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  border-radius: 10px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4784313725);
}

.fullscreen #map {
  transform: rotateX(0deg) translateY(0px);
  opacity: 1;
}

.map-container.fullscreen {
  width: 90%;
  height: 90%;
  bottom: 5%;
  right: 5%;
}

#miniMap-container {
  position: fixed;
  width: 200px;
  height: 200px;
  bottom: 20px;
  left: 20px;
}

#miniMap {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  pointer-events: none;
  opacity: 1;
  transition: all 0.3s ease;
  cursor: zoom-in;
}
#miniMap * {
  pointer-events: none;
}

#miniMap-container:hover #miniMap {
  transform: scale(1.1);
}

#mapklick {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#mapClose {
  position: fixed;
  width: 50px;
  height: 50px;
  background-color: #12664d;
  border-radius: 100%;
  top: 20px;
  right: -50px;
  transition: all ease 0.3s;
  cursor: pointer;
}
#mapClose::after, #mapClose::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 20px;
  height: 2px;
  background-color: white;
}
#mapClose::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

#panorama {
  width: 100%;
  height: 100%;
}

#btn-mute {
  width: 50px;
  height: 50px;
  background-image: url("img/volume-mute.svg");
  background-color: #12664d;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-size: 25px;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
}

.btn-not-mute {
  background-image: url("img/volume.svg") !important;
}

#noise {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999;
  opacity: 0.1;
  filter: brightness(0.8);
  transform: scale(3);
  width: 100vw;
  height: 100vh;
  background: repeating-radial-gradient(#000 0 0.0001%, #a5a5a5 0 0.0002%) 50% 0/2500px 2500px, repeating-conic-gradient(#000 0 0.0001%, #a5a5a5 0 0.0002%) 60% 60%/2500px 2500px;
  background-blend-mode: difference;
  animation: b 0.2s infinite alternate;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

@keyframes b {
  100% {
    background-position: 50% 0, 60% 50%;
  }
}/*# sourceMappingURL=style.css.map */