@font-face {
    font-family: iran_m;
    font-style: normal;
    font-weight: bold;
    src:
        url('../fonts/woff2/IRANSansWeb(FaNum)_Bold.woff2') format('woff2');
}

@font-face {
    font-family: iran_m;
    font-style: normal;
    font-weight: 500;
    src:
        url('../fonts/woff2/IRANSansWeb(FaNum)_Medium.woff2') format('woff2');
}

@font-face {
    font-family: iran_m;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/woff2/IRANSansWeb(FaNum)_Light.woff2') format('woff2');
}

@font-face {
    font-family: iran_m;
    font-style: normal;
    font-weight: 200;
    src:
        url('../fonts/woff2/IRANSansWeb(FaNum)_UltraLight.woff2') format('woff2');
}

@font-face {
    font-family: iran_m;
    font-style: normal;
    font-weight: normal;
    src:
        url('../fonts/woff2/IRANSansWeb(FaNum).woff2') format('woff2'),
}


.plan-body{
    margin-bottom: 50px;
}


.plan-item {
    border-radius: 14px;
    padding: 25px;
    margin-top: 35px;
    border: 1px solid #e2e2e2;
    box-shadow: 0px 14px 30px rgb(204 204 204 / 45%);
    transition: 0.3s;
    background: #fff;
}

.plan-item:hover{
    border-color: #6539b2;
}

.plan-item-header {
    display: flex;
    align-items: center;
    direction: rtl;
}

.plan-item-number {
    width: 46px;
    height: 46px;
    background: #6539b2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
    border-radius: 10px;
    margin-left: 15px;
}

.plan-item-title {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    color: #000;
}


.plan-item-price {
    background: #fff;
    margin-top: 24px;
    font-size: 16px;
    line-height: 1;
    color: #656c7c;
    display: flex;
    direction: rtl;
    align-items: center;
    padding: 18px;
    background: #eee;
    justify-content: center;
    border-radius: 10px;
    font-weight: 500;
    margin-bottom: 20px;
}

.plan-item-price span {
    font-size: 28px;
    font-weight: bold;
    color: #000;
    margin-left: 5px;
}

.plan-item-feature:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.552.134 5.717 10.97 1.448 6.701 0 8.149l5.717 5.717L18 1.583 16.552.134Z' fill='%234caf50'/%3E%3C/svg%3E%0A");
    background-size: cover;
    display: block;
    width: 1.125rem;
    height:0.875rem;
    margin-left: 7px;
}

.plan-item-feature {
    display: flex;
    direction: rtl;
    color: #000;
    margin-top: 15px;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.plan-item-feature:last-child{
    border-bottom: 0;
    padding-bottom: 0;
}


.plan-item-btn {
    display: flex;
    background: #6539b2;
    border: 1px solid #6539b2;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    padding: 15px;
    border-radius: 10px;
    margin-top: 25px;
    transition: 0.5s;
}

.plan-item-btn:hover{
    background: transparent;
    color: #6539b2;
}


.plan-title {
    text-align: center;
    margin-top: 30px;
    font-weight: bold;
    color: #000;
    font-size: 26px;
    position: relative;
    display: flex;
    align-items: center;
    line-height: 1;
    justify-content: center;
    direction: rtl;
}

.plan-title::before {
    content: '';
    background: linear-gradient(90deg, #6539b2 0%, rgba(255, 255, 255, 1) 100%, #6539b2 100%);
    width: 26px;
    height: 26px;
    display: block;
    border-radius: 50%;
    margin-left: -10px;
}

.plan-text {
    text-align: justify;
    direction: rtl;
    margin-top: 30px;
    font-size: 16px;
    line-height: 2;
}

@media (max-width:767px) {
    .plan-title {
        font-size: 20px;
        margin-top: 25px;
    }    
    .plan-text {
        margin-top: 15px;
        font-size: 14px;
    }
    .plan-item {
        padding: 20px;
        margin-top: 10px;
    }
    .plan-item-number {
        width: 38px;
        height: 38px;
        font-size: 22px;
    }
    .plan-item-title {
        font-size: 20px;
    }
    .plan-item-price span {
        font-size: 22px;
    }
    .plan-item-price {
        margin-top: 24px;
        padding: 14px;
    }
    .plan-item-feature {
        font-size: 13px;
    }
    .plan-item-btn {
        font-size: 16px;
        padding: 14px;
    }
}

/* back */




.back-box {
    background: #f9f9f9;
    padding: 30px;
    max-width: 450px;
    margin: auto;
    margin-top: 40px;
    border-radius: 16px;
    border: 1px solid #ddd;
    margin-bottom: 50px;
}

.back-box-icon {
    width: 80px;
    margin: auto;
}

.back-box-subtitle {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    color: #444;
}

.back-box-title {
    text-align: center;
    font-size: 18px;
    color: #444;
    margin-top: 15px;
}

.back-box-info {
    background: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 16px;
    margin-top: 20px;
    direction: rtl;
}

.back-box-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.back-box-flex-2 {
    margin-top: 15px;
    border-top: 1px solid #ddd;
    padding-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.back-box-price {
    color: #25ae88;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
}

.back-box-price span {
    font-size: 16px;
    margin-right: 5px;
}

.back-box-text {
    font-size: 16px;
    color: #000;
}

.back-box-number {
    font-size: 16px;
    color: #000;
}

.back-box-btn-success {
    background: #25ae88;
    border: 1px solid #25ae88;
    color: #fff;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-radius: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    transition: 0.3s;
}

.back-box-btn-success:hover {
    color: #fff;
    background: #20725b;
}

.back-box-btn-failed {
    background: #D75A4A;
    border: 1px solid #D75A4A;
    color: #fff;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-radius: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    transition: 0.3s;
}

.back-box-btn-failed:hover {
    color: #fff;
    background: #89372d;
}


@media (max-width: 767px) {
    .back-box {
        margin: auto;
        margin-top: 20px;
        padding: 20px;
    }

    .back-box-icon {
        width: 60px;
    }

    .back-box-subtitle {
        font-size: 18px;
    }

    .back-box-title {
        font-size: 16px;
    }

    .back-box-info {
        padding: 15px;
    }

    .back-box-price {
        font-size: 16px;
    }

    .back-box-text {
        font-size: 14px;
    }

    .back-box-btn-success {
        margin-top: 40px;
        padding: 12px;
        font-size: 14px;
    }

    .back-box-btn-failed {
        margin-top: 40px;
        padding: 12px;
        font-size: 14px;
    }
}