:root {
    --background-color: rgb(23 24 28);
}


body {
    background: var(--background-color);
    color: white;
    width: fit-content;
    margin-left: auto; margin-right: auto;
    padding-left: 20px; padding-right: 20px;
    font-family:"MedievalSharp", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/*mobile devices */

.hero-section {
        
margin-top: 1rem;
    margin-bottom: 100px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background-image: radial-gradient(20% 50% at 50% 50%,rgba(246, 176, 63, 0.376) 0,rgba(216, 28, 25, 0) 100%);
}

.hero-image {
    margin-left: 100px;
}

.mobile-hero-image {
    display: none;
}

.feature-section {
        
   
    margin-top: 1rem;
    margin-bottom: 100px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    /* background-image: radial-gradient(20% 50% at 50% 50%,rgba(237, 166, 215, 0.376) 0,rgba(216, 28, 25, 0) 100%); */
}

.hero-section {
    display: nonde;
    width: auto;h
}

.hero-svg {
    width: auto;
    height: auto;
}

 .feature-svg {
    display: block;
    width: auto;
    height:auto;
    }

.row-separator {
    display: block;
}



.hero-subtitle {
    font-size: 1.25rem;
    font-weight: 300;
}

.nav {
    display: none;
}

.nav-ham {
    visibility: visible;
    margin-left: 50%;
}

.nav-play-btn {
   
    padding: 10px 35px 10px 35px;
    background-color: rgba(164, 107, 20, 0.3);
    max-width: fit-content;
  
    
}

.nav-link  {
    color: white;
   
}

.nav-btn-group {
    flex-direction: row;
    justify-content: space-between;
    margin-left: 20px;
    width: auto;
    display: none;
  
}

.giant-hero-text {
    font-size: 2.5rem;
    margin-bottom: 20px;

}

.hero-image {
    display: none;
}

.mobile-hero-image {
    display: block;
}

.hero-small-text {
    font-size: 16px;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    margin-bottom: 15px;
}

.feature-intro-section{
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 0px;
}

.story-text {
    background-color: transparent;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    width: fit-content;
    padding: 30px;
    position: absolute;
    top: 0;
    right: 0;

}

 .story-text2 {
            background-color: rgba(164, 107, 20, 0.3);
            border-style: solid;
            border-width: 1px;
            border-color: #fff;
            
           
            padding: 30px;
            position: absolute;
            bottom: 10px;
            left: 100px;
            max-width: fit-content;
            max-height: 6rem;

        }
        .story-text3 {
            background-color: transparent;
            border-style: solid;
            border-width: 1px;
            border-color: #fff;
            
            padding: 30px;
            position: absolute;
            bottom: -100px;
            left: 100px;
            max-width: 20rem;
            max-height: 6rem;

        }

        .landing-btn {
            background-color: transparent;  
            border-width: 1px;
            color: #fff;
        }
        
        .play-btn {
            padding-left: 70px;
            padding-right: 70px;
            padding-top: 10px;
            padding-bottom: 10px;
            margin-top: 150px;
            font-size: 20px;
            border-width: 3px;
            text-shadow: 1px 1px red;
            width: 300px;

        }

.feature-intro-section>h2 {
    font-size: 26px;
}

.feature-items-section {
    margin-top: 10px;
}

.mobile-showcase-image {
    display: block;
}

.feature-title-text {
    font-size: 30px;
    font-weight: 300;
}

.feature-description-text {
    font-size: 18px;
}

.mobile-hero-button {
    font-size: 1rem;
}

a {
    color:#fff;
}
a:hover {
    color: var(--background-color);
    background-color: white;
}



.mobile-hero-button {
    display: none;
}

.th-header {
    position: sticky;
    top: 00px;
    z-index: 1;
    bottom: -70px;
    background-color: var(--background-color);
}

.sidenav {
    height: 100%;
    width: 0; 
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    background-color: var(--background-color); 
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.3s; 
  }
  
  .sidenav a {
      padding: 8px 8px 8px 32px;
      text-decoration: none;
      font-size: 25px;
      color: #fff;
      display: block;
      transition: 0.3s;
    }
  
    .sidenav a:hover {
      color: #f1f1f1;
    }
    
    .sidenav .closebtn {
      position: absolute;
      top: 0;
      right: 25px;
      font-size: 36px;
      margin-left: 50px;
    }

    .nav-ham {
        visibility: visible;
    }

    
    .nav {
        display: none;
       }


    @media screen and (min-width: 320px) {


    
        .hero-text {
            font-size: 2rem;
            margin-bottom: 20px;
    
        }
    
        .hero-section {
            padding-left: 2px;
            padding-right: 2px;
        }
    
        .waitlist-form {
            display: flex;
            flex-direction: row;
            width: 100%;
           padding-left: 30px;
           padding-right: 30px;
            justify-content: space-around;
            height: 40px;
    
            margin-top: 80px;
           
          
        }
    
        .waitlist-input {
            width: 60%rem;
            border-radius: 20px;
            border-width: 0px;
            padding-left: 10px;
            font-size: 10px;
        }
    
        .hero-text-div {
            height: 70px;
        }
    
        .waitlist-button {
            background-color: #02feff;
            color: rgb(143, 127, 127);
            border-radius: 20px;
            border-width: 0px;
            font-size: 10px;
            margin-left: 10px;
            width: 40%;
            
         }
    
    }
    
    @media screen and (min-width: 481px) {
    
    
      
    
       
    
        .hero-text {
            font-size: 2.4rem;
            margin-bottom: 20px;
    
        }
    
        .waitlist-form {
            display: flex;
            flex-direction: row;
            width: 50%;
            padding-left: 30px;
            padding-right: 30px;
            margin-left: auto;
            margin-right: auto;
            height: 40px;
           
          
        }
    
         .hero-section {
            padding-left: 20px;
            padding-right: 20px;
         }
    
    }
    
    @media screen and (min-width: 769px) {

        .nav-btn-group {
            display: flex;
        }

        .play-btn {
            margin-top: 50px;
        }

        .story-text {
           
            width: fit-content;
            padding: 30px;
            position: absolute;
            top: 100;
            right: 0;
        
        }


        .story-text2 {
            
           
            padding: 30px;
            position: absolute;
            bottom: 100px;
            left: 400px;
            max-width: 20rem;
            max-height: 6rem;

        }
        .story-text3 {
           
            
            padding: 30px;
            position: absolute;
            bottom: 0px;
            left: 400px;
            max-width: 20rem;
            max-height: 6rem;

        }
        
    
        .hero-text-div {
            height: 170px;
        }
    
    
        .nav {
            display: block;
        }
    
        .nav-ham {
            visibility: hidden ;
        }
    
        .nav-spacer {
            width: 75%;
        }
    
        .hero-text {
            font-size: 2.4rem;
            margin-bottom: 20px;
    
        }
    
        .waitlist-form {
            display: flex;
            flex-direction: row;
            width: 70%;
            margin-left: auto;
            margin-right: auto;
            padding-left: 30px;
            padding-right: 30px;
            height: 40px;
           
          
        }
    
        .waitlist-input {
            width: 300px;
            border-radius: 20px;
            border-width: 0px;
            padding-left: 10px;
            font-size: 12px;
        }
    
        .waitlist-button {
            background-color: #02feff;
            color: rgb(143, 127, 127);
            border-radius: 20px;
            font-size: 12px;
            width: 100px;
            
         }
    
         .hero-section {
            padding-left: 50px;
            padding-right: 50px;
         }

         .row-separator {
            display: none;
        }
    
    }
    
    @media screen and (min-width: 1025px) {
        
        .nav {
            display: block;
        }
    
        .nav-ham {
            visibility: hidden ;
        }
    
        .nav-spacer {
            width: 70%;
        }
    
        .hero-text {
            font-size: 2.4rem;
            margin-bottom: 20px;
    
        }
    
        .waitlist-form {
            display: flex;
            flex-direction: row;
            width: 60%;
            margin-left: auto;
            margin-right: auto;
            padding-left: 30px;
            padding-right: 30px;
            height: 40px;
           
        }
    
        .waitlist-input {
            width: 300px;
            border-radius: 20px;
            border-width: 0px;
            padding-left: 10px;
            font-size: 12px;
        }
    
        .waitlist-button {
            background-color: #02feff;
            color: rgb(143, 127, 127);
            border-radius: 20px;
            font-size: 12px;
            width: 100px;
            
         }
         ul > .waitlist-button {
            background-color: #02feff;
            color: rgb(143, 127, 127);
            width: 10rem;
            border-radius: 20px;
            border-width: 0px;
            font-size: 15px;
            height: 40px;
            
         }
    
         .hero-section {
            padding-left: 50px;
            padding-right: 50px;
         }
    
    }
      
    @media screen and (min-width: 1201px) {
    
        .nav-spacer {
            width: 75%;
        }
    
        .waitlist-form {
            display: flex;
            flex-direction: row;
            width: 60%;
            margin-left: auto;
            margin-right: auto;
            justify-content: space-around;
            height: 50px;
    
    
        }
    
        .waitlist-input {
            width: 400px;
            border-radius: 20px;
            border-width: 0px;
            padding-left: 20px;
            font-size: 20px;
        }
    
            .waitlist-button {
                background-color: #02feff;
                color: rgb(143, 127, 127);
                width: 10rem;
                border-radius: 20px;
                border-width: 0px;
                font-size: 15px;
                
            }
    
         ul > .waitlist-button {
            background-color: #02feff;
            color: rgb(143, 127, 127);
            width: 10rem;
            border-radius: 20px;
            border-width: 0px;
            font-size: 15px;
            height: 45px;
            
         }
    
         .hero-text {
            font-weight:500;
            font-size: 4.5rem;
            margin-bottom: 20px;
        }
    
        
    }