/* MAP */
.map-wrapper {
  width: 100vw;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 14;
}

.close-map {
  position: absolute;
  z-index: 20;
  right: -5%;
  top: -4%;
}

.close-map:hover {
  cursor: pointer;
}

.map-backdrop {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  background-color: rgba(0, 0, 0, 0.3);
}

.map-bg {
  width: 33.4vw;
  padding: 34% 0 0 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 16;
  /* background-size: 100% 100%; */
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.fullmap-bg {
  background-image: url("../map/map-pemimpin.jpg");
  border-radius: 20px;
}

.map-all {
  width: 65%;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 17;
}

.map-exhibit,
.map-gallery {
  width: 38%;
  position: absolute;
  top: 5%;
  left: 3%;
  z-index: 17;
}

.legend-exhibit {
  width: 51%;
  position: absolute;
  top: 5%;
  right: 3%;
  z-index: 17;
}

.legend-gallery {
  width: 51%;
  position: absolute;
  top: 5%;
  right: 3%;
  z-index: 17;
}

.click-teleport {
  float: right;
  color: white;
  position: absolute;
  right: 5%;
  top: 71%;
  letter-spacing: 1px;
  font-size: 1.2rem;
}

.click-teleport-gal {
  float: right;
  color: white;
  position: absolute;
  right: 5%;
  top: 71%;
  letter-spacing: 1px;
  font-size: 1.2rem;
}

.map-dot:hover {
  cursor: pointer;
}

.btn-map-group {
  position: absolute !important;
  left: 11%;
  bottom: 3%;
}

.btn-map {
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: fit-content;
  height: fit-content;
  padding: 10px 20px;
  border: none;
  display: block;
  color: white;
  font-size: 1.2vmax;
}
.btn-map-active {
  background-color: #725858;
  color: #d2beaf;
  box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.btn-map-notactive {
  background-color: #d2beaf;
  color: #745a5a;
  box-shadow: inset 0px 4px 4px rgba(255, 255, 255, 0.35);
}

.btn-fullmap {
  border-radius: 15px 0 0 15px;
}

.btn-exhibit {
  border-left: 1px solid #745a5a;
  border-right: 1px solid #745a5a;
}

.btn-gallery {
  border-radius: 0 15px 15px 0;
}

/* fullmap dots */
.map-dot {
  position: absolute;
  z-index: 18;
  width: 2.5%;
}
.dot-tolobby {
  top: 81%;
  right: 68.5%;
}
.dot-toinfodesk {
  top:68.7%;
  left: 28.8%;
}
.dot-tomright1 {
  top: 55.5%;
  right: 77%;
}
.dot-tomright2 {
  top: 43.5%;
  right: 77%;
}
.dot-tosright {
  top: 26.5%;
  right: 77%;
  
}
.dot-tomleft1 {
  top: 55.5%;
  right: 60.5%;
}
.dot-tomleft2 {
  top: 43.5%;
  right: 60.5%;
}
.dot-tosleft {
  top: 26.5%;
  right: 60.5%;
  
}
.dot-tophotobooth {
  top: 26.5%;
  right: 68.6%;
}
.dot-tolivestage {
  top: 13%;
  left: 28.8%;
}


/* Media Query */

@media only screen and (min-aspect-ratio: 9/20) and (orientation: portrait) {
  .fullmap-bg {
    width: 90vw;
    padding: 57% 0 0 0;
  }
  .close-map {
    right: 0;
    top: 0;
  }
}

@media screen and (max-width: 850px) {
  .btn-map {
    padding: 6px 12px;
  }
  .map-dot {
    width: 4%;
  }
  .close-map {
    width: 25px;
  }
  .dot-tolobby {
    top: 78.1%;
    right: 72.8%;
  }
  .dot-toinfodesk {
    top:66.7%;
    left: 23.5%;
  }
  .dot-tomright1 {
    top: 54.5%;
    right: 82.8%;
  }
  .dot-tomright2 {
    top: 43.5%;
    right: 82.8%;
  }
  .dot-tosright {
    top: 27.5%;
    right: 82.8%;
    
  }
  .dot-tomleft1 {
    top: 54.5%;
    right: 62.2%;
  }
  .dot-tomleft2 {
    top: 43.5%;
    right: 62.2%;
  }
  .dot-tosleft {
    top: 27.5%;
    right: 62.2%;
    
  }
  .dot-tophotobooth {
    top: 27.5%;
    right: 72.8%;
  }
  .dot-tolivestage {
    top: 16%;
    left: 23.5%;
  }


}
