.pricing-header-area{
    position: relative;
    min-height: 80vh;
}

.wrp{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
}

.pricing-header-area> #partical{
    position: absolute;
    width: 100%;
    height: 100%;
}

.pricing-header{
    margin-top: 20vh;
}

.pricing-header> .title{
    font-size: 400%;
    line-height: normal;
    font-weight: 700;
}

.pricing-header> .description{
     font-size: 200%;
    line-height: normal;
    margin-bottom: 150px;
}


.price-area{
   min-height: 100vh;
   padding-bottom: 100px;
    margin-top: -100px;
}
.price-area .price-header{
    text-align: center;
}

.price-area .price-header>.title{
    font-size: 300%;
    font-weight: 600;
    line-height: normal;
}

.price-card-container{
    padding-top: 20px;
}
.price-area .price-header>.description{
    line-height: normal;
}

.price-card{
   position: relative;
    width: 100%;
    min-height: 400px;
    margin-top: 10px;
    box-shadow: 1.213px 21.213px 30px 0px rgba(158, 158, 158, 0.3);
     transition: all ease 1s;
}

.price-card-head{
    width: 100%;
    height: 120px;
    position: relative;
    padding-top: 30px;
    background-color: rebeccapurple;
   transition: all ease 1s;
}
.price-card-head >.pg-name{
    padding-left: 20px;
    font-size: 100%;
     color: rgba(255,255,255,0.9);
}
.price-card-head >.pg-name>span{
    font-size: 200%;
    font-weight: 600;
}
.price-card-head >.pg-price{
    position: absolute;
    bottom: 10px;
    right: 20px;
    font-size: 200%;
    font-weight: 700;
     color: rgba(255,255,255,0.9);
}

.price-card-body{
    padding-bottom: 20px;
}

.price-card-body >ul{
    padding-left: 20px;
}

.price-card-body >ul>li{
    color: rgba(0,0,0,0.6);
    font-weight: 600;
    font-size: 120%;
    margin-top: 10px;
    text-align: justify;
}


.price-card:hover{
     margin-top: 5px;
     transition: all ease 1s;
     box-shadow: 1.213px 21.213px 30px 0px rgba(0, 0, 0, 0.3);
}

.price-card:hover .price-card-head{
    background-color: rgba(255, 56, 56,1.0);
    transition: all ease 1s;
} 

.price-card:hover .rqst-qt{
     height: 50px;
     transition: all ease 1s;
}

.rqst-qt{
    margin-top: 2px;    
    background-color: rebeccapurple;
    text-align: center;
    height: 0px;
    transition: all ease 1s;
}

.rqst-qt>a {
    display: block;
    color: white;
    padding-top:5px;
    
}