@font-face {
    font-family: 'Mona Sans';
    src: url(../fonts/Mona-Sans-BlackWide.otf);
}
@font-face {
    font-family: 'Mona Sans Medium';
    src: url(../fonts/Mona-Sans-MediumWide.otf);
}
@font-face {
    font-family: 'Pshek';
    src: url(../fonts/Pshek_KY2.ttf);
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Mona Sans';
}
html, body{
    scroll-behavior: smooth;
}
body{
    width: 100vw;
    overflow-x: hidden;
}
img{
    max-width: 100%;
}
a{
    text-decoration: none;
    color: #000;
}
ul{
    list-style: none;
}
#main{
    background-color: #FF00FF;
    position: relative;
    height: 100vh;
    overflow: hidden;
}
#about{
    background-color: #CC00FF;
    height: 100vh;
    position: relative;
    overflow: hidden;
}
#htb{
    background-image: url(../img/BACK3.png);
    position: relative;
    height: 100vh;
    overflow: hidden;
}
#tokenomics{
    position: relative;
    overflow: hidden;
}
header{
    background-color: #FFFF00;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50px;
    width: 100%;
}
.logo{
    width: 20vw;
    height: auto;
}
nav ul{
    display: flex;
    column-gap: 30px;
    margin: 0 30px;
}
.button{
    background: #000;
    box-shadow: 3px 3px 10px #000;
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 30px;
    border-radius: 12px;
    cursor: pointer;
}
.marsh-1{
    width: 40vw;
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%) !important;
    animation: levitation 3s linear infinite;
}
.main-socials{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) !important;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.main-socials__item{
    background: #FFFF00;
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.main-socials__item > span{
    font-size: 24px;
    max-width: 0;
    width: auto;
    opacity: 0;
    transition-duration: 0.2s;
}
.main-socials__item:hover span{
    max-width: 300px;
    opacity: 1;
    margin-left: 15px;
}
.main-socials__item img{
    width: 80px;
}
.marquee{
    position: absolute;
    top: 0;
    width: 200vw;
    left: -100%;
    animation: marquee 10s linear infinite;
    display: flex;
    justify-content: space-around;
    overflow: hidden;
}
.marquee span{
    font-size: 80px;
    text-transform: uppercase;
    font-family: 'Pshek';
    white-space: nowrap;
}
#about .marquee{
    background: #FFFF00;
}
@keyframes marquee{
    0%{
        left: -100%;
    }
    100%{
        left: 0;
    }
}
.flex{
    display: flex;
    align-items: center;
}
.about-container{
    padding: 0 40px;
    padding-top: 100px;
}
.about-container p{
    color: #FFF;
}
.input{
    position: relative;
}
.input > div{
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
}
.code{
    background: #FFFF00;
    font-size: 24px;
    border: none;
    outline: none;
    border-radius: 8px;
    padding: 5px 12px;
    text-overflow: ellipsis;
    padding-left: 70px;
    padding-right: 100px;
}
.copy{
    position: absolute;
    right: 3px;
    font-size: 16px;
    background: #000;
    color: #FFF;
    padding: 5px 15px;
    border-radius: 12px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.about-left{
    width: 70%;
}
.about-left p{
    font-size: 28px;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
}
.about-right{
    position: absolute;
    bottom: -5px;
    right: -3vw;
}
.about-right img{
    width: 50vw;
}
#htb .marquee{
    background: #FF00FF;
    color: #FFF;
}
.htb-container{
    padding: 100px 40px;
    padding-bottom: 0;
    display: flex;
}
.htb__item:nth-child(even){
    background-image: url(../img/item-bg-1.png);
    background-size: 100% 100%;
    padding: 30px 70px;
    padding-right: 120px;
}
.htb__item:nth-child(odd){
    background-image: url(../img/item-bg-2.png);
    background-size: 100% 100%;
    padding: 30px 70px;
}
.htb-right img{
    animation: levitation 3s linear infinite;
    position: relative;
    bottom: -30px;
}
h3{
    font-size: 40px;
}
.tokenomic-text{
    background-color: #99CC33;
    padding-top: 100px;
    text-align: center;
}
#tokenomics{
    background-color: #FFFF00;
}
.tokenomic-icons{
    position: relative;
    padding: 50px 0;
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(12, 1fr);
    width: 1000px;
    margin: 0 auto;
}
.tokenomic-icons a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.tokenomic-icons img{
    width: 60px;
}
#tokenomics .marquee{
    background: #FFF;
}
#tokenomics .marquee-1{
    top: -6%;
}
#tokenomics .marquee-2{
    top: 16%;
}
#tokenomics .marquee-3{
    top: 36%;
}
#tokenomics .marquee-4{
    top: 56%;
}
h2{
    color: #FFF;
    font-size: 80px;
    text-transform: uppercase;
    margin: 50px 0;
}
.achtung{
    background: #000;
    color: #FFF;
    font-size: 40px;
    font-family: 'Mona Sans Medium';
    padding: 10px 0;
}
.march-4{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20vw;
}
footer{
    background: #000;
}
.footer-container{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.socials{
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.socials img{
    width: 40px;
}
.footer-container nav ul li a{
    color: #FFF;
}
.bg-marquee-left{
    display: flex;
    position: absolute;
    width: 200vw;
    left: 0;
    justify-content: space-around;
    animation: bg-marquee-left 5s linear infinite;
    pointer-events: none;
    overflow: hidden;
}
.bg-marquee-right{
    display: flex;
    position: absolute;
    width: 200vw;
    left: -100%;
    justify-content: space-around;
    animation: bg-marquee-right 5s linear infinite;
    pointer-events: none;
    overflow: hidden;
}
.marquee-1{
    top: -20%;
}
.marquee-2{
    top: 12%;
}
.marquee-3{
    top: 44%;
}
@keyframes bg-marquee-left{
    0%{
        left: 0;
    }
    100%{
        left: -100%;
    }
}
@keyframes bg-marquee-right{
    0%{
        left: -100%;
    }
    100%{
        left: 0;
    }
}
.bg-marquee-left span, .bg-marquee-right span{
    font-size: 35em;
    font-family: 'Pshek';
    text-transform: uppercase;
    opacity: 0.1;
    pointer-events: none;
}
.tokenomic-text .bg-marquee-left{
    top: -20%;
    color: #FFF;
}
.tokenomic-text .bg-marquee-left span{
    font-size: 32em;
}
@keyframes levitation{
    0%{
        bottom: -30px;
    }
    50%{
        bottom: 0;
    }
    100%{
        bottom: -30px;
    }
}
@media (max-width: 1440px) {
    .main-socials__item img{
        width: 60px;
    }
    .bg-marquee-left span, .bg-marquee-right span{
        font-size: 24em;
    }
    .marquee-1{
        top: -15%;
    }
    .marquee-2{
        top: 17%;
    }
    .marquee-3{
        top: 49%;
    }
    .about-left p{
        font-size: 24px;
    }
    .marquee span{
        font-size: 60px;
    }
    .htb-left{
        width: 70%;
    }
    .htb-right{
        width: 30%;
    }
    .htb-right img{
        position: absolute;
        width: 30vw;
        bottom: 0;
    }
    .htb__item{
        font-size: 14px;
    }
    #htb{
        height: auto;
        padding-bottom: 100px;
    }
    .tokenomic-text .bg-marquee-left{
        top: 50%;
        transform: translateY(-50%);
    }
    .tokenomic-text .bg-marquee-left span{
        font-size: 24em;
    }
    .march-4{
        left: -100px;
    }
}
@media(max-width: 1024px){
    .tokenomic-icons{
        width: 600px;
        grid-template-columns: repeat(6, 1fr);
        grid-template-rows: repeat(20, 1fr);
    }
    .about-left p{
        font-size: 18px;
    }
    .main-socials__item img{
        width: 40px;
    }
    .bg-marquee-left span, .bg-marquee-right span{
        font-size: 20em;
    }
    .marquee span{
        font-size: 50px;
    }
    h2{
        font-size: 50px;
        margin-top: 0;
        margin-bottom: 30px;
    }
    .tokenomic-text .bg-marquee-left{
        top: 40%;
    }
    .tokenomic-text .bg-marquee-left span{
        font-size: 18em;
    }
}
@media(max-width: 768px){
    .main-socials{
        right: -5px;
    }
    .march-4{
        left: 0;
    }
    .tokenomic-icons{
        width: 300px;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(40, 1fr);
    }
    .marsh-1{
        width: 100vw;
    }
    .marquee span{
        font-size: 20px;
    }
    header{
        flex-direction: column;
        top: 0;
        background: none;
        align-items: flex-start;
    }
    nav ul{
        flex-direction: column;
    }
    .logo{
        width: 90%;
    }
    header .logo{
        display: block;
        margin: 0 auto;
    }
    .button{
        margin-left: 30px;
        margin-top: 15px;
    }
    .about-container{
        padding: 50px 20px;
    }
    .flex{
        flex-direction: column;
    }
    .input{
        width: 100%;
        margin-bottom: 10px;
    }
    .code{
        width: 100%;
    }
    .about-left{
        width: 100%;
    }
    .about-left p{
        font-size: 14px;
        position: relative;
        z-index: 2;
    }
    .htb-container{
        flex-direction: column;
    }
    .htb-left{
        width: 100%;
    }
    .achtung{
        font-size: 16px;
    }
    h2{
        font-size: 32px;
    }
    .tokenomic-text{
        padding-top: 60px;
    }
    .footer-container{
        flex-direction: column;
    }
    .footer-container nav ul{
        margin: 10px 0;
        text-align: center;
        row-gap: 10px;
    }
    .htb__item:nth-child(even), .htb__item:nth-child(odd){
        background-image: none;
        background-color: #FFFF00;
        border-radius: 12px;
        padding: 20px;
        margin-bottom: 10px;
    }
    h3{
        font-size: 28px;
    }
    .htb-right img{
        width: 80vw;
    }
    .htb-container{
        margin-bottom: 150px;
    }
    .bg-marquee-left span, .bg-marquee-right span{
        font-size: 16em;
    }
    .marquee-1{
        top: -10%;
    }
    .marquee-2{
        top: 22%;
    }
    .marquee-3{
        top: 54%;
    }
}
@media(min-width: 1921px){
    .marsh-1{
        width: 30vw;
    }
    header nav ul li a{
        font-size: 40px;
    }
    .button{
        font-size: 48px;
    }
    .bg-marquee-left span, .bg-marquee-right span{
        font-size: 55em;
    }
    .marquee span{
        font-size: 100px;
    }
    .about-left p{
        font-size: 48px;
    }
    .about-right img{
        width: 30vw;
    }
    h3{
        font-size: 100px;
    }
    .htb__item p{
        font-size: 32px;
    }
    #htb{
        height: auto;
        padding-bottom: 100px;
    }
    .htb__item:nth-child(even){
        padding: 30px 170px;
    }
    .htb__item:nth-child(odd){
        padding: 30px 170px;
    }
}

.main-socials__item img {
    width: 40px;
    height: 40px;
}
.mb {
margin-bottom: 15px;
}
