

input{
  caret-shape:block !important;
  caret-color: black !important;
  font-size: 500px !important;
}

section{
  overflow-x: hidden !important;
}


body::-webkit-scrollbar-thumb {
  height: 150px !important;
  background-color: #ffd700;
  border-radius: 45px;
  outline: 0px solid slategrey;
}
body::-webkit-scrollbar {
  width: 0.7em;
  background-color: rgb(0, 0, 0);
}




/* .trans-box{
  
  background-color: #ff8000;
  border: 3px solid #212529;
  padding: 5px;
  z-index: 10000001 !important;
  border-radius: 10%;
  width: 180px;
} */


.gif1{
  position: absolute;
  left: 50px;
  top: -30px;
}


.main {
  transition: all 0.5s;
  -webkit-text-stroke: 4px #ff8000;
  font-variation-settings: "wght" 900, "ital" 1;
  font-size: 7rem;
  text-align: start;
  color: #ffdb3b !important;
  /* font-family: "Meta", sans-serif; */
  text-shadow: 10px 10px 0px #ff8000,
    15px 15px 0px #EF473E,
    25px 25px 10px #00000063;
  cursor: pointer;
}

.main:hover {
  font-variation-settings: "wght" 100, "ital" 0;
  text-shadow: none;
}
.main2 {
  transition: all 0.5s;
  /* -webkit-text-stroke: 4px #ff8000; */
  -webkit-text-stroke: 3px #AA1C20;
  font-variation-settings: "wght" 900, "ital" 1;
  font-size: 3rem;
  text-align: start;
  color: #ffdb3b !important;
  /* font-family: "Meta", sans-serif; */
  text-shadow: 5px 5px 0px #F3463E,
    4px 4px 0px #EF473E,
    4px 4px 10px #00000063;
  cursor: pointer;
  text-transform: uppercase;
}

.main2:hover {
  font-variation-settings: "wght" 100, "ital" 0;
  text-shadow: none;
}
.main3 {
  transition: all 0.5s;
  -webkit-text-stroke: 4px rgb(224, 224, 224);
  font-variation-settings: "wght" 900, "ital" 1;
  font-size: 3rem;
  text-align: start;
  color: black !important;
  /* font-family: "Meta", sans-serif; */
  text-shadow: 5px 5px 0px #282828,
    7px 7px 0px #ffee0092,
    14px 14px 10px #000000cb;
  cursor: pointer;
  text-transform: uppercase;
}

.main3:hover {
  font-variation-settings: "wght" 100, "ital" 0;
  text-shadow: none;
}

.boxtokenomics{
  padding: 50px;
  border-radius: 45px;
  background: linear-gradient(to right, black,grey);
}
.color-1-text{
  color: rgb(0, 0, 0) !important;
  -webkit-text-stroke: 1px #ffffff;
  text-shadow: 1px 1px 0px #ffffff
}

/* Navbar Base */
.classic-navbar {
  background: #1a1a1d; /* dark stone background */
  border-bottom: 3px solid #5a3b1e; /* earthy divider like leather/bronze */
  padding: 10px 0;
  font-family: 'MedievalSharp', serif !important;
  z-index: 20 !important;

}

/* Logo */
.classic-logo {
  height: 55px;
  width: auto;
}
.classic-title {
  font-size: 22px;
  font-weight: 700;
  color: #f5e6c8; /* parchment/golden tone */
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* Toggler */
.classic-toggler {
  border: none;
  background: none;
}
.classic-toggler:focus {
  box-shadow: none;
}

/* Links */
.classic-link {
  color: #000000 !important;
  font-size: 15px;
  margin: 0 12px;
  position: relative;
  transition: all 0.3s ease;
  letter-spacing: 1px;
 
}
.classic-link:hover {
 
}
.classic-link::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 0;
  height: 2px;
  background: #d4af37;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.classic-link:hover::after {
  width: 80%;
}

/* ⚔️ Medieval Relic Button */
.classic-btn {
  position: relative;
  background: linear-gradient(
    145deg,
    #0a1a2f,
    #12395c,
    #1c4a7a
  ); /* enchanted bluish gemstone */
  
  background-image: url('./images/redbtn.png') !important;
  background-position: center;
  background-size: cover;
  font-family: 'MedievalSharp', serif !important;
 
  font-family: 'MedievalSharp', serif !important;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #fdf5d9; /* parchment-like text */
  padding: 14px 34px;
  border: 3px double #d4af37; /* engraved golden double border */
  border-radius: 8px; /* medieval gem-like edges */
  text-transform: uppercase;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow:
    inset 0 0 10px rgba(0, 0, 0, 0.7),
    0 0 20px rgba(18, 80, 160, 0.4),
    0 0 40px rgba(18, 80, 160, 0.25);
}

/* ✨ Rune-like decorative corners */


.classic-btn::before {
  top: 6px;
  left: 6px;
  border-right: none;
  border-bottom: none;
}

.classic-btn::after {
  bottom: 6px;
  right: 6px;
  border-left: none;
  border-top: none;
}





@import url('https://fonts.googleapis.com/css?family=Press+Start+2P');




/* main text */


.precard-blur{
  /* From https://css.glass */
  background: rgba( 0, 0, 0, 0.1 );
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 4px );
  -webkit-backdrop-filter: blur( 4px );
  border-radius: 10px;
  border: 1px solid rgba( 255, 255, 255, 0.18 );
}


.trns-text {
  padding: 0 15px 15px 15px 15px;
      border-radius: 16px;
      display:block;
      text-align: left !important;
      margin-top: -20px;
      font-weight: bold;
      background-size: cover;
     position: relative;
    }
  
    .frame {
      width: 30%;
      margin: 10px 5px;
      display: flex !important;
      flex-direction: row !important;
      justify-content: center !important;
      align-items: left !important;
     
    }
    .frame button {
      margin: 10px;
    }
    
    .button-78 {
      align-items: center;
      appearance: none;
      background-clip: padding-box;
      background-color: initial;
      background-image: none;
      border-style: none;
      box-sizing: border-box;
      color: #fff;
      cursor: pointer;
      display: inline-block;
      flex-direction: row;
      flex-shrink: 0;
      font-family: Eina01,sans-serif;
      font-size: 16px;
      font-weight: 800;
      justify-content: center;
      line-height: 24px;
      margin: 0;
      min-height: 64px;
      outline: none;
      overflow: visible;
      padding: 19px 26px;
      pointer-events: auto;
      position: relative;
      text-align: center;
      text-decoration: none;
      text-transform: none;
      user-select: none;
      -webkit-user-select: none;
      touch-action: manipulation;
      vertical-align: middle;
      width: auto;
      word-break: keep-all;
      z-index: 0;
    }
    
    @media (min-width: 768px) {
      .button-78 {
        padding: 19px 32px;
      }
    }

    .button-78:before,
    .button-78:after {
      border-radius: 80px;
    }
    
    .button-78:before {
      /* background-image: linear-gradient(92.83deg, #8f1b63  0, #11ab8c  100%); */

      border: 3px solid black !important;
  box-shadow: 5px 5px 5px 2px black;
      content: "";
      display: block;
      height: 100%;
      left: 0;
      overflow: hidden;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: -2;
    }
    
    .button-78:after {
      background-color: initial;
      /* background-image: linear-gradient(#e1008b  10%, #1099fd  30%); */
      /* background-color: #006bb7; */
      background: linear-gradient(to right, #1a2980, #21bcba);
      bottom: 4px;
      content: "";
      display: block;
      left: 4px;
      overflow: hidden;
      position: absolute;
      right: 4px;
      top: 4px;
      transition: all 100ms ease-out;
      z-index: -1;
    }
    
    .button-78:hover:not(:disabled):before {
      background: linear-gradient(92.83deg, #d5108a 0%, #d5108a 100%);
    }
    
    .button-78:hover:not(:disabled):after {
      bottom: 0;
      left: 0;
      right: 0;
      top: 0;
      transition-timing-function: ease-in;
      opacity: 0;
    }
    
    .button-78:active:not(:disabled) {
      color: #ccc;
    }
    
    .button-78:active:not(:disabled):before {
      background-image: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(92.83deg, #ff7426 0, #f93a13 100%);
    }
    
    .button-78:active:not(:disabled):after {
      background-image: linear-gradient(#541a0f 0, #0c0d0d 100%);
      bottom: 4px;
      left: 4px;
      right: 4px;
      top: 4px;
    }
    
    .button-78:disabled {
      cursor: default;
      opacity: .24;
    }
   
   .ytb-vid{
    width: 560px;
    height: 350px;
   }
    .lottie-class1 .logo-gif{
      position: absolute;
      top: 60%;
      left: 43%;
      width: 15%;
       height: 200px;
       
  }

  .count-box{
    margin-right: 10px !important;
    color: black !important;
  }
  /* .about-box{
    width: 100%; height: auto;
    border-width: 10px;
    border-style: solid; 
    border-image-source: linear-gradient(to left, #11ab8c, #012987);
    border-image-slice: 1;
    border-radius: 0px !important; 
   
  }
  .about-card{
    width: 30% !important; 
    height: auto !important; 
    position: absolute !important; 
    top:10% important;
     left:60% important;
      padding: 1% important;
       background-color: #012987;

border-style: solid; 
border-image-source: linear-gradient(to right, #11ab8c, #006278); 
border-image-slice: 1;
border-radius:5%;
  } */

  .jug-wh{
    height: 100vh;
  }

  .fl-lef{
    display: flex;
    width: 200px;
   
    justify-content: start ;
    align-items: center !important;

    margin-left: 0 !important;
  } 


  .f_social_icon{


    width: 100% !important;
  }
  


  @media only screen and (max-width: 576px) {
   
    /* .trans-box{
      padding: 3%;
      margin-bottom: 100%;
     
  } */

    .color-1-text{
      color: rgb(0, 0, 0) !important;
      -webkit-text-stroke: 0px #ffffff !important;
      text-shadow: 0px #ffffff !important;
    }

    .socio-img{
      width: 100% !important;
      /* height: 400px;  */
      border-radius: 5px;
      float: none;
     
    }
    .social-icons{
      height: 500px !important;
      padding-top: 30px !important;
    }
    
    .social-icons ul {
  
      top: 80% !important;
      left: 50%;
    
    }
    
    .social-icons ul li a {
      width: 50px !important;
      height: 50px !important;
      background-color: #fff;
      text-align: center;
      line-height: 45px !important;
      font-size: 30px !important;
      margin: 0 10px; 
      display: block;
      border-radius: 50%;
      position: relative;
      overflow: hidden;
      border: 3px solid #fff;
      z-index: 1;
    }

    .main {
      font-size: 2rem;
    }
    .main2 {
      font-size: 2rem;
    }

    :root {
  
      --pixel: .025rem !important; 
    }
   
    .pH {

      font-size: 16px !important;
  
    
    }
    
    .pB {
     
      font-size: 16px !important;

    }
    .pD{
      font-size: 12px !important;
      }

.f_social_icon{

/* height: 200px !important; */
  width: 100% !important;
}


.Card_change1 {
 
 height: 450px;

}

    .jug-wh{
      height: 200vh !important;
      align-self: center !important;
      margin: auto !important;
    }
    .main{
      font-size: 3rem;
    }
    .ytb-vid{
      width: 350px;
      height: 350px;
     }
    .navbar .navbar-nav .nav-item {
      width: 100%;
      text-align: start !important;
     
    }
   
    .itembtn{
      float:  left !important;
    } 
    .fl-lef{
      display: flex;
      width: 250px;
     
      justify-content: start ;
      align-items: center !important;
  
      margin-left: 0 !important;
    } 
    
    .about-card{
      position:  relative !important;
      top: 0 !important;
      left: 0 !important;
      width: 100% !important; 
      height: auto !important; 
      position: relative;

       padding: 2%; background-color: #012987;

 
    }

    
    /* .about-box{
      width: 100%;
       height: 150vh;
       border: 100px solid red;
     
    } */
  
  }
  
  .filter1 {
    padding: 20px !important;
    border-radius: 25px;
    background-color: #151515;
  }
  .presale-nor{
    display: flex;
    flex-direction: row;
    justify-content: space-around; align-items: center;
  } 
  .img123{
    height: 300px;
    width: auto;
    position: absolute;
    left: calc(100vw - 60vw);
    top: 170px;
}

.conbtn{
  padding: 7px 10px !important;
  border-radius: 7px !important;
  /* border: 4px solid #404455 !important; */
  font-size: 17px !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  background: linear-gradient(to right, #04FAF9, #DDCE9B) !important;
  color: #ffffff !important;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.163);
  overflow: hidden !important;

  -webkit-transition: all 0.2s ease-in !important;
  -moz-transition: all 0.2s ease-in !important;
  transition: all 0.2s ease-in !important;
  /* padding: 10px !important;
  background: #FBB207 !important;
 color: #000000 !important;
  border: 2px solid #ffdb3b !important; 
  border-radius: 45px !important; */
}
.conbtn:hover{
  background: linear-gradient(to right, #06a8a8, #807757) !important;
  /* box-shadow: 0 0 30px 5px #df2c26a2 !important; */
  -webkit-transition: all 0.2s ease-out !important;
  -moz-transition: all 0.2s ease-out !important;
  transition: all 0.2s ease-out !important;
  color: #fff !important;
}
/* .conbtn:hover::before{
  background: rgb(61, 106, 255) !important;
  box-shadow: 0 0 30px 5px rgba(0, 142, 236, 0.815) !important;
  -webkit-transition: all 0.2s ease-out !important;
  -moz-transition: all 0.2s ease-out !important; 
  transition: all 0.2s ease-out !important;
}
.conbtn::before{
  content: '' !important;
  display: block !important;
  width: 0px !important;
  height: 86%;
  position: absolute !important;
  top: 7% !important;
  left: 0% !important;
  opacity: 0 !important;
  background: #fff !important;
  box-shadow: 0 0 50px 30px #fff !important;
  -webkit-transform: skewX(-20deg) !important;
  -moz-transform: skewX(-20deg) !important;
  -ms-transform: skewX(-20deg) !important;
  -o-transform: skewX(-20deg) !important;
  transform: skewX(-20deg) !important;
} */
.conbtn:active{
  box-shadow: 0 0 0 0 transparent !important;
  -webkit-transition: box-shadow 0.2s ease-in !important;
  -moz-transition: box-shadow 0.2s ease-in !important; 
  transition: box-shadow 0.2s ease-in !important;
}
@keyframes sh02 {
  from {
    opacity: 0;
    left: 0%;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
    left: 100%;
  }
}

    @media only screen and (max-width: 576px) {

      /* .conbtn{
        width: 50% !important; 
        color: rgb(44, 44, 44) !important;
      }
       */

      .presale-nor{
    
        flex-direction: column-reverse !important;
      
      } 
     
      .img123{
        height: auto !important;
        width: 100% !important;
        position: absolute;
        left: 0 !important;
        top: calc(100vh - 40vh)!important;
        /* border: 1px solid red; */
    }
      

      .frame{
        width: 40%;
      }
          .trns-text{
            margin-top: 50px !important;
            
/* background: rgba(0, 0, 0, 0.2);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(25.2px);
-webkit-backdrop-filter: blur(25.2px);
border: 1px solid rgba(0, 0, 0, 0.3); */
          }


          .lottie-class1 .logo-gif{
            position: absolute;
            top: 35%;
           left: 50%;
            width: auto;
             height: 150px;
        }
      
      
        }      





        
        .sec10{
          background: radial-gradient(at right, rgba(16, 154, 253, 0.488) 20%, #004cff00 50%) !important;
        }
        .sec1{
          background: radial-gradient(at right, rgba(16, 154, 253, 0.488) 10%, #004cff00 50%) !important;
        }
        


         /* footer */

    .new_footer_area {
      background: #0000ff !important;
  }
  
    .new_footer_area a{
      text-decoration: none;
  }
  
  
  .new_footer_top {
      padding: 20px 0px 20px;
      text-align: center;
      position: relative;
        overflow-x: hidden;
  }
  .new_footer_area .footer_bottom {
      /* padding-top: 5px;
      padding-bottom: 50px; */
  }
  .footer_bottom {
      font-size: 14px;
      font-weight: 300;
      line-height: 20px;
      color: #7f88a6;
      /* padding: 27px 0px; */
  }
  .new_footer_top .company_widget p {
      font-size: 16px;
      font-weight: 300;
      line-height: 28px;
      color: #6a7695;
      /* margin-bottom: 20px; */
  }
  .new_footer_top .company_widget .f_subscribe_two .btn_get {
      border-width: 1px;
      /* margin-top: 20px; */
  }




  .new_footer_top .footer_bg {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* height: 160px; */
}


body{
  overflow-x: hidden !important;
  background: rgb(39, 39, 39) !important;


}




.secbg1{
  background-image: url(./images/bb4.png);
  background-position: center;
  background-size: cover;
  background-repeat: none;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}





@keyframes rotateBackground {
  0% {
    transform: rotate(0deg); 
  }
  100% {
    transform: rotate(360deg); 
  }
}








.socio-img{
  width: auto;
  height: 430px; 
  border: 10px solid rgb(44, 44, 44);
  border-radius: 5px;
  float: right;


}

.social-icons{
  height: 430px;
}

.social-icons ul {
  display: flex;
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.social-icons ul li {
  list-style: none;
}

.social-icons ul li a {
  width: 80px;
  height: 80px;
  background-color: #fff;
  text-align: center;
  line-height: 75px;
  font-size: 35px;
  margin: 0 10px;
  display: block;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  /* border: 3px solid #fff; */
  border: 5px solid rgb(44, 44, 44);
  z-index: 1;
}

.social-icons ul li a .icon {
  position: relative;
  color: #262626;
  transition: .5s;
  z-index: 3;
}

.social-icons ul li a:hover .icon {
  color: #fff;
  transform: rotateY(360deg);
}

.social-icons ul li a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f00;
  transition: .5s;
  z-index: 2;
}

.social-icons ul li a:hover:before {
  top: 0;
}

.social-icons ul li:nth-child(3) a:before{
  background: #27A3E2;
}

.social-icons ul li:nth-child(1) a:before{
  background: #209AE5;
}

.social-icons ul li:nth-child(2) a:before {
  background: red;
}

.social-icons ul li:nth-child(4) a:before {
  background: black;
}
.social-icons ul li:nth-child(5) a:before {
  background: #43E660;
}


.box7 {
  position: absolute;
  top: 0;
  transform: rotate(80deg); 
  left: 0;
}

.wave {
  position: absolute;
  opacity: .4;
  width: 900px;
  height: 700px;
  margin-left: -150px;
  margin-top: -250px;
  border-radius: 43%;
}

@keyframes rotate {
  from {transform: rotate(0deg);}
  from {transform: rotate(360deg);}
}

.wave.-one {
  animation: rotate 10000ms infinite linear;
  opacity: 5%;
  background: rgb(251, 222, 1);
}

.wave.-two {
  animation: rotate 6000ms infinite linear;
  opacity: 10%;
  background: rgb(251, 222, 1);
}

.section13 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #9F9374;
    /* background-color: red; */
    /* background-image: url('./images/claim.gif');
    background-size: cover;
    background-position: center; */
    position: relative; /* Ensure section is positioned correctly */
    overflow: hidden;
}



/* Timeline Styles */
.timeline {
  position: relative;
  max-width: 800px;
  margin: 20px auto;
  padding: 20px 0;
}

.timeline::after {
  content: '';
  position: absolute;
  width: 4px;
  background-color: #8BC849;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.timeline-item {
  padding: 20px 40px;
  position: relative;
  width: 50%;
}

.timeline-item::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  right: -10px;
  background-color: #7cbe36;
  border: 3px solid #456324;
  border-radius: 50%;
  top: 15px;
  z-index: 100;
}

.timeline-item:nth-child(odd) {
  left: 0;
}

.timeline-item:nth-child(even) {
  left: 50%;
}

.timeline-item:nth-child(even)::after {
  left: -10px;
  right: auto;
}

.timeline-item-content {
  background-color: #fff;
  color: #000;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 2px 8px #8BC849;
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
}

.timeline-item-content:hover {
  transform: translateY(-10px);
}

.timeline-item-content h3 {
  margin: 0;
  font-size: 1.5rem;
}

.timeline-item-content p {
  margin: 10px 0 0;
}

/* Responsive Design for Mobile */
@media (max-width: 768px) {
  .timeline {
    padding: 0;
  }

  .timeline::after {
    left: 10px;
    transform: none;
  }

  .timeline-item {
    width: 100%;
    padding-left: 40px;
    padding-right: 20px;
  }

  .timeline-item::after {
    left: 0;
    right: auto;
  }

  .timeline-item:nth-child(odd),
  .timeline-item:nth-child(even) {
    left: 0;
  }
}



.pie {
  filter: drop-shadow(0 2px 0px #333);
  max-width: 100%;
  height: auto;
}

.data-path:hover {
  cursor: pointer;
}

.data-text {
  transition: transform 0.2s ease-in-out;
  fill: #ffffff;
  font-weight: 700;
}

.data-text__value {
  font-size: 8rem;
  transform: translateY(-0.5rem);
  opacity: 0;
}

.data-text__name {
  font-size: 1.5rem;
  transform: translateY(0.5rem);
  opacity: 0;
}

/* Mobile styles */
@media (max-width: 768px) {
  .data-text__value {
    font-size: 4rem;
  }
  
  .data-text__name {
    font-size: 0.7rem;
  }
  
  .legend-text {
    font-size: 14px !important;
  }
  
  #chart-container {
    width: 100%;
    /* max-width: 300px; */
    margin: 0 auto;
  }
}

.data-text--show {
  transform: translateY(0);
  animation: fadeGraphTextIn 0.5s forwards;
}

.data-text:hover {
  user-select: none;
}

.legend-text {
  fill: #ffffff;
  font-weight: 500;
  font-size: 19px !important;
}

@keyframes fadeGraphTextIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


