/*--------------------------------------- 
|            pricing section             |
--------------------------------------- */

.container .package-card{
    display: none !important;
}

.container .package-card.active{
    display: flex !important;
}

svg {
    display: block;
}

#package_section #packages .pricing-plan {
    background-color: #fff;
    /* box-shadow: 0 0 0 1px var(--primery-color), 0 1px 2px #365f2e14, 0 4px 6px #5f4a2e0a, 0 40px 40px -24px #684b2514,
        0 56px 56px -32px #684b2514, 0 24px 40px #684b250a, 0 8px var(--primery-color) inset;
    color: #37322f; */
    isolation: isolate;
    overflow: hidden;
    background-color: #F6F6FF !important;
    /* box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px; */
    border: 1px solid rgba(0, 0, 0, 0.234);
    border-radius: 20px;
}

.pricing-plan-top {
    padding: 32px 24px 23px;
}

.pricing-plan-label-plan, .pricing-plan-title {
    font-weight: 600;
}

.pricing-plan-label-plan,
.pricing-plan-title,
.pricing-plan-features-item,
.pricing-plan-label,
.pricing-plan-price-label {
    font-size: 14px;
    line-height: 20px;
}

.pricing-plan-title {
    /* display: flex; */
    align-items: center;
    margin-bottom: 16px;
    height: 24px;
    color: #605a57;
    gap: 12px;
    
}

.pricing-plan-price .package_name {
    font-size: 20px;
    font-weight: 600;
    color: black;
}

.pricing-plan-title-badge {
    padding: 4px 8px;
    align-items: center;
    display: flex;
    gap: 4px;
    border-radius: 50px;
    background-color: rgba(140, 140, 140, 0.216);
    color: #000000;
    width: fit-content !important;
}

.pricing-plan-price {
    /* display: flex;
    gap: 8px; */
    margin-bottom: 20px;
    align-items: flex-end;
    
}

.pricing-plan-price-value {
    font-size: 30px;
   font-weight: 700;
}

.pricing-plan-price-label {
    position: relative;
    color: #292929cf;
    font-size: 13px;
    font-weight: 600;
}
.pricing-plan-price-label i{
    margin-right: 5px;
}

.pricing-plan .button {
    width: 100%;
    padding: 8px;
}

.button-primary {
    color: #000000;
    background-color: transparent;
    /* box-shadow: 0 1px 1px #2d20111f, 0 1.50259px 3px #2d201133, 0 4px 8px #2d201133, 0 12px 24px -6px #2d20114d, 0 -2px #000000bf inset; */
}

.purchase_button .button {
    width: -moz-max-content;
    width: max-content;
    display: flex;
    padding: 8px 16px 8px 12px;
    justify-content: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    gap: 4px;
    cursor: pointer;
    position: relative;
    border-radius: 5px;
    /* transition: background-color .45s cubic-bezier(.6, .6, 0, 1), box-shadow .45s cubic-bezier(.6, .6, 0, 1), transform .45s cubic-bezier(.6, .6, 0, 1), opacity .45s cubic-bezier(.6, .6, 0, 1); */
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    background-color: var(--primery-color);
    border: 1px solid var(--primery-color);
}


.pricing-plan-separator {
    position: relative;
    height: 2px;
    margin: 0 24px;
    isolation: isolate;
    overflow: hidden;
}

.pricing-plan-features {
    padding: 23px 24px 30px;
}

.pricing-plan-label {
    margin-bottom: 16px;
}

.pricing-plan-features-item {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}


.pricing-plan-top button {
    border: none;
}

.pricing-plan-top button:hover {
    background-color: transparent;
    color: black;
}

.pricing-plan-top a:hover {
    background-color: transparent;
    color: black;
}

#packages .checkout_link {
    width: 100%;
    color: white;
}

#packages .checkout_link i {
    color: white;
    margin-left: 15px;
    font-size: 18px;
}
/* package feature icon start */
#packages .container .pricing-plan-features .pricing-plan-features-item .fa-circle-check {
    color: rgb(0, 153, 0);
}

#packages .container .pricing-plan-features .pricing-plan-features-item .fa-circle-xmark {
    color: red;
}
#packages .container .pricing-plan-features .pricing-plan-features-item .fa-check {
    color: rgb(0, 153, 0);
}

#packages .container .pricing-plan-features .pricing-plan-features-item .fa-xmark {
    color: red;
}
/* package feature icon end */

#packages .container .pricing-plan-features .pricing-plan-features-item {
    font-size: 16px;
    font-weight: 600;
}

#packages .container .pricing-plan-features .pricing-plan-features-item span {
    color: #00000097;
}
#package_section #packages .populer_card{
    background: linear-gradient(to bottom right, #7e008730, #dee0ff43);
}

#packages .checkout_link:hover{
    background-color: transparent !important;
    color: var(--primery-color) !important;
}
/* _________________ offer start */
.offer {
    border-radius: 10px;
    padding: 10px;
    background: #ffffff;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, var(--primery-color-light) 50%, rgba(255, 255, 255, 0) 100%);
    margin-bottom: 30px;
}

.offer h1 {
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
    width: fit-content;
    font-weight: 700;
    text-shadow: 2px 2px #000000;
    color: aliceblue;
    font-size: 25px;
}

.offer p {
    color: #000;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
}

.offer img {
    width: 60px;
    height: auto;
    background-color: transparent;
}

/* _________________ offer end */

.purchase_button {
    border: 1px solid var(--primery-color);
    border-radius: 7px;
}

.purchase_button .partial_buttons {
    margin-top: 10px;
    width: 100%;
    display: none;
}

.purchase_button ul {
    padding: 0;
    margin: 0;
    padding-bottom: 10px;
}

.purchase_button ul li {
    list-style: none;
    margin-top: 5px;
    width: 100%;
    padding: 5px;
    padding-left: 10px;
    cursor: pointer;
}

.purchase_button ul li a {
    width: 100%;
    color: #000000b5;
    font-size: 17px;
    font-weight: 600;
}

.purchase_button ul li:hover {
    background-color: var(--primery-color);
}

.purchase_button ul li:hover a {
    color: white;
}

.purchase_button:hover .button {
    color: #ffffff !important;
    background-color: var(--primery-color) !important;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.purchase_button:hover ul {
    display: block;
}