﻿.pricing {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}


.pricing__plan {
    background-color: #7a7980;
    color: #fff;
    width: 33.333%;
    padding: 40px 0;
    float: left;
    position: relative;
}

.pricing__title {
    width: 100%;
    text-align: center;
    position: relative;
    font-size: 24px;
    font-weight: 700;
    padding: 0px 0 40px 0;
    margin: 0px;
}

.pricing__plan--popular .pricing__title:after {
    background: #fff;
    top: 70%;
}

.pricing__title:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 60%;
    margin: auto;
    width: 50px;
    height: 1px;
    background: #fff;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.pricing__values {
    font-size: 58px;
    font-weight: 700;
    height: 70px;
    position: relative;
    text-align: center;
}

.pricing__value--show {
    -webkit-animation: showToY 0.6s forwards;
    animation: showToY 0.6s forwards;
}

.pricing__value {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

    .pricing__value span {
        display: inline-block;
        font-size: 20px;
        margin: 0px 0 0 0;
    }

    .pricing__value b {
        display: inline-block;
        font-size: 18px;
        font-weight: 700;
        position: relative;
        bottom: -5px;
    }

.pricing__value--hide {
    -webkit-animation: fadeToY 0.6s forwards;
    animation: fadeToY 0.6s forwards;
}

.pricing__value--hidden {
    display: none;
}


.pricing__list {
    width: 80%;
    margin: 20px 0 0 10%;
    padding: 0;
    list-style: none;
}

    .pricing__list li {
        padding: 3px 0 3px 33%;
        text-align: left;
        line-height: 24px;
        /*background: url(images/checked-pricing.png) no-repeat 0 50%;*/
    }


.pricing__signup {
    display: inline-block;
    padding: 12px 60px;
    margin: 20px 0 0 0;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 400;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    color: #212529;
    background-color: #f9b427;
    border: 2px #f9b427 solid;
}

    .pricing__signup:hover {
        color: #212529;
        /*background-color: #f9b427;*/
        border: 2px #f9b427 solid;
        background-color: darken($color, 15%);
        transition: all .3s;
    }


.pricing__plan--popular {
    z-index: 2;
    top: -30px;
    padding: 50px 0 70px 0;
    background-color: #fec654;
    background: -webkit-linear-gradient(60deg, #4916d7, #be94f8);
    background: linear-gradient(60deg, #f9b52a, #fdf1da);
    color: black;
    -moz-box-shadow: 10px 0 15px -10px rgba(0, 0, 0, .45), -10px 0 15px -10px rgba(0, 0, 0, .45);
    -webkit-box-shadow: 10px 0 15px -10px rgba(0, 0, 0, .45), -10px 0 15px -10px rgba(0, 0, 0, .45);
    box-shadow: 10px 0 15px -10px rgba(0, 0, 0, .45), -10px 0 15px -10px rgba(0, 0, 0, .45);
}

.pricing__badge-text {
    position: absolute;
    top: 15px;
    left: -10px;
    z-index: 444;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    background-color: #f9b427;
    padding: 12px 30px;
}

.pricing__plan--popular .pricing__title {
    font-size: 44px;
    color: black;
    font-weight: 900;
    letter-spacing: -1px;
    padding: 0px 0 40px 0;
}


    .pricing__plan--popular .pricing__title:after {
        background: black;
        top: 70%;
    }

.pricing__plan--popular .pricing__list li {
    /*background: url(images/checked-pricing-white.png) no-repeat 0 50%;*/
}

.pricing__plan--popular .pricing__signup {
    color: #212529;
    background-color: #f9b427;
    border: 2px #f9b427 solid;
}


/*// Small devices (landscape phones, 576px and up)*/
@media (max-width: 575.98px) {
    .pricing__plan {
        width: 100%;
    }

    .pricing__plan--popular {
        top: 1em;
    }

    .lifetime-mr {
        top: 2em;
    }
    .pricing__list li {
        padding: 3px 0 3px 25%;
        text-align: left;
        line-height: 24px;
        /*background: url(images/checked-pricing.png) no-repeat 0 50%;*/
    }
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 1059.98px) {
    .pricing__plan {
        width: 49.333%;
    }

    .lifetime-mr {
        top: -6em;
    }

    .pricing__plan--popular {
        top: 15em;
        margin-left: 0.5em;
    }
    
}
