@import url("css2.css");


body {
    font-family: 'Cuprum', sans-serif;
    font-size: 18px;
    font-weight: 400;
    background: #000;
    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;
    border-radius: 20px 20px 0 0;
    background: #F6CE8F;
    display: block;
    text-align: center;
    padding-top: 8px;
    font-size: 22px;
    color: #ffffff;
    position: fixed;
    right: 5px;
    bottom: 5px;
    display: none;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.scrolltotop:hover {
    background: #F6CE8F;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
}

/*==== nev area start===== */

header {
    width: 100%;
    padding: 16px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    background: #1E2228;
    box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(3px);
}

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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.s-icon{
    margin-left: 20px;
}
.s-icon a {
    display: inline-block;
    margin-right: 16px;
    -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);
}

.menu-item ul li a {
    font-size: 16px;
    font-weight: 700;
    color: #6C6C6C;
    display: inline-block;
    padding: 10px 20px;
    text-transform: capitalize;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: rgba(231, 231, 231, 0.10);
    margin-left: 10px;
}

.menu-item ul li a:hover {
    color: #F6CEAA;
}



.menu-bar {
    display: none;
}

.menu-bar a {
    font-size: 30px;
    color: #F6CEAA;
    cursor: pointer;
}

.mobile-icon-ss {
    display: none;
}

/*==== nev area end===== */

/*==== sticky-nev start=== */

.fixed-menu {
    background: #1E2228;
    position: fixed;
    top: 0;
    -webkit-animation: slide-down 0.5s !important;
            animation: slide-down 0.5s !important;
    left: 0;
    right: 0;
    -webkit-box-shadow: 4px -86px 103px rgba(0, 0, 0, 0.9);
            box-shadow: 4px -86px 103px rgba(0, 0, 0, 0.9);
    z-index: 250;
    -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=== */

/* ====offcanvas manu start===== */

.offcanvas-header {
    background-color: #1E2228;
}

.offcanvas-header h5 img {
    max-width: 100px;
}

.offcanvas-body {
    background-color: #222831;
    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: 600;
    color: #fff;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    padding: 15px 20px;
    display: block;
    transition: .2s;
}

.mobile-menu-item ul li a:hover {
    background-color: #32363B;
    color: #F6CE8F;
}

.m-active {
    background: rgba(255, 255, 255, 0.10);
    color: #F6CE8F !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("hero-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
   position: relative;
    padding: 40px 0 250 0;
}

.hero-area p {
    display: block;
}

.hero-title h2 {
    color: #F6CEAA;
    text-align: center;
    text-shadow: 3px 3px 0px #002916;
    font-family: 'Bungee Inline', sans-serif;
    font-size: 150px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    transform: rotate(4deg);
    line-height: 230px;
}

.hero-title h3 {
    color: #FFF;
    text-align: center;
    text-shadow: 3px 0px 0px #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 30px */
    text-transform: uppercase;
    margin-bottom: 30px;
}


.hero-title h3 span{
    text-decoration: underline;
}


.hero-title ul {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.hero-title ul li a {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    display: inline-block;
    padding: 13px 40px;

    background: #F6CEAA;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-bottom: 30px;
    margin-left: 20px;
    width: 160px; 
}
.hero-title ul li:first-of-type a{
    width: inherit;
}
.hero-title ul li a:hover {
    background-color: #F6CEAA;
}

.s2ndss{
    background-color: #FFFFFF !important;
}
.s3rdss{
    background-color: transparent !important;
    border: 1px solid #F6CEAA;
    color: #F6CEAA !important;
}
.s3rdss:hover {
    background-color: #F6CEAA !important;
    border: 1px solid transparent !important;
    color: #000000 !important;
}

.hero-img{
    margin-top: 60px;
    text-align: center;
    margin-bottom: 280px;
}


/* marquee div container */
.mr-ar{
    position: absolute;
    bottom: 300px;
    left: -50px;
}

.a-section-marquee-box {
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #F6CEAA;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.65);
    transform: rotate(-8deg);
    
}
.a-section-marquee-box h2 {
    white-space: nowrap;
    text-transform: uppercase;
    color: #1F1F1F;
    text-align: center;
    font-family: Bungee Inline;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    width: max-content;
    display: flex;
    align-items: center;
    transform: translateX(0);
    animation: a-text-scroll 5s linear infinite;
    padding: 10px 0;
    margin-right: 20px;
}
@keyframes a-text-scroll {
    0% { transform: translate3d(-100%, 0, 0); }
    100% { transform: translate3d(0%, 0, 0); }
}

/* about area start */

.about-area {
    padding: 166px 0 0 0;
    background: #222831;
}
.cs-con1{
    max-width: 1000px;
    margin: auto;
}

.about-right {
    margin-top: 50px;
}

.about-right h2 {
    color: #F6CEAA;
    text-shadow: 3px 3px 0px #291900;
    font-family: Bungee ;
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.about-right p {
    color: #FFF;
    text-shadow: 3px 0px 0px #000;
    font-family: Cuprum;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 30px */
    text-transform: uppercase;
    margin-bottom: 40px;
}

.about-btn-{
    text-align: center;
    position: relative;
}
.about-btn- h3{
    color: #F6CEAA;
    text-align: center;
    text-shadow: 3px 0px 0px #000;
    font-family: Cuprum;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 30px */
    text-transform: uppercase;
    margin-bottom: 15px;
}
.about-btn- a{
    color: #000;
    font-family: Cuprum;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    display:inline-block;
    padding: 13px 40px;
    background-color: #FFF;
    transition: .3s;
}
.about-btn- a:hover{
    background-color: #F6CEAA;
}

.about-btn- span{
    position: absolute;
    top: 70px;
}
.ab-sl-img{
    padding-top: 100px;
    text-align: center;
}
/* Tokenomics area start */

.tokenomics-area {
    padding: 70px 0px;
    background: #2C3440;
}

.tokenomic-title h2 {
    color: #F6CEAA;
    text-align: center;
    text-shadow: 3px 3px 0px #291900;
    font-family: Bungee ;
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.token-left-item{
    padding: 50px 25px 15px 25px;
    border: 1px solid rgba(255, 255, 255, 0.00);
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(2px);
}
.token-left-item h2{
    color: #F6CEAA;
    font-family: Bungee;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
.token-left-item ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.token-left-item ul li{
    margin-bottom: 13px;
}
.token-left-item ul li:first-of-type{
    color: rgba(255, 255, 255, 0.45);
    font-family: Cuprum;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 16.8px */
}
.token-left-item ul li:last-of-type{
    color: #FFF;
    font-family: Cuprum;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
.token-left-item p{
    color: #F6CEAA;
    font-family: Cuprum;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 45px;
}

/* token-right */
.token-right{
    border: 1px solid rgba(255, 255, 255, 0.00);
    background: rgba(255, 255, 255, 0.03);
    padding: 80px 80px;
    display: flex;
}

.token-right h2{
    color: #F6CEAA;
    font-family: Bungee ;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 10px;
    margin-top: 60px;
}
.token-right ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.token-right ul li{
    margin-bottom: 13px;
    display: flex;
    align-items: center;
}
.token-right ul li img{
    display: inline-block;
    margin-right: 10px;
}
.token-right ul li:first-of-type{
    color: #FFF;
    font-family: Cuprum;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 16.8px */
}
.token-right ul li:last-of-type{
    color: #FFF;
    font-family: Cuprum;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
.token-right-rr{
    margin-left: 70px;
}
/* =========Our Roadmap start ======== */

.our-roadmap-area {
    padding: 80px  0 0 0;
    background: #222831;
    /* position: relative; */
    margin-bottom: -120px;
}

.roadmap-title h2 {
    color: #F6CEAA;
    text-align: center;
    text-shadow: 3px 3px 0px #291900;
    font-family: Bungee ;
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    line-height: 50px;
    margin-bottom: 30px;
}

.roadmap-title p {
    color: #FFF;
    text-align: center;
    font-family: Cuprum;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 100px;
}

.roadmap-item {
    padding: 22px;
    border-radius: 10px;
    background-image: url("ph-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 368px;
    padding: 120px 70px 150px 70px;
}

.roadmap-item img {
    display: inline-block;
    margin-bottom: 15px;
}

.roadmap-item h3 {
    color: #000;
    font-family: Bungee ;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    line-height: 40px;
    margin-bottom: 20px;
    margin-top: 40px;
}

.roadmap-item ul li {
    color: #000;
    font-family: Cuprum;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
    position: relative;
    margin-left: 22px;
}

.roadmap-item ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #000;
    display: block;
    border-radius: 50%;
    position: absolute;
    left: -22px;
    top: 5px;
}

.cs-cn {
    position: relative;
    height: 100%;
}

.batsy99 {
    margin-top: auto;
    position: absolute;
    bottom: 0px;
    left: -100px;
}

.follow-us_ {
    width: 420px;
    height: 305.719px;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 100% 100%;
    position: absolute;
    bottom: 207px;
    left: 477px;
}

.follow-content {
    padding-top: 79px;
    padding-left: 80px;
}

.follow-content h2 {
    color: #FA9A00;
    text-align: center;
    text-shadow: 2px 2px 0px #BA6A34;
    font-family: Brokenscript-BoldCond;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 40px */
    text-transform: uppercase;
    margin-bottom: 9px;
}

.follow-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.follow-content ul li a img {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.follow-content ul li a img:hover {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}

footer {
    padding: 20px 0;
    background: #F6CEAA;
}



.footer-wrapper p {
    color: #000;
    font-family: Cuprum;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
}
 html, body{
    scroll-behavior: smooth;
 }

/* end all the css  */


/* ======our partners area start====== */

.partners-area{
    padding: 70px 0px;
    background: #222831;
}
.partners-title h2{
    color: #F6CEAA;
    text-align: center;
    text-shadow: 3px 3px 0px #291900;
    font-family: 'Bungee';
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.pretners-items a{
    display: block;
    text-align: center;
    border: 1px solid #141414;
    background: #F6CEAA;
    padding: 16px 45px;
    margin-bottom: 20px;
    height: 91px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.mas-pra {
    max-width: 750px;
    margin: auto;
}

/* FEATURED ON area start */

.featured-area{
    padding: 50px 0;
    height: 1385px; 
    background-image: url("fe-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
}
.fe-items a{
    background: #0A0A0A !important; 
}

.disclaimer-wrapper{
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: #F6CEAA;
    margin-top: 120px;
   
}
.disclaimer-wrapper h2{
    color: #000;
    font-family: Bungee;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    line-height: 40px;
    margin-bottom: 15px;

}
.disclaimer-wrapper p{
    color: #000;
    font-family: Cuprum;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.copy-notification {
    color: #ffffff;
    background-color: rgba(0,0,0,0.8);
    padding: 20px;
    border-radius: 30px;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 150px;
    margin-top: -30px;
    margin-left: -85px;
    display: none;
    text-align:center;
}


.footer-icon{
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: #F6CEAA;
    padding: 22px;
    max-width: 443px; 
    margin: auto;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%,-50%);
}
.footer-icon span{
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translate(-50%,-50%);
}
.footer-icon h2{
    color: #000;
    font-family: Bungee;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: 40px;
}

.footer-icon ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-icon ul li  a{
    display: inline-block;
    padding: 0 10px;
    transition: .2s;
}

.footer-icon ul li  a:hover{
    transform: scale(1.2);
}



/* ========== */

.active a{
    color: #F6CEAA !important;
}
