html, body {position: relative; margin: 0; width: 100%; height: 100%; overflow: hidden}
      
#pre-loader {
  position: fixed;
  left: 0px;  
  top: 0px;  
  width: 100%;  
  height: 100%;
  z-index: 10;
  background: url('https://cdn.glitch.global/b8234305-04b1-4712-8dd5-54a06171e55b/mussen-logo.webp?v=1722168275964') 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: 'Roboto', Helvetica;
  position: fixed;
  bottom: 10px;
  width: 100%;
  font-size: 14px;
  text-align: center;
  color: #92938E;
  line-height: 20px;
}

.preloaderAnimation {
  position: fixed;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 30%;
  width: 20%;
}

#header {
  height: 12%;
  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;
}

#previewScanDiv, #loadingAnimationDiv {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%);
  max-width: 70%;
  max-height: 70%;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#scanningAnimation, #loadingAnimation {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  opacity: 70%;
}

#loadingAnimation {
  opacity: 100%;
}

.hover-text {
  font-family: 'Roboto', HelveticaNeue-Light, Helvetica;
  margin-top: 10px;
  font-size: 17px;
  animation: colorChange 2s infinite;
}

@keyframes colorChange {
    0%, 30% { color: #ffffff; }
    30%, 70% { color: grey; }
    70%, 100% { color: #ffffff; }
}

#ar-container {
  height: 81%;
  width: 100%;
  top: 12%;
  position: relative;
  overflow: hidden;
}

#bottom-cta {
  font-family: 'Roboto', HelveticaNeue-Light, Helvetica;
  font-weight: bold;
  background-color: #75BB42;
  color: #ffffff;
  height: 7%;
  width: 100%;
  left: 0px;
  bottom: 0px;
  position: fixed;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

#bottom-cta span {
  max-height: 80%;
  width: auto;
}

#popup-icon {
  font-family: 'Roboto', HelveticaNeue-Light, Helvetica;
  height: 32px;
  width: 32px;
  right: 10px;
  top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  border: 4px solid #75BB42;
  background-color: #75BB42;
  position: absolute;
  z-index: 4;
}

#popup {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5;
}

#popup-content {
  background-color: #ffffff;
  width: 300px;
  max-height: 70%;
  overflow: auto;
  padding: 20px;
  margin: 15% auto;
  border-radius: 5px;
}
  
#popup-close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

#popup-content h2 {
  font-family: 'Roboto', HelveticaNeue-Light, Helvetica;
  color: #525558;
  font-size: 23px;
  text-align: center;
}

#popup-content img {
  width: auto;
  height: auto;
  max-width: 100%;
}

#popup-content p {
  font-family: 'Roboto', HelveticaNeue-Light, Helvetica;
  color: #525558;
  font-size: 17px;
  text-align: left;
}

#start-exploring {
  width: 100%;
  font-family: 'Roboto', HelveticaNeue-Light, Helvetica;
  color: #525558;
  background-color: #ffffff;
  border-radius: 50px;
  font-size: 17px;
  text-align: center;
  margin-bottom: 10px;
  border: 1px solid #525558;
}

#catalogueHeader, #sideOne-swiper, #sideOne-swiperTestimonial {
  width: 1400px;
  height: 1400px;
  visibility: hidden;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

#sideOneIcons {
  width: 1400px;
  height: 300px;
  visibility: hidden;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.headerImages {
  width: 1400px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.iconImages {
  width: auto;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 12px solid rgba(0, 0, 0, 0);
  margin: 0px 15px;
}

.selected {
  border: 12px solid #ffffff;
}

.container {
  max-width: var(--container);
  padding: 0 2rem;
  margin: var(--m-auto);
}

.swiper {
  position: relative;
  width: 720px;
  height: 960px;
}

.swiper-slide {
  border-radius: 18px;
}

.swiper-slide img {
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
}

#closePopupDiv {
  width: 100px;
  height: 100px;
  visibility: hidden;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

#closePopupDiv img {
  width: auto;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#main-youtube {
  visibility: hidden;
  opacity: 1;
}

#invisible-youtube-layer {
  width: 1280px;
  height: 710px;
  visibility: hidden;
  opacity: 0;
}

#loadingAnimationDiv.hidden, #previewScanDiv.hidden, #catalogueHeader.hidden, .headerImages.hidden, #main-youtube.hidden, #invisible-youtube-layer.hidden, #closePopupDiv.hidden, #sideOne-swiper.hidden, #sideOne-swiperTestimonial.hidden {
  display: none;
}