* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

html,
body {
  width: 100%;
  height: 100%;
  font-family: "Roboto", sans-serif;
  background-color: #222;
}

.a-dialog {
  font-family: "Ubuntu", sans-serif;
  height: 8.5em;
  border-radius: 1.5em;
  background: rgba(255, 255, 255, 0.31);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6.4px);
  -webkit-backdrop-filter: blur(6.4px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #f1f1f1;
}

.a-dialog-allow-button {
  background-color: rgba(73, 136, 226, 0.9);
  color: #f1f1f1;
  border-radius: 1.5em;
}

.a-dialog-deny-button {
  background-color: gray;
  color: #f1f1f1;
  border-radius: 1.5em;
}

.a-dialog-ok-button {
  background-color: black;
  color: #f1f1f1;
  border-radius: 1.5em;
}

.hover_loader_container {
  width: 100vw;
  height: 100vh;
  background-color: #f1f1f1;
  position: absolute;
  z-index: 11191;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hover_loader_container .hover_loader {
  top: -4em;
}
.hover_loader_container .hover_loader .lds-ellipsis {
  position: relative;
  width: 80px;
  height: 80px;
}
.hover_loader_container .hover_loader .lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: black;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.hover_loader_container .hover_loader .lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.hover_loader_container .hover_loader .lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.hover_loader_container .hover_loader .lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.hover_loader_container .hover_loader .lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

.canvas {
  background-color: red;
}
.canvas.a-canvas {
  cursor: none;
}
.canvas.a-canvas.a-mouse-cursor-hover {
  cursor: none;
}
.canvas.a-canvas.a-mouse-cursor-hover:hover {
  cursor: none;
}

.fullscreen,
.a-enter-ar,
.a-loader-title {
  display: none;
}

.the_blach_hover {
  width: 100vw;
  height: 0;
  position: fixed;
  z-index: 9;
  background-color: #f1f1f1;
  opacity: 0;
  transition: opacity 0.6s, height 0s;
}

.a-enter-vr {
  background: transparent;
  display: none;
}
.a-enter-vr .a-enter-vr-button {
  background: transparent url("./Images/PNG/VR-icon.png") center/90% no-repeat;
  border-radius: 0;
  transform: scale(1);
  display: none;
}
.a-enter-vr .a-enter-vr-button:hover {
  transform: scale(1.1);
}

.the_info {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f1f1f1;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  bottom: 2%;
  left: 2%;
  z-index: 10;
  display: none;
  grid-template: 1fr/1fr;
  border: 0.5em solid #f1f1f1;
}
.the_info ion-icon {
  width: 100%;
  height: 100%;
  transition: 0.1s;
}
.the_info ion-icon:nth-child(2) {
  opacity: 0;
}
.the_info:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.link_to_archviz {
  width: 1.5em;
  height: 1.5em;
  position: fixed;
  bottom: 2%;
  left: 2%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  padding: 0.3em;
  color: #f1f1f1;
  font-weight: 500;
  text-decoration: none;
  background: url("./Images/PNG/favicon.png") no-repeat center/100%;
  opacity: 0;
  transition: 0.7s;
  display: none;
}
.link_to_archviz:hover {
  transform: scale(1.1);
}

.The-Guide {
  background: url("./Images/PNG/Phone-GIF.gif") no-repeat center/100%;
  position: absolute;
  z-index: 50;
  width: 16em;
  height: 10em;
  bottom: -105%;
  left: calc(50% - 8em);
  display: none;
  opacity: 1;
  animation-duration: 0.7s;
  pointer-events: none;
}

@media (max-width: 500px) {
  .The_Image {
    width: 93vw;
    left: 2.5vw;
    transform: translate(0, -87%);
    border: 0.3em solid #f1f1f1;
  }
  .The_Image img {
    transform: translate(0, 0.5%);
  }
  .a-enter-vr {
    background-image: url("./Images/PNG/VR-icon.png");
    display: flex;
  }
  .the_gallery_container {
    position: absolute;
    top: 55vh;
    left: -250vw;
    transform: translate(-0.6em, 0) scale(0.9);
    width: 20em;
    height: 14em;
    background-color: rgba(34, 34, 34, 0);
    display: grid;
    grid-template: repeat(3, 1fr)/repeat(3, 1fr);
    gap: 0.5em;
  }
  .the_gallery_container .oneImage {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .link_to_archviz {
    left: 1em;
    bottom: 1em;
    transform: none;
    filter: invert(0);
  }
  .The-Guide {
    display: flex;
    bottom: calc(30% - 5em);
    opacity: 1;
    transition-duration: 0.7s;
  }
}/*# sourceMappingURL=Style.css.map */