*{
    margin: 0%;
    padding: 0%;
}
html{
    scroll-behavior: smooth;
}
body{
    background-color: rgb(20, 7, 19);
}
h3{
    text-align: center;
    color: wheat;
    margin: 20px;
}
#ourcont{
    background: #140713;
    box-shadow:  5px 5px 0px #0d040c,
                 -5px -5px 0px #1b0a1a;
}
nav{
    background-color: #200117;
    height: 80px;
    width: 100%;
    position: fixed;
    overflow: visible;
}
label.logo{
    color: white;
    font-weight: bold;
    font-size: 35px;
    line-height: 80px;
    padding: 0 100px;
}
nav ul{
    float: right;
    margin-right: 20px;
}
nav ul li{
    display: inline-block;
    line-height: 80px;
    margin: 0 5px;
  
}
nav ul li a{
    color:white;   
    text-decoration: none; 
    font-size: 16px;
    text-transform: uppercase;
    padding: 7px 13px;
    border-radius: 3px;
    font-family: 'Libre Baskerville', serif
}
  nav li a:hover{

  background:#360228;

 transition:.5s;
}
.checkBtn{
    font-size: 30px;
    float: right;
   line-height: 80px;
   margin-right: 40px;
    display: none;
   cursor: pointer;
 
}
#check{
    display: none;
}















.home{
    height: 100vh;
    width: 100%;
    background-color: rgb(20, 7, 19);
    display: flex;
    justify-content: center;
    align-items: center;
}
.maincontainer{
    display: flex;
 
}
#ss{
    height: 200px;
    width: 780px;
}
.one h1{
    font-weight: 600;
   
    font-size: 80px;
    color: rgb(2, 212, 2);
    padding-top: 200px;
}
 .a{

    color: rgb(211, 107, 11);
    font-weight: 600;
    animation: animation1 2s infinite;
}
 .b{
   
    color: rgb(1, 92, 153);
    font-weight: 600;
    animation: animation1 5s infinite;

}
.one{
    display: flex;
    align-items: center;
    margin: 0px;
    height: 400px;
    width: 400px;
 
}


.about{
height: 100vh;
width: 100%;    
display: flex;
align-items: center;
justify-content: center;
background-color: rgb(20, 7, 19);
}
.aboutcont{
 
    height: 700px;
    width: 800px;
 
   
  
}
.two{
    height: 20%;
    width: 200px;
  

}
.im{
    height: 500px;
    display: flex;
    width: 800px;
    align-items: center;
    justify-content: center;
 
}
.im img{
    border-radius: 50px;
    height: 300px;
    width: 300px;
}
.title{
    
    height: 200px;
    width: 850px;
    border-radius: 20px;
    background: #140713;
    box-shadow:  5px 5px 0px #0d040c,
                 -5px -5px 0px #1b0a1a;
}
.title h1{
    padding-top: 20px;
    font-size: 45px;
    text-align: center;
    color: rgb(240, 237, 233);
}
.title h2{
    text-align: center;
    color: rgb(175, 172, 168);
font-size: 30px;}

.containerforgame{
    height: 60vh;
    width: 100%;

}
.containerforgame h1{
    text-align: center;
    font-size: 30px;
    color: wheat;
    margin-top: 300px;
}
.containerforgame p{
    text-align: center;
    font-size: 20px;
    color: wheat;
    margin-bottom: 20px;
}
#vid{
    overflow: scroll;
    border: 10px;
}
.gamtcont{
    display: flex;
    justify-content: center;
    align-items: center;
    height: fit-content;
}
.game{
    height: 100vh;
    width: 100%;
    background-color: rgb(20, 7, 19);
}
.gameim{
    margin: 20px;
}
.gameim img{
    height: 500px;
    width: 300px;
}
.tokenomics{
    height: 100vh;
    width: 100%;

}
.titletoken{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(20, 7, 19);
   
  
}
.tokencontainer h1{
    text-align: center;
    font-size: 50px;
    color: blanchedalmond;
}
.pictoken{
    height: 500px;
    width: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
  
    margin: 10px;
}
.pictoken img{
    height: 400px;
    border-radius: 20px;
}
.coco{
    display: flex;
    justify-content: center;
    
}



.roadmap{
    height:fit-content;
width: 100%;
}
.roadmap h1{
    text-align: center;
    font-size: 60px;
    font-weight: 600;
   
    color: rgb(1, 92, 153);
}
 .roadmapcontainer{
    height: 300px;
    width: 600px;
    border-radius: 50px;

    margin-top: 60px;
    background: #140713;
box-shadow:  5px 5px 0px #0d040c,
             -5px -5px 0px #1b0a1a;
 
}
.roadmapcontainer:nth-child(2){
    background-color: #023310;
}
.pictoken p{
    margin-top: 20px;
    font-size: 30px;
    text-align: center;
    color: wheat;
}
.road{
    display: flex;
    justify-content: center;
    align-items: center;
    
}
ul li{
    font-size: 25px;
    text-transform: uppercase;
    color: rgb(211, 107, 11);
}
ul{
    margin-left: 100px;
}


footer{
    margin-top: 100px;
    width: 100%;
    display: flex;
    align-items: center;
   justify-content: center;
    border-top:2px solid brown;
}
.fot{
    height: 200px;
    width: 300px;
    padding: 20px;
 
    display: flex;
    justify-content: center;
    align-items: center;
}

.fot h1{
    text-align: center;
    color: rgb(211, 107, 11);
 
}

.mainfot p{
    text-align: center;
    color: rgb(211, 107, 11);
}
@keyframes animation1 {
    0%{
        color: red;
    }
    100%{
        color: rgb(61, 42, 165);
    }
}

@media screen and (max-width: 800px) {

    .two{
        height: 900px;
        width: 300px;
        
    }
    .aboutcont{
        width: 300px;
    }
    .title{
        width: 300px;
     
    }
    .title h1{
        font-size: 20px;
    }
    .im{
        width: 300px;
    }
    .title h2{
        font-size: 15px;
    }
    
     .maincontainer{
            display: block;
        }
        .one{
            height: 300px;
            width: 300px;
        }
        .one img{
            height: 300px;
            width: 300px;
    
        } .one h1{
            padding-top: 0;
        }
        #ss{
            height: 300px;
            width: 300px;
           
        }
        #ss h1{
            font-size: 50px;
            text-align: center;}
      
      .two{
          width: 400px;
         
      }
      .im{
          display: flex;
          justify-content: center;
          align-items: center;
      }
     
    .gameim{
        display: flex;
        justify-content: center;
        align-items: center;
    }
   .gameim img{
       height: 350px;
       width: 250px;
   }
      .gamtcont{
      display: block;
      width: 100%;
   
    }
    .game{
        height: 300vh;
        width: 100%;
    }
    .pictoken{
        display:flex ;
        align-items: center;
        justify-content: c;
        height: 300px;
        width: 450px;
        
    }
    .pictoken #our{
        width:280px;
        margin-bottom: 50px;
    }
    #tok{
        text-align: center;
        font-size: 25px;
        padding-left: 10px;
        padding-right: 10px;
        
    }#ourcont{
        background: #140713;
        box-shadow:  5px 5px 0px #0d040c,
                     -5px -5px 0px #1b0a1a;
         
        justify-content: center;
        display: flex;
        align-items: center;
    }
    #our{
        text-align: center;
        font-size: 20px;
      
        padding-right: 10px;
    }
    #tok1{
        display: flex;
        justify-content: center;
        align-items: center;
    }
   
    .pictoken img{
        height: 200px;
        width: 300px;
    }
    .tokencontainer h1{
        font-size: 35px;
    }
    .titletoken{
        display: flex;
        align-items: center;
        justify-content: center;
     
    
    }.coco{
        display: block;
    }
    .tokencontainer{
   
        width: 100%;
    }

    .roadmapcontainer{
        height: 300px;
        width: 300px;
 
     
    }.roadmap{
        margin-top: 300px;
    }
    .roadmapcontainer h1{
        padding-top: 20px;
    }
    ul li{
        font-size: 16px;
        text-transform: uppercase;
    }
    ul{
        margin-left: 40px;
    }

}
.pictoken{
 
    margin: 30px;
}
.pictoken h2{
    color: wheat;
    text-align: center;
}
#tok{
    color: wheat;
    font-size: 20px;
   
}
#tok pre{
    text-align: left;
    margin-right: 200px;
}

@media (max-width:952px) {
    label.logo{
        font-size: 30px;
        padding-left: 60px;
    }
    .logo img{
        margin-top: 20px;
        height: 50px;
        width: 50px;
    }

    #tok{
        color: wheat;
        font-size: 20px;
       
    }
    #tok h2{
        font-size: 16px;
    }
    #tok pre{
        font-size: 16px;
        text-align: left;
        margin-right: 200px;
    }
}
@media (max-width:952px) {

    .checkBtn{
        display: block;
        margin-left: -100px;
        color: rgb(61, 42, 165);
        visibility: hidden;
    }
   nav ul{
        position: fixed;
        width: 100%;
        height: 100vh;
        background-color: #2c3e50;
        top: 80px;
        left: 100%;
        text-align: center;
        transition: all .5s;
       opacity: 0.8;
       visibility: hidden;
    }
    nav ul li{
        display: block;
        line-height: 30px;
        margin: 50px 0;
    }
 
   
 
    nav ul li a{
       font-size: 20px;
    }
    nav a:hover{
        background: none;
        color: #0082e6;
    }
    #check:checked~ul{
        left: -10%;
    }
   
  
    .name{
        height: 200px;
        width: 300px;
    }


}

