
.package-main-card
{
  outline:none;
  border:none;
  border-radius:20px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;


}
.package-card
{

  
box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;


}
.package-card-header
   {
    background:#776ead;
    color:white;

   }





   .payasonce-btn
   {
   background:transparent;
   border:1px solid #ffffff;
   color:#ffffff;
   float:right;
   padding:5px;
   border-radius:5px;
   position:realtive;
   margin-top:-15px;


   }
   .ribbon-pop {
    background: rgb(243,14,14);
background: -moz-linear-gradient(0deg, rgba(243,14,14,1) 0%, rgba(201,2,2,1) 50%, rgba(142,1,0,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(243,14,14,1) 0%, rgba(201,2,2,1) 50%, rgba(142,1,0,1) 100%);
background: linear-gradient(0deg, rgba(243,14,14,1) 0%, rgba(201,2,2,1) 50%, rgba(142,1,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f30e0e",endColorstr="#8e0100",GradientType=1);

  display: inline-block;
  padding: 2px 40px 10px 20px;
  color: white;
  font-weight:600;
  position: relative;
}
.ribbon-pop:after {
  content: "";
  width: 0;
  height: 0;
  top: 0;
  position: absolute;
  right: 0;
  border-right: 20px solid transparent;
  border-top: 18px solid transparent;
  border-bottom: 20px solid transparent;

}
.ribbon-pop:before {
  height: 0;
  width: 0;
  border-top: 15px solid #381f57;
  border-left: 15px solid transparent;
  bottom: -15px;
  position: absolute;
  content: "";
  left: 0;
}

.buy-now-btn
{
  background: #82f482;
  border:none;
  border-radius: 8px;
  border-radius:3px;
  color:#ffffff;
  font-weight:600;
  width:120px;

}





.buy-now-btn {
    background: #00cc66;
    padding: 10px;
    width: 150px;
    border-radius: 8px;
    color: white;
    font-size: 14px;
    font-weight: 700;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    outline: none;
    border: none;
    transition: background 0.3s, transform 0.3s, box-shadow 0.3s;
}

.buy-now-btn:hover {
    background: #00994d;
    transform: translateY(-2px);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 20px 0px;
}
