@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@font-face {
    font-family: 'Pengenalan';
    src: url(../fonts/Pengenalan.ttf);
}
html, body{
    scroll-behavior: smooth;
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    color: #FFF;
    font-family: 'Pengenalan', sans-serif;
}
body{
    overflow-x: hidden;
    background: #000;
}
img{
    max-width: 100%;
}
a{
    text-decoration: none;
}
/* main{
    max-width: 1920px;
    margin: 0 auto;
} */
#main, #about, #tokenomic, #roadmap{
    height: 100vh;
    width: 100vw;
    max-width: 100vw;
    background-size: cover;
    position: relative;
    overflow-x: clip;
}
#main{
    background-image: url('../../assets/img/back-1.png');
}
#about{
    background-image: url('../../assets/img/back-2.png');
}
#tokenomic{
    background-image: url('../../assets/img/back-3.png');
}
#roadmap{
    background-image: url('../../assets/img/back-4.png');
}
.wrapper{
    width: 1800px;
    margin: 0 auto;
}
.mobile-menu{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: -100vh;
    left: 0;
    right: 0;
    bottom: 0;
    transition-duration: 0.5s;
    z-index: 1000000;
    background: #000;
    display: none;
    text-align: center;
    padding-top: 20vh;
}
.mobile-menu.active{
    top: 0;
}
.mobile-menu img{
    width: 200px;
    margin-bottom: 15px;
}
.xmark{
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    width: 40px !important;
}
.burger{
    display: none;
    cursor: pointer;
}
.burger span{
    display: block;
    width: 30px;
    margin-bottom: 5px;
    height: 3px;
    background: #FFF;
    border-radius: 4px;
    margin-left: auto;
}
.burger span:nth-child(2){
    width: 22px;
}
.burger span:nth-child(3){
    width: 26px;
}
.header-wrapper{
    display: flex;
    align-items: center;
}
.buttons{
    display: flex;
    align-items: center;
    column-gap: 20px;
    padding-bottom: 40px;
    border-bottom: 5px solid #FFF;
}
.buttons img{
    width: 200px;
}
.header-logo img{
    width: 200px;
}
.main-container{
    display: flex;
    align-items: center;
}
.main-left{
    text-align: center;
    position: relative;
    z-index: 3;
}
.code{
    border: #00ff41 4px solid;
    background: linear-gradient(to right, #00ff41, #000);
    color: #FFF;
    outline: none;
    cursor: pointer;
    border-radius: 24px;
    padding: 5px 20px;
    font-size: 28px;
    text-overflow: ellipsis;
    width: 800px;
    margin-top: 20px;
}
.lambo{
    width: 500px;
}
.socials{
    display: flex;
    align-items: center;
    justify-content: center;
}
#main .socials{
    margin-top: -100px;
}
.logos{
    display: flex;
    align-items: center;
    column-gap: 30px;
    justify-content: center;
    position: relative;
    z-index: 15;
}
.logos img{
    width: 300px;
}
.about-left p{
    font-size: 40px;
    font-family: "Bebas Neue", sans-serif;
}
.about-wrapper{
    border-left: 5px solid #FFF;
}
.about-container{
    display: flex;
    align-items: center;
}
.about-left{
    width: 50%;
    padding-left: 100px;
    position: relative;
    z-index: 15;
}
.about-right{
    width: 50%;
}
.text-container{
    position: absolute;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
}
.tokenomic-logo{
    position: relative;
    z-index: 3;
}
h5{
    color: #000;
    font-size: 38px;
    margin-bottom: 20px;
}
.text-container p{
    font-size: 48px;
    color: #000;
}
.token-bot{
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) !important;
    width: 700px;
    z-index: 20;
}
.roadmap-wrapper{
    text-align: center;
}
.roadmap{
    width: 800px;
    margin: 0 auto;
    padding-bottom: 100px;
    border-bottom: 5px solid #FFF;
}
.roadmap-item{
    font-size: 40px;
    margin-bottom: 10px;
    position: relative;
    z-index: 16;
}
.roadmap-item.completed{
    color: #00ff41;
}
.footer-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-logo{
    width: 20%;
}
.footer-logo img{
    width: 200px;
}
.footer-socials{
    width: 50%;
}
.footer-socials .socials{
    column-gap: 15px;
}
.footer-socials .socials img{
    width: 70px;
}
.footer-socials .socials a:nth-child(2) img{
    width: 50px;
}
.footer-socials .logos img{
    width: 150px;
}
.disclaimer{
    width: 20%;
}
.haze1{
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}
.light1{
    position: absolute;
    right: -300px;
    top: -300px;
    pointer-events: none;
    z-index: 17;
    width: 50vw;
}
.haze2{
    position: absolute;
    right: -500px;
    z-index: 17;
    bottom: -400px;
    pointer-events: none;
}
.light2{
    position: absolute;
    left: -400px;
    z-index: 17;
    top: -200px;
    width: 1000px;
    pointer-events: none;
}
.light3{
    position: absolute;
    left: -400px;
    z-index: 17;
    top: 0;
    width: 1200px;
    pointer-events: none;
}
.haze3{
    position: absolute;
    left: -500px;
    z-index: 17;
    width: 1500px;
    top: 0;
    pointer-events: none;
}
.light4{
    position: absolute;
    right: 100px;
    z-index: 17;
    top: 300px;
    width: 700px;
    pointer-events: none;
}
.hornets-left{
    position: absolute;
    top: 50%;
    left: -100px;
    transform: translateY(-50%) !important;
}
.hornets-right{
    position: absolute;
    top: 50%;
    right: -100px;
    transform: translateY(-50%) !important;
    width: 300px;
}
#roadmap{
    overflow: hidden;
}
#main::after, #about::after, #tokenomic::after, #roadmap::after{
    content: '';
    width: 100vw;
    height: 300px;
    z-index: 14;
    background: linear-gradient(to top, #000, transparent);
    pointer-events: none;
    position: absolute;
    bottom: 0;
    left: 0;
}
.hover{
    transition-duration: 0.4s;
}
.hover:hover{
    transform: scale(1.1);
}
@media(max-width: 1400px) and (min-width: 1300px){
    #main, #about, #tokenomic, #roadmap{
        overflow: hidden;
    }
    #main::after, #about::after, #tokenomic::after, #roadmap::after{
        z-index: 20;
    }
    .token-bot{
        z-index: 21;
    }
}
@media(max-width: 1800px){
    .wrapper{
        width: 1300px;
    }
    .logos img{
        width: 200px;
    }
    .footer-socials .logos img{
        width: 120px;
    }
    .light4{
        width: 500px;
    }
}
@media(max-width: 1350px){
    .wrapper{
        width: 1000px;
    }
    .code{
        width: 100%;
    }
    .main-left{
        width: 60%;
    }
    .main-right{
        width: 40%;
    }
    .about-left p{
        font-size: 28px;
    }
    #main, #about, #roadmap{
        height: auto;
        overflow-x: hidden;
    }
    #tokenomic, footer{
        overflow-x: hidden;
    }
    .logos img{
        width: 150px;
    }
}
@media (max-width: 1024px) {
    .burger{
        display: block;
        padding: 20px;
        padding-bottom: 0;
    }
    .mobile-menu{
        display: block;
    }
    header{
        display: none;
    }
    .wrapper{
        width: 96%;
        padding: 15px;
    }
    .main-container{
        flex-direction: column;
    }
    .main-left, .main-right{
        width: 100%;
    }
    .logos{
        flex-wrap: wrap;
        justify-content: center;
    }
    #main .socials{
        margin-top: -70px;
    }
    #main .socials img{
        width: 80px;
    }
    .about-container{
        flex-direction: column-reverse;
    }
    .about-left{
        padding-left: 0;
    }
    .about-left, .about-right{
        width: 100%;
    }
    .roadmap{
        width: auto;
    }
    .footer-wrapper{
        flex-direction: column;
    }
    .footer-logo, .footer-socials, .disclaimer{
        width: 100%;
    }
    .footer-logo{
        text-align: center;
    }
    .haze2{
        right: -200px;
        bottom: 0;
        width: 1200px;
        max-width: 1200px;
    }
    .light1{
        right: 0;
        top: 150px;
        width: 100vw;
    }
    .roadmap{
        margin-bottom: 30px;
    }
    .hornets-left, .hornets-right{
        width: 150px;
    }
    .text-container p{
        font-size: 24px;
    }
    .roadmap-item{
        font-size: 20px;
    }
    .light4{
        top: 0;
    }
    .roadmap{
        padding-bottom: 30px;
    }
    .token-bot{
        width: 100%;
        transform: translateX(0) !important;
        left: 20px;
    }
    h5{
        font-size: 30px;
    }
}