
@keyframes fall {
    0% {
        transform: translateY(-100vh) rotate(0deg); /* Initial position */
    }
    100% {
        transform: translateY(100vh) rotate(360deg); /* Final position */
    }
  }
  
  .confetti {
    position: absolute;
    width: 4px;
    height: 20px; /* Adjust height to change confetti size */
    background-color: rgb(251, 88, 88); /* Default color */
    animation: fall 1s cubic-bezier(0.25, 0.1, 0.25, 1) infinite; 
  }
  
  /* Define additional CSS classes with different background colors */
  .confetti.blue { background-color: rgb(87, 87, 238); }
  .confetti.green { background-color: rgb(120, 247, 120); }
  .confetti.yellow { background-color: rgb(251, 251, 97); }
  /* Add more colors as needed */

  .confetti-container {
    width: 100%;
    height: 100%;
    position: fixed; /* Position the container fixed to the viewport */
    top: 0;
    left: 0;
    z-index: 10; 
    pointer-events: none;

  }

  body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
    /* background: hsla(277, 79%, 84%, 1); */
    background: linear-gradient(45deg, hsla(277, 79%, 84%, 1) 0%, hsla(152, 100%, 50%, 1) 18%, hsla(33, 100%, 53%, 1) 39%, hsla(339, 100%, 55%, 1) 58%, hsla(197, 100%, 63%, 1) 77%, hsla(294, 100%, 55%, 1) 100%);
    background: -moz-linear-gradient(45deg, hsla(277, 79%, 84%, 1) 0%, hsla(152, 100%, 50%, 1) 18%, hsla(33, 100%, 53%, 1) 39%, hsla(339, 100%, 55%, 1) 58%, hsla(197, 100%, 63%, 1) 77%, hsla(294, 100%, 55%, 1) 100%);
    background: -webkit-linear-gradient(45deg, hsla(277, 79%, 84%, 1) 0%, hsla(152, 100%, 50%, 1) 18%, hsla(33, 100%, 53%, 1) 39%, hsla(339, 100%, 55%, 1) 58%, hsla(197, 100%, 63%, 1) 77%, hsla(294, 100%, 55%, 1) 100%);
    background-size: 600% 600%;
    animation: color 10s infinite ;
    /* overflow: hidden;  */
    /* background: linear-gradient(90deg, #ede342, #ff51eb);  */
    /* background-image: url(images/0_0.webp); */
    /* background-size: cover; */
    }

    @keyframes color {
        0% {
            background-position: 0% 10%;
        }

        25% {
            background-position: 100% 90%;
        }

        50% {
            background-position: 80% 100%;
        }

        75% {
            background-position: 90% 30%;
        }

        100% {
            background-position: 0% 10%;
        }

      }

.main_container {
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 100vh; */
    flex-direction: column;
}



@media screen and (max-width: 560px) { 
    .desc, .addy, #address {
        font-size: 22px !important;
    }

    .title {
        font-size: 20px !important;
        color: red !important;
    }

}

@media screen and (max-width: 900px) {


    .main_container {
      width: 100%;
    
    }
    
    .title {
        font-size: 40px !important;
    }

    .ticker {
        font-size: 25px !important;
    }

    .hero { 
        width:70% !important;
    }

    #address {
        font-size: 15px !important;
        padding: 0px 40px !important;
    }
  }

.clouds {
    max-width: 450px;
    height: auto;
    margin: -15px auto;
    position: relative;
}

.title {
    font-size: 80px;
    font-weight: bold;
    color: #ff009d;
    text-shadow:
        3px 3px 0 #07f49e,
        0 0 10px #b5f1fb;
    font-family: chelsea market, sans-serif;
    margin: -20px 5px 0 5px;
}



.ticker {
    font-size: 45px;
    font-weight: bold;
    color: #ff009d;
    text-shadow:
    3px 3px 0 #07f49e,
    0 0 10px #b5f1fb;
    font-family: chelsea market, sans-serif;
    margin: 5px;
    margin: 0;
}

.hero {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    flex-direction: column;
    margin: 10px auto 100px;
    background-color: #ecafec4d;
    width: 700px;
    height: 350px;
    border-radius: 20px;
}

.socials {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    /* flex-direction: row; */
    /* margin: 10px; */
}

.x{
    width: 50px;
    margin-right: 8px;
}


.tg{
    width: 50px;
    margin-left: 8px;
}

.desc {
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    text-shadow:
    1px 1px 0 #000000,
    0 0 10px #000000;    
    font-family: cafeteria, sans-serif;
    margin: 20px 0 20px 0;
}

p {
    font-size: 20px;
    font-family: cafeteria, sans-serif;
    margin: 20px 0 0;
    color: #42047e;
}

#address {
    font-size: 30px;
    background-color: white;
    padding: 0px 120px;
    border-radius: 50px;
    color: #41047e9b;
    margin-top: 6px;
}

.addy {
    font-size: 35px;
    font-family:  cafeteria, sans-serif;
    margin: 20px 0 0;
    color: #ffffff;
    text-shadow:
    1px 1px 0 #000000,
    0 0 10px #b5f1fb;
}

.dex {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 40px;
    width: 200px;
}

.dexs {
    width: 50px;
    margin-right: 0px;
    border-radius: 10px;
}

.dexs-link, .dext-link, .x-link, .tg-link , .pf-link{
    cursor: pointer;
    transition: all 0.3s ease;

}

.dext {
    width: 45px;
    margin-left: 0px;
}

.pf {
    width: 44px;
    margin-right: 0px;
}

  .x-link:hover, .dexs-link:hover, .dext-link:hover, .tg-link:hover, .pf-link:hover {
    transform: scale(1.2);
}