    /*plan*/
    
    #plan {
        width: 100%;
        /* margin: 150px auto 70px auto; */
    }
    
    #plan .plan-title {
        width: 100%;
    }
    
    #plan .plan-title h3 {
        text-align: center;
        font-family: vazir;
        color: #3C4354;
    }
    
    #plan .plan-title p {
        text-align: center;
        font-family: vazir;
        color: #848484;
    }
    
    #plan .plan-items {
        width: 100%;
        margin: 35px auto;
    }
    
    #plan .plan-items .plan-item {
        width: 100%;
        height: 130px;
        background: linear-gradient(45deg, #5278d8, #113fb4);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 12px;
        margin-top: 15px;
    }
    
    #plan .plan-items .plan-item:hover {
        width: 99%;
        margin: 15px auto;
        transition: all 0.3s ease-in-out;
        border: 3px solid #fc9611;
    }
    
    #plan .plan-items .plan-item:hover .plan-item-a a {
        background: #fc9611;
        transition: all 0.3s ease-in-out;
    }
    
    #plan .plan-items .plan-item .plan-item-subject {
        width: 20%;
        height: 100%;
        padding: 10px 0;
        /* background: #192d51; */
        background: #2b4d91;
        border-bottom-right-radius: 12px;
        border-top-right-radius: 12px;
    }
    
    #plan .plan-items .plan-item .plan-item-subject img {
        width: 54px;
        height: 54px;
        border-radius: 50%;
    }
    
    #plan .plan-items .plan-item .plan-item-subject h2 {
        text-align: center;
        color: white;
    }
    
    #plan .plan-items .plan-item .plan-item-title {
        width: 30%;
        /* background: #3d415c; */
    }
    
    #plan .plan-items .plan-item .plan-item-title ul {
        width: 100%;
        list-style: none;
    }
    
    #plan .plan-items .plan-item .plan-item-title ul li {
        color: #dadada;
        text-align: right;
        position: relative;
        font-size: 15px;
        margin: 8px 0;
    }
    /* #plan .plan-items .plan-item .plan-item-title ul li:before {
    content: "\f00c";
    font-size: 12px;
    right: -19px;
    top: 4px;
    position: absolute;
    transition: all .3s;
    font-family: "font awesome 5 free";
    font-weight: 700;
} */
    
    #plan .plan-items .plan-item .plan-item-price {
        width: 30%;
        /* background: #3d415c; */
    }
    
    #plan .plan-items .plan-item .plan-item-price h4 {
        text-align: center;
        color: white;
        border-bottom: 2px dashed white;
        width: 50%;
        margin: auto;
        padding-bottom: 7px;
        font-family: 'Yekan1' !important;
    }
    
    #plan .plan-items .plan-item .plan-item-price p {
        text-align: center;
        color: #fc9611;
        margin-top: 10px;
        font-weight: 900;
    }
    
    #plan .plan-items .plan-item .plan-item-a {
        width: 20%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        /* background: #3d415c; */
        border-bottom-right-radius: 12px;
        border-bottom-left-radius: 12px;
    }
    
    #plan .plan-items .plan-item .plan-item-a a {
        color: white;
        background: #2b4d91;
        padding: 10px 30px;
        border-radius: 7px;
    }
    
    @media screen and (max-width: 992px) {
        #plan .plan-items .plan-item {
            display: block!important;
            height: 100%;
        }
        #plan .plan-items .plan-item .plan-item-subject {
            width: 100%;
            border-top-right-radius: 12px;
            border-top-left-radius: 12px;
            border-bottom-right-radius: 0;
        }
        #plan .plan-items .plan-item .plan-item-title {
            width: 100%;
        }
        #plan .plan-items .plan-item .plan-item-price {
            width: 100%;
            margin: -16px 0;
        }
        #plan .plan-items .plan-item .plan-item-a {
            width: 100%;
            padding: 20px 0;
        }
        #plan .plan-items .plan-item .plan-item-title ul li {
            text-align: center;
            padding: 10px 0;
        }
        /* #plan .plan-items .plan-item .plan-item-title ul li::before {
        content: "\f00c";
        font-size: 12px;
        right: 20%;
        top: 4px;
        position: absolute;
        transition: all .3s;
        font-family: "font awesome 5 free";
        line-height: 25px;
        font-weight: 700;
        padding: 10px 0;
    } */
        #plan .plan-items .plan-item .plan-item-price h4 {
            width: 40%;
            font-family: 'Yekan1' !important;
        }
        #blog .blog-items .blog-item {
            padding: 30px 60px;
        }
    }
    /* swiper */
    
    @media (min-width: 992px) {
        .swiper {
            width: 600px;
            /* height: 300px; */
            margin-top: 100px;
        }
    }
    
    @media (max-width: 992px) {
        .swiper {
            width: 80%;
            /* height: 300px; */
            margin-top: 100px;
        }
    }
    
    .swiper-title {
        width: 100%;
    }
    /* 
.swiper-title h2 {
    color: #000662;
    text-align: center;
    font-size: 40px;
    font-family: "Yekan1" !important;
} */
    
    .swiper-title p {
        text-align: center;
        color: #000000;
        margin-top: 2px;
    }
    
    .swiper-slide {
        background: white;
        border-radius: 15px;
        margin-top: 20px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 20px;
    }
    
    .swiper-slide-items {
        height: 100%;
        position: relative;
        /* box-shadow: 10px 10px 24px -6px rgb(0 0 0 / 10%); */
    }
    
    .swiper-slide-items .bote-back {
        position: absolute;
        top: 0px;
        width: 100%;
    }
    
    .swiper-slide-items .swipet-slide-title {
        position: absolute;
        top: 0;
        left: 0;
        /* width: 105px;
        height: 45px; */
        border-top-left-radius: 15px;
        border-bottom-right-radius: 15px;
        background: linear-gradient(45deg, #113fb4, #5278d8);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 15px;
    }
    
    .swiper-slide-items .swipet-slide-title p {
        color: white;
        margin: auto;
        font-size: 14px;
    }
    
    .swiper-slide-items .swiper-slide-img {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .swiper-slide-items .swiper-slide-img img {
        border: 1px dashed black;
        border-radius: 50%;
        padding: 5px;
        width: 60px!important;
        height: 60px!important;
        margin-top: 20px;
    }
    
    .swiper-slide-items .swiper-slide-i {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 15px;
    }
    
    .swiper-slide-items .swiper-slide-i i {
        color: #fc9611;
    }
    
    .swiper-slide-items .swiper-p {
        width: 90%;
        display: flex;
        align-items: center;
        margin: 45px auto;
    }
    
    .swiper-slide-items .swiper-p p {
        text-align: center;
    }
    /*blog*/
    
    #blog {
        width: 100%;
        margin-top: 100px;
    }
    
    #blog .blog-title {
        width: 100%;
    }
    
    #blog .blog-title h2 {
        text-align: center;
        font-weight: 900;
        font-size: 40px;
        color: #113fb4;
        font-family: 'Yekan1' !important;
    }
    
    #blog .blog-items {
        width: 100%;
        display: flex;
        align-items: center;
        margin-top: 20px;
        --bs-gutter-x: 0rem !important;
    }
    
    #blog .blog-items .blog-item {
        width: 350px;
        padding: 90px 30px;
        background-color: white;
        margin-top: 30px;
        --bs-gutter-x: 0rem !important;
    }
    
    #blog .blog-items .blog-item .blog-item-date {
        width: 100%;
        display: flex;
        align-items: center;
    }
    
    #blog .blog-items .blog-item .blog-item-date p {
        color: #000662;
        text-align: center;
        margin: auto 5px;
        font-size: 12px;
    }
    
    #blog .blog-items .blog-item .blog-item-date span {
        text-align: center;
        font-size: 12px;
        margin-right: 3px;
        color: #87868b;
    }
    
    #blog .blog-items .blog-item .blog-item-title {
        width: 100%;
    }
    
    #blog .blog-items .blog-item .blog-item-title h4 {
        text-align: right;
        line-height: 35px;
        margin-top: 10px;
        color: #113fb4;
        font-family: "Yekan1" !important;
        font-size: 25px;
    }
    
    #blog .blog-items .blog-item .blog-item-title h4 a {
        color: #113fb4;
        text-decoration: none;
    }
    
    #blog .blog-items .blog-item .blog-item-title p {
        text-align: right;
        color: #60616C;
    }
    
    #blog .blog-items .blog-item .blog-item-a {
        width: 100%;
        position: relative;
    }
    
    #blog .blog-items .blog-item .blog-item-a a {
        display: flex;
        align-items: center;
        justify-content: right;
    }
    
    #blog .blog-items .blog-item .blog-item-a .i2 {
        position: absolute;
        right: 5px;
        color: #fc9611;
        font-size: 20px;
        top: -1.4px;
    }
    
    #blog .blog-items .blog-item .blog-item-a .i1 {
        color: #fc9611;
        font-size: 20px;
    }
    
    #blog .blog-items .blog-item:hover .i2 {
        display: block!important;
        right: 13px;
        transition: all 0.2s ease-in-out;
    }
    
    #blog .blog-items .blog-item:hover {
        box-shadow: 0px 1px 13px #aed3ea;
        transition: all 0.3s ease-in-out;
    }
    
    #blog .blog-a {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 30px;
        text-decoration: none
    }
    
    #blog .blog-a a {
        background: linear-gradient(45deg, #113fb4, #5278d8);
        padding: 15px 30px;
        color: white;
        font-family: vazir;
        font-weight: 900;
        border-radius: 10px;
        text-decoration: none
    }
    
    @media screen and (max-width: 992px) {
        #blog .blog-items .blog-item {
            padding: 30px 60px;
        }
    }