
@font-face {
    font-family: 'nassim';
    src: url('font/nassim-normal.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }
  

@font-face {
    font-family: 'Yekan';
    src: url('font/yekan-normal.woff2') format('woff2'),
         url('font/yekan-normal.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tahoma';
    src: url('font/tahoma.ttf') format('truetype'); 
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



main {
    height:9000px !important;
    margin-bottom:20px;
    margin-top:150px;
 }
 a {
    text-decoration:none !important;
 }
 i.circle-icon {
  width:0.5rem !important;
  height:0.5rem !important;
 margin-bottom:4px !important;
 }
 .slider-cntnr {
   
    padding:0 !important;
      
 }

 
 .row {
  --bs-gutter-x: 1rem !important;
  --bs-gutter-y: 0;
}



  .main-econews {
    background-color:rgb(245, 240, 240);
}


html,body {
    font-family:nassim !important;
    background-color:rgb(242, 242, 242);
}

main {
  font-family:nassim !important;
}

.slider-img-col {
  padding-right:0;
  margin-right:0;
  padding-left:1rem;
}

.top-header-slider1 {
    width:100% !important;

}

.top-slider-header {
   margin:0 0.5rem;
}

.top-header-slider1 span {
    display: flex; align-items: center;
}

.slider-header-topul {
    list-style:none;
     margin: 0;
     padding: 0;
}



.slider-header-topul li a {
text-decoration:none;
font-family:nassim;
font-size:16px;
font-weight:400;
margin-right:3px;
color:black;

}

.slider-header-topul li a:hover {
    color:rgb(183, 24, 24);
}


.strg1 {
    font-family:nassim;
    color:rgb(183, 24, 24);
}

.badge {
    position:absolute !important;
    text-decoration:none ;
    right:4% !important;
    top:3%;
    z-index:1100;
}

.custom-slider-div {
  overflow:hidden;
}

.custom-img-div {
  padding:0 0.75rem;
}

.slider-img-div {
    overflow: hidden;
    position:relative !important;
    width:auto;
}

.slider-news-content h2 {
 
  font-size:30px;
  font-weight:700;
  text-align:right;
 }
 
 .slider-news-content h3 {
     font-family:nassim;
     font-size:17px;
     font-weight:500;
     text-align:right;
 }

 .slider-news-content {
  position: absolute !important;
  bottom: 3px;
  left: 3px;
  right: 3px;
  color: #fff;
  padding: 20px;
  list-style:none;
}

 

.slider-img-box img {
    width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.9s ease;
  will-change: transform;
  display: block;
}

.slider-img-box img:hover {
    transform: scale(1.02);
   
}

.slider-img-box {
    overflow: hidden !important;
    position: relative;
    overflow: hidden;  
    border:5px solid rgb(255,255,255) !important;
}

.slider-news-box {
  width:50% !important;
  height:100px;
  background-color:rgb(255,255,255);
  border: solid #dfdfdd;
  border-width: 0 0 .1rem .1rem;
}

.newsrow-ul {
  display: flex;
  flex-direction: row;
  gap: 1rem; 
  padding: 1rem 0 0 0;
  margin: 0;
  list-style: none;
}
.newsrow-ul > li {
  flex: 1 1 0;
  width: 100;
  padding: 0;
  margin: 0;
}

.slider-box-img div h3 {
  font-weight:700;
  font-size:16px;
  
}


.slider-box-img {
  display: block;
  overflow: hidden;
  padding: 8px 5px;
}


.a-box-info h3 { 
  font-size:15px !important;
  font-weight:500;  
  white-space: nowrap;   
  overflow: hidden;   
  text-overflow: ellipsis; 
  max-width: 100%; 
 text-align:right;
}


.a-box-info h2 {
  font-size:16px;
  font-weight:700;
  text-align:right;
  line-height:1.35;

}

.a-box-info {
 padding:2px;
  color:black;
}
a.slider-box-img .a-box-info {
  transition: background-color 0.3s ease, color 0.3s ease;
}

a.slider-box-img .a-box-info:hover {
  color: red; /* رنگ متن */
}

a.slider-box-img .a-box-info:hover h2,
a.slider-box-img .a-box-info:hover h3 {
  color: red;
}


.slider-row-ul {
    display:flex;
    flex-direction:row;
    justify-content:space-around;
    list-style:none;
    width:100% !important;
}





.slider-newsbox-div {
    overflow: hidden;
   margin:0.25rem;
   margin-left:1rem !important;
    float:right !important;
}

.slider-newsbox-div img {
   
  object-fit: cover;
  transition: transform 0.9s ease;
  will-change: transform;
  width:100%;
  height:100%;
}

.slider-newsbox-div img:hover {
    transform: scale(1.02);
}


.slider-news-col {
    position:relative;
    display:block;
    font-family:nassim !important;
    font-size: 15px !important;
}

.custom-news-col {
  padding-left:1rem;
}
.slider-news-col div {
width:100%;
margin: 5px;
font-size: 15px;
display: inline-flex; 
align-items: center; 
gap: 5px !important;


}

.slider-news-col div a {
    text-decoration: none;
    color: #000;
    font-family: nassim;
    font-size:15px;
    font-weight:700 !important;
    display: inline-flex; 
    align-items: center; 


}

.slider-news-col div a span {
    color: #B22222;
    margin: 0 5px ;
}

.slider-news-col div a i {
    margin:0 0 0 5px;
}

.news-col-section {
    position:relative;
    display:inline; 
  
}

.news-col-section ul{
    background:rgb(255,255,255);
    list-style:none;
    padding:0 0.5rem !important; 
    border: solid #dfdfdd;
    border-width: 0 0 .1rem .1rem;  
   
}

.news-col-section ul li {
    width:auto;
    height:33px; 
}

.news-col-section ul li a {
   margin:0 !important;
    text-decoration:none;
   
}

.news-col-section ul li:last-child .newscol-subdiv {
  border-bottom: none;
}

.newscol-subdiv {
  border-bottom:rgb(179, 177, 177) solid 1px;
  margin:0 0.25rem;
}


.newscol-subdiv h2 {
    font-size:15px !important;
    font-weight:400;
    color:black;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align:right;

}

.newscol-subdiv h2:hover {
    color:rgb(183, 24, 24) !important;
}




.circle-icon {
    display: inline-block;
    width: 10px; /* قطر دایره */
    height: 10px; /* قطر دایره */
    background-color:  #B22222; /* رنگ دایره (مشکی) */
    border-radius: 50%; /* تبدیل شکل به دایره */
}
#news-col-sec1 ul {
    border-top:3px solid #B22222 !important;
}

.circle2 {
    background-color:rgb(51, 0, 204) !important; 
}

#news-col-sec2 ul {
    border-top:rgb(51, 0, 204) 3px solid !important;
}

.slider-section-3 {
  padding-left:0.5rem !important;
}

.top-sec-3 h3  {
    display: flex;
    font-family:nassim;
    margin:0;
    padding:0 5px;
    margin-bottom:10px;
    height:20px;
}
.top-sec-3 h3 div {
    display: flex; 
}

.top-sec-3 h3 div i {
    margin-right: 5px;
    margin-left:15px;
    width:14px;
    height:15px;
    font-size:15px;
    padding-top:5px;
}

.top-sec-3 h3 a {
    color: #666;
    text-decoration: none;
    display: flex;
    left:0 !important;
    font-size: 20px;
   

}



.top-sec-3 h3 div p {
    font-size:15px;
    font-weight:700;
    padding-top:5px;
}


.top-sec-3 div ul {
    list-style:none;
}
  .advertising-div {
    margin:0 ;
    width:100%;
  }

  .advertising-div ul {
    width: 300px;
    height: auto;
    padding:0 ;
    margin:0;

  }

  .advertising-div ul li {
    width:100% !important;
    margin:0 !important;
    padding:0;
    display: inline-block;
    width: 100%;
    height: 100%;


  }
  .advertising-div ul li a {
 width:100%
  }


  .advertising-div ul li a img {
    width: 100%;
    height: auto;
}
.news-panel-section {
  padding:0 0.5rem;
}

.hot-news {
    margin-top:0 !important
}

.hot-news h3 {
   align-item:center;
   text-align:right;
    margin:0 0.25rem 0 0 ;
    transition: padding .5s ease-out;
}

.hot-news h3 a {
    text-decoration:none;
    color: #b01927;
    font-family:nassim;
    font-size:15px;
    font-weight:700;
}

.hot-news h3 :hover {
    padding-right:5px;
    color:color: #b01927 !important;
}



.news-panel  {
     border-top:3px solid #c5c5c5;
     width:100%;
     padding: 0.2rem 0 0 0; 
     background-color:white;
     border: solid #dfdfdd;
     border-width: 0 0 .1rem .1rem;  
     height:10.25rem !important;
     overflow:hidden !important;
}
.news-panel div {
    padding:0 0.25rem 0.5rem 0.25rem !important;
   
}
.tags-list {
    list-style:none;
    width:100% !important;
    justify-content: space-between;
    padding: 0; 
    margin:0;
    height:auto; 
    text-align:right;
    overflow-y:hidden !important;
    
}

.tags-list li {
    display:inline-block;
    flex: 1; 
    text-align: center;
    margin:0;
    height:1.2rem;
    word-wrap: break-word; 
    overflow-y: hidden !important;
    border-left:1px solid rgb(117, 114, 114) !important;
}

.tags-list li a {
    text-decoration:none;
    display:inline-block;
    padding:1px 1px;
    font-size:15px;
    font-weight:400;
   
    height:100% !important;
}
.tags-list li:last-child {
  border-left:none !important;
}

.tags-list li a:hover {
    color:rgb(183, 24, 24);
}
 



html,
body {
  position: relative;
  height: 100%;
}

body {
  background: #eee;
  color: #000;
  margin: 0;
  padding: 0;
}



.slider-div {
    width:100% !important;
    height:auto;
    position:relative !important; 
}

.meli-bank-Advertising ul{
 padding:0 !important;
 list-style:none !important;

}

.advertising-ul {
  margin_bottom:0 !important;
}


.eco-title a:hover {
  color: red; /* رنگ قرمز برای متن و آیکون */
}

.eco-title a:hover i {
  color: inherit; /* رنگ آیکون به رنگ لینک تغییر می‌کند */
}

.eco-title a:hover span {
  color: inherit !important; /* رنگ متن داخل span نیز به رنگ لینک تغییر می‌کند */
}

.eco-title {
    font-size: 15px;
    font-family:nassim !important;
    margin-bottom:0 !important;
}
.pol-title a:hover {
  color: red; /* رنگ قرمز برای متن و آیکون */
}

.pol-title a:hover i {
  color: inherit!important; /* رنگ آیکون به رنگ لینک تغییر می‌کند */
}

.pol-title a:hover span {
  color: inherit; /* رنگ متن داخل span نیز به رنگ لینک تغییر می‌کند */
}


.pol-title span{
    color:rgb(51, 0, 204) !important;
    font-size: 15px important;
    margin-bottom:0 !important;
}
.strg2 {
  color:rgb(51, 0, 204) !important;
}

.culture-title a:hover {
  color: red; /* رنگ قرمز برای متن و آیکون */
}

.culture-title a:hover i {
  color: inherit; /* رنگ آیکون به رنگ لینک تغییر می‌کند */
}

.culture-title a:hover span {
  color: inherit; /* رنگ متن داخل span نیز به رنگ لینک تغییر می‌کند */
}

.culture-badge {
    background-color:rgb(0, 64, 173);
}
.strg3 {
  color:rgb(0, 64, 173);
}
.circle3 {
    background-color:rgb(0, 64, 173) !important;
}
#news-col-sec3 ul {
    border-top:rgb(0, 64, 173) 3px solid;
}



.culture-title span{
color:rgb(0, 64, 173) !important;
margin-bottom:0 !important;
padding-bottom:0;
font-size: 15px !important;
}





.tech-badge {
    background-color:rgb(123, 104, 238);
}
.strg4 {
  color:rgb(123, 104, 238);
}
.tech-title a:hover {
  color: red; /* رنگ قرمز برای متن و آیکون */
}

.tech-title a:hover i {
  color: inherit; /* رنگ آیکون به رنگ لینک تغییر می‌کند */
}

.tech-title a:hover span {
  color: inherit; /* رنگ متن داخل span نیز به رنگ لینک تغییر می‌کند */
}

.tech-title span {
    color:rgb(123, 104, 238) !important;
    margin-bottom:0 !important;
}

.circle4 {
    background-color:rgb(123, 104, 238) !important;
}

#news-col-sec4 ul {
    border-top:rgb(123, 104, 238) 3px solid;
}





.society-badge {
    background-color:rgb(186, 85, 211);
}
.strg5 {
  color:rgb(186, 85, 211);
}
.society-title a:hover {
  color: red; /* رنگ قرمز برای متن و آیکون */
}

.society-title a:hover i {
  color: inherit; /* رنگ آیکون به رنگ لینک تغییر می‌کند */
}

.society-title a:hover span {
  color: inherit; /* رنگ متن داخل span نیز به رنگ لینک تغییر می‌کند */
}

.society-title a span {
  color:rgb(186, 85, 211) !important; 
  margin-bottom:0 !important;
  font-size: 15px !important;
}

.circle5 {
    background-color:rgb(186, 85, 211);
}

#news-col-sec5 ul {
    border-top:rgb(186, 85, 211) 3px solid;
}



.sport-badge {
 
        background-color:rgb(255, 140, 0);
}
.sport-title a:hover {
  color: red; /* رنگ قرمز برای متن و آیکون */
}

.sport-title a:hover i {
  color: inherit; /* رنگ آیکون به رنگ لینک تغییر می‌کند */
}

.sport-title a:hover span {
  color: inherit; /* رنگ متن داخل span نیز به رنگ لینک تغییر می‌کند */
}


.strg6 {
  color:rgb(255, 140, 0);
}

.sport-title span {
    color:rgb(255, 140, 0) !important; 
    margin-bottom:0 !important;
    font-size: 15px !important;
  }

  .circle6 {
    background-color:rgb(255, 140, 0) !important;
}

#news-col-sec6 ul {
    border-top:rgb(255, 140, 0) solid 3px !important;
}



.health-badge {
    
        background-color:rgb(240, 128, 128);

}

.health-title a:hover {
  color: red; /* رنگ قرمز برای متن و آیکون */
}

.health-title a:hover i {
  color: inherit; /* رنگ آیکون به رنگ لینک تغییر می‌کند */
}

.health-title a:hover span {
  color: inherit; /* رنگ متن داخل span نیز به رنگ لینک تغییر می‌کند */
}
.health {
  color:rgb(255, 140, 0);
}

.health-title span {
    color:rgb(255, 140, 0) !important; 
    margin-bottom:0 !important;
    font-size: 15px !important;
  }

.strg7 {
  color:rgb(240, 128, 128);
}
.health-title span {
    color:rgb(240, 128, 128) !important;
    margin-bottom:0 !important;
    font-size: 15px !important; 
  }

  .circle7 {
    background-color:rgb(240, 128, 128) !important;
}

#news-col-sec7 ul {
    border-top:rgb(240, 128, 128) 3px solid;
}


.province-badge {
    
        background-color:rgb(0, 102, 0);
  
}
.strg8 {
  color:rgb(0, 102, 0);
}

.province-title span {
    color:rgb(0, 102, 0) !important; 
    margin-bottom:0 !important;
    font-size: 15px !important;
  }
  .province-title a:hover {
    color: red; /* رنگ قرمز برای متن و آیکون */
  }
  
  .province-title a:hover i {
    color: inherit; /* رنگ آیکون به رنگ لینک تغییر می‌کند */
  }
  
  .province-title a:hover span {
    color: inherit; /* رنگ متن داخل span نیز به رنگ لینک تغییر می‌کند */
  }

  .circle8 {
    background-color:rgb(0, 102, 0) !important;
}

#news-col-sec8 ul {
    border-top:3px solid rgb(0, 102, 0) !important; 
}
.custom-col-title a {
  transition:padding 0.3s ease-out;
}

.custom-col-title a:hover {
  padding-right:0.5rem;
}
#news-col-sec1 ul li a:hover div.custom-col-title a {
  padding-right:0.5rem !important;
}
.custom-col-title {
  width:100%;
  margin:0;
  padding:0;
}


/* تنظیمات اسلایدر */
.swiper {
    width: 100%;
    height: 100%;
    position: unset !important; /* تنظیم موقعیت به حالت پیش‌فرض */
    overflow: hidden; /* نمایش تنها یک اسلاید */
}




.swiper-wrapper {
    margin-bottom:1rem !important;
}

/* استایل اسلاید */
.swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; /* عرض کامل برای هر اسلاید */
    margin: 0 !important;
    padding: 0 !important;
    z-index: 1200;
    position: unset !important; /* تصحیح اشتباه تایپی */
}




/* استایل دکمه‌های ناوبری */
.swiper-button-next, .swiper-button-prev {
    position: absolute !important;
    top: 50%;
    color: red !important;
    font-weight: 800 !important;
    z-index: 150;
}

.swiper-button-next {
    left:-2%!important;
}

.swiper-button-prev {
    right:-2% !important; 
}

/* استایل پیجینیشن */
.swiper-pagination {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0; 
    width: 100%;
}






/* استایل دایره‌های پیجیشن */
.swiper-pagination-bullet {
    width: 100% !important;
    height: 8px !important;
    border-radius: 1px;
    margin-bottom: 2px;
    background-color: rgb(174, 168, 168);
    opacity:1 !important;
 
    transition: background-color 0.3s ease, opacity 0.3s ease !important;
}





/* استایل متن در پیجیشن */



  .swiper-pagination-bullet .bullet-label {
    font-size: 14px;
    color: color: rgba(0, 0, 0, 0.4) !important;
    display: block;
    transition: color 0.3s ease;
    font-weight:700;
    font-family:nassim;
    margin-top:15px;
    opacity:1 !important;
    color: #444; /* لیبل هم‌رنگ با bullet */
}





/* تغییر رنگ‌ها برای هر دایره پیجیشن به صورت جداگانه */
.swiper-pagination-bullet:nth-child(1):hover {
    background-color: rgb(246, 6, 6) !important;
}

.swiper-pagination-bullet:nth-child(2):hover {
    background-color: rgb(51, 0, 204);
}

.swiper-pagination-bullet:nth-child(3):hover {
    background-color: rgb(0, 64, 173);
}

.swiper-pagination-bullet:nth-child(4):hover {
    background-color: rgb(123, 104, 238);
}

.swiper-pagination-bullet:nth-child(5):hover {
    background-color: rgb(186, 85, 211);
}

.swiper-pagination-bullet:nth-child(6):hover {
    background-color: rgb(255, 140, 0);
}

.swiper-pagination-bullet:nth-child(7):hover {
    background-color: rgb(240, 128, 128);
}

.swiper-pagination-bullet:nth-child(8):hover {
    background-color: rgb(0, 102, 0);
}

/* تغییر رنگ متن هنگام هاور */











/* تغییر رنگ مستطیل‌ها هنگام حرکت خودکار (Autoplay) */


/* تغییر رنگ مستطیل‌ها در حالت فعال برای هر پیجیشن */
.swiper-pagination-bullet-active:nth-child(1) {
    background-color: rgb(246, 6, 6); /* رنگ مستطیل اول */
}

.swiper-pagination-bullet-active:nth-child(2) {
    background-color: rgb(51, 0, 204); /* رنگ مستطیل دوم */
}

.swiper-pagination-bullet-active:nth-child(3) {
    background-color: rgb(0, 64, 173); /* رنگ مستطیل سوم */
}

.swiper-pagination-bullet-active:nth-child(4) {
    background-color: rgb(123, 104, 238); /* رنگ مستطیل چهارم */
}

.swiper-pagination-bullet-active:nth-child(5) {
    background-color: rgb(186, 85, 211); /* رنگ مستطیل پنجم */
}

.swiper-pagination-bullet-active:nth-child(6) {
    background-color: rgb(255, 140, 0); /* رنگ مستطیل ششم */
}

.swiper-pagination-bullet-active:nth-child(7) {
    background-color: rgb(240, 128, 128); /* رنگ مستطیل هفتم */
}

.swiper-pagination-bullet-active:nth-child(8) {
    background-color: rgb(0, 102, 0); /* رنگ مستطیل هشتم */
}

/* تغییر رنگ مستطیل‌ها در حالت هاور */
.swiper-pagination-bullet:hover {
    opacity: 1; /* در هنگام هاور، مستطیل شفاف می‌شود */
}

/* تغییر رنگ مستطیل‌ها در هاور برای هر پیجیشن */
.swiper-pagination-item:nth-child(1):hover .swiper-pagination-bullet {
    background-color: rgb(246, 6, 6); /* رنگ هاور مستطیل اول */
}

.swiper-pagination-item:nth-child(2):hover .swiper-pagination-bullet {
    background-color: rgb(51, 0, 204); /* رنگ هاور مستطیل دوم */
}

.swiper-pagination-item:nth-child(3):hover .swiper-pagination-bullet {
    background-color: rgb(0, 64, 173); /* رنگ هاور مستطیل سوم */
}

.swiper-pagination-item:nth-child(4):hover .swiper-pagination-bullet {
    background-color: rgb(123, 104, 238); /* رنگ هاور مستطیل چهارم */
}

.swiper-pagination-item:nth-child(5):hover .swiper-pagination-bullet {
    background-color: rgb(186, 85, 211); /* رنگ هاور مستطیل پنجم */
}

.swiper-pagination-item:nth-child(6):hover .swiper-pagination-bullet {
    background-color: rgb(255, 140, 0); /* رنگ هاور مستطیل ششم */
}

.swiper-pagination-item:nth-child(7):hover .swiper-pagination-bullet {
    background-color: rgb(240, 128, 128); /* رنگ هاور مستطیل هفتم */
}

.swiper-pagination-item:nth-child(8):hover .swiper-pagination-bullet {
    background-color: rgb(0, 102, 0); /* رنگ هاور مستطیل هشتم */
}







/* تغییر رنگ متن (لیبل) هنگام فعال شدن دایره */
.swiper-pagination-bullet-active .bullet-label {
    color: inherit; /* رنگ متن همانند رنگ دایره شود */
}

/* تغییر رنگ متن (لیبل) هنگام هاور شدن دایره */
.swiper-pagination-bullet:hover .bullet-label {
    color: inherit; /* رنگ متن همانند رنگ هاور دایره شود */
}

/* رنگ‌های مختلف برای هر دایره */
.swiper-pagination-bullet:nth-child(1):hover .bullet-label,
.swiper-pagination-bullet:nth-child(1).swiper-pagination-bullet-active .bullet-label {
    color: rgb(246, 6, 6);
}

.swiper-pagination-bullet:nth-child(2):hover .bullet-label,
.swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active .bullet-label {
    color: rgb(51, 0, 204);
}

.swiper-pagination-bullet:nth-child(3):hover .bullet-label,
.swiper-pagination-bullet:nth-child(3).swiper-pagination-bullet-active .bullet-label {
    color: rgb(0, 64, 173);
}

.swiper-pagination-bullet:nth-child(4):hover .bullet-label,
.swiper-pagination-bullet:nth-child(4).swiper-pagination-bullet-active .bullet-label {
    color: rgb(123, 104, 238);
}

.swiper-pagination-bullet:nth-child(5):hover .bullet-label,
.swiper-pagination-bullet:nth-child(5).swiper-pagination-bullet-active .bullet-label {
    color: rgb(186, 85, 211);
}

.swiper-pagination-bullet:nth-child(6):hover .bullet-label,
.swiper-pagination-bullet:nth-child(6).swiper-pagination-bullet-active .bullet-label {
    color: rgb(255, 140, 0);
}

.swiper-pagination-bullet:nth-child(7):hover .bullet-label,
.swiper-pagination-bullet:nth-child(7).swiper-pagination-bullet-active .bullet-label {
    color: rgb(240, 128, 128);
}

.swiper-pagination-bullet:nth-child(8):hover .bullet-label,
.swiper-pagination-bullet:nth-child(8).swiper-pagination-bullet-active .bullet-label {
    color: rgb(0, 102, 0);
}





//بخش دوم  -ارزها


.partial-gold {
  color:rgb(20,20,20)!important;
}



.partial-market {
    position: relative;
}

.section-title {
    margin-bottom: 20px;
}
.section-title h3 a:hover {
  color:rgb(183, 24, 24);
}

.more-info-btn {
    margin-right: 20px;
}


.market-table {
  border: solid #dfdfdd;
  border-width: 0 0 .1rem .1rem;  

}

.market-table th,
.market-table td {
    text-align: center;
    vertical-align: middle;
}

.market-table td a {
    color: #000;
    text-decoration: none;
}

.market-table td a:hover {
    color: #007bff;
}
.market-table .td-name {
  text-align: right;
  white-space: nowrap;
}

.advertisements-ul {
   
    box-sizing: border-box;
    margin-top: 0.25rem !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    list-style: none;
}

.advertisements-ul li {

    box-sizing: border-box !important;
    margin:0 0.5rem !important;
}

.gold-currency-section {
  padding:0 0.5rem!important;
  margin:0 !important;
}


.advertisements-div {
    padding: 0  !important;
  margin-top:1.7rem !important;
}

.gold-head-div {
    display: flex;
    flex-direction: row;
    font-family: nassim;
    direction: rtl !important;
    justify-content: space-between;
    margin: 0 0 2px;
    padding: 0;
}

.gold-head-div a {
    text-decoration: none;
    font-size: 12px;
    height: 1.1rem !important;
   
}
.gold-head-div .partial-gold {
  color:rgb(70, 69, 69);
  background:rgb(196, 186, 186);
  border-radius:2px;
  padding:0 2px;
}

.gold-head-div .partial-gold:hover {
  color:rgb(255,255,255);
  background:rgb(50,50,50)
}


.gold-head-div a h3 i {
    color: rgba(0, 0, 0, 0.5);
}

.nav-tabs {
    border-top: 3px solid red;
    width: 100%;
    border-bottom:none !important;
    display:flex;
    align-items:center;
}



.gold-nav a.active {
  color: red;
}


.gold-nav a:not(.active) {
  box-shadow: inset 3px 3px 4px rgba(0, 0, 0, 0.1),
  inset -5px -5px 8px rgba(0, 0, 0, 0.1);
  color:rgb(46, 45, 48)
}


.gold-nav li {
    width: 50%;
    height:100%;
}

.gold-nav li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height:100%;
}

.gold-nav {
    padding: 0 !important;
    height: 39px;
}

.gold-link {
    font-size: 15px !important;
    font-weight: 700;
    color:black;
    transition: padding 0.4s ease-out;
   
}



.gold-link:hover {
    padding-right:0.5rem ;
    color:black;
    
}

tr {
    display: table-row;
    vertical-align: inherit;
    unicode-bidi: isolate;
    border-color: inherit;
}
thead {
  height:40px !important;
}


.custom-thead th {
  position: sticky;
  top: 0;
  background: inherit;
  z-index: 2;
}



.market-table thead {
    height:auto !important;
    padding-top:0;
    padding-bottom:0;
}

.market-table {
    
    font-size: 12px;
    font-weight: 400 !important;
}


.partial-col {
   padding:0 !important;
   font-family:nassim;
}



.tooltip .tooltip-inner {
  background-color: #fdfdfd;
  color: #111;
  direction: ltr;
  text-align: right;
  font-size: 0.25rem;
  padding: 8px 10px;
  border-radius: 2px;
  max-width: 200px;
  border: 1px solid #ddd;
}

/* ساختار داخلی تول‌تیپ */
.tooltip-wrapper {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.tooltip-title {
  font-weight: bold;
  font-size: 0.65rem;
  color:rgb(89, 86, 86);
  margin-bottom: 4px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 4px;
}

.tooltip-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.75rem;
  background-color:rgb(197, 193, 193);
}

.tooltip-row .label {
  color: rgb(97, 95, 95);
  padding:0 2px;
}

.tooltip-row .value {
  background-color:rgb(255, 255, 255);
  padding: 2px 6px;
  border-radius: 1px;
  font-family: Yekan;
  color: #000;
}


.gold-section {
 font-family:nassim;
  padding:0 !important;
  margin:0 0.5rem !important; 
}

table {
  overflow:hidden;
}



.currency-table-wrapper {
  max-height: 400px;
  overflow-y: auto;
}

 tbody.t-body tr {
  transition: background-color 0.3s ease;
 }

.t-body tr  {
    padding: 0 5px;
    margin: 0;
    text-align: right;
}


tbody.t-body tr:hover td {
  background-color: rgb(255, 240, 229) !important;
}
.t-body-2 {
   max-height:245px; 
    overflow-y: auto; 

}
table {
  height:245px !important;
  width:100%;
}


.tr-head {
    font-weight: 400 !important;
    font-size: 16px !important;
    height:34px;}

    .tr-head th {
      background-color:inherit !important;
    }
    .td-name {
      display:flex;
      justify-content:right;
    }
    .td-name span {
      text-align:right;
    }

.td-name span a {
    font-family: nassim !important;
    font-size: 16px !important;
    display: inline-block;
    text-align:right;
}
.td-name span a:hover {
  color:rgb(15, 15, 15) !important;
}

table tr td span {
    font-family: Yekan, sans-serif;
    font-size: 12px;
}

.td-l-chart {
    padding:0 3px;
    width: auto; 
    text-align: center !important;
}


.td-l-chart a {
    text-align: center !important;
    width: auto; 
    color:rgb(183, 24, 24);
    
}

.td-l-chart :hover {
  background-color:rgb(231, 6, 6) !important;
  color:rgb(255,255,255) !important;
}

.custom-title-tooltip {
  position: absolute;
  background-color: #333;
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}

.custom-title-tooltip::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}


//تول تیپ آیکون نمودار



//بخش اخبار 

.partial-news-div {
   
   width:100%;
}


.partial-box-news {
    font-weight:700;
    font-size:16px;
    color:black;
    text-decoration:none;
  width:100%;
  
}



.partial-box-news div h2 {
   
    font-size:16px;
    font-weight:700;
    text-align:right;
    margin:0.5rem 1rem 1rem 1rem ;
    color:black;

}

.partial-newsbox-div {
    float:right;
    margin:0.4rem 1rem 0.3rem 0.9rem;
    overflow: hidden;
    position: relative;
}

.partial-newsbox-div img {
    object-fit: cover;
    transition: transform 0.9s ease;
    will-change: transform;
}

.partial-newsbox-div img:hover {
    transform: scale(1.02);
}

.fa-line-chart {
  color:red !important;

  border:1px solid rgba(50,50,50,0.2);
  padding:0.3rem;

}
.fa-line-chart:hover {
  color:rgb(255,255,255) !important;
  background-color:rgb(73, 69, 69)
}

.news-element {
 margin-top:0.8rem;
 padding:0 0.5rem !important;
   
}

.partial-news-box {
   
}
.partial-box-info {
  height:76px !important;
  padding:4px 0 0 0;
}
.partial-box-info h3 {
    font-family: nassim, sans-serif;
    font-size:15px !important;
    font-weight:500;
    text-align:right;
    white-space: nowrap;    /* جلوگیری از شکستن خط */
    overflow: hidden;       /* پنهان کردن متن اضافی */
    text-overflow: ellipsis; /* نمایش "..." در صورت طولانی بودن */
    max-width: 100%;
    line-height:0.8;
  
   

}
.partial-box-info h2 {
  font-size:15px !important;
  font-weight:500;
  text-align:right;
  color:rgb(80, 80, 80);
  white-space: wrap;    /* جلوگیری از شکستن خط */
  max-width: 100%;
  line-height:1;

}
.partial-header-div a:first-of-type {
  transition:padding 0.3s ease-out;
}

.partial-header-div a:first-of-type:hover {
  padding-right: 0.5rem;
}

.partial-info {
    background-color:rgb(209, 202, 202);
    margin-bottom:0.1rem;
    border-radius:3px;
    padding:0 0.2rem;

}
.partial-info:hover {
   background-color:rgb(85, 85, 85);
   color:rgb(255,255,255)
}


.partial-news {
    background-color:rgb(255, 255, 255);
    height:auto !important;
    display: flex;
    align-items: stretch;
    border:1px rgb(199, 184, 184) solid ;
    box-shadow: 1px 1px 3px rgba(117, 112, 112, 0.3);
    padding:0.2rem 0 0.3rem 0;
   
}

.partial-news a {
    margin-top:3px;
    
}

.partial-info {
    font-family: 'Yekan', sans-serif; 
    font-size: 0.8rem; 
    line-height: 1.5; 
    color: #333; 
}

.partial-header-div {
    display: flex;
    flex-direction: row;
    font-family: nassim;
    direction: rtl !important;
    justify-content: space-between;
    margin: 0 ;
    padding: 0;
    height:auto;
   
}

.partial-header-div a {
    text-decoration: none !important;
    font-size: 12px;
    height: 18px !important;
    font-family:Yekan !important;
    color:rgb(34, 33, 33)
}







.talk-border {
    border-bottom:rgb(68, 68, 68) solid 3px;
}
.custom-talk a div.partial-box-info:hover h2,.custom-talk a div.partial-box-info:hover h3
{
  color:rgb(106, 90, 205)  !important;  
}

.note-border {
    border-bottom:rgb(106, 90, 205) solid 3px;   
}
.custom-note a div.partial-box-info:hover h2,.custom-note a div.partial-box-info:hover h3
{
  color:rgb(106, 90, 205)  !important;  
}

.twite-border {
    border-bottom:rgb(0, 191, 255) solid 3px;   
}
.custom-twite a div.partial-box-info:hover h2,.custom-note a div.partial-box-info:hover h3
{
  color:rgb(0, 191, 255)  !important;  
}


.instagram-border {
    border-bottom:rgb(220, 20, 60) solid 3px;   
}
.custom-insta a div.partial-box-info:hover h2,.custom-note a div.partial-box-info:hover h3
{
  color:rgb(220, 20, 60)  !important;  
}


.file-border {
    border-bottom:rgb(186, 85, 211) solid 3px;   
}
.custom-file a div.partial-box-info:hover h2,.custom-note a div.partial-box-info:hover h3
{
  color:rgb(186, 85, 211)  !important;  
}


.research-border {
    border-bottom:rgb(34, 139, 34) solid 3px;   
}
.custom-research a div.partial-box-info:hover h2,.custom-note a div.partial-box-info:hover h3
{
  color:rgb(34, 139, 34)  !important;  
}





//مبدل ارزی 


#convert-chart {
    margin-bottom: 0;
    border-collapse: separate;
    width: 100%;
    font-family:Yekan !important;
    font-weight:700 !important;

}
.convert-chart-value {
  border-top:3px solid rgb(172, 14, 14);
}

#convertor-value:focus {
  border: 2px solid rgb(172, 14, 14) !important;
  outline: none;
}

.convertor-div {
    height:7rem ;
}
#convertor-value {
   font-weight:700!important;
   font-family:Yekan;
   font-size:17px;
}

.convertChart-from {
    height:50% ;
    border-radius:none !important;
}

.form-select {
    height:100% ;
    text-align:center !important;
    justify-content:center !important;
    display: block !important;
    width: 100%;  
    padding:0.5rem; 
    border-radius:none !important;
}
.form-select option {
  text-align: center; 
  border-radius:none !important; 
}

.convert-chart-to {
    height:50% ;
    border-radius:none !important;
}

.convert-chart-result {
    background: #383838;
    padding: 14px 10px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    font-family: yekan;
}


.convert-chart-calculate {
    width:100% ;
    border-radius:0 ;
    font-size: 17px ;
    font-weight: 700;
  height:55px;
}

.convert-chart-to {
    text-align:center ;
}


.convert-chart-calculate a {
    border-radius:0 
}

.news-row-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between; 
    align-items: center;
    width: 100%;
    height:3rem;
  }

  .news-row-header div i{
    margin: 0.1rem 0.5rem;
    font-weight: 700;
    font-size: 20px;
  }

  #convertor-value {
    text-align:center;
    height:58px;
    width:100%;
    border:none;
    font-family:Yekan;
    fint-size:17px;
    fint-weight:700;
  }

#custom-convertor-from,
#custom-convertor-to {
  font-weight:700;
  text-align: center !important;
  padding:0.5rem !important;
 border:none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: left 0.25rem center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='black' viewBox='0 0 320 512'><path d='M96 192l64 64 64-64 32 32-96 96-96-96z'/></svg>");
  box-shadow: inset 5px 5px 8px rgba(0, 0, 0, 0.1), inset -5px -5px 8px rgba(0, 0, 0, 0.1) !important;
  width:100%;
  height:100%;
  text-align: center;
  direction: rtl;
}


.advertisements-col {
  padding-right:0 !important;
  padding-left:0;
 margin
}

  //بخش ردیف خبر




  
  
.news-rows {
    margin-top:2rem !important;;
}
  .news-section-div {
    display: flex;
    align-items: center;
    flex: 0 0 auto; /* فقط به اندازه محتوا */
    white-space: nowrap;
    transition: padding 0.3s ease; /* برای هاور نرم */
  }

  .news-section-div strong {
    font-weight: 700;
    font-size: 20px;
  }

  .news-section-div:hover {
    padding-right: 0.9rem; /* به‌جای margin که باعث حرکت اطراف می‌شه */
  }


  .news-row-config {
    display: flex;
    flex-direction: row;
    white-space: nowrap;
    flex: 0 0 auto;      /* فقط به اندازه محتوا */
    margin-right: auto;  /* هلش بده به سمت چپ در RTL */
  }

  


  .nav-pills li {
    margin: 0.1rem 0.6rem;
}

.nav-pills li a {
    text-decoration: none;
    color: rgb(10, 10, 10);
    font-size: 17px;
    font-weight: 400; /* اصلاح تایپ */
}


.custom-rss {
  color:rgb(43, 42, 42);
  background:rgb(215, 211, 211);
  margin:0 0.2rem;
  padding:0.3rem 0.2rem;
  cursor: pointer;
  transition: hover 0.4s ease-out;
}
.custom-rss:hover {
  color:rgb(255,255,255);
  background:rgb(255, 153, 0)
}

.dropdown-trigger {
  color:rgb(43, 42, 42);
  background:rgb(215, 211, 211);
  margin:0 0.2rem;
  padding:0.3rem 0.2rem;
  cursor: pointer;
  transition: hover 0.4s ease-out;
}

.dropdown-trigger:hover {
  background:rgb(51, 51, 51);
  color:rgb(255,255,255);
}


.custom-dropdown  {
  position: relative !important;
 
  
}

.custom-dropdown a {
  display: inline-block;
}

.custom-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;  /* منو درست زیر دکمه نمایش داده شود */
  left: 0;
  background-color: #fff;
  list-style: none;
  padding: 0.2rem 0;
  margin: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 999;
  border-radius: 2px;
  min-width: 200px;
  text-align: right;
}


.custom-dropdown-menu li a {
  display: block;
  padding: 10px ;
  text-decoration: none;
  color: #333;

  
}
.custom-dropdown-menu li a i {
  background:rgb(39, 38, 38);
  border-radius:50%;
  padding: 0.3rem;
  color:rgb(250,250,250) !important;
  font-size:16px !important;
  font-weight:700 !important;
}

.custom-dropdown-menu li a:hover {
  background-color: #f2f2f2;
}

.custom-dropdown-menu.show {
  display: block;
}


  

  .news-row-ul {
    height:299.5px!important;
    margin_bottom:1rem !important;
  }


  .news-row-ul li.w100  {
    background-color:rgb(255, 255, 255) !important;
    height:100% !important;
   
}
.news-row-ul  a.slider-box-img {
  border: solid #dfdfdd;
  border-width: 0 0 .1rem .1rem;
}


  .news-row-ul-2 {
  
   position:unset !important;
    margin_bottom:1rem !important;
  }


  .news-row-ul-2 li {
    height:100% !important;
}

.news-row-ul-2 li a {
  background:rgb(48, 48, 48) !important;
  border:none !important;
}



  //ردیف ها

 .news-rows-section {
    
 }

  .news-div-1 {
    margin-top:0.5rem;
   
  }
  
 
  .content-section-img img {
    width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.9s ease;
  will-change: transform;
  display: block;
  }
  
  .content-section-img img:hover {
    transform: scale(1.02);
   
  }
  
  .content-section-img {
    overflow: hidden !important;
    position: relative;
    overflow: hidden;  
    border:3px solid rgb(255,255,255) !important;
  }
  
  
  .news-col-1 {
    margin:0 !important;
   
  }
 
  .news-col-1 div.custom-news-div {
    background-color:rgb(255,255,255) !important;
    padding: 0.25rem;
    border: solid #dfdfdd !important;
    border-width: 0 0 .1rem .1rem !important;
    height:298px;
  }
  

  .content-box-info h3 {
    font-size:16px;
    font-weight:500;
    color: rgb(10, 10, 10);
   
    padding:0 !important;
  }

  .content-box-info h2 {
    font-size:23px;
    font-weight:700;
    width:100%;
    
    padding:0;
    color: rgb(10, 10, 10);
  }

  


  .column-ul {
    display:flex;
    flex-direction:column;
    padding:0.1rem 0 0 0 !important;
    width:auto;
    list-style:none;
    background-color:rgb(255,255,255);
   
   
}


//استایل های متغیر
 //ردیف1


 [id^="news-header-"] {
  padding-right: 0rem; /* مقدار اولیه مشخص */
  transition: padding-right 0.3s ease;
}


 #news-row-1 {
    
 }
 #news-header-31 div i {
  color: rgb(88, 83, 145);
}
.left-chev-1 {
  color:rgb(88, 83, 145);
}
#news-header-1 ul.nav-pills li a:hover {
  color:rgb(88, 83, 145);
}

  
  #news-header-1 {
    border-top: rgb(88, 83, 145) 3px solid !important;
  }
  
  #strg-1 a {
    color: rgb(88, 83, 145);
  
  }
  
  #news-col-ul-1 li a div i {
    background: rgb(88, 83, 145) !important;
}
 

  #news-col-id1:hover h2,#news-col-id1:hover h3 {
    color: rgb(88, 83, 145);
  }

.circle-icon-1 i {
    background: rgb(88, 83, 145) !important;
}
#news-col-ul-1 li a div i {
    background: rgb(88, 83, 145) !important;
}

.circle-icon-1 h2:hover {
 color: rgb(88, 83, 145);
}

#news-ul-1 li a div i {
    background: rgb(88, 83, 145) !important;
}
#news-col-ul-1 li:hover {

  border-bottom:rgb(88, 83, 145)1px solid;
}
#news-col-ul-1 li a:hover div.newscol-subdiv h2 {
  color:rgb(88, 83, 145) !important;
}


//ردیف2

#news-row-2 {
    
}
#news-header-2 .nav-pills li:hover {
  color:rgb(34, 139, 34) !important;
}
#news-header-2 ul.nav-pills li a:hover {
  color:rgb(34, 139, 34);
}
 #news-header-2 {
   border-top: rgb(34, 139, 34) 3px solid !important;
 }
 #news-col-ul-2 li:hover {

  border-bottom:rgb(34, 139, 34)1px solid;
}
#news-col-ul-2 li a:hover div.newscol-subdiv h2 {
  color:rgb(34, 139, 34) !important;
}

#strg-2 a {
    color: rgb(34, 139, 34);

  }
  .left-chev-2 {
    color:rgb(34, 139, 34);
  }

    

  #news-col-ul-1 li a div i {
    background: rgb(88, 83, 145) !important;
}


  #news-col-id2:hover h2,#news-col-id2:hover h3 {
    color: rgb(34, 139, 34);
  }

.circle-icon-2 i {
    background: rgb(34, 139, 34) !important;
}

.circle-icon-2 h2:hover {
 color: rgb(34, 139, 34);
}

///3

  
  #news-col-ul-3 li a div i {
    background: rgb(127, 5, 161) !important;
}
#news-header-3 ul.nav-pills li a:hover {
  color:rgb(127, 5, 161) !important;
}

#news-col-ul-3 li:hover {

  border-bottom:rgb(127, 5, 161)1px solid;
}
#news-col-ul-3 li a:hover div.newscol-subdiv h2 {
  color:rgb(127, 5, 161) !important;
}    
 

 

.circle-icon-3 i {
    background: rgb(127, 5, 161) !important;
}

.circle-icon-3 h2:hover {
 color: rgb(127, 5, 161);
} 
 

#news-row-3 {
    
}
 
 #news-header-3 {
   border-top: rgb(127, 5, 161) 3px solid !important;
 }
#strg-3 a {
    color: rgb(127, 5, 161);
  
  }
  #news-col-ul-3 li a div i {
    background:rgb(127, 5, 161) !important;
}
  
.left-chev-3 {
  color:rgb(127, 5, 161) !important;
}

    
 

  #news-col-id3:hover h3,#news-col-id3:hover h2 {
    color: rgb(127, 5, 161);
  }

.circle-icon-3 i {
    background: rgb(127, 5, 161) !important;
}

.circle-icon-3 h2:hover {
 color: rgb(127, 5, 161);
}





  
//ردیف4




#news-row-4 {
    
}
 
 #news-header-4 {
   border-top: #7B68EE 3px solid !important;
 }
#strg-4 a {
    color: #7B68EE;
  
  }
  #news-header-4 ul.nav-pills li a:hover {
    color: #7B68EE;
  }
  

  #news-col-ul-4 li:hover {

    border-bottom: #7B68EE;1px solid;
  }
  #news-col-ul-4 li a:hover div.newscol-subdiv h2 {
    color: #7B68EE; !important;
  }    
   
  .left-chev-4 {
    color: #7B68EE; !important;
  }
  
  
  #news-col-ul-4 li a div i {
    background: #7B68EE !important;
}
  

    
  

  #news-col-id4:hover h3,#news-col-id4:hover h2 {
    color: #7B68EE;
  }

.circle-icon-4 i {
    background: #7B68EE !important;
}

.circle-icon-4 h2:hover {
 color: #7B68EE;
}

//ردیف5 



#news-row-5 {
    
}
 
 #news-header-5 {
   border-top: rgb(0, 64, 173) 3px solid !important;
 }
 #news-header-5 ul.nav-pills li a:hover {
  color: rgb(0, 64, 173);
}

 #news-col-ul-5 li:hover {

  border-bottom:rgb(0, 64, 173) 1px solid;
}
#news-col-ul-5 li a:hover div.newscol-subdiv h2 {
  color: rgb(0, 64, 173) !important;
}    
 
#strg-5 a {
    color: rgb(0, 64, 173);
  
  }
  #news-col-ul-5 li a div i {
    background:rgb(0, 64, 173) !important;
}
  
.left-chev-5 {
  color:rgb(0, 64, 173)
}


    
 

  #news-col-id5:hover h3,#news-col-id5:hover h2 {
    color: rgb(0, 64, 173);
  }

.circle-icon-5 i {
    background: rgb(0, 64, 173) !important;
}

.circle-icon-5 h2:hover {
 color: rgb(0, 64, 173);
}


//6

#news-row-6 {
    
}
 
 #news-header-6 {
   border-top: #FF8C00 3px solid !important;
 }
 #news-col-ul-6 li:hover {

  border-bottom:#FF8C00 1px solid;
}
#news-col-ul-6 li a:hover div.newscol-subdiv h2 {
  color: #FF8C00 !important;
} 
#news-header-6 ul.nav-pills li a:hover {
  color: #FF8C00;
} 
#strg-6 a {
    color: #FF8C00;
  
  }

  #news-col-ul-6 li a div i {
    background:#FF8C00 !important;
}

.left-chev-6 {
  color:#FF8C00 !important;
}
   
  

  #news-col-id6:hover h3,#news-col-id6:hover h2 {
    color: #FF8C00;
  }

.circle-icon-6 i {
    background: #FF8C00 !important;
}

.circle-icon-6 h2:hover {
 color: #FF8C00;
}

//7


#news-row-7 {
    
}
 
 #news-header-7 {
   border-top: rgb(218, 165, 32) 3px solid !important;
 }
 #news-col-ul-7 li:hover {

  border-bottom:rgb(218, 165, 32) 1px solid;
}
#news-col-ul-7 li a:hover div.newscol-subdiv h2 {
  color: rgb(218, 165, 32) !important;
} 
#news-header-7 ul.nav-pills li a:hover {
  color:rgb(218, 165, 32);
} 

 #news-col-ul-7 li a:hover {

  border-bottom:rgb(218, 165, 32) 1px solid;
}
#news-col-ul-7 li a:hover div.newscol-subdiv h2 {
  color: rgb(218, 165, 32) !important;
}  
#strg-7 a {
    color: rgb(218, 165, 32);
  
  }
  #news-col-ul-7 li a div i {
    background:rgb(218, 165, 32) !important;
}

.left-chev-7 {
  color:rgb(218, 165, 32)
}
      
 

  #news-col-id7:hover h3,#news-col-id7:hover h2 {
    color: rgb(218, 165, 32);
  }

.circle-icon-7 i {
    background: rgb(218, 165, 32) !important;
}

.circle-icon-7 h2:hover {
 color: rgb(218, 165, 32);
}

//8


#news-row-8 {
    
}
 
 #news-header-8 {
   border-top: #424F1A 3px solid !important;
 }

 #news-col-ul-8 li:hover {

  border-bottom:#424F1A 1px solid;
}
#news-col-ul-8 li a:hover div.newscol-subdiv h2 {
  color: #424F1A !important;
} 
#news-header-8 ul.nav-pills li a:hover {
  color: #424F1A !important;
} 

#strg-8 a {
    color: #424F1A;
  
  }

  #news-col-ul-8 li a div i {
    background: #424F1A !important;
}
.left-chev-8 {
  color:#424F1A !important;
}
 

    
 

  #news-col-id8:hover h3,#news-col-id8:hover h2 {
    color: #424F1A;
  }

.circle-icon-8 i {
    background: #424F1A !important;
}

.circle-icon-8 h2:hover {
 color: #424F1A;
}

//9


#news-row-9 {
    
}
 
 #news-header-9 {
   border-top: rgb(23, 114, 23) 3px solid !important;
 }
#strg-9 a {
    color: rgb(23, 114, 23);
  
  }
  #news-header-2 ul.nav-pills li a:hover {
    color:rgb(23, 114, 23);
  } 
  
 #news-col-ul-9 li:hover {

  border-bottom:rgb(23, 114, 23) 1px solid;
}
#news-col-ul-9 li a:hover div.newscol-subdiv h2 {
  color: rgb(23, 114, 23) !important;
} 
  #news-col-ul-9 li a div i {
    background: rgb(23, 114, 23) !important;
}

.left-chev-9 {
  color:rgb(23, 114, 23)
}
   


  #news-col-id9:hover h3,#news-col-id9:hover h2 {
    color: rgb(23, 114, 23);
  }

.circle-icon-9 i {
    background: rgb(23, 114, 23) !important;
}

.circle-icon-9 h2:hover {
 color: rgb(23, 114, 23);
}

//10


#news-row-10 {
    
}
 
 #news-header-10 {
   border-top: #008B8B 3px solid !important;
 }
#strg-10 a {
    color: #008B8B;
  
  }
  #news-header-10 ul.nav-pills li a:hover {
    color: #008B8B;
  } 
  #news-col-ul-10 li:hover {

    border-bottom:#008B8B 1px solid;
  }
  #news-col-ul-10 li a:hover div.newscol-subdiv h2 {
    color: #008B8B !important;
  } 

  #news-col-ul-10 li a div i {
    background:  #008B8B !important;
}

    
.left-chev-10 {
  color:  #008B8B 
}
   


  #news-col-id10:hover h3,#news-col-id10:hover h2 {
    color: #008B8B;
  }

.circle-icon-10 i {
    background: #008B8B !important;
}

.circle-icon-10 h2:hover {
 color: #008B8B;
}

//11


#news-row-11 {
    
}
 
 #news-header-11 {
   border-top: #C92E8C 3px solid !important;
 }
#strg-11 a {
    color: #C92E8C;
  
  }
  #news-header-11 ul.nav-pills li a:hover {
    color: #C92E8C;
  } 
  #news-col-ul-11 li:hover {

    border-bottom: #C92E8C 1px solid;
  }
  #news-col-ul-11 li a:hover div.newscol-subdiv h2 {
    color:  #C92E8C !important;
  } 

  #news-col-ul-11 li a div i {
    background:  #C92E8C !important;
}

.left-chev-11 {
  color:#C92E8C;
}
   

    


  #news-col-id11:hover h3,#news-col-id11:hover h2 {
    color: #C92E8C;
  }

.circle-icon-11 i {
    background: #C92E8C !important;
}

.circle-icon-11 h2:hover {
 color: #F08080;
}

//12


#news-row-12 {
    
}
 
 #news-header-12 {
   border-top: #F08080 3px solid !important;
 }
#strg-12 a {
    color: #F08080;
  
  }
  #news-header-12 ul.nav-pills li a:hover {
    color: #F08080;
  } 

  #news-col-ul-12 li a div i {
    background:  #F08080 !important;
}
.left-chev-12 {
  color:  #F08080
}
   
#news-col-ul-12 li:hover {

  border-bottom: #F08080 1px solid;
}
#news-col-ul-12 li a:hover div.newscol-subdiv h2 {
  color:  #F08080 !important;
} 


  
  #news-col-id12:hover h3,#news-col-id12:hover h2 {
    color: #F08080;
  }

.circle-icon-12 i {
    background: #F08080 !important;
}

.circle-icon-5 h2:hover {
 color: #F08080;
}

//13


#news-row- 13{
    
}
 
#news-col-ul-13 li:hover {

  border-bottom:rgb(186, 85, 211) 1px solid;
}
#news-col-ul-13 li:hover div.newscol-subdiv h2 {
  color: rgb(186, 85, 211) !important;
} 
#news-header-13 ul.nav-pills li a:hover {
  color: rgb(186, 85, 211) !important;
} 

 #news-header-13 {
   border-top: rgb(186, 85, 211) 3px solid !important;
 }
#strg-13 a {
    color: rgb(186, 85, 211);
  
  }

  #news-col-ul-13 li a div i {
    background:  rgb(186, 85, 211) !important;
}


.left-chev-13 {
  color:  rgb(186, 85, 211)
}
   

  #news-col-id13:hover h3,#news-col-id13:hover h2 {
    color: rgb(186, 85, 211);
  }

.circle-icon-13 i {
    background: rgb(186, 85, 211) !important;
}

.circle-icon-13 h2:hover {
 color: rgb(186, 85, 211);
}

//14
.fa-play {
  width:0.5rem !important;height:0.5rem !important;
}
 #news-header-14 {
   border-top: rgb(85, 85, 85) 3px solid !important;
 }

 #news-col-ul-14 li:hover {

  border-bottom:rgb(85, 85, 85) 1px solid;
}
#news-col-ul-14 li a:hover div.newscol-subdiv h2 {
  color: rgb(85, 85, 85) !important;
} 

#news-header-14 ul.nav-pills li a:hover {
  color: rgb(85, 85, 85) !important;
}
#strg-14 a {
    color: rgb(85, 85, 85);
  
  }
  #news-col-ul-14 li a div i {
    color:  rgb(85, 85, 85) !important;
}

.left-chev-14 {
  color:  rgb(85, 85, 85)
}
   
  

  #news-col-id14:hover h3,#news-col-id14:hover h2 {
    color: rgb(85, 85, 85);
  }

.circle-icon-14  {
    background: rgb(85, 85, 85) !important;
}

.circle-icon-14 h2:hover {
 color: rgb(85, 85, 85);
}

//15
.column-ul.news-row-ul-2::after {
  content: "";
  display: table;
  clear: both;
}


.data-province-div {
  position: relative !important;
  overflow: visible;  


}
.custom-iran-map {
 
}
.custom-iran-map div {
  padding:0 0.5rem !important;
  background: rgb(229, 229, 229);
  height: 299.5px !important;
}

.more-data-province {
  position: absolute !important;
  bottom:10%; 
  left: 0; 
  z-index: 1000;
}

.more-data-province a {
  padding: 10px 20px;
   color: rgb(207, 24, 24);
  text-decoration: none;
  font-weight:700;
  font-size:23px;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.more-data-province a:hover {
  color: #fff;
}



#news-row- 15{
    
}
 
 #news-header-15 {
   border-top: rgb(85, 85, 85) 3px solid !important;
 }
 #news-header-15 ul.nav-pills li a:hover {
  color: rgb(85, 85, 85) !important;
}
#strg-15 a {
    color: rgb(88, 83, 145);
  
  }
  #news-col-ul-15 li a div i {
    background:  rgb(88, 83, 145) !important;
}

.left-chev-15 {
  color:  rgb(88, 83, 145)
}
      


  #news-col-id15:hover h3,#news-col-id15:hover h2 {
    color: rgb(255, 174, 49) !important;
  }

.circle-icon-15  {
    background: rgb(88, 83, 145) !important;
}

.circle-icon-15 h2:hover {
 color: rgb(88, 83, 145);
}

//16

#news-row- 16{
    
}
 
 #news-header-16 {
   border-top: rgb(204, 65, 41) 3px solid !important;
 }
#strg-16 a {
    color: rgb(204, 65, 41);
  
  }
  #news-col-ul-16 li a div i {
    background:  rgb(204, 65, 41) !important;
}
.left-chev-16 {
  color:  rgb(204, 65, 41)
}
      
#news-header-16 ul.nav-pills li a:hover {
  color: rgb(204, 65, 41) !important;
}
    
 
  #news-col-id16:hover h3,#news-col-id16:hover h3 {
    color: rgb(204, 65, 41);
  }

.circle-icon-16  {
    background: rgb(204, 65, 41) !important;
}

.circle-icon-16 h2:hover {
 color: rgb(204, 65, 41);
}




.adversting-btn {
    background:rgb(204, 65, 41);
    margin-top:0.3rem;
    padding:0.1rem 0.35rem;
    border-radius:3px;
    color:rgb(255,255,255);

}

.adversting-btn:hover {
  background:rgb(51, 51, 51);
  color:rgb(255,255,255);
}


.adversting-btn i {
    color:rgb(255,255,255) !important; 
    font-weight:700 !important;
    align-item:center;
}


//بخش ارائه تبلیغات

.custom-img-wrapper {
  position: relative !important;
  overflow: hidden;
  width: 100%;
}

.custom-img {
  object-fit: cover;
  transition: transform 0.9s ease;
  will-change: transform;
}

.custom-img:hover {
  transform: scale(1.02);
}

.custom-caption-box {
  position: absolute !important;
  bottom: 0;
  left: 0;
  right: 0;

  color: #fff;
  padding: 10px;
  text-align: center;
}

.custom-caption-title {
  font-size: 23px;
  font-weight: 700;
  margin: 0;
}
////


.custom-img-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1/1; 
}

.custom-img-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
 
}

.custom-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  display: block;
  
}

.custom-img-inner:hover .custom-img {
  transform: scale(1.02);
}

.custom-caption-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  text-align: center;
  color: #fff;
  background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));

}

.custom-caption-title {
  font-size: 27px;
  font-weight: 700;
  margin: 0;
  line-height: 1.4;
}
 .fa-rss {
  font-size:16px !important;
 }

 .fa-cog {
  font-size:16px !important;
 }
 