html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: white;
  overflow: hidden;
}

#load-bar {
  position:absolute;
  left: 50%;
  bottom: 20%;
  transform: translate(-50%, -50%);

  width:250px;
  height:30px;
  background: lightgray;
  box-shadow: 0px 0px 15px 5px black;
  z-index: 8;
}


#load-bar .fill{
  width: 0%;
  height: 100%;
  background: #00B51B;
  z-index: 8;
}


#vbc-card{
  /* position: relative;
  bottom: 20vh;
  margin-bottom: 50vh;

  right: -50%;
  transform: translateX(-50%);

  width: 25vh;
  height: 15vh;


  background: linear-gradient(180deg, rgba(57,156,62,255),rgba(1,81,4,255));
  border-radius: 20px;
  z-index: 10; */

  position: relative;
  bottom: 20vh;
  margin-bottom: 50vh;

  right: -50%;
  transform: translateX(-50%);

  width: 25vh;
  height: 15vh;

  background:
    linear-gradient(60deg, #2a8632 0%, #009707 33%, transparent 33%),
    linear-gradient(-60deg, #006004 0%, #006004 33%, transparent 33%),
    linear-gradient(0deg, #008003 0%, #008003 100%);
    
  background-blend-mode: normal;
  border-radius: 20px;
  z-index: 10;


}


/* .splash-user-image{
  position: relative;
  bottom:145vh;
  right: -50%;
  transform: translateX(-50%);
  width: 25vh;
  height: 70vh;
  z-index: 3;
} */

.splash-user-image{
  position: relative;
  display: block;
  bottom:145vh;
  right: -50%;
  transform: translateX(-50%);
  max-width: 25vh;
  max-height: 70vh;
  width: auto;
  height: auto;
  z-index: 3;
}


#vbc-user-name{
  position: relative;
  margin-left: 15px;
  top: 3lvh;
  font-size: 2cqh;
  width:100%;
  font-family: Inter;
  font-weight: 500;
  text-align: left;
  color:rgb(255, 255, 255);
}

#vbc-user-phone{
  position: relative;

  /* top: 43%;
  left: 1vw;
  transform: translate(-50%, -50%); */
  margin-left: 15px;
  top: 2.2lvh;
  /* font-size: 1.5vw; */
  font-size: 1.4cqh;
  width:100%;
  font-family: Inter;
  text-align: left;
  color:rgb(255, 255, 255);
}

#vbc-user-email{
  position: relative;

  /* top: 43%;
  left: 1vw;
  transform: translate(-50%, -50%); */
  margin-left: 15px;
  top: 1.2lvh;
  /* font-size: 1.5vw; */
  font-size: 1.4cqh;
  width:95%;
  font-family: Inter;
  text-align: left;
  color:rgb(255, 255, 255);
  word-break: break-all;
}

/* #vbc-info{
  position: relative;
  bottom: 80vh;
  right: -60%;
  transform: translateX(-50%);
  width: 30vw;
  height: 30vw;
  text-align: center;
}

#vbc-info-container{
  position: absolute;
  width: 100%;
  height: 100%;
}

#vbc-company-name{
  position: absolute;
  //margin-left: 150px; 
  top: 33%;
  left: 120%;
  transform: translate(-50%, -50%);
  font-size: 2vw;
  font-family: Inter;
  text-align: left;
  width:100%;
  color:rgb(0, 154, 166);
}


#vbc-user-title{
  position: absolute;
  //margin-left: 150px;
  top: 49.5%;
  left: 120%;
  transform: translate(-50%, -50%);
  font-size: 1vw;
  width:100%;
  font-family: Inter;
  text-align: left;
}

#vbc-phone-number{
  position: absolute;
  //margin-left: 150px; 
  top: 55%;
  left: 120%;
  transform: translate(-50%, -50%);
  font-size: 1.3vw;
  width:100%;
  font-family: Inter;
  text-align: left;
}

#vbc-email{
  position: absolute;
  margin-left: 150px;
  top: 60%;
  left: 120%;
  transform: translate(-50%, -50%);
  font-size: 1.3vw;
  width:100%;
  font-family: Inter;
  text-align: left;
} */
@font-face{
  font-family:Inter;
  src: Inter-VariableFont;
}



#load-bar .unity-load-prompt{
  font-size: 20px;
  font-family: futuraHeavy;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #000000;

  text-align:center;
  /* display: flex;  */
  margin-top: 10px;
  z-index: 8;
}


#unity-canvas {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: white;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e0e0e0;
  padding: 0.3em;
  border-radius: 10%;
  opacity: 0.5;
}

.fullscreen,
.exit-fullscreen {
  position: fixed;
  top: 2vh;
  right: 2vh;
}


.test{
  position: fixed;
  bottom: 2vh;
  right: 2vh;
  width:40px;
  height:40px;
}


.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 2s linear infinite;
  bottom:60px;
  position:absolute;

  left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
}



@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.unmute,
.mute {
  display: none;
  position: fixed;
  bottom: 2vh;
  right: 2vh;
}

.controls-container svg path {
  fill: none;
}

.btn:hover {
  background: #c0c0c0;
  cursor: pointer;
}

.controls-container svg {
  stroke: #000;
  stroke-width: 2;
  fill: #000;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.start-show {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display:flex;
    justify-content: center;
    background: rgba(255, 255, 255, 0);
}

@font-face { 
   font-family: futuraHeavy;
    src: url(futura_heavy.otf);   
}

.start-show {
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    flex-direction: column;
    z-index: 1;
}



.logo-img {
    width: 8vw;
    margin-bottom:5px;
    z-index: 1;
}

/* .logo{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
  z-index: 10;
  min-width: 1920px;
  min-height: 1080px;
} */

.logo{
  position: absolute;
  /*top: 15%;*/
  left: 0;
  right: 0;
  /*bottom: 15%;*/
  top:0;
  bottom:0;
  display:flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
  min-width: 1920px;
  min-height: 1080px;
  text-align: center;
}

.start-show div {
    font-family: futuraHeavy;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #00B51B;
    z-index: 1;
}

.start-prompt{
  animation: sizechange 1.5s infinite;
  text-align: center;
  font-size: 4vmin;
}

@keyframes sizechange {
  50% {transform: scale(1.4)}
}

.splash {
    position: absolute;
    /*top: 15%;*/
    left: 0;
    right: 0;
    /*bottom: 15%;*/
    top:0;
    bottom:0;
    display:flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
    min-width: 1920px;
    min-height: 1080px;
    text-align: center;
}

.content-load-prompt{

  position:absolute;
  left: 50%;
  bottom: 20%;
  transform: translate(-50%, -50%);

  width:250px;
  height:30px;
  z-index: 8;

  font-size: 20px;
  font-family: futuraHeavy;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #000000;

  text-align: center;
}

.splash h3 {
    position: absolute;
    bottom: 0;
    color: #000000;
    font-size: 2rem;
    font-family: futuraHeavy;
    letter-spacing: 3px;
    -webkit-text-stroke-width: 0.2px;
    -webkit-text-stroke-color: rgb(255, 255, 255);
}


.ios-prompt {
  position: fixed;
  top: 20vh;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 300px;
}
.android-prompt {
  position: fixed;
  top: 20vh;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 300px;
}

#ios-download{
  background-color: rgba(51, 51, 51, 0.1);
  border-radius: 4px;
  border-width: 0;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  list-style: none;
  margin: 0;
  padding: 10px 12px;
  text-align: center;
  transition: all 200ms;
  vertical-align: baseline;
  white-space: nowrap;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin-right:5px;
}

#ios-continue{
  background-color: rgba(51, 51, 51, 0.1);
  border-radius: 4px;
  border-width: 0;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  list-style: none;
  margin: 0;
  padding: 10px 15px;
  text-align: center;
  transition: all 200ms;
  vertical-align: baseline;
  white-space: nowrap;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

@media (max-width: 600px) {
    .start-show div {
        font-size: 1rem;
    }
}
