body {
    margin: 0;
    padding: 0;
    line-height: 20px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.clear {
    clear: both;
}

/******* banner start*******/
.banner {
    background-image: url(../images/all-planBG.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.banner::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #16006e;
    background: linear-gradient(303deg, rgba(32, 28, 28, 0.494) 59%, #000000d1 88%);
}

.banner .container {
    position: relative;
    z-index: 1;
}

/* .banner .allPHEAD h1 {
    color: #fff;
    padding-top: 300px;
    font-size: 50px;
    font-weight: bold;

} */

 .bn-outer {
   display: flex;
   justify-content: center;
   align-items: center;
} 

.bn-outer h1 {
    color: #000000;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    background: var(--bg-color);
    display: inline-block;
    border-radius: 10px;
    padding: 10px 20px;
}

/******* banner start*******/
/******* alplans start ******/
.all-plan {
    background: var(--bg-color);
    padding: 50px 0;
}

.all-plan .card-inner {
    background: var(--bg-color);
    border: 1px solid #f8f0ea;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    box-shadow: 12px 12px 24px #d1d9e6, -12px -12px 24px #fff;
    margin: 30px 5px;
    height: 580px;
}


.all-plan .pricing-btn {
    background: var(--bg-color);
    color: var(--tx-color);
    border: none;
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    box-shadow: 6px 6px 12px #d1d9e6, -6px -6px 12px #fff;
    transition: all 0.2s ease;
}

.all-plan .pricing-btn:active {
    box-shadow: inset 4px 4px 8px #d1d9e6, inset -4px -4px 8px #fff;
    color: #000;
}

.all-plan .price span {
    display: block;
    font-size: 10px;
}

.all-plan .pricing-header {
    min-height: 60px;
}

.all-plan .pricing-header h3 {
    font-size: 22px;
    font-weight: 600;
}

.all-plan .start-price p {
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 8px;
}

.all-plan .cut-price p {
    color: red;
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 8px;
    text-decoration: line-through;
}

.all-plan .main-price p {
    font-weight: 700;
    font-size: 30px;
    padding: 9px 0;
}

.all-plan .plan-details {
    max-height: 330px;
    min-height: 320px;
    padding: 10px 0px 10px 0px;
    line-height: 1.5;
}

.all-plan .plan-details li {
    font-size: 16px;
    font-weight: 300;
    padding: 5px 0;
}

.all-plan .pricing_head {
    text-align: center;
    margin-bottom: 10px;
}

.all-plan .pricing_head h1 {
    position: relative;
}

.all-plan .pricing_head p {
    padding: 10px;
    font-size: 18px;
}

.all-plan .pricingv_btn {
    background: #f0f0f3;
    color: #2d3748;
    border: none;
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    box-shadow: 6px 6px 12px #d1d9e6, -6px -6px 12px #fff;
    transition: all 0.2s ease;
}

.all-plan .pricingv_btn:active {
    box-shadow: inset 4px 4px 8px #d1d9e6, inset -4px -4px 8px #fff;
    color: #000;
}

.main-price {
    display: flex;
    justify-content: center;
    align-items: center;
}

/******* plans end ******/