@media (max-width: 1024px) {
    .coco-logo img{
        width: 60vw;
    }

    .bff{
        display: none;
    }

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

   .character-1 img{
    width: 30vw;

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

   
    margin: 0;
    z-index: 20 ;}

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

.about-card  {
  
    
    display: block;
    
}

.stats-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
   left: 5rem;
   z-index: 0;
    
}
.about-card p {
    font-size: 1.5vw;
    max-width: 500px;
    


}
.about-card2{
    display: none;
    padding: 020px;
    margin: 10px 20px;
    
}
.stats-center img {
    width:40vw;
}
.stats-right{
    position: relative;
    left: -8rem;
}

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

.join-btn {
    color:#071749;
    display: flex;
    justify-content: center;
    width: fit-content;

    

   
}
.za1{
    display: none;
}

}