
/*---------------------------------------------Font Class---------------------------------------------*/

@font-face {
    font-family: iransans;
    src: url("../Font/IRANSans-web.woff2");
}

body {
    font-family: iransans;
    background-color: #ffffff;

}

@font-face {
    font-family: 'Yekan';
    src: url("../Font/Yekan.woff");
}

.persian_num {
    font-family: Yekan;
}

.iransans {
    font-family: iransans;
}

/*---------------------------------------------Font Size Class---------------------------------------------*/
.font_9 {
    font-size: 9px;
}

.font_10 {
    font-size: 10px;
}

.font_11 {
    font-size: 11px;
}

.font_12 {
    font-size: 12px;
}

.font_13 {
    font-size: 13px;
}

.font_14 {
    font-size: 14px;
}

.font_15 {
    font-size: 15px;
}

.font_16 {
    font-size: 16px;
}

.font_17 {
    font-size: 17px;
}

.font_18 {
    font-size: 18px;
}

.font_29 {
    font-size: 19px;
}

.font_20 {
    font-size: 20px;
}

.font_21 {
    font-size: 21px;
}

.font_22 {
    font-size: 22px;
}

.font_23 {
    font-size: 23px;
}

.font_24 {
    font-size: 24px;
}

.font_25 {
    font-size: 25px;
}

.font_30 {
    font-size: 30px;
}

.font_35 {
    font-size: 35px;
}

.font_40 {
    font-size: 40px;
}

.font_50 {
    font-size: 50px;
}

.line_height_0 {
    line-height: 1.8;
}

.line_height_1_9 {
    line-height: 1.9;
}

.line_height_2 {
    line-height: 2;
}


.line_height_5 {
    line-height: 5;
}

.line_height-1_5 {
    line-height: 1.5;
}


.line_height-2_5 {
    line-height: 2.5;
}

.line_height_4 {
    line-height: 4;
}


.line_height_3 {
    line-height: 3;
}

.form-control:hover {
    box-shadow: 0 0 20px rgba(66, 63, 59, 0.98);
}

.form-control:focus-visible {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.99);
    border-color: rgba(0, 0, 0, 0.99);
}


.form-select:focus {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.99) !important;
    border-color: rgba(0, 0, 0, 0.99) !important;

}

.form-select:hover {
    box-shadow: 0 0 20px rgba(64, 63, 59, 0.98);
}
/*/////////////////////////////////////////master////////////////////////////*/

/*/////////////////////////////////////////s_ul_media/////////////////////////////*/
.s_ul_media .s_li_media {
    list-style: none;
}

.s_ul_media .s_li_media a:hover:before {
    top: 0;
}

.s_ul_media .s_li_media:nth-child(1) a:before {
    background: #C308A1;
}

.s_ul_media .s_li_media:nth-child(2) a:before {
    background: #0866FF;
}

.s_ul_media .s_li_media:nth-child(3) a:before {
    background: #313939;
}

.s_ul_media .s_li_media:nth-child(4) a:before {
    background: #25D366;
}

.s_ul_media .s_li_media:nth-child(5) a:before {
    background: #2A9CD7;
}

.s_ul_media .s_li_media:nth-child(6) a:before {
    background: #e32020;
}




.s_ul_media .s_li_media:nth-child(8) a:before {
    background: #ff0000;
}

/*/////////////////////////////////////////End s_ul_media/////////////////////////////*/
.s_ul_media .s_li_media a:hover .icon {
    color: #e4d2bd;
    transform: rotateY(360deg);
}

.s_ul_media .s_li_media a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f00;
    transition: .5s;
    z-index: 2;
}
/*/////////////////////////////////////////End s_ul_media/////////////////////////////*/


/*///////////////////////////////////////// master/////////////////////////////*/
#nav_bar{
    background-color: #44444a;
}

.nav-item a{
    color: #ffffff;
}

/*/////////////////////////////////////////End master/////////////////////////////*/
/*///////////////////////////////////header carousel//////////////////////////////////*/

.carousel-nav .nav-square {
    width: 20px;
    height: 20px;
    background-color: #b1acac;
    border: none;
    border-radius: 4px; /* کمی گردی گوشه */
    cursor: pointer;
    transition: background-color 0.3s;
}

.carousel-nav .nav-square.active,
.carousel-nav .nav-square:hover {
    background-color: #4c5353; /* رنگ فعال */
}



/*///////////////////////////////////End header carousel//////////////////////////////////*/


@media screen and (max-width: 320px) {


    /*/////////////////////////////////////////s_ul_media/////////////////////////////*/

    .s_ul_media .s_li_media a {
        width: 35px;
        height: 35px;
        background-color: #000000;
        text-align: center;
        font-size: 20px;
        /*margin: 5px;*/
        display: block;
        border-radius: 50%;
        position: relative;
        overflow: hidden;
        border: 2px solid #373131;
        z-index: 2;
        margin-top: 30px;
    }

    .s_ul_media .s_li_media a .icon {
        position: relative;
        color: #ffffff;
        transition: .7s;
        z-index: 2;
        margin-top: 5px;
    }

    /*/////////////////////////////////////////End s_ul_media/////////////////////////////*/

    /*/////////////////////////////////////////master navbar////////////////////////////*/


    .flag_width{
        /*width: 50px;*/
        /*height: 28px;*/
    }

    .flag_margin{
        /*margin-right: 5px;*/
    }

    .media_margin{
        margin-top: 30px;
    }

    .media_margin_en{
        margin-top: 30px;
    }




    #translate_bar{
        height: 105px;
        background-color: #323237;
    }

    .logo_width{
        width: 80px;
    }



    .nav_font{
        font-size: 13px;
    }

    .nav_phone_font{
        font-size: 15px;
    }

    /*/////////////////////////////////////////End master navbar/////////////////////////////*/

    /*///////////////////////////////////header_carousel//////////////////////////////////*/
    .carousel-nav .nav-square {
        width: 15px;
        height: 15px;
        background-color: #b1acac;
        border: none;
        border-radius: 4px; /* کمی گردی گوشه */
        cursor: pointer;
        transition: background-color 0.3s;
    }

    .carousel_item img{
        width: 100%;
        height: 100px;
        /*height: 490px;*/
    }


    /*///////////////////////////////////End header carousel//////////////////////////////////*/


    .font_size_company_title{
        font-size: 24px;
    }

    .font_size_under_title{
        font-size: 18px;

    }


    .font_size_content{
        font-size: 15px;

    }


    .video_width{
        width: 280px;
    }

    .video_height{
        height: 230px;
    }

    #sss{
        background-image: url("../image/back01.png");
        height: 58vh;
        background-size: cover;
        background-position: center center;
    }

    #sss_en{
        background-image: url("../image/back01.png");
        height: 60vh;
        background-size: cover;
        background-position: center center;
    }

    .mt_lg_sss{
        margin-top: 17px;
    }


    .font_size_content_sss{
        font-size: 12px;
    }


    #bbb{
        background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)) , url("../image/metal02.png") ;
        height:800px;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
    }

    #con{
        /*height:25vh;*/
        margin-top: -35px;
    }

    #con_en{
        /*height:25vh;*/
        margin-top: -20px;
    }



    .font_size_consult{
        font-size: 12px;
    }

    .font_title_h1{
        font-size: 19px;
    }

    .font_size_value{
        font-size: 12px;
    }

    .font_size_content_ccc{
        font-size: 11px;
    }

    #ccc {
        background-color: #1a1d20;
        height: 120px;
        display: flex;              /* فعال کردن Flexbox */
        justify-content: center;    /* وسط افقی */
        align-items: center;        /* وسط عمودی */
        text-align: center;         /* اگر متن چند خطی شد وسط چین باشه */
        color: #fff;                /* متن سفید روی پس زمینه تیره */
        padding: 0 20px;            /* فاصله از لبه‌ها */
    }


    /* ==============================  End Index page  ============================== */

    .export_title{
        font-size: 20px;
    }

    .export_under_title{
        font-size: 14px;
    }

    .font_title_export{
        font-size: 18px;
    }

    #export-background{
        background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)) , url("../image/export.jpg") ;
        height:240px;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
    }

    /* ==============================  Export Image card country  ============================== */
    #export_img{
        background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)) , url("../image/metal03.png") ;
        height:3800px;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
    }
    /* کارت‌ها */
    .export-destinations .card {
        border: none;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
        background: #fff;
        text-align: center;
        cursor: pointer;
    }

    /* هاور کارت: بالا رفتن و سایه بیشتر */
    .export-destinations .card:hover {
        transform: translateY(-8px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    }

    /* عکس داخل کارت */
    .export-destinations .card img {
        width: 100%;
        height: auto;
        border-radius: 8px;
        transition: transform 0.4s ease, filter 0.3s ease;
    }

    /* بزرگ شدن عکس هنگام هاور */
    .export-destinations .card:hover img {
        transform: scale(1.15);
        filter: brightness(1.05);
    }

    /* اسم کشور زیر عکس، پیشفرض مخفی */
    .export-destinations .country-name {
        display: none; /* کاملاً مخفی */
        font-size: 0.9rem;
        color: #333;
        margin-top: 8px;
        text-align: center;
        font-weight: 600;
    }

    /* نمایش اسم کشور هنگام هاور کارت */
    .export-destinations .card:hover .country-name {
        display: block;
    }

    /* تیتر بخش صادرات */
    .export-destinations h3 {
        font-weight: 700;
        color: #333;
        margin-bottom: 30px;
        text-align: center;
        font-size: 17px;
    }

    /* فاصله کارت‌ها در موبایل */
    @media (max-width: 768px) {
        .export-destinations .card {
            margin-bottom: 20px;
        }
    }
    /* ============================== End Export Image card country  ============================== */
    /*////////////////////////////////// team-card  ///////////////////////////////*/

    .font_title{
        font-size:22px;
    }

    .font_title_team{
        font-size:18px;
    }

    .team-card {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .team-card-body {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .team-card-content {
        flex: 1; /* محتوای اصلی کارت کشیده می‌شود */
    }

    .team-card-footer {
        margin-top: auto; /* همیشه پایین کارت */
    }
    /*///////////////////////////////// End team-card ////////////////////////////////////////////////////*/

    /*///////////////////////////////// about ////////////////////////////////////////////////////*/

    .font_about_company_title{
        font-size: 24px;
    }

    .font_about_under_title{
        font-size: 18px;

    }


    .font_about_content{
        font-size: 16px;

    }

    .font_size_content_bottom{
        font-size: 12px;
    }


    /*///////////////////////////////// End about ////////////////////////////////////////////////////*/
    /*///////////////////////////////// footer ////////////////////////////////////////////////////*/

    .font_footer_title{
        font-size: 18px;
    }

    .font_footer_content{
        font-size: 14px;

    }


    .font_size_content_footer{
        font-size: 12px;
    }




    .logo_damirtejarat_height{
        width: 100%;
        height: 100%;
    }

    .logo_DAMIRBAZAR_height{
        /*width: 100%;*/
        height: 80px;
    }


    /*///////////////////////////////// End footer ////////////////////////////////////////////////////*/

    /*////////////////////////////////////////کروسل خبر //////////////////////////////////////////*/

    #news{
        display:none;
    }

    #news_md{
        display:none;
    }

    #news_sm{

    }

    .news_Carousel_slide {
        width: 90%;
        padding: 10px 0;
        max-height: 1400px; /* کل باکس بیشتر از این بزرگ نشه */
        /*height: 450px;*/

    }

    .news_slide {
        /*background: #fff;*/
        border-radius: 12px;
        /*box-shadow: 0 2px 8px rgba(0,0,0,0.1);*/
        overflow: hidden;
        text-align: center;
        /*max-height: 300px; !* کل باکس بیشتر از این بزرگ نشه *!*/

        padding: 20px 20px;

    }

    .news_card {
        /*padding: 10px 10px;*/
    }

    /*.carousel_item img {*/
    /*    width: 100%;*/
    /*    height: 150px;*/
    /*}*/

    .news_img{
        width: 100%;
        height: 150px
    }

    .font_size{
        font-size: 13px;
    }



    .news_Carousel {
        padding: 5px;
        /*font-size: 14px;*/
    }


    /*!* تغییر رنگ فلش‌ها *!*/
    /*.swiper-button-next,*/
    /*.swiper-button-prev {*/
    /*    --swiper-navigation-color: #e4d2bd; !* رنگ دلخواه *!*/
    /*    --swiper-navigation-size: 30px; !* سایز فلش *!*/
    /*}*/



    /*    !* تغییر رنگ نقطه‌ها *!*/
    /*.swiper-pagination-bullet {*/
    /*    background: #999;   !* رنگ معمولی *!*/
    /*    opacity: 1;         !* پیش‌فرض کمرنگه، اینو کامل می‌کنیم *!*/
    /*}*/

    /*.swiper-pagination-bullet-active {*/
    /*    background: #000000;    !* رنگ نقطه فعال *!*/
    /*}*/
    /*////////////////////////////////////////کروسل خبر //////////////////////////////////////////*/
    /* فلش چپ با رنگ #e4d2bd */
    .carousel-control-prev-icon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e4d2bd' viewBox='0 0 8 8'%3E%3Cpath d='M5.5 0L4.78.72 1.56 4 4.78 7.28 5.5 8 0.5 4z'/%3E%3C/svg%3E");
    }

    /* فلش راست با رنگ #e4d2bd */
    .carousel-control-next-icon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e4d2bd' viewBox='0 0 8 8'%3E%3Cpath d='M2.5 0L3.22.72 6.44 4 3.22 7.28 2.5 8 7.5 4z'/%3E%3C/svg%3E");
    }

    /*.carousel-control-prev {*/
    /*    left: 110px;  !* کمی بیرون از کانتینر *!*/
    /*    !*bottom: 400px;*!*/
    /*    top: -670px;*/


    /*}*/

    /*.carousel-control-next {*/
    /*    right: 110px; !* کمی بیرون از کانتینر *!*/
    /*    !*bottom: 700px;*!*/
    /*    top: -670px;*/
    /*}*/

    .carousel-control-prev {
        left: -10px;  /* کمی بیرون از کانتینر */
        bottom: 350px;
    }

    .carousel-control-next {
        right: -10px; /* کمی بیرون از کانتینر */
        bottom: 350px;
    }
    /*////////////////////////////////////////کروسل خبر /////////////////////////////////////////*/
    /*////////////////////////////////////////لینک های کناری صفحه اخبار  /////////////////////////////////////////*/
    .news-links div {
        margin-bottom: 10px; /* فاصله بین لینک‌ها */
    }

    .news-link {
        display: flex;           /* برای قرار دادن دایره و متن کنار هم */
        align-items: center;
        color: #333 !important;
        text-decoration: none !important;
        font-weight: 500;
        font-size: 14px;
        transition: color 0.3s, transform 0.2s;
    }

    .news-link:hover {
        color: #afa297 !important;
        transform: translateX(5px);
    }

    /* دایره کوچک کنار لینک */
    .bullet {
        width: 8px;
        height: 8px;
        background-color: #8c7975;
        border-radius: 50%;
        display: inline-block;
        margin-right: 10px; /* فاصله دایره تا متن */
        margin-left: 10px;
    }

    /*////////////////////////////////////////لینک های کناری صفحه اخبار  /////////////////////////////////////////*/

    /*////////////////////////////////////// news page  /////////////////////////////////////////*/

    .font_size_news_side{
        font-size: 18px;
    }


    .font_size_news{
        font-size: 15px;
    }

    .fs_news_cat_date{
        font-size: 14px;
    }


    .fs_news_content{
        /*font-size: 14px;*/
    }


    /*////////////////////////////////////////خبر تک صفحه ای  /////////////////////////////////////////*/

}



@media screen and (min-width: 321px) and (max-width: 438px) {


    /*/////////////////////////////////////////s_ul_media/////////////////////////////*/

    .s_ul_media .s_li_media a {
        width: 35px;
        height: 35px;
        background-color: #000000;
        text-align: center;
        font-size: 20px;
        /*margin: 5px;*/
        display: block;
        border-radius: 50%;
        position: relative;
        overflow: hidden;
        border: 2px solid #373131;
        z-index: 2;
        margin-top: 40px;
    }

    .s_ul_media .s_li_media a .icon {
        position: relative;
        color: #ffffff;
        transition: .7s;
        z-index: 2;
        margin-top: 5px;
    }

    /*/////////////////////////////////////////End s_ul_media/////////////////////////////*/

    /*/////////////////////////////////////////master navbar////////////////////////////*/


    .flag_width{
        width: 39px;
        margin-top: 5px;
    }


    .flag_margin{
        /*margin-right: 5px;*/
    }

    .media_margin{
        margin-top: 30px;
    }

    .media_margin_en{
        margin-top: 30px;
    }




    #translate_bar{
        height: 100px;
        background-color: #323237;
    }

    .logo_width{
        width: 80px;
    }



    .nav_font{
        font-size: 13px;
    }

    .nav_phone_font{
        font-size: 15px;
    }

    /*/////////////////////////////////////////End master navbar/////////////////////////////*/

    /*///////////////////////////////////header_carousel//////////////////////////////////*/
    .carousel-nav .nav-square {
        width: 15px;
        height: 15px;
        background-color: #b1acac;
        border: none;
        border-radius: 4px; /* کمی گردی گوشه */
        cursor: pointer;
        transition: background-color 0.3s;
    }

    .carousel_item img{
        width: 100%;
        height: 200px;
        /*height: 490px;*/
    }


    /*///////////////////////////////////End header carousel//////////////////////////////////*/


    .font_size_company_title{
        font-size: 24px;
    }

    .font_size_under_title{
        font-size: 18px;

    }


    .font_size_content{
        font-size: 15px;

    }
    /*.video_width{*/
    /*    width: 400px;*/
    /*}*/
    /*.video_height{*/
    /*    height: 300px;*/
    /*}*/

    .video_width{
        width: 300px;
    }

    .video_height{
        height: 230px;
    }

    #sss{
        background-image: url("../image/back01.png");
        height: 70vh;
        background-size: cover;
        background-position: center center;
    }

    #sss_en{
        background-image: url("../image/back01.png");
        height: 75vh;
        background-size: cover;
        background-position: center center;
    }

    .mt_lg_sss{
        margin-top: 17px;
    }


    .font_size_content_sss{
        font-size: 12px;
    }


    #bbb{
        background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)) , url("../image/metal02.png") ;
        height:800px;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
    }

    #con{
        /*height:25vh;*/
        margin-top: -35px;
    }

    #con_en{
        /*height:25vh;*/
        margin-top: -20px;
    }



    .font_size_consult{
        font-size: 12px;
    }

    .font_title_h1{
        font-size: 19px;
    }

    .font_size_value{
        font-size: 12px;
    }

    .font_size_content_ccc{
        font-size: 11px;
    }

    #ccc {
        background-color: #1a1d20;
        height: 120px;
        display: flex;              /* فعال کردن Flexbox */
        justify-content: center;    /* وسط افقی */
        align-items: center;        /* وسط عمودی */
        text-align: center;         /* اگر متن چند خطی شد وسط چین باشه */
        color: #fff;                /* متن سفید روی پس زمینه تیره */
        padding: 0 20px;            /* فاصله از لبه‌ها */
    }


    /* ==============================  End Index page  ============================== */

    .export_title{
        font-size: 20px;
    }

    .export_under_title{
        font-size: 14px;
    }

    .font_title_export{
        font-size: 18px;
    }

    #export-background{
        background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)) , url("../image/export.jpg") ;
        height:240px;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
    }

    /* ==============================  Export Image card country  ============================== */
    #export_img{
        background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)) , url("../image/metal03.png") ;
        height:3800px;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
    }
    /* کارت‌ها */
    .export-destinations .card {
        border: none;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
        background: #fff;
        text-align: center;
        cursor: pointer;
    }

    /* هاور کارت: بالا رفتن و سایه بیشتر */
    .export-destinations .card:hover {
        transform: translateY(-8px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    }

    /* عکس داخل کارت */
    .export-destinations .card img {
        width: 100%;
        height: auto;
        border-radius: 8px;
        transition: transform 0.4s ease, filter 0.3s ease;
    }

    /* بزرگ شدن عکس هنگام هاور */
    .export-destinations .card:hover img {
        transform: scale(1.15);
        filter: brightness(1.05);
    }

    /* اسم کشور زیر عکس، پیشفرض مخفی */
    .export-destinations .country-name {
        display: none; /* کاملاً مخفی */
        font-size: 0.9rem;
        color: #333;
        margin-top: 8px;
        text-align: center;
        font-weight: 600;
    }

    /* نمایش اسم کشور هنگام هاور کارت */
    .export-destinations .card:hover .country-name {
        display: block;
    }

    /* تیتر بخش صادرات */
    .export-destinations h3 {
        font-weight: 700;
        color: #333;
        margin-bottom: 30px;
        text-align: center;
        font-size: 17px;
    }

    /* فاصله کارت‌ها در موبایل */
    @media (max-width: 768px) {
        .export-destinations .card {
            margin-bottom: 20px;
        }
    }
    /* ============================== End Export Image card country  ============================== */
    /*////////////////////////////////// team-card  ///////////////////////////////*/

    .font_title{
        font-size:22px;
    }

    .font_title_team{
        font-size:18px;
    }

    .team-card {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .team-card-body {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .team-card-content {
        flex: 1; /* محتوای اصلی کارت کشیده می‌شود */
    }

    .team-card-footer {
        margin-top: auto; /* همیشه پایین کارت */
    }
    /*///////////////////////////////// End team-card ////////////////////////////////////////////////////*/

    /*///////////////////////////////// about ////////////////////////////////////////////////////*/

    .font_about_company_title{
        font-size: 24px;
    }

    .font_about_under_title{
        font-size: 18px;

    }


    .font_about_content{
        font-size: 16px;

    }

    .font_size_content_bottom{
        font-size: 12px;
    }


    /*///////////////////////////////// End about ////////////////////////////////////////////////////*/
    /*///////////////////////////////// footer ////////////////////////////////////////////////////*/

    .font_footer_title{
        font-size: 18px;
    }

    .font_footer_content{
        font-size: 14px;

    }


    .font_size_content_footer{
        font-size: 12px;
    }




    .logo_damirtejarat_height{
        width: 100%;
        height: 100%;
    }

    .logo_DAMIRBAZAR_height{
        /*width: 100%;*/
        height: 80px;
    }


    /*///////////////////////////////// End footer ////////////////////////////////////////////////////*/

    /*////////////////////////////////////////کروسل خبر //////////////////////////////////////////*/

    #news{
        display:none;
    }

    #news_md{
        display:none;
    }

    #news_sm{

    }

    .news_Carousel_slide {
        width: 90%;
        padding: 10px 0;
        max-height: 1400px; /* کل باکس بیشتر از این بزرگ نشه */
        /*height: 450px;*/

    }

    .news_slide {
        /*background: #fff;*/
        border-radius: 12px;
        /*box-shadow: 0 2px 8px rgba(0,0,0,0.1);*/
        overflow: hidden;
        text-align: center;
        /*max-height: 300px; !* کل باکس بیشتر از این بزرگ نشه *!*/

        padding: 20px 20px;

    }

    .news_card {
        /*padding: 10px 10px;*/
    }

    /*.carousel_item img {*/
    /*    width: 100%;*/
    /*    height: 150px;*/
    /*}*/

    .news_img{
        width: 100%;
        height: 150px
    }

    .font_size{
        font-size: 13px;
    }



    .news_Carousel {
        padding: 5px;
        /*font-size: 14px;*/
    }


    /*!* تغییر رنگ فلش‌ها *!*/
    /*.swiper-button-next,*/
    /*.swiper-button-prev {*/
    /*    --swiper-navigation-color: #e4d2bd; !* رنگ دلخواه *!*/
    /*    --swiper-navigation-size: 30px; !* سایز فلش *!*/
    /*}*/



    /*    !* تغییر رنگ نقطه‌ها *!*/
    /*.swiper-pagination-bullet {*/
    /*    background: #999;   !* رنگ معمولی *!*/
    /*    opacity: 1;         !* پیش‌فرض کمرنگه، اینو کامل می‌کنیم *!*/
    /*}*/

    /*.swiper-pagination-bullet-active {*/
    /*    background: #000000;    !* رنگ نقطه فعال *!*/
    /*}*/
    /*////////////////////////////////////////کروسل خبر //////////////////////////////////////////*/
    /* فلش چپ با رنگ #e4d2bd */
    .carousel-control-prev-icon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e4d2bd' viewBox='0 0 8 8'%3E%3Cpath d='M5.5 0L4.78.72 1.56 4 4.78 7.28 5.5 8 0.5 4z'/%3E%3C/svg%3E");
    }

    /* فلش راست با رنگ #e4d2bd */
    .carousel-control-next-icon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e4d2bd' viewBox='0 0 8 8'%3E%3Cpath d='M2.5 0L3.22.72 6.44 4 3.22 7.28 2.5 8 7.5 4z'/%3E%3C/svg%3E");
    }

    /*.carousel-control-prev {*/
    /*    left: 110px;  !* کمی بیرون از کانتینر *!*/
    /*    !*bottom: 400px;*!*/
    /*    top: -670px;*/


    /*}*/

    /*.carousel-control-next {*/
    /*    right: 110px; !* کمی بیرون از کانتینر *!*/
    /*    !*bottom: 700px;*!*/
    /*    top: -670px;*/
    /*}*/

    .carousel-control-prev {
        left: -10px;  /* کمی بیرون از کانتینر */
        bottom: 350px;
    }

    .carousel-control-next {
        right: -10px; /* کمی بیرون از کانتینر */
        bottom: 350px;
    }
    /*////////////////////////////////////////کروسل خبر /////////////////////////////////////////*/
    /*////////////////////////////////////////لینک های کناری صفحه اخبار  /////////////////////////////////////////*/
    .news-links div {
        margin-bottom: 10px; /* فاصله بین لینک‌ها */
    }

    .news-link {
        display: flex;           /* برای قرار دادن دایره و متن کنار هم */
        align-items: center;
        color: #333 !important;
        text-decoration: none !important;
        font-weight: 500;
        font-size: 14px;
        transition: color 0.3s, transform 0.2s;
    }

    .news-link:hover {
        color: #afa297 !important;
        transform: translateX(5px);
    }

    /* دایره کوچک کنار لینک */
    .bullet {
        width: 8px;
        height: 8px;
        background-color: #8c7975;
        border-radius: 50%;
        display: inline-block;
        margin-right: 10px; /* فاصله دایره تا متن */
        margin-left: 10px;
    }

    /*////////////////////////////////////////لینک های کناری صفحه اخبار  /////////////////////////////////////////*/

    /*////////////////////////////////////// news page  /////////////////////////////////////////*/

    .font_size_news_side{
        font-size: 18px;
    }


    .font_size_news{
        font-size: 15px;
    }

    .fs_news_cat_date{
        font-size: 14px;
    }


    .fs_news_content{
        /*font-size: 14px;*/
    }


    /*////////////////////////////////////////خبر تک صفحه ای  /////////////////////////////////////////*/

}




@media screen and (min-width: 439px) and (max-width: 480px) {

    /*/////////////////////////////////////////s_ul_media/////////////////////////////*/

    .s_ul_media .s_li_media a {
        width: 35px;
        height: 35px;
        background-color: #000000;
        text-align: center;
        font-size: 20px;
        /*margin: 5px;*/
        display: block;
        border-radius: 50%;
        position: relative;
        overflow: hidden;
        border: 2px solid #373131;
        z-index: 2;
        /*margin-top: 30px;*/
    }

    .s_ul_media .s_li_media a .icon {
        position: relative;
        color: #ffffff;
        transition: .7s;
        z-index: 2;
        margin-top: 5px;
    }

    /*/////////////////////////////////////////End s_ul_media/////////////////////////////*/

    /*/////////////////////////////////////////master navbar////////////////////////////*/

    .flag_width{
        width: 39px;
        margin-top: 5px;
    }

    .media_margin{
        margin-top: 10px;
    }

    .media_margin_en{
        margin-top: 10px;
    }



    #translate_bar{
        height: 60px;
        background-color: #323237;
    }



    .logo_width{
        width: 80px;
    }

    .nav_font{
        font-size: 14px;
    }

    .nav_phone_font{
        /*font-size: 16px;*/
    }

    /*/////////////////////////////////////////End master navbar/////////////////////////////*/
    /*///////////////////////////////////header_carousel//////////////////////////////////*/
    .carousel-nav .nav-square {
        width: 16px;
        height: 16px;
        background-color: #b1acac;
        border: none;
        border-radius: 4px; /* کمی گردی گوشه */
        cursor: pointer;
        transition: background-color 0.3s;
    }


    .carousel_item img{
        width: 100%;
        /*height: 250px;*/
        height: 490px;
    }

    /*///////////////////////////////////End header carousel//////////////////////////////////*/

    .font_size_company_title{
        font-size: 28px;
    }

    .font_size_under_title{
        font-size: 17px;

    }

    .font_size_content{
        font-size: 16px;

    }


    .video_width{
        width: 400px;
    }
    .video_height{
        height: 300px;
    }

    #sss{
        background-image: url("../image/back01.png");
        height: 80vh;
        background-size: cover;
        background-position: center center;
    }

    #sss_en{
        background-image: url("../image/back01.png");
        height: 85vh;
        background-size: cover;
        background-position: center center;
    }

    .mt_lg_sss{
        margin-top: 20px;
    }

    .font_size_content_sss{
        font-size: 14px;
    }




    .font_title_h1{
        font-size: 24px;
    }




    #bbb{
        background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)) , url("../image/metal02.png") ;
        height:790px;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
    }


    #con{
        /*height:25vh;*/
        margin-top: -40px;
    }


    .font_size_consult{
        font-size: 14px;
    }

    .font_size_value{
        font-size: 14px;
    }

    .font_size_content_ccc{
        font-size: 13px;
    }

    #ccc {
        background-color: #1a1d20;
        height: 120px;
        display: flex;              /* فعال کردن Flexbox */
        justify-content: center;    /* وسط افقی */
        align-items: center;        /* وسط عمودی */
        text-align: center;         /* اگر متن چند خطی شد وسط چین باشه */
        color: #fff;                /* متن سفید روی پس زمینه تیره */
        padding: 0 20px;            /* فاصله از لبه‌ها */
    }

    /* ==============================  End Index page  ============================== */

    /* ==============================  export page  ============================== */

    .export_title{
        font-size: 25px;
    }

    .export_under_title{
        font-size: 15px;
    }

    .font_title_export{
        font-size: 22px;
    }

    #export-background{
        background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)) , url("../image/export.jpg") ;
        height:240px;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
    }


    /* ==============================  Export Image card country  ============================== */
    #export_img{
        background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)) , url("../image/metal03.png") ;
        height:3470px;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
    }
    /* کارت‌ها */
    .export-destinations .card {
        border: none;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
        background: #fff;
        text-align: center;
        cursor: pointer;

    }

    /* هاور کارت: بالا رفتن و سایه بیشتر */
    .export-destinations .card:hover {
        transform: translateY(-8px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    }

    /* عکس داخل کارت */
    .export-destinations .card img {
        width: 50%;
        height: auto;
        border-radius: 8px;
        transition: transform 0.4s ease, filter 0.3s ease;
    }

    /* بزرگ شدن عکس هنگام هاور */
    .export-destinations .card:hover img {
        transform: scale(1.15);
        filter: brightness(1.05);
    }

    /* اسم کشور زیر عکس، پیشفرض مخفی */
    .export-destinations .country-name {
        display: none; /* کاملاً مخفی */
        font-size: 0.9rem;
        color: #333;
        margin-top: 8px;
        text-align: center;
        font-weight: 600;
    }

    /* نمایش اسم کشور هنگام هاور کارت */
    .export-destinations .card:hover .country-name {
        display: block;
    }

    /* تیتر بخش صادرات */
    .export-destinations h3 {
        font-weight: 700;
        color: #333;
        margin-bottom: 30px;
        text-align: center;
        font-size: 22px;

    }

    /* فاصله کارت‌ها در موبایل */
    @media (max-width: 768px) {
        .export-destinations .card {
            margin-bottom: 20px;
        }
    }
    /* ============================== End Export Image card country  ============================== */

    /*////////////////////////////////// team-card  ///////////////////////////////*/

    .font_title{
        font-size:23px;
    }

    .font_title_team{
        font-size:18px;
    }


    .team-card {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .team-card-body {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .team-card-content {
        flex: 1; /* محتوای اصلی کارت کشیده می‌شود */
    }

    .team-card-footer {
        margin-top: auto; /* همیشه پایین کارت */
    }
    /*///////////////////////////////// End team-card ////////////////////////////////////////////////////*/

    /*///////////////////////////////// about ////////////////////////////////////////////////////*/

    .font_about_company_title{
        font-size: 28px;
    }

    .font_about_under_title{
        font-size: 17px;

    }


    .font_about_content{
        font-size: 16px;

    }

    .font_size_content_bottom{
        font-size: 14px;
    }


    /*///////////////////////////////// End about ////////////////////////////////////////////////////*/
    /*///////////////////////////////// footer ////////////////////////////////////////////////////*/


    .font_footer_content{
        font-size: 14px;

    }

    .font_footer_title{
        font-size: 17px;
    }

    .font_size_content_footer{
        font-size: 12px;
    }


    .logo_damirtejarat_height{
        /*width: 100%;*/
        height: 80px;
    }

    .logo_DAMIRBAZAR_height{
        /*width: 100%;*/
        height: 80px;
    }


    /*///////////////////////////////// End footer ////////////////////////////////////////////////////*/
    /*////////////////////////////////////////کروسل خبر //////////////////////////////////////////*/

    #news{
        display:none;
    }

    #news_md{
        display:none;
    }

    #news_sm{

    }

    .news_Carousel_slide {
        width: 50%;
        padding: 10px 0;
        max-height: 1400px; /* کل باکس بیشتر از این بزرگ نشه */

        /*height: 450px;*/

    }

    .news_slide {
        /*background: #fff;*/
        border-radius: 12px;
        /*box-shadow: 0 2px 8px rgba(0,0,0,0.1);*/
        overflow: hidden;
        text-align: center;
        /*max-height: 300px; !* کل باکس بیشتر از این بزرگ نشه *!*/

        padding: 20px 20px;

    }

    .news_card {
        /*padding: 10px 10px;*/
    }

    /*.carousel_item img {*/
    /*    width: 100%;*/
    /*    height: 150px;*/
    /*}*/

    .news_img{
        width: 100%;
        height: 150px
    }

    .font_size{
        font-size: 13px;
    }



    .news_Carousel {
        padding: 5px;
        /*font-size: 14px;*/
    }


    /*!* تغییر رنگ فلش‌ها *!*/
    /*.swiper-button-next,*/
    /*.swiper-button-prev {*/
    /*    --swiper-navigation-color: #e4d2bd; !* رنگ دلخواه *!*/
    /*    --swiper-navigation-size: 30px; !* سایز فلش *!*/
    /*}*/



    /*!* تغییر رنگ نقطه‌ها *!*/
    /*.swiper-pagination-bullet {*/
    /*    background: #999;   !* رنگ معمولی *!*/
    /*    opacity: 1;         !* پیش‌فرض کمرنگه، اینو کامل می‌کنیم *!*/
    /*}*/

    /*.swiper-pagination-bullet-active {*/
    /*    background: #000000;    !* رنگ نقطه فعال *!*/
    /*}*/
    /*////////////////////////////////////////کروسل خبر //////////////////////////////////////////*/
    /* فلش چپ با رنگ #e4d2bd */
    .carousel-control-prev-icon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e4d2bd' viewBox='0 0 8 8'%3E%3Cpath d='M5.5 0L4.78.72 1.56 4 4.78 7.28 5.5 8 0.5 4z'/%3E%3C/svg%3E");
    }

    /* فلش راست با رنگ #e4d2bd */
    .carousel-control-next-icon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e4d2bd' viewBox='0 0 8 8'%3E%3Cpath d='M2.5 0L3.22.72 6.44 4 3.22 7.28 2.5 8 7.5 4z'/%3E%3C/svg%3E");
    }

    /*.carousel-control-prev {*/
    /*    left: 180px;  !* کمی بیرون از کانتینر *!*/
    /*    !*bottom: 400px;*!*/
    /*    top: -720px;*/


    /*}*/

    /*.carousel-control-next {*/
    /*    right: 180px; !* کمی بیرون از کانتینر *!*/
    /*    !*bottom: 700px;*!*/
    /*    top: -720px;*/
    /*}*/

    .carousel-control-prev {
        left: -10px;  /* کمی بیرون از کانتینر */
        bottom: 350px;
    }

    .carousel-control-next {
        right: -10px; /* کمی بیرون از کانتینر */
        bottom: 350px;
    }
    /*////////////////////////////////////////کروسل خبر /////////////////////////////////////////*/
    /*////////////////////////////////////////لینک های کناری صفحه اخبار  /////////////////////////////////////////*/
    .news-links div {
        margin-bottom: 10px; /* فاصله بین لینک‌ها */
    }

    .news-link {
        display: flex;           /* برای قرار دادن دایره و متن کنار هم */
        align-items: center;
        color: #333 !important;
        text-decoration: none !important;
        font-weight: 500;
        font-size: 1rem;
        transition: color 0.3s, transform 0.2s;
    }

    .news-link:hover {
        color: #afa297 !important;
        transform: translateX(5px);
    }

    /* دایره کوچک کنار لینک */
    .bullet {
        width: 8px;
        height: 8px;
        background-color: #8c7975;
        border-radius: 50%;
        display: inline-block;
        margin-right: 10px; /* فاصله دایره تا متن */
        margin-left: 10px;
    }

    /*////////////////////////////////////// news page  /////////////////////////////////////////*/

    .font_size_news_side{
        font-size: 20px;
    }


    .font_size_news{
        font-size: 16px;
    }

    .fs_news_cat_date{
        font-size: 14px;
    }


    .fs_news_content{
        font-size: 14px;
    }
    /*////////////////////////////////////// End news page  /////////////////////////////////////////*/



}

@media screen and (min-width: 481px) and (max-width: 640px) {
    /*/////////////////////////////////////////s_ul_media/////////////////////////////*/

    .s_ul_media .s_li_media a {
        width: 35px;
        height: 35px;
        background-color: #000000;
        text-align: center;
        font-size: 20px;
        /*margin: 4px;*/
        display: block;
        border-radius: 50%;
        position: relative;
        overflow: hidden;
        border: 2px solid #373131;
        z-index: 2;
    }

    .s_ul_media .s_li_media a .icon {
        position: relative;
        color: #ffffff;
        transition: .7s;
        z-index: 2;
        margin-top: 5px;
    }

    /*/////////////////////////////////////////End s_ul_media/////////////////////////////*/

    /*/////////////////////////////////////////master navbar////////////////////////////*/

    .flag_width{
        width: 41px;
    }

    .media_margin{
        margin-top: 10px;
    }

    .logo_width{
        width: 90px;
    }

    #translate_bar{
        height: 50px;
        background-color: #323237;
    }

    .nav_font{
        font-size: 14px;
    }

    .nav_phone_font{
        /*font-size: 16px;*/
    }

    /*/////////////////////////////////////////End master navbar/////////////////////////////*/
    /*///////////////////////////////////header_carousel//////////////////////////////////*/
    .carousel-nav .nav-square {
        width: 18px;
        height: 18px;
        background-color: #b1acac;
        border: none;
        border-radius: 4px; /* کمی گردی گوشه */
        cursor: pointer;
        transition: background-color 0.3s;
    }


    .carousel_item img{
        width: 100%;
        /*height: 290px;*/
        height: 190px;
    }

    /*///////////////////////////////////End header carousel//////////////////////////////////*/


    .font_size_company_title{
        font-size: 28px;
    }

    .font_size_under_title{
        font-size: 18px;

    }


    .font_size_content{
        font-size: 17px;

    }


    .video_width{
        width: 520px;
    }
    .video_height{
        height: 370px;
    }




    #sss{
        background-image: url("../image/back01.png");
        height: 77vh;
        background-size: cover;
        background-position: center center;
    }

    #sss_en{
        background-image: url("../image/back01.png");
        height: 77vh;
        background-size: cover;
        background-position: center center;
    }




    .font_size_content_sss{
        font-size: 16px;
    }


    #bbb{
        background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)) , url("../image/metal02.png") ;
        height:860px;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
    }

    #con{
        margin-top: -50px;
    }

    .font_title_h1{
        font-size: 26px;
    }

    .font_size_consult{
        font-size: 17px;
    }

    .font_size_value{
        font-size: 16px;
    }

    .font_size_content_ccc{
        font-size: 14px;
    }

    #ccc {
        background-color: #1a1d20;
        height: 120px;
        display: flex;              /* فعال کردن Flexbox */
        justify-content: center;    /* وسط افقی */
        align-items: center;        /* وسط عمودی */
        text-align: center;         /* اگر متن چند خطی شد وسط چین باشه */
        color: #fff;                /* متن سفید روی پس زمینه تیره */
        padding: 0 20px;            /* فاصله از لبه‌ها */
    }

    /* ==============================  export page  ============================== */

    .export_title{
        font-size: 25px;
    }

    .export_under_title{
        font-size: 15px;
    }

    .font_title_export{
        font-size: 22px;
    }




    #export-background{
        background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)) , url("../image/export.jpg") ;
        height:240px;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
    }


    /* ==============================  Export Image card country  ============================== */
    #export_img{
        background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)) , url("../image/metal03.png") ;
        height:2120px;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
    }
    /* کارت‌ها */
    .export-destinations .card {
        border: none;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
        background: #fff;
        text-align: center;
        cursor: pointer;

    }

    /* هاور کارت: بالا رفتن و سایه بیشتر */
    .export-destinations .card:hover {
        transform: translateY(-8px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    }

    /* عکس داخل کارت */
    .export-destinations .card img {
        width: 100%;
        height: auto;
        border-radius: 8px;
        transition: transform 0.4s ease, filter 0.3s ease;
    }

    /* بزرگ شدن عکس هنگام هاور */
    .export-destinations .card:hover img {
        transform: scale(1.15);
        filter: brightness(1.05);
    }

    /* اسم کشور زیر عکس، پیشفرض مخفی */
    .export-destinations .country-name {
        display: none; /* کاملاً مخفی */
        font-size: 0.9rem;
        color: #333;
        margin-top: 8px;
        text-align: center;
        font-weight: 600;
    }

    /* نمایش اسم کشور هنگام هاور کارت */
    .export-destinations .card:hover .country-name {
        display: block;
    }

    /* تیتر بخش صادرات */
    .export-destinations h3 {
        font-weight: 700;
        color: #333;
        margin-bottom: 30px;
        text-align: center;
        font-size: 21px;
    }

    /* فاصله کارت‌ها در موبایل */
    @media (max-width: 768px) {
        .export-destinations .card {
            margin-bottom: 20px;
        }
    }
    /* ============================== End Export Image card country  ============================== */
    /*////////////////////////////////// team-card  ///////////////////////////////*/

    .font_title{
        font-size:26px;
    }

    .font_title_team{
        font-size:23px;
    }

    .font_title_content{
        font-size: 17px;
    }


    .team-card {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .team-card-body {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .team-card-content {
        flex: 1; /* محتوای اصلی کارت کشیده می‌شود */
    }

    .team-card-footer {
        margin-top: auto; /* همیشه پایین کارت */
    }
    /*///////////////////////////////// End team-card ////////////////////////////////////////////////////*/
    /*///////////////////////////////// about ////////////////////////////////////////////////////*/

    .font_about_company_title{
        font-size: 28px;
    }

    .font_about_under_title{
        font-size: 18px;

    }


    .font_about_content{
        font-size: 17px;

    }

    .font_size_content_bottom{
        font-size: 16px;
    }


    /*///////////////////////////////// End about ////////////////////////////////////////////////////*/
    /*///////////////////////////////// footer ////////////////////////////////////////////////////*/


    .font_footer_content{
        font-size: 14px;

    }

    .font_footer_title{
        font-size: 19px;
    }

    .font_size_content_footer{
        font-size: 12px;
    }

    .logo_damirtejarat_height{
        /*width: 100%;*/
        height: 80px;
    }

    .logo_DAMIRBAZAR_height{
        /*width: 100%;*/
        height: 80px;
    }

    /*///////////////////////////////// End footer ////////////////////////////////////////////////////*/
    /*////////////////////////////////////////کروسل خبر //////////////////////////////////////////*/

    #news{
        display:none;
    }

    #news_md{
        display:none;
    }

    #news_sm{

    }

    .news_Carousel_slide {
        width: 50%;
        padding: 10px 0;
        max-height: 1400px; /* کل باکس بیشتر از این بزرگ نشه */

        /*height: 450px;*/

    }

    .news_slide {
        /*background: #fff;*/
        border-radius: 12px;
        /*box-shadow: 0 2px 8px rgba(0,0,0,0.1);*/
        overflow: hidden;
        text-align: center;
        /*max-height: 300px; !* کل باکس بیشتر از این بزرگ نشه *!*/

        padding: 20px 20px;

    }

    .news_card {
        /*padding: 10px 10px;*/
    }

    /*.carousel_item img {*/
    /*    width: 100%;*/
    /*    height: 150px;*/
    /*}*/

    .news_img{
        width: 100%;
        height: 150px
    }

    .font_size{
        font-size: 13px;
    }



    .news_Carousel {
        padding: 5px;
        /*font-size: 14px;*/
    }


    /*!* تغییر رنگ فلش‌ها *!*/
    /*.swiper-button-next,*/
    /*.swiper-button-prev {*/
    /*    --swiper-navigation-color: #e4d2bd; !* رنگ دلخواه *!*/
    /*    --swiper-navigation-size: 30px; !* سایز فلش *!*/
    /*}*/



    /*!* تغییر رنگ نقطه‌ها *!*/
    /*.swiper-pagination-bullet {*/
    /*    background: #999;   !* رنگ معمولی *!*/
    /*    opacity: 1;         !* پیش‌فرض کمرنگه، اینو کامل می‌کنیم *!*/
    /*}*/

    /*.swiper-pagination-bullet-active {*/
    /*    background: #000000;    !* رنگ نقطه فعال *!*/
    /*}*/
    /*////////////////////////////////////////کروسل خبر //////////////////////////////////////////*/
    /* فلش چپ با رنگ #e4d2bd */
    .carousel-control-prev-icon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e4d2bd' viewBox='0 0 8 8'%3E%3Cpath d='M5.5 0L4.78.72 1.56 4 4.78 7.28 5.5 8 0.5 4z'/%3E%3C/svg%3E");
    }

    /* فلش راست با رنگ #e4d2bd */
    .carousel-control-next-icon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e4d2bd' viewBox='0 0 8 8'%3E%3Cpath d='M2.5 0L3.22.72 6.44 4 3.22 7.28 2.5 8 7.5 4z'/%3E%3C/svg%3E");
    }

    /*.carousel-control-prev {*/
    /*    left: 250px;  !* کمی بیرون از کانتینر *!*/
    /*    !*bottom: 400px;*!*/
    /*    top: -700px;*/
    /*}*/

    /*.carousel-control-next {*/
    /*    right: 250px; !* کمی بیرون از کانتینر *!*/
    /*    top: -700px;*/
    /*}*/

    .carousel-control-prev {
        left: -10px;  /* کمی بیرون از کانتینر */
        bottom: 350px;
    }

    .carousel-control-next {
        right: -10px; /* کمی بیرون از کانتینر */
        bottom: 350px;
    }
    /*////////////////////////////////////////کروسل خبر /////////////////////////////////////////*/
    /*////////////////////////////////////////لینک های کناری صفحه اخبار  /////////////////////////////////////////*/
    .news-links div {
        margin-bottom: 10px; /* فاصله بین لینک‌ها */
    }

    .news-link {
        display: flex;           /* برای قرار دادن دایره و متن کنار هم */
        align-items: center;
        color: #333 !important;
        text-decoration: none !important;
        font-weight: 500;
        font-size: 1rem;
        transition: color 0.3s, transform 0.2s;
    }

    .news-link:hover {
        color: #afa297 !important;
        transform: translateX(5px);
    }

    /* دایره کوچک کنار لینک */
    .bullet {
        width: 8px;
        height: 8px;
        background-color: #8c7975;
        border-radius: 50%;
        display: inline-block;
        margin-right: 10px; /* فاصله دایره تا متن */
        margin-left: 10px;
    }


    /*////////////////////////////////////// news page  /////////////////////////////////////////*/

    .font_size_news_side{
        font-size: 22px;
    }


    .font_size_news{
        font-size: 17px;
    }

    .fs_news_cat_date{
        font-size: 14px;
    }


    .fs_news_content{
        font-size: 14px;
    }
    /*////////////////////////////////////// End news page  /////////////////////////////////////////*/



}


@media screen and (min-width: 641px) and (max-width: 720px) {
    /*/////////////////////////////////////////s_ul_media/////////////////////////////*/

    .s_ul_media .s_li_media a {
        width: 35px;
        height: 35px;
        background-color: #000000;
        text-align: center;
        font-size: 20px;
        /*margin: 4px;*/
        display: block;
        border-radius: 50%;
        position: relative;
        overflow: hidden;
        border: 2px solid #373131;
        z-index: 2;
    }

    .s_ul_media .s_li_media a .icon {
        position: relative;
        color: #ffffff;
        transition: .7s;
        z-index: 2;
        margin-top: 5px;
    }

    /*/////////////////////////////////////////End s_ul_media/////////////////////////////*/

    /*/////////////////////////////////////////master navbar////////////////////////////*/

    .flag_width{
        width: 43px;
    }

    .logo_width{
        width: 90px;
    }

    #translate_bar{
        height: 50px;
        background-color: #323237;
    }

    .nav_font{
        font-size: 14px;
    }

    .nav_phone_font{
        font-size: 17px;
    }

    /*/////////////////////////////////////////End master navbar/////////////////////////////*/
    /*/////////////////////////////////////////End master/////////////////////////////*/


    /*///////////////////////////////////header carousel//////////////////////////////////*/

    .carousel-nav .nav-square {
        width: 20px;
        height: 20px;
        background-color: #b1acac;
        border: none;
        border-radius: 4px; /* کمی گردی گوشه */
        cursor: pointer;
        transition: background-color 0.3s;
    }

    .carousel_item img{
        width: 100%;
        /*height: 330px;*/
        height: 220px;
    }

    /*///////////////////////////////////End header carousel//////////////////////////////////*/


    .video_width{
        width: 520px;
    }
    .video_height{
        height: 310px;
    }



    #sss{
        background-image: url("../image/back01.png");
        height: 79vh;
        background-size: cover;
        background-position: center center;
    }

    #sss_en{
        background-image: url("../image/back01.png");
        height: 80vh;
        background-size: cover;
        background-position: center center;
    }


    .mt_s{
        /*margin-top: -65px;*/
    }


    #bbb{
        background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)) , url("../image/metal02.png") ;
        height:850px;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
    }

    #con{
        /*height:27vh;*/
        margin-top: -50px;
    }


    .font_size_company_title{
        font-size: 30px;
    }

    .font_size_under_title{
        font-size: 19px;

    }


    .font_size_content{
        font-size: 17px;

    }

    .font_size_content_sss{
        font-size: 16px;
    }

    .font_title_h1{
        font-size: 25px;
    }


    .font_size_consult{
        font-size: 17px;
    }

    .font_size_value{
        font-size: 16px;
    }

    .font_size_content_ccc{
        font-size: 15px;
    }
    #ccc {
        background-color: #1a1d20;
        height: 120px;
        display: flex;              /* فعال کردن Flexbox */
        justify-content: center;    /* وسط افقی */
        align-items: center;        /* وسط عمودی */
        text-align: center;         /* اگر متن چند خطی شد وسط چین باشه */
        color: #fff;                /* متن سفید روی پس زمینه تیره */
        padding: 0 20px;            /* فاصله از لبه‌ها */
    }

    /* ==============================  export page  ============================== */

    .export_title{
        font-size: 26px;
    }

    .export_under_title{
        font-size: 16px;
    }

    .font_title_export{
        font-size: 23px;
    }


    #export-background{
        background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)) , url("../image/export.jpg") ;
        height:240px;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
    }


    /* ==============================  Export Image card country  ============================== */
    #export_img{
        background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)) , url("../image/metal03.png") ;
        height:2120px;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
    }
    /* کارت‌ها */
    .export-destinations .card {
        border: none;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
        background: #fff;
        text-align: center;
        cursor: pointer;

    }

    /* هاور کارت: بالا رفتن و سایه بیشتر */
    .export-destinations .card:hover {
        transform: translateY(-8px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    }

    /* عکس داخل کارت */
    .export-destinations .card img {
        width: 100%;
        height: auto;
        border-radius: 8px;
        transition: transform 0.4s ease, filter 0.3s ease;
    }

    /* بزرگ شدن عکس هنگام هاور */
    .export-destinations .card:hover img {
        transform: scale(1.15);
        filter: brightness(1.05);
    }

    /* اسم کشور زیر عکس، پیشفرض مخفی */
    .export-destinations .country-name {
        display: none; /* کاملاً مخفی */
        font-size: 0.9rem;
        color: #333;
        margin-top: 8px;
        text-align: center;
        font-weight: 600;
    }

    /* نمایش اسم کشور هنگام هاور کارت */
    .export-destinations .card:hover .country-name {
        display: block;
    }

    /* تیتر بخش صادرات */
    .export-destinations h3 {
        font-weight: 700;
        color: #333;
        margin-bottom: 35px;
        text-align: center;
        font-size: 22px;
    }

    /* فاصله کارت‌ها در موبایل */
    @media (max-width: 768px) {
        .export-destinations .card {
            margin-bottom: 20px;
        }
    }
    /* ============================== End Export Image card country  ============================== */
    /*////////////////////////////////// team-card  ///////////////////////////////*/

    .font_title{
        font-size:28px;
    }

    .font_title_team{
        font-size:24px;
    }

    .font_title_content{
        font-size: 18px;
    }


    .team-card {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .team-card-body {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .team-card-content {
        flex: 1; /* محتوای اصلی کارت کشیده می‌شود */
    }

    .team-card-footer {
        margin-top: auto; /* همیشه پایین کارت */
    }
    /*///////////////////////////////// End team-card ////////////////////////////////////////////////////*/
    /*///////////////////////////////// about ////////////////////////////////////////////////////*/

    .font_about_company_title{
        font-size: 30px;
    }

    .font_about_under_title{
        font-size: 19px;

    }


    .font_about_content{
        font-size: 17px;

    }

    .font_size_content_bottom{
        font-size: 16px;
    }


    /*///////////////////////////////// End about ////////////////////////////////////////////////////*/
    /*///////////////////////////////// footer ////////////////////////////////////////////////////*/


    .font_footer_content{
        font-size: 16px;

    }

    .font_footer_title{
        font-size: 20px;
    }


    .logo_damirtejarat_height{
        /*width: 100%;*/
        height: 80px;
    }

    .logo_DAMIRBAZAR_height{
        /*width: 100%;*/
        height: 80px;
    }

    /*///////////////////////////////// End footer ////////////////////////////////////////////////////*/
    /*////////////////////////////////////////کروسل خبر //////////////////////////////////////////*/

    #news{
        display:none;
    }

    #news_md{
        display:none;
    }

    #news_sm{

    }

    .news_Carousel_slide {
        width: 50%;
        padding: 10px 0;
        max-height: 1400px; /* کل باکس بیشتر از این بزرگ نشه */

        /*height: 450px;*/

    }

    .news_slide {
        /*background: #fff;*/
        border-radius: 12px;
        /*box-shadow: 0 2px 8px rgba(0,0,0,0.1);*/
        overflow: hidden;
        text-align: center;
        /*max-height: 300px; !* کل باکس بیشتر از این بزرگ نشه *!*/

        padding: 20px 20px;

    }

    .news_card {
        /*padding: 10px 10px;*/
    }

    /*.carousel_item img {*/
    /*    width: 100%;*/
    /*    height: 150px;*/
    /*}*/

    .news_img{
        width: 100%;
        height: 150px
    }

    .font_size{
        font-size: 14px;
    }



    .news_Carousel {
        padding: 5px;
        /*font-size: 14px;*/
    }


    /*!* تغییر رنگ فلش‌ها *!*/
    /*.swiper-button-next,*/
    /*.swiper-button-prev {*/
    /*    --swiper-navigation-color: #e4d2bd; !* رنگ دلخواه *!*/
    /*    --swiper-navigation-size: 30px; !* سایز فلش *!*/
    /*}*/



    /*!* تغییر رنگ نقطه‌ها *!*/
    /*.swiper-pagination-bullet {*/
    /*    background: #999;   !* رنگ معمولی *!*/
    /*    opacity: 1;         !* پیش‌فرض کمرنگه، اینو کامل می‌کنیم *!*/
    /*}*/

    /*.swiper-pagination-bullet-active {*/
    /*    background: #000000;    !* رنگ نقطه فعال *!*/
    /*}*/
    /*////////////////////////////////////////کروسل خبر //////////////////////////////////////////*/
    /* فلش چپ با رنگ #e4d2bd */
    .carousel-control-prev-icon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e4d2bd' viewBox='0 0 8 8'%3E%3Cpath d='M5.5 0L4.78.72 1.56 4 4.78 7.28 5.5 8 0.5 4z'/%3E%3C/svg%3E");
    }

    /* فلش راست با رنگ #e4d2bd */
    .carousel-control-next-icon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e4d2bd' viewBox='0 0 8 8'%3E%3Cpath d='M2.5 0L3.22.72 6.44 4 3.22 7.28 2.5 8 7.5 4z'/%3E%3C/svg%3E");
    }

    /*.carousel-control-prev {*/
    /*    left: 280px;  !* کمی بیرون از کانتینر *!*/
    /*    !*bottom: 400px;*!*/
    /*    top: -700px;*/


    /*}*/

    /*.carousel-control-next {*/
    /*    right: 280px; !* کمی بیرون از کانتینر *!*/
    /*    !*bottom: 700px;*!*/
    /*    top: -700px;*/
    /*}*/

    .carousel-control-prev {
        left: -10px;  /* کمی بیرون از کانتینر */
        bottom: 350px;
    }

    .carousel-control-next {
        right: -10px; /* کمی بیرون از کانتینر */
        bottom: 350px;
    }
    /*////////////////////////////////////////کروسل خبر /////////////////////////////////////////*/
    /*////////////////////////////////////////لینک های کناری صفحه اخبار  /////////////////////////////////////////*/
    .news-links div {
        margin-bottom: 10px; /* فاصله بین لینک‌ها */
    }

    .news-link {
        display: flex;           /* برای قرار دادن دایره و متن کنار هم */
        align-items: center;
        color: #333 !important;
        text-decoration: none !important;
        font-weight: 500;
        font-size: 1rem;
        transition: color 0.3s, transform 0.2s;
    }

    .news-link:hover {
        color: #afa297 !important;
        transform: translateX(5px);
    }

    /* دایره کوچک کنار لینک */
    .bullet {
        width: 8px;
        height: 8px;
        background-color: #8c7975;
        border-radius: 50%;
        display: inline-block;
        margin-right: 10px; /* فاصله دایره تا متن */
        margin-left: 10px;
    }

    /*////////////////////////////////////// news page  /////////////////////////////////////////*/

    .font_size_news_side{
        font-size: 22px;
    }


    .font_size_news{
        font-size: 17px;
    }

    .fs_news_cat_date{
        font-size: 14px;
    }


    .fs_news_content{
        font-size: 14px;
    }
    /*////////////////////////////////////// End news page  /////////////////////////////////////////*/


    /*////////////////////////////////////////خبر تک صفحه ای  /////////////////////////////////////////*/




}

@media screen and (min-width: 721px) and (max-width: 800px) {
    /*/////////////////////////////////////////master////////////////////////////*/
    /*/////////////////////////////////////////s_ul_media/////////////////////////////*/

    .s_ul_media .s_li_media a {
        width: 37px;
        height: 37px;
        background-color: #000000;
        text-align: center;
        font-size: 21px;
        /*margin: 4px;*/
        display: block;
        border-radius: 50%;
        position: relative;
        overflow: hidden;
        border: 2px solid #373131;
        z-index: 2;
    }

    .s_ul_media .s_li_media a .icon {
        position: relative;
        color: #ffffff;
        transition: .7s;
        z-index: 2;
        margin-top: 6px;
    }

    /*/////////////////////////////////////////End s_ul_media/////////////////////////////*/

    /*/////////////////////////////////////////master navbar////////////////////////////*/

    .flag_width{
        width: 44px;
    }

    .logo_width{
        width: 100px;
    }

    #translate_bar{
        height: 50px;
        background-color: #323237;
    }

    .nav_font{
        font-size: 15px;
    }

    .nav_phone_font{
        font-size: 18px;
    }

    /*/////////////////////////////////////////End master navbar/////////////////////////////*/
    /*/////////////////////////////////////////End master/////////////////////////////*/

    /*///////////////////////////////////header carousel//////////////////////////////////*/

    .carousel-nav .nav-square {
        width: 20px;
        height: 20px;
        background-color: #b1acac;
        border: none;
        border-radius: 4px; /* کمی گردی گوشه */
        cursor: pointer;
        transition: background-color 0.3s;
    }

    .carousel_item img{
        width: 100%;
        height: 230px;
    }

    /*///////////////////////////////////End header carousel//////////////////////////////////*/




    .video_width{
        width: 405px;
    }

    .video_height{
        height: 305px;
    }



    .font_size_company_title{
        font-size: 26px;
    }

    .font_size_under_title{
        font-size: 16px;

    }

    .font_size_content{
        font-size: 15px;

    }

    .font_title_h1{
        font-size: 25px;
    }



    .font_size_content_sss{
        font-size: 15px;
    }


    .font_size_consult{
        font-size: 15px;
    }

    .font_size_value{
        font-size: 15px;
    }

    .font_size_content_ccc{
        font-size: 14px;
    }




    .mt_lg_sss{
        /*margin-top: 18px;*/
    }

    #con h1{
        height:5vh;
        margin-top: 10px;
    }





    #sss{
        background-image: url("../image/back01.png");
        height: 59vh;
        background-size: cover;
        background-position: center center;

    }

    #sss_en{
        background-image: url("../image/back01.png");
        height: 65vh;
        background-size: cover;
        background-position: center center;
    }


    #bbb{
        background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)) , url("../image/metal02.png") ;
        height:770px;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
    }

    #con{
        height:27vh;
        margin-top: -50px;
    }

    #ccc {
        background-color: #1a1d20;
        height: 120px;
        display: flex;              /* فعال کردن Flexbox */
        justify-content: center;    /* وسط افقی */
        align-items: center;        /* وسط عمودی */
        text-align: center;         /* اگر متن چند خطی شد وسط چین باشه */
        color: #fff;                /* متن سفید روی پس زمینه تیره */
        padding: 0 20px;            /* فاصله از لبه‌ها */
    }

    /* ==============================  export page  ============================== */

    .export_title{
        font-size: 27px;
    }

    .export_under_title{
        font-size: 16px;
    }

    .font_title_export{
        font-size: 24px;
    }

    #export-background{
        background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)) , url("../image/export.jpg") ;
        height:240px;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
    }


    /* ==============================  Export Image card country  ============================== */
    #export_img{
        background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)) , url("../image/metal03.png") ;
        height:1550px;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
    }
    /* کارت‌ها */
    .export-destinations .card {
        border: none;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
        background: #fff;
        text-align: center;
        cursor: pointer;
    }

    /* هاور کارت: بالا رفتن و سایه بیشتر */
    .export-destinations .card:hover {
        transform: translateY(-8px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    }

    /* عکس داخل کارت */
    .export-destinations .card img {
        width: 100%;
        height: auto;
        border-radius: 8px;
        transition: transform 0.4s ease, filter 0.3s ease;
    }

    /* بزرگ شدن عکس هنگام هاور */
    .export-destinations .card:hover img {
        transform: scale(1.15);
        filter: brightness(1.05);
    }

    /* اسم کشور زیر عکس، پیشفرض مخفی */
    .export-destinations .country-name {
        display: none; /* کاملاً مخفی */
        font-size: 0.9rem;
        color: #333;
        margin-top: 8px;
        text-align: center;
        font-weight: 600;
    }

    /* نمایش اسم کشور هنگام هاور کارت */
    .export-destinations .card:hover .country-name {
        display: block;
    }

    /* تیتر بخش صادرات */
    .export-destinations h3 {
        font-weight: 700;
        color: #333;
        margin-bottom: 30px;
        text-align: center;

    }

    /* فاصله کارت‌ها در موبایل */
    @media (max-width: 768px) {
        .export-destinations .card {
            margin-bottom: 20px;
        }
    }
    /* ============================== End Export Image card country  ============================== */

    /*////////////////////////////////// team-card  ///////////////////////////////*/
    .font_title{
        font-size:30px;
    }

    .font_title_team{
        font-size:26px;
    }

    .font_title_content{
        font-size: 18px;
    }

    .team-card {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .team-card-body {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .team-card-content {
        flex: 1; /* محتوای اصلی کارت کشیده می‌شود */
    }

    .team-card-footer {
        margin-top: auto; /* همیشه پایین کارت */
    }
    /*///////////////////////////////// End team-card ////////////////////////////////////////////////////*/
    /*///////////////////////////////// about ////////////////////////////////////////////////////*/

    .font_about_company_title{
        font-size: 26px;
    }

    .font_about_under_title{
        font-size: 20px;

    }


    .font_about_content{
        font-size: 18px;

    }

    .font_size_content_bottom{
        font-size: 16px;
    }


    /*///////////////////////////////// End about ////////////////////////////////////////////////////*/
    /*///////////////////////////////// footer ////////////////////////////////////////////////////*/


    .font_footer_content{
        font-size: 15px;

    }

    .font_footer_title{
        font-size: 19px;
    }



    .logo_damirtejarat_height{
        /*width: 100%;*/
        height: 80px;
    }

    .logo_DAMIRBAZAR_height{
        /*width: 100%;*/
        height: 80px;
    }


    /*///////////////////////////////// End footer ////////////////////////////////////////////////////*/
    /*////////////////////////////////////////کروسل خبر //////////////////////////////////////////*/

    #news{
        display:none;
    }

    #news_md{

    }

    #news_sm{
        display:none;
    }

    .news_Carousel_slide {
        width: 50%;
        padding: 10px 0;
        max-height: 1400px; /* کل باکس بیشتر از این بزرگ نشه */

        /*height: 450px;*/

    }

    .news_slide {
        /*background: #fff;*/
        border-radius: 12px;
        /*box-shadow: 0 2px 8px rgba(0,0,0,0.1);*/
        overflow: hidden;
        text-align: center;
        /*max-height: 300px; !* کل باکس بیشتر از این بزرگ نشه *!*/

        padding: 10px 0;

    }

    .news_card {
        padding: 5px 0;
    }

    /*.carousel_item img {*/
    /*    width: 100%;*/
    /*    height: 150px;*/
    /*}*/

    .news_img{
        width: 100%;
        height: 150px
    }

    .font_size{
        font-size: 15px;
    }



    .news_Carousel {
        padding: 10px;
        /*font-size: 14px;*/
    }


    /*!* تغییر رنگ فلش‌ها *!*/
    /*.swiper-button-next,*/
    /*.swiper-button-prev {*/
    /*    --swiper-navigation-color: #e4d2bd; !* رنگ دلخواه *!*/
    /*    --swiper-navigation-size: 30px; !* سایز فلش *!*/
    /*}*/



    /*!* تغییر رنگ نقطه‌ها *!*/
    /*.swiper-pagination-bullet {*/
    /*    background: #999;   !* رنگ معمولی *!*/
    /*    opacity: 1;         !* پیش‌فرض کمرنگه، اینو کامل می‌کنیم *!*/
    /*}*/

    /*.swiper-pagination-bullet-active {*/
    /*    background: #000000;    !* رنگ نقطه فعال *!*/
    /*}*/
    /*////////////////////////////////////////کروسل خبر //////////////////////////////////////////*/
    /* فلش چپ با رنگ #e4d2bd */
    .carousel-control-prev-icon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e4d2bd' viewBox='0 0 8 8'%3E%3Cpath d='M5.5 0L4.78.72 1.56 4 4.78 7.28 5.5 8 0.5 4z'/%3E%3C/svg%3E");
    }

    /* فلش راست با رنگ #e4d2bd */
    .carousel-control-next-icon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e4d2bd' viewBox='0 0 8 8'%3E%3Cpath d='M2.5 0L3.22.72 6.44 4 3.22 7.28 2.5 8 7.5 4z'/%3E%3C/svg%3E");
    }

    /*.carousel-control-prev {*/
    /*    left: 300px;  !* کمی بیرون از کانتینر *!*/
    /*    !*bottom: 400px;*!*/
    /*    top: -100px;*/


    /*}*/

    /*.carousel-control-next {*/
    /*    right: 300px; !* کمی بیرون از کانتینر *!*/
    /*    !*bottom: 700px;*!*/
    /*    top: -700px;*/
    /*}*/


    .carousel-control-prev {
        left: -10px;  /* کمی بیرون از کانتینر */
        bottom: 350px;
    }

    .carousel-control-next {
        right: -10px; /* کمی بیرون از کانتینر */
        bottom: 350px;
    }
    /*////////////////////////////////////////کروسل خبر /////////////////////////////////////////*/
    /*////////////////////////////////////////لینک های کناری صفحه اخبار  /////////////////////////////////////////*/
    .news-links div {
        margin-bottom: 10px; /* فاصله بین لینک‌ها */
    }

    .news-link {
        display: flex;           /* برای قرار دادن دایره و متن کنار هم */
        align-items: center;
        color: #333 !important;
        text-decoration: none !important;
        font-weight: 500;
        font-size: 1rem;
        transition: color 0.3s, transform 0.2s;
    }

    .news-link:hover {
        color: #afa297 !important;
        transform: translateX(5px);
    }

    /* دایره کوچک کنار لینک */
    .bullet {
        width: 8px;
        height: 8px;
        background-color: #8c7975;
        border-radius: 50%;
        display: inline-block;
        margin-right: 10px; /* فاصله دایره تا متن */
        margin-left: 10px;
    }

    /*////////////////////////////////////// news page  /////////////////////////////////////////*/

    .font_size_news_side{
        font-size: 23px;
    }


    .font_size_news{
        font-size: 17px;
    }

    .fs_news_cat_date{
        font-size: 14px;
    }


    .fs_news_content{
        font-size: 14px;
    }
    /*////////////////////////////////////// End news page  /////////////////////////////////////////*/


}

@media screen and (min-width: 801px) and (max-width: 990px) {
    /*/////////////////////////////////////////master////////////////////////////*/
    /*/////////////////////////////////////////s_ul_media/////////////////////////////*/

    .s_ul_media .s_li_media a {
        width: 38px;
        height: 38px;
        background-color: #000000;
        text-align: center;
        font-size: 21px;
        /*margin: 4px;*/
        display: block;
        border-radius: 50%;
        position: relative;
        overflow: hidden;
        border: 2px solid #373131;
        z-index: 2;
    }

    .s_ul_media .s_li_media a .icon {
        position: relative;
        color: #ffffff;
        transition: .7s;
        z-index: 2;
        margin-top: 7px;
    }

    /*/////////////////////////////////////////End s_ul_media/////////////////////////////*/

    /*/////////////////////////////////////////master navbar////////////////////////////*/

    .flag_width{
        width: 44px;
    }

    .logo_width{
        width: 100px;
    }

    #translate_bar{
        height: 50px;
        background-color: #323237;
    }

    .nav_font{
        font-size: 15px;
    }

    .nav_phone_font{
        font-size: 18px;
    }

    /*/////////////////////////////////////////End master navbar/////////////////////////////*/
    /*/////////////////////////////////////////End master/////////////////////////////*/

    /*///////////////////////////////////header carousel//////////////////////////////////*/

    .carousel-nav .nav-square {
        width: 20px;
        height: 20px;
        background-color: #b1acac;
        border: none;
        border-radius: 4px; /* کمی گردی گوشه */
        cursor: pointer;
        transition: background-color 0.3s;
    }

    .carousel_item img{
        width: 100%;
        height: 490px;
    }

    /*///////////////////////////////////End header carousel//////////////////////////////////*/
    .video_width{
        width: 500px;
    }

    .video_height{
        height: 350px;
    }

    .font_size_company_title{
        font-size: 28px;
    }

    .font_size_under_title{
        font-size: 17px;

    }


    .font_size_content{
        font-size: 16px;

    }

    .font_size_content_sss{
        font-size: 15px;
    }

    .font_title_h1{
        font-size: 27px;
    }


    .font_size_consult{
        font-size: 15px;
    }

    .font_size_value{
        font-size: 15px;
    }

    .font_size_content_ccc{
        font-size: 15px;
    }

    .mt_lg_sss{
        margin-top: 10px;
    }

    #con{
        height:25vh;
        margin-top: -35px;
    }


    #sss{
        background-image: url("../image/back01.png");
        height: 55vh;
        background-size: cover;
        background-position: center center;
    }

    #sss_en{
        background-image: url("../image/back01.png");
        height: 55vh;
        background-size: cover;
        background-position: center center;
    }



    #bbb{
        background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)) , url("../image/metal02.png") ;
        height:770px;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
    }




    #ccc {
        background-color: #1a1d20;
        height: 120px;
        display: flex;              /* فعال کردن Flexbox */
        justify-content: center;    /* وسط افقی */
        align-items: center;        /* وسط عمودی */
        text-align: center;         /* اگر متن چند خطی شد وسط چین باشه */
        color: #fff;                /* متن سفید روی پس زمینه تیره */
        padding: 0 20px;            /* فاصله از لبه‌ها */
    }

    /* ==============================  export page  ============================== */

    .export_title{
        font-size: 27px;
    }

    .export_under_title{
        font-size: 16px;
    }

    .font_title_export{
        font-size: 24px;
    }

    #export-background{
        background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)) , url("../image/export.jpg") ;
        height:240px;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
    }


    /* ==============================  Export Image card country  ============================== */
    #export_img{
        background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)) , url("../image/metal03.png") ;
        height:1550px;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
    }
    /* کارت‌ها */
    .export-destinations .card {
        border: none;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
        background: #fff;
        text-align: center;
        cursor: pointer;
    }

    /* هاور کارت: بالا رفتن و سایه بیشتر */
    .export-destinations .card:hover {
        transform: translateY(-8px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    }

    /* عکس داخل کارت */
    .export-destinations .card img {
        width: 100%;
        height: auto;
        border-radius: 8px;
        transition: transform 0.4s ease, filter 0.3s ease;
    }

    /* بزرگ شدن عکس هنگام هاور */
    .export-destinations .card:hover img {
        transform: scale(1.15);
        filter: brightness(1.05);
    }

    /* اسم کشور زیر عکس، پیشفرض مخفی */
    .export-destinations .country-name {
        display: none; /* کاملاً مخفی */
        font-size: 0.9rem;
        color: #333;
        margin-top: 8px;
        text-align: center;
        font-weight: 600;
    }

    /* نمایش اسم کشور هنگام هاور کارت */
    .export-destinations .card:hover .country-name {
        display: block;
    }

    /* تیتر بخش صادرات */
    .export-destinations h3 {
        font-weight: 700;
        color: #333;
        margin-bottom: 30px;
        text-align: center;
        font-size: 23px;
    }

    /* فاصله کارت‌ها در موبایل */
    @media (max-width: 768px) {
        .export-destinations .card {
            margin-bottom: 20px;
        }
    }
    /* ============================== End Export Image card country  ============================== */

    /*////////////////////////////////// team-card  ///////////////////////////////*/
    .font_title{
        font-size:32px;
    }

    .font_title_team{
        font-size:27px;
    }

    .font_title_content{
        font-size: 18px;
    }

    .team-card {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .team-card-body {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .team-card-content {
        flex: 1; /* محتوای اصلی کارت کشیده می‌شود */
    }

    .team-card-footer {
        margin-top: auto; /* همیشه پایین کارت */
    }
    /*///////////////////////////////// End team-card ////////////////////////////////////////////////////*/
    /*///////////////////////////////// about ////////////////////////////////////////////////////*/

    .font_about_company_title{
        font-size: 27px;
    }

    .font_about_under_title{
        font-size: 20px;

    }


    .font_about_content{
        font-size: 18px;

    }

    .font_size_content_bottom{
        font-size: 16px;
    }


    /*///////////////////////////////// End about ////////////////////////////////////////////////////*/
    /*///////////////////////////////// footer ////////////////////////////////////////////////////*/


    .font_footer_content{
        font-size: 15px;

    }

    .font_footer_title{
        font-size: 19px;
    }



    .logo_damirtejarat_height{
        /*width: 100%;*/
        height: 80px;
    }

    .logo_DAMIRBAZAR_height{
        /*width: 100%;*/
        height: 80px;
    }


    /*///////////////////////////////// End footer ////////////////////////////////////////////////////*/
    /*////////////////////////////////////////کروسل خبر //////////////////////////////////////////*/

    #news{
        display:none;
    }

    #news_md{

    }

    #news_sm{
        display:none;
    }

    .news_Carousel_slide {
        width: 50%;
        padding: 10px 0;
        max-height: 1400px; /* کل باکس بیشتر از این بزرگ نشه */

        /*height: 450px;*/

    }

    .news_slide {
        /*background: #fff;*/
        border-radius: 12px;
        /*box-shadow: 0 2px 8px rgba(0,0,0,0.1);*/
        overflow: hidden;
        text-align: center;
        /*max-height: 300px; !* کل باکس بیشتر از این بزرگ نشه *!*/

        padding: 10px 0;

    }

    .news_card {
        padding: 5px 0;
    }

    /*.carousel_item img {*/
    /*    width: 100%;*/
    /*    height: 150px;*/
    /*}*/

    .news_img{
        width: 100%;
        height: 150px
    }

    .font_size{
        font-size: 15px;
    }



    .news_Carousel {
        padding: 10px;
        /*font-size: 14px;*/
    }


    /*!* تغییر رنگ فلش‌ها *!*/
    /*.swiper-button-next,*/
    /*.swiper-button-prev {*/
    /*    --swiper-navigation-color: #e4d2bd; !* رنگ دلخواه *!*/
    /*    --swiper-navigation-size: 30px; !* سایز فلش *!*/
    /*}*/



    /*!* تغییر رنگ نقطه‌ها *!*/
    /*.swiper-pagination-bullet {*/
    /*    background: #999;   !* رنگ معمولی *!*/
    /*    opacity: 1;         !* پیش‌فرض کمرنگه، اینو کامل می‌کنیم *!*/
    /*}*/

    /*.swiper-pagination-bullet-active {*/
    /*    background: #000000;    !* رنگ نقطه فعال *!*/
    /*}*/
    /*////////////////////////////////////////کروسل خبر //////////////////////////////////////////*/
    /* فلش چپ با رنگ #e4d2bd */
    .carousel-control-prev-icon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e4d2bd' viewBox='0 0 8 8'%3E%3Cpath d='M5.5 0L4.78.72 1.56 4 4.78 7.28 5.5 8 0.5 4z'/%3E%3C/svg%3E");
    }

    /* فلش راست با رنگ #e4d2bd */
    .carousel-control-next-icon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e4d2bd' viewBox='0 0 8 8'%3E%3Cpath d='M2.5 0L3.22.72 6.44 4 3.22 7.28 2.5 8 7.5 4z'/%3E%3C/svg%3E");
    }

    /*.carousel-control-prev {*/
    /*    left: 380px;  !* کمی بیرون از کانتینر *!*/
    /*    !*bottom: 400px;*!*/
    /*    top: -700px;*/


    /*}*/

    /*.carousel-control-next {*/
    /*    right: 380px; !* کمی بیرون از کانتینر *!*/
    /*    !*bottom: 700px;*!*/
    /*    top: -700px;*/
    /*}*/


    .carousel-control-prev {
        left: -10px;  /* کمی بیرون از کانتینر */
        bottom: 350px;
    }

    .carousel-control-next {
        right: -10px; /* کمی بیرون از کانتینر */
        bottom: 350px;
    }
    /*////////////////////////////////////////کروسل خبر /////////////////////////////////////////*/
    /*////////////////////////////////////////لینک های کناری صفحه اخبار  /////////////////////////////////////////*/
    .news-links div {
        margin-bottom: 10px; /* فاصله بین لینک‌ها */
    }

    .news-link {
        display: flex;           /* برای قرار دادن دایره و متن کنار هم */
        align-items: center;
        color: #333 !important;
        text-decoration: none !important;
        font-weight: 500;
        font-size: 1rem;
        transition: color 0.3s, transform 0.2s;
    }

    .news-link:hover {
        color: #afa297 !important;
        transform: translateX(5px);
    }

    /* دایره کوچک کنار لینک */
    .bullet {
        width: 8px;
        height: 8px;
        background-color: #8c7975;
        border-radius: 50%;
        display: inline-block;
        margin-right: 10px; /* فاصله دایره تا متن */
        margin-left: 10px;
    }

    /*////////////////////////////////////// news page  /////////////////////////////////////////*/

    .font_size_news_side{
        font-size: 23px;
    }


    .font_size_news{
        font-size: 18px;
    }

    .fs_news_cat_date{
        font-size: 14px;
    }


    .fs_news_content{
        font-size: 14px;
    }
    /*////////////////////////////////////// End news page  /////////////////////////////////////////*/


}


@media screen and (min-width: 991px) and (max-width: 1024px) {
    /*/////////////////////////////////////////master////////////////////////////*/
    /*/////////////////////////////////////////s_ul_media/////////////////////////////*/

    .s_ul_media .s_li_media a {
        width: 38px;
        height: 38px;
        background-color: #000000;
        text-align: center;
        font-size: 21px;
        /*margin: 4px;*/
        display: block;
        border-radius: 50%;
        position: relative;
        overflow: hidden;
        border: 2px solid #373131;
        z-index: 2;
    }

    .s_ul_media .s_li_media a .icon {
        position: relative;
        color: #ffffff;
        transition: .7s;
        z-index: 2;
        margin-top: 7px;
    }

    /*/////////////////////////////////////////End s_ul_media/////////////////////////////*/

    /*/////////////////////////////////////////master navbar////////////////////////////*/

    .flag_width{
        width: 44px;

    }

    /*.flag_margin{*/
    /*    margin-right: 12px;*/
    /*}*/

    /*.flag_margin_en{*/
    /*    margin-left: 12px;*/
    /*}*/

    .media_margin{
        margin-right: 70px;

    }

    .media_margin_en{
        margin-left: 70px;

    }

    .logo_width{
        width: 100px;
    }

    /*.nav_margin{*/
    /*    margin-right: 50px;*/
    /*}*/

    /*.nav_margin_en{*/
    /*    margin-left: 50px;*/
    /*}*/

    #translate_bar{
        height: 50px;
        background-color: #323237;
    }

    .nav_font{
        font-size: 15px;
    }

    .nav_phone_font{
        font-size: 17px;
    }

    /*/////////////////////////////////////////End master navbar/////////////////////////////*/
    /*/////////////////////////////////////////End master/////////////////////////////*/


    /*///////////////////////////////////header carousel//////////////////////////////////*/

    .carousel-nav .nav-square {
        width: 20px;
        height: 20px;
        background-color: #b1acac;
        border: none;
        border-radius: 4px; /* کمی گردی گوشه */
        cursor: pointer;
        transition: background-color 0.3s;
    }

    .carousel_item img{
        width: 100%;
        height: 490px;
    }

    /*///////////////////////////////////End header carousel//////////////////////////////////*/



    .video_width{
        width: 470px;
    }
    .video_height{
        height: 340px;
    }

    .font_size_company_title{
        font-size: 32px;
    }

    .font_size_under_title{
        font-size: 18px;

    }

    .font_size_value{
        font-size: 15px;
    }

    .font_size_content{
        font-size: 17px;
    }

    .font_size_content_sss{
        font-size: 15px;
    }

    .mt_lg_sss{
        margin-top: 8px;
    }


    .font_title_h1{
        font-size: 28px;
    }


    .font_size_content_ccc{
        font-size: 15px;
    }

    #con{
        height:25vh;
        margin-top: -20px;
    }




    #sss{
        background-image: url("../image/back01.png");
        height: 54vh;
        background-size: cover;
        background-position: center center;
    }

    #sss_en{
        background-image: url("../image/back01.png");
        height: 55vh;
        background-size: cover;
        background-position: center center;
    }
    #bbb{
        background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)) , url("../image/metal02.png") ;
        height:675px;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
    }
    #ccc {
        background-color: #1a1d20;
        height: 120px;
        display: flex;              /* فعال کردن Flexbox */
        justify-content: center;    /* وسط افقی */
        align-items: center;        /* وسط عمودی */
        text-align: center;         /* اگر متن چند خطی شد وسط چین باشه */
        color: #fff;                /* متن سفید روی پس زمینه تیره */
        padding: 0 20px;            /* فاصله از لبه‌ها */
    }

    /* ==============================  export page  ============================== */

    .export_title{
        font-size: 29px;
    }

    .export_under_title{
        font-size: 17px;
    }

    .font_title_export{
        font-size: 26px;
    }

    #export-background{
        background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)) , url("../image/export.jpg") ;
        height:240px;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
    }


    /* ==============================  Export Image card country  ============================== */
    #export_img{
        background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)) , url("../image/metal03.png") ;
        height:1100px;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
    }
    /* کارت‌ها */
    .export-destinations .card {
        border: none;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
        background: #fff;
        text-align: center;
        cursor: pointer;

    }

    /* هاور کارت: بالا رفتن و سایه بیشتر */
    .export-destinations .card:hover {
        transform: translateY(-8px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    }

    /* عکس داخل کارت */
    .export-destinations .card img {
        width: 100%;
        height: auto;
        border-radius: 8px;
        transition: transform 0.4s ease, filter 0.3s ease;
    }

    /* بزرگ شدن عکس هنگام هاور */
    .export-destinations .card:hover img {
        transform: scale(1.15);
        filter: brightness(1.05);
    }

    /* اسم کشور زیر عکس، پیشفرض مخفی */
    .export-destinations .country-name {
        display: none; /* کاملاً مخفی */
        font-size: 0.9rem;
        color: #333;
        margin-top: 8px;
        text-align: center;
        font-weight: 600;
    }

    /* نمایش اسم کشور هنگام هاور کارت */
    .export-destinations .card:hover .country-name {
        display: block;
    }

    /* تیتر بخش صادرات */
    .export-destinations h3 {
        font-weight: 700;
        color: #333;
        margin-bottom: 30px;
        text-align: center;
    }

    /* فاصله کارت‌ها در موبایل */
    @media (max-width: 768px) {
        .export-destinations .card {
            margin-bottom: 20px;
        }
    }
    /* ============================== End Export Image card country  ============================== */
    /*////////////////////////////////// team-card  ///////////////////////////////*/
    .font_title{
        font-size:32px;
    }

    .font_title_team{
        font-size:27px;
    }

    .font_title_content{
        font-size: 18px;
    }

    .team-card {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .team-card-body {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .team-card-content {
        flex: 1; /* محتوای اصلی کارت کشیده می‌شود */
    }

    .team-card-footer {
        margin-top: auto; /* همیشه پایین کارت */
    }
    /*///////////////////////////////// End team-card ////////////////////////////////////////////////////*/
    /*///////////////////////////////// about ////////////////////////////////////////////////////*/

    .font_about_company_title{
        font-size: 30px;
    }

    .font_about_under_title{
        font-size: 20px;

    }


    .font_about_content{
        font-size: 18px;

    }

    .font_size_content_bottom{
        font-size: 16px;
    }


    /*///////////////////////////////// End about ////////////////////////////////////////////////////*/
    /*///////////////////////////////// footer ////////////////////////////////////////////////////*/


    .font_footer_content{
        font-size: 14px;

    }

    .font_footer_title{
        font-size: 17px;
    }



    .logo_damirtejarat_height{
        /*width: 100%;*/
        height: 80px;
    }

    .logo_DAMIRBAZAR_height{
        /*width: 100%;*/
        height: 80px;
    }


    /*///////////////////////////////// End footer ////////////////////////////////////////////////////*/
    /*////////////////////////////////////////کروسل خبر //////////////////////////////////////////*/
    #news{

    }

    #news_md{
        display:none;
    }

    #news_sm{
        display:none;
    }

    .news_Carousel_slide {
        width: 90%;
        padding: 10px 0;
        max-height: 450px; /* کل باکس بیشتر از این بزرگ نشه */

        /*height: 450px;*/

    }

    .news_slide {
        /*background: #fff;*/
        border-radius: 12px;
        /*box-shadow: 0 2px 8px rgba(0,0,0,0.1);*/
        overflow: hidden;
        text-align: center;
        /*max-height: 300px; !* کل باکس بیشتر از این بزرگ نشه *!*/

        padding: 10px 0;

    }

    .news_card {
        padding: 5px 0;
    }

    /*.carousel_item img {*/
    /*    width: 100%;*/
    /*    height: 150px;*/
    /*}*/

    .news_img{
        width: 100%;
        height: 150px
    }

    .font_size{
        font-size: 15px;
    }



    .news_Carousel {
        padding: 10px;
        /*font-size: 14px;*/
    }


    /*!* تغییر رنگ فلش‌ها *!*/
    /*.swiper-button-next,*/
    /*.swiper-button-prev {*/
    /*    --swiper-navigation-color: #e4d2bd; !* رنگ دلخواه *!*/
    /*    --swiper-navigation-size: 30px; !* سایز فلش *!*/
    /*}*/



    /*!* تغییر رنگ نقطه‌ها *!*/
    /*.swiper-pagination-bullet {*/
    /*    background: #999;   !* رنگ معمولی *!*/
    /*    opacity: 1;         !* پیش‌فرض کمرنگه، اینو کامل می‌کنیم *!*/
    /*}*/

    /*.swiper-pagination-bullet-active {*/
    /*    background: #000000;    !* رنگ نقطه فعال *!*/
    /*}*/
    /*////////////////////////////////////////کروسل خبر //////////////////////////////////////////*/
    /* فلش چپ با رنگ #e4d2bd */
    .carousel-control-prev-icon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e4d2bd' viewBox='0 0 8 8'%3E%3Cpath d='M5.5 0L4.78.72 1.56 4 4.78 7.28 5.5 8 0.5 4z'/%3E%3C/svg%3E");
    }

    /* فلش راست با رنگ #e4d2bd */
    .carousel-control-next-icon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e4d2bd' viewBox='0 0 8 8'%3E%3Cpath d='M2.5 0L3.22.72 6.44 4 3.22 7.28 2.5 8 7.5 4z'/%3E%3C/svg%3E");
    }

    .carousel-control-prev {
        left: -40px;  /* کمی بیرون از کانتینر */
        bottom: 350px;
    }

    .carousel-control-next {
        right: -40px; /* کمی بیرون از کانتینر */
        bottom: 350px;
    }
    /*////////////////////////////////////////کروسل خبر /////////////////////////////////////////*/
    /*////////////////////////////////////////لینک های کناری صفحه اخبار  /////////////////////////////////////////*/
    .news-links div {
        margin-bottom: 10px; /* فاصله بین لینک‌ها */
    }

    .news-link {
        display: flex;           /* برای قرار دادن دایره و متن کنار هم */
        align-items: center;
        color: #333 !important;
        text-decoration: none !important;
        font-weight: 500;
        font-size: 1rem;
        transition: color 0.3s, transform 0.2s;
    }

    .news-link:hover {
        color: #afa297 !important;
        transform: translateX(5px);
    }

    /* دایره کوچک کنار لینک */
    .bullet {
        width: 8px;
        height: 8px;
        background-color: #8c7975;
        border-radius: 50%;
        display: inline-block;
        margin-right: 10px; /* فاصله دایره تا متن */
        margin-left: 10px;
    }

    /*////////////////////////////////////// news page  /////////////////////////////////////////*/

    .font_size_news_side{
        font-size: 24px;
    }


    .font_size_news{
        font-size: 16px;
    }

    .fs_news_cat_date{
        font-size: 13px;
    }

    .fs_news_content{
        font-size: 14px;
    }
    /*////////////////////////////////////// End news page  /////////////////////////////////////////*/

    /*////////////////////////////////////////خبر تک صفحه ای  /////////////////////////////////////////*/








}

@media screen and (min-width: 1025px) and (max-width: 1152px) {
    /*/////////////////////////////////////////master////////////////////////////*/
    /*/////////////////////////////////////////s_ul_media/////////////////////////////*/

    .s_ul_media .s_li_media a {
        width: 40px;
        height: 40px;
        background-color: #000000;
        text-align: center;
        font-size: 22px;
        /*margin: 4px;*/
        display: block;
        border-radius: 50%;
        position: relative;
        overflow: hidden;
        border: 2px solid #373131;
        z-index: 2;
    }

    .s_ul_media .s_li_media a .icon {
        position: relative;
        color: #ffffff;
        transition: .7s;
        z-index: 2;
        margin-top: 7px;
    }

    /*/////////////////////////////////////////End s_ul_media/////////////////////////////*/

    /*/////////////////////////////////////////master navbar////////////////////////////*/

    .flag_width{
        width: 46px;
    }

    /*.flag_margin{*/
    /*    margin-right: 50px;*/
    /*}*/

    /*.flag_margin_en{*/
    /*    margin-left: 50px;*/
    /*}*/

    .media_margin{
        margin-right: 70px;

    }

    .media_margin_en{
        margin-left: 70px;

    }




    .logo_width{
        width: 100px;
    }

    #translate_bar{
        height: 50px;
        background-color: #323237;
    }

    .nav_font{
        font-size: 15px;
    }

    .nav_phone_font{
        font-size: 17px;
    }

    /*/////////////////////////////////////////End master navbar/////////////////////////////*/
    /*/////////////////////////////////////////End master/////////////////////////////*/



    /*///////////////////////////////////header carousel//////////////////////////////////*/

    .carousel-nav .nav-square {
        width: 20px;
        height: 20px;
        background-color: #b1acac;
        border: none;
        border-radius: 4px; /* کمی گردی گوشه */
        cursor: pointer;
        transition: background-color 0.3s;
    }

    .carousel_item img{
        width: 100%;
        /*height: 380px;*/
        height: 490px;
    }

    /*///////////////////////////////////End header carousel//////////////////////////////////*/




    .video_width{
        width: 500px;
    }
    .video_height{
        height: 360px;
    }

    .font_size_company_title{
        font-size: 30px;
    }

    .font_size_under_title{
        font-size: 20px;

    }

    .font_size_consult{
        font-size: 16px;
    }



    .font_title_h1{
        font-size: 28px;
    }



    .font_size_content_ccc{
        font-size: 15px;
    }

    #con{
        height:25vh;
        margin-top: -15px;
    }






    #sss{
        background-image: url("../image/back01.png");
        height: 53vh;
        background-size: cover;
        background-position: center center;
    }

    #sss_en{
        background-image: url("../image/back01.png");
        height: 55vh;
        background-size: cover;
        background-position: center center;
    }


    #bbb{
        background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)) , url("../image/metal02.png") ;
        height:650px;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
    }
    #ccc {
        background-color: #1a1d20;
        height: 120px;
        display: flex;              /* فعال کردن Flexbox */
        justify-content: center;    /* وسط افقی */
        align-items: center;        /* وسط عمودی */
        text-align: center;         /* اگر متن چند خطی شد وسط چین باشه */
        color: #fff;                /* متن سفید روی پس زمینه تیره */
        padding: 0 20px;            /* فاصله از لبه‌ها */
    }

    /* ==============================  export page  ============================== */

    .export_title{
        font-size: 29px;
    }

    .export_under_title{
        font-size: 17px;
    }

    .font_title_export{
        font-size: 25px;
    }

    #export-background{
        background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)) , url("../image/export.jpg") ;
        height:240px;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
    }


    /* ==============================  Export Image card country  ============================== */
    #export_img{
        background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)) , url("../image/metal03.png") ;
        height:1100px;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
    }
    /* کارت‌ها */
    .export-destinations .card {
        border: none;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
        background: #fff;
        text-align: center;
        cursor: pointer;

    }

    /* هاور کارت: بالا رفتن و سایه بیشتر */
    .export-destinations .card:hover {
        transform: translateY(-8px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    }

    /* عکس داخل کارت */
    .export-destinations .card img {
        width: 100%;
        height: auto;
        border-radius: 8px;
        transition: transform 0.4s ease, filter 0.3s ease;
    }

    /* بزرگ شدن عکس هنگام هاور */
    .export-destinations .card:hover img {
        transform: scale(1.15);
        filter: brightness(1.05);
    }

    /* اسم کشور زیر عکس، پیشفرض مخفی */
    .export-destinations .country-name {
        display: none; /* کاملاً مخفی */
        font-size: 0.9rem;
        color: #333;
        margin-top: 8px;
        text-align: center;
        font-weight: 600;
    }

    /* نمایش اسم کشور هنگام هاور کارت */
    .export-destinations .card:hover .country-name {
        display: block;
    }

    /* تیتر بخش صادرات */
    .export-destinations h3 {
        font-weight: 700;
        color: #333;
        margin-bottom: 30px;
        text-align: center;
    }

    /* فاصله کارت‌ها در موبایل */
    @media (max-width: 768px) {
        .export-destinations .card {
            margin-bottom: 20px;
        }
    }
    /* ============================== End Export Image card country  ============================== */
    /*////////////////////////////////// team-card  ///////////////////////////////*/
    .font_title{
        font-size:32px;
    }

    .font_title_team{
        font-size:27px;
    }

    .font_title_content{
        font-size: 18px;
    }

    .team-card {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .team-card-body {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .team-card-content {
        flex: 1; /* محتوای اصلی کارت کشیده می‌شود */
    }

    .team-card-footer {
        margin-top: auto; /* همیشه پایین کارت */
    }
    /*///////////////////////////////// End team-card ////////////////////////////////////////////////////*/

    /*/////////////////////////////////  about ////////////////////////////////////////////////////*/

    .font_about_company_title{
        font-size: 30px;
    }

    .font_about_under_title{
        font-size: 20px;

    }


    .font_about_content{
        font-size: 18px;

    }

    .font_size_content_bottom{
        font-size: 16px;
    }


    /*///////////////////////////////// End about ////////////////////////////////////////////////////*/
    /*///////////////////////////////// footer ////////////////////////////////////////////////////*/


    .font_footer_content{
        font-size: 15px;

    }

    .font_footer_title{
        font-size: 18px;
    }



    .logo_damirtejarat_height{
        /*width: 100%;*/
        height: 80px;
    }

    .logo_DAMIRBAZAR_height{
        height: 80px;
    }




    /*///////////////////////////////// End footer ////////////////////////////////////////////////////*/
    /*////////////////////////////////////////کروسل خبر //////////////////////////////////////////*/
    #news{

    }

    #news_md{
        display:none;
    }

    #news_sm{
        display:none;
    }

    .news_Carousel_slide {
        width: 95%;
        padding: 10px 0;
        max-height: 450px; /* کل باکس بیشتر از این بزرگ نشه */

        /*height: 450px;*/

    }

    .news_slide {
        /*background: #fff;*/
        border-radius: 12px;
        /*box-shadow: 0 2px 8px rgba(0,0,0,0.1);*/
        overflow: hidden;
        text-align: center;
        /*max-height: 300px; !* کل باکس بیشتر از این بزرگ نشه *!*/

        padding: 10px 0;

    }

    .news_card {
        padding: 5px 0;
    }

    /*.carousel_item img {*/
    /*    width: 100%;*/
    /*    height: 150px;*/
    /*}*/

    .news_img{
        width: 100%;
        height: 150px
    }

    .font_size{
        font-size: 16px;
    }



    .news_Carousel {
        padding: 10px;
        /*font-size: 14px;*/
    }


    /*!* تغییر رنگ فلش‌ها *!*/
    /*.swiper-button-next,*/
    /*.swiper-button-prev {*/
    /*    --swiper-navigation-color: #e4d2bd; !* رنگ دلخواه *!*/
    /*    --swiper-navigation-size: 30px; !* سایز فلش *!*/
    /*}*/



    /*!* تغییر رنگ نقطه‌ها *!*/
    /*.swiper-pagination-bullet {*/
    /*    background: #999;   !* رنگ معمولی *!*/
    /*    opacity: 1;         !* پیش‌فرض کمرنگه، اینو کامل می‌کنیم *!*/
    /*}*/

    /*.swiper-pagination-bullet-active {*/
    /*    background: #000000;    !* رنگ نقطه فعال *!*/
    /*}*/
    /*////////////////////////////////////////کروسل خبر //////////////////////////////////////////*/
    /* فلش چپ با رنگ #e4d2bd */
    .carousel-control-prev-icon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e4d2bd' viewBox='0 0 8 8'%3E%3Cpath d='M5.5 0L4.78.72 1.56 4 4.78 7.28 5.5 8 0.5 4z'/%3E%3C/svg%3E");
    }

    /* فلش راست با رنگ #e4d2bd */
    .carousel-control-next-icon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e4d2bd' viewBox='0 0 8 8'%3E%3Cpath d='M2.5 0L3.22.72 6.44 4 3.22 7.28 2.5 8 7.5 4z'/%3E%3C/svg%3E");
    }

    .carousel-control-prev {
        left: -40px; /* کمی بیرون از کانتینر */
        bottom: 350px
    }

    .carousel-control-next {
        right: -40px; /* کمی بیرون از کانتینر */
        bottom: 350px
    }
    /*////////////////////////////////////////کروسل خبر /////////////////////////////////////////*/
    /*////////////////////////////////////////لینک های کناری صفحه اخبار  /////////////////////////////////////////*/
    .news-links div {
        margin-bottom: 10px; /* فاصله بین لینک‌ها */
    }

    .news-link {
        display: flex;           /* برای قرار دادن دایره و متن کنار هم */
        align-items: center;
        color: #333 !important;
        text-decoration: none !important;
        font-weight: 500;
        font-size: 1rem;
        transition: color 0.3s, transform 0.2s;
    }

    .news-link:hover {
        color: #afa297 !important;
        transform: translateX(5px);
    }

    /* دایره کوچک کنار لینک */
    .bullet {
        width: 8px;
        height: 8px;
        background-color: #8c7975;
        border-radius: 50%;
        display: inline-block;
        margin-right: 10px; /* فاصله دایره تا متن */
        margin-left: 10px;
    }

    /*////////////////////////////////////// news page  /////////////////////////////////////////*/

    .font_size_news_side{
        font-size: 23px;
    }


    .font_size_news{
        font-size: 17px;
    }

    .fs_news_cat_date{
        font-size: 14px;
    }

    .fs_news_content{
        font-size: 14px;
    }
    /*////////////////////////////////////// End news page  /////////////////////////////////////////*/


}


@media screen and (min-width: 1153px) and (max-width: 1280px) {

    /*/////////////////////////////////////////master////////////////////////////*/
    /*/////////////////////////////////////////s_ul_media/////////////////////////////*/

    .s_ul_media .s_li_media a {
        width: 40px;
        height: 40px;
        background-color: #000000;
        text-align: center;
        font-size: 22px;
        /*margin: 5px;*/
        display: block;
        border-radius: 50%;
        position: relative;
        overflow: hidden;
        border: 2px solid #373131;
        z-index: 2;
    }

    .s_ul_media .s_li_media a .icon {
        position: relative;
        color: #ffffff;
        transition: .7s;
        z-index: 2;
        margin-top: 8px;
    }

    /*/////////////////////////////////////////End s_ul_media/////////////////////////////*/

    /*/////////////////////////////////////////master navbar////////////////////////////*/

    .flag_width{
        width: 48px;
    }

    /*.flag_width{*/
    /*    width: 44px;*/
    /*}*/

    /*.flag_margin{*/
    /*    margin-right: 45px;*/
    /*}*/

    /*.flag_margin_en{*/
    /*    margin-left: 45px;*/
    /*}*/


    .media_margin{
        margin-right: 75px;

    }

    .media_margin_en{
        margin-left: 75px;

    }

    .logo_width{
        width: 100px;
    }

    #translate_bar{
        height: 50px;
        background-color: #323237;
    }

    .nav_font{
        font-size: 17px;
    }

    .nav_phone_font{
        font-size: 18px;
    }

    /*/////////////////////////////////////////End master navbar/////////////////////////////*/
    /*/////////////////////////////////////////End master/////////////////////////////*/



    /*///////////////////////////////////header carousel//////////////////////////////////*/

    .carousel-nav .nav-square {
        width: 20px;
        height: 20px;
        background-color: #b1acac;
        border: none;
        border-radius: 4px; /* کمی گردی گوشه */
        cursor: pointer;
        transition: background-color 0.3s;
    }

    .carousel_item img{
        width: 100%;
        /*height: 410px;*/
        height: 490px;
    }

    /*///////////////////////////////////End header carousel//////////////////////////////////*/



    .video_width{
        width: 580px;
    }
    .video_height{
        height: 400px;
    }

    .font_size_company_title{
        font-size: 34px;
    }

    .font_size_under_title{
        font-size: 20px;

    }


    .font_size_content{
        font-size: 18px;

    }



    .font_title_h1{
        font-size: 28px;
    }


    .font_size_consult{
        font-size: 16px;
    }

    .font_size_value{
        /*font-size: 18px;*/
    }

    .font_size_content_ccc{
        font-size: 15px;
    }

    .mt_lg_sss{
        margin-top: 13px;
    }


    #sss{
        background-image: url("../image/back01.png");
        height: 49vh;
        background-size: cover;
        background-position: center center;
    }

    #sss_en{
        background-image: url("../image/back01.png");
        height: 55vh;
        background-size: cover;
        background-position: center center;
    }
    #bbb{
        background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)) , url("../image/metal02.png") ;
        height:650px;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
    }
    #ccc {
        background-color: #1a1d20;
        height: 120px;
        display: flex;              /* فعال کردن Flexbox */
        justify-content: center;    /* وسط افقی */
        align-items: center;        /* وسط عمودی */
        text-align: center;         /* اگر متن چند خطی شد وسط چین باشه */
        color: #fff;                /* متن سفید روی پس زمینه تیره */
        padding: 0 20px;            /* فاصله از لبه‌ها */
    }

    /* ==============================  export page  ============================== */

    .export_title{
        font-size: 29px;
    }

    .export_under_title{
        font-size: 17px;
    }

    .font_title_export{
        font-size: 25px;
    }

    #export-background{
        background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)) , url("../image/export.jpg") ;
        height:240px;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
    }


    /* ==============================  Export Image card country  ============================== */
    #export_img{
        background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)) , url("../image/metal03.png") ;
        height:1200px;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
    }
    /* کارت‌ها */
    .export-destinations .card {
        border: none;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
        background: #fff;
        text-align: center;
        cursor: pointer;

    }

    /* هاور کارت: بالا رفتن و سایه بیشتر */
    .export-destinations .card:hover {
        transform: translateY(-8px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    }

    /* عکس داخل کارت */
    .export-destinations .card img {
        width: 100%;
        height: auto;
        border-radius: 8px;
        transition: transform 0.4s ease, filter 0.3s ease;
    }

    /* بزرگ شدن عکس هنگام هاور */
    .export-destinations .card:hover img {
        transform: scale(1.15);
        filter: brightness(1.05);
    }

    /* اسم کشور زیر عکس، پیشفرض مخفی */
    .export-destinations .country-name {
        display: none; /* کاملاً مخفی */
        font-size: 0.9rem;
        color: #333;
        margin-top: 8px;
        text-align: center;
        font-weight: 600;
    }

    /* نمایش اسم کشور هنگام هاور کارت */
    .export-destinations .card:hover .country-name {
        display: block;
    }

    /* تیتر بخش صادرات */
    .export-destinations h3 {
        font-weight: 700;
        color: #333;
        margin-bottom: 30px;
        text-align: center;
    }

    /* فاصله کارت‌ها در موبایل */
    @media (max-width: 768px) {
        .export-destinations .card {
            margin-bottom: 20px;
        }
    }
    /* ============================== End Export Image card country  ============================== */
    /*////////////////////////////////// team-card  ///////////////////////////////*/
    .font_title{
        font-size:32px;
    }

    .font_title_team{
        font-size:27px;
    }

    .font_title_content{
        font-size: 18px;
    }

    .team-card {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .team-card-body {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .team-card-content {
        flex: 1; /* محتوای اصلی کارت کشیده می‌شود */
    }

    .team-card-footer {
        margin-top: auto; /* همیشه پایین کارت */
    }
    /*///////////////////////////////// End team-card ////////////////////////////////////////////////////*/
    /*/////////////////////////////////  about ////////////////////////////////////////////////////*/

    .font_about_company_title{
        font-size: 30px;
    }

    .font_about_under_title{
        font-size: 20px;

    }


    .font_about_content{
        font-size: 18px;

    }

    .font_size_content_bottom{
        font-size: 16px;
    }


    /*///////////////////////////////// End about ////////////////////////////////////////////////////*/
    /*///////////////////////////////// footer ////////////////////////////////////////////////////*/


    .font_footer_content{
        font-size: 15px;

    }

    .font_footer_title{
        font-size: 18px;
    }



    .logo_damirtejarat_height{
        /*width: 100%;*/
        height: 80px;
    }

    .logo_DAMIRBAZAR_height{
        height: 80px;
    }



    /*///////////////////////////////// End footer ////////////////////////////////////////////////////*/
    /*////////////////////////////////////////کروسل خبر //////////////////////////////////////////*/
    #news{

    }

    #news_md{
        display:none;
    }

    #news_sm{
        display:none;
    }

    .news_Carousel_slide {
        width: 88%;
        padding: 10px 0;
        max-height: 450px; /* کل باکس بیشتر از این بزرگ نشه */

        /*height: 450px;*/

    }

    .news_slide {
        /*background: #fff;*/
        border-radius: 12px;
        /*box-shadow: 0 2px 8px rgba(0,0,0,0.1);*/
        overflow: hidden;
        text-align: center;
        /*max-height: 300px; !* کل باکس بیشتر از این بزرگ نشه *!*/

        padding: 10px 0;

    }

    .news_card {
        padding: 5px 0;
    }

    /*.carousel_item img {*/
    /*    width: 100%;*/
    /*    height: 150px;*/
    /*}*/

    .news_img{
        width: 100%;
        height: 150px
    }

    .font_size{
        font-size: 16px;
    }



    .news_Carousel {
        padding: 10px;
        /*font-size: 14px;*/
    }


    /*!* تغییر رنگ فلش‌ها *!*/
    /*.swiper-button-next,*/
    /*.swiper-button-prev {*/
    /*    --swiper-navigation-color: #e4d2bd; !* رنگ دلخواه *!*/
    /*    --swiper-navigation-size: 30px; !* سایز فلش *!*/
    /*}*/



    /*!* تغییر رنگ نقطه‌ها *!*/
    /*.swiper-pagination-bullet {*/
    /*    background: #999;   !* رنگ معمولی *!*/
    /*    opacity: 1;         !* پیش‌فرض کمرنگه، اینو کامل می‌کنیم *!*/
    /*}*/

    /*.swiper-pagination-bullet-active {*/
    /*    background: #000000;    !* رنگ نقطه فعال *!*/
    /*}*/
    /*////////////////////////////////////////کروسل خبر //////////////////////////////////////////*/
    /* فلش چپ با رنگ #e4d2bd */
    .carousel-control-prev-icon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e4d2bd' viewBox='0 0 8 8'%3E%3Cpath d='M5.5 0L4.78.72 1.56 4 4.78 7.28 5.5 8 0.5 4z'/%3E%3C/svg%3E");
    }

    /* فلش راست با رنگ #e4d2bd */
    .carousel-control-next-icon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e4d2bd' viewBox='0 0 8 8'%3E%3Cpath d='M2.5 0L3.22.72 6.44 4 3.22 7.28 2.5 8 7.5 4z'/%3E%3C/svg%3E");
    }

    .carousel-control-prev {
        left: -50px; /* کمی بیرون از کانتینر */
        bottom: 350px
    }

    .carousel-control-next {
        right: -50px; /* کمی بیرون از کانتینر */
        bottom: 350px
    }
    /*////////////////////////////////////////کروسل خبر /////////////////////////////////////////*/
    /*////////////////////////////////////////لینک های کناری صفحه اخبار  /////////////////////////////////////////*/
    .news-links div {
        margin-bottom: 10px; /* فاصله بین لینک‌ها */
    }

    .news-link {
        display: flex;           /* برای قرار دادن دایره و متن کنار هم */
        align-items: center;
        color: #333 !important;
        text-decoration: none !important;
        font-weight: 500;
        font-size: 1rem;
        transition: color 0.3s, transform 0.2s;
    }

    .news-link:hover {
        color: #afa297 !important;
        transform: translateX(5px);
    }

    /* دایره کوچک کنار لینک */
    .bullet {
        width: 8px;
        height: 8px;
        background-color: #8c7975;
        border-radius: 50%;
        display: inline-block;
        margin-right: 10px; /* فاصله دایره تا متن */
        margin-left: 10px;
    }

    /*////////////////////////////////////// news page  /////////////////////////////////////////*/

    .font_size_news_side{
        font-size: 25px;
    }


    .font_size_news{
        font-size: 17px;
    }

    .fs_news_cat_date{
        font-size: 14px;
    }

    .fs_news_content{
        font-size: 14px;
    }
    /*////////////////////////////////////// End news page  /////////////////////////////////////////*/


}


@media screen and (min-width: 1281px) and (max-width: 1302px) {

    /*/////////////////////////////////////////master////////////////////////////*/
    /*/////////////////////////////////////////s_ul_media/////////////////////////////*/

    .s_ul_media .s_li_media a {
        width: 40px;
        height: 40px;
        background-color: #000000;
        text-align: center;
        font-size: 22px;
        /*margin: 5px;*/
        display: block;
        border-radius: 50%;
        position: relative;
        overflow: hidden;
        border: 2px solid #373131;
        z-index: 2;
    }

    .s_ul_media .s_li_media a .icon {
        position: relative;
        color: #ffffff;
        transition: .7s;
        z-index: 2;
        margin-top: 8px;
    }

    /*/////////////////////////////////////////End s_ul_media/////////////////////////////*/

    /*/////////////////////////////////////////master navbar////////////////////////////*/

    .flag_width{
        width: 48px;
    }

    /*.flag_margin{*/
    /*    margin-right: 38px;*/
    /*}*/

    /*.flag_margin_en{*/
    /*    margin-left: 38px;*/
    /*}*/

    .media_margin{
        margin-right: 75px;

    }

    .media_margin_en{
        margin-left: 75px;

    }

    .logo_width{
        width: 100px;
    }

    #translate_bar{
        height: 55px;
        background-color: #323237;
    }

    .nav_font{
        font-size: 17px;
    }

    .nav_phone_font{
        font-size: 18px;
    }

    /*/////////////////////////////////////////End master navbar/////////////////////////////*/
    /*/////////////////////////////////////////End master/////////////////////////////*/


    /*///////////////////////////////////header carousel//////////////////////////////////*/

    .carousel-nav .nav-square {
        width: 20px;
        height: 20px;
        background-color: #b1acac;
        border: none;
        border-radius: 4px; /* کمی گردی گوشه */
        cursor: pointer;
        transition: background-color 0.3s;
    }

    .carousel_item img{
        width: 100%;
        height: 490px;
        /*height: 420px;*/
    }
    /*///////////////////////////////////End header carousel//////////////////////////////////*/


    .video_width{
        width: 600px;
    }
    .video_height{
        height: 410px;
    }

    .font_size_company_title{
        font-size: 34px;
    }

    .font_size_under_title{
        font-size: 20px;

    }


    .font_size_content{
        font-size: 18px;

    }



    .font_title_h1{
        font-size: 28px;
    }


    .font_size_consult{
        font-size: 17px;
    }

    .font_size_value{
        /*font-size: 18px;*/
    }

    .font_size_content_ccc{
        font-size: 15px;
    }

    .mt_lg_sss{
        margin-top: 13px;
    }


    #sss{
        background-image: url("../image/back01.png");
        height: 49vh;
        background-size: cover;
        background-position: center center;
    }

    #sss_en{
        background-image: url("../image/back01.png");
        height: 55vh;
        background-size: cover;
        background-position: center center;
    }

    #bbb{
        background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)) , url("../image/metal02.png") ;
        height:650px;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
    }
    #ccc {
        background-color: #1a1d20;
        height: 120px;
        display: flex;              /* فعال کردن Flexbox */
        justify-content: center;    /* وسط افقی */
        align-items: center;        /* وسط عمودی */
        text-align: center;         /* اگر متن چند خطی شد وسط چین باشه */
        color: #fff;                /* متن سفید روی پس زمینه تیره */
        padding: 0 20px;            /* فاصله از لبه‌ها */
    }

    /* ==============================  export page  ============================== */

    .export_title{
        font-size: 32px;
    }

    .export_under_title{
        font-size: 17px;
    }

    .font_title_export{
        font-size: 25px;
    }

    #export-background{
        background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)) , url("../image/export.jpg") ;
        height:240px;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
    }


    /* ==============================  Export Image card country  ============================== */
    #export_img{
        background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)) , url("../image/metal03.png") ;
        height:1200px;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
    }
    /* کارت‌ها */
    .export-destinations .card {
        border: none;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
        background: #fff;
        text-align: center;
        cursor: pointer;
    }

    /* هاور کارت: بالا رفتن و سایه بیشتر */
    .export-destinations .card:hover {
        transform: translateY(-8px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    }

    /* عکس داخل کارت */
    .export-destinations .card img {
        width: 100%;
        height: auto;
        border-radius: 8px;
        transition: transform 0.4s ease, filter 0.3s ease;
    }

    /* بزرگ شدن عکس هنگام هاور */
    .export-destinations .card:hover img {
        transform: scale(1.15);
        filter: brightness(1.05);
    }

    /* اسم کشور زیر عکس، پیشفرض مخفی */
    .export-destinations .country-name {
        display: none; /* کاملاً مخفی */
        font-size: 0.9rem;
        color: #333;
        margin-top: 8px;
        text-align: center;
        font-weight: 600;
    }

    /* نمایش اسم کشور هنگام هاور کارت */
    .export-destinations .card:hover .country-name {
        display: block;
    }

    /* تیتر بخش صادرات */
    .export-destinations h3 {
        font-weight: 700;
        color: #333;
        margin-bottom: 30px;
        text-align: center;
    }

    /* فاصله کارت‌ها در موبایل */
    @media (max-width: 768px) {
        .export-destinations .card {
            margin-bottom: 20px;
        }
    }
    /* ============================== End Export Image card country  ============================== */
    /*////////////////////////////////// team-card  ///////////////////////////////*/
    .font_title{
        font-size:34px;
    }

    .font_title_team{
        font-size:29px;
    }

    .font_title_content{
        font-size: 18px;
    }

    .team-card {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .team-card-body {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .team-card-content {
        flex: 1; /* محتوای اصلی کارت کشیده می‌شود */
    }

    .team-card-footer {
        margin-top: auto; /* همیشه پایین کارت */
    }
    /*///////////////////////////////// End team-card ////////////////////////////////////////////////////*/
    /*/////////////////////////////////  about ////////////////////////////////////////////////////*/

    .font_about_company_title{
        font-size: 30px;
    }

    .font_about_under_title{
        font-size: 22px;

    }


    .font_about_content{
        font-size: 20px;

    }

    .font_size_content_bottom{
        font-size: 16px;
    }


    /*///////////////////////////////// End about ////////////////////////////////////////////////////*/
    /*///////////////////////////////// footer ////////////////////////////////////////////////////*/


    .font_footer_content{
        font-size: 15px;

    }

    .font_footer_title{
        font-size: 18px;
    }

    /*///////////////////////////////// footer ////////////////////////////////////////////////////*/


    .font_footer_content{
        font-size: 15px;

    }

    .font_footer_title{
        font-size: 18px;
    }



    .logo_damirtejarat_height{
        /*width: 100%;*/
        height: 80px;
    }

    .logo_DAMIRBAZAR_height{
        height: 80px;
    }



    /*///////////////////////////////// End footer ////////////////////////////////////////////////////*/
    /*////////////////////////////////////////کروسل خبر //////////////////////////////////////////*/
    #news{

    }

    #news_md{
        display:none;
    }

    #news_sm{
        display:none;
    }

    .news_Carousel_slide {
        width: 88%;
        padding: 10px 0;
        max-height: 450px; /* کل باکس بیشتر از این بزرگ نشه */

        /*height: 450px;*/

    }

    .news_slide {
        /*background: #fff;*/
        border-radius: 12px;
        /*box-shadow: 0 2px 8px rgba(0,0,0,0.1);*/
        overflow: hidden;
        text-align: center;
        /*max-height: 300px; !* کل باکس بیشتر از این بزرگ نشه *!*/

        padding: 10px 0;

    }

    .news_card {
        padding: 5px 0;
    }

    /*.carousel_item img {*/
    /*    width: 100%;*/
    /*    height: 150px;*/
    /*}*/

    .news_img{
        width: 100%;
        height: 150px
    }

    .font_size{
        font-size: 16px;
    }



    .news_Carousel {
        padding: 10px;
        /*font-size: 14px;*/
    }


    /*!* تغییر رنگ فلش‌ها *!*/
    /*.swiper-button-next,*/
    /*.swiper-button-prev {*/
    /*    --swiper-navigation-color: #e4d2bd; !* رنگ دلخواه *!*/
    /*    --swiper-navigation-size: 30px; !* سایز فلش *!*/
    /*}*/



    /*!* تغییر رنگ نقطه‌ها *!*/
    /*.swiper-pagination-bullet {*/
    /*    background: #999;   !* رنگ معمولی *!*/
    /*    opacity: 1;         !* پیش‌فرض کمرنگه، اینو کامل می‌کنیم *!*/
    /*}*/

    /*.swiper-pagination-bullet-active {*/
    /*    background: #000000;    !* رنگ نقطه فعال *!*/
    /*}*/
    /*////////////////////////////////////////کروسل خبر //////////////////////////////////////////*/
    /* فلش چپ با رنگ #e4d2bd */
    .carousel-control-prev-icon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e4d2bd' viewBox='0 0 8 8'%3E%3Cpath d='M5.5 0L4.78.72 1.56 4 4.78 7.28 5.5 8 0.5 4z'/%3E%3C/svg%3E");
    }

    /* فلش راست با رنگ #e4d2bd */
    .carousel-control-next-icon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e4d2bd' viewBox='0 0 8 8'%3E%3Cpath d='M2.5 0L3.22.72 6.44 4 3.22 7.28 2.5 8 7.5 4z'/%3E%3C/svg%3E");
    }

    .carousel-control-prev {
        left: -55px;  /* کمی بیرون از کانتینر */
        bottom: 350px;
    }

    .carousel-control-next {
        right: -55px; /* کمی بیرون از کانتینر */
        bottom: 350px;
    }
    /*////////////////////////////////////////کروسل خبر /////////////////////////////////////////*/
    /*////////////////////////////////////////لینک های کناری صفحه اخبار  /////////////////////////////////////////*/
    .news-links div {
        margin-bottom: 10px; /* فاصله بین لینک‌ها */
    }

    .news-link {
        display: flex;           /* برای قرار دادن دایره و متن کنار هم */
        align-items: center;
        color: #333 !important;
        text-decoration: none !important;
        font-weight: 500;
        font-size: 1rem;
        transition: color 0.3s, transform 0.2s;
    }

    .news-link:hover {
        color: #afa297 !important;
        transform: translateX(5px);
    }

    /* دایره کوچک کنار لینک */
    .bullet {
        width: 8px;
        height: 8px;
        background-color: #8c7975;
        border-radius: 50%;
        display: inline-block;
        margin-right: 10px; /* فاصله دایره تا متن */
        margin-left: 10px;
    }

    /*////////////////////////////////////// news page  /////////////////////////////////////////*/

    .font_size_news_side{
        font-size: 25px;
    }


    .font_size_news{
        font-size: 17px;
    }

    .fs_news_cat_date{
        font-size: 14px;
    }

    .fs_news_content{
        font-size: 14px;
    }
    /*////////////////////////////////////// End news page  /////////////////////////////////////////*/


}


@media screen and (min-width: 1303px) and (max-width: 1367px) {

    /*/////////////////////////////////////////master////////////////////////////*/
    /*/////////////////////////////////////////s_ul_media/////////////////////////////*/
    .s_ul_media .s_li_media a {
        width: 40px;
        height: 40px;
        background-color: #000000;
        text-align: center;
        font-size: 22px;
        /*margin: 5px;*/
        display: block;
        border-radius: 50%;
        position: relative;
        overflow: hidden;
        border: 2px solid #373131;
        z-index: 2;
    }

    .s_ul_media .s_li_media a .icon {
        position: relative;
        color: #ffffff;
        transition: .7s;
        z-index: 2;
        margin-top: 8px;
    }

    /*/////////////////////////////////////////End s_ul_media/////////////////////////////*/
    /*/////////////////////////////////////////master navbar////////////////////////////*/
    .flag_width {
        width: 48px;
    }

    /*.flag_margin{*/
    /*    margin-right: 90px;*/
    /*}*/
    /*.flag_margin_en{*/
    /*    margin-left: 90px;*/
    /*}*/
    .media_margin {
        margin-right: 90px;

    }

    .media_margin_en {
        margin-left: 90px;

    }

    .logo_width {
        width: 100px;
    }

    #translate_bar {
        height: 55px;
        background-color: #323237;
    }

    .nav_font {
        font-size: 17px;
    }

    .nav_phone_font {
        font-size: 18px;
    }


    /*/////////////////////////////////////////End master navbar/////////////////////////////*/
    /*/////////////////////////////////////////End master/////////////////////////////*/
    /*///////////////////////////////////header carousel//////////////////////////////////*/
    .carousel-nav .nav-square {
        width: 20px;
        height: 20px;
        background-color: #b1acac;
        border: none;
        border-radius: 4px; /* کمی گردی گوشه */
        cursor: pointer;
        transition: background-color 0.3s;
    }

    .carousel_item img {
        width: 100%;
        /*height: 430px;*/
        height: 490px;
    }


    /*///////////////////////////////////End header carousel//////////////////////////////////*/
    .video_width {
        width: 620px;
    }

    .video_height {
        height: 420px;
    }

    .font_size_company_title {
        font-size: 34px;
    }

    .font_size_under_title {
        font-size: 20px;

    }

    .font_size_content {
        font-size: 18px;

    }

    .font_title_h1 {
        font-size: 28px;
    }

    /*.font_size_consult{*/
    /*    font-size: 18px;*/
    /*}*/
    /*.font_size_value{*/
    /*    !*font-size: 18px;*!*/
    /*}*/
    .font_size_content_ccc {
        font-size: 15px;
    }

    .mt_lg_sss {
        margin-top: 13px;
    }

    #sss {
        background-image: url("../image/back01.png");
        height: 49vh;
        background-size: cover;
        background-position: center center;
    }

    #sss_en {
        background-image: url("../image/back01.png");
        height: 56vh;
        background-size: cover;
        background-position: center center;
    }

    #bbb {
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../image/metal02.png");
        height: 650px;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
    }

    #ccc {
        background-color: #1a1d20;
        height: 120px;
        display: flex; /* فعال کردن Flexbox */
        justify-content: center; /* وسط افقی */
        align-items: center; /* وسط عمودی */
        text-align: center; /* اگر متن چند خطی شد وسط چین باشه */
        color: #fff; /* متن سفید روی پس زمینه تیره */
        padding: 0 20px; /* فاصله از لبه‌ها */
    }

    /* ==============================  export page  ============================== */
    .export_title {
        font-size: 30px;
    }

    .export_under_title {
        font-size: 17px;
    }

    .font_title_export {
        font-size: 27px;
    }

    #export-background {
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../image/export.jpg");
        height: 240px;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
    }

    /* ==============================  Export Image card country  ============================== */
    #export_img {
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../image/metal03.png");
        height: 1200px;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
    }

    /* کارت‌ها */
    .export-destinations .card {
        border: none;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
        background: #fff;
        text-align: center;
        cursor: pointer;
    }

    /* هاور کارت: بالا رفتن و سایه بیشتر */
    .export-destinations .card:hover {
        transform: translateY(-8px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    }

    /* عکس داخل کارت */
    .export-destinations .card img {
        width: 100%;
        height: auto;
        border-radius: 8px;
        transition: transform 0.4s ease, filter 0.3s ease;
    }

    /* بزرگ شدن عکس هنگام هاور */
    .export-destinations .card:hover img {
        transform: scale(1.15);
        filter: brightness(1.05);
    }

    /* اسم کشور زیر عکس، پیشفرض مخفی */
    .export-destinations .country-name {
        display: none; /* کاملاً مخفی */
        font-size: 0.9rem;
        color: #333;
        margin-top: 8px;
        text-align: center;
        font-weight: 600;
    }

    /* نمایش اسم کشور هنگام هاور کارت */
    .export-destinations .card:hover .country-name {
        display: block;
    }

    /* تیتر بخش صادرات */
    .export-destinations h3 {
        font-weight: 700;
        color: #333;
        margin-bottom: 30px;
        text-align: center;
    }

    /* فاصله کارت‌ها در موبایل */
    @media (max-width: 768px) {
        .export-destinations .card {
            margin-bottom: 20px;
        }
    }
    /* ============================== End Export Image card country  ============================== */
    /*////////////////////////////////// team-card  ///////////////////////////////*/
    .font_title {
        font-size: 36px;
    }

    .font_title_team {
        font-size: 30px;
    }

    .font_title_content {
        font-size: 18px;
    }

    .team-card {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .team-card-body {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .team-card-content {
        flex: 1; /* محتوای اصلی کارت کشیده می‌شود */
    }

    .team-card-footer {
        margin-top: auto; /* همیشه پایین کارت */
    }

    /*///////////////////////////////// End team-card ////////////////////////////////////////////////////*/
    /*/////////////////////////////////  about ////////////////////////////////////////////////////*/
    .font_about_company_title {
        font-size: 32px;
    }

    .font_about_under_title {
        font-size: 22px;

    }


    .font_about_content {
        font-size: 20px;

    }

    .font_size_content_bottom {
        font-size: 16px;
    }


    /*///////////////////////////////// End about ////////////////////////////////////////////////////*/
    /*///////////////////////////////// footer ////////////////////////////////////////////////////*/
    .font_footer_content {
        font-size: 15px;

    }

    .font_footer_title {
        font-size: 18px;
    }


    .logo_damirtejarat_height {
        width: 100%;
        height: 100%;
    }

    .logo_DAMIRBAZAR_height {
        width: 100%;
        height: 100%;
    }


    /*///////////////////////////////// End footer ////////////////////////////////////////////////////*/
    /*////////////////////////////////////////کروسل خبر //////////////////////////////////////////*/
    #news {

    }

    #news_md {
        display: none;
    }

    #news_sm {
        display: none;
    }

    .news_Carousel_slide {
        width: 85%;
        padding: 10px 0;
        max-height: 450px; /* کل باکس بیشتر از این بزرگ نشه */

        /*height: 450px;*/

    }

    .news_slide {
        /*background: #fff;*/
        border-radius: 12px;
        /*box-shadow: 0 2px 8px rgba(0,0,0,0.1);*/
        overflow: hidden;
        text-align: center;
        /*max-height: 300px; !* کل باکس بیشتر از این بزرگ نشه *!*/

        padding: 10px 0;

    }

    .news_card {
        padding: 5px 0;
    }

    /*.carousel_item img {*/
    /*    width: 100%;*/
    /*    height: 150px;*/
    /*}*/
    .news_img {
        width: 100%;
        height: 150px
    }

    .font_size {
        font-size: 16px;
    }


    .news_Carousel {
        padding: 10px;
        /*font-size: 14px;*/
    }


    /*!* تغییر رنگ فلش‌ها *!*/
    /*.swiper-button-next,*/
    /*.swiper-button-prev {*/
    /*    --swiper-navigation-color: #e4d2bd; !* رنگ دلخواه *!*/
    /*    --swiper-navigation-size: 30px; !* سایز فلش *!*/
    /*}*/
    /*!* تغییر رنگ نقطه‌ها *!*/
    /*.swiper-pagination-bullet {*/
    /*    background: #999;   !* رنگ معمولی *!*/
    /*    opacity: 1;         !* پیش‌فرض کمرنگه، اینو کامل می‌کنیم *!*/
    /*}*/
    /*.swiper-pagination-bullet-active {*/
    /*    background: #000000;    !* رنگ نقطه فعال *!*/
    /*}*/
    /*////////////////////////////////////////کروسل خبر //////////////////////////////////////////*/
    /* فلش چپ با رنگ #e4d2bd */
    .carousel-control-prev-icon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e4d2bd' viewBox='0 0 8 8'%3E%3Cpath d='M5.5 0L4.78.72 1.56 4 4.78 7.28 5.5 8 0.5 4z'/%3E%3C/svg%3E");
    }

    /* فلش راست با رنگ #e4d2bd */
    .carousel-control-next-icon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e4d2bd' viewBox='0 0 8 8'%3E%3Cpath d='M2.5 0L3.22.72 6.44 4 3.22 7.28 2.5 8 7.5 4z'/%3E%3C/svg%3E");
    }

    .carousel-control-prev {
        left: -58px; /* کمی بیرون از کانتینر */
        bottom: 350px;
    }

    .carousel-control-next {
        right: -58px; /* کمی بیرون از کانتینر */
        bottom: 350px;
    }

    /*////////////////////////////////////////کروسل خبر /////////////////////////////////////////*/
    /*////////////////////////////////////////لینک های کناری صفحه اخبار  /////////////////////////////////////////*/
    .news-links div {
        margin-bottom: 10px; /* فاصله بین لینک‌ها */
    }

    .news-link {
        display: flex; /* برای قرار دادن دایره و متن کنار هم */
        align-items: center;
        color: #333 !important;
        text-decoration: none !important;
        font-weight: 500;
        font-size: 1rem;
        transition: color 0.3s, transform 0.2s;
    }

    .news-link:hover {
        color: #afa297 !important;
        transform: translateX(5px);
    }

    /* دایره کوچک کنار لینک */
    .bullet {
        width: 8px;
        height: 8px;
        background-color: #8c7975;
        border-radius: 50%;
        display: inline-block;
        margin-right: 10px; /* فاصله دایره تا متن */
        margin-left: 10px;
    }

    /*////////////////////////////////////// news page  /////////////////////////////////////////*/
    .font_size_news_side {
        font-size: 25px;
    }


    .font_size_news {
        font-size: 17px;
    }

    .fs_news_cat_date {
        font-size: 14px;
    }

    .fs_news_content {
        font-size: 14px;
    }

    /*////////////////////////////////////// End news page  /////////////////////////////////////////*/
}

    @media screen and (min-width: 1368px) and (max-width: 1400px) {
        /*/////////////////////////////////////////master////////////////////////////*/
        /*/////////////////////////////////////////s_ul_media/////////////////////////////*/
        .s_ul_media .s_li_media a {
            width: 40px;
            height: 40px;
            background-color: #000000;
            text-align: center;
            font-size: 22px;
            /*margin: 5px;*/
            display: block;
            border-radius: 50%;
            position: relative;
            overflow: hidden;
            border: 2px solid #373131;
            z-index: 2;
        }

        .s_ul_media .s_li_media a .icon {
            position: relative;
            color: #ffffff;
            transition: .7s;
            z-index: 2;
            margin-top: 8px;
        }

        /*/////////////////////////////////////////End s_ul_media/////////////////////////////*/
        /*/////////////////////////////////////////master navbar////////////////////////////*/
        .flag_width {
            width: 50px;
        }

        /*.flag_margin{*/
        /*    margin-right: 10px;*/
        /*}*/
        /*.flag_margin_en{*/
        /*    margin-left: 10px;*/
        /*}*/

        .media_margin {
            margin-right: 90px;

        }

        .media_margin_en {
            margin-left: 90px;

        }

        .logo_width {
            width: 100px;
        }

        #translate_bar {
            height: 55px;
            background-color: #323237;
        }

        .nav_font {
            font-size: 17px;
        }

        .nav_phone_font {
            font-size: 18px;
        }

        /*/////////////////////////////////////////End master navbar/////////////////////////////*/
        /*/////////////////////////////////////////End master/////////////////////////////*/
        /*///////////////////////////////////header carousel//////////////////////////////////*/
        .carousel-nav .nav-square {
            width: 20px;
            height: 20px;
            background-color: #b1acac;
            border: none;
            border-radius: 4px; /* کمی گردی گوشه */
            cursor: pointer;
            transition: background-color 0.3s;
        }

        .carousel_item img {
            width: 100%;
            /*height: 430px;*/
            height: 490px;
        }

        /*///////////////////////////////////End header carousel//////////////////////////////////*/
        .video_width {
            width: 620px;
        }

        .video_height {
            height: 420px;
        }


        .font_size_company_title {
            font-size: 34px;
        }

        .font_size_under_title {
            font-size: 20px;

        }


        .font_size_content {
            font-size: 18px;

        }


        .font_title_h1 {
            font-size: 28px;
        }


        /*.font_size_consult{*/
        /*    font-size: 18px;*/
        /*}*/
        /*.font_size_value{*/
        /*    !*font-size: 18px;*!*/
        /*}*/
        .font_size_content_ccc {
            font-size: 15px;
        }

        .mt_lg_sss {
            margin-top: 13px;
        }


        #sss {
            background-image: url("../image/back01.png");
            height: 49vh;
            background-size: cover;
            background-position: center center;
        }

        #sss_en {
            background-image: url("../image/back01.png");
            height: 56vh;
            background-size: cover;
            background-position: center center;
        }

        #bbb {
            background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../image/metal02.png");
            height: 650px;
            background-size: cover;
            background-position: center center;
            background-attachment: fixed;
        }

        #ccc {
            background-color: #1a1d20;
            height: 120px;
            display: flex; /* فعال کردن Flexbox */
            justify-content: center; /* وسط افقی */
            align-items: center; /* وسط عمودی */
            text-align: center; /* اگر متن چند خطی شد وسط چین باشه */
            color: #fff; /* متن سفید روی پس زمینه تیره */
            padding: 0 20px; /* فاصله از لبه‌ها */
        }

        /* ==============================  export page  ============================== */
        .export_title {
            font-size: 30px;
        }

        .export_under_title {
            font-size: 17px;
        }

        .font_title_export {
            font-size: 27px;
        }

        #export-background {
            background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../image/export.jpg");
            height: 240px;
            background-size: cover;
            background-position: center center;
            background-attachment: fixed;
        }


        /* ==============================  Export Image card country  ============================== */
        #export_img {
            background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../image/metal03.png");
            height: 1400px;
            background-size: cover;
            background-position: center center;
            background-attachment: fixed;
        }

        /* کارت‌ها */
        .export-destinations .card {
            border: none;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            background: #fff;
            text-align: center;
            cursor: pointer;
        }

        /* هاور کارت: بالا رفتن و سایه بیشتر */
        .export-destinations .card:hover {
            transform: translateY(-8px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
        }

        /* عکس داخل کارت */
        .export-destinations .card img {
            width: 100%;
            height: auto;
            border-radius: 8px;
            transition: transform 0.4s ease, filter 0.3s ease;
        }

        /* بزرگ شدن عکس هنگام هاور */
        .export-destinations .card:hover img {
            transform: scale(1.15);
            filter: brightness(1.05);
        }

        /* اسم کشور زیر عکس، پیشفرض مخفی */
        .export-destinations .country-name {
            display: none; /* کاملاً مخفی */
            font-size: 0.9rem;
            color: #333;
            margin-top: 8px;
            text-align: center;
            font-weight: 600;
        }

        /* نمایش اسم کشور هنگام هاور کارت */
        .export-destinations .card:hover .country-name {
            display: block;
        }

        /* تیتر بخش صادرات */
        .export-destinations h3 {
            font-weight: 700;
            color: #333;
            margin-bottom: 30px;
            text-align: center;
        }

        /* فاصله کارت‌ها در موبایل */
        @media (max-width: 768px) {
            .export-destinations .card {
                margin-bottom: 20px;
            }
        }


        /* ============================== End Export Image card country  ============================== */
        /*////////////////////////////////// team-card  ///////////////////////////////*/
        .font_title {
            font-size: 36px;
        }

        .font_title_team {
            font-size: 30px;
        }

        .font_title_content {
            font-size: 18px;
        }

        .team-card {
            display: flex;
            flex-direction: column;
            height: 100%;
        }

        .team-card-body {
            display: flex;
            flex-direction: column;
            height: 100%;
        }

        .team-card-content {
            flex: 1; /* محتوای اصلی کارت کشیده می‌شود */
        }

        .team-card-footer {
            margin-top: auto; /* همیشه پایین کارت */
        }

        /*///////////////////////////////// End team-card ////////////////////////////////////////////////////*/
        /*/////////////////////////////////  about ////////////////////////////////////////////////////*/
        .font_about_company_title {
            font-size: 32px;
        }

        .font_about_under_title {
            font-size: 22px;

        }


        .font_about_content {
            font-size: 20px;

        }

        .font_size_content_bottom {
            font-size: 16px;
        }


        /*///////////////////////////////// End about ////////////////////////////////////////////////////*/
        /*///////////////////////////////// footer ////////////////////////////////////////////////////*/
        .font_footer_content {
            font-size: 15px;

        }

        .font_footer_title {
            font-size: 18px;
        }


        .logo_damirtejarat_height {
            width: 100%;
            height: 100%;
        }

        .logo_DAMIRBAZAR_height {
            width: 100%;
            height: 100%;
        }


        /*///////////////////////////////// End footer ////////////////////////////////////////////////////*/
        /*////////////////////////////////////////کروسل خبر //////////////////////////////////////////*/
        #news {

        }

        #news_md {
            display: none;
        }

        #news_sm {
            display: none;
        }

        .news_Carousel_slide {
            width: 85%;
            padding: 10px 0;
            max-height: 450px; /* کل باکس بیشتر از این بزرگ نشه */

            /*height: 450px;*/

        }

        .news_slide {
            /*background: #fff;*/
            border-radius: 12px;
            /*box-shadow: 0 2px 8px rgba(0,0,0,0.1);*/
            overflow: hidden;
            text-align: center;
            /*max-height: 300px; !* کل باکس بیشتر از این بزرگ نشه *!*/

            padding: 10px 0;

        }

        .news_card {
            padding: 5px 0;
        }

        /*.carousel_item img {*/
        /*    width: 100%;*/
        /*    height: 150px;*/
        /*}*/

        .news_img {
            width: 100%;
            height: 150px
        }

        .font_size {
            font-size: 16px;
        }


        .news_Carousel {
            padding: 10px;
            /*font-size: 14px;*/
        }


        /*!* تغییر رنگ فلش‌ها *!*/
        /*.swiper-button-next,*/
        /*.swiper-button-prev {*/
        /*    --swiper-navigation-color: #e4d2bd; !* رنگ دلخواه *!*/
        /*    --swiper-navigation-size: 30px; !* سایز فلش *!*/
        /*}*/
        /*!* تغییر رنگ نقطه‌ها *!*/
        /*.swiper-pagination-bullet {*/
        /*    background: #999;   !* رنگ معمولی *!*/
        /*    opacity: 1;         !* پیش‌فرض کمرنگه، اینو کامل می‌کنیم *!*/
        /*}*/
        /*.swiper-pagination-bullet-active {*/
        /*    background: #000000;    !* رنگ نقطه فعال *!*/
        /*}*/
        /*////////////////////////////////////////کروسل خبر //////////////////////////////////////////*/
        /* فلش چپ با رنگ #e4d2bd */
        .carousel-control-prev-icon {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e4d2bd' viewBox='0 0 8 8'%3E%3Cpath d='M5.5 0L4.78.72 1.56 4 4.78 7.28 5.5 8 0.5 4z'/%3E%3C/svg%3E");
        }

        /* فلش راست با رنگ #e4d2bd */
        .carousel-control-next-icon {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e4d2bd' viewBox='0 0 8 8'%3E%3Cpath d='M2.5 0L3.22.72 6.44 4 3.22 7.28 2.5 8 7.5 4z'/%3E%3C/svg%3E");
        }

        .carousel-control-prev {
            left: -58px; /* کمی بیرون از کانتینر */
            bottom: 350px;
        }

        .carousel-control-next {
            right: -58px; /* کمی بیرون از کانتینر */
            bottom: 350px;
        }

        /*////////////////////////////////////////کروسل خبر /////////////////////////////////////////*/
        /*////////////////////////////////////////لینک های کناری صفحه اخبار  /////////////////////////////////////////*/
        .news-links div {
            margin-bottom: 10px; /* فاصله بین لینک‌ها */
        }

        .news-link {
            display: flex; /* برای قرار دادن دایره و متن کنار هم */
            align-items: center;
            color: #333 !important;
            text-decoration: none !important;
            font-weight: 500;
            font-size: 1rem;
            transition: color 0.3s, transform 0.2s;
        }

        .news-link:hover {
            color: #afa297 !important;
            transform: translateX(5px);
        }

        /* دایره کوچک کنار لینک */
        .bullet {
            width: 8px;
            height: 8px;
            background-color: #8c7975;
            border-radius: 50%;
            display: inline-block;
            margin-right: 10px; /* فاصله دایره تا متن */
            margin-left: 10px;
        }

        /*////////////////////////////////////// news page  /////////////////////////////////////////*/
        .font_size_news_side {
            font-size: 25px;
        }


        .font_size_news {
            font-size: 17px;
        }

        .fs_news_cat_date {
            font-size: 14px;
        }

        .fs_news_content {
            font-size: 14px;
        }

        /*////////////////////////////////////// End news page  /////////////////////////////////////////*/

    }


@media screen and (min-width: 1401px) and (max-width: 1445px) {

    /*/////////////////////////////////////////master////////////////////////////*/
    /*/////////////////////////////////////////s_ul_media/////////////////////////////*/
    .s_ul_media .s_li_media a {
        width: 43px;
        height: 43px;
        background-color: #000000;
        text-align: center;
        font-size: 24px;
        /*margin: 5px;*/
        display: block;
        border-radius: 50%;
        position: relative;
        overflow: hidden;
        border: 2px solid #373131;
        z-index: 2;
    }

    .s_ul_media .s_li_media a .icon {
        position: relative;
        color: #ffffff;
        transition: .7s;
        z-index: 2;
        margin-top: 8px;
    }

    /*/////////////////////////////////////////End s_ul_media/////////////////////////////*/
    /*/////////////////////////////////////////master navbar////////////////////////////*/
    .flag_width {
        width: 53px;
    }

    /*.flag_margin{*/
    /*    margin-right: 8px;*/
    /*}*/
    /*.flag_margin_en{*/
    /*    margin-left: 8px;*/
    /*}*/
    .media_margin {
        margin-right: 95px;

    }


    .media_margin_en {
        margin-left: 95px;

    }


    .logo_width {
        width: 120px;
    }


    #translate_bar {
        height: 56px;
        background-color: #323237;
    }


    .nav_font {
        font-size: 18px;
    }


    .nav_phone_font {
        font-size: 20px;
    }


    /*/////////////////////////////////////////End master navbar/////////////////////////////*/
    /*/////////////////////////////////////////End master/////////////////////////////*/
    /*///////////////////////////////////header carousel//////////////////////////////////*/
    .carousel-nav .nav-square {
        width: 20px;
        height: 20px;
        background-color: #b1acac;
        border: none;
        border-radius: 4px; /* کمی گردی گوشه */
        cursor: pointer;
        transition: background-color 0.3s;
    }


    .carousel_item img {
        width: 100%;
        /*height: 440px;*/
        height: 490px;
    }

    /*///////////////////////////////////End header carousel//////////////////////////////////*/
    .video_width {
        width: 700px;
    }


    .video_height {
        height: 470px;
    }


    .font_size_company_title {
        font-size: 34px;
    }


    .font_size_under_title {
        font-size: 20px;

    }


    .mt_lg_sss {
        margin-top: 18px;
    }


    .font_title_h1 {
        font-size: 28px;
    }


    #con {
        margin-top: 50px;
    }


    #sss {
        background-image: url("../image/back01.png");
        height: 68vh;
        background-size: cover;
        background-position: center center;
    }

    #sss_en {
        background-image: url("../image/back01.png");
        height: 70vh;
        background-size: cover;
        background-position: center center;
    }

    #bbb {
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../image/metal02.png");
        height: 670px;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
    }

    #ccc {
        background-color: #1a1d20;
        height: 120px;
        display: flex; /* فعال کردن Flexbox */
        justify-content: center; /* وسط افقی */
        align-items: center; /* وسط عمودی */
        text-align: center; /* اگر متن چند خطی شد وسط چین باشه */
        color: #fff; /* متن سفید روی پس زمینه تیره */
        padding: 0 20px; /* فاصله از لبه‌ها */
    }

    /* ==============================  export page  ============================== */
    .export_title {
        font-size: 32px;
    }

    .export_under_title {
        font-size: 17px;
    }

    .font_title_export {
        font-size: 28px;
    }

    #export-background {
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../image/export.jpg");
        height: 240px;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
    }


    /* ==============================  Export Image card country  ============================== */
    #export_img {
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../image/metal03.png");
        height: 1400px;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
    }

    /* کارت‌ها */
    .export-destinations .card {
        border: none;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
        background: #fff;
        text-align: center;
        cursor: pointer;
    }

    /* هاور کارت: بالا رفتن و سایه بیشتر */
    .export-destinations .card:hover {
        transform: translateY(-8px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    }

    /* عکس داخل کارت */
    .export-destinations .card img {
        width: 100%;
        height: auto;
        border-radius: 8px;
        transition: transform 0.4s ease, filter 0.3s ease;
    }

    /* بزرگ شدن عکس هنگام هاور */
    .export-destinations .card:hover img {
        transform: scale(1.15);
        filter: brightness(1.05);
    }

    /* اسم کشور زیر عکس، پیشفرض مخفی */
    .export-destinations .country-name {
        display: none; /* کاملاً مخفی */
        font-size: 0.9rem;
        color: #333;
        margin-top: 8px;
        text-align: center;
        font-weight: 600;
    }

    /* نمایش اسم کشور هنگام هاور کارت */
    .export-destinations .card:hover .country-name {
        display: block;
    }

    /* تیتر بخش صادرات */
    .export-destinations h3 {
        font-weight: 700;
        color: #333;
        margin-bottom: 30px;
        text-align: center;
    }

    /* فاصله کارت‌ها در موبایل */
    @media (max-width: 768px) {
        .export-destinations .card {
            margin-bottom: 20px;
        }
    }
    /* ============================== End Export Image card country  ============================== */
    /*////////////////////////////////// team-card  ///////////////////////////////*/
    .font_title {
        font-size: 38px;
    }

    .font_title_team {
        font-size: 30px;
    }

    .font_title_content {
        font-size: 20px;
    }


    .team-card {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .team-card-body {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .team-card-content {
        flex: 1; /* محتوای اصلی کارت کشیده می‌شود */
    }

    .team-card-footer {
        margin-top: auto; /* همیشه پایین کارت */
    }

    /*/////////////////////////////////////////////////////////////////////////////////////*/
    /*/////////////////////////////////  about ////////////////////////////////////////////////////*/
    .font_about_company_title {
        font-size: 34px;
    }

    .font_about_under_title {
        font-size: 22px;

    }


    .font_about_content {
        font-size: 20px;

    }

    .font_size_content_bottom {
        font-size: 16px;
    }


    /*///////////////////////////////// End about ////////////////////////////////////////////////////*/
    /*///////////////////////////////// footer ////////////////////////////////////////////////////*/
    .font_footer_content {
        font-size: 15px;

    }

    .font_footer_title {
        font-size: 18px;
    }


    .logo_damirtejarat_height {
        width: 100%;
        height: 100%;
    }

    .logo_DAMIRBAZAR_height {
        width: 100%;
        height: 100%;
    }


    /*///////////////////////////////// End footer ////////////////////////////////////////////////////*/
    /* ==============================  Export telegram whatsapp link btn ============================== */
    .social-icon img {
        transition: transform 0.25s ease, opacity 0.25s ease;
        cursor: pointer;
    }

    .social-icon img:hover {
        transform: scale(1.2); /* بزرگ شدن */
        opacity: 0.8; /* کمی تغییر برای نشان دادن hover */
    }

    /* ============================== End  Export telegram whatsapp link btn ============================== */
    .export-card {
        border: none;
        border-radius: 15px;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16),
        0 6px 12px rgba(0, 0, 0, 0.23),
        0 10px 20px rgba(0, 0, 0, 0.19); /* سایه سه‌بعدی */
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .export-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25),
        0 12px 24px rgba(0, 0, 0, 0.30),
        0 18px 32px rgba(0, 0, 0, 0.22);
    }

    /*/////////////////////////////////////////////////////////////////*/
    /*////////////////////////////////////////کروسل خبر //////////////////////////////////////////*/
    #news {

    }

    #news_md {
        display: none;
    }

    #news_sm {
        display: none;
    }

    .news_Carousel_slide {
        width: 90%;
        padding: 10px 0;
        max-height: 410px; /* کل باکس بیشتر از این بزرگ نشه */

        /*height: 450px;*/

    }

    .news_slide {
        /*background: #fff;*/
        border-radius: 12px;
        /*box-shadow: 0 2px 8px rgba(0,0,0,0.1);*/
        overflow: hidden;
        text-align: center;
        /*max-height: 300px; !* کل باکس بیشتر از این بزرگ نشه *!*/

        padding: 10px 0;

    }

    .news_card {
        padding: 5px 0;
    }

    /*.carousel_item img {*/
    /*    width: 100%;*/
    /*    height: 150px;*/
    /*}*/
    .news_img {
        width: 100%;
        height: 150px
    }

    .font_size {
        font-size: 16px;
    }


    .news_Carousel {
        padding: 10px;
        /*font-size: 14px;*/
    }


    /*!* تغییر رنگ فلش‌ها *!*/
    /*.swiper-button-next,*/
    /*.swiper-button-prev {*/
    /*    --swiper-navigation-color: #e4d2bd; !* رنگ دلخواه *!*/
    /*    --swiper-navigation-size: 30px; !* سایز فلش *!*/
    /*}*/
    /*!* تغییر رنگ نقطه‌ها *!*/
    /*.swiper-pagination-bullet {*/
    /*    background: #999;   !* رنگ معمولی *!*/
    /*    opacity: 1;         !* پیش‌فرض کمرنگه، اینو کامل می‌کنیم *!*/
    /*}*/
    /*.swiper-pagination-bullet-active {*/
    /*    background: #000000;    !* رنگ نقطه فعال *!*/
    /*}*/
    /*////////////////////////////////////////کروسل خبر //////////////////////////////////////////*/
    /* فلش چپ با رنگ #e4d2bd */
    .carousel-control-prev-icon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e4d2bd' viewBox='0 0 8 8'%3E%3Cpath d='M5.5 0L4.78.72 1.56 4 4.78 7.28 5.5 8 0.5 4z'/%3E%3C/svg%3E");
    }

    /* فلش راست با رنگ #e4d2bd */
    .carousel-control-next-icon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e4d2bd' viewBox='0 0 8 8'%3E%3Cpath d='M2.5 0L3.22.72 6.44 4 3.22 7.28 2.5 8 7.5 4z'/%3E%3C/svg%3E");
    }

    .carousel-control-prev {
        left: -70px; /* کمی بیرون از کانتینر */
        bottom: 300px;
    }

    .carousel-control-next {
        right: -70px; /* کمی بیرون از کانتینر */
        bottom: 300px;
    }

    /*////////////////////////////////////////کروسل خبر /////////////////////////////////////////*/
    /*////////////////////////////////////////لینک های کناری صفحه اخبار  /////////////////////////////////////////*/
    .news-links div {
        margin-bottom: 10px; /* فاصله بین لینک‌ها */
    }

    .news-link {
        display: flex; /* برای قرار دادن دایره و متن کنار هم */
        align-items: center;
        color: #333 !important;
        text-decoration: none !important;
        font-weight: 500;
        font-size: 1rem;
        transition: color 0.3s, transform 0.2s;
    }

    .news-link:hover {
        color: #afa297 !important;
        transform: translateX(5px);
    }

    /* دایره کوچک کنار لینک */
    .bullet {
        width: 8px;
        height: 8px;
        background-color: #8c7975;
        border-radius: 50%;
        display: inline-block;
        margin-right: 10px; /* فاصله دایره تا متن */
        margin-left: 10px;
    }

    /*////////////////////////////////////// news page  /////////////////////////////////////////*/
    .font_size_news_side {
        font-size: 25px;
    }


    .font_size_news {
        font-size: 17px;
    }

    .fs_news_cat_date {
        font-size: 14px;
    }

    .fs_news_content {
        font-size: 14px;
    }

    /*////////////////////////////////////// End news page  /////////////////////////////////////////*/

}

@media screen and (min-width: 1446px) and (max-width: 1600px) {

    /*/////////////////////////////////////////master////////////////////////////*/
    /*/////////////////////////////////////////s_ul_media/////////////////////////////*/

    .s_ul_media .s_li_media a {
        width: 43px;
        height: 43px;
        background-color: #000000;
        text-align: center;
        font-size: 24px;
        /*margin: 5px;*/
        display: block;
        border-radius: 50%;
        position: relative;
        overflow: hidden;
        border: 2px solid #373131;
        z-index: 2;
    }

    .s_ul_media .s_li_media a .icon {
        position: relative;
        color: #ffffff;
        transition: .7s;
        z-index: 2;
        margin-top: 8px;
    }

    /*/////////////////////////////////////////End s_ul_media/////////////////////////////*/

    /*/////////////////////////////////////////master navbar////////////////////////////*/

    .flag_width{
        width: 53px;
    }

    /*.flag_margin{*/
    /*    margin-right: 8px;*/
    /*}*/

    /*.flag_margin_en{*/
    /*    margin-left: 8px;*/
    /*}*/

    .media_margin{
        margin-right: 95px;

    }


    .media_margin_en{
        margin-left: 95px;

    }


    .logo_width{
        width: 120px;
    }


    #translate_bar{
        height: 56px;
        background-color: #323237;
    }


    .nav_font{
        font-size: 18px;
    }


    .nav_phone_font{
        font-size: 20px;
    }


    /*/////////////////////////////////////////End master navbar/////////////////////////////*/
    /*/////////////////////////////////////////End master/////////////////////////////*/

    /*///////////////////////////////////header carousel//////////////////////////////////*/

    .carousel-nav .nav-square {
        width: 20px;
        height: 20px;
        background-color: #b1acac;
        border: none;
        border-radius: 4px; /* کمی گردی گوشه */
        cursor: pointer;
        transition: background-color 0.3s;
    }


    .carousel_item img{
        width: 100%;
        /*height: 440px;*/
        height: 490px;
    }

    /*///////////////////////////////////End header carousel//////////////////////////////////*/

    .video_width{
        width: 700px;
    }


    .video_height{
        height: 470px;
    }


    .font_size_company_title{
        font-size: 34px;
    }


    .font_size_under_title{
        font-size: 20px;

    }


    .mt_lg_sss{
        margin-top: 18px;
    }


    .font_title_h1{
        font-size: 28px;
    }


    #con{
        margin-top: 50px;
    }


    #sss{
        background-image: url("../image/back01.png");
        height: 70vh;
        background-size: cover;
        background-position: center center;
    }

    #sss_en{
        background-image: url("../image/back01.png");
        height: 80vh;
        background-size: cover;
        background-position: center center;
    }

    #bbb{
        background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)) , url("../image/metal02.png") ;
        height:670px;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
    }
    #ccc {
        background-color: #1a1d20;
        height: 120px;
        display: flex;              /* فعال کردن Flexbox */
        justify-content: center;    /* وسط افقی */
        align-items: center;        /* وسط عمودی */
        text-align: center;         /* اگر متن چند خطی شد وسط چین باشه */
        color: #fff;                /* متن سفید روی پس زمینه تیره */
        padding: 0 20px;            /* فاصله از لبه‌ها */
    }
    /* ==============================  export page  ============================== */

    .export_title{
        font-size: 32px;
    }

    .export_under_title{
        font-size: 17px;
    }

    .font_title_export{
        font-size: 28px;
    }

    #export-background{
        background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)) , url("../image/export.jpg") ;
        height:240px;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
    }


    /* ==============================  Export Image card country  ============================== */
    #export_img{
        background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)) , url("../image/metal03.png") ;
        height:1400px;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
    }
    /* کارت‌ها */
    .export-destinations .card {
        border: none;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
        background: #fff;
        text-align: center;
        cursor: pointer;
    }

    /* هاور کارت: بالا رفتن و سایه بیشتر */
    .export-destinations .card:hover {
        transform: translateY(-8px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    }

    /* عکس داخل کارت */
    .export-destinations .card img {
        width: 100%;
        height: auto;
        border-radius: 8px;
        transition: transform 0.4s ease, filter 0.3s ease;
    }

    /* بزرگ شدن عکس هنگام هاور */
    .export-destinations .card:hover img {
        transform: scale(1.15);
        filter: brightness(1.05);
    }

    /* اسم کشور زیر عکس، پیشفرض مخفی */
    .export-destinations .country-name {
        display: none; /* کاملاً مخفی */
        font-size: 0.9rem;
        color: #333;
        margin-top: 8px;
        text-align: center;
        font-weight: 600;
    }

    /* نمایش اسم کشور هنگام هاور کارت */
    .export-destinations .card:hover .country-name {
        display: block;
    }

    /* تیتر بخش صادرات */
    .export-destinations h3 {
        font-weight: 700;
        color: #333;
        margin-bottom: 30px;
        text-align: center;
    }

    /* فاصله کارت‌ها در موبایل */
    @media (max-width: 768px) {
        .export-destinations .card {
            margin-bottom: 20px;
        }
    }
    /* ============================== End Export Image card country  ============================== */
    /*////////////////////////////////// team-card  ///////////////////////////////*/
    .font_title{
        font-size:38px;
    }

    .font_title_team{
        font-size:30px;
    }

    .font_title_content{
        font-size: 20px;
    }


    .team-card {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .team-card-body {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .team-card-content {
        flex: 1; /* محتوای اصلی کارت کشیده می‌شود */
    }

    .team-card-footer {
        margin-top: auto; /* همیشه پایین کارت */
    }
    /*/////////////////////////////////////////////////////////////////////////////////////*/
    /*/////////////////////////////////  about ////////////////////////////////////////////////////*/

    .font_about_company_title{
        font-size: 34px;
    }

    .font_about_under_title{
        font-size: 22px;

    }


    .font_about_content{
        font-size: 20px;

    }

    .font_size_content_bottom{
        font-size: 16px;
    }


    /*///////////////////////////////// End about ////////////////////////////////////////////////////*/
    /*///////////////////////////////// footer ////////////////////////////////////////////////////*/


    .font_footer_content{
        font-size: 15px;

    }

    .font_footer_title{
        font-size: 18px;
    }



    .logo_damirtejarat_height{
        width: 100%;
        height: 100%;
    }

    .logo_DAMIRBAZAR_height{
        width: 100%;
        height: 100%;
    }


    /*///////////////////////////////// End footer ////////////////////////////////////////////////////*/



    /* ==============================  Export telegram whatsapp link btn ============================== */

    .social-icon img {
        transition: transform 0.25s ease, opacity 0.25s ease;
        cursor: pointer;
    }

    .social-icon img:hover {
        transform: scale(1.2);   /* بزرگ شدن */
        opacity: 0.8;            /* کمی تغییر برای نشان دادن hover */
    }
    /* ============================== End  Export telegram whatsapp link btn ============================== */
    .export-card {
        border: none;
        border-radius: 15px;
        box-shadow:
            0 3px 6px rgba(0,0,0,0.16),
            0 6px 12px rgba(0,0,0,0.23),
            0 10px 20px rgba(0,0,0,0.19); /* سایه سه‌بعدی */
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .export-card:hover {
        transform: translateY(-8px);
        box-shadow:
            0 8px 16px rgba(0,0,0,0.25),
            0 12px 24px rgba(0,0,0,0.30),
            0 18px 32px rgba(0,0,0,0.22);
    }
    /*/////////////////////////////////////////////////////////////////*/

    /*////////////////////////////////////////کروسل خبر //////////////////////////////////////////*/

    #news{

    }

    #news_md{
        display:none;
    }

    #news_sm{
        display:none;
    }

    .news_Carousel_slide {
        width: 90%;
        padding: 10px 0;
        max-height: 410px; /* کل باکس بیشتر از این بزرگ نشه */

        /*height: 450px;*/

    }

    .news_slide {
        /*background: #fff;*/
        border-radius: 12px;
        /*box-shadow: 0 2px 8px rgba(0,0,0,0.1);*/
        overflow: hidden;
        text-align: center;
        /*max-height: 300px; !* کل باکس بیشتر از این بزرگ نشه *!*/

        padding: 10px 0;

    }

    .news_card {
        padding: 5px 0;
    }

    /*.carousel_item img {*/
    /*    width: 100%;*/
    /*    height: 150px;*/
    /*}*/

    .news_img{
        width: 100%;
        height: 150px
    }

    .font_size{
        font-size: 16px;
    }



    .news_Carousel {
        padding: 10px;
        /*font-size: 14px;*/
    }


    /*!* تغییر رنگ فلش‌ها *!*/
    /*.swiper-button-next,*/
    /*.swiper-button-prev {*/
    /*    --swiper-navigation-color: #e4d2bd; !* رنگ دلخواه *!*/
    /*    --swiper-navigation-size: 30px; !* سایز فلش *!*/
    /*}*/



    /*!* تغییر رنگ نقطه‌ها *!*/
    /*.swiper-pagination-bullet {*/
    /*    background: #999;   !* رنگ معمولی *!*/
    /*    opacity: 1;         !* پیش‌فرض کمرنگه، اینو کامل می‌کنیم *!*/
    /*}*/

    /*.swiper-pagination-bullet-active {*/
    /*    background: #000000;    !* رنگ نقطه فعال *!*/
    /*}*/
    /*////////////////////////////////////////کروسل خبر //////////////////////////////////////////*/
    /* فلش چپ با رنگ #e4d2bd */
    .carousel-control-prev-icon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e4d2bd' viewBox='0 0 8 8'%3E%3Cpath d='M5.5 0L4.78.72 1.56 4 4.78 7.28 5.5 8 0.5 4z'/%3E%3C/svg%3E");
    }

    /* فلش راست با رنگ #e4d2bd */
    .carousel-control-next-icon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e4d2bd' viewBox='0 0 8 8'%3E%3Cpath d='M2.5 0L3.22.72 6.44 4 3.22 7.28 2.5 8 7.5 4z'/%3E%3C/svg%3E");
    }

    .carousel-control-prev {
        left: -70px;  /* کمی بیرون از کانتینر */
        bottom: 300px;
    }

    .carousel-control-next {
        right: -70px; /* کمی بیرون از کانتینر */
        bottom: 300px;
    }
    /*////////////////////////////////////////کروسل خبر /////////////////////////////////////////*/
    /*////////////////////////////////////////لینک های کناری صفحه اخبار  /////////////////////////////////////////*/

    .news-links div {
        margin-bottom: 10px; /* فاصله بین لینک‌ها */
    }

    .news-link {
        display: flex;           /* برای قرار دادن دایره و متن کنار هم */
        align-items: center;
        color: #333 !important;
        text-decoration: none !important;
        font-weight: 500;
        font-size: 1rem;
        transition: color 0.3s, transform 0.2s;
    }

    .news-link:hover {
        color: #afa297 !important;
        transform: translateX(5px);
    }

    /* دایره کوچک کنار لینک */
    .bullet {
        width: 8px;
        height: 8px;
        background-color: #8c7975;
        border-radius: 50%;
        display: inline-block;
        margin-right: 10px; /* فاصله دایره تا متن */
        margin-left: 10px;
    }
    /*////////////////////////////////////// news page  /////////////////////////////////////////*/

    .font_size_news_side{
        font-size: 25px;
    }


    .font_size_news{
        font-size: 17px;
    }

    .fs_news_cat_date{
        font-size: 14px;
    }

    .fs_news_content{
        font-size: 14px;
    }
    /*////////////////////////////////////// End news page  /////////////////////////////////////////*/
}
@media screen and (min-width: 1601px) and (max-width: 1760px) {

    /*/////////////////////////////////////////master////////////////////////////*/
    /*/////////////////////////////////////////s_ul_media/////////////////////////////*/

    .s_ul_media .s_li_media a {
        width: 43px;
        height: 43px;
        background-color: #000000;
        text-align: center;
        font-size: 24px;
        /*margin: 5px;*/
        display: block;
        border-radius: 50%;
        position: relative;
        overflow: hidden;
        border: 2px solid #373131;
        z-index: 2;
    }

    .s_ul_media .s_li_media a .icon {
        position: relative;
        color: #ffffff;
        transition: .7s;
        z-index: 2;
        margin-top: 8px;
    }

    /*/////////////////////////////////////////End s_ul_media/////////////////////////////*/

    /*/////////////////////////////////////////master navbar////////////////////////////*/

    .flag_width{
        width: 53px;
    }

    /*.flag_margin{*/
    /*    margin-right: 8px;*/
    /*}*/

    /*.flag_margin_en{*/
    /*    margin-left: 8px;*/
    /*}*/

    .media_margin{
        margin-right: 95px;

    }


    .media_margin_en{
        margin-left: 95px;

    }


    .logo_width{
        width: 120px;
    }


    #translate_bar{
        height: 56px;
        background-color: #323237;
    }


    .nav_font{
        font-size: 18px;
    }


    .nav_phone_font{
        font-size: 20px;
    }


    /*/////////////////////////////////////////End master navbar/////////////////////////////*/
    /*/////////////////////////////////////////End master/////////////////////////////*/

    /*///////////////////////////////////header carousel//////////////////////////////////*/

    .carousel-nav .nav-square {
        width: 20px;
        height: 20px;
        background-color: #b1acac;
        border: none;
        border-radius: 4px; /* کمی گردی گوشه */
        cursor: pointer;
        transition: background-color 0.3s;
    }


    .carousel_item img{
        width: 100%;
        /*height: 440px;*/
        height: 490px;
    }

    /*///////////////////////////////////End header carousel//////////////////////////////////*/

    .video_width{
        width: 700px;
    }


    .video_height{
        height: 470px;
    }


    .font_size_company_title{
        font-size: 34px;
    }


    .font_size_under_title{
        font-size: 20px;

    }


    .mt_lg_sss{
        margin-top: 18px;
    }


    .font_title_h1{
        font-size: 28px;
    }


    #con{
        margin-top: 50px;
    }


    #sss{
        background-image: url("../image/back01.png");
        height: 55vh;
        background-size: cover;
        background-position: center center;
    }

    #sss_en{
        background-image: url("../image/back01.png");
        height: 60vh;
        background-size: cover;
        background-position: center center;
    }

    #bbb{
        background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)) , url("../image/metal02.png") ;
        height:670px;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
    }
    #ccc {
        background-color: #1a1d20;
        height: 120px;
        display: flex;              /* فعال کردن Flexbox */
        justify-content: center;    /* وسط افقی */
        align-items: center;        /* وسط عمودی */
        text-align: center;         /* اگر متن چند خطی شد وسط چین باشه */
        color: #fff;                /* متن سفید روی پس زمینه تیره */
        padding: 0 20px;            /* فاصله از لبه‌ها */
    }
    /* ==============================  export page  ============================== */

    .export_title{
        font-size: 32px;
    }

    .export_under_title{
        font-size: 17px;
    }

    .font_title_export{
        font-size: 28px;
    }

    #export-background{
        background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)) , url("../image/export.jpg") ;
        height:240px;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
    }


    /* ==============================  Export Image card country  ============================== */
    #export_img{
        background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)) , url("../image/metal03.png") ;
        height:1400px;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
    }
    /* کارت‌ها */
    .export-destinations .card {
        border: none;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
        background: #fff;
        text-align: center;
        cursor: pointer;
    }

    /* هاور کارت: بالا رفتن و سایه بیشتر */
    .export-destinations .card:hover {
        transform: translateY(-8px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    }

    /* عکس داخل کارت */
    .export-destinations .card img {
        width: 100%;
        height: auto;
        border-radius: 8px;
        transition: transform 0.4s ease, filter 0.3s ease;
    }

    /* بزرگ شدن عکس هنگام هاور */
    .export-destinations .card:hover img {
        transform: scale(1.15);
        filter: brightness(1.05);
    }

    /* اسم کشور زیر عکس، پیشفرض مخفی */
    .export-destinations .country-name {
        display: none; /* کاملاً مخفی */
        font-size: 0.9rem;
        color: #333;
        margin-top: 8px;
        text-align: center;
        font-weight: 600;
    }

    /* نمایش اسم کشور هنگام هاور کارت */
    .export-destinations .card:hover .country-name {
        display: block;
    }

    /* تیتر بخش صادرات */
    .export-destinations h3 {
        font-weight: 700;
        color: #333;
        margin-bottom: 30px;
        text-align: center;
    }

    /* فاصله کارت‌ها در موبایل */
    @media (max-width: 768px) {
        .export-destinations .card {
            margin-bottom: 20px;
        }
    }
    /* ============================== End Export Image card country  ============================== */
    /*////////////////////////////////// team-card  ///////////////////////////////*/
    .font_title{
        font-size:38px;
    }

    .font_title_team{
        font-size:30px;
    }

    .font_title_content{
        font-size: 20px;
    }


    .team-card {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .team-card-body {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .team-card-content {
        flex: 1; /* محتوای اصلی کارت کشیده می‌شود */
    }

    .team-card-footer {
        margin-top: auto; /* همیشه پایین کارت */
    }
    /*/////////////////////////////////////////////////////////////////////////////////////*/
    /*/////////////////////////////////  about ////////////////////////////////////////////////////*/

    .font_about_company_title{
        font-size: 34px;
    }

    .font_about_under_title{
        font-size: 22px;

    }


    .font_about_content{
        font-size: 20px;

    }

    .font_size_content_bottom{
        font-size: 16px;
    }


    /*///////////////////////////////// End about ////////////////////////////////////////////////////*/
    /*///////////////////////////////// footer ////////////////////////////////////////////////////*/


    .font_footer_content{
        font-size: 15px;

    }

    .font_footer_title{
        font-size: 18px;
    }



    .logo_damirtejarat_height{
        width: 100%;
        height: 100%;
    }

    .logo_DAMIRBAZAR_height{
        width: 100%;
        height: 100%;
    }


    /*///////////////////////////////// End footer ////////////////////////////////////////////////////*/



    /* ==============================  Export telegram whatsapp link btn ============================== */

    .social-icon img {
        transition: transform 0.25s ease, opacity 0.25s ease;
        cursor: pointer;
    }

    .social-icon img:hover {
        transform: scale(1.2);   /* بزرگ شدن */
        opacity: 0.8;            /* کمی تغییر برای نشان دادن hover */
    }
    /* ============================== End  Export telegram whatsapp link btn ============================== */
    .export-card {
        border: none;
        border-radius: 15px;
        box-shadow:
            0 3px 6px rgba(0,0,0,0.16),
            0 6px 12px rgba(0,0,0,0.23),
            0 10px 20px rgba(0,0,0,0.19); /* سایه سه‌بعدی */
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .export-card:hover {
        transform: translateY(-8px);
        box-shadow:
            0 8px 16px rgba(0,0,0,0.25),
            0 12px 24px rgba(0,0,0,0.30),
            0 18px 32px rgba(0,0,0,0.22);
    }
    /*/////////////////////////////////////////////////////////////////*/

    /*////////////////////////////////////////کروسل خبر //////////////////////////////////////////*/

    #news{

    }

    #news_md{
        display:none;
    }

    #news_sm{
        display:none;
    }

    .news_Carousel_slide {
        width: 90%;
        padding: 10px 0;
        max-height: 410px; /* کل باکس بیشتر از این بزرگ نشه */

        /*height: 450px;*/

    }

    .news_slide {
        /*background: #fff;*/
        border-radius: 12px;
        /*box-shadow: 0 2px 8px rgba(0,0,0,0.1);*/
        overflow: hidden;
        text-align: center;
        /*max-height: 300px; !* کل باکس بیشتر از این بزرگ نشه *!*/

        padding: 10px 0;

    }

    .news_card {
        padding: 5px 0;
    }

    /*.carousel_item img {*/
    /*    width: 100%;*/
    /*    height: 150px;*/
    /*}*/

    .news_img{
        width: 100%;
        height: 150px
    }

    .font_size{
        font-size: 16px;
    }



    .news_Carousel {
        padding: 10px;
        /*font-size: 14px;*/
    }


    /*!* تغییر رنگ فلش‌ها *!*/
    /*.swiper-button-next,*/
    /*.swiper-button-prev {*/
    /*    --swiper-navigation-color: #e4d2bd; !* رنگ دلخواه *!*/
    /*    --swiper-navigation-size: 30px; !* سایز فلش *!*/
    /*}*/



    /*!* تغییر رنگ نقطه‌ها *!*/
    /*.swiper-pagination-bullet {*/
    /*    background: #999;   !* رنگ معمولی *!*/
    /*    opacity: 1;         !* پیش‌فرض کمرنگه، اینو کامل می‌کنیم *!*/
    /*}*/

    /*.swiper-pagination-bullet-active {*/
    /*    background: #000000;    !* رنگ نقطه فعال *!*/
    /*}*/
    /*////////////////////////////////////////کروسل خبر //////////////////////////////////////////*/
    /* فلش چپ با رنگ #e4d2bd */
    .carousel-control-prev-icon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e4d2bd' viewBox='0 0 8 8'%3E%3Cpath d='M5.5 0L4.78.72 1.56 4 4.78 7.28 5.5 8 0.5 4z'/%3E%3C/svg%3E");
    }

    /* فلش راست با رنگ #e4d2bd */
    .carousel-control-next-icon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e4d2bd' viewBox='0 0 8 8'%3E%3Cpath d='M2.5 0L3.22.72 6.44 4 3.22 7.28 2.5 8 7.5 4z'/%3E%3C/svg%3E");
    }

    .carousel-control-prev {
        left: -70px;  /* کمی بیرون از کانتینر */
        bottom: 300px;
    }

    .carousel-control-next {
        right: -70px; /* کمی بیرون از کانتینر */
        bottom: 300px;
    }
    /*////////////////////////////////////////کروسل خبر /////////////////////////////////////////*/
    /*////////////////////////////////////////لینک های کناری صفحه اخبار  /////////////////////////////////////////*/

    .news-links div {
        margin-bottom: 10px; /* فاصله بین لینک‌ها */
    }

    .news-link {
        display: flex;           /* برای قرار دادن دایره و متن کنار هم */
        align-items: center;
        color: #333 !important;
        text-decoration: none !important;
        font-weight: 500;
        font-size: 1rem;
        transition: color 0.3s, transform 0.2s;
    }

    .news-link:hover {
        color: #afa297 !important;
        transform: translateX(5px);
    }

    /* دایره کوچک کنار لینک */
    .bullet {
        width: 8px;
        height: 8px;
        background-color: #8c7975;
        border-radius: 50%;
        display: inline-block;
        margin-right: 10px; /* فاصله دایره تا متن */
        margin-left: 10px;
    }
    /*////////////////////////////////////// news page  /////////////////////////////////////////*/

    .font_size_news_side{
        font-size: 25px;
    }


    .font_size_news{
        font-size: 17px;
    }

    .fs_news_cat_date{
        font-size: 14px;
    }

    .fs_news_content{
        font-size: 14px;
    }
    /*////////////////////////////////////// End news page  /////////////////////////////////////////*/


}


@media screen and (min-width: 1761px){

    /*/////////////////////////////////////////master////////////////////////////*/
    /*/////////////////////////////////////////s_ul_media/////////////////////////////*/

    .s_ul_media .s_li_media a {
        width: 43px;
        height: 43px;
        background-color: #000000;
        text-align: center;
        font-size: 24px;
        /*margin: 5px;*/
        display: block;
        border-radius: 50%;
        position: relative;
        overflow: hidden;
        border: 2px solid #373131;
        z-index: 2;
    }

    .s_ul_media .s_li_media a .icon {
        position: relative;
        color: #ffffff;
        transition: .7s;
        z-index: 2;
        margin-top: 8px;
    }

    /*/////////////////////////////////////////End s_ul_media/////////////////////////////*/

    /*/////////////////////////////////////////master navbar////////////////////////////*/

    .flag_width{
        width: 53px;
    }

    /*.flag_margin{*/
    /*    margin-right: 8px;*/
    /*}*/

    /*.flag_margin_en{*/
    /*    margin-left: 8px;*/
    /*}*/

    .media_margin{
        margin-right: 95px;

    }


    .media_margin_en{
        margin-left: 95px;

    }


    .logo_width{
        width: 120px;
    }


    #translate_bar{
        height: 56px;
        background-color: #323237;
    }


    .nav_font{
        font-size: 18px;
    }


    .nav_phone_font{
        font-size: 20px;
    }


    /*/////////////////////////////////////////End master navbar/////////////////////////////*/
    /*/////////////////////////////////////////End master/////////////////////////////*/

    /*///////////////////////////////////header carousel//////////////////////////////////*/

    .carousel-nav .nav-square {
        width: 20px;
        height: 20px;
        background-color: #b1acac;
        border: none;
        border-radius: 4px; /* کمی گردی گوشه */
        cursor: pointer;
        transition: background-color 0.3s;
    }


    .carousel_item img{
        width: 100%;
        /*height: 440px;*/
        height: 490px;
    }

    /*///////////////////////////////////End header carousel//////////////////////////////////*/

    .video_width{
        width: 700px;
    }


    .video_height{
        height: 470px;
    }


    .font_size_company_title{
        font-size: 34px;
    }


    .font_size_under_title{
        font-size: 20px;

    }


    .mt_lg_sss{
        margin-top: 18px;
    }


    .font_title_h1{
        font-size: 28px;
    }


    #con{
        margin-top: 50px;
    }


    #sss{
        background-image: url("../image/back01.png");
        height: 75vh;
        background-size: cover;
        background-position: center center;
    }

    #sss_en{
        background-image: url("../image/back01.png");
        height: 75vh;
        background-size: cover;
        background-position: center center;
    }

    #bbb{
        background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)) , url("../image/metal02.png") ;
        height:670px;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
    }
    #ccc {
        background-color: #1a1d20;
        height: 120px;
        display: flex;              /* فعال کردن Flexbox */
        justify-content: center;    /* وسط افقی */
        align-items: center;        /* وسط عمودی */
        text-align: center;         /* اگر متن چند خطی شد وسط چین باشه */
        color: #fff;                /* متن سفید روی پس زمینه تیره */
        padding: 0 20px;            /* فاصله از لبه‌ها */
    }
    /* ==============================  export page  ============================== */

    .export_title{
        font-size: 32px;
    }

    .export_under_title{
        font-size: 17px;
    }

    .font_title_export{
        font-size: 28px;
    }

    #export-background{
        background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)) , url("../image/export.jpg") ;
        height:240px;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
    }


    /* ==============================  Export Image card country  ============================== */
    #export_img{
        background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)) , url("../image/metal03.png") ;
        height:1400px;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
    }
    /* کارت‌ها */
    .export-destinations .card {
        border: none;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
        background: #fff;
        text-align: center;
        cursor: pointer;
    }

    /* هاور کارت: بالا رفتن و سایه بیشتر */
    .export-destinations .card:hover {
        transform: translateY(-8px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    }

    /* عکس داخل کارت */
    .export-destinations .card img {
        width: 100%;
        height: auto;
        border-radius: 8px;
        transition: transform 0.4s ease, filter 0.3s ease;
    }

    /* بزرگ شدن عکس هنگام هاور */
    .export-destinations .card:hover img {
        transform: scale(1.15);
        filter: brightness(1.05);
    }

    /* اسم کشور زیر عکس، پیشفرض مخفی */
    .export-destinations .country-name {
        display: none; /* کاملاً مخفی */
        font-size: 0.9rem;
        color: #333;
        margin-top: 8px;
        text-align: center;
        font-weight: 600;
    }

    /* نمایش اسم کشور هنگام هاور کارت */
    .export-destinations .card:hover .country-name {
        display: block;
    }

    /* تیتر بخش صادرات */
    .export-destinations h3 {
        font-weight: 700;
        color: #333;
        margin-bottom: 30px;
        text-align: center;
    }

    /* فاصله کارت‌ها در موبایل */
    @media (max-width: 768px) {
        .export-destinations .card {
            margin-bottom: 20px;
        }
    }
    /* ============================== End Export Image card country  ============================== */
    /*////////////////////////////////// team-card  ///////////////////////////////*/
    .font_title{
        font-size:38px;
    }

    .font_title_team{
        font-size:30px;
    }

    .font_title_content{
        font-size: 20px;
    }


    .team-card {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .team-card-body {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .team-card-content {
        flex: 1; /* محتوای اصلی کارت کشیده می‌شود */
    }

    .team-card-footer {
        margin-top: auto; /* همیشه پایین کارت */
    }
    /*/////////////////////////////////////////////////////////////////////////////////////*/
    /*/////////////////////////////////  about ////////////////////////////////////////////////////*/

    .font_about_company_title{
        font-size: 34px;
    }

    .font_about_under_title{
        font-size: 22px;

    }


    .font_about_content{
        font-size: 20px;

    }

    .font_size_content_bottom{
        font-size: 16px;
    }


    /*///////////////////////////////// End about ////////////////////////////////////////////////////*/
    /*///////////////////////////////// footer ////////////////////////////////////////////////////*/


    .font_footer_content{
        font-size: 15px;

    }

    .font_footer_title{
        font-size: 18px;
    }



    .logo_damirtejarat_height{
        width: 100%;
        height: 100%;
    }

    .logo_DAMIRBAZAR_height{
        width: 100%;
        height: 100%;
    }


    /*///////////////////////////////// End footer ////////////////////////////////////////////////////*/



    /* ==============================  Export telegram whatsapp link btn ============================== */

    .social-icon img {
        transition: transform 0.25s ease, opacity 0.25s ease;
        cursor: pointer;
    }

    .social-icon img:hover {
        transform: scale(1.2);   /* بزرگ شدن */
        opacity: 0.8;            /* کمی تغییر برای نشان دادن hover */
    }
    /* ============================== End  Export telegram whatsapp link btn ============================== */
    .export-card {
        border: none;
        border-radius: 15px;
        box-shadow:
            0 3px 6px rgba(0,0,0,0.16),
            0 6px 12px rgba(0,0,0,0.23),
            0 10px 20px rgba(0,0,0,0.19); /* سایه سه‌بعدی */
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .export-card:hover {
        transform: translateY(-8px);
        box-shadow:
            0 8px 16px rgba(0,0,0,0.25),
            0 12px 24px rgba(0,0,0,0.30),
            0 18px 32px rgba(0,0,0,0.22);
    }
    /*/////////////////////////////////////////////////////////////////*/

    /*////////////////////////////////////////کروسل خبر //////////////////////////////////////////*/

    #news{

    }

    #news_md{
        display:none;
    }

    #news_sm{
        display:none;
    }

    .news_Carousel_slide {
        width: 90%;
        padding: 10px 0;
        max-height: 410px; /* کل باکس بیشتر از این بزرگ نشه */

        /*height: 450px;*/

    }

    .news_slide {
        /*background: #fff;*/
        border-radius: 12px;
        /*box-shadow: 0 2px 8px rgba(0,0,0,0.1);*/
        overflow: hidden;
        text-align: center;
        /*max-height: 300px; !* کل باکس بیشتر از این بزرگ نشه *!*/

        padding: 10px 0;

    }

    .news_card {
        padding: 5px 0;
    }

    /*.carousel_item img {*/
    /*    width: 100%;*/
    /*    height: 150px;*/
    /*}*/

    .news_img{
        width: 100%;
        height: 150px
    }

    .font_size{
        font-size: 16px;
    }



    .news_Carousel {
        padding: 10px;
        /*font-size: 14px;*/
    }


    /*!* تغییر رنگ فلش‌ها *!*/
    /*.swiper-button-next,*/
    /*.swiper-button-prev {*/
    /*    --swiper-navigation-color: #e4d2bd; !* رنگ دلخواه *!*/
    /*    --swiper-navigation-size: 30px; !* سایز فلش *!*/
    /*}*/



    /*!* تغییر رنگ نقطه‌ها *!*/
    /*.swiper-pagination-bullet {*/
    /*    background: #999;   !* رنگ معمولی *!*/
    /*    opacity: 1;         !* پیش‌فرض کمرنگه، اینو کامل می‌کنیم *!*/
    /*}*/

    /*.swiper-pagination-bullet-active {*/
    /*    background: #000000;    !* رنگ نقطه فعال *!*/
    /*}*/
    /*////////////////////////////////////////کروسل خبر //////////////////////////////////////////*/
    /* فلش چپ با رنگ #e4d2bd */
    .carousel-control-prev-icon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e4d2bd' viewBox='0 0 8 8'%3E%3Cpath d='M5.5 0L4.78.72 1.56 4 4.78 7.28 5.5 8 0.5 4z'/%3E%3C/svg%3E");
    }

    /* فلش راست با رنگ #e4d2bd */
    .carousel-control-next-icon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e4d2bd' viewBox='0 0 8 8'%3E%3Cpath d='M2.5 0L3.22.72 6.44 4 3.22 7.28 2.5 8 7.5 4z'/%3E%3C/svg%3E");
    }

    .carousel-control-prev {
        left: -70px;  /* کمی بیرون از کانتینر */
        bottom: 300px;
    }

    .carousel-control-next {
        right: -70px; /* کمی بیرون از کانتینر */
        bottom: 300px;
    }
    /*////////////////////////////////////////کروسل خبر /////////////////////////////////////////*/
    /*////////////////////////////////////////لینک های کناری صفحه اخبار  /////////////////////////////////////////*/

    .news-links div {
        margin-bottom: 10px; /* فاصله بین لینک‌ها */
    }

    .news-link {
        display: flex;           /* برای قرار دادن دایره و متن کنار هم */
        align-items: center;
        color: #333 !important;
        text-decoration: none !important;
        font-weight: 500;
        font-size: 1rem;
        transition: color 0.3s, transform 0.2s;
    }

    .news-link:hover {
        color: #afa297 !important;
        transform: translateX(5px);
    }

    /* دایره کوچک کنار لینک */
    .bullet {
        width: 8px;
        height: 8px;
        background-color: #8c7975;
        border-radius: 50%;
        display: inline-block;
        margin-right: 10px; /* فاصله دایره تا متن */
        margin-left: 10px;
    }
    /*////////////////////////////////////// news page  /////////////////////////////////////////*/

    .font_size_news_side{
        font-size: 25px;
    }


    .font_size_news{
        font-size: 17px;
    }

    .fs_news_cat_date{
        font-size: 14px;
    }

    .fs_news_content{
        font-size: 14px;
    }
    /*////////////////////////////////////// End news page  /////////////////////////////////////////*/


}



















