.pricing-container{
    background-image: url('../assets/images/pricing.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 60%;
    z-index: 1;
}

.pricing-container::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgb(41,194,242);
    /* background: linear-gradient(45deg, rgba(41,194,242,1) 0%, rgba(6,251,228,1) 100%); */
    background: linear-gradient(45deg,#29c2f2, #194c94);
    opacity: 0.6;
}

/* .rupee-icon{
    font-size: 20px;
} */

.pricing-body{
    background: rgba(255, 255, 255, 0);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(11px);
    -webkit-backdrop-filter: blur(11px);
}


/* @media screen and (max-width: 1600px){
} */