.hero {
  position: relative; /* Add position relative to create stacking context */
  /* height: 100%; */
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-size: cover; */
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('images/LDLBF.gif');
  display: block;
  /* margin: 0 auto; */
  margin-top:3% ;
  }
  
  .hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    transition: background-color 0.5s;
    z-index: 2;
    pointer-events: none; /* Add pointer events none to allow clicks to pass through */
  }

  #content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
  }

  body.fade-out {
    background-color: black;
    opacity: 0;
    transition: opacity 12s ease-out-in;
  }
  
  
  .button-container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    /* width: 100%; */
    bottom: 28%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    font-family: 'Press Start 2P', cursive;
    
    margin-top: -30px; /* adjust this value as needed to center the button */
  }
  
  button {
    padding: 10px 20px;
    font-size: 13px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid white; /* Add a white border with 2px width */
    color: white;
    font-family: 'Press Start 2P', cursive;
    z-index: 1; /* Add z-index to ensure button is above everything else */
  }
  

  button#left-button {
    
    position: relative;
    left:15%;
    cursor: none;
    margin-left: 20px;
  }  

  button#right-button {

    position: relative;
    left:15%;
    cursor: none;
    /* margin-right: 20px; */
  }  

  a.skip-button {
    padding: 10px 20px;
    font-size: 13px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid white; /* Add a white border with 2px width */
    color: white;
    font-family: 'Press Start 2P', cursive;
    z-index: 1; /* Add z-index to ensure button is above everything else */
    position: relative;
    left:15%;
    text-decoration: none;
    margin-left: 20px;
    
  }  

  button#skip-button {
    
    position: relative;
    left:15%;
    /* cursor: none; */
    margin-left: 20px;
  }  
  a.back-to-site {
    padding: 10px;
    font-size: 13px;
    text-decoration: none;
    color: rgb(255, 187, 0);
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid rgb(255, 187, 0);
    cursor: pointer;
  }
  
  a.back-to-site.hidden {
    display: none;
  }





  a.Yolo {
    padding-top: 90px;
    padding-right: 200px;
    text-decoration: none;
    color: rgb(255, 187, 0, 0);
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid rgba(2, 153, 23, 0);
    position: absolute;
    top: 90px;
    left: -70px;
    right: 0x;
    bottom: 0;;

  }
  
  a.Yolo.hidden {
    display: none;
  }



  a.Ape {
    padding-top: 50px;
    padding-right: 80px;
    text-decoration: none;
    color: rgb(255, 187, 0, 0);
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid rgba(150, 153, 23, 00);
    position: absolute;
    top: -100px;
    left: -60px;
    right: 0x;
    bottom: 0px;

  }
  
  a.Ape.hidden {
    display: none;
  }



  a.OctoHedz {
    padding-top: 90px;
    padding-right: 80px;
    text-decoration: none;
    color: rgb(255, 187, 0, 0);
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid rgba(2, 153, 23, 0);
    position: absolute;
    top: -180px;
    left: 200px;
    right: 0x;
    bottom: 10;

  }
  
  a.OctoHedz.hidden {
    display: none;
  }



  a.LiveDaLife {
    padding-top: 90px;
    padding-right: 80px;
    text-decoration: none;
    color: rgb(255, 187, 0, 0);
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid rgba(2, 153, 23, 0);
    position: absolute;
    top: -180px;
    left: 95px;
    right: 0x;
    bottom: 10;

  }
  
  a.LiveDaLife.hidden {
    display: none;
  }

  a.Web3 {
    padding-top: 90px;
    padding-right: 130px;
    text-decoration: none;
    color: rgb(255, 187, 0, 0);
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid rgba(2, 153, 23, 0);
    position: absolute;
    top: 90px;
    left: 200px;
    right: 0px;
    bottom: 0;

  }
  
  a.Web3.hidden {
    display: none;
  }

  a.Choice1 {
    padding: 80px;
    text-decoration: none;
    color: rgb(255, 187, 0, 0);
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid rgba(2, 153, 23, 0);
    position: absolute;
    top: -90px;
    left: -260px;
    right: 0x;
    bottom: 0;;

  }
  
  a.Choice1.hidden {
    display: none;
  }
  
  a.Choice2 {
    padding: 80px;
    text-decoration: none;
    color: rgb(255, 187, 0, 0);
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid rgba(100, 153, 23, 0);
    position: absolute;
    top: -90px;
    left: -82px;
    right: 0x;
    bottom: 0;
  }
  
  a.Choice2.hidden {
    display: none;
  }
  
  
  a.Choice3 {
    padding: 80px;
    text-decoration: none;
    color: rgb(255, 187, 0, 0);
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid rgba(201, 153, 23, 0);
    position: absolute;
    top: -90px;
    left: 95px;
    right: 0x;
    bottom: 0;
  }
  
  a.Choice3.hidden {
    display: none;
  }



  a.Cat {
    padding: 45px;
    text-decoration: none;
    color: rgb(255, 187, 0, 0);
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid rgba(201, 153, 23, 0);
    position: absolute;
    top: -200px;
    left: -45px;
    right: 0x;
    bottom: 100;
  }
  
  a.Cat.hidden {
    display: none;
  }
  a.Sub4 {
    padding: 60px;
    text-decoration: none;
    color: rgb(255, 187, 0, 50);
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid rgba(201, 153, 23, 50);
    position: absolute;
    top: -75px;
    left: 270px;
    right: 0x;
    bottom: 100;
  }



  a.Sub1 {
    padding: 60px;
    text-decoration: none;
    color: rgb(255, 187, 0, 0);
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid rgba(0, 353, 223, 00);
    position: absolute;
    top: -60px;
    left: 270px;
    right: 0x;
    bottom: 100;
  }
  
  a.Sub1.hidden {
    display: none;
  }

  
  a.Sub2 {
    padding: 60px;
    text-decoration: none;
    color: rgb(255, 187, 0, 0);
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid rgba(301, 153, 23, 00);
    position: absolute;
    top: -60px;
    left: 270px;
    right: 0x;
    bottom: 100;
  }
  
  a.Sub2.hidden {
    display: none;
  }


  a.Sub3 {
    padding: 60px;
    text-decoration: none;
    color: rgb(255, 187, 0, 0);
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid rgba(11, 153, 23, 0);
    position: absolute;
    top: -60px;
    left: 270px;
    right: 0x;
    bottom: 100;
  }
  
  a.Sub3.hidden {
    display: none;
  }


  .text-container {
    display: block;
    position:relative;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    z-index: 1; /* Ensure the text is on top of other elements in the hero banner */
    margin-bottom: -10px;
    bottom:40px;
  }
  

  
  .title,
  .subtitle {
    color: white;
    font-family: 'Press Start 2P', cursive;
    font-size: 14px;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
    margin: 10;
    position:static;
    bottom:50px;
    padding: 0;
    line-height: 1.2;
    cursor: none;
  }
  .hero.fade-in {
    transition: background-image 3.5s ease-in-out;
  }

  
  .audio-player {
    --player-button-width: 2em;
    --sound-button-width: 2em;
    --space: .5em;
    width: 10rem;
    /* height: 15rem; */
    position: static;
    /* left:-120px; */
    bottom:10px;
  }
  

  
  .audio-icon {
     width: 90%;
     height: 90%;
  }
  
  .controls {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    margin-left: 310px;
  }
  
  .player-button {
    background-color: #bebbbb;
    border: 0;
    width: var(--player-button-width);
    height: var(--player-button-width);
    cursor: pointer;
    padding: 0;
    border-radius: 100%;
  }
  
  .timeline {
    -webkit-appearance: none;
    width: calc(100% - (var(--player-button-width) + var(--sound-button-width) + var(--space)));
    height: .5em;
    background-color: #e5e5e5;
    border-radius: 5px;
    background-size: 0% 100%;
    background-image: linear-gradient(#ff0000, #990606);
    background-repeat: no-repeat;
    margin-right: var(--space);
  }
  

  .sound-button {
    background-color: transparent;
    border: 0;
    width: var(--sound-button-width);
    height: var(--sound-button-width);
    cursor: pointer;
    padding: 0;
    
    
  }

  .preload {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .preload-bar {
    width: 100px;
    height: 10px;
    background-color: #ffffff;
    animation: preload-bar 1.5s ease-in-out infinite;
  }
  
  @keyframes preload-bar {
    0% {
      width: 0%;
    }
    50% {
      width: 50%;
    }
    100% {
      width: 100%;
    }
  }
  
  .preload-finish {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  }
  
  
  
  .modal {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
  }
  
  .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    background-color: white;
    border-radius: 10px;
  }
  
  .modal-content iframe {
    width: 100%;
    height: 100%;
    border: none;
  }
  

  .inner-window {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 12;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .inner-window-content {
    background-color: white;
    padding: 1px;
    max-width: 80%;
    max-height: 80%;
    overflow: auto;
  }
  


  
  @keyframes show-image {
    100% {
      opacity: 2;
    }
  }
  
  .image-container {
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* opacity: 0; */
    animation: show-image 12.4s forwards;
    z-index: 999;
  }
  .black-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 998;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }

  #rotate-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    z-index: 9999;
  }
  