.pricing-container{
    padding: 50px 0;
    overflow: hidden;
    background-color: #191919;
    position: relative;
}

.pricing-heading{
    margin-bottom: 30px;
    background: linear-gradient(90deg, rgba(130,187,49,1) 0%, rgba(224,221,12,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
    text-align: center;
}

.pricing-content-container{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 1200px;
    margin: auto;
    align-items: center;
    justify-content: center;
}

.pricing-body{
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    background-color: #fff;
}

.pricing-content{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    position: relative;
}

.pricing-content{
    border-radius: 0 10px 0 0;
}

.pricing-background{
    width: 2000px;
    height: 2000px;
    position: absolute;
    z-index: 2;
    border-radius: 50%;
    bottom: 0;
}

.pricing-body:nth-child(1) .pricing-content{
    border-radius: 10px 0 0 0;
}

.pricing-body:nth-child(3) .pricing-content{
    border-radius: 0 10px 0 0;    
}

.pricing-body:nth-child(1) .pricing-content .pricing-background{
    background: rgb(69,236,171);
    background: linear-gradient(135deg, rgba(69,236,171,1) 0%, rgba(48,199,194,1) 100%);
}

.pricing-body:nth-child(2) .pricing-content .pricing-background{
    background: rgb(204,124,252);
    background: linear-gradient(135deg, rgba(204,124,252,1) 0%, rgba(92,99,243,1) 100%);
}

.pricing-body:nth-child(3) .pricing-content .pricing-background{
    background: rgb(20,234,237);
    background: linear-gradient(135deg, rgba(20,234,237,1) 0%, rgba(4,167,244,1) 100%);
}

.pricing-body:nth-child(4) .pricing-content .pricing-background{
    background: rgb(20,234,237);
    background: linear-gradient(135deg, #CC7CFC 0%, #CC7CFC 100%);
}

.pricing-body:nth-child(1) {
    border: #fff solid 1px;
    border-radius: 10px 0 0 10px;
    border-right: none;
}

.pricing-body:nth-child(2){
    position: relative;
    height: auto;
    border: #fff solid 1px;
    border-radius: 10px;
    
}

.pricing-body:nth-child(3){
    border: #fff solid 1px;
    border-radius: 0 10px 10px 0;
    border-left: none;
}

.pricing-body:nth-child(4){
    border: #fff solid 1px;
    border-radius: 0 10px 10px 0;
    border-left: none;
}

.pricing-sub-heading{
    font-size: 30px;
    margin-top: 35px;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    z-index: 4;
}

.price-content{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 4;
}

.price-content-2{
    flex-direction: column;
}

.pricing-price{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.rupees-sign{
    font-size: 20px;
    margin-right: 10px;
    position: relative;
    top: -5px;
}

.price-text{
    margin-bottom: 0;
    font-size: 40px;
    font-family: 'gilroy';
}

.price-text-2{
    font-size: 45px;
}

.gst-text{
    font-size: 20px;
}

.pricing-awards{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin: 20px 0 0;
    position: relative;
    z-index: 4;
}

.pricing-awards-heading{
    font-family: 'gilroy';
    font-size: 20px;
    margin-bottom: 4px;
}

.pricing-awards-border{
    height: 1px;
    width: 40px;
    background-color: #fff;
    margin: 0 auto;
}

.awards-pricing{
    font-size: 25px;
    margin: 20px 0 10px;
}

.awards-details{
    font-size: 20px;
    text-align: center;
}

.total-pricing{
    font-size: 35px;
}

.symbol{
    font-size: 20px;
    margin-right: 5px;
    position: relative;
    top: -5px;
}

.awards-btn{
    background-color: #fff;
    width: 100%;
    min-height: 80px;
    border-radius: 0 0 9px 9px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.awards-left{
    border-radius: 0 0 0 9px;
}

.awards-right{
    border-radius: 0 0 9px 0;
}

.pricing-btn{
    text-decoration: none;
    font-size: 20px;
    font-family: 'gilroy';
}

.pricing-body:nth-child(1) .awards-btn .pricing-btn{
    background: rgb(69,236,171);
    background: linear-gradient(135deg, rgba(20,234,237,1) 0%, rgba(4,167,244,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pricing-body:nth-child(2) .awards-btn .pricing-btn{
    background: rgb(204,124,252);
    background: linear-gradient(135deg, rgba(204,124,252,1) 0%, rgba(92,99,243,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pricing-body:nth-child(3) .awards-btn .pricing-btn{
    background: rgb(20,234,237);
    background: linear-gradient(135deg, rgba(20,234,237,1) 0%, rgba(4,167,244,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pricing-body:nth-child(4) .awards-btn .pricing-btn{
    background: rgb(20,234,237);
    background: linear-gradient(135deg, #CC7CFC 0%, #CC7CFC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-device-width: 1200px){
    .pricing-content-container{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        margin: 0;
        padding: 20px;
    }
    .pricing-body:nth-child(1),
    .pricing-body:nth-child(2),
    .pricing-body:nth-child(3){
        border-radius: 10px;
    }
    .awards-left,
    .awards-right,
    .awards-btn{
        border-radius: 10px;
    }
    .pricing-body:nth-child(1) .pricing-content{
        border-radius: 10px;
    }
    .pricing-body{
        max-width: 400px;
        width: 100%;
        margin: auto;
        margin: 20px;
        border-radius: 10px !important;
        overflow: hidden;
    }
}

@media (max-device-width: 576px){
    
}