@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');

.pricing-card {
    height: 100%;
    box-shadow: 0 0 10px #00000040;
    border-radius: 15px;
    padding: 20px;
    font-family: 'Open Sans', sans-serif;
    padding-left: 25px;
    max-width: 349px;
    min-height: 490px;
    position: relative;
}
.popular{
    background: black;
    color: white;
}
.popular .perks{
    color: #b1b1b1;
}
.popular .desc{
    color: #d7d7d7;
}
.popular .fa-li {
    color: white;
    padding-right: 10px;
}
.popular.pricing-card li {
    color: #d7d7d7;
}

.pricing-card li {
    font-size: 12px;
    margin-bottom: 10px;
    color: dimgrey;
}

.title {
    font-size: 22px;
    font-weight: bold;
}

.perks {
    margin-bottom: 30px;
    font-size: 12px;
    color: dimgrey;
}

.desc {
    margin-bottom: 20px;
    font-size: 12px;
    color: #3d3d3d;
    height: 90px;
}

.price {
    font-size: 30px;
    font-weight: bold;
    display: block;
}

.fa-ul {
    margin-left: 20px;
    height: 200px;
}

.fa-li {
    color: black;
    padding-right: 10px;
}

.btn-rounded {
    background: black;
    border-radius: 20px;
    font-size: 13px;
    padding: 10px 30px;
    color: white;
    transition: all 500ms ease-in-out !important;
}
.popular .btn-rounded{
    background: white;
    color: black;
}
.btn-rounded:hover {
    text-decoration: none;
    color: white !important;
}
.popular .btn-rounded:hover {
    text-decoration: none;
    color: black !important;
}
.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    transform: scale(1.03);
}
.old{
    font-size: 14px;
}
.ribbon {
    position: absolute;
    left: -5px; top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px; height: 75px;
    text-align: right;
}
.ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: linear-gradient(#f1f1f5 0%, #d4d4d4 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px; left: -21px;
}
.ribbon span::before {
    content: "";
    position: absolute; left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #808080;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #808080;
}
.ribbon span::after {
    content: "";
    position: absolute; right: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #808080;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #808080;
}