/* Reset and Base Styles */

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");

nn{
    display: none;
    font-size: 2rem;
    position: absolute;
    top: 50px;
    right:20px;
}
.bff{
        display: none;
    }
.spann{
    opacity:1;

    position: absolute;
    right: 20px;
    top:30px;
    font-size: 30px;
    font-weight: 400;
    cursor: pointer;
}
body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
 
  font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    
    font-family: "Montserrat", system-ui, -apple-system, sans-serif;
    background-color: #1e40af;
    color: #fff;
    overflow-x: hidden;
}

.container {
    max-width: 1400px;
    margin: 0 ;
    padding: 0 20px;
    display: flex;
    justify-content: center;
}

/* Navigation */
.navbar {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.nav-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 32px;
    font-weight: 900;
    color: #1e40af;
    letter-spacing: 2px;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 35px;
}

.nav-links a {
    color: #1e40af;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    transition: transform 0.3s ease;
}

.nav-links a:hover {
    transform: translateY(-2px);
}

.nav-icons {
    display: flex;
    gap: 15px;
}

.icon-btn {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    border: none;
    background: #1e40af;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, background 0.3s ease;
}

.icon-btn:hover {
    transform: scale(1.1);
}

.icon-btn.telegram {
    background: #0088cc;
}

/* Hero Section */
.hero {
 background-image: url("/src/media/1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
    padding: 60px 0 40px;
    padding-bottom: 10rem;
    position: relative;
    margin: 0;
   
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="%23ffffff" opacity="0.1"/><circle cx="80" cy="40" r="2" fill="%23ffffff" opacity="0.1"/><circle cx="40" cy="80" r="2" fill="%23ffffff" opacity="0.1"/></svg>');
    opacity: 0.3;
}

.hero-content {
    text-align: center;
    position: relative;
    z-index: 1;
    display: flex;
    
    flex-direction: column;
}

.coco-logo {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}

.coco-letter {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 8px solid #fbbf24;
    background: linear-gradient(135deg, #3b82f6 0%, #60a5fa 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    font-weight: 900;
    color: #fff;
    box-shadow: 0 8px 30px rgba(251, 191, 36, 0.5);
    position: relative;
    animation: float 3s ease-in-out infinite;
}

.coco-letter:nth-child(2) {
    animation-delay: 0.3s;
}

.coco-letter:nth-child(3) {
    animation-delay: 0.6s;
}

.coco-letter:nth-child(4) {
    animation-delay: 0.9s;
}

.coco-letter::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #dc2626;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.3);
}

.coco-letter::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fbbf24;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
}

.hero-characters {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 40px;
    margin-top: 8rem;
    position: absolute;
}

.character-3{
    margin-left: -10vw;
    margin-top: 70px;
    z-index: -1;
}

.character img {
    width: 20rem;
    height: auto;
    margin: 0;
  
   
    transition: transform 0.3s ease;
}
.character-2 img{
    width: 16rem;
    height: auto;
    margin: 0;
    z-index: 20 ;
}



.character:hover img {
    transform: scale(1.05) rotate(2deg);
}

.ticker {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    padding: 5px 0;
     overflow: hidden;
        white-space: nowrap;
  

  
}

.stats{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  
}

.ca-div{

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;

}

.ca{
    color:#0e1702;

    padding: 10px;
    border-radius: 10px;
    font-weight: 800;
}

.ca-text-div{
    display: flex;
}

.ca-text{
    color: ;
    background-color: #1e3a8a;
    padding: 10px 50px;
    border-radius: 15px;
}
.stats-center img{
    width: 30vw;
   
}
.stats-center{
    z-index: 2;
}
.stats-right{
    position: relative;
    left: -10rem;
}
.ticker-content {
    

    
  display: inline-flex;
  gap: 2rem;
  width: max-content;
  animation: scroll 12s linear infinite;
}

.ticker-content span {
    font-size: 36px;
    font-weight: 900;
    color: #1e40af;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-15%);
  }
}
/* Stats Section */
.stats {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    padding: 80px 0;
    position: relative;
}

.stats-content {
    display: flex;
    justify-content: start;
    align-items: center;
    
  
    
}

.stats-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
   left: 12rem;
   z-index: 0;
    
}

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

.stat-card:nth-child(1) {
    transform: rotate(10deg);
    margin-bottom: -20px;
     animation: wiggle 1s infinite;
    
}

.stat-card:nth-child(2) {
    transform: rotate(0deg);
    margin-bottom: -20px;
     animation: wiggle 1.5s infinite;
}

.stat-card:nth-child(3) {
    transform: rotate(-15deg);
     animation: wiggle 2s infinite;
}

.stat-card:hover {
    transform: rotate(0deg) scale(1.05);
}

.stat-number {
    font-size: 56px;
    font-weight: 900;
    color: #fbbf24;
    line-height: 1;
}

.stat-label {
    font-size: 20px;
    color: #fff;
    margin-top: 5px;
}

.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;
}

/* Gallery Section */
.gallery {
    background: #1e40af;
    padding: 60px 0;
    overflow: hidden;
    
}
.bolder{
    margin-top: 10px;
    display: block;
    font-weight: 800;
    text-align: center;
}

.sect1{
    display: flex;
}
.sect2{
    margin: 60px 0;
    display: flex;
}
.sect3{
    display: flex;
}

.intro-image{
    display: flex;
    position: relative;
}
.intro-image img:nth-child(2){
    position: absolute;
    left: 100px;
    bottom: -50px;
}
/* .gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
} */

.gallery-item {
    
    
    overflow:hidden;
    
    border-radius: 20px;
    
    transition: transform 0.3s ease;
    margin: 0 20px ;
    padding: 0;
}

.gallery-item:hover {
    transform: scale(1.05) rotate(2deg);
}

.gallery-item img {
    width: 15rem;
 
    
    
    padding: 0;
}

/* Introduction Section */
.introduction {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    padding: 80px 0;
    
}

.intro-card {
    background: #1e40af;
    border-radius: 30px;
    padding: 50px;
    display: flex;
    gap: 50px;
    align-items: center;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.4);
    margin: 0 100px;
}

.intro-text {
    flex: 1;
}

.intro-text h2 {
    font-size: 48px;
    color: #fbbf24;
    margin-bottom: 30px;
    font-weight: 900;
}

.intro-text p {
    font-size: 16px;
    line-height: 1.8;
    color: #fff;
    margin-bottom: 20px;
}

.intro-image img {
    width: 300px;
    height: auto;
    border-radius: 20px;
    filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.4));
}

/* Token Section */
.token {
    background: #1e40af;
    padding: 80px 0 100px;
}

.token-cards {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    border-radius: 30px;
    padding: 50px;
    display: flex;
    gap: 40px;
    justify-content: center;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.4);
}

.token-card {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.token-card:hover {
    transform: translateY(-10px) rotate(5deg);
}

.token-card img {
    width: 80px;
    height: 80px;
    display: block;
}

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
















.social-4.social-44{
    background-color: #8cc63f;
}























/* Responsive Design */


    .nav-links {
        display: none;
    }
    
    .coco-logo {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .coco-letter {
        width: 80px;
        height: 80px;
        font-size: 32px;
    }
    
    .stat-number {
        font-size: 40px;
    }
    
    .gallery-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }

















.listed-on {
    
    
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
}

.listed-content {
    background: #fbbf24;
    border-radius: 20px;
    padding: 3rem 5rem;
    width: 80vw;
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.exchange-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   
    /* padding: 30px 40px;
    
    min-width: 280px; */
}

.card-header {
    margin-bottom: 20px;
}

.listed-badge {
    background: #1e40af;
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
}

.exchange-icons {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.exchange-icon {
    width: 10rem;
    height: 10rem;

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


    
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.exchange-0 {
     background:
    linear-gradient(
      rgba(0, 0, 0, 0.1),   /* opacity layer */
      rgba(0, 0, 0, 0.4)
    ),
    
    url("/src/media/3gecko.png"),
    url("/src/media/1.png");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 10vw;
    height: 10vw;
    

}
.exchange-1 {
     background:
    linear-gradient(
      rgba(0, 0, 0, 0.1),   /* opacity layer */
      rgba(0, 0, 0, 0.4)
    ),
    
    url("/src/media/1ewfds\ 1.png"),
    url("/src/media/1.png");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 10vw;
    height: 10vw;
    

}

.exchange-2 {
     background:
    linear-gradient(
      rgba(0, 0, 0, 0.1),   /* opacity layer */
      rgba(0, 0, 0, 0.4)
    ),
    
    url("/src/media/2eagle.png"),
    url("/src/media/1.png");

    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(-200px);

     width: 10vw;
    height: 10vw;
}

.exchange-3 {
     
    

   background-image:     url("/src/media/5866.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

     width: 10vw;
    height: 10vw;
} 

.exchange-4 {
     
    

   background-image:     url("/src/media/1ewrf.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

     width: 10vw;
    height: 10vw;
}


.coco-card {
  
   background:
    linear-gradient(
      rgba(0, 0, 0, 0.4),   /* opacity layer */
      rgba(0, 0, 0, 0.4)
    ),
    url("src/media/webp/1.webp"),
    url("/src/media/webp/1cock.png");
    

    /* background-image: url("/src/media/1.png"); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 30px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    width: 25vw;
    height: 35vw;

    background-blend-mode: overlay, multiply, normal;

    padding: 10rem 4rem;
}



.coco-title {
    font-size: 5vw;
    font-weight: bold;
    color: #fbbf24;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.join-btn {
    background: #fbbf24;
    color: #1e40af;
    border: none;
    padding: 15px 40px;
    border-radius: 25px;
    font-size: 1.vw;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(251, 191, 36, 0.3);
    text-decoration: none;
}

.join-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(251, 191, 36, 0.4);
}

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

.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;
    
}

/* .faq-grid .faq-card:nth-child(1){
    animation:  wiggle 6s infinite;
}
.faq-grid .faq-card:nth-child(2){
    animation:  wiggle 8s infinite;
}
.faq-grid .faq-card:nth-child(3){
    animation:  wiggle 7s infinite;
}

.faq-grid .faq-card:nth-child(4){
    animation:  wiggle 8s infinite;
} */




.faq-card {
    background: #fbbf24;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.faq-card:hover {
    transform: translateY(-5px);
}

.faq-question {
    color: #1e40af;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.faq-answer {
    color: #1e3a8a;
    font-size: 14px;
    line-height: 1.6;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.social-icon {
    width: 100px;
    height: 100px;
 
    border-radius: 10px;
    display: inline-block;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);


    display: flex;
    justify-content: center;
    align-items: center;
}

.social-icon:hover {
    transform: translateY(-5px);
}

.social-1 img { 
     width: 80px;
    height: 80px;
    
    
   
}

.social-3 img { 
     width: 120px;
    height: 100px;
    border-radius: 20px;
    
    
   
}

.social-4 { 
    background-color: #ffffff;
    
    
    
   
}
.social-2{
    background-color: #ffffff;
}

.social-2 img {
    width: 80px;
    height: 80px;
}

.social-3 {
    background: linear-gradient(135deg, #3b82f6 0%, #1e40af 100%);
}


.social-5 {
    background: linear-gradient(135deg, #0088cc 0%, #0066aa 100%);
}

/* Footer */
.footer {
    background: #fbbf24;
    padding: 40px 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.footer .container{
    display: flex;
    flex-direction: column;
}
.footer-logo img{
    width: 100px;
    height: 100px;
    
}
.footer-logo {
    /* display: flex; */
     width: 100px;
    height: 100px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
   
    border-radius: 20px;
    margin: auto ;

}

.footer-text {
    color: #1e3a8a;
    font-size: 14px;
    font-weight: 500;
}
.exchange-icon {
    width: 7vw;
    height: 7vw;



    
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


.coco-logo img{
        width: 60vw;
    }
/* Responsive Design */







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

.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{
        display: flex;
        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: 20px;
    margin: 10px 20px;
    
}

.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-icon {
    width: 20vw;
    height: 20vw;

    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;
}

    .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;
    
    
}

}






























































/* RESET */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.navbar {
  background: #0f172a;
  color: white;
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 1rem;
}

.nav-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  font-size: 1.4rem;
  font-weight: bold;
}

/* NAV LINKS (DESKTOP) */
.nav-links {
  display: flex;
  list-style: none;
  gap: 2rem;
}

.nav-links a {
  color: white;
  text-decoration: none;
  font-weight: 500;
}

/* HAMBURGER */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
}

.hamburger span {
  width: 28px;
  height: 3px;
  background: white;
  transition: 0.3s;
}

/* MOBILE STYLES */


  .hamburger {
    display: flex;
  }

  .nav-links {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 75%;
    background: #020617;
    flex-direction: column;
    padding: 6rem 2rem;
    gap: 1.5rem;

    transform: translateX(-100%);
    transition: transform 0.35s ease;
  }

  .nav-links.active {
    transform: translateX(0);
  }



.hamburger.active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

.close-btn {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}

.close-btn button {
  font-size: 2rem;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
}

.logo{
    width:5vw;
    border-radius: 10px;
}

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



.navbar .container{
    display: block;
} 



@keyframes wiggle {
            0%, 100% {
                transform: rotate(0deg) scale(1);
            }
            10%, 30% {
                transform: rotate(-3deg) scale(1.02);
            }
            20%, 40% {
                transform: rotate(3deg) scale(1.02);
            }
            50% {
                transform: rotate(0deg) scale(1);
            }
        }
@keyframes wiggletwo {
            0%, 100% {
                transform: rotate(0deg) scale(1);
            }
            10%, 30% {
                transform: rotate(-1deg) scale(1.01);
            }
            20%, 40% {
                transform: rotate(1deg) scale(1.01);
            }
            50% {
                transform: rotate(0deg) scale(1);
            }
        }
@keyframes scale {
            0%, 100% {
                transform:  scale(1);
            }
            10%, 30% {
                transform: rotate(-1deg) scale(1.2);
            }
            20%, 40% {
                transform: rotate(1deg) scale(1.2);
            }
            50% {
                transform: rotate(0deg) scale(1);
            }
        }
        /* .wiggle {
            animation: wiggle 0.8s infinite;
        } */


.about-card2{
    display: none;
    padding: 020px;
    margin: 10px 20px;
    
}

.gallery-item{
    padding: 0;
}


html, body {
  overflow-x: hidden;
}