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

body,
html {
  width: 100%;
  height: 100%;
}

.a-dialog {
  background-color: rgba(241, 241, 241, 0.9);
  font-family: "Ubuntu", sans-serif;
  height: 8.5em;
  border-radius: 1.5em;
  background: rgba(255, 255, 255, 0.31);
  border-radius: 16px;
  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;
  border-radius: 1.5em;
  color: #f1f1f1;
}

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

.the-logo {
  width: 7em;
  height: auto;
  position: absolute;
  top: 2%;
  left: 2%;
  z-index: 5;
}
.the-logo:hover {
  transform: scale(1.1);
}

.the_mail {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f1f1f1;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  bottom: 2%;
  right: 5.5%;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  border: 0.5em solid #f1f1f1;
}
.the_mail:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.the_info,
.the_info-2 {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f1f1f1;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  bottom: 2%;
  right: 2%;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  border: 0.5em solid #f1f1f1;
  color: #663824;
}
.the_info img,
.the_info-2 img {
  width: 100%;
  height: 100%;
  grid-column: 1;
  grid-row: 1;
  transition-duration: 0.1s;
}
.the_info img:nth-child(2),
.the_info-2 img:nth-child(2) {
  opacity: 0;
}
.the_info:hover,
.the_info-2:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.the_info-2 {
  left: 2%;
}

.the_info_active img {
  opacity: 0;
}
.the_info_active img:nth-child(2) {
  opacity: 1;
}

.the_description,
.the_description-video {
  position: absolute;
  bottom: -200%;
  right: 2%;
  z-index: 16;
  width: 30em;
  height: auto;
  background-color: #f1f1f1;
  padding: 1em;
  color: #663824;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
  border-radius: 0.5em;
  transition-duration: 0.1s;
  flex-wrap: wrap;
}
.the_description p,
.the_description-video p {
  text-align: start;
  width: 100%;
}
.the_description .map_container,
.the_description-video .map_container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 0.7em;
  margin-top: 1em;
  height: 20em;
  background-color: aqua;
  border-width: 0%;
}
.the_description .map_container img,
.the_description-video .map_container img {
  font-size: 1.2em;
}

.the_description-video {
  left: 2%;
}

.hover_loader_container {
  width: 100vw;
  height: 100vh;
  background-color: #f1f1f1;
  position: absolute;
  z-index: 11191;
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex;
}
.hover_loader_container .hover_loader {
  top: -4em;
}
.hover_loader_container .hover_loader .lds-ellipsis {
  display: inline-block;
  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-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

.a-enter-ar {
  display: none;
}

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

.a-loader-title {
  display: none;
  width: 0em;
  opacity: 0;
}

.a-enter-vr {
  background: rgba(55, 55, 60, 0);
  display: none;
}
.a-enter-vr .a-enter-vr-button {
  background: rgba(55, 55, 60, 0);
  border-radius: 0%;
  background-image: url("./Images/PNG/VR-icon.png");
  background-size: 90%;
  background-position: center;
  transform: scale(1);
  display: none;
}
.a-enter-vr .a-enter-vr-button:hover {
  transform: scale(1.1);
}
.a-enter-vr:hover {
  background: rgba(55, 55, 60, 0);
}

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

@media all and (max-width: 1000px) {
  .The_Image {
    width: 93vw;
    left: 2.5vw;
    transform: translate(0%, -87%);
    border: 0.3em solid #f1f1f1;
  }
  .The_Image img {
    transform: translate(0%, 0.5%);
  }
  .the_mail {
    right: 2%;
    bottom: 10%;
  }
  .the_mail:hover {
    transform: scale(1.1);
    cursor: pointer;
  }
  .the_info-2 {
    right: 20%;
  }
  .the_description,
  .the_description-video {
    width: 85vw;
  }
  .a-enter-vr .a-enter-vr-button {
    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-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 0.5em;
    grid-row-gap: 0.5em;
  }
  .the_gallery_container .oneImage {
    margin: auto;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .link_to_archviz {
    left: 50%;
    transform: translate(0%, 0%);
    filter: invert(0);
    bottom: 1em;
    right: none;
    left: 1em;
  }
}/*# sourceMappingURL=Style.css.map */