@import url('https://fonts.googleapis.com/css2?family=Anek+Bangla:wght@100..800&family=Anek+Odia:wght@100..800&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@font-face {
    font-family: 'Helvetica Neue';
    src: url('fonts/HelveticaNeue-Light.eot');
    src: url('fonts/HelveticaNeue-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/HelveticaNeue-Light.woff') format('woff'),
        url('fonts/HelveticaNeue-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('fonts/HelveticaNeue-Medium.eot');
    src: url('fonts/HelveticaNeue-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/HelveticaNeue-Medium.woff') format('woff'),
        url('fonts/HelveticaNeue-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('fonts/HelveticaNeue-Heavy.eot');
    src: url('fonts/HelveticaNeue-Heavy.eot?#iefix') format('embedded-opentype'),
        url('fonts/HelveticaNeue-Heavy.woff') format('woff'),
        url('fonts/HelveticaNeue-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('fonts/HelveticaNeue-Thin.eot');
    src: url('fonts/HelveticaNeue-Thin.eot?#iefix') format('embedded-opentype'),
        url('fonts/HelveticaNeue-Thin.woff') format('woff'),
        url('fonts/HelveticaNeue-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('fonts/HelveticaNeue-Black.eot');
    src: url('fonts/HelveticaNeue-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/HelveticaNeue-Black.woff') format('woff'),
        url('fonts/HelveticaNeue-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('fonts/HelveticaNeue-UltraLight.eot');
    src: url('fonts/HelveticaNeue-UltraLight.eot?#iefix') format('embedded-opentype'),
        url('fonts/HelveticaNeue-UltraLight.woff') format('woff'),
        url('fonts/HelveticaNeue-UltraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('fonts/HelveticaNeue-Bold.eot');
    src: url('fonts/HelveticaNeue-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/HelveticaNeue-Bold.woff') format('woff'),
        url('fonts/HelveticaNeue-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


body {
    font-family: 'Helvetica Neue';
    font-size: 18px;
    font-weight: 400;
    background: #150733;
    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: #8d0707;
    display: block;
    text-align: center;
    padding-top: 8px;
    font-size: 22px;
    color: #ffffff;
    position: fixed;
    right: 10px;
    bottom: 10px;
    display: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.scrolltotop:hover {   
    background: #8d0707;
    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);   
}
.container{
    max-width: 1200px !important;
    margin: auto;
}


/*==== nev area start===== */
header {
    padding: 14px 0px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(42px);
    z-index: 9999;
    position: absolute;
    width: 100%;
}



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: flex;
    align-items: center;
    gap: 0 30px;
}
.menu-item ul{
    display: flex;
    align-items: center;
    gap: 0 30px;
}


.menu-item ul li a {
    color: rgba(255, 255, 255, 0.70);
    text-align: center;
    font-family: "Helvetica Neue";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 16px */
    font-style: normal;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-align: center;
    text-transform: capitalize;
}

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

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


.menu-btn a{
    color: #FFF;
    text-align: center;
    font-family: "Helvetica Neue";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 18px */
    text-transform: uppercase;
    display: inline-block;
    border-radius: 14px;
    background: #7063FF;
    padding: 13px 2px;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:0 10px ;
    width: 130px;

}


.h-rt-icon ul li{
    display: flex;
    align-items: center;
    gap:0 12px;
}
.h-rt-iconul ul li a{
    transition: .3s;
}
.h-rt-icon ul li a:hover{
    transform: scale(1.2);
}

.menu-bar {
    display: none;
}

.menu-bar a {
    font-size: 30px;
    color: #8d0707;
    cursor: pointer;
}
.mobile-header-icon ul li{
   display: flex;
   align-items: center;
   gap: 0 10px;
   margin-right: 15px;
}

.mobile-header-icon {
    display: none;
}
/*==== nev area end===== */

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

.fixed-menu {
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(42px);
    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;
}


@-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 {
    border-bottom: 1px solid #8d0707;
    background-image: url(img/main.png);
}

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

.offcanvas-body {
    padding: 0px !important;
    background-image: url(img/main.png);
    background-repeat: no-repeat;
    background-size: cover;
}

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

.clloss-x:hover {
    color: #8d0707 !important;
}

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

.mobile-menu-item ul li a {
    font-size: 16px;
    font-weight: 700;
    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: #8d0707;
    color: #fff;
}

.m-active {
    background: #8d0707;
    color: #fff !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(img/hero-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    position: relative;
    padding: 160px 0 0px;
    background-color: #E6E6E6;
 
}



.hero-title h2 {
    font-family: 'Helvetica Neue';
  /* background: -webkit-linear-gradient(+86deg, #64DED8 5%, #8d0707 83%, #8d0707 91%); */
   /* background: -webkit-linear-gradient(20deg, #64DED8 10%, ##8d0707 100%);  */
   background: -webkit-linear-gradient(45deg, #64DED8 18%, #8d0707 80%); 
  -webkit-background-clip: text;
  -webkit-text-stroke: 12px transparent;
  -webkit-text-stroke-width: 12px;
  color: #fff;
    font-size: 100px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 99px */
    text-transform: uppercase;
    margin-bottom: 25px;
    margin-top: 100px;
}


.hero-area p {
    color: #FFF;
    font-family: "inter";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 26px */
    margin-bottom: 70px;
}

.hero-btn{
    display: flex;
    align-items: center;
    gap:0 20px ;
}
.hero-btn a{
    color: #FFF;
    text-align: center;
    font-family: "Helvetica Neue";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 18px */
    text-transform: uppercase;
    display: inline-block;
    border-radius: 20px;
    background: #8d0707;
    padding: 20px 40px;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:0 10px ;
    width: 220px;

}
.hero-btn a:hover{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
      background: #8d0707;

}
.hero-btn a:last-of-type{
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.20);
}
.hero-btn a:last-of-type:hover{
    background: #8d0707;
    color: #fff;
}


main{
    background-image: url(img/main.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
/* all-the-icon */
.all-the-icon ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 35px 0 20px;
}
/*====== about area start======= */

.about-area{
   
    padding: 80px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.about-right{
    padding-left: 30px;
}
.about-right span{
    color: #fff;
    font-family: 'Helvetica Neue';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 20px */
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px;
   margin-top: 70px;

}
.about-right h2{
    margin-bottom: 50px;
}
.about-right p{
    color: #fff;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;

}


 html, body{
    scroll-behavior: smooth;
 }

/* end all the css  */


/* ====tokenomics-area====== */

.tokenomics-area{

    padding: 80px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.tokenomics-content{
    max-width: 800px;
    margin: auto;
}
.tokenomics-content h3{
   text-align: center;
   margin-bottom: 20px;

}
.tokenomics-content p{
      color: #fff;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 70px;
    text-align: center;
    margin-bottom: 80px;
}
.tokenomics-lt-box{
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.10);
    padding: 40px 60px;
    margin-top: -15px;
    
}
.tokenomics-lt-box h2{
    color: #FFF;
    text-align: center;
    font-family: "Helvetica Neue";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 163.636% */
    margin-bottom: 40px;
}


.tokenomics-lt-box ul{
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.20);
    box-shadow: 0px -4px 0px 0px rgba(255, 255, 255, 0.03) inset;
    padding: 30px 70px;
    margin-top: 70px;
    margin-bottom: 20px;
}
.tokenomics-lt-box ul li {
    color: #FFF;
    text-align: center;
    font-family: "Helvetica Neue";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px; /* 180% */
    display: flex;
    align-items: center;
    gap: 0 20px;
}
.tokenomics-lt-box ul li  span{}




.tokenomics-rt-box{
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(7px);
    padding: 30px 40px;
    margin-bottom: 20px;
    margin-top: 50px;
}

.toke-img {
    text-align: center;
    margin-bottom: -105px;
}

.tokenomics-rt-box h2 {
    color: #FFF;
    font-family: "Helvetica Neue";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 20px */
    text-transform: capitalize;
    margin-bottom: 25px;
}

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

.tokenomics-rt-box ul li {
    color: #FFF;
    font-family: "Helvetica Neue";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 19.2px */
    margin-bottom: 20px;
}




.dv{
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.10);
    padding: 10px 60px;
    text-align: center;

}
.dv h4{
    color: #FFF;
    font-family: "Helvetica Neue";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; 
}
.dv span{
    color: rgba(255, 255, 255, 0.60);
    font-family: "Helvetica Neue";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}



.Token_Address{
    padding-top: 17px;
    border-top: 1px solid #ffffff24;

   
}
.Token_Address span{
    color: #FFF;
    font-family: "Helvetica Neue";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 16.8px */
    display: block;
    margin-bottom: 17px; 
}

.Token_Address p{
  color: #FFF;
    font-family: "Helvetica Neue";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 16px */
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 0 7px;
}

.Token_Address p span img{
    display: inline-block;
    margin-left: 50px;
    cursor: pointer;
}

.copy-notification {
    color: #fff;
    border-radius: 20px;
    border: 4px solid #000;
    background: #8d0707;
    padding: 10px;
    border-radius: 30px;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-top: -30px;
    margin-left: -85px;
    display: none;
    text-align: center;
    cursor: pointer;
    font-weight: 600;

}

/* ==========disclaimer-area ======= */

.disclaimer-area{

    padding: 100px 0 120px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}


.disclaimer-content h2{
    margin-bottom: 30px;
}
.disclaimer-content p{
    color: #fff;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 60px;
}
.disclaimer-content {
    margin-top: 120px;
}


.disclaimer-content ul{
    display: flex;
    align-items: center;
    gap: 0 20px;
}
.disclaimer-content ul li a{
    color: #FFF;
    text-align: center;
    font-family: "Helvetica Neue";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 18px */
    text-transform: uppercase;
    display: inline-block;
    border-radius: 20px;
    background: #8d0707;
    padding: 18px 23px;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: space-between;
   
    width: 220px;
}
.disclaimer-content ul li a span{
    display: flex;
    align-items: center;
    gap: 0 10px;
}


.disclaimer-content ul li:last-of-type a{
    border-radius: 20px;
    background: rgba(245, 60, 165, 0.20);
    color: #F13BA2;
}
.hero-btn a:last-of-type:hover{
    background: #8d0707;
    color: #fff;
}



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

footer{
    padding: 0 0 53px;
}

.f-title h2{
    color: #FFF;
    font-family: "Helvetica Neue";
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 56px */
    margin-bottom: 20px;
    text-align: center;
       margin-bottom: 70px;
}
.f-title p{
     color: #fff;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
 
    text-align: center;
}
footer ul {
    display: flex;
    align-items: center;
    gap: 0 32px;
    justify-content: center;
    padding:33px 10px;
    background: linear-gradient(270deg, rgba(245, 60, 165, 0.00) 0%, rgba(245, 60, 60, 0.4) 51.44%, rgba(245, 60, 165, 0.00) 100%);
    margin-bottom: 30px;
}
footer ul li a{
     color: rgba(255, 255, 255, 0.70);

    text-align: center;
    font-family: "Helvetica Neue";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 16px */
    transition: .3s;
    text-transform: capitalize;
}
footer ul li a:hover{
       color: #FFF;
}
.social-icon{
    text-align: center;
    padding: 20px 10px;
}
.social-icon a{
    display: inline-block;
    padding: 0px 4px;
}


/* ===== css end========= */