body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
    font-family: 'Plus Jakarta Sans', Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
}


model-viewer {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    overflow: hidden;
    display: flex;
    justify-content: center;
}


.info-box {
    position: absolute;
    background: black;
    color: white;
    padding: 1em;
    border: 3px solid black;
    border-radius: 1em;
    display: none;
    /* Hidden by default */
    z-index: 100;
    font-size: 1em;
    line-height: 1.5em;
    max-width: 435px;
}

@media screen and (max-width: 767px) {
    .info-box {
      position: absolute;
      background: black;
      color: white;
      padding-top: 3rem;
      padding-bottom: 3rem;
      padding-right: 1.25rem;
      padding-left: 1.25rem;
      border: 3px solid black;
      border-radius: 1em;
      display: none;
      z-index: 100;
      font-size: 1rem;
      line-height: 1.5rem;
      width: 85vw;
      
      /* Centering the element */
      top: 50% !important;
      left: 50% !important;
      transform: translate(-50%, -50%);
    }

    .close-infobox {
        position: absolute;
        top: 16px; /* Adjust for placement */
        right: 16px; /* Adjust for placement */
        width: 20px; /* Icon size */
        height: 20px;
        cursor: pointer;
        z-index: 101;
        filter: brightness(1);
    } }

    @media screen and (min-width: 767px) {
        .close-infobox {
        display: none;
    }
    
  }
  


.Hotspot {
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    border: none;
    background-color: white;
    box-sizing: border-box;
    cursor: pointer;
    position: relative; /* Necessary for positioning :after */
}

@media (max-width: 767px) {
    .Hotspot {
        padding: 2px;
        max-width: 10px;
        max-height: 10px;
        display: block;
        border-radius: 50%;
        border: none;
        background-color: white;
        box-sizing: content-box;
        cursor: pointer;
        position: relative; /* Necessary for positioning :after */
    }
    .Hotspot:after {
        content: '';
        position: absolute;
        cursor: pointer;
        top: -10px; /* Adjust this value to increase clickable area */
        left: -10px; /* Adjust this value to increase clickable area */
        right: -10px; /* Adjust this value to increase clickable area */
        bottom: -10px; /* Adjust this value to increase clickable area */
        background: transparent; /* Invisible but clickable */
        z-index: -1; /* Keeps it behind the visible element */
    }
}

.Hotspot[slot="hotspot-1"]:not([data-visible]) {
    background-color: transparent;
    border: 3px solid white;
}

.Hotspot[slot="hotspot-2"]:not([data-visible]) {
    background-color: transparent;
    border: 3px solid white;
}

.Hotspot[slot="hotspot-3"]:not([data-visible]) {
    background-color: transparent;
    border: 3px solid white;
}

.Hotspot[slot="hotspot-4"]:not([data-visible]) {
    background-color: transparent;
    border: 3px solid white;
}

.Hotspot[slot="hotspot-5"]:not([data-visible]) {
    background-color: transparent;
    border: 3px solid white;
}

.Hotspot[slot="hotspot-6"]:not([data-visible]) {
    background-color: transparent;
    border: 3px solid white;
}

.Hotspot[slot="hotspot-7"]:not([data-visible]) {
    background-color: transparent;
    border: 3px solid white;
}

.Hotspot[slot="hotspot-8"]:not([data-visible]) {
    background-color: transparent;
    border: 3px solid white;
}

.Hotspot[slot="hotspot-9"]:not([data-visible]) {
    background-color: transparent;
    border: 3px solid white;
}

.Hotspot[slot="hotspot-10"]:not([data-visible]) {
    background-color: transparent;
    border: 3px solid white;
}

.Hotspot[slot="hotspot-11"]:not([data-visible]) {
    background-color: transparent;
    border: 3px solid white;
}

.Hotspot[slot="hotspot-12"]:not([data-visible]) {
    background-color: transparent;
    border: 3px solid white;
}


#linkdiv {
    position: fixed;
    height: 4em;
    width: 12em;
    bottom: 2em;
    left: 2em;
    background-color: transparent;
    color: black;
    border: none;
    padding: 10px 15px;
    font-size: 1em;
    cursor: pointer;
    font-family: "Plus Jakarta Sans";
    font-weight: 400;
    font-style: normal;
    text-align: left;
}

@media (max-width: 767px) {
    #linkdiv {
        position: fixed;
        bottom: 45px;
        right: 35px;
        margin-block-end: -1em !important;
    } }

#linkdiv a {
    text-decoration: underline;
    color: #FF5C00;
}

#resetButton {
    position: fixed;
    height: 6em;
    width: 10em;
    bottom: 2em;
    right: 2em;
    background-color: black;
    color: white;
    border: 3px solid black;
    border-radius: 1em;
    padding: 10px 15px;
    font-size: 1em;
    cursor: pointer;
    font-family: "Plus Jakarta Sans";
    font-weight: 400;
    font-style: normal;
    text-align: center;

}


@media (max-width: 767px) {
    #resetButton {
        display: flex;
        align-content: center;
        justify-content: center;
        background-color: black;
        height: 3em;
        width: 5em;
        padding: 10px 15px !important;
        position: fixed;
        bottom: 45px;
        right: 35px; 
    } }

#resetButton:hover {
    background-color: white;
    color: black;
}

#span {
    width: 100%;
    height: 100%;
    margin-top: 0.8em;
    position: absolute;
    text-align: center;
    font-size: 10em;
    line-height: 0.95em;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 767px) {
    #span {
        font-size: 3.75em;
        line-height: 0.95em;} 
    }


#loadingOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 5em;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: black;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.5em;
    z-index: 1000;
    opacity: 1;
    /* Initially visible */
    visibility: visible;
    /* Initially visible */
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

#loadingOverlay.hidden {
    /* Hidden state */
    visibility: hidden;
    opacity: 0;
}

#loadingBar {
    width: 40%;
    height: 10px;
    background-color: whitesmoke;
    border-radius: 1em;
    overflow: hidden;
    margin-top: 20px;
}

#loadingProgress {
    height: 100%;
    width: 0%;
    background-color: #FF5C00;
    transition: width 0.2s ease;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Plus Jakarta Sans Light'),
         url('/360/fonts/PlusJakartaSans-Regular.woff2') format('woff2'),
	url('/360/fonts/PlusJakartaSans-Regular.woff') format('woff'),
	url('/360/fonts/PlusJakartaSans-Regular.svg') format('svg');

}

@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 500;
    src: local('Plus Jakarta Sans Light Italic'),
         url('/360/fonts/PlusJakartaSans-Medium.woff2') format('woff2'),
	url('/360/fonts/PlusJakartaSans-Medium.woff') format('woff'),
	url('/360/fonts/PlusJakartaSans-Medium.svg') format('svg');
}