/*
Template Name: Xplan - Pricing Table Bootstrap 5 HTML Template
Version: 1.0.0
Author: Bottal
File: Main Css File
*/

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap');

:root{
  --primary-font: 'Plus Jakarta Sans', sans-serif;
  --body-bg: #fff;
  --body-color:#292962;
  --grey-color:#6b7989;
  --primary2-color:#5F30E2;
  --primary2-rgb:37,17,89;
}

body{
  background:var(--body-bg);
  color:var(--body-color);
  font-size: 16px;
  font-family: var(--primary-font);
}

:focus{
  box-shadow: none;
}

ul{
  padding: 0;
  margin: 0;
}

li{
  list-style: none;
}

.subtitle{
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    margin-bottom: 10px;
    line-height: 20px;
}

.text-grey{
  color:var(--grey-color);
}

.py-120 {
    padding: 60px 0;
}

@media (min-width: 576px) {
    .py-120 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .py-120 {
        padding: 90px 0;
    }
}

@media (min-width: 1080px) {
    .py-120 {
        padding: 120px 0;
    }
}

.p-30{
  padding: 30px;
}

.section-head{
    padding-bottom: 2.5rem;
 }
 
@media(min-width:992px){
    .section-head{
       padding-bottom: 3.75rem;
    }
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.fs-17 {
    font-size: 17px;
}

.fs-18 {
    font-size: 18px
}

.fs-19 {
    font-size: 19px
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    font-weight: 700;
    line-height: 1.25;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

h1,
.h1 {
    font-size: calc(1.365rem + 2.1vw)
}

@media(min-width: 1200px) {

    h1,
    .h1 {
        font-size: 3rem;
    }
}

h2,
.h2 {
    font-size: calc(1.33rem + 1.2vw)
}

@media(min-width: 1200px) {

    h2,
    .h2 {
        font-size: 2.25rem;
    }
}

h3,
.h3 {
    font-size: calc(1.275rem + 0.3vw)
}

@media(min-width: 1200px) {

    h3,
    .h3 {
        font-size: 1.5rem;
    }
}

h4,
.h4 {
    font-size: 1.25rem;
}

h5,
.h5 {
    font-size: 1.125rem;
}

h6,
.h6 {
    font-size: 1rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 27px;
}
/* ==========================================================================
   Pricing One
========================================================================== */
.pricing-one .nav-pills{
    background-color: #33b89f;
}

.pricing-one .nav-pills .nav-link{
    color: #fff;
    font-weight: 600;
}
.pricing-one .nav-pills .nav-link.active{
    color:var(--body-color);
    border:none !important;
}

.pricing-one .pricing-card{
  box-shadow: 0px 5px 36px rgba(0, 0, 0, 0.06);
  border-radius: 0.875rem;
  background: #fff;
}

.pricing-one .pricing-card .price span{
  font-size: 14px;
  font-weight: 400;
}

.pricing-one .pricing-card .button a{
  padding: 6px 12px;
  background: hsl(169,57%,46%,0.1);
  font-weight: 500;
  display: block;
  color: #33b89f;
  transition: all 400ms;
}

.pricing-one .pricing-card .button a:hover{
  background:#2b9c8f;
  color:#fff;
}

.pricing-one .pricing-card ul li{
  padding: 0 16px;
  margin-bottom: 1rem;
}

.pricing-one .pricing-card ul li i{
  color: #33b89f;
}
  
.pricing-one .pricing-card ul li span{
  font-size: 16px;
  color: var(--grey-color);
  font-weight: 400;
}

.pricing-one .pricing-card.active{
  border-radius: 0.875rem;
  border:3px solid #33b89f;
  box-shadow: none;
}

.pricing-one .pricing-card.active .button a{
  background:#33b89f;
  color:#fff;
}

.pricing-one .pricing-card.active .button a:hover{
  background:#2b9c8f;
  color:#fff;
}

.pricing-one .nav-pills{
    background-color: #33b89f;
}
/* ==========================================================================
   Pricing Two
========================================================================== */
.pricing-two .nav-pills{
    background-color: #fff;
    box-shadow: 0px 25px 70px rgba(0, 0, 0, 0.09);
    border:1px solid #E7E7E7;
}

.pricing-two .nav-pills .nav-link{
    color:var(--body-color);
    font-weight: 600;
    padding-top:11px;
    padding-bottom:11px;
}

.pricing-two .nav-pills .nav-link.active{
    color: #fff;
    border:none !important;
    background: #5F30E2;
}

.pricing-card .price span{
  font-size: 14px;
  font-weight: 400;
}

.pricing-two .pricing-card ul li{
  margin-bottom: 1rem;
}

.pricing-two .pricing-card ul li i{
  color: #AEAFC5;
}
  
.pricing-two .pricing-card ul li span{
  font-size: 15px;
  color: #36376F;
  font-weight: 400;
}

.pricing-two .pricing-card .button a{
  border: 1px solid #5F30E2;
  color:#5F30E2;
  padding: 12px 26px;
  display: block;
  font-weight: 600;
}

.pricing-two .pricing-card{
  border: 1px solid transparent;
  transition: all 400ms;
  border-radius: 0.875rem;
}

.pricing-two .pricing-card:hover{
  box-shadow: 0px 25px 70px rgba(0, 0, 0, 0.09);
  border:1px solid #E7E7E7;
}

.pricing-two .pricing-card:hover .button a{
  background: #5F30E2;
  color: #fff;
}

.pricing-two .pricing-card.active{
  background:#5F30E2;
}

.pricing-two .pricing-card.active h5,
.pricing-two .pricing-card.active h2,.pricing-two .pricing-card.active h2 span
{
  color: #fff;
}

.pricing-two .pricing-card.active .description p{
  color:#A88CFC ;
}

.pricing-two .pricing-card.active li i{
  color:#B197FF ;
}

.pricing-two .pricing-card.active li span{
  color:#D7CBF8;
}

.pricing-two .pricing-card.active .button a{
  background: #FCD3C7;
  color:#5F30E2;
}
/* ==========================================================================
  Pricing Three
========================================================================== */
.pricing-three .card-wrap{
  border:2px solid #ECF0F1;
  background: #fff;
  border-radius: 0.875rem;
  overflow: hidden;
}

.pricing-three .icon{
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border:3px solid hsl(256,75%,54%,0.3);
  border-radius: 50%;
}

.pricing-three .icon i{
  color: var(--primary2-color);
  -webkit-text-stroke-width: 0.8px;
  font-size: 20px;
}

.pricing-three .pricing-card ul li{
  margin-bottom: 1rem;
}

.pricing-three .pricing-card .button a{
  padding: 12px 12px;
  border: 1px solid hsl(256,75%,54%,0.2);
  font-weight: 600;
  display: block;
  color: var(--primary2-color);
  transition: all 400ms;
}

.pricing-three .pricing-card .button a:hover{
  background: var(--primary2-color);
  color:#fff;
}

.pricing-three .pricing-card ul li i{
  color:var(--primary2-color);
}

.pricing-two .pricing-card ul li span{
  font-size: 15px;
  font-weight: 400;
}

.pricing-three .active .card-top{
  text-align: center;
  background: var(--primary2-color);
  padding: 12px;
}

.pricing-three .card-top p{
  color: #fff;
  font-weight: 500;
}

.pricing-three .active .pricing-card .icon{
  background: var(--primary2-color);
}

.pricing-three .active .pricing-card .icon i{
  color:#fff;
}
.pricing-three .card-wrap.active{
  border-color:var(--primary2-color);
  box-shadow: 0px 25px 70px rgba(0, 0, 0, 0.09);
}

.pricing-three .active .pricing-card .button a{
  background: var(--primary2-color);
  color:#fff;
}
/* ==========================================================================
  Pricing Four
========================================================================== */
.pricing-four .nav-pills{
   background:var(--primary2-color);
}

.pricing-four .nav-pills .nav-link.active{
   background:#fff;
   width: 10px;
   height:10px;
}

.pricing-four .pricing-card {
  box-shadow: 0px 25px 70px rgba(0, 0, 0, 0.06);
  border:1px solid #E7E7E7;
  border-radius: 0.875rem;
}

.pricing-four .pricing-card .title h5{
  font-weight: 600;
  margin-bottom:0;
}

.pricing-four .pricing-card .price h2{
  font-weight: 500;
  color: var(--primary2-color);
}

.pricing-four .pricing-card ul li{
  margin-bottom: 1rem;
}

.pricing-four .pricing-card ul li span{
  font-size: 15px;
  font-weight: 400;
}

.pricing-four .pricing-card ul li i{
  color: var(--primary2-color);
}

.pricing-four .button a{
  padding: 10px 12px;
  border: 1px solid #E7E7E7;
  display: block;
  font-weight: 500;
}

.pricing-four .button .btn:hover {
    background: var(--primary2-color);
    color: #fff;
    transition: all 400sm ease-in-out;
    border: 1px solid transparent !important;
}

.pricing-four .price {
    -webkit-clip-path: polygon(100% 0%, 87% 53%, 100% 100%, 0 100%, 0 50%, 0 0);
    clip-path: polygon(100% 0%, 87% 53%, 100% 100%, 0 100%, 0 50%, 0 0);
    border-radius: 0 6px 6px 0;
    margin-right: 20px;
}

.pricing-four .pricing-card.active .price {
    -webkit-clip-path: polygon(100% 0%, 100% 55%, 100% 100%, 0 100%, 0 50%, 0 0);
    clip-path: polygon(100% 0%, 100% 55%, 100% 100%, 0 100%, 0 50%, 0 0);
    border-radius: 0;
    margin-right: 0;
}

.pricing-four .pricing-card{
    position: relative;
}

.pricing-four .pricing-card .badge {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    position: absolute;
    top: 30px;
    right: 5px;
    background: var(--primary2-color);
    color: #fff;
    border-radius: 0%;
    padding: 8px 0;
    padding-right: 18px;
    padding-left: 10px;
    -webkit-clip-path: polygon(100% 0%, 87% 53%, 100% 100%, 0 100%, 0 50%, 0 0);
    clip-path: polygon(100% 0%, 87% 53%, 100% 100%, 0 100%, 0 50%, 0 0);
    transform: rotate(90deg);
    z-index: 5;
}
/* ==========================================================================
  Pricing Five
========================================================================== */
.pricing-five .nav-pills{
   background:#181059;
}

.pricing-five .nav-pills .nav-link{
   background:#181059;
   width:0px;
   height:28px;
   border-radius: 50%;
   transition: all 0.1s ease;
}

.pricing-five .nav-pills .nav-link.active{
  background:#fff;
  width:0px;
  height:28px;
  border-radius: 50%;
}

.pricing-five .pricing-card {
  border-radius: 1rem;
  background: #fff;
}

.pricing-five .pricing-card ul li{
  margin-bottom: 1rem;
}

.pricing-five .pricing-card ul li span{
  font-size: 15px;
  font-weight: 500;
}

.pricing-five .pricing-card .button a{
  display: block;
  padding: 12px 24px;
  font-weight: 600;
  background: #F8F4FF;
  color: #6F21FF;
}

.pricing-five .pricing-card.active{
  background:#181059;
}

.pricing-five .pricing-card.active ul li span{
  color: #fff;
}

.pricing-five .pricing-card.active .button a{
  background: #8645FF;
  color:#fff;
}

.pricing-five .pricing-card.active .title h5{
  color: #fff;
}

.pricing-five .pricing-card.active ul li i{
  color:#fff;
}

.pricing-five .pricing-card.active .title span{
  padding:3px 7px;
  background: #fff;
  color:#8645FF;
  font-weight: 600;
  font-size: 14px;
  border-radius: 6px;
}

.pricing-five .pricing-card.active .price h2{
  color: #fff;
}

.pricing-five .pricing-card.active .price .text-grey{
  color: #fefefebd;
}
/* ==========================================================================
  Pricing Six
========================================================================== */
.pricing-six .subtitle{
  color: var(--primary2-color);
}

.pricing-six .pricing-card{
    padding: 0 70px 50px 50px;
    border-radius: 6px;
    margin-top: 75px;
    border:1px solid #E7E7E7;
}

.pricing-six .pricing-card .price{
    display: inline-block;
    width: 150px;
    height: 175px;
    padding: 49px 0;
    text-align: center;
    background: var(--primary2-color);
    -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    border: 0;
    margin-bottom: 20px;
    margin-top: -75px;
    position: relative;
    z-index: 1;
}

.pricing-six .pricing-card .price h3{
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

.pricing-six .pricing-card .price h3 span{
    font-weight: 500;
    font-size: 48px;
    line-height: 48px;
}

.pricing-six .pricing-card .feature{
    margin-top: 20px;
    padding-top: 30px;
    border-top: 1px solid #E7E7E7;
}

.pricing-six .pricing-card ul li{
  margin-bottom: 1rem;
}

.pricing-six .pricing-card ul li span{
  font-size: 15px;
  font-weight: 500;
  color:#6b7989 ;
}

.pricing-six .pricing-card ul li i{
  color: var(--primary2-color);
}

.pricing-six .pricing-card .button a{
    border:1px solid #E7E7E7;
    margin-top: 30px;
    padding: 16px 42px;
    display: block;
    font-weight: 600;
    color: var(--primary2-color);
    overflow: hidden;
    transition: all 0.3s;
    position: relative;
}

.pricing-six .button a::before {
    content: '';
    position: absolute;
    left: -80px;
    top: -136%;
    width: 170%;
    height: 136%;
    background-color: var(--primary2-color);
    z-index: -1;
    border-radius: 50%;
    transition: all 0.3s;
}

.pricing-six .button a:hover{
  color: #fff;
}

.pricing-six .button a:hover::before {
    top: -10px;
}

@media(max-width:991px){
  .pricing-six .pricing-card{
    padding: 25px;
  }
}
/* ==========================================================================
  Pricing Seven
========================================================================== */
.pricing-seven .subtitle{
  color: var(--primary2-color);
}

.pricing-seven .section-head h1 span{
  color: var(--primary2-color);
  background: #EBEBFD;
  display: inline-block;
  padding:3px 6px;
}

.pricing-seven .pricing-card {
    padding: 50px 32px 32px;
    transition: all 0.3s;
    border-radius: 30px;
    background: #F1F0F8;
}

.pricing-seven .pricing-card:hover .card-top h2 {
    color: #fff !important;
}
.pricing-seven .pricing-card:hover .card-top p {
    color: #fff !important;
}

.pricing-seven .pricing-card:hover {
    background: var(--primary2-color) !important;
}

.pricing-seven .pricing-card .card-top {
    margin-bottom: 32px;
}

.pricing-seven .pricing-card .package-icon {
    width: 120px;
    height: 120px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 18px;
    border: 10px solid #F1F0F8;
    z-index: 1;
}

.pricing-seven .pricing-card:hover .package-icon {
    border-color: var(--primary2-color);
}

.pricing-seven .pricing-card .card-body {
    padding: 110px 40px 40px;
    border-radius: 30px;
    margin-top: -60px;
    background: #fff;
}

.pricing-secen .pricing-card .spacer {
    margin-bottom: 32px;
    background: #E7E7E7;
    height: 1px;
}

.pricing-seven .template-btn {
    padding: 19px 36px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    z-index: 1;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s;
    border-radius: 30px;
    background: rgba(var(--primary2-rgb),0.1);
    color: var(--primary2-color);
    margin-top: 40px;
}

.pricing-seven .template-btn:hover{
  color: #fff;
}

.pricing-seven .template-btn::before {
    content: '';
    position: absolute;
    left: -80px;
    top: -136%;
    width: 170%;
    height: 136%;
    background-color: var(--primary2-color);
    z-index: -1;
    border-radius: 50%;
    transition: all 0.3s;
}

.pricing-seven .template-btn:hover::before {
    top: -10px;
}