@import url('https://fonts.googleapis.com/css2?family=Atma:wght@300;400;500;600;700&display=swap');

body {
    font-family: "Atma", system-ui;
    font-size: 20px;
    font-weight: 500;
    background: #fff;
    color: #161B32;
    border: 3px solid #000;
    border-top: none !important;
    border-bottom: none !important;
}

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;
}

/*==== nev area start===== */

header {
    background-color: rgb(255, 255, 255);
    left: 0px;
    right: 0px;
    top: 20px;
    margin: auto;
    z-index: 99999999;
    border: 2px solid #000;
}

nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu-item ul {
    display: flex;
    align-items: center;
    gap: 0 5px;
    padding: 8px 12px;
}

.menu-item ul li a {
    color: #000;
    font-family: Atma;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 30px */
    letter-spacing: 1.5px;
    text-transform: capitalize;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-align: center;
    display: block;
    padding: 10px 30px;
    border: 2px solid #fff;
    border-left: 2px solid #000;
}

.menu-item ul li a:hover {
    border-radius: 52px;
    border: 2px solid #000;
    background: #B3C129;
    color: #fff;
}

.active a {
    background-color: #FBD343;
    color: #fff !important;
}

.menu-bar {
    display: none;
}

.menu-bar a {
    font-size: 30px;
    color: #1a81ff;
    cursor: pointer;
}

.logos ul {
    display: flex;
    align-items: center;
    justify-content: end;
}

.logos ul li {
    border-left: 2px solid #000;
}

/* =========== */

.header ul li a {
    color: #000;
    font-family: Atma;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    /* line-height: 55px;  */
    letter-spacing: 1.5px;
    text-transform: capitalize;
    -webkit-transition: .3s;
    padding: 7.5px 0;
    display: block;
}

.menu-itm-list a {
    width: 100% !important;
}

.menu-itm-list a:hover {
    background-color: #FBD343;
    color: #fff;
}

/*==== nev area end===== */

.header ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header ul li {
    border-left: 2px solid #000;
    height: 60px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    /* max-width: 250px; */
    width: 250px;
}

.sm-str {
    width: 70px !important;
}

.h-social-icon {
    width: 10px !important;
}

.h-social-icon a {
    background: #216DCC;
}

.menu-btn {
    display: block !important;
    background: #FBD343 !important;
    width: 100% !important;
    transition: .3s;
}

.menu-btn:hover {
    color: #fff;
}

.P {
    display: inline-block;
}

.h-social-btn {
    width: 70px !important;
    background: #216DCC;
}

/* ============== */

.mobile-logo-bar {
    display: none !important;
}

.mobile-logo-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sm-str {
    border-left: none !important;
}

/*==== sticky-nev start=== */

.fixed-menu {
    position: fixed;
    top: 0;
    -webkit-animation: slide-down 0.5s !important;
    animation: slide-down 0.5s !important;
    left: 0;
    top: 0px;
    right: 0;
    z-index: 9999999999;
    -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=== */

/* =====hero-area-start===== */

.hero-area {
    background-image: url(img/hero.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
    padding: 68px 0 40px;
    background-color: #E6E6E6;
    border-bottom: 5px solid #000;
}

.hero-title {
    position: relative;
}

.hero-title h2 {
    color: #FFF;
    font-family: Atma;
    font-size: 257.285px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 257.285px */
    letter-spacing: 12.864px;
    margin-bottom: 20px;
    text-align: center;
}

.hero-title h3 {
    text-align: center;
}

.hero-title h4 {
    color: #FFF;
    font-family: Atma;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 50px */
    letter-spacing: 2.5px;
    text-align: center;
}

.hero-img {
    position: absolute;
    text-align: center;
    top: 70px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.Token_Address {
    margin-top: 38px;
    text-align: center;
}

.cs-container {
    padding-left: 15px;
    padding-right: 15px;
}

.Token_Address p {
    flex-direction: column;
    text-align: center;
    border: 2px solid #000;
    background: #FFF;
    padding: 12px 20px;
    display: inline-block;
    align-items: center;
    gap: 0 10px;
    cursor: pointer;
    color: #000;
    font-family: Atma;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 20px */
    letter-spacing: 1px;
    text-transform: capitalize;
}

.Token_Address p img {
    margin-left: 8px;
}

.copy-notification {
    color: #000;
    border-radius: 140px;
    background: #FFE32F;
    padding: 0px 10px;
    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;
    border-radius: 10px;
    border: 1px solid #000;
    box-shadow: 0px 4px 0px 0px #000;
    z-index: 99999999;
    font-size: 25px;
}

/* about area start */

.about-area {
    padding: 10px 0 0;
    z-index: 99999;
    position: relative;
    background-image: url(img/about-area.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    min-height: 680px;
    overflow: hidden;
    position: relative;
    border-bottom: 5px solid #000;
}

.about-wrapper {
    max-width: 670px;
    margin: auto;
    border-radius: 20px;
    outline: 20px solid #216DCC;
    background: #FBD343;
    padding: 10px 20px;
    text-align: center;
    transform: rotate(-25deg);
    margin-top: 100px;
    margin-left: -20px;
}

.about-wrapper h2 {
    color: #000;
    text-align: center;
    font-family: Atma;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 40px */
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.about-wrapper p {
    color: #000;
    text-align: center;
    font-family: Atma;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 24px */
    letter-spacing: 1.2px;
    margin-bottom: 20px;
}

.about-img {
    text-align: center;
    position: absolute;
    right: -10px;
    top: 50px;
}

/* ==========client=========== */

.marquee-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    user-select: none;
    border-bottom: 5px solid #000;
}

.marquee-track {
    display: flex;
    width: fit-content;
    will-change: transform;
}

.marquee-left {
    animation: marquee-left 20s linear infinite;
}

.scroll-card {
    border-radius: 10px;
    padding: 20px;
    margin-right: 30px;
    width: 180px;
    text-align: center;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.scroll-card img {
    border-radius: 8px;
}

.scroll-card:hover {
    transform: scale(1.1) translateX(10px);
    /* Nudge right on hover */
}

/* Pause marquee when hovering over scroll-card */

.scroll-card:hover~.marquee-left,
.scroll-card:hover {
    animation-play-state: paused;
}

/* Optional: Pause on container hover */

.marquee-container:hover .marquee-left {
    animation-play-state: paused;
}

@keyframes marquee-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* ========Tokenomics area start======= */

.tokenomics-area {
    background-color: rebeccapurple;
    background-image: url(img/Tokenomics-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    padding: 40px 0 0;
    border-bottom: 5px solid #000;
}

.tokenomics_content h2 {
    margin-bottom: 20px;
}

.tokenomics_content {
    text-align: center;
}

/* =======Disclaimer========== */

.Disclaimer-area {
    background: #F8FFF4;
    padding: 50px 0 50px;
    position: relative;
    min-height: 650px;
    background-image: url(img/ds-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.ds-left {
    max-width: 500px;
    border-radius: 20px;
    outline: 20px solid #216DCC;
    background: #FBD343;
    padding: 20px;
    margin-left: 20px;
}

.ds-left h2 {
    color: #000;
    text-align: center;
    font-family: Atma;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 40px */
    letter-spacing: 2px;
}

.ds-leftt p {
    color: #000;
    text-align: center;
    font-family: Atma;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px !important;
    letter-spacing: 0.9px;
    text-align: center;
}

footer {
    border: 2px solid #000;
}

.coppyright-text {
    max-width: 100% !important;
    width: 800px !important;
}

.coppyright-text p {
    color: #000;
    font-family: Atma;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 20px */
    letter-spacing: 1px;
}

html,
body {
    scroll-behavior: smooth;
}

/* end all the css  */

.mobile-copy-text {
    padding: 10px 0;
    background-color: #fff;
    border: 2px solid #000;
    display: none;
}

.mobile-copy-text p {
    color: #000;
    font-family: Atma;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 20px */
    letter-spacing: 1px;
    text-align: center;
}

.mobile-copy-text ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    gap: 0 20px;
}

.mobile-copy-text ul li a img {
    width: 40px;
}

/* ========== */

/* ====offcanvas manu start===== */

.offcanvas-header {
    background-color: #fff;
    border-bottom: 1px solid #FBD343;
}

.offcanvas-header h5 img {
    max-width: 100px;
}

.offcanvas-body {
    background-color: #1D6BCD;
    padding: 0px !important;
}

.clloss-x {
    font-size: 25px;
    cursor: pointer;
    color: #000000;
}

.clloss-x:hover {
    color: rgb(0, 0, 0)343 !important;
}

.offcanvas-start {
    top: 0;
    left: 0;
    width: 340px;
    z-index: 11111111111111;
}

.mobile-menu-item ul li a {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    padding: 15px 20px;
    display: block;
    transition: .2s;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
}

.mobile-menu-item ul li a:hover {
    color: #FBD343;
}

.m-active {
    color: #FBD343 !important;
}

.mobile-menu-item ul li a i {
    font-size: 20px;
    margin-right: 15px;
}

/* ====offcanvas manu end===== */

