
@import url('https://fonts.googleapis.com/css2?family=Afacad:ital,wght@0,400..700;1,400..700&family=Bubblegum+Sans&display=swap');

@font-face {
    font-family: 'BubbleGum';
    src: url('../fonts.html');
    src: url('../fonts.html#iefix') format('embedded-opentype'),
        url('../fonts/BubbleGum.woff2') format('woff2'),
        url('../fonts/BubbleGum.woff') format('woff'),
        url('../fonts/BubbleGum.ttf') format('truetype'),
        url('../images/BubbleGum.svg#BubbleGum') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body {
    font-family: "Afacad", sans-serif;
    font-size: 20px;
    font-weight: 500;
    background: #F8FFF4;
    color: #161B32;
}

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 {
   position: absolute;
   left: 0px;
   right: 0px;
   top: 20px;
   margin: auto;
   z-index: 99999999;
}

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

.menu-item ul {
    display: flex;
    align-items: center;
    gap: 0 5px;
    border-radius: 150px;
    border: 2px solid #000;
    background: #FFF;
    padding: 8px 12px;
}

.menu-item ul li a {
    color: #000;
    font-family: BubbleGum;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 18px */
    letter-spacing: 0.9px;
    text-transform: uppercase;
    text-transform: uppercase;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-align: center;
    display: block;
    padding: 10px 30px;
    border-radius: 70px;
     border-radius: 52px;
    border: 2px solid #fff;
}

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

.active a {
    border-radius: 52px;
    border: 2px solid #000 !important;
    background: #B3C129;
    color: #fff !important;
}

.menu-bar {
    display: none;
}

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

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

/*==== 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:20px;
    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(../images/hero.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
    padding: 90px 0 80px;
    background-color: #E6E6E6;
    height: 1100px;
 
}


.hero-title{
    position:relative;
}

.hero-title h2 {
    color: #FFF;
    text-align: center;
    -webkit-text-stroke-width: 11px;
    -webkit-text-stroke-color: #000;
    font-family: BubbleGum;
    font-size: 200px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 260px */
    text-transform: uppercase;
    margin-bottom: 20px;
}
.hero-img{
    text-align: center;
    margin-top: -200px;
    position: relative;
    z-index: 9999;
}
.h-audit-btn {
    position: absolute;
    top: 270px;
    left: 30px;
    z-index: 9999;

    
}


.h-audit-btn li a {
    color: #FFF;
    text-align: center;
    font-family: BubbleGum;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 32px */
    text-transform: uppercase;
    border-radius: 65px;
    border: 3px solid #161B32;
    background: #B3C129;
    box-shadow: 0 7px 0 0 rgba(0, 0, 0, 0.12);
    padding: 20px;
    transition: .36s;

}
.h-audit-btn li a:hover{
    color: #000;
   transform: scale(2);
}

.h-social-btn{
    position: absolute;
    right: 0px;
    bottom: 100px;
    z-index: 9999;
}
.h-social-btn li:nth-child(1) {
    margin-left: 35px;
    transition: .4s;
}
.h-social-btn li:nth-child(1):hover{
    transform: scale(1.1);
}
.h-social-btn li:nth-child(2) {
       transition: .4s;
     z-index: 99;
}
.h-social-btn li:nth-child(2):hover{
     transform: scale(1.1);
}
.h-social-btn li:nth-child(3) {
     margin-left: 60px;
}

.Token_Address {

   text-align: center;
}
.cs-container{
    padding-left: 15px;
    padding-right: 15px;
}
.Token_Address p {
    flex-direction: column;
    text-align: center;
      border-radius: 70px;
    border: 2px solid #000;
    background: #FFF;
    padding: 15px 20px;
    display: inline-block;
    align-items: center;
    gap: 0 10px;
    cursor: pointer;
    color: #000;
    font-family: Afacad;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 20px */
    letter-spacing: 1px;
    text-transform: uppercase;
    /* 19.2px */
    letter-spacing: 0.8px;
    /* 24px */
    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;
    margin-top: -170px;
    z-index: 99999;
    position: relative;
}
.about-wrapper{
    max-width: 1000px;
    margin: auto;
    border-radius: 20px;
    border: 6px solid #000;
    background: #FEF8E5;
    padding: 30px 70px;
    text-align: center;
    margin-bottom: 30px;
}
.about-wrapper h2{
    color: #000;
    text-align: center;
    font-family: BubbleGum;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 32px */
    text-transform: uppercase;
    border: 3px solid #161B32;
    background: #FFF;
    box-shadow: 0 7px 0 0 rgba(0, 0, 0, 0.12);
    display: inline-block;
    padding: 15px;
    margin-bottom: 15px;

}
.about-wrapper p{
    color: #161B32;
    text-align: center;
    font-family: Afacad;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 36px */
    margin-bottom: 20px;
}
.about-btn{}
.about-btn a{
    color: #FFF;
    font-family: BubbleGum;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 22px */
    letter-spacing: 1.1px;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px 60px;
    border-radius: 52px;
    border: 2px solid #000;
    background: #B3C129;
    transition: .3s;
}
.about-btn a:hover{
    color:#000;
}
.about-img{
    text-align: center;
}

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

.client-area{
    background: #000;
}
.marquee-container {
      overflow: hidden;
      position: relative;
      width: 100%;
      user-select: none;
    }

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

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

    .scroll-card {
      background: #000;
      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 */
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.6);
    }

    /* 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{
    position: relative;
    height: 1200px;
}
.tokenomics_content{}
.tokenomics_content h2{
    color: #000;
    font-family: BubbleGum;
    font-size: 82px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 82px */
    text-transform: uppercase;
    margin-bottom: 20px;
}
.tokenomics_content ul li{
    color: #000;
    font-family: BubbleGum;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 60px */
    text-transform: uppercase;
    margin-bottom: 22px;
}


.tokenomics_content{
    position: absolute;
 right: -329px;
  top: -100px;
}


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

.Disclaimer-area{
    background: #F8FFF4;
    padding: 120px 0 140px;
    position: relative;
    margin-top: -20px;
}
.cs-container{
    max-width: 1330px !important;
    margin: auto;
}
.ds-left {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.ds-left img{
    width: 95%;
}
.ds-right {
    border-radius: 15px;
    border: 5px solid #000;
    background: #FEF8E5;
    padding: 35px;
    margin-left: 60px;
}
.ds-right h2{
    color: #000;
    font-family: BubbleGum;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 60px */
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
}
.ds-right p{
    color: #000;
    text-align: center;
    font-family: Afacad;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

footer{
   background: #FFF;
    backdrop-filter: blur(3px); 
    padding: 13px 0;
}

.footer-container{
     display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-container p{
    color: #000;
    font-family: Afacad;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 21.6px */
}
.footer-container ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 10px;
}
.footer-container ul li{
    color: #000;
    font-family: Afacad;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 21.6px */
    text-transform: uppercase;
}
.footer-container ul li{}



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

/* end all the css  */


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