@media (max-width: 450px) {
.bff{
    display: flex;
    
}
.bff li{
    list-style: none;
    overflow: hidden;
    display: block;
    
    
    
    
}

.bff img{
    width:50px;
    
    border-radius: 10px;
    margin: 0 10px;
    border: 1px solid white;
    
    
   
     
     
    
}


    .hamburger{
    display: block;
}

.spann{
    opacity:1;
    position: absolute;
    right: 20px;
    top:30px;
    font-size: 30px;
    font-weight: 400;
    cursor: pointer;
}
    .logo{
        display: none;
    }

    .navbar .container{
     
        justify-content: start;
        padding: 0 20px;
        padding-top: 30px;
    }

    .navender  {
        display: flex;
        justify-content: space-between;
    }

    .stat-number {
    font-size: 5vw;
    font-weight: 900;
    color: #fbbf24;
    line-height: 1;
}
.stat-label{
    font-size: 4vw;

}
.stat-card{
    padding: 10px;
}
.about-card {
    font-size: 4vw;
    padding: 0;
    display: none;


}
.about-card2{
    display: block;
    padding: 020px;
    margin: 10px 20px;
    
}
.about-card2 h3{
   font-size: 20px;
}

.about-card2 p{
   font-size: 10px;
}

.ca{
    color:#071749;
    padding: 5px;
    border-radius: 5px;
    font-size: 6vw;
    font-weight: 600;
      font-weight: 900;
    
}

.ca-text-div{
    color: #ffffff;
    font-size: 2.8vw;
    padding: 0;
}
.ca-text{
    background-color: #1e3a8a;
    padding: 10px 10px;
    border-radius: 5px;
    font-weight: 800;
    font-family: "Courier New", Courier, monospace;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
     animation:  wiggletwo 1s infinite;
}


.intro-text h2{
    font-size: 5vw;

}
.intro-card{
    margin: 0 ;
    padding: 10px 10px;
}




.intro-card p{
    font-size: 10px;
}
.intro-image img{
    width:40vw;
    
}
.intro-image img:nth-child(1){
    width:40vw;
    animation:  scale 2s infinite;
}
.intro-image img:nth-child(2){
    width:40vw;
    animation:  scale 3s infinite;
}


.listed-content{
    background-color: rgba(0,0,0,0);
}
.exchange-icons{
   width: 100vw;
}
.exchange-icon {
    width: 16vw;
    height: 16vw;

    border-radius: 12px;
    background-color: #ffffff;
  


    
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.intro-image img:nth-child(2){
    
    left: 50px;
}
.ca-div{
    margin-top: 40px;
}

    .hero{
        padding-bottom: 3rem;
    }


    .hero-characters{
    margin: 0;
    padding: 0;
    left: 0;
  
    
   
}
.gallery-item img {
    width: 40vw;
    
    
    padding: 0;
    
}
.gallery-item  {
    display: flex;
    justify-content: center;
    
 
    
    
    padding: 0 ;
}


    .coco-logo img{
        width: 100vw;
    }

      .character-1 img{
    width: 40vw;

    
    margin: 0;
    z-index: 20 ;
}
    .character-2 img{
     width: 30vw;

   
    margin: 0;
    z-index: 20 ;}

     .character-3 img{
    
     width: 40vw;
    
    margin: 0;
    z-index: 20 ;
    
}


.character-3{
    position: relative;
    right: 50px;
    margin-top: 0;
}
.character-1{
    position: relative;
    left: 50px;
}

.hero-characters{
    margin: 0;
    padding: 0;
    left: 0;
    top:5rem;
    right: 0;
    width: 100%;
}

.coco-card{
    padding: 40vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;

}

.faq .container{
    padding: 0;
    margin: 0;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.ticker-content span {
    font-size: 12px;
    font-weight: 900;
    color: #1e40af;
}
.social-icon{
    width:50px;
    height: 50px;
}

.social-1 img { 
     width: 50px;
    height: 50px;
    
    

}

.footer-logo{
    margin-bottom: 20px;
}

.social-2 img { 
     width: 50px;
    height: 50px;
    
    

}

.social-3 img { 
     width: 50px;
    height: 50px;
    
    

}

.social-4 img { 
     width: 40px;
    height: 40px;
    
    

}

.social-5 img { 
     width: 30px;
    height: 30px;
    
    

}








.hamburger {
  width: 40px;
  height: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.hamburger li {
    
  height: 4px;
  width: 100%;
  background-color: #000;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.2s ease;
}

.hamburger li a{
    color: white;
}

.stats-center img {
    width:60vw;
}
.stat-card {
    
    padding: 20px 50px;
    border-radius: 15px;
    transform: rotate(-3deg);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
    margin: 5px 0;
    
    
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    margin-bottom: 60px;
    
}
.za1{
    display: none;
}
.za2{
    display: none;
}

}













