﻿@font-face {
    font-family: "Anjoman";
    src: url("../font/anjoman-regular.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: "AnjomanMedium";
    src: url("../font/anjoman-medium.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: "AnjomanSemiBold";
    src: url("../font/anjoman-semibold.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: "AnjomanULTRABOLD";
    src: url("../font/anjoman-ultrabold.woff2") format("woff2");
    font-display: swap;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

* {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    *:focus {
        outline: none !important;
    }



html,
body {
    min-height: 1000px;
    direction: rtl !important;
    color: #ffffff;
    font-family: "AnjomanMedium";
    font-size: 12px;
    background-color: #e9e9e9;
    overflow-x: hidden;
}

input,
select,
textarea,
button {
    font-family: "AnjomanMedium" !important;
    font-size: 14px;
}

.blue-bg {
    background-color: #1B2262;
}

a {
    color: #fff;
    text-decoration: none;
}

    a:hover {
        color: #ffe600;
    }

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.main {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    background: url('/lms/img/bg_dot.png'), url('/lms/img/bg_flower.png'), url('/lms/img/middle_pattern.svg'), url('/lms/img/middle_blue_bg.svg'), url('/lms/img/bg_squre.png');
    background-position-x: center, center, center, center, center;
    background-position-y: 360px, 2270px, 2120px, 1980px, 1176px;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
}

.main-header {
    padding-top: 60px;
    padding-right: 50px;
    padding-left: 50px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #1B2262;
    background-image: url('/lms/img/top_pattern.svg');
    background-position-x: center;
    background-position-y: top;
    background-repeat: no-repeat;
}

.main-user-container {
    width: 180px;
    display: flex;
    align-items: center;
}

    .main-user-container img {
        width: 18px;
        height: 18px;
    }

    .main-user-container a {
        padding: 5px;
    }

.main-menu-container {
    width: 100%;
    padding-right: 20px;
}

.main-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .main-menu li {
        float: right;
        position: relative;
    }

        .main-menu li a {
            display: block;
            text-align: center;
            padding: 12px; /* اندازه padding جدید */
            text-decoration: none;
            color: #fff;
            border-radius: 5px;
            transition: background-color 0.3s;
        }

            .main-menu li a:hover {
                color: yellow;
            }

        .main-menu li:hover > ul.submenu {
            display: flex;
            flex-direction: column;
            gap: 5px;
        }

    .main-menu ul.submenu {
        display: none;
        position: absolute;
        right: 0;
        min-width: 130px;
        border-radius: 5px;
        gap: 5px;
        background: #fff;
    }

        .main-menu ul.submenu li {
            display: block;
        }

            .main-menu ul.submenu li a {
                color: #898989;
                text-align:right;
            }

                .main-menu ul.submenu li a:hover {
                    background-color: #e9e9e9;
                    color: #898989;
                }



.mobile-menu .submenu {
    display: none; /* زیرمنوها به طور پیش‌فرض مخفی هستند */
    margin-right: 20px; /* فاصله برای نردبانی کردن زیرمنوها */
    margin-top:5px;
}

    .mobile-menu .submenu a {
        color: yellow;
    }

.mobile-menu {
    /* list-style: none;
  padding: 0; */
    list-style-image: url('/lms/img/dot.svg');
    list-style-position: outside;
}

    .mobile-menu li {
        padding: 12px;
        padding-right:5px;
        text-align: right;
        /*text-indent: -10px;*/
    }

        .mobile-menu li a {
            color: white;
            text-decoration: none;
        }
.mobile-menu li ul {
    display:none;
    margin-right:20px;
    margin-top : 10px;
    list-style-image: url('/lms/img/dot-white.svg');
    list-style-position: outside;
}

.main-search-container {
    width: 240px;
    height: 38px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 20px;
    position: relative;
    display: none;
}

    .main-search-container img {
        left: 5px;
        top: 7px;
        position: absolute;
        width: 24px;
    }

    .main-search-container input {
        right: 8px;
        top: 2px;
        position: absolute;
        background-color: transparent;
        border: none;
        width: 100px;
        line-height: 35px;
        padding: 1px;
        color: #fff;
    }

.main-title-container img {
    max-height: 70px;
}

.main-title-container {
    padding-top: 20px;
    padding-bottom: 50px;
    text-align: center;
    background-color: #1B2262;
}

.main-slider-container {
    /*padding-top: 20px;*/
    height: 480px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    background: linear-gradient(to bottom, #1B2262 50%, #f4f4f400 50%);
}

.main-slider-left-bg,
.main-slider-right-bg {
    width: 100%;
    max-width: 180px;
    margin-top: 220px;
}

.main-slider .swiper {
    padding-top: 40px;
    padding-bottom: 100px;
    max-width: 700px;
    height: 520px;
}

.main-slider .swiper-slide {
    width: 700px;
    height: 390px;
    border-radius: 25px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-size: 700px 350px;
}

    .main-slider .swiper-slide div {
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 12px;
        color: #fff;
        text-align: center;
        background-color: #000000b6;
        font-family: 'AnjomanSemiBold';
        font-size: 12px;
        font-weight: 700;
    }

.main-slider .swiper-pagination {
    background: #171B58;
    position: absolute;
    top: 0;
    bottom: inherit;
    border-radius: 20px;
    width: auto;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    padding: 2px;
}

.main-slider .swiper-pagination-bullet {
    background: #E5E7FF;
}

.main-slider .swiper-pagination-bullet-active {
    background: #fff;
}

.main-slider .swiper-button-prev,
.main-slider .swiper-rtl .swiper-button-next,
.main-slider .swiper-button-next,
.main-slider .swiper-rtl .swiper-button-prev {
    position: relative;
    left: auto;
    right: auto;
    margin: 5px;
}




.main-news .swiper {
    padding-top: 40px;
    padding-bottom: 100px;
    max-width: 700px;
    height: 480px;
}

.main-news .swiper-slide {
    width: 700px;
    height: 350px;
    border-radius: 25px;
    overflow: hidden;
    background-size: cover;
}

    .main-news .swiper-slide div {
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 12px;
        color: #fff;
        text-align: center;
        background-color: #00000085;
        font-family: 'AnjomanSemiBold';
        font-size: 12px;
        font-weight: 700;
    }

.main-news .swiper-pagination {
    background: #171B58;
    position: absolute;
    top: 0;
    bottom: inherit;
    border-radius: 20px;
    width: auto;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    padding: 2px;
}

.main-news .swiper-pagination-bullet {
    background: #E5E7FF;
}

.main-news .swiper-pagination-bullet-active {
    background: #fff;
}

.main-news .swiper-button-prev,
.main-news .swiper-rtl .swiper-button-next,
.main-news .swiper-button-next,
.main-news .swiper-rtl .swiper-button-prev {
    position: relative;
    left: auto;
    right: auto;
    margin: 5px;
}









.swiper-button-prev,
.swiper-rtl .swiper-button-next,
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 14px;
    color: #1b2262;
    box-shadow: 0px 4px 23.3px rgba(127, 135, 135, 0.36);
}

    .swiper-button-prev:hover,
    .swiper-rtl .swiper-button-next:hover,
    .swiper-button-next:hover,
    .swiper-rtl .swiper-button-prev:hover {
        background: #1b2262;
        border-radius: 14px;
        color: #ffffff;
    }

    .swiper-button-prev:after,
    .swiper-rtl .swiper-button-next:after {
        content: 'prev';
        font-size: 14px;
        font-weight: 900;
    }

    .swiper-button-next:after,
    .swiper-rtl .swiper-button-prev:after {
        content: 'next';
        font-size: 14px;
        font-weight: 900;
    }

.main-slider .swiper-button-container {
    width: 200px;
    display: flex;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    justify-content: center;
}

.main-package-container {
    position: relative;
    margin-top: 60px;
    color: #171B58;
    text-align: center;
    min-height: 500px;
}

.main-package-pre-title {
    font-weight: 500;
}

.main-course-title, .main-package-title {
    font-size: 20px;
    font-family: 'AnjomanULTRABOLD';
    font-weight: bold;
}

.main-package-container .swiper-slide {
    height: 394px;
    width: 348px;
}

.package-slider-left-bg {
    position: absolute;
    height: 126px;
    left: 0;
    top: 340px;
}

.package-slider-right-bg {
    height: 126px;
    position: absolute;
    right: 0;
    top: 340px;
}

.package-slider {
    margin-top: 30px;
    margin-left: 80px;
    margin-right: 80px;
    position: relative;
}

    .package-slider .swiper {
        background-color: #ffffff01;
    }

    .package-slider .swiper-slide {
        /* width: 700px; */
        height: 360px !important;
        /* width: 300px !important; */
        border-radius: 25px;
        margin-top: 60px;
        margin-bottom: 30px;
        /* mix-blend-mode: luminosity; */
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    }

        .package-slider .swiper-slide .back_bg_1,
        .package-slider .swiper-slide .back_bg_2 {
            width: 85%;
            position: absolute;
            top: -10px;
            z-index: 2;
            height: 300px;
            background: #ffffff94;
            left: 50%;
            transform: translateX(-50%);
            /* Frame 18 */

            background: rgba(255, 255, 255, 0.6);
            mix-blend-mode: luminosity;
            box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
            border-radius: 18px;
        }

        .package-slider .swiper-slide .back_bg_2 {
            border-radius: 25px;
            width: 70%;
            position: absolute;
            top: -20px;
            z-index: 1;
            height: 300px;
            background: #ffffff94;
            left: 50%;
            transform: translateX(-50%);
        }

        .package-slider .swiper-slide .swiper-slide-container {
            border-radius: 25px;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            bottom: 0;
            z-index: 5;
            background: #fff;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }


        .package-slider .swiper-slide .small-image {
            border-radius: 15px;
            overflow: hidden;
            margin-top: 30px;
            margin-bottom: 10px;
            display: flex;
            justify-content: space-evenly;
        }

            .package-slider .swiper-slide .small-image img {
                border-radius: 15px;
                max-width: 270px;
                max-height: 120px;
                width: 80%;
            }


        .package-slider .swiper-slide .container {
            padding: 8px;
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
            justify-content: space-around;
        }

        .package-slider .swiper-slide .title {
            color: #2C3370;
            font-family: 'AnjomanULTRABOLD';
            font-size: 16px;
            text-align: center;
            min-height: 50px;
        }

        .package-slider .swiper-slide .teacher {
            color: #9D9E9E;
            font-size: 12px;
            text-align: center;
            padding: 3px;
            display: flex;
            align-items: center;
            flex-wrap: wrap;
        }

        .package-slider .swiper-slide .priceContainer {
            margin-top: 30px;
            background-color: #FAF8F8;
            font-size: 15px;
            border-radius: 7px;
            color: #000;
            text-align: center;
            padding: 10px 3px 10px 3px;
            display: flex;
            justify-content: space-around;
            align-items: center;
        }

            .package-slider .swiper-slide .priceContainer .price {
                font-family: "AnjomanMedium";
            }

            .package-slider .swiper-slide .priceContainer .free {
                width: 44px;
                height: 25px;
                line-height: 25px;
                background-color: #0DB948;
                border-radius: 5px;
                color: #fff;
                font-size: 10px;
            }

            .package-slider .swiper-slide .priceContainer .off {
                width: 44px;
                height: 25px;
                line-height: 27px;
                background-color: #F2094F;
                border-radius: 5px;
                color: #fff;
                font-size: 10px;
            }

            .package-slider .swiper-slide .priceContainer .off-price {
                position: relative;
                color: #696969;
                font-size: 11px;
            }

                .package-slider .swiper-slide .priceContainer .off-price:after {
                    content: "";
                    width: 100%;
                    height: 1px;
                    background: #adadad;
                    left: 0;
                    margin: 0;
                    position: absolute;
                    top: 50%;
                    transform: translateY(-50%);
                }

        .package-slider .swiper-slide .info {
            margin: 8px;
            padding-top: 10px;
            border-top: solid 1px #eee;
            font-size: 10px;
            display: flex;
            justify-content: space-between;
            color: #000;
            font-size: 12px;
        }

            .package-slider .swiper-slide .info div {
                display: flex;
                align-items: center;
            }

            .package-slider .swiper-slide .info img {
                width: 24px;
                height: 24px;
                padding: 5px;
            }

    .package-slider .swiper-button-prev,
    .package-slider .swiper-rtl .swiper-button-prev {
        left: -50px;
        right: auto;
        margin: 5px;
        margin-bottom: 20px;
    }

    .package-slider .swiper-rtl .swiper-button-next,
    .package-slider .swiper-button-next {
        left: auto;
        right: -50px;
        margin: 5px;
        margin-bottom: 20px;
    }






.main-course-container {
    position: relative;
    margin-top: 40px;
    color: #171B58;
    text-align: center;
    min-height: 500px;
}

.main-course-pre-title {
    font-weight: 500;
}

.main-course-container .swiper-slide {
    height: 394px;
    width: 348px;
}

.course-slider-left-bg {
    position: absolute;
    height: 126px;
    left: 0;
    top: 340px;
}

.course-slider-right-bg {
    height: 126px;
    position: absolute;
    right: 0;
    top: 340px;
}

.course-slider {
    margin-top: 50px;
    margin-left: 80px;
    margin-right: 80px;
    position: relative;
}

    .course-slider .swiper {
        background-color: #ffffff01;
    }

    .course-slider .swiper-slide {
        height: 350px !important;
    }

        .course-slider .swiper-slide .swiper-slide-container {
            border-radius: 25px;
            width: 100%;
            height: 260px;
            position: absolute;
            bottom: 0;
            z-index: 5;
            background: #fff;
            margin-bottom: 20px;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
        }


        .course-slider .swiper-slide .small-image {
            width: 85%;
            border-radius: 15px;
            position: absolute;
            top: 0;
            z-index: 6;
            left: 50%;
            transform: translateX(-50%);
            border: 2px solid #FFFFFF;
            filter: drop-shadow(0px 7px 16px rgba(0, 0, 0, 0.1));
            border-radius: 14px;
        }

        .course-slider .swiper-slide .container {
            padding: 8px;
            margin-top: 60px;
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
            justify-content: space-around;
        }

        .course-slider .swiper-slide .title {
            color: #2C3370;
            font-family: 'AnjomanULTRABOLD';
            font-size: 16px;
            text-align: center;
            min-height: 40px;
        }

        .course-slider .swiper-slide .teacher {
            color: #818181;
            font-size: 12px;
            text-align: center;
            padding: 3px;
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            justify-content: space-evenly;
        }

        .course-slider .swiper-slide .priceContainer {
            margin-top: 5px;
            background-color: #FAF8F8;
            font-size: 15px;
            border-radius: 7px;
            color: #000;
            text-align: center;
            padding: 10px 3px 10px 3px;
            display: flex;
            justify-content: space-around;
            align-items: center;
        }

            .course-slider .swiper-slide .priceContainer .price {
                font-family: "AnjomanMedium";
            }

            .course-slider .swiper-slide .priceContainer .free {
                width: 44px;
                height: 25px;
                line-height: 25px;
                background-color: #0DB948;
                border-radius: 5px;
                color: #fff;
                font-size: 11px;
            }

            .course-slider .swiper-slide .priceContainer .off {
                width: 44px;
                height: 25px;
                line-height: 27px;
                background-color: #F2094F;
                border-radius: 5px;
                color: #fff;
                font-size: 11px;
            }

            .course-slider .swiper-slide .priceContainer .off-price {
                position: relative;
                color: #696969;
                font-size: 12px;
            }

                .course-slider .swiper-slide .priceContainer .off-price:after {
                    content: "";
                    width: 100%;
                    height: 1px;
                    background: #adadad;
                    left: 0;
                    margin: 0;
                    position: absolute;
                    top: 50%;
                    transform: translateY(-50%);
                }

        .course-slider .swiper-slide .info {
            margin: 10px;
            padding-top: 10px;
            border-top: solid 1px #eee;
            font-size: 10px;
            display: flex;
            justify-content: space-between;
            color: #000;
            font-size: 12px;
        }

            .course-slider .swiper-slide .info div {
                display: flex;
                align-items: center;
            }

            .course-slider .swiper-slide .info img {
                width: 24px;
                height: 24px;
                padding: 5px;
            }

    .course-slider .swiper-button-prev,
    .course-slider .swiper-rtl .swiper-button-prev {
        left: -50px;
        right: auto;
        margin: 5px;
        margin-bottom: 20px;
    }

    .course-slider .swiper-rtl .swiper-button-next,
    .course-slider .swiper-button-next {
        left: auto;
        right: -50px;
        margin: 5px;
        margin-bottom: 20px;
    }

.news-container {
    position: relative;
    color: #171B58;
    text-align: center;
    min-height: 500px;
}

.news-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-evenly;
}

.news-list-item {
    padding: 10px;
    display: flex;
    gap: 10px;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 10px;
    max-width: 500px;
    min-width: 250px;
    position: relative;
    min-height: 108px;
    margin-right: 40px;
    margin-left: 40px;
}

    .news-list-item .white-left-image {
        position: absolute;
        left: -40px;
        width: 40px;
    }

    .news-list-item .white-right-image {
        position: absolute;
        right: -40px;
        width: 40px;
    }

.news-list-title {
    font-size: 14px;
    font-family: 'AnjomanULTRABOLD';
    color: #171B58;
}

.news-list-summary {
    font-size: 12px;
    color: #828282;
}

.news-list-image {
    width: 100px;
    height: 65px;
    border-radius: 10px;
}

.news-list-item-content {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    text-align: justify;
    flex-direction: row;
}


.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
    background-image: inherit;
}

.banner_container {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    margin-top: 70px;
    height: 300px;
}

    .banner_container img {
        width: 100%;
    }

.banner_res_container {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    width: 300px;
    height: 250px;
    text-align: center;
    display: none;
}

    .banner_res_container img {
        width: 100%;
    }


.main-spec-container {
    position: relative;
    margin-top: 80px;
    color: #171B58;
    text-align: center;
}

.main-spec-pre-title {
    font-weight: 500;
}

.main-spec-title {
    font-size: 20px;
    font-family: 'AnjomanULTRABOLD';
    font-weight: bold;
}

.main-spec-items {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-top: 60px;
}

.main-spec-item {
    width: 270px;
    height: 311px;
    background: linear-gradient(180deg, #F8F8F8 0%, #FDFDFD 100%);
    box-shadow: 0px 31px 52.7px -5px rgba(197, 201, 239, 0.7);
    border-radius: 35px;
    padding: 30px 16px;
    margin: 10px;
    margin-bottom: 40px;
    position: relative;
}

    .main-spec-item .bottom_vector {
        position: absolute;
        bottom: -35px;
        left: 50%;
        transform: translateX(-50%);
    }

    .main-spec-item .image {
        width: 78px;
        height: 78px;
        margin-bottom: 22px;
        background-color: #2c3370;
        border-radius: 9999px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }

        .main-spec-item .image img {
            width: 34px;
            height: 34px;
        }

    .main-spec-item .title {
        font-family: "AnjomanSemiBold";
        font-size: 14px;
        margin-bottom: 30px;
    }

    .main-spec-item .description {
    }


.main-news-container {
    position: relative;
    margin-top: 60px;
    color: #171B58;
    text-align: center;
    height: 550px;
    overflow: hidden;
}

.main-news-pre-title {
    font-weight: 500;
}

.main-news-title {
    font-size: 20px;
    font-family: 'AnjomanULTRABOLD';
    font-weight: bold;
}

.main-news .swiper-button-container {
    width: 200px;
    display: flex;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    justify-content: center;
}


.footer_container {
    background-color: #242525;
    padding: 20px;
    padding-bottom: 80px;
    background-image: url('/lms/img/footerharam.svg');
    background-position: center bottom;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #fff;
}

    .footer_container .contact_us,
    .footer_container .links,
    .footer_container .about {
        padding: 20px;
        padding-bottom: 40px;
    }

    .footer_container .about {
        width: 300px;
        text-align: justify;
    }

        .footer_container .about img {
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 20px;
        }

    .footer_container .title div {
        padding: 5px;
    }

    .footer_container .title {
        font-family: "AnjomanSemiBold";
        font-size: 14px;
        margin-bottom: 10px;
        color: #fac67e;
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .footer_container .footer_left {
        display: flex;
        flex-wrap: wrap;
    }

    .footer_container .contact_us_item {
        display: flex;
        align-items: center;
    }

        .footer_container .contact_us_item img {
            padding: 10px;
            align-items: center;
        }

    .footer_container .links ul {
        list-style-image: url('/lms/img/dot.svg');
        list-style-position: outside;
    }

        .footer_container .links ul li {
            padding: 5px;
        }

    .footer_container .links,
    .footer_container .about {
        width: 320px;
    }

.about_image_container {
    display: flex;
}

.alt2 {
    width: 24px;
    height: 24px;
    padding: 2px;
    display: none;
}

.page_container {
    padding: 20px;
    min-height: 300px;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 640px) {
    .page_container {
        padding: 20px;
        min-height: 300px;
    }

    .news-list-item {
        margin-right: 10px;
        margin-left: 10px;
    }

        .news-list-item .white-left-image {
            position: absolute;
            left: -25px;
            width: 25px;
            top: 50%;
            transform: translateY(-50%);
        }

        .news-list-item .white-right-image {
            position: absolute;
            right: -25px;
            width: 25px;
            top: 50%;
            transform: translateY(-50%);
        }

    .news-list-title {
        font-size: 12px;
        font-family: 'AnjomanULTRABOLD';
        color: #171B58;
    }





    .main-news-container {
        height: 480px;
    }

    .footer_container .links,
    .footer_container .about {
        width: 100%;
    }

    .main-spec-container {
        margin-top: 20px;
    }

    .main-spec-item {
        width: 180px;
        height: 200px;
        background: linear-gradient(180deg, #F8F8F8 0%, #FDFDFD 100%);
        box-shadow: 0px 31px 52.7px -5px rgba(197, 201, 239, 0.7);
        border-radius: 25px;
        padding: 10px 8px;
        margin: 5px;
        margin-bottom: 45px;
        position: relative;
    }

        .main-spec-item .bottom_vector {
            position: absolute;
            bottom: -35px;
            left: 50%;
            transform: translateX(-50%);
        }


        .main-spec-item .image {
            width: 48px;
            height: 48px;
            margin-bottom: 10px;
            background-color: #2c3370;
            border-radius: 9999px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-left: auto;
            margin-right: auto;
        }

            .main-spec-item .image img {
                width: 24px;
                height: 24px;
            }

        .main-spec-item .title {
            font-family: "AnjomanSemiBold";
            font-size: 12px;
            margin-bottom: 10px;
        }

        .main-spec-item .description {
        }





    .main-search-container {
        display: none;
    }

    .main-course-container {
        margin-top: 0;
    }

    .banner_container {
        display: none;
    }

    .banner_res_container {
        display: block;
    }

    .package-slider .swiper-slide .info {
        margin: 10px;
    }

    .package-slider .swiper-button-prev,
    .package-slider .swiper-rtl .swiper-button-next,
    .package-slider .swiper-button-next,
    .package-slider .swiper-rtl .swiper-button-prev {
        position: relative;
        left: auto;
        right: auto;
        margin: 5px;
    }


    .package-slider .swiper-button-prev,
    .package-slider .swiper-rtl .swiper-button-next,
    .package-slider .swiper-button-next,
    .package-slider .swiper-rtl .swiper-button-prev {
        position: relative;
        left: auto;
        right: auto;
        margin: 5px;
    }

    .package-slider .swiper-button-container {
        width: 200px;
        display: flex;
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
        justify-content: center;
    }

    .package-slider-left-bg {
        position: absolute;
        height: 50px;
        left: 0;
        top: 340px;
    }

    .package-slider-right-bg {
        height: 50px;
        position: absolute;
        right: 0;
        top: 340px;
    }


    .package-slider .swiper-slide {
        /* width: 700px; */
        height: 320px !important;
        width: 240px !important;
        /* max-width: 350px; */
        border-radius: 25px;
        /* overflow: hidden; */
        background-color: #fff;
        margin-top: 40px;
    }

        .package-slider .swiper-slide .small-image {
        }

    .package-slider {
        margin-top: 40px;
        margin-left: 30px;
        margin-right: 30px;
        padding-bottom: 20px;
    }




    .course-slider .swiper-slide .info {
        margin: 10px;
    }

    .course-slider .swiper-button-prev,
    .course-slider .swiper-rtl .swiper-button-next,
    .course-slider .swiper-button-next,
    .course-slider .swiper-rtl .swiper-button-prev {
        position: relative;
        left: auto;
        right: auto;
        margin: 5px;
    }


    .course-slider .swiper-button-prev,
    .course-slider .swiper-rtl .swiper-button-next,
    .course-slider .swiper-button-next,
    .course-slider .swiper-rtl .swiper-button-prev {
        position: relative;
        left: auto;
        right: auto;
        margin: 5px;
    }

    .course-slider .swiper-button-container {
        width: 200px;
        display: flex;
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
        justify-content: center;
    }

    .course-slider-left-bg {
        position: absolute;
        height: 50px;
        left: 0;
        top: 340px;
    }

    .course-slider-right-bg {
        height: 50px;
        position: absolute;
        right: 0;
        top: 340px;
    }


    .course-slider .swiper-slide {
        /* width: 700px; */
        height: 340px !important;
        width: 240px !important;
        /* margin-top: 40px; */
    }

        .course-slider .swiper-slide .small-image {
            width: 85%;
            border-radius: 15px;
            position: absolute;
            top: 0;
            z-index: 6;
            left: 50%;
            transform: translateX(-50%);
        }

    .course-slider {
        margin-top: 40px;
        margin-left: 0px;
        margin-right: 0px;
        padding-bottom: 70px;
    }


    .main {
        max-width: 1440px;
        margin-left: auto;
        margin-right: auto;
        background: url(/lms/img/bg_dot.png), url(/lms/img/bg_flower.png), url(/lms/img/middle_pattern.svg), url(/lms/img/middle_blue_bg.svg), url(/lms/img/bg_squre.png);
        background-position-x: center, center, center, center;
        background-position-y: 280px, 1950px, 1820px, 1650px, 1019px;
        background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
        background-size: auto, 1400px auto, 800px 70px, auto, auto;
    }



    .main-header {
        background-size: 600px;
    }

    .main-menu {
        display: none;
    }

    .main-title-container {
        padding-bottom: 10px;
        text-align: center;
        background-color: #1B2262;
    }

    .main-slider-container {
        padding-top: 20px;
        height: 380px;
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        background: linear-gradient(to bottom, #1B2262 50%, #f4f4f400 50%);
    }

    .main-slider-left-bg,
    .main-slider-right-bg {
        display: none;
    }

    .main-slider .swiper {
        padding-top: 40px;
        padding-bottom: 100px;
        max-width: 380px;
        height: 380px;
    }

    .main-slider .swiper-slide {
        width: 380px;
        height: 240px;
        border-radius: 25px;
        overflow: hidden;
        background-size: 380px 195px;
        background-repeat: no-repeat;
    }

        .main-slider .swiper-slide div {
            background-color: #353535de;
        }

    .main-news .swiper {
        padding-top: 40px;
        padding-bottom: 100px;
        max-width: 300px;
        height: 380px;
    }

    .main-news .swiper-slide {
        width: 300px;
        height: 240px;
        border-radius: 25px;
        overflow: hidden;
        background-size: cover;
    }

    .alt2 {
        display: block;
    }

    .main-header {
        display: flex;
    }

    .main-logo-container {
        top: 30px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .main-header {
        padding-top: 60px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .main-title-container img{
        max-height : 60px;
    }

    .main-title-container {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}


.backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 1;
}

.drawer {
    position: fixed;
    top: 0;
    right: -250px;
    width: 250px;
    height: 100%;
    background: #111329ec;
    color: white;
    transition: right 0.3s ease;
    z-index: 10;
}

    .drawer.open {
        right: 0;
    }

    .drawer nav {
        padding: 30px;
    }

.close-btn {
    position: absolute;
    top: 10px;
    left: 10px;
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
}

.open-btn {
    position: absolute;
    top: 20px;
    left: 20px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

.nav_logo {
    padding: 10px;
    display: flex;
    justify-content: space-evenly;
}

.item_info {
    display: flex;
}

.item_info_left {
    width: 40%;
    padding-right: 10px;
}

.item_info_right {
    width: 60%;
    padding-left: 10px;
}

.item_info_rating_container {
    display: flex;
    font-size: 11px;
    padding: 5px;
    align-items: center;
    margin-bottom: 10px;
    gap: 2px;
}

.item_rating {
    display: flex;
    margin-right: 5px;
}

    .item_rating img {
        width: 20px;
    }

.intro_video {
    display: flex;
    position: relative;
    overflow: hidden;
    border-radius: 14px;
}

.intro_image {
    width: 100%;
    border-radius: 14px;
}

.intro_blur_image {
    width: 100%;
    border-radius: 14px;
    filter: blur(2px);
    -webkit-filter: blur(2px);
}

.btn_play_video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.font_bold {
    font-family: "AnjomanSemiBold";
}

.pl_2 {
    padding-left: 2px;
}

.pr_2 {
    padding-right: 2px;
}

.item_container {
    color: #000;
}

    .item_container .item_info_container,
    .item_container .item_season,
    .item_container .item_faq,
    .item_container .item_comment {
        background-color: #fff;
        border-radius: 45px;
        padding: 25px;
        margin-bottom: 30px;
    }


.item_info_header_container {
    margin-bottom: 5px;
}


.btn_base {
    display: flex;
    align-items: center;
    width: 170px;
    height: 44px;
    padding: 10px;
    border-radius: 10px;
    font-family: "AnjomanSemiBold";
    text-wrap: nowrap;
    margin: 3px;
    cursor: pointer;
    justify-content: center;
}

.cursor_default {
    cursor: default;
}

.btn_base img {
    padding: 5px;
}

.btn_lite_blue {
    background: #0dc9f221;
    color: #017aff;
}

.btn_green {
    background-color: #00BD40;
    color: #fff;
}

.btn_blue {
    background-color: #2c3370;
    color: #fff;
}

.btn_wire_blue {
    background-color: #fff;
    border: solid 1px #2c3370;
    color: #2c3370;
}

.auto_width {
    width: auto;
}


.item_info .title {
    font-family: "AnjomanULTRABOLD";
    font-size: 18px;
    color: #2c3370;
    padding-top: 10px;
    padding-bottom: 10px;
}

.item_info .description {
    text-align: justify;
    line-height: 30px;
    font-size: 14px;
}

.action_buttons {
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
}

.details {
    display: flex;
    flex-wrap: wrap;
}

    .details .item {
        position: relative;
        width: 150px;
        height: 108px;
        padding: 5px;
        margin: 20px;
        background: #FFFFFF;
        box-shadow: 0px 16px 35.9px rgba(187, 185, 185, 0.23);
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 10px;
        gap: 3px;
        border: solid 1px #c09c6a26;
    }

    .details .icon {
    }

    .details .title {
        color: #2C3370;
        font-family: "AnjomanSemiBold";
        font-size: 13px;
    }

    .details .des {
    }

    .details .vector {
        position: absolute;
        bottom: -15px;
    }

.item_season .header,
.item_faq .header,
.item_comment .header {
    font-family: "AnjomanULTRABOLD";
    font-size: 18px;
    color: #2c3370;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.collapsible_list_container .title {
    font-family: 'AnjomanSemiBold';
    font-size: 14px;
    line-height: 30px;
}

.collapsible_list_container .number {
    min-width: 25px;
    background: #eee;
    border-radius: 5px;
    border: solid 1px #eee;
}

.collapsible_list_container .pass {
    border: solid 1px #7ae95dee;
    background: #d2f1a0;
}



.collapsible_list_container .des {
}

.collapsible_list_container img {
    width: 24px;
}

.collapsible_list_container .line {
    width: 30px;
    height: 0px;
    border: 1px solid #E4E4E4;
    transform: rotate(90deg);
    margin: -10px;
}


.collapsible_list_container .collapsible {
    height: 60px;
    border: 1px solid #E1E1E1;
    border-radius: 10px;
    display: flex;
    align-items: center;
    color: #606363;
    padding: 10px;
    margin-bottom: 10px;
    background: url('/lms/img/expand.svg');
    background-position: 10px center;
    background-repeat: no-repeat;
    gap: 10px;
    cursor: pointer;
    padding-right: 15px;
    padding-left: 15px;
    background-size: 35px;
}


.collapsible_list_container .active {
    background: url('/lms/img/collaps.svg');
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 35px;
}

/* .collapsible_list_container .collapsible:hover {
  background-color: #f0f0f0;
} */



.collapsible_list_container .content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.collapsible_list_container .item {
    height: 60px;
    border: 1px solid #E1E1E1;
    border-radius: 10px;
    display: flex;
    align-items: center;
    background: #FAFAFA;
    border-radius: 10px;
    color: #606363;
    padding: 10px;
    margin-bottom: 10px;
    min-width: 80px;
    text-align: center;
    gap: 10px;
}

.collapsible_list_container .item-container {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: space-between;
}

.collapsible_list_container .btn {
    font-size: 12px;
    border: none;
    display: flex;
    align-items: center;
    gap: 5px;
    width: 100px;
    height: 34px;
    border-radius: 10px;
    padding: 0 2px;
    color: #fff;
    cursor: pointer;
    padding-right: 5px;
}

.collapsible_list_container .btn-purple {
    background: #6E65D6;
}

.collapsible_list_container .btn-blue {
    background: #09A8CB;
}

.collapsible_list_container .btn-orange {
    background: #FF9500;
}

.btn-aaaa {
    background: #20f20d15;
    width: 205px;
    height: 40px;
    background: #34C759;
    border-radius: 82px;
}

.dropdown {
    position: relative;
    position: relative;
    display: flex;
    align-items: center;
}

.main-user-container a {
    text-wrap: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 120px;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 120px;
    overflow: auto;
    box-shadow: 7px 7px 16px 1px rgb(0 0 0 / 29%);
    z-index: 1;
    top: 30px;
    border-radius: 10px;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            color: rgb(25, 0, 255);
        }

/* .dropdown a:hover {
  color: #ffee00;
} */

.show {
    display: block;
}

.hide {
    display: none;
}

.teacher div {
    display: flex;
    align-items: center;
}

.teacher img {
    width: 35px;
    height: 35px;
    border-radius: 200px;
    padding: 2px;
}



.item-info-body .priceContainer {
    font-size: 15px;
    text-align: center;
    padding: 10px 3px 10px 3px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 8px;
}

    .item-info-body .priceContainer .price {
        font-family: "AnjomanMedium";
    }

    .item-info-body .priceContainer .free {
        width: 44px;
        height: 25px;
        line-height: 25px;
        border-radius: 5px;
        font-size: 14px;
    }

    .item-info-body .priceContainer .off {
        width: 44px;
        height: 25px;
        line-height: 27px;
        background-color: #F2094F;
        border-radius: 5px;
        color: #fff;
        font-size: 10px;
    }

    .item-info-body .priceContainer .off-price {
        position: relative;
        color: #696969;
        font-size: 11px;
    }

        .item-info-body .priceContainer .off-price:after {
            content: "";
            width: 100%;
            height: 1px;
            background: #adadad;
            left: 0;
            margin: 0;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
        }

.news-item {
    justify-content: center;
    background-color: #fff;
    border-radius: 45px;
    padding: 25px;
    margin-bottom: 30px;
    color: #000 !important;
}

.news-title {
    font-family: "AnjomanULTRABOLD";
    font-size: 16px;
    color: #000 !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.news-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    text-align: center;
}

.news-image {
    border-radius: 14px;
    overflow: hidden;
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}

.news-text {
    text-align: justify;
    line-height: 30px;
    font-size: 13px;
    color: #000 !important;
}

.news-text * {
    color: #000 !important;
}

.news-text p,
.news-text div,
.news-text span,
.news-text a,
.news-text li,
.news-text td,
.news-text th {
    color: #000 !important;
}

.news-item * {
    color: #000 !important;
}

.news-item p,
.news-item div,
.news-item span,
.news-item a,
.news-item li {
    color: #000 !important;
}

.post-content {
    max-width: 1100px;
    margin: 0 auto;
    color: #000;
    padding: 20px;
}

.post-content h1 {
    color: #000 !important;
    font-size: 16px !important;
    margin-bottom: 15px;
}

.cer-image {
    max-width: 600px;
}

@media only screen and (max-width: 640px) {

    .cer-image {
        width: 100%;
    }

    .item_container .item_info_container, .item_container .item_season, .item_container .item_faq, .item_container .item_comment {
        padding: 12px;
        border-radius: 25px;
    }

    .details {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

        .details .item {
            margin-left: 2px;
            margin-right: 2px;
        }

    .item_info {
        display: flex;
        flex-wrap: wrap;
    }

    .item_info_left {
        width: 100%;
        padding-right: inherit;
    }

    .item_info_right {
        width: 100%;
        padding-right: inherit;
    }

    .action_buttons {
        display: block;
    }

        .action_buttons .btn_base {
            width: 100%;
        }

    .news-item {
        flex-wrap: wrap;
    }
}



.form-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 330px;
    color: #000;
    background-color: #ffffffb9;
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
}

    .form-container label {
        color: #000;
        margin-bottom: 5px;
    }

.form-header {
    font-size: 20px;
    font-family: 'AnjomanULTRABOLD';
    font-weight: bold;
    color: #171B58;
    text-align: center;
    margin-bottom: 20px;
    padding: 10px;
    border-bottom: solid 1px #e1e1e1;
}

.form-body input, .form-body select {
    border: solid 1px #e1e1e1;
    border-radius: 5px;
    padding: 5px;
    width: 240px;
    font-size: 16px;
}

.form-body .control {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-direction: column;
}

.form-body .captcha-image-container {
    display: flex;
    gap: 5px;
    align-items: center;
}


.form-body #level1, .form-body #level2 {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-direction: column;
}

.form-body {
    min-height: 300px;
    display: flex;
    gap: 20px;
    align-items: center;
    flex-direction: column;
    padding-bottom: 20px;
}

    .form-body a {
        text-decoration: none;
        color: #1B2262;
    }

.form-container .center {
    text-align: center;
}

.form-container .left {
    text-align: right;
}

.form-container .right {
    text-align: left;
}

.user-image {
    width: 100px;
    height: 100px;
    top: 10px;
    border: 9px solid #FFFFFF;
    border-radius: 200px;
    background-color: #fff;
}

.input-file {
    display: none;
}

.cursor-pointer {
    cursor: pointer;
}

.action-button {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 250px;
    justify-content: center;
    gap: 15px;
    margin-left: auto;
    margin-right: auto;
}

    .action-button .btn {
        font-size: 14px;
        width: 100px;
        height: 36px;
        border-radius: 10px;
        padding: 5px;
        cursor: pointer;
        text-align: center;
        border: solid 1px #d5d5d5;
    }


    .action-button .btn-ok {
        background-color: #00bd40;
        border: solid 1px #00bd40;
        color: #fff;
    }

    .action-button .btn-ok2 {
        background-color: #1B2262;
        border: solid 1px #1B2262;
        color: #fff;
    }

    .action-button .btn-cancel {
        color: #454545;
    }

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1060; /* بالاتر از بک‌دراپ */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    border-radius: 10px;
    color: #000;
}

.modal-backdrop {
    z-index: 1050; /* پایین‌تر از مودال */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 5% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

.modal-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.question-container {
    background: #fff;
    color: #000;
    padding: 10px;
    margin: 10px;
    border: solid 1px #eee;
    border-radius: 10px;
}

#questionList .question-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #049386;
}

    #questionList .question-item .title {
        font-family: "AnjomanSemiBold";
        font-size: 16px;
        padding: 5px;
    }

#questionList .res-items {
    padding: 5px;
}

#questionList .res-item {
    margin: 5px;
    padding: 10px;
    border-radius: 10px;
    border: solid 1px #eee;
    padding-right: 20px;
    cursor: pointer;
}

#questionList .res-item-select {
    border: solid 1px #6edbc2;
    background: #83edda;
}

.app-header {
    font-size: 20px;
    font-family: 'AnjomanULTRABOLD';
    font-weight: bold;
    color: #171B58;
    text-align: center;
    margin-bottom: 20px;
    padding: 10px;
    border-bottom: solid 1px #e1e1e1;
}


#timer {
    position: fixed;
    bottom: 10px;
    left: 10px;
    background-color: #800080;
    color: #ffffff;
    padding: 5px;
    border-radius: 5px;
    font-size: 16px;
}





.pagination {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    list-style: none;
}

.page-item {
    margin: 0 4px;
}

.page-link {
    color: #007bff;
    text-decoration: none;
    padding: 8px 10px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    transition: background-color 0.3s;
    background: #fff;
}

    .page-link:hover {
        background-color: #f8f9fa;
        color: #000;
    }

.page-item.active .page-link {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
}

.page-item.disabled .page-link {
    color: #6c757d;
    /*pointer-events: none;*/
    background-color: #e9ecef;
    border-color: #dee2e6;
    padding-left: 5px;
    padding-right: 5px;
}

.page-header {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: "AnjomanULTRABOLD";
    font-size: 18px;
    color: #2c3370;
    margin-bottom: 20px;
    position: relative;
}

.page-header::before {
    content: '';
    position: absolute;
    background-image: url(/shopnic/images/page-header-bg.webp);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.gateway-caption{
    margin-bottom : 1.5rem;
}

.gateway-image-container{
    text-align:center;
}

.gateway-image {
    border-radius: 5px;
    border: solid 2px #eee;
    cursor:pointer;
}
.gateway-image-selected {
    border: solid 2px #ff6d00;
}

.social-network-icon {
    height: 40px;
    padding: 5px !important;
    margin: 2px;
    background: #343434;
    border-radius: 5px;
    cursor: pointer;
    transition: transform 0.3s ease; /* تعاریف انیمیشن */
}
    .social-network-icon:hover {
        transform: scale(1.2); /* بزرگ‌تر کردن آیتم */
    }