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/c8c23718-d852-43f0-a705-c92437e57f77/Business%20Multiplier%20Logo.webp?v=1724252095517') 50% 50% no-repeat rgb(255,255,255);
  background-size: 45% auto;
  opacity: 1;
  transition: opacity 0.5s ease;
}

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

.powered {
  font-family: HelveticaNeue-Light, Helvetica;
  font-size: 14px;
  position: fixed;
  bottom: 10px;
  width: 100%;
  text-align: center;
  color: #92938E;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloaderAnimation, #preloaderAnimationDiv {
  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: 85%;
  max-width: 45%;
  width: auto;
  object-fit: contain;
  position: absolute;
}

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

#poweredbyShopXR {
  font-family: HelveticaNeue-Light, Helvetica;
  font-size: 11px;
  background-color: #ffffff;
  color: #7F7F7F;
  height: 4%;
  width: 100%;
  left: 0px;
  bottom: 0px;
  position: fixed;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}

#shopxrBrandLogo {
  height: 18px;
  width: auto;
  opacity: 100%;
  border: none;
}

#shopxrLogo {
  height: 15px;
  width: auto;
  opacity: 100%;
  border: none;
}

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

#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%;
  background: #45C8EA;
  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;
}

#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;
}

#money-youtube, #moneyTestimonial-youtube, #value-youtube, #valueTestimonial-youtube, #team-youtube, #teamTestimonial-youtube, #coasterMoneyTestimonial-youtube, #coasterValueTestimonial-youtube, #coasterTeamTestimonial-youtube {
  visibility: hidden;
  opacity: 1;
}

#invisible-youtube-one-layer, #invisible-youtube-two-layer, #invisible-youtube-three-layer, #invisible-youtube-four-layer {
  width: 652px;
  height: 880px;
  visibility: hidden;
  opacity: 0;
}

#sideOneIcons, #sideTwoIcons, #sideThreeIcons {
  width: 1400px;
  height: 300px;
  visibility: hidden;
  opacity: 1;
  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;
}

#coasterDiv {
  width: 1100px;
  height: 900px;
  visibility: hidden;
  opacity: 1;
  font-family: 'Roboto', HelveticaNeue-Light, Helvetica;
  font-size: 80px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 3px 3px 5px rgba(222, 69, 119, 0.5);
  text-align: center;
}

#imagesQuestions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}

#imagesQuestions img {
  height: 200px;
  width: auto;
  border-radius: 200px;
  border: 12px solid rgba(0, 0, 0, 0);
}

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

.drawer {
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 80%;
    background-color: #ffffff;
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 35px 35px 0px 0px;
    transition: bottom 0.3s ease;
    overflow-y: auto;
    z-index: 8;
}

.drawer-header {
    position: sticky;
    top: 0;
    padding: 10px 10px 0px 10px;
    background-color: #ffffff;
    color: #aaaaaa;
    text-align: right;
    z-index: 1;
}

.close-btn {
    font-size: 28px;
    font-weight: bold;
    padding-right: 15px;
    cursor: pointer;
}

.drawer-content {
    padding: 0px 30px 30px 30px;
    font-family: 'Roboto', HelveticaNeue-Light, Helvetica;
    color: #525558;
    font-size: 17px;
    text-align: left;
}

.drawer-content img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
}

#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;
}

#previewScanDiv img, #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; }
}

/* Style the scrollbar track */
::-webkit-scrollbar
{
  height: 8px;
  width: 8px;
  border-radius: 10px; /* Adjust the border radius as needed */
}
  
  /* Style the scrollbar thumb */
::-webkit-scrollbar-thumb
{
  background-color: #888888; /* Color of the thumb */
  border-radius: 10px; /* Radius of the thumb */
}

/* Style the scrollbar thumb on hover */
::-webkit-scrollbar-thumb:hover
{
  background-color: #555555; /* Color on hover */
}

#loadingAnimationDiv.hidden, #previewScanDiv.hidden, #money-youtube.hidden, #moneyTestimonial-youtube.hidden, #value-youtube.hidden, #valueTestimonial-youtube.hidden, #team-youtube.hidden, #teamTestimonial-youtube.hidden, #coasterMoneyTestimonial-youtube.hidden, #coasterValueTestimonial-youtube.hidden, #coasterTeamTestimonial-youtube.hidden, #invisible-youtube-one-layer.hidden, #invisible-youtube-two-layer.hidden, #invisible-youtube-three-layer.hidden, #invisible-youtube-four-layer.hidden, #closePopupDiv.hidden {
  display: none;
}