.pricing-section{
position: relative;
display: block;
}
.pricing-section .sec-title{
position: relative;
display: block;
margin-bottom: 60px;
}
.pricing-section .pricing-table{
position: relative;
display: block;
background: #fff;
border-radius: 20px;
overflow: hidden;
box-shadow: 0 20px 50px rgba(229, 229, 229, 0.8);
}
.pricing-section .pricing-table:before{
position: absolute;
content: '';
background: #b350ff;
width: 100%;
height: 0%;
left: 0px;
top: 200px;
transition: all 1500ms ease;
}
.pricing-section .pricing-table:hover:before{
height: 100%;
}
.pricing-section .pricing-block:nth-child(2) .pricing-table:before{
background: #fab319;
}
.pricing-section .pricing-block:last-child .pricing-table:before{
background: #43b3d9;
}
.pricing-section .pricing-table .table-header{
position: relative;
display: block;
background: #b350ff;
padding: 49px 40px 43px 50px;
}
.pricing-section .pricing-table .table-header:before{
position: absolute;
content: "\f117";
font-family: 'Flaticon';
font-size: 70px;
line-height: 70px;
top: 45px;
right: 35px;
color: rgba(255, 255, 255, 0.5);
font-weight: 400;
}
.pricing-section .pricing-table .table-header h1{
position: relative;
display: block;
font-size: 60px;
line-height: 54px;
color: #fff;
font-weight: 900;
}
.pricing-section .pricing-table .table-header h1 span{
font-size: 20px;
font-weight: 700;
}
.pricing-section .pricing-table .table-header h4{
position: relative;
display: block;
font-size: 18px;
line-height: 26px;
color: #fff;
font-weight: 700;
margin-bottom: 24px;
text-transform: uppercase;
}
.pricing-section .pricing-table .table-header .text{
position: relative;
display: block;
color: #fff;
border-top: 1px dashed rgba(255, 255, 255, 0.5);
padding-top: 22px;
}
.pricing-section .pricing-table .table-content{
position: relative;
display: block;
padding: 30px 40px 19px 50px;
}
.pricing-section .pricing-table .table-content li{
position: relative;
display: block;
font-size: 16px;
line-height: 26px;
font-family: 'M PLUS Rounded 1c', sans-serif;
color: #2b3c6b;
font-weight: 700;
padding: 13px 0px 14px 27px;
border-bottom: 1px dashed #e5e5e5;
transition: all 1500ms ease;
}
.pricing-section .pricing-table .table-content li:last-child{
border-bottom: none;
}
.pricing-section .pricing-table:hover .table-content li,
.pricing-section .pricing-table:hover .table-content li:before{
color: #fff !important
}
.pricing-section .pricing-table .table-content li:before{
position: absolute;
content: "\f121";
font-family: 'Flaticon';
font-size: 15px;
font-weight: 600;
color: var(--main-color);
left: 0px;
top: 14px;
transition: all 1500ms ease;
}
.pricing-section .pricing-block:first-child .pricing-table .table-content li:last-child,
.pricing-section .pricing-block:first-child .table-content li:nth-child(4),
.pricing-section .pricing-block:nth-child(2) .pricing-table .table-content li:last-child{
color: #848484;
}
.pricing-section .pricing-block:first-child .pricing-table:first-child .table-content li:nth-child(4):before,
.pricing-section .pricing-block:first-child .pricing-table:first-child .table-content li:last-child:before,
.pricing-section .pricing-block:nth-child(2) .pricing-table:first-child .table-content li:last-child:before{
content: "\f122";
color: #848484;
font-size: 13px;
}
.pricing-section .pricing-table .table-footer{
position: relative;
display: block;
padding: 10px 40px 50px 50px;
}