
* {
    padding: 0;
    margin: 3;
    box-sizing: border-box;
    font-family: 'Futura';
    /*font-family: 'B612 Mono', monospace;*/
    font-size: 26px;
    font-weight: 300;
    background-color: #f5eded;
  }
  * {
    cursor: none;
  }
  a {
    color: #025f2d9b;
    text-decoration: none;
  }
  body {
    overflow-x: hidden;
    font-family: 'Futura';
    font-size: 26px;
    font-weight: 300;
    line-height: normal;  
  }

  h1 {
    overflow-x: hidden;
    font-family: 'Futura';
    line-height: normal;  
  }

  section {
    display: inline-block;
    min-height: 10vh;
    background-color: #f5eded;
    /*width: 100%;*/
    align-items: left;
    justify-content: left;
    font-family: 'Futura';
    font-size: 26px;
    font-weight: 300;
    line-height: normal;  
  }

  .container {
    display: inline-block;
    min-width: 1px;
    height: 50px;
    font-family: 'Futura';
    font-size: 26px;
    font-weight: 400;
    line-height: normal; 
    background-color: #f5eded;
 
  }
  
  #one {
    position: fixed;
    top: 10%;
    left: 30%;
    /*width: 231px;*/
    height: 93px;
    background: #f5eded;
    color:#025f2d9b;
  }

  #two
  {
    position: absolute;
    top: 30%;
    left: 40%;
    background: #f5eded;
    color:#025f2d9b;
  }

  #two2
  {
    position: absolute;
    top: 30%;
    left: 70%;
    background: #f5eded;
    color:#025f2d9b;
  }

  #three
  {
    position: absolute;
    top: 120px;
    left: 850px;
    background: #f5eded;
    color: #025f2d9b;
    font-size: 10px; 
  }

  #four
  {
    position: absolute;
    top: 30%;
    left: 0%;
    background: #f5eded;
    color: #025f2d9b;
    font-size: 10px; 
  }

  #five2{
    position: absolute;
    top: 50%;
    left: 20%;
    background: #f5eded;
    color: #025f2d9b;
    font-size: 10px; 

  }

  body #four2
  {
    position: absolute;
    top: 50%;
    left: 0%;
    background: #f5eded;
    color: #025f2d9b;
    font-size: 10px; 
  }

  body #five
  {
    position: absolute;
    top: 50%;
    left: 40%;
    background: #f5eded;
    color: #025f2d9b;
    font-size: 30px; 
    font-style: bold;
  }

  body #six
  {
    position: absolute;
    top: 50%;
    left: 60%;
    background: #f5eded;
    color: #025f2d9b;
    font-size: 30px; 
    font-style: bold;
  }

  #seven
  {
    position: absolute;
    top: 70%;
    left: 0%;
    background: #f5eded;
    color: #025f2d9b;
    font-size: 10px; 
  }

  #eight
  {
    position: absolute;
    top: 80%;
    left: 0%;
    background: #f5eded;
    color: #025f2d9b;
    font-size: 10px; 
  }

  #nine {
    position: absolute;
    top: 50%;
    left: 45%;
    background: #f5eded;
    color: #025f2d9b;
    font-size: 30px; 
    font-style: bold;

  }

.gallery-container {
    position: absolute;
    top: 50%;
    left: 10%;
    width: 10000px;
    max-width: 1000px;
    height: 1000px;
    overflow-x: scroll;
    white-space: nowrap;
}

.gallery-container2 {
  position: absolute;
  top: 150%;
  left: 10%;
  width: 10000px;
  max-width: 1000px;
  height: 1000px;
  overflow-x: scroll;
  white-space: nowrap;
}

.gallery-container3 {
  position: absolute;
  top: 250%;
  left: 10%;
  width: 10000px;
  max-width: 1000px;
  height: 1000px;
  overflow-x: scroll;
  white-space: nowrap;
}

.gallery-container4 {
  position: absolute;
  top: 350%;
  left: 10%;
  width: 10000px;
  max-width: 1000px;
  height: 1000px;
  overflow-x: scroll;
  white-space: nowrap;
}

.gallery {
  display: flex;
  /*transition: transform 0.3s ease-in-out;*/
}

.gallery img {
    max-width: 100%;
    height: auto;
    display: block;
    flex-shrink: 0;
    margin-right: 10px;
}

.gallery img:last-child {
  margin-right: 0;
}

  /* Define the keyframes for the animation */
@keyframes text-loop {
  0% {
    opacity: 1; /* Start with full opacity */
  }
  50% {
    opacity: 0; /* Vanish at halfway point */
  }
  100% {
    opacity: 1; /* Reappear at the end */
  }
}

/* Apply the animation to the text container */
.text-container {
  animation: text-loop 2s infinite; /* Use the keyframe animation, repeat it infinitely */
  font-size: 10px;
}



.bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.3s ease-out;
}

.bg-show .bg {
  z-index: 1;
  opacity: 1;
}

.bg-show a:hover {
  z-index: 2;
  border-bottom-color: transparent;
  color: var(--red);
}

.bg-show .container a:hover::before {
  transform: translate(-50%, -50%) scaleX(1);
  transition: transform 0.2s 0.1s ease-out;
}


.cursor {
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    border-radius: 50px;
    transform: translate(-50%, -50%);
    pointer-events: none;
  }
.cursor::after,
.cursor::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(52, 106, 223);
    height: 10px;
    width: 10px;
    border-radius: 50px;
  }
.cursor::before {
    background-color: rgb(172, 115, 203);
  }
.cursor.click::before {
    animation: click 1s ease forwards;
    background-color: rgb(172, 115, 203);
  }
@keyframes click {
    0% {
      opacity: 1;
      transform: translate(-50%, -50%) scale(1);
    }
    100% {
      opacity: 0;
      transform: translate(-50%, -50%) scale(7);
    }
  }
  