html, body {
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
    overflow-x: hidden;
    min-height: 100%;
    background: #270c45;
}
:root {
    color-scheme: dark;
    --accent: #99e565;
    --surface: rgba(98, 39, 169, 0.15);
    --surface-strong: rgba(98, 39, 169, 0.28);
    --shadow: 0 30px 80px rgba(0, 0, 0, 0.18);
}
@font-face {
    font-family:'bruno' ;
    src: url(./assets/BrunoAce-Regular.otf);
}
@font-face {
    font-family:'inter' ;
    src: url(./assets/Inter.ttc);
}
@font-face {
    font-family:'Roboto' ;
    src: url(./assets/Roboto-VariableFont_wdth\,wght.ttf);
}

* {
    box-sizing: border-box;
    transition: transform 0.35s ease, opacity 0.35s ease, box-shadow 0.35s ease, filter 0.35s ease;
}
.section-reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.85s ease, transform 0.85s ease;
    will-change: opacity, transform;
}
.section-reveal.visible {
    opacity: 1;
    transform: translateY(0);
}
.reveal-item {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.85s ease, transform 0.85s ease;
}
.section-reveal.visible .reveal-item {
    opacity: 1;
    transform: translateY(0);
}
.reveal-item:nth-child(1) {
    transition-delay: 0.1s;
}
.reveal-item:nth-child(2) {
    transition-delay: 0.18s;
}
.reveal-item:nth-child(3) {
    transition-delay: 0.26s;
}
.reveal-item:nth-child(4) {
    transition-delay: 0.34s;
}
.navbar {
    transition: background-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
}
.navbar.scrolled {
    background-color: rgba(20, 5, 45, 0.92);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(22px);
}
.maindiv{
    background-image: url(./assets/BGgradient05.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #270c45;
    width: 100%;
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
} 
h1{
    margin: 0;
    text-align: center;
    color: white;
}
.hero{
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
}
.center{
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
    width: 100%;
    flex: 1
}
.centertext{
    max-width: 50%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.centertext h1{
    font-size: 45px;
    font-family: Bruno;   
    transition: scale 0.5s ease-out;

}
.centertext p{
    font-size: 25px;
    font-family: inter;
    text-align: center;
}
.centerimg{
    max-width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.centerimg img{
    max-width: 100%;
    min-width: 100%;
    z-index: 2;
    transition: transform 0.55s ease, filter 0.55s ease;
}
.centerimg img:hover {
    transform: translateY(-8px) rotate(-0.1deg) scale(1.02);
    filter: drop-shadow(0 25px 70px rgba(0, 0, 0, 0.24));
}
.centerimg video{
    max-width: 100%;
    min-width: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
}
.hover:hover{
    transform: scale(1.06);
    box-shadow: 0 24px 60px rgba(253, 95, 159, 0.18);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.section-reveal {
    opacity: 0;
    transform: translateY(40px) scale(0.98);
    transition: opacity 0.9s ease-out, transform 0.9s ease-out;
    will-change: opacity, transform;
}

.section-reveal.visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.section-reveal .panelholder,
.section-reveal .center,
.section-reveal .cards,
.section-reveal .footerels,
.section-reveal .centerimg,
.section-reveal .paneltext,
.section-reveal .docu img {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.9s ease-out, transform 0.9s ease-out;
}

.section-reveal.visible .panelholder,
.section-reveal.visible .center,
.section-reveal.visible .cards,
.section-reveal.visible .footerels,
.section-reveal.visible .centerimg,
.section-reveal.visible .paneltext,
.section-reveal.visible .docu img {
    opacity: 1;
    transform: translateY(0);
}

.buttons a,
.cards .card,
.paneltext,
.docu img,
.footerels .logoo,
.panelholder,
.centerimg img,
.carddimg img {
    transition: transform 0.55s ease, box-shadow 0.55s ease, filter 0.55s ease;
}

.cards .card:hover,
.paneltext:hover,
.docu img:hover,
.footerels .logoo:hover,
.centerimg img:hover,
.carddimg img:hover {
    transform: translateY(-8px) scale(1.01);
    box-shadow: var(--shadow);
}

.cards .card {
    background: #5d893f9e;
    border: 1px solid rgba(255,255,255,0.08);
}

.cardssection {
    background: radial-gradient(circle at top, rgba(253,95,159,0.12), transparent 45%);
}

.docu,
.footer {
    background: radial-gradient(circle at center, rgba(253,95,159,0.09), transparent 55%);
}

.chart-section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 40px;
    padding: 60px 0 40px 0;
    background: radial-gradient(circle at center, rgba(253,95,159,0.08), transparent 55%);
}

.chart-section h1 {
    font-family: bruno;
    font-size: 40px;
    color: white;
}

.chart-embed {
    width: 85%;
    max-width: 1000px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(253, 95, 159, 0.15);
}

.chart-embed iframe {
    width: 100% !important;
    height: 665px !important;
    border: none !important;
}

@media only screen and (max-width: 1120px) {
    .chart-section {
        width: 95%;
        padding: 40px 0 30px 0;
    }
    .chart-section h1 {
        font-size: 30px;
    }
    .chart-embed {
        width: 95%;
    }
}

@media only screen and (max-width: 800px) {
    .chart-section {
        width: 100%;
        padding: 30px 0 20px 0;
        gap: 20px;
    }
    .chart-section h1 {
        font-size: 24px;
    }
    .chart-embed {
        width: 95%;
    }
}

@media only screen and (max-width: 800px) {
    .cardssection {
        background: radial-gradient(circle at top, rgba(253,95,159,0.12), transparent 45%);
    }
    .docu,
    .footer {
        background: radial-gradient(circle at center, rgba(253,95,159,0.09), transparent 55%);
    }
}

.navbar {
    backdrop-filter: blur(24px);
    background-color: rgba(10, 8, 30, 0.75);
}
.buttons {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-direction: row;
}
.buttons a{
    color: white;
    font-family: inter;   
    font-size: 20px;
    text-decoration: none;
    border-radius: 25px;
    padding: 10px 20px;
}
.red{
    background-color: #99e565;
    transition: scale 0.5s ease-out;
}
.purp{
    background-color: #733bf9;
    transition: scale 0.5s ease-out;
}
.partners{
    margin-top: auto
}
.partners h1{
    color: white;
    font-size: 25px;
    margin: 20px !important;
    font-family: bruno;   
    transition: scale 0.5s ease-out;
}
.partners img{
    max-width: 100%;
    transition: scale 0.5s ease-out;
    
}
.cardssection{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 50px;
    padding: 45px 0 70px 0;
}
.cardssection h1{
    font-family: bruno;   
    font-size: 40px;
}
.panelholder{
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 50px;
}
.paneltext{
    max-width: 50%;
    color: white;
}
.paneltext p{
    font-size: 17px;
    font-family: inter;   
    font-weight: 100;

}
.swiper{
    max-width: 424px;
    perspective: 1000px;
}
.swiper-slide {
    opacity: 0.5;
    transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.8s ease;
    position: relative;
}
.swiper-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    pointer-events: none;
    transition: background 0.8s ease;
}
.swiper-slide-active {
    opacity: 1;
    transform: translateX(0) scale(1) rotateY(0deg);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}
.swiper-slide-active::before {
    background: rgba(0, 0, 0, 0);
}
.swiper-slide-next {
    opacity: 0.4;
    transform: translateX(60px) scale(0.85) rotateY(-20deg);
    box-shadow: -30px 0 50px -10px rgba(0, 0, 0, 0.5), inset 20px 0 40px -20px rgba(0, 0, 0, 0.4);
}
.swiper-slide-prev {
    opacity: 0.4;
    transform: translateX(-60px) scale(0.85) rotateY(20deg);
    box-shadow: 30px 0 50px -10px rgba(0, 0, 0, 0.5), inset -20px 0 40px -20px rgba(0, 0, 0, 0.4);
}
.swiper-slide img {
    width: 100%;
    height: auto;
    transition: filter 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), brightness 0.8s ease;
    filter: drop-shadow(0 0 0px rgba(0, 0, 0, 0));
}
.swiper-slide-active img {
    filter: brightness(1) drop-shadow(0 10px 30px rgba(253, 95, 159, 0.15));
}
.swiper-slide img:not(.swiper-slide-active img) {
    filter: brightness(0.7) drop-shadow(-15px 8px 25px rgba(0, 0, 0, 0.5));
}
.cards{
    width: 70%;
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    flex-direction: row;
    gap: 30px;
    flex-wrap: wrap;
}
.card{
    flex: 1;
    display: flex;
    align-content: center;
    justify-content: space-between;
    gap: 20px;
    flex-direction: column;
    border-radius: 20px;
    background-color:#99e565 ;
    padding-bottom: 20px;

}
.cardtextholder{
    width: 85%;
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-self: center;
}
.card img{
    max-width: 100%;
    border-radius: 20px 20px 0 0;
}
.card h1{
    font-size: 15px !important;
    text-align: center;
    padding-top: 10px;
}
.card p{
    color: white;
    /* font-family: inter;    */
    font-size: 15px;
    text-align: center;
    padding: 0 15px;
    font-family: Roboto !important;
}
.imgwrapper{
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    padding-top: 20px;
}
.imgwrapper img {
    width: 90px;
    max-width: 100%;
    filter: drop-shadow(0 0 16px rgba(253, 95, 159, 0.7));
    animation: glowPulse 2s ease-in-out infinite;
    transition: transform 0.35s ease, filter 0.35s ease, box-shadow 0.35s ease;
}
.imgwrapper img:hover {
    transform: translateY(-6px) scale(1.08);
    filter: drop-shadow(0 0 28px rgba(253, 95, 159, 1));
    box-shadow: 0 0 38px rgba(253, 95, 159, 0.35), inset 0 0 18px rgba(255, 255, 255, 0.14);
}
@keyframes glowPulse {
    0%, 100% {
        filter: drop-shadow(0 0 16px rgba(253, 95, 159, 0.4));
    }
    50% {
        filter: drop-shadow(0 0 24px rgba(253, 95, 159, 0.9));
    }
}
.chart{
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 60px;
}
.chart h1{
    color: white;
    font-size: 40px;
    margin: 20px !important;
    font-family: bruno;   
    transition: scale 0.5s ease-out;
}
.classmiddle{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 20px;
}
.charttext p{
    color: white;
    font-family: inter;   
    font-size: 19px;
    text-align: center;
}
.chart img{
    max-width: 80%;
}
.chartp{
    border-radius: 20px;
    background-color:#99e565 ;
    padding: 10px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}
.chartp p{
    color: white;
    font-family: inter;   
    font-size: 17px;
    text-align: center;
    max-width: 80%;
    line-height: 1.5;
}
.carddimg{
    max-width: 40%;
}
.carddimg img{
    max-width: 100%;
}
.slide-content {
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    color: white;
    background-color:#99e565 ;
}

.slide-content img {
    width: 40%;
    height: auto;
    border-radius: 10px;
}
.tokeno{
    width: 70%;
}
.tokeno h1{
    color: white;
    font-size: 40px;
    margin: 20px !important;
    font-family: bruno;   
    transition: scale 0.5s ease-out;
}
.mySwiper2{
    width: 100%;
    max-width: 100% !important;
    padding: 0 !important;
}
.text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex: 1;
}
.slider2img{
    width: 100% !important;
}
.text h2 {
    color: white;
    font-family: inter;   
    font-size: 36px;
    text-align: center;
    max-width: 80%;
    line-height: 1.5;
}
.text p {
    color: white;
    font-family: inter;   
    font-size: 17px;
    text-align: center;
    max-width: 80%;
    line-height: 1.5;
}

.docu{
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 120px 0 70px 0;

}
.docu h1{
    color: white;
    font-size: 40px;
    margin: 20px !important;
    font-family: bruno;   
    transition: scale 0.5s ease-out;
}
.docu a{
    transition: scale 0.5s ease-out;

}
.docu img{
    max-width: 100%;
    transition: scale 0.5s ease-out;

}
.footer{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footerels{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    gap: 30px;
}
.footerels .logoo{
    width: 300px;
    max-width: 60%;
}
.footerels h2{
    color: white;
    font-size: 30px;
    margin: 20px !important;
    font-family: bruno;   
    transition: scale 0.5s ease-out;
}
.footerels p {
    color: white;
    font-family: inter;   
    font-size: 17px;
    text-align: center;
    max-width: 80%;
    line-height: 1.5;
    word-break: break-word;
}
.copy-icon {
    cursor: pointer;
    margin-left: 10px;
    transition: transform 0.2s ease;
}
.copy-icon:hover {
    transform: scale(1.1);
}
.copy-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 20px;
    margin-left: 8px;
    transition: transform 0.2s ease, filter 0.2s ease;
    padding: 0;
    display: inline-block;
}
.copy-btn:hover {
    transform: scale(1.15);
    filter: drop-shadow(0 0 6px rgba(253, 95, 159, 0.6));
}
.copy-btn:active {
    transform: scale(0.95);
}
.footerels .laucnh {
    color: white;
    font-family: inter;   
    font-size: 20px;
    text-decoration: none;
    border-radius: 25px;
    padding: 10px 20px;
    background-color:#733bf9 ;
}
.soc{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 15px;
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    backdrop-filter: blur(50px);
    z-index: 20;
    font-family: bruno, sans-serif;
    padding: 0 20px;
    box-sizing: border-box;
    z-index: 500;
    background-color: rgba(117, 112, 112, 0.1);

}
.logo__container {
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo__container img {
    width: 100%;
    z-index: 100;
}

.navbar ul {
    list-style: none;

    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    gap: 20px;
}

.navbar ul .remove_burger {
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;

    display: none;
}

.navbar ul .remove_burger img {
    width: 100%;
}

.navbar ul li a {
    padding: 0px;
    color: #ffffff;;
    text-decoration: none;
    font-weight: 300;
    font-size: 18px;
}

.buy__token__btn {
    padding: 10px 15px;

    border: none;
    outline: none;
    border-radius: 8px;

    background: linear-gradient(0deg, #cbff88, #b4ed64);
    color: #50621b;

    font-weight: 500;
    cursor: pointer;
}


.burger__menu {
    display: none;
}

.burger__menu span {
    width: 100%;
    height: 2px;

    border-radius: 2px;
    background-color: #b4ed64;
}

.burger__menu span:nth-child(2) {
    width: 75%;
}
@media only screen and (max-width:1700px){
    .classmiddle img{
        width: 150px;
    }
}
@media only screen and (max-width:1300px){
    .classmiddle img{
        display: none;
    }
}
@media only screen and (max-width:1350px){
    .classmiddle img{
        display: none;
    }
    .swiper{
        max-width: 100%;
    }
    .swiper-slide img{
        max-width: 100% !important;
    } 
}
@media only screen and (max-width:1120px){
    .hero{
        width: 100%;
        height: auto !important;
        margin-top: 140px ;
    }

    .center{
        flex-direction: column;
        gap: 30px;
        width: 100%;
    }
    .centertext{
        max-width: 80%;
    }
    .partners{
        width: 90%;
    }
    .cards{
        width: 95%;
    }
    .panelholder {
        width: 95%;
        flex-direction: column-reverse;
    }
    .paneltext {
        max-width: 100%;
        color: white;
    }
    /* .swiper-slide img{
        width: 100% !important;
    } 
    .swiper-slide{
        width: 100% !important;
    }  */
    .mySwiper {
        width: 60%;
    }
    .docu {
        width: 90% !important;
    }
    .footerels .logoo {
        width: 200px;
        max-width: 60%;
    }
    .paneltext p {
        text-align: center;
    }
    .footerels h2 {
        text-align: center;
    }
    .cardssection h1 {
        font-family: bruno;
        font-size: 45px;
    }
    .card h1 {
        font-size: 25px !important;
    }
    .chart img {
        max-width: 90%;
    }
    .chart {
        width: 95%;
        display: flex
    ;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 60px;
    }
    .carddimg {
        max-width: 90%;
    }
    .tokeno h1 {
        color: white;
        font-size: 25px;
        margin: 20px !important;
        font-family: bruno;
        transition: scale 0.5s ease-out;
    }
    .docu h1 {
        color: white;
        font-size: 25px;
        margin: 20px !important;
        font-family: bruno;
        transition: scale 0.5s ease-out;
    }
    .buttons a {
        text-align: center;
    }
}

@media only screen and (max-width:500px){
    .cards {
        flex-direction: column;
    } 
}



@media only screen and (max-width: 768px)    {
    .navbar {
        padding: 0 10px;
        
    }

    .navlink{
        padding: 20px;
        border: 3px solid black;
        color: #50621b;
        width: 75%;
        text-align: center;
    }

    .navbar ul {
        z-index: 600;
        position: fixed;
        top: 0;
        left: 100%;
        width: 100%;
        min-height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 30px;
        padding: 0px;
        margin: 0;
        background-color: #733bf9;
        transition: .4s all ease;
        z-index: 20;
    }

    .navbar ul.active {
        left: 0;
    }

    .navbar ul li a {
        color: #202020;
    }
    
    .navbar ul .remove_burger {
        position: absolute;
        top: 20px;
        right: 20px;

        display: inline;
        cursor: pointer;
    }

    .buy__token__btn {
        display: none;
    }

    .burger__menu {    
        position: relative;
        width: 25px;
        height: 20px;

        display: flex;
        align-items: flex-end;;
        justify-content: space-between;
        flex-direction: column;

        width: 30px;
        height: 25px;
    }

    .burger__menu span {
        width: 100%;
        height: 4px;
        background-color:#202020;
    }

    .tokenics-holder,.tokenics-holder-2{
        gap: 20px;
        flex-direction: column;
    }
    .tokenomic-element{
        width: 80%;
    }
    .logo {
        width: 190px;
    }


}

@media only screen and (max-width: 800px)    {
    .maindiv {
        background-image: url(./assets/BGgradient05.png) !important;
        background-position: top center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-attachment: scroll !important;
        background-color: #270c45 !important;
    }
    .cardssection:last-of-type {
        background: url(./assets/BGgradient05.png) top center / 100% auto repeat-y !important;
        background-attachment: scroll !important;
    }
    .docu,
    .footer {
        background-image: url(./assets/BGgradient05.png) !important;
        background-position: top center !important;
        background-repeat: repeat-y !important;
        background-size: 100% auto !important;
        background-attachment: scroll !important;
    }
    .chart-section {
        background-image: url(./assets/BGgradient05.png) !important;
        background-position: top center !important;
        background-repeat: repeat-y !important;
        background-size: 100% auto !important;
        background-attachment: scroll !important;
    }
}