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

    .bff{
        display: none;
    }

    .hero-characters{
    margin: 0;
    padding: 0;
    left: 0;
    top:5rem;
    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;

    

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

}

.faq {
    background: linear-gradient(135deg, #1e40af 0%, #1e3a8a 100%);
    padding: 80px 20px;
}
.faq .container{
    display: flex;
   flex-direction: column;
   margin: 0 2rem;
}

.faq-title {
    text-align: center;
    font-size: 64px;
    font-weight: bold;
    color: #fbbf24;
    margin-bottom: 60px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
 
    

}

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

.gallery-item img {
    width: 15rem;
  

    
    
    padding: 0;
}
.gallery-item  {
    display: flex;
    justify-content: center;
    
 
    
    
    padding: 0 ;
}



.about-card {
    background: #1e40af;
    padding: 30px;
    border-radius: 20px;
    margin: 0 50px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
    transform: rotate(2deg);
    transition: transform 0.3s ease;
}

.about-card:hover {
    transform: rotate(0deg);
}

.about-card h3 {
    font-size: 28px;
    color: #fbbf24;
    margin-bottom: 15px;
}

.about-card p {
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
}


}