/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/JSP_Servlet/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 16 Feb 2024, 11:44:37 AM
    Author     : hamizah
*/

a {
    text-decoration: none;
}


.pricingTable {    
    padding-bottom: 30px;
    margin: 0 15px;
    /*background: #fff;*/
    text-align: center;
    border-radius: 15px;
    /*overflow: hidden;*/
    background: #F3F6F9 !important
}

.pricingTable:hover {
    box-shadow: 0 0 10px rgba(195, 67, 67, .3) inset, 0 0 20px -5px rgba(0, 0, 0, .8)
}

.pricingTable .pricingTable-header {
    min-height: 190px;
    max-height: 230px;
    padding: 17px 15px 53px;
    /*background: #66ce04;*/
    /*background: rgba(102, 206, 4, 0.8);*/
    -webkit-clip-path: polygon(50% 100%, 100% 60%, 100% 0, 0 0, 0 60%);
    clip-path: polygon(50% 100%, 100% 60%, 100% 0, 0 0, 0 60%);
    position: relative
}

.pricingTable .pricingTable-header:before {
    content: "";
/*    width: 400px;
    height: 400px;*/
    border-radius: 50%;
    position: absolute;
    right: -50%;
    top: -130%;
    /*background: repeating-radial-gradient(rgba(255, 255, 255, .05), rgba(255, 255, 255, .2) 20%);*/
    transition: all .5s ease 0s
}

.pricingTable:hover .pricingTable-header:before {
    right: 50%
}

.pricingTable .title {
    font-size: 30px;
    color: #fff;
    margin: 0
}

.pricingTable .title-price{
     font-size: 30px;
    color: #fff;
    margin: 0
}

.pricingTable .price-value {
    display: block;
    font-size: 15px;
    color: #fff;
    transition: all .3s ease 0s;
    letter-spacing: 1px;
}

.pricingTable .pricing-content {
    /*padding: 30px 25px 0;*/
    margin: 10px 0px 20px 0px;
    padding: 0px;
    list-style: none;
    height: 300px;
    overflow: auto;
    scrollbar-color:#5e6278 #fff;
}

.pricingTable .pricing-content li {
    font-size: 13px;
    color: #5e6278;
    line-height: 30px;
    /*letter-spacing: 1px;*/
    text-transform: capitalize;
    /*border-bottom: 2px solid rgba(0, 0, 0, .15);*/
    /*margin-bottom: 10px;*/
    position: relative;
    text-align:left;
    padding: 2px 25px 0px 25px;
}

.pricingTable .pricing-content li:nth-child(even) {
    background:  #fff;
}

.pricingTable .pricing-content li:last-child {
    border-bottom: none
}

.pricingTable .pricing-content li i {
    color: #66ce04
}

.pricingTable .pricingTable-signup {
    display: block;
    padding: 18px 0;
    margin: 0 25px;
    border-radius: 10px;
    /*background: #66ce04;*/
    font-size: 20px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    transition: all .3s ease 0s
}

.pricingTable .pricingTable-signup:hover {
    letter-spacing: 2px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .7), 0 0 0 7px rgba(255, 255, 255, .5) inset
}

.pricingTable .pricingTable-signup:before {
    content: "";
    width: 230px;
    height: 230px;
    border-radius: 50%;
    background: repeating-radial-gradient(rgba(255, 255, 255, .05), rgba(255, 255, 255, .2) 20%);
    position: absolute;
    top: -180%;
    right: -40%;
    transition: all .8s ease 0s
}

.pricingTable .pricingTable-signup:hover:before {
    right: 40%
}

.pricingTable.blue .pricingTable-header,
.pricingTable.blue .pricingTable-signup {
    background: rgba(21, 184, 243, 0.8)
}

.pricingTable.blue .pricing-content li i {
    color: #15b8f3
}

.pricingTable.pink .pricingTable-header,
.pricingTable.pink .pricingTable-signup {
    background: #f03c79
}

.pricingTable.pink .pricing-content li i {
    color: #f03c79
}

@media only screen and (max-width:990px) {
    .pricingTable {
        margin-bottom: 30px
    }
}

@media only screen and (max-width:479px) {
    .pricingTable {
        margin: 0
    }

    .pricingTable .pricing-content li {
        font-size: 15px
    }
}

.ribbon {
    position: relative;
}

.ribbon.ribbon-clip.ribbon-right .ribbon-target {
    right: -10px;
}
.ribbon.ribbon-right .ribbon-target {
    border-top-left-radius: 0.42rem;
    border-bottom-left-radius: 0.42rem;
}
.ribbon .ribbon-target {
/*                                            display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 20px;*/
    /*padding: 5px 20px 5px 4px;*/
    position: absolute;
    z-index: 1;
    background-color: #1BC5BD;
    -webkit-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.1);
    color: #FFFFFF;
}

.ribbon.ribbon-clip.ribbon-right .ribbon-target .ribbon-inner {
    border-top-left-radius: 0.42rem;
    border-bottom-left-radius: 0.42rem;
}
.ribbon .ribbon-target > .ribbon-inner {
    z-index: -1;
    position: absolute;
    padding: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.bg-warning {
    background-color: #FFA800 !important;
}
/*                                        ribbon.ribbon-clip.ribbon-right .ribbon-target .ribbon-inner:before {
    border-width: 0 0 10px 10px;
    border-left-color: #181C32 !important;
    right: 0;
}
.ribbon.ribbon-clip.ribbon-right .ribbon-target .ribbon-inner:before, .ribbon.ribbon-clip.ribbon-right .ribbon-target .ribbon-inner:after {
    content: "";
    position: absolute;
    border-style: solid;
    border-color: transparent !important;
    bottom: -10px;
}

.ribbon.ribbon-clip.ribbon-right .ribbon-target .ribbon-inner:before, .ribbon.ribbon-clip.ribbon-right .ribbon-target .ribbon-inner:after {
    content: "";
    position: absolute;
    border-style: solid;
    border-color: transparent !important;
    bottom: -10px;
}*/
.top-text{ font-size: 9px;text-transform: uppercase }

.top-right {
        position: absolute;
       top: 15px;
       right: -4px;
       font-weight: bold;
       font-size: 1.3rem;
}

.pricing-green-soft{
    background: rgba(102,199,198, 0.8);
}

.pricing-red-soft{
    background: rgba(239,60,103,0.8);
}

.pricing-purple-soft{
    background: rgba(155,123,180, 0.8);
}

.pricing-green{
    background-color: #66c7c6
}

.pricing-red{
    background-color: #ee326b
}

.pricing-purple{
    background-color: #9b7bb4
}
