@font-face {
  font-family: 'cooper'; /* Choose a name for your font */
  src: url('../COOPBL.woff');
    
  font-weight: normal;
  font-style: normal;
}

body { padding: 0; margin: 0; overflow: hidden; width: 100%; height: 100%;}
#unity-container { position: absolute; width: 100%; height: 100%; object-fit: cover;}
#unity-container.unity-desktop { left: 50%; top: 50%; transform: translate(-50%, -50%) }
#unity-container.unity-mobile { width: 100%; height: 100% }
#unity-canvas { background: #828080;  width: 100%; height: 100%; object-fit: cover; }
.unity-mobile #unity-canvas { width: 100%; height: 100% }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
#unity-logo { width: 154px; height: 130px; background: url('unity-logo-light.png') no-repeat center }
#unity-progress-bar-empty { width: 141px; height: 18px; margin-top: 10px; background: url('progress-bar-empty-light.png') no-repeat center }
#unity-progress-bar-full { width: 0%; height: 18px; margin-top: 10px; background: url('progress-bar-full-light.png') no-repeat center }
#unity-footer { position: relative }
.unity-mobile #unity-footer { display: none }
#unity-webgl-logo { float:left; width: 204px; height: 38px; background: url('webgl-logo.png') no-repeat center }
#unity-build-title { float: right; margin-right: 10px; line-height: 38px; font-family: arial; font-size: 18px }
#unity-fullscreen-button { float: right; width: 38px; height: 38px; background: url('fullscreen-button.png') no-repeat center }
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }
.pass-container {
  display: none;

}

.image-div {
  width: 100%;
  height: 60vh;
}

.enterpassword {
  width: 25vw;
  height: auto;
  position: relative;
  left: 50%;
  top: 80%;
  transform: translate(-50%, -80%);
}


#passwordForm {
  text-align: center;
  margin-top: 50px;
}



input, button {
  display: block;
  width: 352px;
  margin: 0 auto 10px; /* Center the elements and add space below */
  padding-top: 10px;
  padding-bottom: 10px;
  outline: none;
  border: 1px solid black;
}

button {
  width: 358px;
  background-color: #000000;
  color: white;
  border: none;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}

#loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 100%;
  transition: all 0.6s;
}

#boy-bubble-image {
  width: 250px; /* Adjust the width as needed */
  height: auto; /* Maintain aspect ratio */
  margin-bottom: -40px;
}

#loading-text {
  color: rgb(0, 0, 0);
  font-size: 28px;
  position: relative;
  z-index: 1; /* Ensure the text is on top of the image */
  top: -44px;
  left: 114px;
  transform: translate(-50px, -50px);
  font-family: "cooper";
}

.mintext {
  font-family: "cooper";
  margin-top: 12vh;
  text-align: center;
  font-size: 20px;
}