
.container-tokenomics {
    height: 100%;
    width: 100%;
    background-color: rgba(17,17,17,255);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
}

.container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80%;
    width: 90%;
    gap: 140px;
    background: rgba(17,17,17,255);
    padding-bottom: 100px;
}

.chart {
    padding: 2rem;
    border: none;
    border-radius: 1rem ;
    background-image: url(/styles/img/ROBIN_ICONA_02.png);
    background-size:150px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(17,17,17,255);
    width: 45%;
}

.tokenomics {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    width: 40%;
    height: 40%;
}

.contain-t-circle {
    display: flex;
    gap: 5px;
}



.circle {
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background-color:  white;
    align-self: center;
}

.text-tokenomics-cont {
    color: white;
    font-family: "Inter";
}

.title-tokenomics {
    margin: 0;
    font-size: 23px;
    font-weight: 600;
    text-transform: uppercase;
}

.p-tokenomics {
    margin: 0;
    padding-top: 5px;
    font-size: 20px;
    font-weight: 500;
    color: #999;
}





  @media screen and (max-width: 1024px){
    
    .container {
        justify-content: center;
        flex-direction: column-reverse;
        height: 80%;
        width: 90%;
        gap: 100px;
        background: rgba(17,17,17,255);
    }

    .tokenomics {
        width: 70%;
    }

    .chart {
        width: 70%;
    }

  }


  @media screen and (min-width: 2560px){ 

    .chart {
        background-size:250px;
        width: 45%;
    }


.tokenomics {
    gap: 1.5rem;
    width: 40%;
} 


.circle {
    height: 25px;
    width: 25px;
}


.title-tokenomics {
    font-size: 35px;
}

.p-tokenomics {
    padding-top: 5px;
    font-size: 28px;
}

  }



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

.container {
    gap: 20px;
}

 .chart {
        background-size:80px;
        width:  90%;
    }


.tokenomics {
    width: 90%;
} 


.circle {
    height: 12px;
    width: 12px;
}


.title-tokenomics {
    font-size: 18px;
}

.p-tokenomics {
    padding-top: 5px;
    font-size: 17px;
}

  }

