/*
    font-family: "Orbitron", sans-serif;
    font-family: "Outfit", sans-serif;
*/
body{
    background:#1c1a24;
    overflow-x: hidden;
    font-family: "Orbitron", sans-serif;
}
a {
    cursor:pointer !important;
    text-decoration:none !important;
    color:#000000;
}
a:hover{
    cursor:pointer !important;
    text-decoration:none !important;
    color:#000000;
}
body ul{
    padding:0px;
    margin:0px;
    list-style-type: none;
}
body li{
    list-style-type: none;
} 
body h1,body h2,body h3,body h4,body h5,body h6,body p{
    padding: 0px;
    margin: 0px;
}
p{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    font-family: "Outfit", sans-serif !important;
    font-weight: 200;
}
html{
    overflow-x: hidden;
    scroll-behavior: smooth;
    scroll-padding-top: 2rem;
}
/*****====SCROLL PART START====******/
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px #18110a;
    border-radius: 5px;
}
::-webkit-scrollbar-thumb {
    background: linear-gradient(to top, #4a1e68fe ,  #a781f8, #ebecee );
    border-radius: 15px;
    background: -webkit-linear-gradient(90deg, #4a1e68fe 0%, #a781f8 100%);
}

/*****====BANNER PART START====******/
.banner_bg{
    position: relative;
}
header{
    padding: 20px 0px;
}
header .navbar-nav .nav-item .nav-link {
    color: #ffffffd9;
    font-size: 14px;
    font-weight: 300;
    padding: 0px 13px 5px;
}
header .navbar-nav .nav-item  .nav-link:hover {
    color: rgb(169 129 243);
}
.logo{
    max-width: 210px;
}
.top_but{
    margin: 0px 0px 0px 30px;
}
.but1{
    background: #a781f8;
    padding: 8px 25px;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}
.banner{
    padding: 40px 0px;
}
.banner_text{

}
.banner_text h1{
    font-size: 50px;
    color: #fff;
    font-weight: 600;
    width: 100%;
    padding: 0px 0px 20px
}
.banner_text h1 span{
    color: #a781f8;
}
.banner_text p{
    line-height: 26px;
    width: 100%;
}
.banner_text .home_but{
    padding: 20px 0px 0px;
}
.banner_img{
    text-align: center;
    background: url(../images/home_img.png);
    background-position: center;
    background-size: 100% 100%;
}
.banner_img .img1{
    max-width: 400px;
}
.banner_bg .img2{
    position: absolute;
    top: 50%;
    left: 20px;
    max-width: 64px;
}
.banner_bg .img3{
    position: absolute;
    max-width: 83px;
    right: 174px;
    top: 29%;
}
.banner_bg .img4{
    position: absolute;
    max-width: 58px;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
}
/*****====ABOUT PART START====******/
.about_bg{
    position: relative;
    overflow: hidden;
    padding: 60px 0px 40px;
}
.about_bg .container{
    position: relative;
}
.about_img{
    text-align: center;
}
.about_img img{
    max-width: 500px;
}
.head{

}
.head h2{
    position: relative;
    font-size: 37px;
    color: #fff;
    padding: 10px 0px;
    font-weight: 700;
}
.head h2 span{
    color: #ad8af6;
}
.head h2 svg{
    position: absolute;
    left: 0;
    margin: auto;
    inset: 0;
    top: 48px;
    height: auto;
    z-index: -1;
}
svg text {
    font-family: "Orbitron", sans-serif;
    stroke: #5d3f9a;
    font-size: 120px;
    font-weight: 700;
    stroke-width: 2;
    animation: textAnimate 5s infinite alternate;
    text-transform: uppercase;
    opacity: 0.3;
}
@keyframes textAnimate {
    0% {
      stroke-dasharray: 0 50%;
      stroke-dashoffset:  20%;
     fill: hsl(265.71deg 87.5% 96.86%);
    }
    
    100% {
      stroke-dasharray: 50% 0;
      stroke-dashoffstet: -20%;
      fill: hsla(189, 68%, 75%,0%)
    }
    
}
.about_text p {
    padding: 10px 0px;
    line-height: 25px;
    width: 89%;
}
.about_but{
    padding: 40px 0px 0px;
}
.about_bg .img2{
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 73px;
}
.about_bg .img3{
    position: absolute;
    max-width: 73px;
    top: 42%;
}
.about_bg .img4{
    position: absolute;
    left: 0%;
    top: 50%;
    max-width: 73px;
    
}
/*****====PRE_SALE PART START====******/
.presale_bg{
    padding: 40px 0px;
    position: relative;
}
.presale_bg .banner_img .img1{
    max-width: 600px;

}
.presale_bg .img4{
    position: absolute;
    max-width: 49px;
    left: 35%;
    top: 13px;
    transform: rotatey(156deg);
}
.pre_sec h3{
    color: #fff;
    border: 1px solid #a981f3a1;
    font-size: 16px;
    text-align: center;
    padding: 10px 15px;
    width: fit-content;
}
.pre_sec p{
    color: #a781f8;
    padding: 10px 0px 0px;
    font-weight: 600;
}
.count  {
    text-align: center;
    margin: 20px 0px;
    display: flex;
    justify-content: space-between;
    gap: 25px;
}
.count  li {
    width: 100%;
}
.count  li h2 {
    color: #ffffff;
    padding: 10px;
    font-weight: 400;
    font-size: 16px;
    font-family: "Outfit", sans-serif !important;
    border: 1px dashed #a981f3;
}
.count  li h2 span {
    display: block;
    font-size: 30px;
    font-weight: 600;
    color: #a781f8;
    font-family: "Orbitron", sans-serif !important;
}
.progress {
    background: rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
}
  
.progress-bar {	
    height: 18px;  
    transition: 0.4s linear;  
    transition-property: width, background-color;    
}
.progress-striped .progress-bar { 	
    width: 80%; 
    background: #a981f3; 
    animation: progressAnimationStrike 6s;
}
  
@keyframes progressAnimationStrike {
       from { width: 0 }
       to   { width: 80% }
}
.progress_sec{

}  
.progress_sec h2{
    font-size: 13px;
    color: #fff;
    padding: 0px 0px 5px;
    font-family: "Outfit", sans-serif !important;
}
.progress_sec h2 span{
    float: right;
}
.tabs_sec p {
    color: #ffffff;
    padding: 10px 0px 0px;
    font-weight: 500;
    text-align: center;
}
.tabs_sec .nav-tabs, .sec_tabs{
    display: flex;
    justify-content: center;
    gap: 10px;
    border-bottom: none;
    margin: 15px 0px;
}
.tabs_sec .nav-tabs li{
    width: 48%;
}
.tabs_sec .nav-tabs button{
    width: 100%;
    color: #ab81ef;
    padding: 7px;
    font-weight: 400;
    font-size: 16px;
    font-family: "Outfit", sans-serif !important;
    border: 1px dashed #a981f3;
}
.tabs_sec .nav-tabs button i, .tabs_sec .nav-tabs button svg, .sec_tabs i, .sec_tabs svg{
    color: #fff;
}
.tabs_sec .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #000000;
    box-shadow: 0 0 30px #5d39aa, 0 0 0 #5b36a5 !important;
}
.sec_tabs{

}
.sec_tabs h5{
    color: #ab81ef;
    padding: 10px;
    font-weight: 400;
    font-size: 16px;
    font-family: "Outfit", sans-serif !important;
    width: 100%;
    background: #252525;
    text-align: center; 
}
.sec_inputs{
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 24px 0px 10px;
}
.sec_inputs h2{
    width: 100%;
    font-size: 14px;
    color: #fff;
    font-family: "Outfit", sans-serif;
    font-weight: 300;
}
.sec_inputs h2 input{
    color: #ab81ef;
    padding: 10px;
    font-weight: 400;
    font-size: 16px;
    font-family: "Outfit", sans-serif !important;
    width: 100%;
    background: #252525;
    text-align: right; 
    width: 100%;
}
.sec_inputs h2 input::placeholder{
    color: #ab81ef;
}
.tab_button{
    background: #a781f8;
    padding: 8px 25px;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    width: 100%;
    border: none;
    margin: 10px 0px 5px;
}
.tab_button a{
    color: #fff;
}
.tab_button:hover a{
    color: #000;
}
.tab_button1{
    color: #fff;
    border: 1px solid #a981f3a1;
    font-size: 16px;
    text-align: center;
    padding: 7px 15px;
    width: 100%;
    background: none;
    border-radius: 5px;
    margin: 10px 0px 0px;
    font-weight: 600;
}
.tab_button1 a{
    color: #ab81ef;
}
/*****====PRESALE PART START====******/
/*****====PRESALE PART START====******/
/* === ROADMAP STYLING === */
.road_bg {
  padding: 50px 0;
  position: relative;
}

.road_bg .img3 {
  position: absolute;
  right: 19%;
  top: 0;
  max-width: 67px;
}

.road_bg .img4 {
  position: absolute;
  left: 4%;
  top: 20%;
  max-width: 53px;
}

.road_bg .head p {
  text-align: center;
  margin: auto;
  padding: 10px 0 0;
  width: 75%;
}

/* Flex row for equal height columns */
.road_bg .row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

/* Roadmap card style */
.road_text {
  text-align: center;
  border: 2px solid #ad8af6;
  border-radius: 15px;
  padding: 15px 30px;
  width: 96%;
  margin: 40px auto 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}

.road_text h3 {
  font-size: 24px;
  font-weight: 600;
  color: #a781f8;
  padding: 0 0 10px;
}

.road_text:hover h3,
.work_text:hover h3 {
  color: #fff;
}

.road_text p {
  font-family: "Outfit", sans-serif !important;
  font-size: 15px;
  padding: 10px 0;
  width: 82%;
  display: inline-flex;
  text-align: start;
  font-weight: 500;
}

.road_text p i {
  background: linear-gradient(to right, #a781f8, #e1dce9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
  margin: 3px 15px 0 0;
}

/* === Responsive fix for mobile (stacked layout) === */
@media (max-width: 991px) {
  .road_bg .row {
    display: block;
  }

  .road_text {
    width: 100%;
    margin-bottom: 30px;
  }
}

/*****====PRESALE PART START====******/
.payment_bg{
    padding: 30px 0px 30px;
    background: #e1dce9;
    margin: 40px 0px;
}
.payment_bg h3{
    text-align: center;
    color: #131313;
    font-weight: 800;
    font-size: 34px;
    padding: 0px 0px 30px;
}
.pay_carousel1 img{
    max-width: 130px;
    margin: auto; 
}
/*****====TOKEN PART START====******/
.token_bg{
    padding: 25px 0px 50px;
    position: relative;
}
.token_bg .img3{
    position: absolute;
    right: 221px;
    bottom: 105px;
    max-width: 53px;
}
.token_bg .img4{
    position: absolute;
    left: 11%;
    top: 45%;
    max-width: 73px;
    transform: rotatey(177deg);
}
.token_bg  .head {
    padding: 0px 0px 39px;
}
.token_bg .head p {
    text-align: center;
    margin: auto;
    width: 75%;
}
.token_bg .banner_img .img1 {
    max-width: 469px;
}
.progress1{
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 12px 0px;
}
.token_text .progress-bar { 	
    width: 10%; 
    background: #a981f3; 
    animation: progressAnimationStrike1 6s;
} 
@keyframes progressAnimationStrike1 {
    from { width: 0 }
    to   { width: 10% }
}
.token_text .progress-bar1 { 	
    width: 15%; 
    background: #fff; 
    animation: progressAnimationStrike2 6s;
} 
@keyframes progressAnimationStrike2 {
    from { width: 0 }
    to   { width: 15% }
}
.token_text .progress-bar2 { 	
    width: 20%; 
    background: #a981f3; 
    animation: progressAnimationStrike3 6s;
} 
@keyframes progressAnimationStrike3 {
    from { width: 0 }
    to   { width: 20% }
}
.token_text .progress-bar3 { 	
    width: 25%; 
    background: #fff; 
    animation: progressAnimationStrike4 6s;
} 
@keyframes progressAnimationStrike4 {
    from { width: 0 }
    to   { width: 25% }
}
.token_text .progress-bar4 { 	
    width: 30%; 
    background: #a981f3; 
    animation: progressAnimationStrike5 6s;
} 
@keyframes progressAnimationStrike5{
    from { width: 0 }
    to   { width: 30% }
}
.token_text .progress-bar5 { 	
    width: 35%; 
    background: #ffff; 
    animation: progressAnimationStrike6 6s;
} 
@keyframes progressAnimationStrike6{
    from { width: 0 }
    to   { width: 35% }
}
.token_text .progress-bar6 { 	
    width: 40%; 
    background: #a981f3; 
    animation: progressAnimationStrike7 6s;
} 
@keyframes progressAnimationStrike7{
    from { width: 0 }
    to   { width: 40% }
}
.progress1 h6{
    font-size: 13px;
    color: #fff;
}
.progress1 h6 span{
    color: #a981f3;
}
/*****====TOKEN PART START====******/
.work_bg{
    padding: 50px 0px;
    position: relative;
}
.work_bg .img4{
    position: absolute;
    max-width: 49px;
    right: 0;
    left: -119px;
    margin: auto;
    top: 0px;
    transform: rotatey(156deg);
}
.work_bg .img5{
    position: absolute;
    max-width: 67px;
    bottom: 113px;
    right: 7%; 
}
.work_bg .img3{
    position: absolute;
    max-width: 51px;
    bottom: 0;
    left: 8%;
}
.work_bg .head p {
    text-align: center;
    margin: auto;
    padding: 10px 0px 0px;
    width: 75%;
}
.work_text {
    text-align: center;
    border: 2px solid #ad8af6;
    border-radius: 15px;
    padding: 30px 30px 25px;
    width: 96%;
    margin: 40px auto 0px;
    min-height: 330px;
}
.work_text h3 {
    font-size: 18px;
    font-weight: 600;
    color: #a781f8;
    padding: 0px 0px 25px;
}
.work_text p {
    font-size: 15px;
    text-align: center;
    font-weight: 400;
    line-height: 26px;
}
/*****====FEATURES PART START====******/
.fea_bg{
    padding: 50px 0px;
    position: relative;
}
.fea_bg .img2{
    position: absolute;
    right: 136px;
    bottom: 75px;
    max-width: 65px;
}
.fea_bg .img3{
    position: absolute;
    left: 25%;
    bottom: 0px;
    max-width: 73px;
    
}
.fea_bg .head p, .faq_bg .head p {
    text-align: center;
    margin: auto;
    padding: 10px 0px 0px;
    width: 75%;
}
.fea_text h2 {
    color: #ad8af6;
    font-size: 20px;
    padding: 40px 0px;
    font-weight: 700;
}
.fea_text h2 span{
    display: block;
    font-size: 14px;
    color: #fff;
    padding: 10px 0px;
    font-weight: 300;
    font-family: "Outfit", sans-serif !important;
}
.fea_bg .banner_img img{
    max-width: 291px;
}
.fea_bg .row{
    align-items: center;
    padding: 50px 0px 0px;
}
/*****====TOKEN PART START====******/
.faq_bg{
    padding: 50px 0px;
    position: relative;
}
.faq_bg .img1{
    position: absolute;
    left: 86px;
    top: 169px;
    max-width: 50px;
    
}
.faq_bg .tab{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.faq_bg .tab button{
    border-radius: 5px;
    background-color:#00000061;
    width: 80%;
    margin: auto;
    color: #fff;
    border: none;
    font-size: 15px;
    font-weight: 400;
    padding: 6px 0px;  
    border: 1px solid #af8af233;
}
.tab .nav-link.active {
    color: #fff;
    background-color: #af8af2;
    border: 1px solid #57535e7d;
}
.faq_bg .accordion-item {
    border: none;
    margin: 9px 0px 20px;
    border-bottom: none;
    background: none;
}
.faq_bg .accordion-header {
    margin-bottom: 0;
    background: #00000061;
    padding: 12px 0px 12px 10px;
    border-radius: 8px 0px 0px 8px;
    color: #af8af2;
    overflow: hidden;

}
.faq_bg .accordion-button {
    padding: 0px;
    font-size: 15px;
    font-weight: 500;
    color: #af8af2;
    background: transparent;
    font-family: "Outfit", sans-serif !important;
}
.faq_bg .accordion-button:not(.collapsed) {
   
}
.faq_bg .accordion-body {
    padding: 1rem 1.25rem;
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
    background: #00000080;
    border-radius: 5px;
    margin: 5px 0px 1px 0px;
    border: none;
    line-height: 23px;
    font-family: "Outfit", sans-serif !important;
}

.faq_bg  .accordion-button:focus,.faq_bg  .accordion-button:active{
   box-shadow:unset;
}
.faq_bg  .accordion-button::after{
    background-image:none;
    content: "+";
    background-color: rgb(167, 129, 248);
    position: absolute;
    width: 40px;
    right: 0;
    height: 40px;
    border-radius: 13px 0px 0px 13px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;   
}
.faq_bg .accordion-button:not(.collapsed)::after {
    transition: 1s;
    content: "-";
    border-radius: 0px 13px 13px 0px;
}
.faq_bg .faq_img{
    text-align: center;
    max-width: 315px;
    margin: auto;
}
/*****====FOOTER PART START====******/

.footer_bg{
    padding: 50px 0px 10px;
    background: #a781f8;
}
.footer_bg .head h2 svg{
    position: unset;
}
.footer_bg .head h2 svg text {
    stroke: #fff;
    font-size: 100px;
    opacity: .6;
}

.foot_text{

}
.foot_text h4{
    color: #131313;
    font-weight: 600;
    padding: 0px 0px 8px;
}
.foot_text .foot_a{
    color: #131313;
    font-family: "Outfit", sans-serif !important;
    display: block;
    padding: 3px 0px;
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s;
}
.foot_text .foot_a:hover{
    color: #fff;
}
.foot_sec{
    border-top: 2px solid #131313;
    padding: 30px 0px 0px;
}
.foot_sec ul{
    display: flex;
    justify-content: space-between;
}
.but2 {
    background: #131313;
    padding: 8px 25px;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}
.copy_right{
   
    padding: 30px 0px 0px;
}
.copy_right   p {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}
.form_bg {
    text-align: center;
    padding: 0px 0px 30px;
}
.form_bg h3{
    font-size: 20px;
    font-weight: 700;
    padding: 0px 0px 15px;
}
.input_text {
    display: flex;
    justify-content: center;
    gap: 33px;
    margin: 0px 0px 20px;
}
 input{
    background: none;
    border: 1px solid #131313;
    border-radius: 4px;
    padding: 3px 10px;
    font-family: "Outfit", sans-serif;
    width: 100%;
}
input::placeholder{
    color: #131313;
}
 input:focus-visible {
    outline: none;
}

/*==========  response CSS START  ========== */

@media only screen and (min-width: 576px)and (max-width:1200px)  {
    .container{
        max-width: 95% !IMPORTANT;
    }
  }

  
@media (max-width:1199px){
    svg text {
        font-size: 100px;
    }
}
@media (max-width:991px){
    .navbar-toggler {
        padding: 0px;
        font-size: 0px;
        line-height: 1;
        border: 4px double #a981f3 !important;
        width: 47px;
        height: 37px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
    }
    .navbar-toggler i{
        color: #ffffff !important;
        font-size: 15px;
        line-height: 17px;
    }
    header .navbar-nav{
        text-align: center;
    }
    .top_but {
        margin: 10px auto;
        text-align: center;
    }
    header .navbar-nav .nav-item .nav-link {
        padding: 10px 0px;
    }
    .banner_text {
        text-align: center;
    }
    .banner_text h1, .banner_text p, .about_text p{
        width: 100%;
    }
    p{
        text-align: center;
    }
    .banner_img, .about_img{
        display: none;
    }
    svg text {
        transform: translateX(26%);
        font-size: 80px;
    }
    .head h2 svg {
        top: 30px;
    }
    .about_but, .head h2{
        text-align: center;
    }
    .pre_sec h3{
        margin: auto;
    }
    .road_text{
        padding: 15px 5px 15px 5px;
        width: 100%;
    }
    .token_bg svg text, .work_bg svg text, .road_bg svg text, .fea_bg svg text, .faq_bg svg text{
        transform: translateX(0%);
    }
    .work_text{
        width: 100%;
        padding: 15px;
    }
    .fea_bg .row {
        padding: 22px 0px 0px;
    }
    .fea_text h2 {
        padding: 20px 0px;
    }
    .faq_bg .tab{
        flex-direction: row;
    }
    .faq_bg .tab button {
        width: 23%;
    }
    .footer_bg {
        padding: 0px 0px 10px;
    }
    .footer_bg .head h2 svg text {
        font-size: 65px;
        transform: translateX(-3%);
    }
  
    
}
@media (max-width:767px){
    .banner_bg .img3, .banner_bg .img2 ,.banner_bg .img4, .about_bg .img2, .about_bg .img4, .about_bg .img3,
    .presale_bg .img4, .road_bg .img3, .road_bg .img4, .token_bg .img3, .token_bg .img4,
    .work_bg .img3, .work_bg .img4, .work_bg .img5, .fea_bg .img2, .fea_bg .img3, .faq_bg .img1{
        display: none;
    }
    svg text {
        font-size: 58px;
    }
    .head h2 svg {
        top: 15px;
    }
    .road_bg .head p{
        width: 100%;
    }
    .token_bg svg text{
        transform: translatey(0%);
    }
    .work_text {
        min-height: unset;
    }
    .faq_bg{
        padding: 0px 0px 40px;
    }
    .footer_bg .head h2 svg text {
        font-size: 47px;
        transform: translateX(-4%);
    }
    .foot_sec ul {
        display: grid;
        grid-template-columns: auto auto auto;
    }
    .foot_sec ul li{
        padding: 10px 0px 0px
    }
  
}
@media (max-width:576px){
    header {
        padding: 0px 0px;
    }
    .logo {
        max-width: 150px;
    }
    .banner_text h1 {
        font-size: 26px;
    }
    p{
        font-size: 12px;
        line-height: 22px !important;
    }
    .about_bg {
        padding: 0px 0px 40px;
    }
    .about_but {
        padding: 15px 0px 0px;
    }
    .about_text p {
        padding: 0px 0px;
    }
    .head h2 {
        font-size: 19px;
    }
    svg text {
        font-size: 30px;
    }
    .head h2 svg {
        top: -10px;
    }
    .presale_bg {
        padding: 20px 0px;
    }
    .count {
        gap: 10px;
    }
    .pre_sec h3 {
        font-size: 10px;
    }
    .pre_sec p {
        font-size: 10px;
    }
    .count  li {
        width: 100%;
        padding: 5px;
        border: 1px dashed #a981f3;
    }
    .count  li h2 {
        color: #ffffff;
        padding: 0px; 
        font-size: 10px;
        border: none; 
    }
    .count li h2 span {
        font-size: 20px;
    }
    .progress_sec h2 {
        font-size: 10px;
    }
    .tabs_sec .nav-tabs button, .sec_tabs h5, .sec_inputs h2 input {
        padding: 7px 2px; 
        font-size: 14px;
    }
    .tabs_sec p {
        padding: 5px 0px 0px;
    }
    .sec_inputs h2 {
        font-size: 12px;
    }
    .tab_button1 {
        font-size: 14px;
    }
    .road_bg {
        padding: 30px 0px 10px;
    }
    .road_text h3, .work_text h3 {
        font-size: 18px;
    }
    .road_text{
        margin: 20px auto 0px;
    }
    .road_text p {
        font-size: 11px;
        padding: 5px 0px;
        width: 88%;
        font-weight: 300;
    }
    .payment_bg {
        padding: 16px 0px 15px;
    }
    .payment_bg h3 {
        font-size: 20px;
        padding: 0px 0px 17px;
    }
    .token_bg {
        padding: 0px 0px 0px;
    }
    .progress1 h6 {
        font-size: 10px;
    }
    .work_bg {
        padding: 38px 0px;
    }
    .work_bg .head p, .fea_bg .head p, .token_bg .head p, .faq_bg .head p{
        width: 100%;
    }
    .work_text {
        width: 100%;
        margin: 20px auto 0px;
    }
    .work_text p {
        font-size: 11px;
        font-weight: 300;
    }
    .work_text h3 {
        padding: 0px 0px 20px;
    }
    .fea_bg {
        padding: 10px 0px;
    }
    .fea_text h2 {
        padding: 8px 0px;
        font-size: 14px;
        text-align: center;
    }
    .fea_text h2 span {
        font-size: 11px;
        padding: 7px 0px;
    }
    .faq_bg .head h2 {
        font-size: 16px !important;
    }
    .faq_bg {
        padding: 20px 0px 26px;
    }
    .faq_bg .tab {
        gap: 4px;
    }
    .faq_bg .tab button {
        width: 23%;
        font-size: 7px;
        font-family: "Outfit", sans-serif !important;
    }
    .faq_bg .accordion-button {
        font-size: 12px;
    }
  
    .faq_bg .accordion-button::after {
        width: 35px;
        right: 0;
        height: 35px;
        font-size: 20px;
        right: -9px;
    }
    .faq_bg .accordion-header {
        padding: 12px 8px 12px 5px;
    }
    .faq_bg .accordion-body {
        padding: 8px 6px;
        font-size: 10px;
        line-height: 22px;
    }
    .footer_bg .head h2 svg text {
        font-size: 30px;
        transform: translate(-11%, -31%);
    }
    .form_bg {
        padding: 0px 0px 30px;
        margin: -82px 0px 0px;
        position: relative;
        z-index: 111;
    }
    .input_text {
        gap: 5px;
    }
    .foot_sec {
        padding: 0px 0px 0px;
    }
    .foot_text h4 {
        font-size: 14px;
        padding: 5px 0px 3px;
    }
    .foot_text .foot_a {
        padding: 2px 0px;
        font-size: 10px;
    }
    .but2 {
        padding: 8px 12px;
        font-size: 10px;
    }
    .copy_right p {
        font-size: 9px;
        padding: 10px 0px 0px 0px;
    }
}
/* === How It Will Work Section === */
.how_it_works {
  background: #1c1a24;
  color: #fff;
  padding: 80px 0;
  position: relative;
  z-index: 1;
}

.how_it_works .head h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #a781f8;
}

.how_it_works .head span {
  color: #fff;
}

.how_it_works p {
  font-size: 16px;
  line-height: 1.8;
  color: #cccccc;
}

.how_it_works ul {
  padding-left: 20px;
}

.how_it_works ul li {
  margin-bottom: 12px;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.how_it_works ul li i {
  color: #a781f8;
  font-size: 18px;
}

.how_it_works img.shadow {
  border-radius: 10px;
  box-shadow: 0 20px 40px rgba(167, 129, 248, 0.3);
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.how_it_works img.shadow:hover {
  transform: scale(1.03);
}

@media (max-width: 767px) {
  .how_it_works {
    padding: 60px 0;
  }
  .how_it_works .head h2 {
    font-size: 28px;
  }
  .how_it_works ul li {
    font-size: 15px;
  }
}
.community_section {
  background: #0e0e1a;
  color: #fff;
}
.community_section h2 {
  font-size: 36px;
  font-weight: 700;
}
.community_section h2 span {
  color: #ad8af6;
}
.community_section p {
  font-size: 16px;
  color: #cfd4e0;
  max-width: 700px;
  margin: auto;
}
.community_btn {
  min-width: 180px;
  border-color: #ad8af6;
  color: #ad8af6;
  transition: all 0.3s ease;
}
.community_btn:hover {
  background: #ad8af6;
  color: #0e0e1a;
}
.dropdown-toggle {
  background: transparent;
  border: 1px solid #ccc;
  color: #ffffff;
  padding: 6px 16px;
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
  border-radius: 6px;
}

.dropdown-toggle::after {
  margin-left: 8px;
  vertical-align: middle;
}

.dropdown-menu {
  background-color: #1a1a1a;
  border: 1px solid #333;
  min-width: 160px;
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
}

.dropdown-item {
  color: #ffffff;
  padding: 10px 16px;
  font-size: 14px;
  transition: background 0.2s, color 0.2s;
}

.dropdown-item:hover {
  background-color: #2a2a2a;
  color: #9b7fff !important;
}
[data-i18n="hero_desc"] {
  white-space: pre-line;
}
.audit-section {
  
  color: #ffffff;
  padding: 80px 0;
  border-top: 1px solid rgba(255,255,255,0.05);
  font-family: 'Outfit', sans-serif;
}

.audit-logo {
  width: 100%;
  max-width: 600px;
  height: auto;
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.1));
  margin: 0 auto;
  display: block;
}

.audit-title {
  font-family: 'Orbitron', sans-serif;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.audit-title span {
  color: #a781f8;
}

.audit-subtitle {
  font-size: 18px;
  max-width: 760px;
  margin: 0 auto;
  color: #cfcfcf;
}

.audit-features {
  list-style: none;
  padding-left: 0;
  font-size: 16px;
  color: #cccccc;
}

.audit-features li {
  margin-bottom: 15px;
}

.audit-features i {
  color: #a781f8;
  margin-right: 10px;
}

.audit-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
}

.audit-buttons .btn {
  font-family: 'Orbitron', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 8px;
  padding: 12px 20px;
  border: 2px solid #a781f8;
  color: #ffffff;
  background-color: transparent;
  transition: all 0.3s ease;
}

.audit-buttons .btn:hover {
  background-color: #ad8af6;
  color: #000;
  box-shadow: 0 0 20px rgba(167, 129, 248, 0.4);
}

@media (max-width: 768px) {
  .audit-title {
    font-size: 28px;
  }
  .audit-subtitle {
    font-size: 16px;
  }
  .audit-buttons .btn {
    width: 100%;
    text-align: center;
  }
}
 #airdrop {
    margin-top: 80px;
    padding: 80px 20px;
    background: linear-gradient(135deg, #1e1b31 0%, #25223c 100%);
    color: #e1dce9;
  }
  #airdrop .airdrop-card {
    background: #2a273f;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.4);
    transition: transform 0.3s ease;
  }
  #airdrop .airdrop-card:hover {
    transform: translateY(-8px);
  }
  #airdrop h2 {
    font-family: 'Orbitron', sans-serif;
    font-size: 2.4rem;
    color: #ad8af6;
    margin-bottom: 16px;
  }
  #airdrop p {
    color: #c1b6eb;
    font-size: 1.1rem;
    margin-bottom: 32px;
    line-height: 1.6;
  }
  .airdrop-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #342f4b;
    border-radius: 12px;
    padding: 14px 18px;
    margin-bottom: 16px;
    transition: background 0.3s ease;
  }
  .airdrop-list li:hover {
    background: #3f3960;
  }
  .task-icon {
    font-size: 1.3rem;
    color: #ad8af6;
    min-width: 32px;
    text-align: center;
  }
  .task-reward {
    margin-left: auto;
    background: #ad8af6;
    color: #1e1b31;
    border-radius: 50px;
    padding: 4px 12px;
    font-weight: 600;
    font-size: 0.95rem;
  }
  .airdrop-btn {
    display: inline-block;
    background: #ad8af6;
    color: #fff;
    padding: 14px 48px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(173,138,246,0.4);
    transition: background 0.3s ease, transform 0.3s ease;
  }
  .airdrop-btn:hover {
    background: #c693f9;
    transform: translateY(-2px);
  }
  @media (max-width: 991px) {
    #airdrop .row {
      flex-direction: column;
    }
    .airdrop-card {
      max-width: 100%;
    }
  }