
@import url('https://fonts.googleapis.com/css2?family=Averia+Sans+Libre:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Black+And+White+Picture&display=swap');


body {
    font-family: "Averia Sans Libre", 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 {
    background: url('img/menu-bg.png') no-repeat;
    background-position: center;
    max-width: 450px;
    width: 100%;
    padding: 15px 25px 15px 20px;
    justify-content: flex-end;
    position: relative;
}

.menu-item ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0 5px;
}

.menu-dog {
    position: absolute;
    top: -12px;
    left: 0;
}

.menu-item ul li a {
    color: #000;
    font-family: "Averia Sans Libre", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    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: #61C8F4;
    color: #fff;
}

.active a {
    border-radius: 52px;
    border: 2px solid #000 !important;
    background: #61C8F4;
    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('img/hero.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 90px 0 80px;
    background-color: #E6E6E6;
    height: 960px; 
}


.hero-title{
    position:relative;
}

.hero-title h2 {
    color: #FFF;
    text-align: center;
    -webkit-text-stroke-width: 10px;
    -webkit-text-stroke-color: #000;
    font-family: "Averia Sans Libre";
    font-size: 300px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.hero-img{
    text-align: center;
    margin-top: -150px;
    position: relative;
    z-index: 9999;
}
.h-buy-btn {
    position: absolute;
    top: 282px;
    left: -48px;
    z-index: 9999;
}

.h-audit-btn {
    position: absolute;
    top: 303px;
    right: -90px;
    z-index: 9999;
}

.h-buy-btn li a {
    display: block;
    background: url('img/buy-bg.png') no-repeat;
    background-position: center;
    width: 328px;
    height: 200px;
    font-family: "Black And White Picture", system-ui;
    color: #000;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 44px */
    letter-spacing: 2.2px;
    text-transform: uppercase;
    transition: .36s;
}

.h-audit-btn li a {
    display: block;
    background: url('img/audit-bg.png') no-repeat;
    background-position: center;
    width: 328px;
    height: 200px;
    font-family: "Black And White Picture", system-ui;
    color: #000;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 44px */
    letter-spacing: 2.2px;
    text-transform: uppercase;
    transition: .36s;
}

.h-buy-btn li a span {    
    position: absolute;
    top: 77px;
    left: 86px;
    transform: rotate(-16deg);
}

.h-audit-btn li a span {    
    position: absolute;
    top: 77px;
    left: 117px;
    transform: rotate(16deg);
}

.h-buy-btn li a:hover{
   transform: scale(1.1);
}
.h-audit-btn li a:hover{
   transform: scale(1.1);
}

.h-social-btn{
    position: absolute;
    left: 192px;
    bottom: 90px;
    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) {
    margin-left: 112px;
       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;
}
.h-social-btn li:nth-child(4) {
     margin-left: 125px;
}

.Token_Address {
   text-align: center;
   position: absolute;
   left: 50%;
   bottom: -116px;
   transform: translateX(-50%);
   z-index: 999999;
}
.cs-container{
    padding-left: 15px;
    padding-right: 15px;
}
.Token_Address p {
    background: url('img/token-bg.png') no-repeat;
    background-position: center;
    width: 1024px;
    height: 143px;
    color: #000;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #FFF;
    font-family: "Black And White Picture";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 28px */
    letter-spacing: 4.48px;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    gap: 0 10px;
    cursor: pointer;
}

.Token_Address p label {
    display: flex;
    align-items: center;
    position: absolute;
    top: 58px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}

.Token_Address p img{
    margin-left: 8px;
}
.copy-notification {
    color: #000;
    border-radius: 140px;
    background: #61C8F4;
    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{
    background: url('img/about-bg.png') no-repeat;
    background-size: cover;
    background-position: center;
    padding: 590px 0 28px 0;
    position: relative;
}
.about-wrapper{
    max-width: 1140px;
    margin: auto;
    border-radius: 16px;
    border: 4px solid #000;
    background: #FFF;
    padding: 12px 52px 13px 53px;
    text-align: center;
}
.about-wrapper h3{
    color: #000;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #FFF;
    font-family: "Averia Sans Libre";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 24px */
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.about-wrapper h2 {
    color: #FBFF00;
    text-align: center;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #000;
    font-family: "Averia Sans Libre";
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 91px */
    text-transform: uppercase;
    margin-bottom: 10px;
}
.about-wrapper p{
    color: #000;
    text-align: center;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #FFF;
    font-family: "Averia Sans Libre";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 21.6px */
    letter-spacing: 2.34px;
    text-transform: uppercase;
}

.about-cat {
    position: absolute;
    top: 26%;
    left: 24%;
}



/* ==========taxes area =========== */

.taxes-area {
    background: url('img/taxes-bg.png') no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 930px;
    position: relative;
}

.taxes-box {
    position: absolute;
    top: 21%;
    right: 35%;
    transform: rotate(7deg);
}

.taxes-box h2 {
    color: #FFF;
    -webkit-text-stroke-width: 2.63px;
    -webkit-text-stroke-color: #000;
    font-family: "Averia Sans Libre";
    font-size: 53.87px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 70.031px */
    text-transform: uppercase;
    margin-bottom: 25px;
}

.taxes-box p {
    color: #000;
    font-family: "Black And White Picture";
    font-size: 35.975px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 35.975px */
    letter-spacing: 1.799px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

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

.client-area{
    background: #fff;
    padding: 30px 0;
}

.client-main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.client-main img {
    cursor: pointer;
    transition: 0.3s all ease;
}

.client-main img:hover {
    transform: scale(1.1);
}


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

.Disclaimer-area{
    background: url('img/disclaimer-bg.png') no-repeat;
    background-size: cover;
    background-position: center;
    padding: 73px 0 650px 0;
    position: relative;
}

.Disclaimer-box {
    max-width: 610px;
    width: 100%;
    border-radius: 16px;
    border: 4px solid #000;
    background: #FFF;
    padding: 30px;
}

.Disclaimer-box h2 {
    color: #FBFF00;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #000;
    font-family: "Averia Sans Libre";
    font-size: 51px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 66.3px */
    text-transform: uppercase;
    margin-bottom: 20px;
}

.Disclaimer-box p {
    color: #000;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #FFF;
    font-family: "Averia Sans Libre";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 21.6px */
    letter-spacing: 2.34px;
    text-transform: uppercase;
}

.Disclaimer-social {
    position: absolute;
    right: 43%;
    bottom: 14%;
}

.Disclaimer-social ul {
    display: flex;
}

.Disclaimer-social ul li:first-child {
    margin-right: 10px;
}

.Disclaimer-social ul li a img {
    transition: 0.3s all ease;
}

.Disclaimer-social ul li a img:hover {
    transform: scale(1.1);
}


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

.footer-container a{
    display: block;
    color: #000;
    text-align: center;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #FFF;
    font-family: "Averia Sans Libre";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 18px */
    letter-spacing: 0.9px;
    text-transform: uppercase;
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {

.about-cat {
    position: absolute;
    top: 26%;
    left: 13%;
}
.Disclaimer-social {
  position: absolute;
  right: 39% !important;
  bottom: 15%;
}

}

@media screen and (min-width: 1300px) and (max-width: 1500px) {

.about-cat {
    position: absolute;
    top: 26%;
    left: 18%;
}

.Disclaimer-social {
  position: absolute;
  right: 39% !important;
  bottom: 15%;
}


   
}

 html, body{
    scroll-behavior: smooth;
 }

/* end all the css  */


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