*{
    margin: 0;
    padding: 0;
    font-family: 'Acme', sans-serif;
    font-family: 'Kaushan Script', cursive;
    font-family: 'Poppins', sans-serif;
}
#banner{
    background: linear-gradient(rgba(6, 255, 255, 0.493),#000000), url(pics/download.png);
    background-size: cover;
    background-position: center;
    height: 100vh;
}
.logo{
    width: 70px;
    position:absolute;
    top: 4%;
    left: 10%;
}
.banner-text{
    text-align: center;
    color: rgb(0, 0, 0);
    padding-top: 180px;
}
.banner-text h1{
font-size: 130px;
font-family: 'Kaushan Script', cursive;
}
.banner-text p{
    font-size: 25px;
    font-style: italic ;
    font-family: 'Acme', sans-serif;
    font-weight: 900;
    color:rgb(246, 255, 118) ;
}
.banner-btn{
    margin: 70px auto 0;
}
.banner-btn a{
    font-family: 'Acme', sans-serif;
    width: 150px;
    text-decoration: none;
    display: inline-block;
    margin: 0 10px;
    padding: 12px;
    color: rgb(246, 255, 118);
    font-weight: 900;
    font-size: 25px;
    border: .5px solid rgb(246, 255, 118);
    position: relative;
    z-index: 1;
}
.banner-btn a span{
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0, 0, 0);
    z-index: -1;
    transition: 0.5s;
}
.banner-btn a:hover span{
    width: 100%;
}
#sidenav{
    width: 200px;
    height: 100vh;
    position: fixed;
    right: -200px;
    top: 0;
    background: #000000;
    z-index: 2;
    transition: 0.5s;
}
nav ul li{
    list-style: none;
    margin: 50px 20px;
}
nav ul li a{
    text-decoration: none;
    color: rgb(246, 255, 118);
    font-family: 'Acme', sans-serif;
}
#menubtn{
    width: 50px;
    height: 50px;
    background: #009688;
    text-align: center;
    position: fixed;
    right: 30px;
    top: 20px;
    border-radius: 3px;
    z-index: 3;
    cursor: pointer;
}
#menubtn img{
    width: 20px;
    margin-top: 15px;
}
@media screen and (max-width: 770px) {
    .banner-text h1{
        font-size: 44px;
    }
    .banner-btn a{
        display: block;
        margin: 30px auto;
    }
}

/* About */
#about{
    width:100%;
    padding: 70px 0;
    background-color: black;
    font-size: 35px;;
}
.title-text{
    text-align: center;
    padding-bottom: 70px;
    color: white;
}
.title-text p{
    margin: auto;
    font-size: 20px;
    color: #009688;
    font-weight: bold;
    font-family: 'Acme', sans-serif;
    position: relative;
    font-size: 25px;
    z-index: 1;
    display: inline-block;
}
.title-text p::after{
    content:'';
    width: 50px;
    height:35px;
    background: linear-gradient(#019587,#fff);
    position: absolute;
    top: -20px;
    left:0;
    z-index: -1;
    transform: rotate(10deg);
    border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;
}
.About-box{
    width: 80%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
}
.abouts{
    flex-basis:50% ;
}
.abouts p{
    flex-basis: 50%;
    color: rgb(253, 173, 120);
    font-family:'Acme', sans-serif;
    font-size: 25px;
}
.about-img{
    flex-basis: 50%;
    margin: auto;
}
.about-img img{
    width: 70%;
    border-radius: 13px;
}
/* Roadmap */
#ROADMAP{
    width:100%;
    padding: 70px 0;
    background-color: black;
    font-size: 35px;
}
.Roadmap-title-text{
    text-align: center;
    padding-bottom: 70px;
    color: white;
}
.Roadmap-title-text p{
    margin: auto;
    font-size: 100%;
    color: #1cdbc8;
    font-weight: bold;
    font-family: 'Acme', sans-serif;
    position: relative;
    z-index: 1;
    display: inline-block;
}
.Roadmap-title-text p::after{
    content:'';
    width: 50px;
    height:35px;
    background: linear-gradient(#019587,#fff);
    position: absolute;
    top: -20px;
    left:0;
    z-index: -1;
    transform: rotate(10deg);
    border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;
}
.Roadmap-box{
    width: 80%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
}
.Roadmaps{
    flex-basis:50% ;
}
.Roadmaps p{
    flex-basis: 50%;
    color: rgb(219, 164, 255);
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 17px;
    text-align: left;
}
.Roadmaps h1{
    font-family: 'Kaushan Script', cursive;
    text-align: left;
    color: rgb(5, 253, 232)
}
.Roadmap-img{
    flex-basis: 50%;
    margin: auto;
}
.Roadmap-img img{
    width: 90%;
    border-radius: 13px;
}
/* FAQSS */
#faqs{
    width:100%;
    padding: 70px 0;
    background-color: black;
}
.faqs-title-text{
    text-align: center;
    padding-bottom: 70px;
    color: white;
}
.faqs-title-text h1{
    margin: auto;
    font-size: 60px;
    color: #1cdbc8;
    font-weight: bold;
    font-family: 'Kaushan Script', cursive;
    position: relative;
    z-index: 1;
    display: inline-block;
}
.faqs-title-text h1::after{
    content:'';
    width: 60px;
    height:40px;
    background: linear-gradient(#019587,#fff);
    position: absolute;
    top: -20px;
    left:0;
    z-index: -1;
    transform: rotate(11deg);
    border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;
}
.faqs-box{
    width: 80%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
}
.Faqs p{
    flex-basis:auto;
    color: rgb(219, 164, 255);
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 17px;
    text-align: center;
    margin-bottom: 10px;
    padding-left: 50px;
    padding-right: 50px;
    background: rgba(34, 1, 27, 0.78);
    border-radius: 12px;
    padding-top: 28px;
    padding-bottom: 28px;
}
.Faqs h1{
    font-family: 'Kaushan Script', cursive;
    text-align: center;
    color: rgb(5, 253, 232);
    margin-left: 50px;
    padding-top: 37px;
    font-size: 28px;
}
#Discord{
    width:100%;
    padding: 70px 0;
    background-color: black;
    font-size: 35px;
    text-align: center;
}
.Disc-title-text{
    text-align: center;
    padding-bottom: 70px;
    color: white;
}
.Disc-box{
    width: 80%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
}
.Discs a {
    flex-basis:auto;
    color: rgb(219, 164, 255);
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
    padding-left: 50px;
    text-decoration: none;
    padding-right: 50px;
    background: rgba(34, 1, 27, 0.78);
    border-radius: 12px;
    padding-top: 28px;
    padding-bottom: 28px;
    margin-left:450px;
}
/* Footer */
*, *:before, *:after {
    box-sizing: border-box;
    }
    
    body {
    font-family: poppins;
    margin: 0;
    display: grid;
    font-size: 15px;
    font-weight: bold;
    }
    header p {
    padding: 50px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 65px;
    font-weight: 700;
    }
    .footer {
    display: flex;
    flex-flow: row wrap;
    padding: 50px;
    color: #fff;
    background-color: rgb(126, 66, 108);
    }
    .footer img{
        width: 100px;
    }

    .footer > * {
    flex:  1 100%;
    }
    
    .l-footer {
    margin-right: 1.25em;
    margin-bottom: 2em;
    }
    
    h2 {
    font-weight: 400;
    font-size: 15px;
    }
    
    .footer ul {
    list-style: none;
    padding-left: 0;
    }
    
    .footer li {
    line-height: 2em;
    }
    
    .footer a {
    text-decoration: none;
    }
    
    .r-footer {
    display: flex;
    flex-flow: row wrap;
    }
    
    .r-footer > * {
    flex: 1 50%;
    margin-right: 1.25em;
    }
    
    .box a {
    color: rgb(255, 255, 255);
    }
    
    .h-box {
    column-count: 2;
    column-gap: 1.25em;
    }
    
    .b-footer {
    text-align: center;
    color: rgb(255, 255, 255);
    padding-top: 50px;
    }
    
    .l-footer p {
    padding-right: 20%;
    color: rgb(255, 255, 255);
    }   
    
    @media screen and (min-width: 600px) {
    .r-footer > * {
    flex: 1;
    }
    
    .features {
    flex-grow: 2;
    }
    
    .l-footer {
    flex: 1 0px;
    }
    
    .r-footer {
    flex: 2 0px;
    }
    }
    