
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap');
@font-face {
    font-family: 'DecoExperiment2';
    src: url('fonts/DecoExperiment2.eot');
    src: url('fonts/DecoExperiment2.eot?#iefix') format('embedded-opentype'),
        url('fonts/DecoExperiment2.woff2') format('woff2'),
        url('fonts/DecoExperiment2.woff') format('woff'),
        url('fonts/DecoExperiment2.ttf') format('truetype'),
        url('fonts/DecoExperiment2.svg#DecoExperiment2') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Lader';
    src: url('fonts/Lader-Rg.woff2') format('woff2'),
        url('fonts/Lader-Rg.woff') format('woff'),
        url('fonts/Lader-Rg.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



body {
    font-family: 'Lader';
    font-size: 18px;
    font-weight: 400;
    background: #06070B;
    color: #fff;
    background-image: url(img/body-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;

}


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: 60px;
    height: 60px;
    
    position: fixed;
    right: 30px;
    bottom: 45px;
    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;    
}




/*==== nev area start===== */
header {
    padding: 20px 30px;

    z-index: 9999;
}

header .container{
    max-width:98% !important;
    margin: auto;
}

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 img{
    max-width: 200px;
    display: inline-block;
 
}

.menu-item {
    display: flex;
    align-items: center;
}
.menu-item ul li{
    margin-left: 0px;
}

.menu-item ul li a {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    padding: 10px 10px;
    text-transform: capitalize;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-align: center;


}

.menu-item ul li a:hover {
    color: #F6B200;
    text-shadow: .5px .5px #FF0000; 

}

.active a{

    color: #F6B200 !important;
     text-shadow: .5px .5px #FF0000;

}

.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);
}



/* .menu-bar {
    display: none;
} */

.menu-bar-wraper{
    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;
}


.menu-btn a{
    font-size: 20px !important;
    color: #00F6F6;
}





/*==== nev area end===== */

/*==== sticky-nev start=== */

.fixed-menu {
    background: #000000;
    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: 99999999999999;
}


@-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 {
    background-color: #598D3E;
    border-bottom: 1px solid #FFD233;
}

.offcanvas-header h5 img {
    max-width: 100px;
}

.offcanvas-body {
    background-color: #598D3E;
    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: 340px;
    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: #FFD233;
    color: #fff;
}

.m-active {
    background: #FFD233;
    color: #fff !important;
}

.mobile-menu-item ul li a i {
    font-size: 20px;
    margin-right: 15px;
}

/* ====offcanvas manu end===== */

/* =====hero-area-start===== */

.hero-area {
   
    padding: 0px 0 80px;


}

.hero-item{
    text-align: center;
}

.hero-item{
    position: relative;
}
.hero-item ul{
    display: flex;
    align-items: center;
    gap: 0 20px;
    position: absolute;
    left:120px;
    top:50%;
    z-index: 99999;
}
.hero-item ul li a img{
    transition: .3s;
}
.hero-item ul li a img:hover{
    transform: scale(1.1);
}









.hero-container {
	max-width: 1300px !important;
	margin: auto;
}


/* about area start */

.about-area{
    padding: 50px 0;
}

.about-left{
    padding: 65px 43px 90px 80px;
    background-image: url(img/ab.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;

}
.about-left span{
   font-family: 'Lader';
   font-size: 26px;
   font-weight: 500;
   color: #fff;
   display: block;
   margin-bottom:7px;
}
.about-left h2{
    font-family: 'DecoExperiment2';
   font-size: 50px;
   font-weight: 400;
   color: #F6B200;
   display: block;
   margin-bottom:7px;
   text-shadow: 3px 1px #FF0000;
}
.about-left p{
    font-family: 'Lader';
   font-size: 20px;
   font-weight: 500;
   color: #ffffffe0;
}

.container{
    max-width: 1200px;
}



  .coppyright-text p{
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 14px */
    text-transform: uppercase;
    padding: 20px;
    background: #06070B;
    letter-spacing: 1px;
  }

 html, body{
    scroll-behavior: smooth;
 }
/* =========how-to-buy-area======== */

.how-to-buy-area{
    padding: 50px 0;
}

.how-title h2{
    font-family: 'DecoExperiment2';
   font-size: 110px;
   font-weight: 400;
   color: #F6B200;
   display: block;
   margin-bottom:24px;
   text-shadow: 3px 1px #FF0000;
   text-align: center;
}
.step1{
    width:244px;
    height:212px;
     padding: 45px 4px 109px 78px;
    background-image: url(img/step1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.step1 h2{
    font-family: 'DecoExperiment2';
   font-size: 50px;
   font-weight: 400;
   color: #F6B200;
   display: block;
   margin-bottom:7px;
   text-shadow: 3px 1px #FF0000;
}
.p-step{
    max-width: 523px;
    min-height: 240px;
    padding: 45px 43px 90px 78px;
    background-image: url(img/p-step.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: -105px;
    margin-left: 55px;
    margin-bottom: 50px;
}
.p-step p{
    font-family: 'Lader';
   font-size: 18px;
   font-weight: 500;
   color: #ffffffe0;
}

.step3{
    width:244px;
    height:212px;
     padding: 75px 10px 79px 40px;
    background-image: url(img/step-3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-left: auto;
    margin-top: -100px;
}
.step3 h2{
   font-family: 'DecoExperiment2';
   font-size: 50px;
   font-weight: 400;
   color: #F6B200;
   display: block;
   margin-bottom:7px;
   text-shadow: 3px 1px #FF0000;
}

.m-0{
    margin-bottom: 0px;
    position: relative;
    z-index: 9999999;
    padding-top: 30px;
    padding-bottom: 60px;
}

.m-tt{
    padding-top: 50px;
}
/* ======tokenomics-area========== */

.tokenomics-area{
 padding: 50px 0;
}

.tk-title h2{
     font-family: 'DecoExperiment2';
   font-size: 100px;
   font-weight: 400;
   color: #F6B200;
   display: block;
   margin-bottom:7px;
   text-shadow: 3px 1px #FF0000;
   text-align: center;
   margin-bottom: 50px;

}

/* end all the css  */

.tokenomics-item{
    position: relative;
}
.Token_Address{
    position: absolute;
    top: 288px;
    right: 165px;
}
.Token_Address p {
    display: flex;
    align-items: center;
    align-items: center;
    justify-content: center;
    gap: 0 1px;
    cursor: pointer;
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 20px */
    text-transform: capitalize;
    padding: 11px;
    background-color:#00F6F6;
    display: inline-block;
    border-radius: 10px;
    box-shadow: 0px 0px 30px  #00F6F6;
    position: relative;
}

.Token_Address p::before {
    content: "";
    width: 7px;
    height: 4px;
    display: block;
    position: absolute;
    top: -14px;
    left: 20px;
    border-left: 10px dotted transparent;
  
    border-right: 10px solid transparent;
  
    border-bottom: 16px solid #00F6F6;
  
  }
.Token_Address p img {
    margin-left: 8px;
}

.copy-notification {
    color: #000;
    border-radius: 140px;
    background: #05fc11;
    padding: 5px 5px;
    border-radius: 30px;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 130px;
    margin-top: -30px;
    margin-left: -85px;
    display: none;
    text-align: center;
    cursor: pointer;
 
    border-radius: 10px;
    border: 1px solid #000;
    box-shadow: 0px 0px 30px #4cfc07;
    z-index: 99999999;
    font-family: 'Lader';
    font-size: 20px;
    font-weight: 700;

}
/* ========== */

/* =========ds area ========= */
.ds-area{
    position: relative;
    margin-top: -328px;
}

.ds-text-item{
    max-width: 890px;
    margin: auto;
    padding: 65px 70px;
    background-image: url(img/ds.png);
    background-repeat:no-repeat;
    background-size: 100% 100%;
    
}
.ds-text-item h3{
    font-family: 'DecoExperiment2';
   font-size: 50px;
   font-weight: 400;
   color: #F6B200;
   display: block;
   margin-bottom:20px;
   text-shadow: 3px 1px #FF0000;
}
.ds-text-item p{
    font-size: 20px;
    color: #ffffffda;
}

.ds-img{
    text-align: center;
    margin-top: 30px;
    position: relative;
}



.ds-img ul{
    display: flex;
    align-items: center;
    gap: 0 20px;
    position: absolute;
    left:-60px;
    top:250px;
    z-index: 99999;
}
.ds-img ul li a img{
    transition: .3s;
}
.ds-img ul li a img:hover{
    transform: scale(1.1);
}


main{
    overflow: hidden;
}




/* ===================== */

.tk-item{
  display: flex;
  align-items: center;
  align-items: center;
  justify-content: center;
  gap: 0 1px;
  cursor: pointer;
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: capitalize;
  padding: 11px;

  display: inline-block;
  border-radius: 10px;

}





.tex-box{
    position: absolute;
    top: 22%;
    left: 33%;
}

.taxs{
      background-color: #00F6F6;
      box-shadow: 0px 0px 30px #00F6F6;
      position: relative;
      
}
.taxs::before{
    content: "";
    width: 7px;
    height: 4px;
    display: block;
    position: absolute;
    bottom: -10px;
    left: 40%;
    border-left: 10px dotted transparent;
    border-right: 10px solid transparent;
    border-bottom: 16px solid #00F6F6;
    transform: rotate(60deg);
}



    .supply-box{
        position: absolute;
        top: 18%;
        left: -24px;
    }
    .supply{
        background-color: #00F6F6;
        box-shadow: 0px 0px 30px #00F6F6;
        position: relative;
        
    }
    .supply::before{
        content: "";
        width: 7px;
        height: 4px;
        display: block;
        position: absolute;
        bottom: -3px;
        right: -6px;
        border-left: 10px dotted transparent;
        border-right: 10px solid transparent;
        border-bottom: 16px solid #00F6F6;
        transform: rotate(32deg);
    }



    .POODLEINU-box{
        position: absolute;
        top: 59%;
        left: 44px;
    }
    .POODLEINU{
        background-color: #F6B200;
        box-shadow: 0px 0px 30px #F6B200;
        position: relative;
        
    }
    .POODLEINU::before{
        content: "";
        width: 7px;
        height: 4px;
        display: block;
        position: absolute;
        bottom: 14px;
        right: -10px;
        border-left: 10px dotted transparent;
        border-right: 10px solid transparent;
        border-bottom: 16px solid #F6B200;
        transform: rotate(-30deg);
    }
