html,
body {
  position: relative;
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#pre-loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: url("./assets/UltraLuxe-Logo-Web-RGB_Black.png") 50% 50% no-repeat
    rgb(255, 255, 255);
  background-size: 50% auto;
  opacity: 1;
  transition: opacity 0.5s ease;
}

#pre-loader.hidden {
  opacity: 0;
}

.powered {
  font-family: Helvetica;
  position: fixed;
  bottom: 10px;
  width: 100%;
  font-size: 14px;
  text-align: center;
  color: #525558;
}

#preloader-animation {
  position: fixed;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 10%;
  width: 20%;
}

#start-button {
  font-family: HelveticaNeue-Light, Helvetica;
  font-size: 17px;
  text-align: center;
  padding: 5px 15px;
  border-radius: 10px;
  color: #ffffff;
  background-color: #18284f;
  border: 3px solid #d8ebf3;
  position: fixed;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 10%;
  width: auto;
}

#start-button.hidden,
#preloader-animation.hidden {
  display: none;
}

#header {
  height: 10%;
  width: 100%;
  left: 0px;
  top: 0px;
  position: fixed;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.headerImg {
  max-height: 70%;
  width: auto;
  position: absolute;
}

#video {
  position: absolute;
  width: 100%;
  height: 81%;
  top: 10%;
  left: 0;
  object-fit: cover;
  transform: scaleX(-1);
}

#overlay-image {
  position: absolute;
  width: 100%;
  height: auto;
  top: 10%;
  left: 0;
  object-fit: cover;
  z-index: 1;
}

#bottom-cta {
  font-weight: bold;
  background-color: #18284f;
  color: #ffffff;
  height: 9%;
  width: 100%;
  left: 0px;
  bottom: 0px;
  position: fixed;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 3;
}

#photo-capture {
  font-size: calc(7vh);
  max-height: 95%;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
}

#flip-camera {
  font-size: calc(4vh);
  max-height: 50%;
  width: auto;
  padding-right: 10px;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
}

#screenshot-popup {
  display: none;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
  text-align: center;
  align-items: center;
  justify-content: center;
}

#screenshot-popup img {
  max-width: 85%;
  max-height: 70vh;
  margin-bottom: 10px;
  border: 5px solid #ffffff;
}

#close-screenshot-button {
  font-family: HelveticaNeue-Light, Helvetica;
  font-size: 18px;
  padding: 10px 15px;
  border-radius: 10px;
  color: #18284f;
  background-color: #ffffff;
  border: 0px solid #ffffff;
  margin: 0px 20px 5px auto;
}

#download-screenshot-button {
  font-family: HelveticaNeue-Light, Helvetica;
  font-size: 18px;
  padding: 10px 20px;
  border-radius: 10px;
  color: #ffffff;
  background-color: #18284f;
  border: 3px solid #d8ebf3;
}
