html, body {
  height: 100%;
  margin: 0;
  background-color: black;
  color: white;
  font-family: serif;
}

/*
.slide {
  height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
*/

/* Styling Button and Input */
.button {
  color: white;
  font-size: 1rem;
  font-weight: 600;

  padding: 10px 25px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);

  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    inset 0 -1px 0 rgba(255, 255, 255, 0.1),
    inset 0 0 20px 10px rgba(255, 255, 255, 1);

  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}

.button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.6),
    transparent
  );
}

.button::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.6),
    transparent,
    rgba(255, 255, 255, 0.3)
  );
}

.button:hover {
  background: white;
  color: black;
  transform: translateY(-2px);
  box-shadow: 0 10px 10px rgba(255, 255, 255, 0.1);
}

#project-button {
  padding: 15px 32px;
}

#reorder-input, #reorder-button {
  display: none;
}

.inputBox {
  width: 30ch;
  border: solid 0.15vmin #9e9e9e; 
  border-radius: 1rem;
  font-size: 1.3vw;
  background: none;
  padding: 1rem;
  font-size: 1.3vw;
  color: #f5f5f5;
  transition: border 150ms cubic-bezier(0.4,0,0.2,1);
}

@media (max-width: 1024px) {
  .inputBox {
    font-size: 1.8vw;
    padding: 0.6ch;
    width: 12ch;
  }
}

@media (max-width: 1024px) {
  .button {
    color: black;
    padding: 0.5ch 1ch;
    font-size: 0.7rem;
  }

  #project-button {
    color: white;
  }

  #project-button:hover {
    background: white;
    color: black;
    transform: translateY(-2px);
    box-shadow: 0 10px 10px rgba(255, 255, 255, 0.1);
  }
}

/* Styling Each Sections */
#title {
  background-color: #000000;
  height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 24px;
}

#greeting {
  background-color: #110702;
  height: 100dvh;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 24px;

  position: relative;
  overflow: hidden;
}

#ordering { 
  background-color: #171717;
  height: 100dvh;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 24px;

  position: relative;
  overflow: hidden;
}

#ordering-number { 
  background-color: #0F0F0F;
  height: 100dvh;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 24px;

  position: relative;
  overflow: hidden;
}

#closing {
  background-color: #00005f;
  height: 100dvh;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 24px;

  position: relative;
  overflow: hidden;
}

#project-title {
  color: #F7E7A8;
  font-size: 6vw;
  font-weight: 800;
  letter-spacing: -2px;
  margin: 0;
  text-transform: uppercase;
}

.ascii-background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  z-index: 999;
  pointer-events: none;
 
  font-size: 1.3vw;
  font-family: monospace;
  white-space: pre;
  color: rgba(0, 255, 0, 1.0);
}

@media (max-width: 1024px) {
  .ascii-background {
    font-size: 1.5vw;
  }
}

.robot-input {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);

  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 2vmin;
  gap: 1vmin;
  pointer-events: auto;
}

#question-name {
  color: #F7E7A8;
  font-family: SF Mono;
  font-size: 2.0vw;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0;
}

#opening-statement, #order-reorder, #number-statement, #closing-statement {
  color: rgba(0, 255, 0, 1.0);
  font-family: SF Mono;
  font-size: 1.5vw;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0;
}

#closing-statement {
  color: rgba(0, 255, 0, 1.0);
  font-family: SF Mono;
  font-size: 1.7vw;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin: 0;
}

#menu, #order-remenu {
  color: #F7E7A8;
  font-family: SF Mono;
  font-size: 1.0vw;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0;
}

#second-ascii, #number-ascii, #closing-ascii {
  display: none;
}

@media (max-width: 1024px) {
  #question-name,
  #opening-statement,
  #order-reorder,
  #number-statement,
  #closing-statement {
    font-size: 1.0rem;
  }
}

@media (max-width: 1024px) {
  #menu,
  #order-remenu {
    font-size: 0.6rem;
  }
}

@media (max-width: 480px) {
  #question-name,
  #opening-statement,
  #order-reorder,
  #number-statement,
  #closing-statement {
    font-size: 0.7rem;
  }
}

@media (max-width: 480px) {
  #menu,
  #order-remenu {
    font-size: 0.4rem;
  }
}

@media (max-width: 1024px) {
  #greeting-div,
  #first-order,
  #reorder-div,
  #number-div,
  #number-div,
  #closing-div {
    position: absolute;
    top: 52.5%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
