@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhai+2:wght@400..800&display=swap');
@font-face {
    font-family: 'HelloHeadlineW00';
    src: url('fonts/HelloHeadlineW00-Regular.woff2') format('woff2'), url('fonts/HelloHeadlineW00-Regular.woff') format('woff'), url('fonts/HelloHeadlineW00-Regular.ttf') format('truetype'), url('fonts/HelloHeadlineW00-Regular.svg#HelloHeadlineW00-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'HelloHeadlineW00';
    font-size: 18px;
    font-weight: 400;
    background: linear-gradient(0deg, #B657FF 0%, #A8BFF3 55.64%), #FFF;
    color: #fff;
}

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 {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #a653ff;
    background: linear-gradient(180deg, #943bf3 8%, hsla(269, 100%, 60%, 0.961) 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 #B26FFC;
    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: #8411ff;
    background: linear-gradient(180deg, #B26FFC 8%, #b36ffc85 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: 10px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(42px);
    z-index: 9999;
    position: absolute;
    width: 100%;
}

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: 20px;
    font-weight: 300;
    color: #FFFFFFB2;
    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;
}

.active a {
    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: pointer;
}

.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-color: #d577f265;
    backdrop-filter: blur(42px);
    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;
    z-index: 999999999999;
}

@-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 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(224, 77, 224, 0.253);
    backdrop-filter: blur(42px);
    backdrop-filter: blur(42px);
}

.offcanvas-header h5 img {
    max-width: 100px;
}

.offcanvas-body {
    background: linear-gradient(0deg, #B657FF 0%, #A8BFF3 55.64%), #FFF;
    padding: 0px !important;
}

.clloss-x {
    font-size: 25px;
    cursor: pointer;
    color: #fff;
}

.clloss-x:hover {
    color: #fff !important;
}

.offcanvas-start {
    top: 0;
    left: 0;
    width: 80%;
    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: #943bf3;
    color: #fff;
}

.m-active {
    background: #943bf3;
    color: #fff !important;
}

.mobile-menu-item ul li a i {
    font-size: 20px;
    margin-right: 15px;
}

/* ====offcanvas manu end===== */

/* =====hero-area-start===== */

.hero-area {
    background-image: url(img/hero-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    position: relative;
    padding: 150px 0 0px;
    background-color: #E6E6E6;
    position: relative;
    min-height: 1000px;
}

.hero-container {
    max-width: 1300px !important;
    margin: auto;
}

.hero-img {
    text-align: right;
    margin-top: -160px;
    padding-right: 120px;
}

.hero-title ul {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 8px;
    margin-bottom: 20px;
    justify-content: center;
    position: relative;
    z-index: 9999;
}

.hero-title ul li a img {
    transition: .3s;
}

.hero-title ul li a:hover {
    transform: scale(1.1);
}

.hero-title ul li a img:hover {
    transform: scale(1.1);
    transition: .3s;
}

.hero-title ul li:first-of-type a {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    /* 145% */
    display: inline-block;
    padding: 15px 40px;
    border-radius: 140px;
    background: #B26FFC;
}

.client-logo-slider {
    border: 1px solid rgba(255, 255, 255, 0.50);
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(27px);
}

.swiper-slide {
    padding: 20px 10px;
}

/* about area start */

.about-area {
    padding: 70px 0 0;
    background-image: url(img/about-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.about-title h2 {
    color: #FFF;
    font-size: 140px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
    text-align: center;
}

.about-title p {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.about-img img {
    width: 100%;
    margin-top: -200px;
}

html,
body {
    scroll-behavior: smooth;
}

/* =======Tokenomics area start====== */

.tokenomics-area {
    padding: 120px 0;
    background-image: url(img/tokeno-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.tokemomis-left-item {
    padding: 40px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(27px);
}

.tokemomis-left-item h3 {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}

.tokemomis-left-item ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tokemomis-left-item ul li {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}

.Token_Address p {
    display: flex;
    align-items: center;
    gap: 0 10px;
    cursor: pointer;
    margin-top: 40px;
}

.box-itemx {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 30px;
}

.box-itemx ul h4 {
    color: #FFF;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* ======disclimer-area===== */

.disclimer-area {
    padding: 70px 0;
    background-image: url(img/ds-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    min-height: 1028px;
}

.followus-text h3 {
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 180px;
    margin-bottom: 10px;
}

.followus-text ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
}

.followus-text ul li a img {
    transition: .3s;
}

.followus-text ul li a img:hover {
    transform: scale(1.1);
}

.coppyright-text p {
    color: #FFF;
    font-family: "Baloo Bhai 2";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 21.6px */
    text-align: center;
    padding: 24px 15px;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(10px);
    margin-top: -70px;
}

.copy-notification {
    font-family: "Baloo Bhai 2";
    color: #fff;
    border-radius: 140px;
    background: #B26FFC;
    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: pointer;
    font-weight: 600;
}

/* ========== */