@font-face {
      font-family: Aesthete;
      src: url("./NoisyTest.ttf") format("truetype");
      }

      @font-face {
      font-family: Kormalink;
      src: url("./WT_Kormelink_Roman_WEB_1.1.woff");
      }

      @font-face {
      font-family: Kormalink Italic;
      src: url("./WT_Kormelink_Italic.woff");
      }

      @font-face {
      font-family: Digital Sans Bold;
      src: url("./DigitalSans.otf");
      }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;    
  font-family: 'Kormalink', 'Times New Roman', Times, serif;
}

html, body {
  height: 100%;
  overflow: hidden; 
}

#mainContent, #aestheticsContent {
  height: 100vh;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
}

.section {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  top: 0;
}

    a {
      text-decoration: none;
      color: white;
    }

    a:hover {
      text-decoration: underline;
    }

    img {
      width: 100%;
      height: 100%;
      object-fit:cover;
    }

    .section-1 {
      background: black;
      color: white;
      display: block;
      position: relative;
      align-items: center;
      justify-content: center;
      margin: auto;
    }

    .section-2 {
    background: #7cbbf0;
    position: sticky;
    display: block;
    margin: auto;
    color: #C8FF6D;
    transition: background-color 0.3s ease, color 0.3s ease;
    }

    .slider-container {
  width: 60vw;
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
    }

    .section-3 {
    background: black;
    position: sticky;
    text-align: center;
    color: white;
    }

    .section-4 {
    background: #f46d14;
    position: sticky;
    }


    #aesthetics-title {
      position: absolute;
      z-index: 99;
      text-align: center;
      height: auto;
      font-size: 10rem;
      font-family: Digital Sans Bold, Arial, sans-serif;
    }

    .section5, .section6, .section7, .section8, .section9, .section10, .section11, .section12, .section13, .section14, .section15, .section16, .section17, .section18, .section19, .section20{
      position: sticky;
      background-color: white;
    }

    .alt {
      position: sticky;
    }

      .aesthete {
      font-family: Aesthete, sans-serif;
      font-weight: 100;
      line-height: 5rem;
      position: absolute;
      display: block;
      text-align: center;
      z-index: 100;
      font-size: 7rem;
      color: black;
      }

      .text {
      position: absolute;
      z-index: 95;
      width: 30rem;
      height: auto;
    }

    .text1 {
      top: 30%;
      left: 20%;
    }

    .text2 {
      bottom: 5rem;
      left: 10rem;
    }

    .text3 {
      bottom: 10rem;
      left: 8rem;
    }

    .text4{
      top: 5rem;
      right: 20rem;
    }

    .text5{
      bottom: 25rem;
      right: 30rem;
    }

    .text6{
      bottom: 3rem;
      left: 30rem;
    }

    .text7 {
      top: 19rem;
      right: 8rem;
    }

    .text8 {
      right: 15rem;
      bottom: 15rem;
    }

    .text9 {
      left: 15rem;
      bottom: 7rem;
    }
    
    .text10 {
      top: 12rem;
      left: 15rem;
    }

    .text11 {
      top: 5rem;
      left: 30rem;
    }

    .text12 {
      right: 10rem;
      bottom: 10rem;
    }

    .text13 {
      left: 15rem;
      bottom: 20rem;
    }

    .text14 {
      right: 10rem;
      bottom: 5rem;
    }

    .text15 {
      top: 20rem;
      right: 20rem;
    }

    .discourse {
      bottom: 30%;
      right: 40%;
    }

    .perceptive {
      top: 12rem;
      right: 20%;
    }

    .instinct {
      left: 14rem;
      bottom: 4rem;
    }

    .world {
      bottom: 5rem;
      left: 10rem;
    }

    .stimuli {
      bottom: 8rem;
      right: 25rem;
    }

    .mimetic {
      top: 5rem;
      right: 23rem;
    }

    .factory {
      bottom: 15rem;
      left: 18rem;
    }

    .sealed {
      left: 38rem;
      top: 15rem;
    }

    .anaesthetic {
      top: 7rem;
      right: 3rem;
    }

    .control {
      bottom: 9rem;
      right: 10rem;
    }

    .perception {
      left: 15rem;
      top: 30rem;
    }

    .passing {
      left: 10rem;
      top: 15rem;
    }

    .body {
      right: 15rem;
      bottom: 15rem;
    }

    .reception {
      left: 5rem;
      top: 10rem;
    }

    .modern {
      bottom: 20rem;
      left: 5rem;
    }
    
    h1 {
      font-family: 'Aesthete', sans-serif;
      padding: 20px;
      text-align: center;
    }

    .italic {
        font-style: italic;
        font-family: 'Kormalink Italic', 'Times New Roman', Times, serif;
    }
    
    .main-text {
      font-size: clamp(4rem, 18vw, 18rem);
      font-weight: 100;
      text-align: center;
      line-height: 1.1;
      transition: font-weight 0.01s ease-out;
      font-variation-settings: 'wght' 100;
      user-select: none;
      top: 50vh;
      left: 50vw;
      transform: translate(-50%, -50%);
      width: 100vw;
      position: absolute;
      display: block;
    }

    #about-text {
        text-align: center;
        width: 50%;
        margin: auto;
        font-size: 2rem;
    }

    #menu-bar {
      position: fixed;
      z-index: 100;
      display: flex;
      color: white;
      width: 100vw;
      margin: 0;
      top: 0;
      height: 3rem;
      border-bottom: 1px solid white;
    }

    #menu-bar2 {
      color: black;
      border-bottom: 1px solid black;
      position: fixed;
      z-index: 100;
      display: flex;
      width: 100vw;
      margin: 0;
      top: 0;
      height: 3rem;
    }

    #button-left2, #button-right2 {
      color: black;
    }

    #menu-left, #menu-left2 {
      text-align: left;
      padding: 1rem;
      width: 100vw;
      margin: auto;
    }

    #menu-right, #menu-right2 {
      display: inline-flex;
      position: absolute;
      right: .5rem;
      top: .25rem;
    }

    button {
      padding: .5rem;
      margin: .25rem;
      border: none;
      background-color: rgba(255, 255, 255, 0);
      color: white;
      font-family: Digital Sans Bold, sans-serif;
      text-transform: uppercase;
    }

    #button-right:hover {
      cursor: pointer;
      text-decoration: underline;
    }

    #button-left {
      text-decoration: underline; 
    }

      #button-left2:hover {
      cursor: pointer;
      text-decoration: underline;
    }

    #button-right2 {
      text-decoration: underline; 
    }

    #main-info {
      color: white;
      width: 50vw;
      margin: auto;
      display: block;
      align-items: center;
      justify-content: center;
      z-index: 5;
      position: absolute;
      text-align: center;
      bottom: 2rem;
      left: 50vw;
      transform: translate(-50%, 0);
    }

    #main-info p {
        padding: 3px;
    }

    #main-info-text {
      font-family: Digital Sans Bold, sans-serif;
      text-transform: uppercase;
    }

      .display-text {
      font-size: clamp(3rem, 15vw, 15rem);
      text-align: center;
      line-height: .8;
      font-variation-settings: 'wght' 100;
      color: #C8FF6D;
      letter-spacing: 0.02em;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      transition: color 0.3s ease;
    }

    
    .slider-wrapper {
      position: relative;
      width: 100%;
      height: 60px;
      display: flex;
      align-items: center;
    }
    
    .slider {
      -webkit-appearance: none;
      appearance: none;
      width: 100%;
      height: 8px;
      background: rgba(255, 255, 255, 0.3);
      outline: none;
      border-radius: 10px;
      position: relative;
    }
    
    .slider::-webkit-slider-thumb {
      -webkit-appearance: none;
      appearance: none;
      width: 20px;
      height: 20px;
      background: white;
      cursor: pointer;
      border-radius: 50%;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
      transition: transform 0.1s ease;
    }
    
    .slider::-webkit-slider-thumb:hover {
      transform: scale(1.1);
    }
    
    .slider::-moz-range-thumb {
      width: 40px;
      height: 40px;
      background: white;
      cursor: pointer;
      border-radius: 50%;
      border: none;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
      transition: transform 0.1s ease;
    }
    
    .slider::-moz-range-thumb:hover {
      transform: scale(1.1);
    }
    
    .labels {
      display: flex;
      justify-content: space-between;
      margin-top: 5px;
      font-size: clamp(0.9rem, 2vw, 1.5rem);
      opacity: 0.9;
      transition: color 0.3s ease;
    }
    
    .label-left {
      text-align: left;
    }
    
    .label-right {
      text-align: right;
    }
    
    .label-title {
      font-size: clamp(.8rem, 2.5vw, 1rem);
      margin-bottom: 5px;
    }

  .typing-container {
  width: 80vw;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.typing-area {
  width: 100%;
  min-height: 400px;
  background: transparent;
  border: none;
  font-family: 'Aesthete', sans-serif;
  font-size: clamp(8rem, 12vw, 11rem);
  color: #ffba5f;
  resize: vertical;
  outline: none;
  font-variation-settings: 'wght' 100;
  transition: font-variation-settings 0.05s ease-out;
  line-height: 1;
  text-align: center;
}

.typing-area::placeholder {
  color: rgba(245, 230, 211, 0.4);
  font-style: italic;
}

.typing-area:focus {
  border-color: rgba(245, 230, 211, 0.6);
}

.typing-instruction {
  font-size: clamp(0.9rem, 2vw, 1.3rem);
  color: rgba(245, 230, 211, 0.7);
  text-align: center;
}
    

      /* smartphone */
  @media only screen and (max-width: 1000px), (orientation: portrait) {
    #about-text {
        width: 95%;
        font-size: 1.1rem;
    }
}