/*---------------------------------------------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;
}



.doran_fanum_bold {
    font-family: "Doran FaNum ExtraBold";
}

.doran_fanum-thin {
    font-family: "Doran FaNum Thin";
}

.doran_fanum_Medium {
    font-family: "Doran FaNum Medium";
}

.doran_extrabold {
    font-family: "Doran ExtraBold";
}

.doran_fanum {
    font-family: "Doran FaNum";
}

.doran {
    font-family: Doran;
}

@font-face {
    font-family: 'Kook';
    src: url("../font/kookfanumber/KookFaNum-Bold.woff2");
    src: url("../font/kookfanumber/KookFaNum-ExtraBold.woff2");
    src: url("../font/kookfanumber/KookFaNum-ExtraLight.woff2");
    src: url("../font/kookfanumber/KookFaNum-Light.woff2");
    src: url("../font/kookfanumber/KookFaNum-Medium.woff2");
    src: url("../font/kook/Kook-Bold.woff2");
    src: url("../font/kook/Kook-ExtraBold.woff2");
    src: url("../font/kook/Kook-ExtraLight.woff2");
    src: url("../font/kook/Kook-Light.woff2");
    src: url("../font/kook/Kook-Medium.woff2");
}

.kook_fanum {
    font-family: "KookFaNum";
}

.kook_fanum_extra_bold {
    font-family: "KookFaNum ExtraBold";
}

.kook_fanum_extra_light {
    font-family: "KookFaNum ExtraLight";
}

.kook_fanum_light {
    font-family: "KookFaNum Light";
}

.kook_fanum_medium {
    font-family: "KookFaNum Medium";
}

.kook {
    font-family: "Kook";
}

.kook_extra_bold {
    font-family: "Kook ExtraBold";
}

.kook_extra_light {
    font-family: "Kook ExtraLight";
}

.kook_light {
    font-family: "Kook Light";
}

.kook_medium {
    font-family: "Kook Medium";
}

.clear-fix {
    clear: both;
}

.kkk{
     font-family: Yekan;
}



/*---------------------------------------------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 {
    line-height: 1.9;
}

.line_height_2 {
    line-height: 2;
}

.line_height_3 {
    line-height: 4;
}

.element-class:hover {
    cursor: pointer;
}

.bg_color_one {
    background-color: #e4d2bd;
    
}
.sss{
       margin-top: 60px;
}
.color_cream {
    color: #e4d2bd;
}


.bg_green_rgb {
    background-color: rgba(112, 191, 68, 0.1);

}

.bg_blue_rgb {
    background-color: rgba(13, 53, 125, 0.1);
}

.mt_2n {
    margin-top: -7px;
}


.form-control:hover {
    box-shadow: 0 0 20px rgba(228, 210, 189, 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(228, 210, 189, 0.98);
}

.mt-n1 {
    margin-top: -10px;
}
.user_side_nav {
    color: rgba(0, 0, 0, 0.73);
}
.user_side_nav:hover{
    color: #ffffff;
}


.bg_user_side_nav  {
    background-color: #e4d2bd;
    padding: 5px 10px;
    border-radius: 10px 0 0 10px;
}
.bg_user_side_nav:hover{
    background-color: rgb(0, 0, 0);
    padding: 5px 10px;

    border-radius: 10px 0 0 10px;
}



.scroll_bar_box {
    height: 600px;
    text-align: right;
}

.overflow-auto {

    padding: 10px;
}

.scroll_bar {
    scrollbar-color: #e4d2bd rgba(13, 53, 125, 0.06);
    scrollbar-width: thin;

}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#nav_bar {
    background-color: #e4d2bd;
}

#nav_bar a {
    margin-right: 15px;
}

#nav_bar a:hover {
    color: rgba(113, 103, 103, 0.73);
}

footer {
    background-color: #e4d2bd;
}

#price_now {
    background-color: #fff;
    height: 35vh;
}

#product {
    background-color: #fff;
    height: 57vh;
}

#experts {
    background-color: #fff;
    height: 68vh;
}

#app {
    background-color: #fff;
    height: 40vh;
}

#export {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.7)), url("../image/ex.jpg");
    height: 45vh;
    background-size: cover;
    background-position: center bottom;
    background-attachment: fixed;
}

.dropdown .dropdown-menu {
    display: none;
}

.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
    display: block;
    border-radius: 10px 0 0 10px;
  

}

.sss{
      margin-top: 40px;
     margin-right: -50px;
}

@media screen and (min-width: 769px) {
    .dropend:hover > .dropdown-menu {
        position: absolute;
        top: 0;
        right: 100%;
    }

    .dropend .dropdown-toggle {
        margin-right: .5em;
    }
}


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

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

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

.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;
}

.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: #0A66C2;
}

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

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

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

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


.icon-product-box-item {
    cursor: pointer;
    width: 100%;
    background: #fff;
    padding: 5px;
}

.icon-product-box-item i {
    font-size: 22px;
}

.modal-header {
    padding-bottom: 0;
}


.card_shadow {
    box-shadow: 0 4px 8px 0 rgba(228, 210, 189, 100), 0 6px 20px 0 rgba(228, 210, 189, 100);
}


/*//////////////////////////////////rood show Logo ////////////////////////////////*/
:root {
    --total-brand: 42;
    --logo-width: 12rem;
    --total-logo-width: calc(var(--total-brand) * var(--logo-width));
    --animation-duration: calc(var(--total-brand) * 2s)
}


.slider {
    width: 100vw;
    height: 15rem;
    background-color: #fff;
    display: flex;
    align-items: center;
    overflow: hidden;

}


.slider::before,
.slider::after {
    content: '';
    width: var(--logo-width);
    height: 100%;
    position: absolute;

}


.slider::before {
    left: 0;
}

.slider::after {
    right: 0;
}

.slider ul.brands {
    list-style: none;
    width: var(--total-logo-width);
    display: flex;

    animation: sliderLeft var(--animation-duration) linear infinite;
}

.slider:hover ul.brands {


    animation-play-state: paused;
}

@keyframes sliderLeft {
    100% {
        transform: translateX(calc(+100% / 1));
    }


}

ul.brands li.brand-logo img {
    width: var(--logo-width);
    font-size: 2rem;
    text-align: center;
    margin-left: 5rem;
}

/*//////////////////////////////////end rood show Logo ////////////////////////////////*/

#regForm {
    background-color: #ffffff;
    margin: auto;
    padding: 40px;
    width: 80%;
    min-width: 300px;
}


/* Hide all steps by default: */
.tab {
    display: none;
}

button {
    background-color: #000000;
    color: #ffffff;
    border-radius: 10px;
    border: none;
    padding: 10px 20px;
    font-size: 12px;
    cursor: pointer;
}

button:hover {
    opacity: 0.8;
}

#prevBtn {
    background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.step {
    height: 20px;
    width: 20px;
    margin: 0 2px;
    background-color: #0b0a0a;
    border: 4px solid #e4d2bd;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.3;
}

.step.active {
    opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
    background-color: #171414;
}


/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*---------------------320PX------------------------------320PX-----------------------------320PX--------------------*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

@media screen and (max-width: 320px) {
    .image_carousel_slider {
        height: 25vh;
        width: 100vw;
    }
    
    .site_320{
         margin-top: 10px;
    }
    
    .margin_buten_heder{
        
        margin-top: 25px;
    }
    
    .margin_buten_heder2{
         margin-top: 25px;
    }
    
    .price_now_img {
        width: 80px;
        margin-bottom: 10px;

    }

    .price_now {
        font-size: 20px;

    }

    #price_now {
        display: none;
    }

    #price_now_md {
        display: none;
    }

     .product_price_font , .product_price_font span {
        font-size: 12px;
    }


    #product_sm {
        margin-top: 80px;
    }

    #product {
        display: none;
    }

    #product_md {
        display: none;
    }

    .product_font {
        font-size: 18px;

    }

    #experts_sm {
        margin-top: 60px;
    }

    #experts {
        display: none;
    }

    #experts_md {
        display: none;
    }

    #app {
        margin-top: -60px;
    }


    #export {
        margin-top: 450px;
        height: 80vh;
        font-size: 12px;
    }

    #policy {
        font-size: 12px;

    }

    .footer a, span {
        font-size: 12px;
    }

    #policy img {
        height: 10px;
        width: 25px;
    }

    .contact_logo {
        height: 70px;
    }

    .contact_title {
        font-size: 14px;
    }

    .contact_ds {
        font-size: 14px;

    }

    .news_img {
        width: 80%;
        margin-bottom: 30px;

    }

    .news_font_title h6 {
        font-size: 18px;
        text-align: center;
    }

    .news_font  {
        font-size: 14px;
    }

    .newest_img {
        width: 80%;
        margin-bottom: 30px;
    }

    .newest_font_sub {
        font-size: 16px;

    }

    .newest_font_title span {
        font-size: 15px;

    }
}

@media screen and (min-width: 321px) and (max-width: 480px) {
    .image_carousel_slider {
        height: 30vh;
        width: 100vw;
    }
.margin_buten_heder{
        
        margin-top: 25px;
    }
    
    .margin_buten_heder2{
         margin-top: 25px;
    }
    
    .price_now_img {
        width: 100px;
        margin-bottom: 10px;

    }

    .price_now {
        font-size: 20px;
    }


    #price_now {
        display: none;
    }

    #price_now_md {
        display: none;
    }

     .product_price_font , .product_price_font span {
        font-size: 14px;
    }


    #product_sm {
        margin-top: 50px;
    }

    #product {
        display: none;
    }

    #product_md {
        display: none;
    }

    .product_font {
        font-size: 20px;

    }

    #experts_sm {
        margin-top: 80px;
    }

    #experts {
        display: none;
    }

    #experts_md {
        display: none;
    }

    #app {
        margin-top: -60px;
    }


    .qr_code {
        height: 40vh;
    }

    #export {
        margin-top: 500px;
        height: 80vh;
        font-size: 13px;
    }

    #policy {
        font-size: 12px;

    }

    .footer a, span {
        font-size: 12px;
    }

    #policy img {
        height: 10px;
        width: 25px;
    }

    .about_video {
        width: 460px;
    }

    .contact_logo {
        height: 70px;
    }

    .contact_title {
        font-size: 18px;
    }

    .contact_ds {
        font-size: 14px;

    }

    .news_card_top {
        margin-bottom: 100px;
    }

    .news_img {
        width: 40%;
        margin-bottom: 30px;

    }

    .news_font_title h6 {
        font-size: 18px;
        text-align: center;
    }

    .newest_img {
        width: 40%;
        margin-bottom: 30px;
    }

    .news_font {
        font-size: 14px;
    }

    .newest_font_sub {
        font-size: 16px;

    }

    .newest_font_title span {
        font-size: 15px;

    }

}

@media screen and (min-width: 481px) and (max-width: 640px) {
    .image_carousel_slider {
        height: 33vh;
        width: 100vw;
    }
.margin_buten_heder{
        
        margin-top: 25px;
    }
    
    .margin_buten_heder2{
         margin-top: 25px;
    }
    
    .price_now_img {
        width: 100px;
        margin-bottom: 10px;

    }

    .price_now {
        font-size: 20px;
    }

    #price_now {
        display: none;
    }

    #price_now_md {
        display: none;
    }

     .product_price_font , .product_price_font span {
        font-size: 14px;
    }

    #product_sm {
        margin-top: 50px;
    }

    #product {
        display: none;
    }

    #product_md {
        display: none;
    }

    .product_font {
        font-size: 20px;

    }

    #experts_sm {
        margin-top: 80px;
    }

    #experts {
        display: none;
    }

    #experts_md {
        display: none;
    }

    #app {
        margin-top: -60px;
    }

    .qr_code {
        height: 30vh;
    }

    #export {
        margin-top: 400px;
        height: 60vh;
        font-size: 13px;
    }

    #policy {
        font-size: 12px;

    }

    .footer a, span {
        font-size: 12px;
    }

    #policy img {
        height: 10px;
        width: 25px;
    }

    .about_video {
        width: 510px;
    }

    .contact_logo {
        height: 80px;
    }

    .contact_title {
        font-size: 16px;
    }

    .contact_ds {
        font-size: 14px;

    }

    .news_img {
        width: 40%;
        margin-bottom: 30px;

    }

    .news_font_title h6 {
        font-size: 18px;
        text-align: center;
    }

    .newest_img {
        width: 40%;
        margin-bottom: 30px;
    }

    .news_font {
        font-size: 14px;
    }

    .newest_font_sub {
        font-size: 17px;

    }

    .newest_font_title span {
        font-size: 15px;

    }
}

@media screen and (min-width: 641px) and (max-width: 720px) {
    .image_carousel_slider {
        height: 40vh;
        width: 100vw;
    }
.margin_buten_heder{
        
        margin-top: 25px;
    }
    
    .margin_buten_heder2{
         margin-top: 25px;
    }
    
    .price_now_img {
        width: 100px;
        margin-bottom: 10px;

    }

    .price_now {
        font-size: 20px;
    }

    #price_now {
        display: none;
    }

    #price_now_md {
        display: none;
    }

     .product_price_font , .product_price_font span {
        font-size: 15px;
    }


    #product_sm {
        margin-top: 50px;
    }

    #product {
        display: none;
    }

    #product_md {
        display: none;
    }

    .product_font {
        font-size: 20px;

    }

    .product_font {
        font-size: 20px;

    }

    #experts_sm {
        margin-top: 80px;
    }

    #experts {
        display: none;
    }

    #experts_md {
        display: none;
    }

    #app {
        margin-top: -60px;
    }


    .qr_code {
        height: 30vh;
    }

    #export {
        margin-top: 400px;
        height: 60vh;
        font-size: 13px;
    }

    #policy {
        font-size: 12px;

    }

    .footer a, span {
        font-size: 12px;
    }

    #policy img {
        height: 10px;
        width: 25px;
    }

    .about_video {
        width: 510px;
    }

    .contact_logo {
        height: 80px;
    }

    .contact_title {
        font-size: 16px;
    }

    .contact_ds {
        font-size: 14px;
    }

    .news_img {
        width: 40%;
        margin-bottom: 30px;

    }

    .news_font_title h6 {
        font-size: 18px;
        text-align: center;
    }

    .news_font {
        font-size: 14px;
    }

    .newest_img {
        width: 40%;
        margin-bottom: 30px;
    }

    .newest_font_sub {
        font-size: 18px;

    }

    .newest_font_title span {
        font-size: 16px;

    }
}

@media screen and (min-width: 721px) and (max-width: 800px) {
    .image_carousel_slider {
        height: 35vh;
        width: 100vw;
    }
.margin_buten_heder{
        
        margin-top: 25px;
    }
    
    .margin_buten_heder2{
         margin-top: 25px;
    }
    
    .price_now_img {
        width: 90px;
        margin-bottom: 10px;
    }

    .price_now {
        font-size: 18px;
    }

    #price_now {
        display: none;
    }

    #price_now_sm {
        display: none;
    }

     .product_price_font , .product_price_font span {
        font-size: 16px;
    }


    #product_md {
        margin-top: 20px;
    }

    #product {
        display: none;
    }

    #product_sm {
        display: none;
    }

    .product_font {
        font-size: 20px;

    }

    #experts_md {
        margin-top: 80px;
    }

    #experts_sm {
        display: none;
    }

    #experts {
        display: none;
    }

    #app {
        margin-top: -40px;
    }


    .app_span {
        font-size: 16px;
    }

    .qr_code {
        height: 30vh;
    }


    #export {
        margin-top: 400px;
        height: 60vh;
        font-size: 14px;
    }

    .export_font {
        font-size: 16px;
    }

    #policy {
        font-size: 12px;

    }

    .footer a, span {
        font-size: 10px;
    }

    #policy img {
        height: 10px;
        width: 25px;
    }

    .about_video {
        width: 510px;
    }

    .contact_logo {
        height: 80px;
    }

    .contact_title {
        font-size: 18px;
    }

    .contact_ds {
        font-size: 14px;

    }

    .news_img {
        width: 120px;

    }

    .newest_img {
        width: 100%;
        margin-bottom: 20px;
    }

    .news_font_title h6 {
        font-size: 16px;
        text-align: center;
    }

    .news_font {
        font-size: 12px;
    }
}

@media screen and (min-width: 801px) and (max-width: 990px) {
    .image_carousel_slider {
        height: 35vh;
        width: 100vw;
    }
 .margin_buten_heder{
        
        margin-top: 25px;
    }
    
    .margin_buten_heder2{
         margin-top: 25px;
    }
    
    
    .price_now_img {
        width: 100px;
        margin-bottom: 10px;
    }

    .price_now {
        font-size: 20px;
    }

    #price_now {
        display: none;
    }

    #price_now_sm {
        display: none;
    }

     .product_price_font , .product_price_font span {
        font-size: 16px;
    }


    #product_md {
        margin-top: 20px;
    }

    #product {
        display: none;
    }

    #product_sm {
        display: none;
    }

    .product_font {
        font-size: 20px;

    }

    #experts_md {
        margin-top: 80px;
    }

    #experts_sm {
        display: none;
    }

    #experts {
        display: none;
    }

    #app {
        margin-top: -30px;
    }

    .app_span {
        font-size: 16px;
    }

    .qr_code {
        height: 30vh;
    }

    #export {
        margin-top: 400px;
        height: 70vh;

    }

    .export_font span{
        font-size: 20px;
    }

    #policy {
        font-size: 12px;

    }

    .footer a, span {
        font-size: 10px;
    }

    #policy img {
        height: 10px;
        width: 25px;
    }

    .about_video {
        width: 510px;
    }

    .contact_logo {
        height: 90px;
    }

    .contact_title {
        font-size: 16px;
    }

    .contact_ds {
        font-size: 14px;

    }

    .news_img {
        width: 100%;

    }

    .newest_img {
        width: 90%;
        margin-bottom: 20px;
    }

    .news_font_title h6 {
        font-size: 16px;
        text-align: center;
    }

    .news_font {
        font-size: 12px;
    }
     .margin_buten_heder{
        
        margin-top: 25px;
    }
}

@media screen and (min-width: 991px) and (max-width: 1024px) {
    .navbar-collapse a {
        font-size: 14px;
    }
 .margin_buten_heder{
        
        margin-top: 25px;
    }
    .price_now_img {
        width: 100px;
        margin-bottom: 10px;
    }

    .image_carousel_slider {
        height: 40vh;
        width: 100vw;
    }

    .price_now {
        font-size: 18px;
    }

    #price_now {
        display: none;
    }

    #price_now_sm {
        display: none;
    }

    .product_price_font , .product_price_font span {
        font-size: 14px;
    }

    #product {
        margin-top: 20px;
    }

    #product_md {
        display: none;
    }

    #product_sm {
        display: none;
    }

    .product_margin {
        padding-top: 15px;

    }

    .product_font {
        font-size: 14px;
    }

    #experts {
        margin-top: -80px;
    }

    #experts_sm {
        display: none;
    }

    #experts_md {
        display: none;
    }

    #app {
        margin-top: 10px;
    }

    .app_download_btn {
        font-size: 10px;
    }

    .qr_code {
        height: 15vh;
    }

    #export {
        margin-top: -30px;
        font-size: 13px;
    }

    #policy {
        font-size: 12px;
    }

    .footer a, span {
        font-size: 11px;
    }

    #policy img {
        height: 10px;
        width: 25px;
    }

    .about_video {
        width: 450px;
    }

    .contact_logo {
        height: 90px;
    }

    .contact_title {
        font-size: 16px;
    }

    .contact_ds {
        font-size: 14px;

    }

    .news_img {
        width: 100%;
        /*height: 40%;*/

    }

    .newest_img {
        width: 100%;
        margin-bottom: 20px;
    }

    .news_font_title h6 {
        font-size: 18px;
    }

    .news_font {
        font-size: 13px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1152px) {
    .image_carousel_slider {
        height: 45vh;
        width: 100vw;
    }

 .margin_buten_heder{
        
        margin-top: 25px;
    }

    .price_now_img {
        width: 100px;
        margin-bottom: 10px;
    }

    .price_now {
        font-size: 20px;
    }

    #price_now_md {
        display: none;
    }

    #price_now_sm {
        display: none;
    }

    .product_price_font , .product_price_font span {
        font-size: 14px;
    }


    #product {
        margin-top: 210px;
    }


    #product_md {
        display: none;
    }

    #product_sm {
        display: none;
    }

    .product_margin {
        padding-top: 20px;

    }

    .product_font {
        font-size: 16px;
                margin-top: 20px;

    }

//////////////////////////////////////////
   
    .expert_show_btn{
        padding: 20px 0;
    }V
    .expert_show_btn_1152{
         padding-top: 20px;
    }
/*br{*/
/*       display: none;*/
/*}*/
#experts {
    margin-top: -100px;
}

    #experts_sm {
        display: none;
    }

    #experts_md {
        display: none;
    }

    #app {
        margin-top: 50px;
    }

    .app_download_btn {
        font-size: 10px;
    }

    .qr_code {
        height: 15vh;
    }

    #export {
        margin-top: -40px;
        font-size: 13px;
    }

    #policy {
        font-size: 12px;
    }

    .footer a, span {
        font-size: 12px;
    }

    #policy img {
        height: 10px;
        width: 25px;
    }

    .about_video {
        width: 450px;
    }

    .contact_logo {
        height: 90px;
    }

    .contact_title {
        font-size: 16px;
    }

    .contact_ds {
        font-size: 14px;

    }

    .news_img {
        width: 100%;
        /*height: 40%;*/

    }

    .newest_img {
        width: 100%;
        margin-bottom: 20px;
    }

    .news_font_title h6 {
        font-size: 19px;
    }

    .news_font {
        font-size: 14px;
    }
}

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

    .image_carousel_slider {
        height: 50vh;
        width: 100vw;
    }
 .margin_buten_heder{
        
        margin-top: 25px;
    }
    .price_now_img {
        width: 100px;
        margin-bottom: 10px;
    }

    .price_now {
        margin-top: 30px;
        font-size: 25px;
    }

    #price_now_md {
        display: none;
    }

    #price_now_sm {
        display: none;
    }

     .product_price_font , .product_price_font span {
        font-size: 14px;
    }


    #product {
        margin-top: 150px;
    }

    #product_md {
        display: none;
    }

    #product_sm {
        display: none;
    }

    .product_margin {
        padding-top: 20px;

    }

    .product_font {
        font-size: 15px;
         margin-top: 28px;
    }

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

    #experts_sm {
        display: none;
    }

    #experts_md {
        display: none;
    }

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

    .app_download_btn {
        font-size: 10px;
    }

    .qr_code {
        height: 15vh;
    }

    #export {
        margin-top: -30px;
        font-size: 13px;
    }

    #policy {
        font-size: 12px;
    }

    .footer a, span {
        font-size: 12px;
    }

    #policy img {
        height: 10px;
        width: 25px;
    }

    .about_video {
        width: 460px;
    }

    .contact_logo {
        height: 90px;
    }

    .contact_title {
        font-size: 18px;
    }

    .contact_ds {
        font-size: 16px;

    }

    .news_img {
        width: 100%;
    }

    .newest_img {
        width: 100%;
        margin-bottom: 20px;
    }

    .news_font_title h6 {
        font-size: 20px;
    }

    .news_font {
        font-size: 15px;
    }
}

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

    .price_now {
        margin-top: 25px;
        font-size: 25px;
    }
 .margin_buten_heder{
        
        margin-top: 25px;
    }
    .price_now_img {
        width: 70px;
    }

    #price_now_md {
        display: none;
    }

    #price_now_sm {
        display: none;
    }

  .product_price_font , .product_price_font span {
        font-size: 14px;
    }


    /*//////////////////////////////////////////////////////////////////////////*/
    #product_sm {
        display: none;
    }

    #product_md {
        display: none;
    }

    #product {
        margin-top: 30px;
    }

    .product_font {
        margin-top: 52px;
        font-size: 25px;
    }

    #experts_sm {
        display: none;
    }

    #experts_md {
        display: none;
    }

    .app_download_btn {
        font-size: 15px;
    }

    #export {
        font-size: 16px;
    }


    #policy {
        font-size: 17px;
    }

    .footer a, span {
        font-size: 15px;
    }

    #policy img {
        height: 20px;
        width: 30px;
    }

    .about_video {
        width: 600px;
    }

    .contact_logo {
        height: 90px;
    }

    .contact_title {
        font-size: 18px;
    }

    .contact_ds {
        font-size: 16px;

    }

    .news_img {
        width: 80%;
        /*height: 50%;*/

    }

    .newest_img {
        width: 80%;
        margin-bottom: 20px;
    }

    .news_font_title h6 {
        font-size: 22px;
    }

    .news_font {
        font-size: 15px;
    }

}

@media screen and (min-width: 1303px) and (max-width: 1367px){
     .image_carousel_slider {
        height: 50vh;
        width: 100vw;
    }
     .margin_buten_heder{
        
        margin-top: 25px;
    }
     .price_now {
        margin-top:10px;
        font-size: 20px;
    }

    .price_now_img {
        width: 50px;
    }

    #price_now_md {
        display: none;
    }

    #price_now_sm {
        display: none;
    }

.product_price_font , .product_price_font span {
        font-size: 14px;
    }

    
      #product_sm {
        display: none;
    }

    #product_md {
        display: none;
    }

    #product {
        margin-top: 10px;
    }

    .product_font {
        font-size: 16px;
        margin-top: 42px;
    }

    #experts_sm {
        display: none;
    }

    #experts_md {
        display: none;
    }

    .app_download_btn {
        font-size: 15px;
    }
   #app {
        margin-top: 60px;
    }

    #export {
        margin-top: 70px;
        font-size: 16px;
                height:60vh;

    }
           .expert_show_btn {
        padding: 8px 5px;
    }
    .expert_show_btn_1366    {
          padding-top:30px;
    }

.personel_card{
     height:350px;
}
.cv_btn{
    margin-top: 100px;
}
br{
     display: none; 
}
    #policy {
        font-size: 17px;
    }

    .footer a, span {
        font-size: 15px;
    }

    #policy img {
        height: 20px;
        width: 30px;
    }

    .about_video {
        width: 600px;
    }

    .contact_logo {
        height: 90px;
    }

    .contact_title {
        font-size: 18px;
    }

    .contact_ds {
        font-size: 16px;

    }

    .news_img {
        width: 80%;
        /*height: 50%;*/

    }

    .newest_img {
        width: 80%;
        margin-bottom: 20px;
    }

    .news_font_title h6 {
        font-size: 22px;
    }

    .news_font {
        font-size: 15px;
    }

}


@media screen and (min-width: 1368px) and (max-width: 1400px){
    
     .image_carousel_slider {
        height: 50vh;
        width: 100vw;
    }
   .margin_buten_heder{
        
        margin-top: 25px;
    }
     .price_now {
        margin-top:10px;
        font-size: 20px;
    }

    .price_now_img {
        width: 50px;
    }

    #price_now_md {
        display: none;
    }

    #price_now_sm {
        display: none;
    }

.product_price_font , .product_price_font span {
        font-size: 14px;
    }

    
      #product_sm {
        display: none;
    }

    #product_md {
        display: none;
    }

    #product {
        margin-top: 10px;
    }

    .product_font {
        font-size: 10px;
        margin-top: 10px;
    }
    
    .expert_show_btn {
        padding: 10px 0;
    }
    
    #experts_sm {
        display: none;
    }

    #experts_md {
        display: none;
    }

    .app_download_btn {
        font-size: 15px;
    }
   #app {
        margin-top: 60px;
    }

    #export {
        margin-top: 70px;
        font-size: 16px;
                height:60vh;

    }
.personel_card{
     height:360px;
}

.cv_btn{
    margin-top: 100px;
}
.app_download_btn{
     font-size: 14px;
}
    #policy {
        font-size: 17px;
    }

    .footer a, span {
        font-size: 15px;
    }

    #policy img {
        height: 20px;
        width: 30px;
    }

    .about_video {
        width: 600px;
    }

    .contact_logo {
        height: 90px;
    }

    .contact_title {
        font-size: 18px;
    }

    .contact_ds {
        font-size: 16px;

    }

    .news_img {
        width: 80%;
        /*height: 50%;*/

    }

    .newest_img {
        width: 80%;
        margin-bottom: 20px;
    }

    .news_font_title h6 {
        font-size: 22px;
    }

    .news_font {
        font-size: 15px;
    }

}














@media screen and (min-width: 1401px) and (max-width: 1600px) {
    .image_carousel_slider {
        height: 50vh;
        width: 100vw;
    }
 
    .price_now {
        margin-top: 10px;
        font-size: 19px;
    }
 .margin_buten_heder{
        
        margin-top: 25px;
    }
    .price_now_img {
        width: 60px;
    }

    #price_now_md {
        display: none;
    }

    #price_now_sm {
        display: none;
    }

    .product_price_font, .product_price_font span {
        font-size: 12px;
    }

    #product_sm {
        display: none;
    }

    #product_md {
        display: none;
    }

    #product {
        margin-top: 30px;
    }

    .product_font {
        margin-top: 50px;
        font-size: 17px;
    }

    #experts_sm {
        display: none;
    }

    #experts_md {
        display: none;
    }

    .app_download_btn {
        font-size: 15px;
    }

    #app {
        margin-top: 140px;
    }

    #export {
        margin-top: 70px;
        font-size: 16px;
        height: 60vh;

    }

    /*.personel_card{*/
    /*     height:410px;*/
    /*}*/
    #policy {
        font-size: 17px;
    }

    .footer a, span {
        font-size: 15px;
    }

    #policy img {
        height: 20px;
        width: 30px;
    }

    .about_video {
        width: 600px;
    }

    .contact_logo {
        height: 90px;
    }

    .contact_title {
        font-size: 18px;
    }

    .contact_ds {
        font-size: 16px;

    }

    .news_img {
        width: 80%;
        /*height: 50%;*/

    }

    .newest_img {
        width: 80%;
        margin-bottom: 20px;
    }

    .news_font_title h6 {
        font-size: 22px;
    }

    .news_font {
        font-size: 15px;
    }
}
    @media screen and (min-width: 1601px)and (max-width: 1760px) {
      
        .image_carousel_slider {
            height: 50vh;
            width: 100vw;
        }
  .margin_buten_heder{
        
        margin-top: 50px;
    }
        .price_now {
            margin-top: 10px;
            font-size: 19px;
        }

        .price_now_img {
            width: 60px;
        }

        #price_now_md {
            display: none;
        }

        #price_now_sm {
            display: none;
        }

        .product_price_font, .product_price_font span {
            font-size: 12px;
        }

        #product_sm {
            display: none;
        }

        #product_md {
            display: none;
        }

        #product {
            margin-top: 30px;
        }

        .product_font {
            margin-top: 60px;
            font-size: 17px;
        }

        #experts_sm {
            display: none;
        }

        #experts_md {
            display: none;
        }
          .expert_show_btn {
        padding: 20px 0;
    }
        


        .app_download_btn {
            font-size: 15px;
        }

        #app {
            margin-top: 80px;
        }

        #export {
            margin-top: 70px;
            font-size: 16px;
            height: 60vh;

        }

        /*.personel_card{*/
        /*     height:410px;*/
        /*}*/
        #policy {
            font-size: 17px;
        }

        .footer a, span {
            font-size: 15px;
        }

        #policy img {
            height: 20px;
            width: 30px;
        }

        .about_video {
            width: 600px;
        }

        .contact_logo {
            height: 90px;
        }

        .contact_title {
            font-size: 18px;
        }

        .contact_ds {
            font-size: 16px;

        }

        .news_img {
            width: 80%;
            /*height: 50%;*/

        }

        .newest_img {
            width: 80%;
            margin-bottom: 20px;
        }

        .news_font_title h6 {
            font-size: 22px;
        }

        .news_font {
            font-size: 15px;
        }
    }
    
@media screen and (min-width: 1761px) {
    .image_carousel_slider {
        height: 50vh;
        width: 100vw;
    }
    
     .margin_buten_heder{
        
        margin-top: 50px;
    }

    .price_now {
        margin-top: 10px;
        font-size: 19px;
    }

    .price_now_img {
        width: 60px;
    }

    #price_now_md {
        display: none;
    }

    #price_now_sm {
        display: none;
    }

    .product_price_font, .product_price_font span {
        font-size: 12px;
    }

    #product_sm {
        display: none;
    }

    #product_md {
        display: none;
    }

    #product {
        margin-top: 30px;
    }

    .product_font {
        margin-top: 50px;
        font-size: 17px;
    }

    #experts_sm {
        display: none;
    }

    #experts_md {
        display: none;
    }

    .app_download_btn {
        font-size: 15px;
    }

    #app {
        margin-top: 80px;
    }

    #export {
        margin-top: 70px;
        font-size: 16px;
        height: 60vh;

    }
    br{
         display: none;
    }

    /*.personel_card{*/
    /*     height:410px;*/
    /*}*/
    #policy {
        font-size: 17px;
    }

    .footer a, span {
        font-size: 15px;
    }

    #policy img {
        height: 20px;
        width: 30px;
    }

    .about_video {
        width: 600px;
    }

    .contact_logo {
        height: 90px;
    }

    .contact_title {
        font-size: 18px;
    }

    .contact_ds {
        font-size: 16px;

    }

    .news_img {
        width: 80%;
        /*height: 50%;*/

    }

    .newest_img {
        width: 80%;
        margin-bottom: 20px;
    }

    .news_font_title h6 {
        font-size: 22px;
    }

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

.switch {
    /* switch */
    --switch-width: 46px;
    --switch-height: 24px;
    --switch-bg: rgb(0, 0, 0);
    --switch-checked-bg: rgb(228, 210, 189);
    --switch-offset: calc((var(--switch-height) - var(--circle-diameter)) / 2);
    --switch-transition: all .2s cubic-bezier(0.27, 0.2, 0.25, 1.51);
    /* circle */
    --circle-diameter: 18px;
    --circle-bg: #fff;
    --circle-shadow: 1px 1px 2px rgb(0, 0, 0);
    --circle-checked-shadow: -1px 1px 2px rgba(0, 0, 0, 0.45);
    --circle-transition: var(--switch-transition);
    /* icon */
    --icon-transition: all .2s cubic-bezier(0.27, 0.2, 0.25, 1.51);
    --icon-cross-color: var(--switch-bg);
    --icon-cross-size: 6px;
    --icon-checkmark-color: var(--switch-checked-bg);
    --icon-checkmark-size: 10px;
    /* effect line */
    --effect-width: calc(var(--circle-diameter) / 2);
    --effect-height: calc(var(--effect-width) / 2 - 1px);
    --effect-bg: var(--circle-bg);
    --effect-border-radius: 1px;
    --effect-transition: all .2s ease-in-out;
}

.switch input {
    display: none;
}

.switch {
    display: inline-block;
}

.switch svg {
    -webkit-transition: var(--icon-transition);
    -o-transition: var(--icon-transition);
    transition: var(--icon-transition);
    position: absolute;
    height: auto;
}

.switch .checkmark {
    width: var(--icon-checkmark-size);
    color: var(--icon-checkmark-color);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.switch .cross {
    width: var(--icon-cross-size);
    color: var(--icon-cross-color);
}

.slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: var(--switch-width);
    height: var(--switch-height);
    background: var(--switch-bg);
    border-radius: 999px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-transition: var(--switch-transition);
    -o-transition: var(--switch-transition);
    transition: var(--switch-transition);
    cursor: pointer;
}

.circle {
    width: var(--circle-diameter);
    height: var(--circle-diameter);
    background: var(--circle-bg);
    border-radius: inherit;
    -webkit-box-shadow: var(--circle-shadow);
    box-shadow: var(--circle-shadow);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: var(--circle-transition);
    -o-transition: var(--circle-transition);
    transition: var(--circle-transition);
    z-index: 1;
    position: absolute;
    left: var(--switch-offset);
}

.slider::before {
    content: "";
    position: absolute;
    width: var(--effect-width);
    height: var(--effect-height);
    left: calc(var(--switch-offset) + (var(--effect-width) / 2));
    background: var(--effect-bg);
    border-radius: var(--effect-border-radius);
    -webkit-transition: var(--effect-transition);
    -o-transition: var(--effect-transition);
    transition: var(--effect-transition);
}

/* actions */

.switch input:checked + .slider {
    background: var(--switch-checked-bg);
}

.switch input:checked + .slider .checkmark {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.switch input:checked + .slider .cross {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.switch input:checked + .slider::before {
    left: calc(100% - var(--effect-width) - (var(--effect-width) / 2) - var(--switch-offset));
}

.switch input:checked + .slider .circle {
    left: calc(100% - var(--circle-diameter) - var(--switch-offset));
    -webkit-box-shadow: var(--circle-checked-shadow);
    box-shadow: var(--circle-checked-shadow);
}

/*////////////////////////////////////END switch/////////////////////////////////////*/






#carouselExampleRide2 .carousel-inner {
    direction: ltr;
}



.timeline {
    display: flex;
    flex-direction: column;
    position: relative;
    max-width: 1300px;
    margin: auto;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 70%;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #e4d2bd;
    transform: translateX(-50%);
}

.timeline-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 30px 0;
}

/* دایره وسط */
.timeline-item::before {
    content: '';
    position: absolute;
    left: 70%;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    background: #e4d2bd;
    border: 4px solid #000;
    border-radius: 50%;
    z-index: 1;
}

.timeline-date {
    width: 30%;
    text-align: right;
    font-weight: bold;
    color: #000;
    padding-right:200px;
}

.timeline-content {
    width: 60%;
    text-align: right;
    background: rgba(248, 249, 250, 0.67);
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 3px 8px rgb(218, 181, 158);
}

.image-box {
    position: relative;
    display: inline-block;
    width: 100%;
}

.image-box img {
    width: 100%;
    display: block;
    border-radius: 8px;
}

.caption-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(221, 184, 141, 0.73); /* نیمه شفاف سفید */
    color: #590303;
    padding: 2px;
    padding-top: 20px;
    font-size: 18px;
    text-align: center;
    border-radius: 0 0 8px 8px;
}




















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

}

.swiper-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; /* کل باکس بیشتر از این بزرگ نشه */
}

.swiper-slide img {
    width: 100%;
    height: 150px;
}

.slide-content {
    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;  /* کمی بیرون از کانتینر */
}

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