@font-face {
    font-family: 'Druk';
    src: url(../fonts/DrukWideBold.ttf);
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Druk';
}
html, body{
    scroll-behavior: smooth;
    width: 100vw;
    overflow-x: hidden;
}
body{
    background: #2fb39c;
    
}
a{
    color: #000;
    text-decoration: none;
}
ul{
    list-style: none;
}
.wrapper{
    width: 1600px;
    margin: 0 auto;
}
@keyframes levitation{
    0%{
        transform: translateY(0) scale(1);
    }
    50%{
        transform: translateY(40px) scale(1.1);
    }
    100%{
        transform: translateY(0) scale(1);
    }
}
.mobile-menu{
    background: #2fb39c;
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: -100vw;
    top: 0;
    z-index: 1000;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition-duration: 0.4s;
}
.mobile-menu.active{
    left: 0;
}
.xmark{
    position: absolute;
    cursor: pointer;
    top: 15px;
    right: 15px;
}
#main{
    position: relative;
    background: url(../img/back\ 1.svg);
    background-position-y: -50vh;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.triangle-1{
    background: #ff66ff;
    clip-path: polygon(34% 0, 100% 0, 100% 100%);
    width: 600px;
    height: 70vh;
    display: block;
    position: absolute;
    right: 0;
    top: -50px;
    z-index: 2;
    pointer-events: none;
}
.triangle-2{
    background: #fff904;
    clip-path: polygon(0 0, 100% 0, 100% 46%);
    width: 70vw;
    height: 1000px;
    display: block;
    position: absolute;
    right: 0;
    top: -50px;
    z-index: 1;
    pointer-events: none;
}
.triangle-3{
    background: #ff66ff;
    clip-path: polygon(0 57%, 98% 40%, 0 86%);
    width: 60vw;
    height: 600px;
    display: block;
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 2;
    pointer-events: none;
}
.coin-1{
    position: absolute;
    pointer-events: none;
    width: 10vw;
    left: 100px;
    top: 50px;
    z-index: 3;
    animation: levitation 3s linear infinite;
}
.coin-2{
    position: absolute;
    pointer-events: none;
    width: 20vw;
    right: 0px;
    bottom: 100px;
    z-index: 5;
    animation: levitation 6s linear infinite;    
}
header{
    margin: 20px 0;
    position: relative;
    z-index: 5;
}
header ul{
    display: flex;
    column-gap: 20px;
    justify-content: center;
}
.burger{
    display: none;
    cursor: pointer;
    flex-direction: column;
}
.burger span{
    display: block;
    width: 30px;
    height: 4px;
    background: #000;
    border-radius: 2px;
    margin-bottom: 3px;
}
.burger span:nth-child(2){
    width: 20px;
}
.burger span:nth-child(3){
    width: 25px;
}
.main-container{
    display: flex;
    justify-content: space-between;
}
.main-left{
    margin-top: 100px;
}
.logo{
    width: 40vw;
    position: relative;
    z-index: 2;
}
.dog-1{
    width: 40vw;
    position: relative;
    z-index: 4;
}
.ca{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    height: 45px;
}
.code{
    background: #ff66ff;
    border: none;
    outline: none;
    padding: 10px;
    width: calc(100% - 60px);
    font-size: 20px;
    text-overflow: ellipsis;
    height: auto;
}
.code.cyan{
    background: #2fb39c;
}
.copy{
    background: #ff66ff;
    border: none;
    font-size: 20px;
    height: auto;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.copy.cyan{
    background: #2fb39c;
}
.main-bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -100px;
    width: 1800px;
    margin: 0 auto;
}
.plasma{
    width: 200px;
}
.hidden{
    opacity: 0;
    pointer-events: none;
}
#about{
    position: relative;
    background: url(../img/back2.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.triangle-4{
    background: #ff66ff;
    clip-path: polygon(0 22%, 100% 47%, 99% 83%);
    width: 60vw;
    height: 600px;
    display: block;
    position: absolute;
    right: 0;
    top: 150px;
    z-index: -2;
    pointer-events: none;
}
.triangle-5{
    background: #fff904;
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    width: 120vw;
    height: 130vh;
    display: block;
    position: absolute;
    left: 0;
    top: 350px;
    z-index: -2;
    pointer-events: none;
}
.coin-3{
    position: absolute;
    pointer-events: none;
    width: 12vw;
    left: -50px;
    top: 0px;
    z-index: 5;
    animation: levitation 3s linear infinite;
}
.coin-4{
    position: absolute;
    pointer-events: none;
    width: 5vw;
    left: 50%;
    transform: translateX(-50%) !important;
    top: 50px;
    z-index: 5;
    animation: levitation 5s linear infinite;    
}
.coin-5{
    position: absolute;
    pointer-events: none;
    width: 4vw;
    right: 50px;
    top: 30vh;
    z-index: 5;
    animation: levitation 7s linear infinite;
}
.coin-6{
    position: absolute;
    pointer-events: none;
    width: 9vw;
    right: 25vw;
    top: 65vh;
    z-index: 5;
    animation: levitation 3s linear infinite;
}
.about-container{
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}
.about-left{
    margin-top: 100px;
}
.dog-2{
    width: 35vw;
}
.about-right{
    margin-top: -100px;
}
.about-logo{
    width: 50vw;
}
.about-right p{
    margin-top: -100px;
    font-size: 28px;
    padding: 0 50px;
    text-align: right;
    color: #fff904;
}
#tokenomics{
    position: relative;
}
.tkn-bg{
    position: absolute;
    bottom: -50%;
    pointer-events: none;
    z-index: -3;
    width: 100%;
}
.triangle-6{
    background: #ff66ff;
    clip-path: polygon(100% 30%, 6% 100%, 0 72%);
    width: 60vw;
    height: 100vh;
    display: block;
    position: absolute;
    left: -100px;
    top: 150px;
    z-index: -2;
    pointer-events: none;
}
.coin-7{
    position: absolute;
    pointer-events: none;
    width: 5vw;
    right: 40vw;
    top: 30vh;
    z-index: 5;
    animation: levitation 5s linear infinite;
}
.coin-8{
    position: absolute;
    pointer-events: none;
    width: 15vw;
    left: 0;
    bottom: 0;
    z-index: 5;
    animation: levitation 7s linear infinite;
}
.tokenomics-container{
    display: flex;
}
.tkn-logo{
    width: 45vw;
}
.dog-3{
    width: 35vw;
    position: relative;
    right: -10vw;
    top: 3vh;
}
footer{
    position: relative;
}
.triangle-7{
    background: #ff66ff;
    clip-path: polygon(100% 53%, 100% 78%, 0 41%);
    width: 50vw;
    height: 100vh;
    display: block;
    position: absolute;
    right: 0;
    bottom: 100px;
    z-index: 2;
    pointer-events: none;
}
.footer-wrapper{
    width: 1800px;
    margin: 0 auto;
}
.footer-logo{
    max-width: 100%;
}
.footer-container{
    position: relative;
}
.dog-4{
    position: absolute;
    left: 50%;
    bottom: 100px;
    width: 50vw;
    transform: translate(-50%) !important;
    z-index: 3;
}
footer .ca{
    width: 800px;
    margin: 0 auto;
    margin-top: 100px;
}
.footer-bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-bottom-logo{
    width: 200px;
}
@media(max-width: 1800px){
    .wrapper{
        width: 1200px;
    }
    .main-bottom{
        width: 1200px;
    }
    .triangle-3{
        top: -50px;
    }
    .about-right p{
        font-size: 24px;
    }
    .coin-4{
        left: 40vw;
    }
    .coin-5{
        right: 30px;
    }
    .triangle-5{
        height: 100vh;
    }
    .coin-6{
        top: 50vh;
    }
    .footer-wrapper{
        width: 1200px;
    }
}
@media(max-width: 1220px){
    .wrapper, .main-bottom, .footer-wrapper{
        width: 960px;
    }
    .about-right p{
        font-size: 20px;
    }
    .dog-3{
        top: 9vh;
    }
}
@media(max-width: 578px){
    header ul{
        display: none;
    }
    .burger{
        display: inline-flex;
    }
    .wrapper, .main-bottom, .footer-wrapper{
        width: 90vw;
    }
    #main{
        background-size: cover;
        background-position-y: 0;
    }
    .main-container{
        flex-direction: column;
    }
    .main-left{
        margin-top: 0;
    }
    .triangle-1{
        width: 250px;
        height: 40vh;
    }
    .triangle-2{
        clip-path: polygon(100% 0, 0 0, 0 48%);
        top: -30px;
        width: 70vw;
        height: 200px;
        right: auto;
        left: 0;
    }
    .triangle-3{
        display: none;
    }
    header a{
        font-size: 10px;
    }
    .code{
        font-size: 14px;
    }
    .ca{
        height: 35px;
    }
    .copy img{
        width: 20px;
    }
    .main-left{
        margin-top: 30px;
    }
    .logo{
        width: 100%;
    }
    .dog-1{
        width: 70%;
        left: 50%;
        transform: translateX(-50%) !important;
    }
    .main-container{
        position: relative;
    }
    .main-container .ca{
        position: absolute;
        bottom: 0;
        z-index: 5;
    }
    .main-bottom{
        justify-content: center;
        margin-top: 20px;
    }
    .main-bottom .plasma{
        display: none;
    }
    .hidden{
        display: none;
    }
    small{
        font-size: 10px;
        text-align: center;
    }
    #about{
        background: url(../img/back\ 1.svg);
        background-size: cover;
    }
    .about-container{
        flex-direction: column-reverse;
        z-index: 2;
        position: relative;
    }
    .about-logo{
        width: 100%;
    }
    .about-right p{
        font-size: 16px;
        text-align: center;
        margin-top: -50px;
    }
    .about-left{
        margin-top: 20px;
    }
    .triangle-4{
        clip-path: polygon(0 14%, 100% 66%, 100% 33%);
        height: 200px;
    }
    .triangle-5{
        clip-path: polygon(2% 24%, 26% 0, 98% 76%, 74% 100%);
        width: 270vw;
        left: -80vw;
        z-index: 1;
    }
    .triangle-6{
        display: none;
    }
    .dog-2{
        width: 100%;
    }
    #tokenomics{
        background: url(../img/back\ 1.svg);
        background-size: cover;
        background-repeat: no-repeat;
    }
    .tkn-bg{
        display: none;
    }
    .tokenomics-container{
        flex-direction: column;
        position: relative;
        position: relative;
        z-index: 2;
    }
    .tokenomics-container .ca{
        display: none;
    }
    .tkn-logo{
        width: 100%;
    }
    .dog-3{
        width: 100%;
        position: static;
    }
    .footer-container{
        display: flex;
        flex-direction: column-reverse;
    }
    .dog-4{
        bottom: 0;
    }
    .footer-bottom{
        flex-direction: column-reverse;
        row-gap: 10px;
        margin: 20px 0;
    }
    .plasma{
        width: 100px;
    }
    .footer-bottom-logo{
        display: none;
    }
    .coin-1{
        left: 50px;
    }
    .coin-2{
        width: 30vw;
    }
    .coin-3{
        left: 0;
        width: 25vw;
        top: -100px;
    }
    .coin-4, .coin-5, .coin-8{
        display: none;
    }
    .coin-6{
        top: 10vh;
        width: 7vw;
        right: 5vw;
    }
    .coin-7{
        width: 15vw;
        right: auto;
        left: 5vw;
        top: 0;
    }
    footer .ca{
        width: 100%;
        margin-top: 0;
    }
    .triangle-7{
        clip-path: polygon(0 30%, 100% 72%, 100% 33%);
        height: 200px;
        width: 90vw;
        z-index: 1;
        bottom: 30px;
    }
    .footer-logo{
        margin-bottom: 70px;
    }
}
@media(min-width: 1921px){
    header a{
        font-size: 24px;
    }
    .logo, .dog-1{
        width: 20vw;
    }
    .dog-2, .about-logo{
        width: 25vw;
    }
    .about-right p{
        font-size: 40px;
    }
    .tkn-logo, .dog-3{
        width: 25vw;
    }
    .dog-4{
        width: 35vw;
    }
    .triangle-7{
        width: 30vw;
    }
    .coin-4{
        left: 30%;
    }
    .coin-6{
        right: 5vw;
    }
    .triangle-4{
        right: -100px;
    }
    .triangle-6{
        left: -150px;
    }
    .ca{
        height: 60px;
    }
    .code{
        font-size: 30px;
    }
}