@import url('https://fonts.googleapis.com/css2?family=Afacad:ital,wght@0,400..700;1,400..700&family=DynaPuff:wght@400..700&display=swap');
body {
    font-family: "Afacad", sans-serif;
    font-size: 18px;
    font-weight: 600;
    background: #fff;
    color: #121212;
}

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;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

label {
    margin-bottom: 0;
}

.scrolltotop {
    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;
    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: rgb(5, 221, 34);
    background: linear-gradient(180deg, rgb(11, 255, 44) 8%, rgb(29, 54, 0) 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);
    }
}

/* =====hero-area-start===== */

.hero-area {
    background-image: url(img/hero-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    object-fit: cover;
    position: relative;
    background-color: #E6E6E6;
    padding: 30px 0 20px
}

.hero-area .container {
    position: relative;
}

.hero-social-link ul {
    display: flex;
    align-items: center;
    gap: 0 10px;
    margin-top: -20px;
    position: absolute;
    right: 0px;
    top: -20px;
}

.hero-social-link ul li a img {
    transition: .3s;
}

.hero-social-link ul li a img:hover {
    transform: scale(1.1);
}

.hero-title h2 {
    text-align: center;
    margin-top: 40px;
}

.hero-img {
    text-align: center;
}

.hero-img img {
    position: absolute;
    bottom: -40px;
    left: 140px;
    right: 0px;
    margin: auto;
}

.hero-title ul {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 8px;
    margin-bottom: 20px;
    justify-content: center;
    position: relative;
    z-index: 999;
    margin-top: 15px;
}

.hero-title ul li a {
    color: #FFF;
    font-family: Afacad;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 10px 10px;
    transition: .3s;
    text-align: center;
    width: 150px;
    ;
    display: block;
}

.hero-title ul li a:hover {
    transform: scale(1.1);
    margin-left: 5px;
    margin-right: 5px;
}

.hero-title ul li:first-of-type a {
    border-radius: 160px;
    border: 2px solid #000;
    background: #8E78FF;
    box-shadow: 3px 3px 0px 0px #000;
}

.hero-title ul li:last-of-type a {
    border-radius: 160px;
    border: 2px solid #000;
    background: #FF9494;
    box-shadow: 3px 3px 0px 0px #000;
}

.Token_Address {
    text-align: center;
    position: relative;
    z-index: 999999;
    margin-top: 265px;
}

.Token_Address p {
    color: #000;
    font-family: "Afacad", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: inline-block;
    padding: 0px 30px;
    border-radius: 220px;
    border: 2px solid #000;
    background: #FFF;
    box-shadow: 4px 4px 0px 0px #000;
    padding-right: 0px;
}

.Token_Address p span {
    color: #FFF;
    font-family: Afacad;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 160px;
    border: 2px solid #000;
    background: #8E78FF;
    margin-left: 20px;
    cursor: pointer;
}

.copy-notification {
    color: #fff;
    border-radius: 20px;
    border: 4px solid #000;
    background: #000;
    padding: 7px;
    border-radius: 30px;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 150px;
    margin-top: -30px;
    margin-left: -85px;
    display: none;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
    z-index: 999999999999999;
}

/* =================== */

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

.marquee {
    border: 2px solid #000;
    background: #FF7FBC;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
}

.marquee span {
    text-transform: uppercase;
    will-change: transform;
    transform: translateX(0);
    white-space: nowrap;
    animation: marquee 8s linear infinite;
    color: #FFF;
    display: flex;
    align-items: center;
    gap: 0 10px;
    font-family: Afacad;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 20px 30px;
    padding-left: 0px;
}

.marquee span img {
    margin-left: 20px;
}

/* about area start */

.coppyright-text p {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 14px */
    text-transform: uppercase;
    padding: 18px;
    background: #598D3E;
}

html,
body {
    scroll-behavior: smooth;
}

/* ====about area start====== */

.about-area {
    background-image: url(img/about-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 50px 0;
}

.about-right h2 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.about-right p {
    margin-bottom: 25px;
}

.about-right ul {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 8px;
    margin-bottom: 20px;
    position: relative;
    z-index: 999;
    margin-top: 15px;
}

.about-right ul li a {
    color: #FFF;
    font-family: Afacad;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 8px 30px;
    transition: .3s;
    text-align: center;
    display: block;
}

.about-right ul li a:hover {
    transform: scale(1.1);
    margin-left: 5px;
    margin-right: 5px;
}

.about-right ul li:first-of-type a {
    border-radius: 160px;
    border: 2px solid #000;
    background: #8E78FF;
    box-shadow: 3px 3px 0px 0px #000;
}

.about-right ul li:last-of-type a {
    border-radius: 160px;
    border: 2px solid #000;
    background: #FF9494;
    box-shadow: 3px 3px 0px 0px #000;
}

/*====== disclaimer-area==== */

.disclaimer-area {
    background-image: url(img/disclaimer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 150px 0 200px;
}

.disclaimer-wrapper {
    max-width: 978px;
    margin: auto;
    padding: 20px;
    border-radius: 15px;
    border: 3px solid #000;
    background: #FFF;
}

.disclaimer-wrapper h2 {
    color: #000;
    font-family: DynaPuff;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 12px;
}

.disclaimer-wrapper p {
    color: #000;
    text-align: center;
    font-family: Afacad;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 20px */
    margin-bottom: 45px;
}

.disclaimer-wrapper ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
}

.disclaimer-wrapper ul li a img {
    transition: .3s;
}

.disclaimer-wrapper ul li a img:hover {
    transform: scale(1.2);
}


/* end all the css  */