* {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Shabnam', sans-serif;
}


@font-face {
    font-family: "iransans";
    src: url(fonts/IRANSansWeb.ttf) format("ttf"),
        url(fonts/IRANSansWeb.woff) format("woff");
}
.container{
    width: 77.5%;
    margin: 0 auto;
}
.container2{
    width: 75.55%;
    margin: 0 auto;
}
.top_header{
    background: #072040;
    color: #fff;
}
.top_header_content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:7px 8px;

}
.paragraph{
    font-size: 15px;
}
.paragraph strong{
    font-weight: 700;
}
.top_header_icon a i{
    width: 2em;
    color: #fff;
    font-size: 16px;
    text-align: center;

}
.paragraph_agor{
    margin-top: -9px;
}
.top_header_icon a i:hover{
    color: #bb1919;
}
/*هدر بخش دوم*/
.top_header_bakhshedovom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.eb {
    position:absolute;
    left:5%;
    top:4%;
    background-color: #0b8900 !important;
    color: white !important;
    border: none !important;
    padding: 10px 35px !important;
    border-radius: 8px !important;
    ‌font-size: 22px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    z-index: 999 !important;
}
.btn-close-save{
    display:flex !important;
    gap:5px !important;
}

.top_header_bakhshedovom_right ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.top_header_bakhshedovom_right ul li{
   list-style-type: none;
   text-decoration: none;
   
}
.top_header_bakhshedovom_right ul li a{
   list-style-type: none;
   text-decoration: none;
   font-size: 18px;
   line-height: 22px;
   padding: 5px 10px;
   font-weight: 444;
   color: #000;
}
.top_header_bakhshedovom_left img{
  
    float: left;
    padding: 1px;
    max-height: 60px;
    margin: 2px;
    
}
.tamas_bama{
    background: #bb1919;
    border-radius: 6px;
    padding:10px 6px;
    color: #fff !important;
    
}
.tamas_bama a{
  color: #fff !important;
}
.top_header_bakhshedovom_right ul li a:hover{
    color: #bb1919;
}
/*هدر بخش دوم*/
.slider {
    position: relative;
    width: 100%;           
    height: 540px;         
    overflow: hidden;
  }

  .slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease;
    background-size: cover;
    background-position: center;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
}

  .slide.active { opacity: 1; }

  /* دکمه‌ها */
  .controls {
    position: absolute;
    width: 100%;
    top: 50%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    padding: 0 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

  .btn {
    background: rgba(0,0,0,0.5);
    color: #fff;
    border: none;
    padding: 12px 18px;
    cursor: pointer;
    border-radius: 50%;
    font-size: 20px;
    
    

}

  .btn:hover {background: rgba(0,0,0,0.8);}
  
  /* افکت‌های خاص */
  .from-left   { animation: fromLeft 1s ease forwards; -webkit-animation:; }
  .from-top    { animation: fromTop 1s ease forwards; -webkit-animation: fromTop 1s ease forwards; }
  .pieces      { animation: pieces 1s steps(5) forwards; -webkit-animation: pieces 1s steps(5) forwards; }

  @keyframes fromLeft {
    from { transform: translateX(-100%); -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); }
    to   { transform: translateX(0); -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); }
  }

  @keyframes fromTop {
    from { transform: translateY(-100%); -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); }
    to   { transform: translateY(0); -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); }
  }

  @keyframes pieces {
    0% {clip-path: inset(0 100% 0 0);}
    100% {clip-path: inset(0 0 0 0);}
  }
  .matne_moteharek{
    position: absolute;
    z-index: 10000;
    left: 5%;
    top: 72%;
    background-color: #fff;
    padding:22px 17px;
    width: 270px;
    border-radius: 5px;
    text-align: center;
    opacity: .84;
    overflow: hidden;
  animation: boxOpen 2s steps(30) infinite alternate, blink 5s infinite;
  white-space: nowrap;
    
}
@keyframes boxOpen {
  from { width: 0; }
  to   { width: 270px; }
}
@keyframes blink {
  0%   { opacity: 0; }
  50%  { opacity: 1; }
  100% { opacity: 0; }
}
  .matne_moteharek li {
    list-style-type: none;
  }
  .matne_moteharek li a{
    text-decoration: none;
    color: #555;
    z-index: 10000;
    font-size: 20px;
  }
  .whitecolor{
    text-decoration: none;
  }
  .tell{
    position: fixed;
    background-color: #0b8900;
    color: #fff;
    padding: 14px 21px;
    left: 0;
    top: 87.44%;
    z-index: 445;
    font-size: 17px;
  }
  .tozihat_agoremarvdasht{
    padding: 40px 0;
  }
  .sec-title h2{
    padding: 15px 0;
    font-size: 23px !important;
    font-weight: 700 !important;
    color: #bb1919 !important;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    text-align: center;
  }
  .sec-title h2::after{
    content: '';
    margin-right: .25em;
    flex: 1;
    border-bottom: 1px solid #444;
    
  }
  .tozihatdarbarehe_ajor_right p{
    margin: 0 0 10px;
  }
  .tozihatdarbarehe_ajor_right img{
    max-width: 375px;
    height: auto;
    margin-top: 12px
  }
  .tozihatdarbarehe_ajor{
    display: flex;
    align-items: flex-start;

  }
  .tozihatdarbarehe_ajor_left {
    margin-right: 30px;
    margin-top: 13px;
  }
 
  .tozihatdarbarehe_ajor_left {
    line-height: 30px;
    font-size: 17.49px;
  }
 
  .tozihatdarbarehe_ajor_left  h3{
    font-weight: 400;
    font-size: 17.49px;
  }
 
  .tozihatdarbarehe_ajor_left ul li {
    line-height: 30px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 17.44px;
  }
  .line{
    margin-top: 20px;
    border: .88px solid #eee;
  }
  .tozihatdarbarehe_ajor_left_akharin_matn{
    margin-top: 20px;
  }
 .daryaft_gheymat{
  color: #FF0000;
  font-size: 26px;
  margin-right: 21%;
  text-decoration: none !important; 
  
 }
 .shomarehe_mobayl{
  color: #FF0000;
  text-decoration: none !important; 
  
 }
 .akse_ajorha img{
  max-width: 369.99px;
  height: 246.66px;
 }
 .akse_ajorha {
  display: flex;
  gap: 28px;
  margin-top: 4%;
  flex-wrap:wrap;
  
 }
 /*جدید ترین مطالب */
 .jadidtarin_mataleb{
  background: #f7f8fb;
  padding: 20px 0;
  /*height: 78.88vh;*/
  height:auto;
 }
 .sec-title{
  padding: 5px;
  text-align: center;
  margin: 5px auto 10px;
 }
 .hometitle{
  margin: 30px auto !important;
  font-size: 30px;
  color: #bb1919;
  font-weight: 700;
  text-align: center;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.img-holder img {
  width: 350px;
  height: 205px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
}

.single-shop-item {
  transition: all 700ms ease;
  margin-bottom: 15px;
  padding: 5px;
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
}

.ItemsOverr {
  padding: 5px 0;
  min-height: 62px;
  width: 350px;         
  margin: 10px auto 0;  
  text-align: center;   
}

.ItemsOverr .h23 {
  text-align: center;
  color: #000;
  font-size: 17.88px;
  font-weight: 700;
  min-height: 63px;
  padding-top: 1px;
  margin: 0;            
}

a {
  text-decoration: none;
}

.img-holder {
  margin-bottom: 15px;
  overflow: hidden;
}

.img-holder img:hover {
  transform: scale(1.1);
  
}

.kelasevaled {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 16px;
  flex-wrap:wrap;
}
.dokmehe_edamehe_mataleb{
  display: flex;
  justify-content: center;
  align-items: center;
}
.a-btn-2{
  font-size: 21px;
  line-height: 18px;
  font-weight: 500;
  position: relative;
  padding: 15px 48px;
  margin: 10px auto;
  background: transparent;
  color: #bb1919;
  transition:color .3s ease-in,background-color .3s ease-in;
  -webkit-transition:color .3s ease-in,background-color .3s ease-in;
  -moz-transition:color .3s ease-in,background-color .3s ease-in;
  -ms-transition:color .3s ease-in,background-color .3s ease-in;
  -o-transition:color .3s ease-in,background-color .3s ease-in;
}
.a-btn-2:hover{
  background:#bb1919 ;
  color: #fff;
}

.a-btn-2:after, .a-btn-2:before{
  content: '';
  display: block;
  position: absolute;
  box-sizing: border-box;
}
.a-btn-2 .a-btn-line {
  position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
}
.a-btn-line:before{
  content: '';
    display: block;
    position: absolute;
    box-sizing: border-box;
    top: 50%;
    height: 1px;
    background-color: #bb1919;
  width: 22px;
  transition:width .3s ease-out 1.2s, background-color .3s ease-in;
  -webkit-transition:width .3s ease-out 1.2s, background-color .3s ease-in;
  -moz-transition:width .3s ease-out 1.2s, background-color .3s ease-in;
  -ms-transition:width .3s ease-out 1.2s, background-color .3s ease-in;
  -o-transition:width .3s ease-out 1.2s, background-color .3s ease-in;
  left: -11px;
}
.a-btn-line:after{
  content: '';
  display: block;
  position: absolute;
  box-sizing: border-box;
  top: 50%;
  height: 1px;
  background-color: #bb1919;
  width: 22px;
  transition: width .3s ease-out 1.2s, background-color .3s ease-in;
  right: -11px;
  -webkit-transition: width .3s ease-out 1.2s, background-color .3s ease-in;
  -moz-transition: width .3s ease-out 1.2s, background-color .3s ease-in;
  -ms-transition: width .3s ease-out 1.2s, background-color .3s ease-in;
  -o-transition: width .3s ease-out 1.2s, background-color .3s ease-in;
}
.a-btn-2.creative.anima:after{
  border-top-color: #bb1919;
  border-right-color: #bb1919;
  border-left-color: #bb1919;
  border-bottom-color: #bb1919;
  transition: width .3s ease-out,height .3s ease-out .3s;
  -webkit-transition: width .3s ease-out,height .3s ease-out .3s;
  -moz-transition: width .3s ease-out,height .3s ease-out .3s;
  -ms-transition: width .3s ease-out,height .3s ease-out .3s;
  -o-transition: width .3s ease-out,height .3s ease-out .3s;
}

.a-btn-2.creative.anima:after, .a-btn-2.creative.anima:before{
  width: 100%;
  height: 100%;
}
.a-btn-2.creative:after, .a-btn-2.creative:before{
 border:  1px solid transparent;
}
.a-btn-2:after{
    top: 0;
    left: 0;
}
.a-btn-2:before{
    bottom: 0;
    right: 0;
}
 /*جدید ترین مطالب */
 .fbb{
  text-align: center;
    padding: 10px 0;
    width: 100%;
    background: #072040;
    color: #fff;
 }
 .fbb_ajor{
  font-size: 18px;
  font-weight: 200;
 }
 .tarifi_az_ajore_segele_right img{
  width: 370px;
  height: 361px;
 }
 .tarifi_az_ajore_segele_right {
  display: flex;
  flex-direction: column;
 }
 .tarifi_az_ajore_segele_marvdasht{
  display: flex;
  align-items: flex-start;
  gap: 30px;
 }
 .avalinparagraf{
  line-height: 28px;
  font-size: 17.99px;
  font-weight: 100;
  color: #000;
 }
 .dovominparagraf{
  line-height: 28px;
  font-size: 17.99px;
  color: #000;
  margin-top: 19px;
 }
 .sevominparagraf{
  margin-top: 19px;
 }
 .sevominparagraf li{
  list-style-type: none;
  line-height: 28px;
  font-size: 17.99px;
  color: #000;
 }
 .akharin_bakhsheh_safhe{
  position: relative;
  margin-top: 65px;
 }
 .tarifi_az_ajore_segele_left{
  margin-top: -7px;
 }
 .sec-title-4 .h12{
  position: absolute;
  margin: -40px 0;
  color: #bb1919;
  font-size: 21px;
  font-weight: 700;
 }
 .bakhshe_footer{
  background-color: #f3f3f3;
 }
 .matne_footer{
  display: flex;
  align-items: center;
  justify-content: center;
 }
 .matne_footer p{
  color: #000;
  font-size: 17px;
  margin-bottom: 0;
  margin-top: 5px;
  position: relative;
  padding:6px 0;
 }
 .fa-bars {
  display: none !important;
}
.menuha{
  display: none;
}
/* .khate_zireheader {
  margin-top: 1.71%;        
  width: 100%;
  box-shadow: 0 66px 10px rgba(138, 43, 226, 0.5); 
  background-color: #ddd;
  height: 2px;     
   box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);         
} */

.eb-faraham {
    background: rgb(11, 137, 0) !important;
    padding: 10px 35px !important;
    border-radius: 8px !important;
    color: white;
    cursor: pointer !important;
    font-size:18px;
}
.eb-foter {
    background: rgb(11, 137, 0) !important;
    padding: 10px 35px !important;
    border-radius: 8px !important;
    color: white;
    cursor: pointer !important;
    font-size: 18px;
    margin-right:25%;
}
.whitecolor{
    position:relative;
}
.eb-shomareh {
    position: absolute;
    background: rgb(11, 137, 0) !important;
    padding: 10px 35px !important;
    border-radius: 8px !important;
    color: white;
    cursor: pointer !important;
    font-size: 18px;
    right: 90rem !important;
    z-index: 100000;
    margin-top: 154em;
}
.eb-gheymat {
    position: absolute;
    background: rgb(11, 137, 0) !important;
    padding: 10px 35px !important;
    border-radius: 8px !important;
    color: white;
    cursor: pointer !important;
    font-size: 18px;
    /*z-index: 100000;*/
    margin-top:-2.66%;
   
}
.eb-logo {
    position: absolute;
    background: rgb(11, 137, 0) !important;
    padding: 10px 35px !important;
    border-radius: 8px !important;
    color: white;
    cursor: pointer !important;
    font-size: 18px;
}
.eb-avalin {
    position: absolute;
    background: rgb(11, 137, 0) !important;
    padding: 10px 35px !important;
    border-radius: 8px !important;
    color: white;
    cursor: pointer !important;
    font-size: 18px;
    right:2%;
}
@media only screen and (max-width:700px) {
    .container2 {
    width: 95%;
    margin: 0 auto;
  }
  .khate_zireheader {
    margin-top: 1.71%;        
    width: 100%;
    box-shadow: 0 66px 10px rgba(138, 43, 226, 0.5); 
    background-color: #ddd;
    height: 2px;     
     box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);         
  }

  /* هدر */
  .top_header_bakhshedovom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }

    .top_header_bakhshedovom_right ul {
        /*display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 45px;
        background-color: #f3f3f3;
        width: 180%;
        border-radius: 0.71%;
        height: 0;
        overflow: hidden;
        transition: height 0.4s ease;
*/
        /*display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 45px;
        background-color: #f3f3f3;
        width: 100%;*/ /* عرض مناسب برای موبایل */
        /*border-radius: 5px;
        height: 0;*/ /* مخفی */
        /* overflow: hidden;*/
        /*transition: height 0.4s ease;
        position: absolute;*/ /* روی دیگر عناصر */
        /*top: 40px;*/ /* فاصله از بالای هدر */
        /*right: 0;*/


        display: flex;
        flex-direction: column;
        align-items: center;
        width: 135%; /* عرض مناسب برای موبایل */
        background-color: #f3f3f3;
        border-radius: 5px;
        max-height: 0 !important; /* مخفی */
        overflow: hidden; /* ضروری برای انیمیشن */
        transition: max-height 0.4s ease !important;
        z-index: 9999; /* روی همه */
        margin-top: 45px;
    }

        .top_header_bakhshedovom_right ul.active {
            /*width: 194%;*/
            /*height: 299px;*/
            /*width: 180%;*/
            width: 135%;
            max-height: 1000px !important; /* کافی برای همه آیتم‌ها */
            z-index: 10000;
        }




  .fa-bars {
    display: block !important;
    font-size: 20px !important; 
  }

    .menuha {
        display: flex !important;
        gap: 0.5%;
        position: absolute;
        top: 1px;
        right: -2% !important;
        font-size: 20px !important;
        cursor: pointer;
        z-index: 999;
    }
.top_header_bakhshedovom_left{
  position: absolute;
  left: 3% !important;            
  top: 0 !important;  
  height: auto;
}
  .tamas_bama {
    display: flex;
    justify-content: center;
    height: 35px !important;             
    align-items: center;
    width: 100%;
  }

  .top_header_bakhshedovom_left img {
    position: absolute !important;
    width: 250px;
    height: auto;
  }

  .top_header {
    background: #072040;
    color: #fff;
  }

  .top_header_content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1% 0;
  }

  .paragraph {
    font-size: 2.14%;          
    position: relative;
  }

  .top_header_icon {
    display: flex;
    justify-content: center;
    gap: 1.42%;                
  }

  .top_header_icon a i {
    color: #fff;
    font-size: 16px;          
    text-align: center;
  }
    .top_header_bakhshedovom_right ul li {
        list-style-type: none;
        text-decoration: none;
        font-size: 18px;
        line-height: 22px;
        padding: 2% 6%;
        font-weight: 444;
        color: #000;
    }

  .top_header_bakhshedovom_right ul li.active{
    list-style-type: none;
    text-decoration: none;
    font-size: 18px;
    line-height: 22px;
    padding: 2% 6%;
    font-weight: 444;
    color: #000;
 }
 .top_header_content{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding:15px 8px;

}
.paragraph{
  font-size: 15px;
  left: 11.99%;
  width: 55%;
}
.paragraph strong{
  font-weight: 700;
}
.top_header_icon a i{
  width: 2em;
  color: #fff;
  font-size: 16px;
  text-align: center;

}
.top_header_icon{
position: absolute;
right: 90%;
}
.paragraph_agor{
position: absolute;
margin-top: -9px;

}

.slider {
  position: relative;
  width: 100%;           
  height:170px;         
  overflow: hidden;
  margin-top: 3%;
}
    .eb {
        background-color: red !important; 
        color: white !important; 
        border: none !important; 
        padding: 10px 20px !important; 
        border-radius: 8px !important;   ‌
        font-size: 14px !important; 
        cursor: pointer !important; 
        transition: all 0.3s ease !important; 
        z-index: 999 !important;
    }

    .slide {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: opacity 1s ease;
        background-size: cover;
        background-position: center;
        -webkit-transition: opacity 1s ease;
        -moz-transition: opacity 1s ease;
        -ms-transition: opacity 1s ease;
        -o-transition: opacity 1s ease;
    }

.slide.active { opacity: 1; }

/* دکمه‌ها */
.controls {
  position: absolute;
  width: 100%;
  top: 50%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  padding: 0 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.btn {
  background: rgba(0,0,0,0.5);
  color: #fff;
  border: none;
  padding: 0;
  height: 25px;
  width: 25px;
  cursor: pointer;
  border-radius: 50px;
  font-size: 14px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.matne_moteharek li {
  list-style-type: none;

}
.matne_moteharek{
  position: absolute;
  padding: 2px;
  text-align: center;
}
.matne_moteharek li a{
  text-decoration: none;
  color: #555;
  z-index: 10000;
  font-size: 8px;
  text-align: center;
}
@keyframes boxOpen {
  from { width: 0; }
  to   { width: 140px; }
}
@keyframes blink {
  0%   { opacity: 0; }
  50%  { opacity: 1; }
  100% { opacity: 0; }
}
.tozihat_agoremarvdasht{
  display: flex;
  flex-direction: column;
  padding: 40px 0;
}
.tozihatdarbarehe_ajor{
  display: flex;
  flex-direction: column;
  flex-direction: column-reverse;
}
.tozihat_agoremarvdasht{
  padding: 4px 0;
}
.sec-title h2{
  padding: 15px 0;
  font-size: 18.88px !important;
  font-weight: 700 !important;
  color: #bb1919 !important;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  text-align: center;
}
.sec-title h2::after{
  content: '';
  margin-right: .25em;
  flex: 1;
  font-size: 18.88px !important;
  border-bottom: 1px solid #444;
}
.tozihatdarbarehe_ajor_left {
  margin-right: 7px;
  margin-bottom: 0;
}
.tozihatdarbarehe_ajor_left {
  line-height: 30px;
  font-size: 17.49px;
}

.tozihatdarbarehe_ajor_left  h3{
  font-weight: 400;
  font-size: 17.49px;
}

.tozihatdarbarehe_ajor_left ul li {
  line-height: 30px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 17.44px;
}
.line{
  margin-top: 20px;
  border: .66px solid #eee;
}
.tozihatdarbarehe_ajor_left_akharin_matn{
  margin-top: 20px;
}
.daryaft_gheymat{
  color: #FF0000;
  font-size: 26px;
  margin-right: 21%;
  text-decoration: none !important; 
  
 }
 .shomarehe_mobayl{
  color: #FF0000;
  text-decoration: none !important; 
  
 }
 .akse_ajorha img{
  max-width: 369.99px;
  height: 246.66px;
 }
    .akse_ajorha {
        display: flex;
        gap: 28px;
        margin-top: 4%;
        flex-wrap: wrap;
    }
 .tozihatdarbarehe_ajor_right p{
  margin: 0 0 10px;
}
.tozihatdarbarehe_ajor_right img{
  max-width: 460px;
  height: auto;
  margin-top: -56px;
}
.tozihatdarbarehe_ajor{
  display: flex;
  align-items: flex-start;

}
.semored_azanvahe_ajor{
  margin-top: 9%;
  
}
.daryaft_gheymat{
  color: red;
  font-size: 26px;
  margin-right: 15.88%;
  text-decoration: none !important; 
  
 }
 .shomarehe_mobayl{
  color: red;
  text-decoration: none !important; 
 }
 .akse_ajorha img{
  max-width: 100%;
  height: 305.88px;
 }
 .akse_ajorha {
  display: flex;
  gap: 0x;
  flex-direction: column;
  margin-top: 17.99%;
  justify-content: center;
  
 }
 .akse_ajorha  a{
  display: flex;
  gap: 0x;
  flex-direction: column;
  margin-top: 0%;
  justify-content: center;
  
 }
 .akse_ajorha  a img{
  display: flex;
  flex-direction: column;
  margin-top: -6.77%;
  justify-content: center;
  
 }
 .kelasevaled {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  margin-top: 16px;
}
.img-holder img {
  width: 455px;
  height: 205px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
}
    
    .fbb {
        text-align: center;
        padding: 10px 0;
        width: 100%;
        background: #072040;
        color: #fff;
        margin-top: ;
    }
 .fbb_ajor{
  font-size: 18px;
  font-weight: 200;
 }
 .tarifi_az_ajore_segele_marvdasht{
  display: flex;
  align-items: flex-start;
  flex-direction: column-reverse;
  gap: 30px;
  /* flex-direction: column; */
 }
 .tarifi_az_ajore_segele_right img{
  width: 100%;
  height: 29%;
 }
 .whitecolor{
  text-decoration: none;
 
}
.tell{
  position: fixed;
  background-color: #0b8900;
  color: #fff;
  padding: 16px 170px;
  left: 0;
  top: 92.39%;
  z-index: 445;
  font-size: 17px;
}
.top_header_bakhshedovom{
  display: flex;
  align-items: center;
  justify-content: space-between;

}


/*.top_header_bakhshedovom_right ul{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 45px;
  background-color: #f3f3f3;
  width: 183%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
  -webkit-transition: height 0.4s ease;
  -moz-transition: height 0.4s ease;
  -ms-transition: height 0.4s ease;
  -o-transition: height 0.4s ease;
}
    .top_header_bakhshedovom_right ul.active {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 52px;
        background-color: #f3f3f3;
        width: 194%;
        border-radius: 5px;
        height: 365px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }*/
.top_header_bakhshedovom{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  
}
.top_header_bakhshedovom_left img{
  position: absolute;
  /* float: left; */
  left: 3px;
  padding: 1px;
  max-height: 45px;
  margin: 2px;
  top: 3px;
  
}
.matne_footer{
  display: none;
  display: flex;
  align-items: center;
  justify-content: center;
 }
 .matne_footer p{
  display: none;
  color: #000;
  font-size: 17px;
  margin-bottom: 0;
  margin-top: 5px;
  position: relative;
  padding:6px 0;
 }
 .tozihatdarbarehe_ajor_right p{
  margin: 0 0 10px;
}
.tozihatdarbarehe_ajor_right img{
  max-width: 100%;
  height: auto;
  margin-top: -56px;
}
.tozihatdarbarehe_ajor{
  display: flex;
  align-items: flex-start;
}
.ItemsOverr {
  padding: 5px 0;
  height: auto;
  margin: 10px auto 0;
  text-align: center;
  overflow: hidden; 
}

.single-shop-item {
  transition: all 700ms ease;
  margin-bottom: 15px;
  padding: 5px;
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;

  width: 110vw;        
  max-width: 110vw;    
  margin-left: -5vw;   
  height: auto;
  text-align: right;
  box-sizing: border-box;
}

.kelasevaled {
  align-items: center;
  flex-direction: column;
  justify-content: right;
  gap: 0px;
  margin-top: 16px;
  height: auto;
  text-align: right;
}
.single-shop-item {
  width: 93vw;
  max-width: 93vw;
  /* margin-left: -9 vw; */
  margin-left: 22%;
}
.matne_footer{
  display: none;
  display: flex;
  align-items: center;
  justify-content: center;
 }
 .matne_footer p{
  display: none;
  color: #000;
  font-size: 17px;
  margin-bottom: 0;
  margin-top: 5px;
  position: relative;
  padding:6px 0;
 }
 
 


}
@media (max-width: 767px) {
  .dokmehe_edamehe_mataleb {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .dokmehe_edamehe_mataleb {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 16px;   /* فاصله ثابت از بالا */
    margin-bottom: 16px; /* فاصله ثابت از پایین */
  }
  
  /* دکمه */
  .a-btn-2 {
    display: inline-block; /* خیلی مهم برای موبایل */
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    position: relative;
    padding: 12px 32px;
    margin-top: -12%;  /* حذف margin ناخواسته */
    background: transparent;
    color: #bb1919;
    text-align: center;
    box-sizing: border-box;
    transition: color .3s ease-in, background-color .3s ease-in;
  }
  
  .a-btn-2:hover {
    background: #bb1919;
    color: #fff;
  }
  }