@import url('https://fonts.googleapis.com/css2?family="Bubble", cursive:ital,wght@0,400..700;1,400..700&family="Bubble", cursive:wght@100..900&family="Bubble", cursive:wght@100..900&family="Bubble", cursive:wght@100..900&display=swap');

@font-face {
    font-family: "Bubble";
    src:
        url("../fonts/AdventureTimeLogo.woff") format("woff2");
    letter-spacing: 3px;
    ;
}

body {
    font-family: "Bubble", comic !important;
    font-size: 18px;
    font-weight: 400;
    background: #99F7FF;
    color: #fff;
    text-transform: uppercase;
}

a,
button {
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}

a,
a:hover {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

p {
    margin-bottom: 0;
    line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

label {
    margin-bottom: 0;
}

.scrolltotop {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #009EDD;
    background: linear-gradient(180deg #fff, 8%, #009EDD 51%);
    text-align: center;
    font-size: 22px;
    color: #ffffff;
    position: fixed;
    right: 30px;
    bottom: 25px;
    display: none;
    animation: lab_top_up 5s linear infinite;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 2px solid #fff;
    z-index: 1;
}

.scrolltotop i {
    color: #ffff;
}

@keyframes lab_top_up {
    0% {
        transform: translateY(-15px);
    }

    50% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(-15px);
    }
}

.pluse,
.pluse2 {
    position: relative;
    top: 10px;
    left: -8px;
    z-index: -1;
}

.pluse::before,
.pluse2::before {
    width: 40px;
    height: 40px;
}

.pluse::after,
.pluse::before,
.pluse2::after,
.pluse2::before {
    background: linear-gradient(180deg #009EDD, 8%, #fff 51%);
    border-radius: 50%;
    left: 50%;
    top: 50%;
    display: block;
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
}

.pluse::after,
.pluse2::after {
    width: 30px;
    height: 30px;
    background: transparent;
    margin-left: -15px;
    margin-top: -15px;
}

.pluse::before {
    -webkit-animation: pluse_animate 2.5s infinite linear;
    animation: pluse_animate 2.5s infinite linear;
}

.pluse2::before {
    -webkit-animation: pluse_animate 3s infinite linear;
    animation: pluse_animate 3s infinite linear;
}

@keyframes pluse_animate {
    0% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(0.3);
        transform: translate(-50%, -50%) scale(0.3);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(2);
        transform: translate(-50%, -50%) scale(2);
    }
}


/*==== nev area start===== */
header {
    padding: 20px 30px;
    border-bottom: 2px solid #fff;
    background: #009EDD;
    backdrop-filter: blur(7px);
    z-index: 9999;
}

header .container {
    max-width: 99% !important;
    margin: auto;
}

nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo {
    max-width: 300px;
    display: inline-block;
    margin-right: 50px;
}

.menu-item {
    display: flex;
    align-items: center;
}

.menu-item ul li {
    margin-left: 10px;
}

.menu-item ul li a {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    text-transform: capitalize;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-align: center;


}

.menu-item ul li a:hover {
    color: #fff;
    font-weight: 700;
}

.active a {
    font-weight: 700 !important;
    color: #fff !important;

}

.menu-icon ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.menu-icon ul li a {
    transition: .3s;
}

.menu-icon ul li a:hover {
    transform: scale(1.2);
}

.section-gap {
    display: block;
    padding: 10px;
}

.menu-bar {
    display: none;
}

.menu-bar a {
    font-size: 30px;
    color: #fff;
    cursor: po"Bubble", cursive;
}

.s-icon {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 15px;
}

.s-icon a {
    display: inline-block;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.s-icon a:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.mobile-icon-ss {
    display: none;
}

/*==== nev area end===== */

/*==== sticky-nev start=== */

.fixed-menu {
    background: #009EDD;
    position: fixed;
    top: 0;
    -webkit-animation: slide-down 0.5s !important;
    animation: slide-down 0.5s !important;
    left: 0;
    top: 0px;
    right: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    z-index: 250;
    -webkit-transition: .10s;
    -o-transition: .10s;
    transition: .10s;
}


@-webkit-keyframes slide-down {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slide-down {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/*==== sticky-nev end=== */

/* ====offcanvas manu start===== */

.offcanvas-header {
    background-color: #009EDD;
    border-bottom: 1px solid #fff;
}

.offcanvas-header h5 img {
    max-width: 100px;
}

.offcanvas-body {
    background-color: #009EDD;
    padding: 0px !important;
}

.clloss-x {
    font-size: 25px;
    cursor: po"Bubble", cursive;
    color: #fff;
}

.clloss-x:hover {
    color: #fff !important;
}

.offcanvas-start {
    top: 0;
    left: 0;
    width: 340px;
    z-index: 11111111111111;
}

.mobile-menu-item ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    padding: 15px 20px;
    display: block;
    transition: .2s;
    text-transform: uppercase;
}

.mobile-menu-item ul li a:hover {
    background-color: #fff;
    color: #009EDD;
}

.m-active {
    background: #fff;
    color: #009EDD !important;
}

.mobile-menu-item ul li a i {
    font-size: 20px;
    margin-right: 15px;
}

/* ====offcanvas manu end===== */

/* =====hero-area-start===== */

.hero-area {
    background: url(../img/bg-1.jpg);
    background-position: center;
    background-size: cover;
}

@keyframes scroll {
    100% {
        background-position: 0px -400%;
    }
}

.hero-title {
    margin-top: 80px;
}

.hero-title h2 {
    color: #DA2525;
    text-align: center;
    -webkit-text-stroke: 2px #fff;
    font-family: "Bubble", cursive;
    font-size: 150px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    line-height: 140px;

}

.hero-area p {
    color: #000;
    text-align: center;
    font-family: "Bubble", cursive;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 30px */
    text-transform: uppercase;
    margin-bottom: 30px;
}

.hero-title ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-top: 8px;
    margin-bottom: 30px;
}


.hero-title ul li a {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 14px */
    text-transform: capitalize;
    padding: 16px 32px;
    transition: .3s;
    text-align: center;
    width: 180px;
    ;
    display: block;
    color: #fff;
    border-radius: 15px;
    border: 2px solid #fff;
    background: #009EDD;

}

.hero-title ul li a:hover {
    background: #009EDDee;
}



.hero-right {
    text-align: right;
}

/* about area start */



.about-area {
    /* background-image: url(../img/bg.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 150px 0;
}

.about-wrapper {
    padding: 40px 28px 0 28px;
    border-radius: 10px;
    border: 4px solid #fff;
    background: #009EDD;
    backdrop-filter: blur(7px);
    position: relative;
}

.about-img {
    /* position: absolute;
    bottom: 0px; */
    margin-top: -40px;
}

@media(max-width:768px) {
    .about-img {
        margin-top: 0px;
    }
}

.action-fire {
    position: absolute;
    top: -110px;
}

.about-left h3 {
    color: #FFF;
    font-family: "Bubble", cursive;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    /* 53.2px */
    text-transform: uppercase;
    margin-bottom: 20px;
}

.about-left h2 {
    color: #FFF;
    font-family: "Bubble", cursive;
    font-size: 88px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    margin-bottom: 28px;
    letter-spacing: -3px;

}

.about-left p {
    color: #fff;
    font-family: "Bubble", cursive;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 25.2px */
    margin-bottom: auto30px;

}

.about-btn- h3 {
    color: #F6CEAA;
    text-align: center;
    text-shadow: 3px 0px 0px #fff;
    font-family: "Bubble", cursive;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 30px */
    text-transform: uppercase;
    margin-bottom: 15px;
}




/* ======our partners area start====== */

.partners-area {
    padding: 65px 0px;
    background-color: #FFC57C !important;

}

.mas-pra {
    max-width: 750px;
    margin: auto;
}

.partners-title h2 {
    color: #fff;
    text-align: center;
    font-family: "Bubble", cursive;
    font-size: 65px;
    font-style: normal;
    font-weight: 700;
    line-height: 105%;
    /* 68.25px */
    text-transform: uppercase;
    margin-bottom: 50px;
}

.pretners-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0px 50px;
}

.pretners-items a {
    display: block;
    text-align: center;
    border-radius: 6px;
    border: 4px solid #fff;
    background: #009EDD;
    padding: 16px 45px;
    margin-bottom: 20px;
    height: 91px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


/* =========Tokenomics area start ========*/

.tokenomics-area {
    padding: 90px 0;
    background: url(../img/bg-1.jpg);
    background-size: cover;
    background-position: center;
}

@keyframes scroll {
    100% {
        background-position: 0px -400%;
    }
}

.tokenomic-title h2 {
    color: #FFF;
    text-align: center;
    font-family: Goldman;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    /* 66px */
    text-transform: uppercase;
    margin-bottom: 29px;
}

.tokenomic-title p {
    color: #fff;
    text-align: center;
    font-family: "Bubble", cursive;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 22.4px */
    margin-bottom: 45px;

}

.tt-title h2 {
    color: #000;
    font-family: "Bubble", cursive;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    transform: rotate(-14.73deg);
    margin-bottom: 62px;
    text-align: center;
    margin-top: 100px;
}

.token-left-item {
    border-radius: 8px;
    border: 4px solid #fff;
    background: #009EDD;
    backdrop-filter: blur(7px);
    padding: 19px 25px;
    margin-bottom: 20px;
    min-height: 170px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.token-left-item h2 {
    color: #fff;
    text-align: center;
    font-family: "Bubble", cursive;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.token-left-item p {
    color: #fff;
    text-align: center;
    font-family: "Bubble", cursive;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.Token_Address p {
    color: #fff;
    text-align: center;
    font-family: "Bubble", cursive;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    cursor: po"Bubble", cursive;
    gap: 5px;
}

.Token_Address p img {
    width: 20px;
}

.token-left-item ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.token-left-item ul li {
    margin-bottom: 10px;
}

.token-left-item ul li:first-of-type {
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 24px */
}

.token-left-item ul li:last-of-type {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 24px */
    text-transform: capitalize;
}

/* token-right */
.token-right {
    padding: 40px 29px;
    margin-bottom: 20px;
    border-radius: 8px;
    border: 4px solid #fff;
    background: #009EDD;
    backdrop-filter: blur(7px);
}

.token-right h3 {
    color: #FFF;
    font-family: "JetBrains Mono";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.token-right-ll {
    text-align: center;
}

.token-right-rr {

    margin-top: 40px;
}

.token-right-rr {
    display: flex;
    align-items: center;
    gap: 35px;
    justify-content: center;

}

.token-right ul {
    width: 50%;
}

.token-right ul li {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;


}

.token-right ul li img {
    display: inline-block;
    margin-right: 10px;
}

.token-right ul li:first-of-type {
    color: #fff;
    font-family: "JetBrains Mono";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 24px */

}

.token-right ul li:last-of-type {
    color: #fff;
    font-family: "JetBrains Mono";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 60px */
    text-transform: capitalize;
}

.tr-rr2 li {
    color: #FFF !important;
}

.tr-rr1 {
    border: 2px solid #fff;
    padding: 10px;
}

.tr-rr2 {
    border: 2px solid #FFF;
    padding: 10px;
}

main {
    overflow: hidden;
}


/* ========footer======== */
/* ========footer======== */

footer {
    /* background: url(../img/bg.jpg); */
    background-size: cover;
    background-position: center;
    position: relative;
    padding-block: 50px;
    height: 730px;

}

.cat-right-img {
    position: absolute;
    right: 0px;
    bottom: -50px;
}

.cat-right-img img {
    width: 650px;
}

@media(max-width:768px) {
    .cat-right-img {
        position: absolute;
        right: -100px;
        bottom: -50px;
    }

    .cat-right-img img {
        width: 280px;
        object-fit: contain;
    }
}

.ds-content {
    border-radius: 10px;
    border: 5px solid #fff;
    background: #009EDD;
    padding: 22px;
}

.ds-content h2 {
    color: #fff;
    font-family: "Bubble", cursive;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.ds-content p {
    color: #fff;
    font-family: "Bubble", cursive;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
}


.footer-left-inner {
    border-radius: 20px;
    border: 4px solid #fff;
    background: #009EDD;
    padding: 22px 10px;
    max-width: 420px;
    margin-top: 50px;
    margin-left: 270px;
}


.footer-left-inner h2 {
    color: #fff;
    text-align: center;
    font-family: "Bubble", cursive;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;

}

.footer-left-inner ul {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}

.footer-right-img {
    position: relative;
}

.footer-social-link {
    display: flex;
    align-items: center;
    gap: 9px;
    position: absolute;
    left: 120px;
    right: 0;
    top: 60px;
}

.coppyright-text {
    border-top: 3px solid #fff;
    background: #009EDD;
    backdrop-filter: blur(12px);
    padding: 18px;

}

.cp-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.coppyright-text p {
    color: #fff;
    font-family: "Bubble", cursive;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

html,
body {
    scroll-behavior: smooth;
}


.medium-github {
    margin-top: 200px;
}

.medium-github li {
    margin-bottom: 18px;
}

.copy-notification {
    color: #fff;
    background-color: #009EDD;
    padding: 10px;
    border-radius: 30px;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-top: -30px;
    margin-left: -85px;
    display: none;
    text-align: center;
    cursor: po"Bubble", cursive;
}

.hero-img {
    width: 500px;
    display: block;
    margin: 0 auto;
}

@media(max-width:768px) {
    .hero-img {
        width: 320px;
    }
}