@import url('https://fonts.cdnfonts.com/css/proxima-nova-2');
:not(:defined) > * {
  display: none;
}

html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

model-viewer {
  width: 100%;
  height: 100%;
  background-color: #1A1A1A;
}
#preloader {
  background-color: #fff;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999999;
}

#status {
  /* background-image: url(//rosahousekeeping.com/wp-content/themes/RosaHousekeeping/css/../images/logo.png); */
  background-image: url(image/loader.gif);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 300px;
  left: 50%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  width: 303px;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  z-index: 999;
}
.Hotspot1,.Hotspot2,.Hotspot3,.Hotspot4 {
  background: #cf2e2e;
  border-radius: 32px;
  border: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  cursor: pointer;
  height: 24px;
  padding: 8px;
  /* position: relative; */
  transition: opacity 0.3s;
  width: 24px;
  z-index: -999;
}

.text-direc {
  position: absolute;
  top: 50%;
  right: 20vw;
  width: 237px;
  height: 177px;
  transform: translateY(-50%)
}
.Hotspot:not([data-visible]) {
  background: transparent;
  border: 4px solid #fff;
  box-shadow: none;
  height: 32px;
  pointer-events: none;
  width: 32px;
}

.Hotspot:focus {
  border: 4px solid rgb(0, 128, 200);
  height: 32px;
  outline: none;
  width: 32px;
}

.Hotspot > * {
  opacity: 1;
  transform: translateY(-50%);
}

.HotspotAnnotation1,.HotspotAnnotation2,.HotspotAnnotation3,.HotspotAnnotation4,.HotspotAnnotation5{
  background: #808080;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  color: #ffffff;
  display: block;
  font-family: 'Proxima Nova',sans-serif;
  font-size: 20px;
  line-height: 33px;
  font-weight: 400;
  
 
  max-width: 200px;
  overflow-wrap: break-word;
  padding: 1em 1em;
  position: absolute;
  text-align: center;
  width: max-content;
  /* left: 160px; */
  margin:0 auto;
  /* top:-50px; */

}


.Center{
    margin:auto;
    
    top: 0; left: 0; bottom: 0; right: 0;
}
.btn-bot{
   
    position: absolute;
    margin-left: -50px;
    left: 50%;
    width: 128px;
    bottom: 20px;
    
    background-color:#1A1A1A;
    border: 0px;
    padding: 10px;
    border-radius: 18px;
    opacity: 0.8;
    font-family: 'Proxima Nova',sans-serif;
    font-weight: bold;
}
.Hotspot:not([data-visible]) > * {
  opacity: 0;
  pointer-events: none;
  transform: translateY(calc(-50% + 4px));
  transition: transform 0.3s, opacity 0.3s;
}


/* .progress-bar {
  display: block;
  width: 33%;
  height: 10%;
  max-height: 2%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  border-radius: 25px;
  box-shadow: 0px 3px 10px 3px rgba(0, 0, 0, 0.5), 0px 0px 5px 1px rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.9);
  background-color: rgba(0, 0, 0, 0.5);
}

.progress-bar.hide {
  visibility: hidden;
  transition: visibility 0.3s;
}

.update-bar {
  background-color: rgba(255, 255, 255, 0.9);
  width: 0%;
  height: 100%;
  border-radius: 25px;
  float: left;
  transition: width 0.3s;
} */
@media only screen and (max-width: 980px) {
  .text-direc {
    /* position: absolute;
    top: 0;
    right: auto;
    width: 100%;
    height: 177px;
    transform: translateX(-50%)!important;
    transform: translateY(0);
    left: 50%; */
    position: absolute;
    top: 15px;
    right: auto;
    width: calc(100% - 30px);
    height: 150px;
    transform: translateX(-50%)!important;
    transform: translateY(0);
    left: 50%;
    word-break: break-word;
    max-width: 500px;
  }
  .HotspotAnnotation1,.HotspotAnnotation2,.HotspotAnnotation3,.HotspotAnnotation4,.HotspotAnnotation5{
    max-width: 100%;
    width: calc(100% - 36px);
    top: auto;
    left: auto;
   
  }

}
