/* Canvas */
.webgl {
  position: absolute;
  top: 0;
  outline: none;
  box-sizing: border-box;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  pointer-events: none;
}

.startSection {
  width: 100vw;
}

/* Switch Section */
.switchSection {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  opacity: 0;
}

.switchOuter {
  opacity: 0.9;
  width: min(540px, 90vw);
  height: min(540px, 90vw);
  border: 2px dashed #39c67f77;
  border-radius: 50%;
  pointer-events: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.switchOuterSide {
  width: min(540px, 90vw);
  height: min(540px, 90vw);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.switchOuterGroup {
  display: flex;
  justify-content: center;
  align-items: center;
}

.switchOuterCircle {
  position: absolute;
  width: min(36px, 6vw);
  height: min(36px, 6vw);
  background-color: #39c67f;
  border-radius: 50%;
  pointer-events: auto;
  box-shadow: 0px 0 20px #39c67fc0;
  pointer-events: auto;
}

.rotateIcon {
  position: absolute;
  transform: scale(4);
  opacity: 0;
  pointer-events: none;
}

.rotatePath {
  fill: #39c67f;
}

/* Logo Div */
.logoDiv {
  display: flex;
  justify-content: center;
  align-items: center;
}

.logoBlankDiv {
  width: calc(min(30rem, 30vw) * 593 / 421);
  height: min(30rem, 30vw);
}

@font-face {
  font-family: "Helvetica Neue Condensed Bold";
  src: local("Helvetica Neue Condensed Bold"),
    local("HelveticaNeue-CondensedBold"),
    url("HelveticaNeue-CondensedBold.woff2") format("woff2"),
    url("HelveticaNeue-CondensedBold.woff") format("woff"),
    url("HelveticaNeue-CondensedBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.logoTextDiv {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  font-family: "Helvetica Neue Condensed Bold", "sans-serif";
  color: white;
font-size: min(8rem,10vw);
    line-height: min(8rem,10vw);
}

.logoTextDivLine {
  white-space: nowrap;
}
