@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=DM+Mono:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&family=Orbitron:wght@400..900&display=swap');
html {
  font-family: "Barlow", sans-serif;
  background: black;
  max-width: 100vw;
  overflow-x: hidden;
}
body {
  font-family: "Barlow";
  font-size: 16px;
  font-weight: 100;
}
b {
    font-weight: 400;
  }
a{
    color: rgb(224, 166, 7);
    transition: all 0.3s;
  }


  a:hover {
    color: rgb(235, 87, 87);
  }
  
canvas {
  margin: auto;
  width: auto;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}
.hero-section {
    margin: auto;
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;

}
.divBlobContainer {
  z-index: 11;
  position: ABSOLUTE;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
input.password-input {
  border-radius: 50px;
  text-align: center;
}
button {
  padding: 8px 16px;
  margin: 10px 0px;
  font-family: "Barlow";
  transition: 0.2s all;
  border-radius: 4px;
  border-radius: 50px;
  text-align: center;
  background: white;
}
.fade-in {
  animation: fadein 2s;
}

@keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

.fade-in {
  animation: fadein 2s;
}

@keyframes fadeinout {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.grid-container {
  display: flex;
  flex-direction: column;
  height: calc(100% - 80px);

  justify-content: space-between;
}

.grid-container > div {
  margin: 0px auto;
  max-width: 1000px;
}
.grid-pt-02 {
  max-width: 1000px;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 80px;
}
svg.grid-pt-01 {
  height: 150px;
  width: 1200px;
}

svg.grid-pt-02 {
  width: 100%;
  height: auto;
}

.grid-svg {
  width: 100%;
  opacity: 0.8;
}

.grid {
  width: calc(100% - 40px);
  height: auto;
  position: relative;
}
.main-container-02 {
  margin: auto;
  width: fit-content;
  height: 90vh;
  padding: 20px;
  padding-top: 56px;
}
.menu {
  list-style-type: none;
  justify-content: space-between;
  display: flex;
  max-width: 1125px;
  font-weight: 600;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
  -webkit-text-fill-color: black;
  font-size: 24px;
  transition: all 0.2s ease;
}

.menu button {
  cursor: pointer;
}
.menu button {
  padding: 8px;
  transition: all 0.1s ease-in;
  border: 0px;
  background: none;
}
.menu span {
  display: none;
}

.menu button:hover {
  background-color: #090909;
  padding: 8px;
}

/* Style the active class, and buttons on mouse-over */
.menu button.active,
.btn:hover {
  background-color: black;
  -webkit-text-stroke-color: black;
  -webkit-text-fill-color: black;
}
.menu button.active span {
  display: inline;
  padding: 4px;
}

button.btn.active {
  color: black;
  -webkit-text-fill-color: black;
  -webkit-text-stroke: black;
}

.menu button:active {
  transform: scale(0.95);
}

html {
  font-family: "Barlow", sans-serif;
  scroll-behavior: smooth;
  background: #1a1a1a;
}

:root {
  --main-color: rgba(255, 255, 255, 0.9);
}

a {
  color: white;
}

a:active {
  color: black;
}

a:active {
  color: white;
}

a[tabindex]:focus {
  color: white;
  outline: none;
}

@keyframes slide-out {
  0% {
    transform: translateY(-100%) scale(0);
  }
  100% {
    transform: translateY(0%) scale(1);
  }
}
.spine {
  margin: auto;
  width: fit-content;
  height: fit-content;

  animation-name: slide-out;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  padding: 20px;
  left: 0px;
  position: absolute;
  right: 0px;
  top: -95px;
  display: flex;
  bottom: 0px;
}
.top-banner {
  position: absolute;
  width: 100%;
}
.spine-container {
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  transition: all 0.3s ease-in;
  top: 95px;
}

.text-01 {
  font-size: 24px;
  color: #c4c4c4;
  font-weight: 900;
  padding: 40px;
}
.text {
  color: white;
  font-family: "Barlow";
  right: 20px;
  position: absolute;
  top: 50%;
  bottom: 0px;
  vertical-align: middle;
}
.gizmo {
  width: 40%;
  right: 0px;
  position: absolute;
  top: 0px;
}
.connecting-01 {
  background: #282828;
  font-size: 12px;
  font-weight: 100;
  width: 120px;
  height: 22px;
  padding: 0px 8px;
  line-height: 22px;
  color: white;
  letter-spacing: 2px;
}

.mySlides {
  height: 100%;
}

.mySlides img {
  max-width: 1200px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 55%;
  min-height: 50%;
  opacity: 0.5;
  object-fit: cover;
  height: 650px;
}

.mySlides img:hover {
  opacity: 1;
}
.ripple {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid white;
  animation: 1s ripple ease-out infinite;
  padding: 6px;
}
li:nth-child(1) {
  transition-delay: 0s;
}
li:nth-child(2) {
  transition-delay: 0.05s;
}
li:nth-child(3) {
  transition-delay: 0.1s;
}
li:nth-child(4) {
  transition-delay: 0.15s;
}
li:nth-child(5) {
  transition-delay: 0.2s;
}
li:nth-child(6) {
  transition-delay: 0.25s;
}
li:nth-child(7) {
  transition-delay: 0.3s;
}

@keyframes ripple {
  from {
    transform: scale(0);
    opacity: 1;
  }

  to {
    transform: scale(1);
    opacity: 0;
  }
}

.circle-ripple {
  background-color: white;
  width: 12px;
  height: 12px;
  margin: auto;
  animation: ripple-02 1.5s linear;
  transition-timing-function: ease-in;
  animation-iteration-count: infinite;
  transition-duration: 0.7s;
  transition: all 2.3s;
  margin-top: 6px;
}
.unit-list-top {
  color: white;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 8px;
  margin-top: 160px;
  position: absolute;
  bottom: top;
  width: 100%;
  border-top: 2px dashed white;
}

.unit-list-bottom {
  color: white;
  width: 100%;
  margin-bottom: 160px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 8px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  border-bottom: 2px dashed white;
}
.about {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  text-align: center;
  bottom: 0px;
  color: white;

  -webkit-text-stroke-color: white;
  -webkit-text-fill-color: black;
  -webkit-text-stroke-width: 1px;
  font-size: 140px;
  position: absolute;
}

@keyframes ripple-02 {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5),
      0 0 0 0.1em rgba(255, 255, 255, 0.3), 0 0 0 0.3em rgba(255, 255, 255, 0.3),
      0 0 0 0.5em rgba(255, 255, 255, 0.3);
  }
  90% {
    box-shadow: 0 0 0 0.1em rgba(255, 255, 255, 0),
      0 0 0 0.3em rgba(255, 255, 255, 0), 0 0 0 0.5em rgba(255, 255, 255, 0),
      0 0 0 2em rgba(255, 255, 255, 0);
  }
}
@keyframes ripple-large {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3),
      0 0 0 1em rgba(255, 255, 255, 0.3), 0 0 0 1.5em rgba(255, 255, 255, 0.3),
      0 0 0 2.5em rgba(255, 255, 255, 0.3), 0 14px 28px rgba(0, 0, 0, 0.25),
      0 10px 10px rgba(0, 0, 0, 0.22);
  }
  100% {
    box-shadow: 0 0 0 1em rgba(255, 255, 255, 0.3),
      0 0 0 1.5em rgba(255, 255, 255, 0.3), 0 0 0 2.5em rgba(255, 255, 255, 0.3),
      0 0 0 8em rgba(255, 255, 255, 0), 0 14px 28px rgba(0, 0, 0, 0.25),
      0 10px 10px rgba(0, 0, 0, 0.22);
  }
}
@keyframes ripple-clicked {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3),
      0 0 0 1em rgba(255, 255, 255, 0.3), 0 0 0 1em rgba(255, 255, 255, 0.3),
      0 0 0 2em rgba(255, 255, 255, 0.3), 0 14px 8px rgba(0, 0, 0, 0.25),
      0 10px 10px rgba(0, 0, 0, 0.22);
  }
  50% {
    box-shadow: 0 0 0 1111em white, 0 0 0 111.5em rgba(255, 255, 255, 0.3),
      0 0 0 112.5em rgba(255, 255, 255, 0.3), 0 0 0 118em rgba(255, 255, 255, 0),
      0 14px 128px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  }
  100% {
    box-shadow: 0 0 0 1111em white;
  }
}
.text-container {
  text-align: left;
  display: flex;
  position: absolute;
  z-index: 10;
  flex-direction: row;
  align-items: flex-start;
  max-width: 100%;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
  margin: auto;
  left: 0px;
  right: 0px;
}

.title {
  font-size: 36px;
  color: white;
  margin: auto;
  position: absolute;
  top: 40px;
  left: 0px;
  font-family: "Orbitron", sans-serif;
  right: 0px;
  width: fit-content;
  font-weight: 300;
}

.center-text {
  color: black;
  font-size: 16px;
  -webkit-text-stroke-color: black;
  margin: auto;
  display: flex;
  position: absolute;
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.05em;
  height: 100%;
  left: 0px;
  align-content: flex-start;
  vertical-align: middle;
  justify-content: center;
  z-index: 22;
  align-items: center;
  right: 0px;
}

a {
  text-decoration: none;
  font-weight: 300;
}
.el-01 {
  width: auto;
  height: 24px;
  background: black;
  float: right;
  display: flex;
  border: 1px #ffffff3d solid;
}

.sub-title {
  font-size: 16pxx;
  color: #d2d2d2;
}
.grid-background {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 100%;
  padding: 40px;
}

.top-menu {
  max-width: 85vw;
  margin: auto;
  top: 0px;
  position: absolute;
  width: 100%;
  padding: 20px;
}

.menu {
  list-style-type: none;
  justify-content: space-between;
  display: flex;
  max-width: 1125px;
  font-weight: 600;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  -webkit-text-fill-color: white;
  font-size: 24px;
  transition: all 0.2s ease;
  cursor: pointer;
  flex-direction: column;
  align-content: flex-end;
  align-items: flex-end;
}

.menu button {
  padding: 8px;
  transition: all 0.1s ease-in;
  border: 0px;
  background: none;
}
.menu span {
  display: none;
}

#gallery {
  width: 100%;
  height: 100%;
  position: absolute;
}
/* Style the active class, and buttons on mouse-over */
.menu button.active,
.btn:hover {
  background-color: black;
  border: 1px solid white;
  -webkit-text-stroke-color: white;
  -webkit-text-fill-color: white;
}
.menu button.active span {
  display: inline;
  padding: 4px;
  width: 100%;
}

.menu button:active {
  transform: scale(0.95);
}

.terrain-container svg {
  opacity: 0.4;
  position: absolute;
  top: 0px;
}

section {
  height: calc(100vh - 95px);
  position: relative;

  margin-top: 95px;
}

.section-02 {
  background: #1a1a1a;
  transition: all 1s;
  position: relative;
}

ul {
  list-style: none;
}

.spine-unit {
  border: 1px solid white;
  width: 25px;
  background: black;
  color: white;
  cursor: pointer;
  text-align: center;
}
.spine-unit.active {
  color: white;
  background: #06eb61;
  box-shadow: inset 0px -10px 10px rgba(0, 41, 9, 0.25),
    inset 0px 10px 10px 5px #011f09;
}
.spine-unit .gallery {
  display: none;
}
.spine-unit.active .gallery {
  display: block;
}
.spine-unit span {
  transform: scale(0);
}

.spine-unit:active {
  background: #06eb61;
  box-shadow: inset 0px -10px 10px rgba(0, 41, 9, 0.25),
    inset 0px 10px 10px 5px #011f09;
}

.spine-unit:hover span {
  color: rgb(223, 223, 223);
  transform: scale(1);
  vertical-align: middle;
}

.spine-unit:active {
  color: var(--main-color);
  vertical-align: middle;
  background: white;
  border: 0px solid var(--main-color);
}

.spine-unit:hover {
  color: black;
  width: 25px;
  -webkit-animation: neon2 1.5s ease-in-out infinite alternate;
  -moz-animation: neon2 1.5s ease-in-out infinite alternate;
  animation: neon2 1.5s ease-in-out infinite alternate;
  background: #052612;
  box-shadow: inset 0px -10px 10px rgba(252, 39, 39, 0.25),
    inset 0px 4px 10px 5px #fc0606;
}

.spine-unit:hover + .experiment-list {
  height: 20px;
}

.spine-unit:hover::after {
  color: white;
  font-weight: 600;
  font-size: 24px;
}

.select-text {
  color: black;
  margin: auto;
  text-align: center;
  width: fit-content;
  background: white;
  padding: 4px 8px;
  position: absolute;
  font-weight: 700;
  margin-bottom: 20px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  font-size: 16px;
  text-transform: uppercase;
}

ul {
  padding: 0px;
}

.spine-image {
  width: 100%;
  height: 100%;
}
.spine-unit:active::after {
  color: white;
  text-align: center;
  font-weight: 400;
}

.spine-controller {
  position: relative;
  z-index: 10;
}

.spine-controller-ul {
  left: 0px;
  right: 0px;
  position: absolute;
  bottom: 0px;
  display: flex;
  align-content: center;
  justify-content: space-around;
  width: fit-content;
  align-items: center;
  margin: auto;
  height: fit-content;
  flex-direction: row;
  transition: all 0.3s ease-out;
}
.spine-container:hover .spine-controller-ul {
  bottom: 0px;
}
.spine-container:hover .spine-controller-ul li {
  margin-top: 75px;
}

.spine-left,
.spine-right {
  transition: all 1.2s ease-in;
  display: flex;
  flex-direction: column;
}

.spine-left li,
.spine-right li {
  height: 100px;
  margin-top: -80px;
}
.spine-container:hover .spine-left li,
.spine-container:hover .spine-right li {
  margin-top: 0px;
  opacity: 0.2;
}

.spine-container:active svg.spine-left li,
.spine-container:active svg.spine-right li {
  opacity: 1;
  transition: all 0.5s ease-out;
}

.gallery {
  background: rgba(1, 1, 1, 0.6);
  width: 40vw;
  height: 50vh;
  position: absolute;
  transform: translate(10%, -50%);
  z-index: 1;
  border: 2px white solid;
}

/*
  .spine-container:hover .spine-controller-ul {
		top: 0px;
	right: 0px;
	  display: flex;
	  align-content: center;
	  justify-content: space-around;
	  align-items: center;
	  height: fit-content;
	  transform: translate(0px, 0px);
	  flex-direction: row;
	  flex-wrap: nowrap;
	  margin: auto;
  }




  .spine-container:hover svg.spine-left {
   transform: rotate(
  90deg) translate(-45vh, -30vw) scaleY(-0.8);
	top: 0px;
  }

  .spine-container:hover svg.spine-right {
   transform: rotate(
  90deg) translate(50vh, 35vw) scaleY(0.8);
	position: absolute;
	bottom: 0px;
  }


  */

* {
  box-sizing: border-box;
}
body {
  font-family: "Barlow", sans-serif;
  padding: 0px;
  margin: 0px;
  font-weight: 400;
}
p {
  font-weight: 400;
}
/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: absolute;
  margin: auto;
  width: 100vw;
  height: calc(100vh - 95px);
  margin-top: 95px;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 50%;
  bottom: 0px;
  vertical-align: middle;
}

/* The dots/bullets/indicators */

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 800px) {
  .text {
    font-size: 11px;
  }
  section {
    padding: 0px;
  }
  .col-main {
    flex-direction: column;
  }
  .menu-container {
    width: 100%;
    top: 0px;
    min-height: fit-content;
}



  .heroType {
    font-size: calc(24px + 2.5vw);
  }
  .body {
    font-size: 24px;
    text-align: left;
    font-family: "Barlow";
    -webkit-text-fill-color: white;
    line-height: 170%;
    font-weight: 100;
  }
  .grid-container > div {
    margin: 0px auto;
  }

  .terrain-container svg {
    opacity: 0.4;
    position: absolute;
    top: 40px;
    transform: scale(4.5);
  }
  .unit-list-top {
    margin-top: 0px;
  }

  .unit-list-bottom {
    margin-bottom: 0px;
  }
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg) scale(0.5);
    -o-transform: rotate(0deg) scale(0.5);
    transform: rotate(0deg) scale(0.5);
  }
  to {
    -webkit-transform: rotate(360deg) scale(0.5);
    -o-transform: rotate(360deg) scale(0.5);
    transform: rotate(360deg) scale(0.5);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg) scale(0.5);
    -moz-transform: rotate(0deg) scale(0.5);
    -webkit-transform: rotate(0deg) scale(0.5);
    -o-transform: rotate(0deg) scale(0.5);
    transform: rotate(0deg) scale(0.5);
  }
  to {
    -ms-transform: rotate(360deg) scale(0.5);
    -moz-transform: rotate(360deg) scale(0.5);
    -webkit-transform: rotate(360deg) scale(0.5);
    -o-transform: rotate(360deg) scale(0.5);
    transform: rotate(360deg) scale(0.5);
  }
}
