@import url('https://fonts.googleapis.com/css2?family=Grandstander:wght@400;700&display=swap');
   
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-wrap: break-word;
}

p 
{/*
    text-shadow: 2px 2px 2px black;*/
    letter-spacing: 2px;
}
button:hover
{
    cursor:pointer;
}

h2
{
    text-shadow:8px 8px 8px #c0ff9e40;
    font-family :Grandstander, sans-serif;
    font-size:50px;
    color:white; 
}

body {
    position: relative;
    font-family: Grandstander, sans-serif;
    background-color: #33533B;
    /*background:url(Images/backtest.png);  
    background-size: 100%;*/
    /*background-repeat:no-repeat;*/
    margin: 0px;
    padding: 0px;
    text-align: center;
    overflow-x: hidden;

}  



.fallAndBounce
{
    animation: fallAndBounce .5s ease-in-out forwards;
}


/* #region Background */
.background-animated 
{
    position:absolute;
    box-sizing: border-box;
    transform:translateX(-50%);
    left:50%;
     
    width: 100vw;
    height: 100vh;
     
    height:100%; 
    overflow:hidden; 
    
}


.sky {
    position: absolute;
    height:100vh; 
    width: 100vw;
    left: 0;
    transform: none;
    background-image: url('../image/sky4.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.background 
{position: absolute;top:100vh;
    left:0; 
    width:100%;

}

.sun {
    position:absolute;
    right:5%;
    width: 250px;
    animation: spin 20s linear infinite;
     
} 
.cloud, .cloud2, .cloud3 
{
  animation: floatRight  linear infinite;
  position: fixed;  
}

.cloud 
{
    position: fixed;
    left: -10%;
    top: 15vh;

    width:60vw; 
    max-width: 60vh;
     
    animation-duration:  120s; 
}

.cloud2 
{
    position: fixed;
    left:50%;
    top: 40vh;
     
    width:60vw; 
    max-width: 40vh;

    animation-duration:  70s; 
}
.cloud3 
{
    position: fixed;
    left: 75%;
    top: 5vh;
    
    width:60vw; 
    max-width: 40vh;

    animation-duration:  80s; 
}

/* #endregion */

 

.leftColumn 
{ 
    
    position: absolute;
    color: #388E3C; 
    width: 30vw; 
    z-index: 0;  
    top:0;
}
.leftColumn .string 
{
    position: absolute;
    width: .5vw;
    max-width:.5vh; 
    max-height:100%;
    background-color: #ff2e2e; 
    transform: translateX(-50%);
    left: 50%;
    animation: lengthenString 1s ease-in-out forwards; 
}



.stringgroup-1 
{
    position: relative; 
    display: flex;
    justify-content: center;  
    align-items: center;      
    margin-top: 50vh;
    --initial-rotation:  15deg; 
    animation: fallAndBounce 1s ease-in-out forwards;
}
.stringgroup-1 img { 
    width: 30vw;
    max-width: 40vh;
}
.stringgroup-2 {
    position: relative; 
    
    margin-top:10%;
    --initial-rotation: -10deg;
    animation: fallAndBounce 1s ease-in-out forwards;
}
.stringgroup-2 img 
{
    width: 20vh;
    max-width: 20vw;
}
.stringgroup-3 {
    position: relative; 
    
    margin-top:10%;
    --initial-rotation: 15deg;
    animation: fallAndBounce 1.3s ease-in-out forwards;
}
.stringgroup-3 img {
    width: 20vh;
    max-width: 20vw;
}
.stringgroup-4 {
    position: relative; 
    
    margin-top:10%;
    --initial-rotation: -5deg;
    animation: fallAndBounce 1.6s ease-in-out forwards;
}
.stringgroup-4 img { 
    width: 20vh;
    max-width: 20vw;
}
.stringgroup-5 {
    position: relative; 
    
    margin-top:20%;
    --initial-rotation: 0;
    animation: fallAndBounce 2s ease-in-out forwards;
}
.stringgroup-5 img {
    width: 20vh;
    max-width: 20vw;

} 
  
.sidebar 
{ 
    width: 100vw;
    height: 100vh;

    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center;  
}
  
.content-wrapper
{ 
    width:100vw;
    height:70vh; 
    position:absolute;
     margin: 0 auto;  
    top:0;
}
.seed-wrapper
{ 
    width:100vw;
    height:30vh; 
    position:relative;
     margin: 0 auto; 
    top:20%; 
}
.signboard 
{   
    margin-top:-50vh;
    top:-15vh;
    position:sticky;
    width:100vw;  
    max-width:70vh;
    

    --initial-rotation: 0deg;
    animation: fallAndBounce 2s ease-in-out forwards;
} 

.seed 
{
    position: sticky;  
    top:70%;
    width: 7vw;
    max-width: 7vh; 
    z-index:2;
}

.flowerpot 
{  
    position:absolute;
    top:50%;
    width: 60vh; 
    max-width: 50vw;
    z-index:0;
    
} 
.plant-wrapper
{   
    height: 20vw; 
    max-height: 20vw; 
    width: 30vh; 
    max-width: 30vw;
    z-index:1;
}
.flowerpot-wrapper 
{ 
    top:-48vh;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    align-content:center;
    align-items:center;
    position: relative;  
    box-sizing: border-box;   
     
} 
.plant 
{  
    width: 30vh; 
    opacity: 1; 
    z-index:1;
    transform-origin:bottom;
} 
@keyframes Expand
{
    0%{
        transform:scale(0)
    }
    100%{
        transform:scale(1)
    }
}
@keyframes Shrink
{
    0%{
        transform:scale(1)
    }
    100%{
        transform:scale(0)
    }
}
.details-wrapper
{
    position:relative; 
    margin-left: auto; 
    margin-right: 5vw;  
    width: 70vw; 
}




.about
{ 
    text-align:start;
    color: #e4ffda; 
    font-size: 1.25rem; 

    font-family: Grandstander, sans-serif;
}
    .about h2 
    {color: white;  
        padding-bottom:25px;
        text-align: start;  
        font-size: clamp(0.8rem, 10vh, 3rem);
    }
.about p {
    letter-spacing: 3px;
    margin-top: 20px;
    line-height: 25px;
}

.tokenomics 
{
    top: 10vh;

    overflow:hidden;
    position:relative;  
    font-size: clamp(0.2rem, 7vh,1rem);
    color: white;  
    width:100%; 
    
}
.contract-address { 
            width:100%; 
            background-color: transparent; 
            border: none; 
            padding: 0; 
            font-weight: bold; 
            font-family: monospace; 
            font-size: clamp(0.3rem, 6vh, 2rem);
            color: white;  
            cursor: pointer; 
            transition: color 0.2s ease, text-decoration 0.2s ease;  
            user-select: none;
        }
    .tokenomics h2 
    {
        padding-bottom:25px;
        text-align: start;  
        font-size: clamp(0.8rem, 10vh, 3rem);
    }
    .tokenomics .grid-boxtitle
    {
        margin-top:20px;
        display:flex;
        flex-direction: row;
        justify-content:space-evenly;
    }
    .tokenomics .wide-boxtitle 
    {
        
        text-align: center;
        border: solid 3px #ffd9b3;
        border-radius: 10px;
        padding: 20px;
    }
    .tokenomics .small-boxtitle 
    {
        
        text-align: center;
        border: solid 3px #ffd9b3;
        border-radius: 10px; 
        width:40%;
        padding: 20px;
    }
    .tokenomics p {
        color: white; 
        font-size: clamp(0.3rem, 3vh, 2rem);
    }
    .tokenomics .topic 
    {
        border: solid 3px #ffd9b3;
        width: 20vw;
        height: contain;
        min-width: 40vh;
        padding:10px;
        border-radius:10px;
    }
    
.tokenomics-wrapper 
{
    position:relative;    

    width:100%;
    margin-top:20px;
    justify-content: center;
    gap: 20px;
    display: flex; 
    flex-direction: row;
    color:black;  
    flex-wrap: wrap;
        
}


    .tokenomics-wrapper > div {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center; 
    } 
    .tokenomics-wrapper img
    {  
        width: 100vw;
        max-width: 40vh;
    }

.carousel-wrapper 
{
    margin-top:40px;
    position: relative;
     
    height:80vh;
    width: 80vw;  
    overflow: hidden;   
     
    margin-left: auto;
    margin-right: auto;

    display:flex;
    align-items:center;
}
.carousel-wrapper .nav-left,
        .carousel-wrapper .nav-right {
            border: none;
            padding: 3vw; /* Padding scales with viewport width */
            background-color: transparent;
            background-repeat: no-repeat;
            background-size: contain; /* Scales the image to fit within the button, without cropping */
            background-position: center; /* Centers the image within the button area */
            /* Use background-image property to avoid overriding other background properties */
        }

        .carousel-wrapper .nav-left {
            background-image: url(../image/smallbutton-left.png);
        }

        .carousel-wrapper .nav-right {
            background-image: url(../image/smallbutton-right.png);
        }
 
.image-container {
    display: flex;
    overflow-x: scroll;
    scroll-behavior: smooth;
    gap: 5px;
    padding: 5px;
    scrollbar-width: none;  
    -ms-overflow-style: none;  
}

.nav-button 
{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.2);
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    padding: 10px; 
    
}
    .image-container::-webkit-scrollbar {
        display: none;
    } 
.image-container img {
    flex: 0 0 auto; 
    border-radius: 5px;
    
   
    width:33%; 
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out, border 0.3s ease-in-out;
    box-shadow: 0 0 0 transparent;  
    border: none; 
}

 
.image-container img.active-image {
    transform: scale(1.3); 
    z-index: 1;  
}

.roadmap-panel
{
    margin:0 auto;
    width:85vw;
    padding-bottom:100px; 
    box-shadow: 5px 5px 14px  black;
    border: 2px solid #9efff9ff;
    border-radius: 25px;
    padding:5% 5% 10%;
    margin-bottom:5vh;
}
.roadmap-panel h2
{ 
    display:flex;
    align-items:start; 
    
} 
.roadmap-content
{
    display:flex;
    flex-direction:column;
    justify-content: center;
    
    gap:25px;
}
.animated-badge-left , .animated-badge-right
{ 
    height: 10vh; 
    --customwidth:10vh;
    display:flex;   
    align-items:center; 
    
    padding-left:3.9vh;
    border-radius:50%;
    background-color:#7dbf78;
    overflow:hidden; 
    box-shadow: 0px 5px 4px rgb(122, 255, 121); 
}
/* Start animation only when visible */
.animated-badge-left.animate,
.animated-badge-right.animate {
    animation: animatedBadge 1s forwards;
}

.animated-badge-left,
.animated-badge-right {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.visible {
    opacity: 1;
    transform: translateY(0);
}


.animated-badge-right
{
    align-self: flex-end; 
}
.animated-badge-left
{
    align-self: flex-start; 
}
.badge-content
{ 
    position:center; 
    padding-left:50px; 
    display:flex; 
    font-size:.9rem;
     
}
@keyframes animatedBadge
{
    0%
    {  
        border-radius:50%; 
        height: 10vh;
        width:var(--customwidth); 
    }  
    50%
    {  
        border-radius:40px;
        height: 10vh;
        width:var(--customwidth); 
    }
    100%
    { 
        justify-content:start; 
        border-radius:25px;
        width:80%;
    } 
}

.buy-button {
            position: relative; /* Position it independently */
            margin:0 auto;
            z-index: 30; /* Ensure it's above game elements */

            
        }

        .buy-button button {
             
            color:white;
            font-size:2rem;

            width: 40vw; 
            max-width:40vh;
             
            height: calc(40vw / 3);  
             
            border: none;
            padding: 0;
            cursor: pointer;
            outline: none;

            /* Background image properties */
            background-color:transparent;
            background-image: url(../image/widebutton-buy.png);
            background-repeat: no-repeat;
            background-size: contain; /* Scales the image to fit within the button, without cropping */
            background-position: center; /* Centers the image within the button area */
              
             
            transition: transform 0.1s ease-out;
        }

        .buy-button button:hover , .carousel-wrapper button:hover 
        {
            transform: translateY(-5px); /* Slight lift effect */
        }

        .buy-button button:active {
            transform: translateY(1px); /* Pressed effect */
        }
    .footer-Design {
    position: relative;
    width: 100%; 
    justify-content: center; 
} 
.footer-Design img 
{
    max-width: 100%;
    height: auto; 
}

footer 
{ 

    height: 5vh;
    max-height:50vw; 
    position: relative;
    background: #2E7D32;
    color: white;  
     
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
footer p
{
    font-size: clamp(0.3rem, 2vh,1rem);
    color:white;
}



.snow {
    overflow:hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    pointer-events: none;
    z-index: 9999;
}


.snowflake {
    position: absolute;
    top: -10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    opacity: 0.8;
    animation: snow 6s linear infinite, wind 10s ease-in-out infinite;
}

    .snowflake:nth-child(1) {
        left: 10%;
        animation-duration: 10s;
        width: 6px;
        height: 6px;
        opacity: .8;
        transform: rotate(30deg);
    }

    .snowflake:nth-child(2) {
        left: 20%;
        animation-duration: 8s;
        width: 8px;
        height: 8px;
        opacity: .8;
        transform: rotate(50deg);
    }

    .snowflake:nth-child(3) {
        left: 30%;
        animation-duration: 9s;
        width: 5px;
        height: 5px;
        opacity: .3;
        transform: rotate(90deg);
    }

    .snowflake:nth-child(4) {
        left: 40%;
        animation-duration: 7s;
        width: 11px;
        height: 11px;
        opacity: .6;
        transform: rotate(120deg);
    }

    .snowflake:nth-child(5) {
        left: 50%;
        animation-duration: 6s;
        width: 7px;
        height: 7px;
        opacity: .8;
        transform:rotate(50deg);
    }

    .snowflake:nth-child(6) {
        left: 60%;
        animation-duration: 8s;
        width: 11px;
        height: 11px;
        opacity: .9;
        transform: rotate(20deg);
    }

    .snowflake:nth-child(7) {
        left: 70%;
        animation-duration: 14s;
        width: 6px;
        height: 6px;
        opacity: .4;
        transform: rotate(80deg);
    }

    .snowflake:nth-child(8) {
        left: 80%;
        animation-duration: 9s;
        width: 7px;
        height: 7px;
        opacity: .9;
        transform: rotate(50deg);
    }

    .snowflake:nth-child(9) {
        left: 90%;
        animation-duration: 8s;
        width: 11px;
        height: 11px;
        opacity: .6;
        transform: rotate(10deg);
    }

@keyframes snow {
    100% {
        top: 100%;
    }
}

@keyframes wind {


    50% {
        transform: translateX(120px);
    }
}


@keyframes floatRight {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    80% {
        transform: translateX(100vw);
        opacity: 1;
    }

    81% {
        transform: translateX(0);
        opacity: 0.1;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes lengthenString {
    0% {
        height: 0px;
    }
    100% {
        height: 1600px;
    }
}

@keyframes fallAndBounce {
    0% {
        transform:  translateY(-200vh) rotate(var(--initial-rotation));
    }
    50% {
        transform:  translateY(50px) rotate(var(--initial-rotation));
    }
    75% {
        transform: translateY(-20px) rotate(var(--initial-rotation));
    }
    100% {
        transform: translateY(0) rotate(var(--initial-rotation));
    }
}
@keyframes spin {
        from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 600px) 
{
    .background img
{ 
    height:100vh; 
    left:0; 
    width:100%;

}
    .flowerpot-wrapper 
{ 
    top:-18vh;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    align-content:center;
    align-items:center;
    position: relative;  
    box-sizing: border-box;   
     
} 
    .details-wrapper
    {
    position:relative;
    margin-left: auto; 
    width: 90vw; 
    top:10vh;
    }
    .carousel-wrapper 
    {
    margin-top:40px;
    position: relative;
      
    width: 80vw;  
    overflow: hidden;   
     
    margin-left: auto;
    margin-right: auto;

    display:flex;
    align-items:center;
    }
    .image-container img {
    flex: 0 0 auto; 
    border-radius: 5px;
     
    width:100%;
    max-width: 100%;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out, border 0.3s ease-in-out;
    box-shadow: 0 0 0 transparent;  
    border: none;  
    }
    .tokenomics .grid-boxtitle
    {
        margin-top:20px;
        display:flex;
        flex-direction: column;
        justify-content:space-evenly;
        gap:10px;
    }
    .tokenomics .small-boxtitle
    {
        width:100%;
    }
     
    .badge-content
{  
    padding-left:10px;
    white-space: pre-wrap;
    display:flex;
    flex-direction:column;
    align-content:start;
    font-size:0.5rem;
}

}
