canvas {
  width: 100%;
  height: 100%;
}
model-viewer {
  width: 100%;
  height: 100%;
  position: relative;
}
.progress {
  background: rgba(50, 50, 50, 1);
  justify-content: flex-start;
  border-radius: 100px;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  position: absolute;
  align-items: center;
  padding: 0 2.5px;
  display: flex;
  height: 20px;
  width: 80%;
}
.progress-value {
  box-shadow: 0 10px 40px -10px #fff;
  border-radius: 100px;
  background: #fff;
  height: 15px;
  width: 0%;
}
.imgPlaceholder {
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: fit-content;
  max-height: 100%;
  object-fit: scale-down;
  align-items: center;
}
.logo {
  position: absolute;
  z-index: 9;
  bottom: 10px;
  right: 10px;
  width: 60px;
  height: 20px;
  align-items: center;
  object-fit: contain;
}
