@font-face {
    font-family: 'perfect';
    src: url('/assets/fonts/Perfect.woff') ;
}

* {
    margin: 0;
  }
  #webgl{
      position: absolute;
      right: 0;
      top: 0;
      z-index: 1;
  }
  body {
    overflow: hidden;
    position: relative;
    user-select: none;
    /* background: #41b882; */
  }
  .input-header{
    position: relative;
    width:25px;
    height:25px;
    z-index:1;
    opacity: 0;
    display:none;
  }
  input:checked ~ .mobile-div-ul{
    opacity: 1;
    transition: all 0.33s linear;
    height: auto;
    width: auto;
  }
  input:checked ~ * .little-a{
    display: block;
  }
  .mobile-nav{
    background-color: rgba(0,0,0,0.6);
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      z-index: 2;
  }
  .mobile-li{
    display:none;
    color: #FFE196;
    padding: 10px;
  }
  .mobile-div-ul{
     opacity: 0;
     /* background-color: rgba(0,0,0,0.6); */
     height: 0;
     width: 0;
  }
  .little-a{
    display: none;
    color: #FFE196;
    font-family: 'perfect';
    text-decoration: none;
    border-radius: 25px;
  }
  .span-index{
    display:none;
    position:relative;
    width:30px;
    height:5px;
    background: #fff;
    transition: 0.8s;
  }
  .bir{
    position:absolute;
    left:10px;
    top:10px;
  }
  .iki{
    position:absolute;
    left:10px;
    top:20px;
  }
  .uc{
    position:absolute;
    left:10px;
    top:30px;
  }
  input:checked ~ .bir{
    transform:rotate(45deg) translate(0px,14px);

  }
  input:checked ~ .iki{
    display:none;
  }
  input:checked ~ .uc{
    transform:rotate(-45deg) translate(0px,-14px);
  }
  @media only screen and (max-width: 769px) {
    .input-header{
      display:block;
    }
    .span-index{
      display:inline;
    }
    .nav-menu{
      display:none;
    }
    .mobile-li{
      display:block;
    }
  }
  

  .nav-menu{
      height: 100vh;
      width: fit-content;
      z-index: 99;
      position: relative;
      list-style-type: none;
      padding: 40px 30px;
      background-color: transparent;
      display: block;
      /* display: flex; */
  }
  .nav-menu li img{
      padding: 50px;
      width: 200px;
  }
  .nav-menu li{
    color: #fff;
    font-size: 20px;
    margin: 40px 0;
    
    /* background-color: #fff; */
  }
  .nav-menu li a{
      cursor: pointer;
  }
  .nav-menu li:not(:first-child){
      margin: 10px 0;
      text-align: center;
      padding: 10px 5px;
      
  }

  .nav-menu li:not(:first-child) a{
    font-family: 'perfect';
    /* color: #FFE196; */
    color: #Fff;
    font-size: 26px;
    padding: 20px 10px;
    width: 80%;
    display: inline-block;
    text-decoration: none;
    border-radius: 25px;
    /* border: 1px solid #FFE196;
    transition: all .33s linear; */
}
.nav-menu li:not(:first-child) a:hover{
    color: #5e1247;
}
.nav-menu .active{
    color: #5e1247 !important;
    /* border: 1px solid red !important; */
}
.nav-menu li:not(:first-child) a:link{
    color: #FFE196;
}

#selectable{
    width: 80vw;
    height:auto;
    padding: 0;
    table-layout: fixed;
    background: url("/assets/images/indir.png") no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#selectable tr{
    width: 100%;
    height: auto;

}
#selectable tr td{
    width: calc(100% / 100);
    box-sizing: border-box;
    /* background: #aaa; */
    border: 1px solid rgba(255,255,255,0.3);
    /* height:10px; */
}
#selectable tr td::after{
    content: '';
    display: block;
    margin-top: 100%;
}

.modal{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    background: url("/assets/images/space.gif") no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    box-sizing: border-box;
    padding: 40px 10vw;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.modal button{
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 15px;
    background: #41D554;
}
.modal div{
width: 100%;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
}
.modal div h1{color: #fff;}
.modal div button{background: #F14846;}


.aboutArea{
    position: absolute;
    right: 0;
    top: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 10vh 60px; */

}
.aboutArea .content{
    margin: 10vh 20px;
}

.nftArea{
    position: absolute;
    right: 0;
    top: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 10vh 60px; */

}
.nftArea .content{
    margin: 10vh 20px;
}

.nftArea .content h1{
    font-family: 'perfect';
    color: #FFE196;
    font-size:100px;
    font-weight:400;
}

.kdpxArea{
    position: absolute;
    right: 0;
    top: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 10vh 60px; */

}
.kdpxArea .content{
    margin: 10vh 20px;
}
.kdpxArea .content h1{
    font-family: 'perfect';
    color: #FFE196;
    font-size:100px;
    font-weight:400;
}

.aboutArea .content h1{
    font-family: 'perfect';
    padding: 20px;
    color: #fff;
}

.aboutArea .content p{
    font-family: 'perfect';
    color: #fff;
    font-size: 20px;
}



.contactArea{
    position: absolute;
    right: 0;
    top: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 10vh 60px; */

}
.aboutArea .content{
    /* margin: 10vh 20px; */
}
@media only screen and (max-width:769px) {
    .nav-menu{
        display: none;
    }
}
@media only screen and (max-width:769px) {
    .kdpxArea .content h1{
        font-size: 49px;
    }
    .nftArea .content h1{
        font-size: 49px;
    }
}
@media only screen and (max-width:400px) {
   
    .kdpxArea .content h1{
        font-size: 40px;
    }
    .nftArea .content h1{
        font-size: 40px;
    }
}
@media only screen and (max-width:290px) {
   
    .kdpxArea .content h1{
        font-size: 35px;
    }
    .nftArea .content h1{
        font-size: 35px;
    }
}
