            
       .text_gradient {
        background: linear-gradient(100deg, #2a2a2a -0.52%, #2a2a2a, #cb085b, #2a2a2a, #2a2a2a);
        background-size: 200% 200%;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        animation: gradient-animation 5s ease infinite;
        user-select: none;
    }
    
    @keyframes gradient-animation {
        0% { background-position: 0% 50%; }
        50% { background-position: 100% 50%; }
        100% { background-position: 0% 50%; }
    }
    
    
    /* 11111111111111111111111111111111111111111111111 */
    
.pricing{
    max-width: 1000px;
    position: relative;
    margin: 0 auto;
    width: 100%;
}
.Privalumai {
    /* color: white; */
    font-weight: 300;
}


.fontsksafdjhd{
    /* font-size: 32px; */
    margin-bottom: 30px;
}


.sdsoifhdsudsudfufuff{
    margin-bottom: 30px;
}
.pricing-container {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.pricing-card {
    background:#bfbfbf;
    /* border-radius: 8px; */
    padding: 15px;
    border: 1px solid #444444;
    text-align: left;
    transition: transform 0.3sease -in-out;
    width: 32%;
    min-width: 300px;
    max-width: 100%;
}

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


.check{
    width: 20px;
    height: 20px;
}
ul {
    list-style: none;
    padding: 0;
}
.pricing-container ul{
    margin-bottom: 50px;
}
ul li {
    margin: 8px 0;
    align-items: center;
    display: flex
;
    gap: 10px;
}




.pricing-card h3 {
    margin-bottom: 10px;
 
    padding-bottom: 17px;
}

.price {
    font-weight: bold;
 
    margin: 10px 0;
}
button {
 
    /* color: white; */
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    font-weight: bold;
}


.premium {
    background: #111;
  
}

.extra {
    margin-top: 20px;
    /* color: #ffffff; */
    font-weight: 300;
}






@media(max-width:1220px) {
    .pricing-container {
        display: flex;
        width: 100%;
        min-width: 100%;
        flex-direction: column;
      
    }

    .pricing-card {
      
        flex-direction: column;
        width: 100%;
    }
    }



    @media(max-width:450px) {
        .uuudaspfkshfhsdgafdsf{
            width: 100%;
        }
        .pricing button{
            width: 100%;
        }
        }

