@font-face {
    font-family: "ColaKind";
    src: url("fonts/ColaKind.ttf");
}

@font-face {
    font-family: "modernaLight";
    src: url("fonts/Moderna\ W01\ Light.ttf");
}

* {
    margin: 0;
    padding: 0;
    color: white;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
::-webkit-scrollbar {
    display: none;
}

section, div {
    overflow: hidden;
}

.centerBody {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

body{
    padding:0;
    margin:0;
    width:100%;
    overflow-x: hidden;
    position: relative;
    background: #141e30;
}

a {
    text-decoration: none;
}

.center {
    display: flex;
    align-items: center;
    justify-content: center;
}

nav {
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.nav {
    color: rgb(184, 190, 204);
    font-family: 'Kanit';
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1100px;
    margin: auto;
}

.logo {
    height: 60px;
}

.svg {
    fill: #02a701;
    margin-right: 15px;
}

.line-breakers {
    height: 10px;
    /* width: 95vw; */
    margin: auto;
    background: #02a701;
}
.wave {
    display: block;
    position: relative;
    height: 40px;
    width: 100%;
    background: #02a701;;
    transform: scale(1, 1);
  }
  
  .wave:before {
    content: "";
    display: block;
    position: absolute;
    border-radius: 100%;
    width: 100%;
    height: 300px;
    background-color: white;
    right: -25%;
    top: 20px;
  }
  
  .wave:after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 100%;
    width: 100%;
    height: 300px;
    background-color: #02a701;;
    left: -25%;
    top: -240px;
    clip-path: ellipse(100% 15% at -15% 100%);
  }

.fullBtn {
    background: linear-gradient(#02a701 0%, #02a701 100%);
    padding: 10px 20px;
    color: white;
    border: none;
    border-radius: 30px;
    font-family: ColaKind;
    font-size: 18px;
    border: 2px solid white;
}

.borderBtn {
    border: 3px solid #02a701;;
    padding: 10px 20px;
    color: #02a701;
    font-family: ColaKind;
    border-radius: 30px;
    margin-right: 15px;
    font-size: 18px;
    background: white;
}

.firstNav {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 400px;
    gap: 40px;
}

.firstNav div {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section {
    margin: 20px auto;
    padding: 10px;
}

.heroImg {
    object-fit: contain;
    height: 500px;
}

.heroSection {
    margin-top: 0;
    flex-direction: row-reverse;
    min-height: 92vh;
    overflow: hidden;
    position: relative;
}

.hero-bg {
    position: absolute;
    z-index: -9;
    opacity: .6;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.heroers {
    flex-direction: column;
    gap: 50px;
}

.heroTexts {
    color: white;
    text-align: center;
    font-size: 40px;
}

.heroDesc {
    font-family: Kanit;
}

.heroTitle {
    font-family: ColaKind;
    font-size: 60px;
    color: #02a701;
    text-shadow: 2px 2px 0 white, -2px -2px 0 white, 2px -2px 0 white, -2px 2px 0 white;
}

.socials {
    gap: 15px;
}

.social {
    height: 25px;        
}

.heroBtn {
    font-size: 30px;
}

.HeroBtns {
    gap: 30px;
}

.aboutSection {
    margin-top: 100px;
    padding: 20px;
}

.aboutSect {
    flex-direction: row-reverse;
}

.aboutHeader {
    font-size: 30px;
}

.headerText {
    font-family: ColaKind;
    font-size: 60px;
    margin: 20px auto;
    color: #02a701;
    text-shadow: 2px 2px 0 white, -2px -2px 0 white, 2px -2px 0 white, -2px 2px 0 white;
}

.abtDesc {
    font-family: modernaLight;
    text-align: left;
}

.description {
    font-size: 23px;
    max-width: 500px;
    width: 98%;
    font-weight: 500;
    margin: auto;
}

.aboutImg {
    height: 600px;
    object-fit: contain;
}

.gaming {
    flex-direction: row-reverse;
}

footer {
    background-color: #172338;
    padding: 20px;
}

footer p {
    background: transparent;
    font-family: 'Kanit';
    font-size: 15px;
}

.partners {
    margin: 100px auto;
}

.backersImg {
    gap: 30px;
}

.backers {
    width: 150px;
    object-fit: contain;
}

.backersText {
    text-align: center;
    font-size: 40px;
}

.mobileNav {
    display: none;
}


.puzzle {
    height: 60px;
    width: 60px;
    background: #00000033;
    stroke: #02a701;
    border-radius: 15%;
    padding: 10px;
}

.roadmap {
    max-width: 1400px;
    margin: auto;
}

.roadCont {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 31%;
    gap: 20px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
}

.roadClass {
    border-radius: 10%;
    background: #1d2941;
    padding: 20px;
}

.arrows {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    margin: 10px;
}

.stck {
    height: 30px;
    margin-right: 10px;
}

.arrows svg {
    height: 30px;
    width: 30px;
    stroke: #02a701;
    cursor: pointer;
}

.roadPhase {
    font-family: ColaKind;
    font-size: 2rem;
}

.roadClass {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}

.phaseProps {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin: 20px auto;
}

.checkMark {
    height: 50px !important;
    width: 50px !important;
    stroke: #02a701;
}

.phaseDesc {
    font-family: Kanit;
    color: rgb(224, 224, 224);
}

.phaseProps p {
    text-align: left;
    color: rgb(223, 223, 223);
    font-family: modernaLight;
    font-size: 13px;
}

.tknSection {
    flex-direction: column;
    margin: 200px auto;
}

.tknImg {
    width: 95%;
    margin: auto;
    max-width: 700px;
    object-fit: contain;
    margin-top: 40px;
}

.tknCont{
    margin-top: 50px;
    background: #1d29415f;
    padding: 50px;
    border-radius: 10%;
}

.tknCont h2 {
    font-family: ColaKind;
    font-size: 35px;
    color: white;
    color: rgb(230, 230, 230);
}

.tknCont p {
    font-family: Kanit;
    color: rgb(223, 223, 223);
    font-size: 17px;
} 

.tknCont div h3 {
    font-family: ColaKind;
    font-size: 25px;
    margin-top: 20px;
    color: rgb(230, 230, 230);
}

.cAdd {
    border: 1px solid #02a701;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    width: 90%;
    margin: auto;
    max-width: 600px;
    font-family: Kanit;
    font-size: 1.2rem;
    word-wrap: break-word;
}

.contractA {
    flex-direction: column;
    gap: 20px;
    margin: 150px auto;
}
.contractA button {
    background: #1d29415f;
    padding: 10px 60px;
}


/* MEDIA QUERIES */
@media (max-width: 1170px) {
    
    body, section {
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .roadCont {
        grid-auto-columns: 60%;
    }
    .mobileNav {
        display: block;
        position: fixed;
        bottom: 0;
        background-color: #0f1724;
        z-index: 99;
        width: 100vw;
        padding: 0;
        margin: 0;
    }
    .mobileNav div {
        padding: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 80%;
        max-width: 800px;
        margin: auto;
        background-color: transparent;
    }
    .mobileNav div a {
        background-color: transparent;
        font-family: 'Kanit';
    }
    .firstNav div {
        display: none;
    }
    .hero-bg {
        object-position: right;
        height: 200vh;
        bottom: -50px;
    }
    .connectW {
        font-size: 14px !important;
    }
    .aboutSection {
        flex-direction: column;
    }
    .heroImg {
        width: 98%;
        margin: 30px auto;
        height: auto;
    }
    .heroSection {
        flex-direction: column;
        min-height: 90vh;
    }
    .heroBtn {
        font-size: 19px;
    }
    .HeroBtns {
        gap: 20px;
    }
    .description {
        font-size: 18px;
    }
    .abtDesc, .aboutHeader {
        text-align: center;
    }
    .gaming {
        flex-direction: column;
    }
    .backersImg {
        flex-direction: column;
    }
    .aboutImg {
        height: 400px;
    }
    .heroDesc {
        font-size: 20px;   
    }
    .fs {
        height: 20px;
    }
    footer {
        margin-bottom: 60px;
    }
    .tokenomicsDiv {
        flex-direction: column;
    }    
}



@media (max-width: 700px) {
    .buyWobi {
        display: none;
    }
    .roadCont {
        grid-auto-columns: 90%;
    }
    .arrows {
        display: none;
    }
    .contractA h1 {
        font-size: 35px;
        text-shadow: 1px 1px 0 white, -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white;    
    }
    .cAdd {
        font-size: 13px;
    }
}


/* ANIMATIONS */

.shake {
    animation: shake 3s ease infinite;
  }

@keyframes shake {
    0%, 100% {transform: translateX(0);}
    10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
    20%, 40%, 60%, 80% {transform: translateX(10px);}
}

.pulse {
    animation: pulse 2s infinite ease-in-out alternate;
  }
  @keyframes pulse {
    from { transform: scale(0.7); }
    to { transform: scale(1.0); }
  }
