.slider-section {
  margin: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #f2f2f2;
}

.splide {
  position: relative;
}
.splide__list {
  height: auto;
}
.splide__slide {
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: 24px;
  overflow: hidden;
  font-weight: bold;
  height: auto !important;
  padding-right: 8px;
  padding-left: 8px;
}
.splide__slide > a {
  color: #22486f;
}
.splide__slide a:hover {
  color: #bb0000 !important;
}
.splide-custom-navigation {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#prev-slide,
#next-slide {
  padding: 0 10px;
  font-size: 26px;
  color: #b71818;
  opacity: 0.6;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  font-weight: bolder;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0);
}

#prev-slide:hover,
#next-slide:hover {
  color: #bb0000;
  opacity: 1;
}

.splide-slider-labels {
  display: flex;
  justify-content: space-around;
  background-color: transparent;
  margin-top: 10px;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: thin;
  font-family: "Nassim";
  font-size: 19px;
}

.splide-slider-labels::-webkit-scrollbar {
  height: 5px;
}

.splide-slider-labels::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

.splide-slider-label {
  font-size: 19px;
  color: #777;
  cursor: pointer;
  transition: color 0.3s;
  flex-grow: 1;
  text-align: center;
  margin: 8px;
  padding: 5px;
  font-weight: bold;
  border-top: 6px solid #c5c5c5;
}
.splide-slider-label.Sport:hover {
  color: #ff8c00 !important;
  border-top: 6px solid #ff8c00;
}
.splide-slider-label.active.Sport {
  color: #ff8c00 !important;
  border-top: 6px solid #ff8c00;
}
.splide-slider-label.Eco:hover {
  color: #bb0000 !important;
  border-top: 6px solid #bb0000;
}
.splide-slider-label.active.Eco {
  color: #bb0000 !important;
  border-top: 6px solid #bb0000;
}
.splide-slider-label.Politics:hover {
  color: #3300cc !important;
  border-top: 6px solid #3300cc;
}
.splide-slider-label.active.Politics {
  color: #3300cc !important;
  border-top: 6px solid #3300cc;
}
.splide-slider-label.Culture:hover {
  color: #0040ad !important;
  border-top: 6px solid #3300cc;
}
.splide-slider-label.active.Culture {
  color: #0040ad !important;
  border-top: 6px solid #0040ad;
}
.splide-slider-label.Technology:hover {
  color: #7b68ee !important;
  border-top: 6px solid #7b68ee;
}
.splide-slider-label.active.Technology {
  color: #7b68ee !important;
  border-top: 6px solid #7b68ee;
}
.splide-slider-label.Society:hover {
  color: #ba55d3 !important;
  border-top: 6px solid #ba55d3;
}
.splide-slider-label.active.Society {
  color: #ba55d3 !important;
  border-top: 6px solid #ba55d3;
}
.splide-slider-label.Health:hover {
  color: #f08080 !important;
  border-top: 6px solid #f08080;
}
.splide-slider-label.active.Health {
  color: #f08080 !important;
  border-top: 6px solid #f08080;
}
.splide-slider-label.Provinces:hover {
  color: #006600 !important;
  border-top: 6px solid #006600;
}
.splide-slider-label.active.Provinces {
  color: #006600 !important;
  border-top: 6px solid #006600;
}
/****************** Slide Main Content **************/
.slide-section {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
  overflow: hidden;
}
.slide-section .slider-featured {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.slide-section .slider-featured .slider-featured-main {
  box-sizing: border-box;
  padding: 5px;
  padding-top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.slider-featured .slider-featured-main .slider-featured-main-section {
  display: flex;
  flex-grow: 1;
  position: relative;
  padding: 3px;
  width: 100%;
  background-color: #fff;
  border: solid #dfdfdd;
  border-width: 0 0 1px 1px;
}
.slider-featured .slider-featured-main .slider-featured-main-section .slider-featured-main-img {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
  flex-grow: 1;
}
.slider-featured .slider-featured-main .slider-featured-main-section .slider-featured-main-img::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  box-shadow: inset 0px -120px 50px -10px rgba(0, 0, 0, 0.6);
  z-index: 1;
  pointer-events: none;
}
.slider-featured .slider-featured-main .slider-featured-content {
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #f3f3f3;
  width: 100%;
  padding: 25px;
  font-family: "Nassim";
  z-index: 2;
}
.slider-featured .slider-featured-main .slider-featured-content > h2,
.slider-featured .slider-featured-main .slider-featured-content > h3 {
  font-family: "Nassim";
}

.slider-featured .slider-featured-main .slider-featured-content > h2 {
  font-size: 17px;
}

.slider-featured .slider-featured-main .slider-featured-content > h3 {
  font-size: 30px;
}
.slider-featured .slider-featured-main .slider-featured-toltip {
  position: absolute;
  top: 12px;
  right: 15px;
  font-size: 15px;
  color: #f3f3f3;
}
.slider-featured .slider-featured-main .slider-featured-toltip h1 {
  font-family: "Nassim";
  font-size: 13px;
  padding: 3px 5px;
  background-color: #6610f2;
  color: #fff;
}
.slider-featured .slider-featured-main .slider-featured-main-img img {
  position: relative;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 1s ease;
}

.slide-section .slider-featured .slider-featured-list {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 11px;
}
.slide-section .slider-featured .slider-featured-list .slider-featured-list-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  align-items: center;
  padding: 0 5px;
}
.slide-section .slider-featured .slider-featured-list .slider-featured-card-box {
  background-color: #fff;
  display: flex;
  align-items: start;
  cursor: pointer;
  padding: 14px;
  font-family: "Nassim";
  border: solid #dfdfdd;
  border-width: 0 0 1px 1px;
}
.slide-section .slider-featured .slider-featured-list .slider-featured-card-box img {
  margin-left: 8px;
}

.slide-section .slider-news-section {
  display: flex;
  flex-direction: column;
}

.slide-section .slider-news-section .slider-news-ul {
  padding: 0 12px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  border-top: 2px solid #6610f2;
  background-color: #fff;
  font-family: "NassimN";
  border-bottom: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
}

.slide-section .slider-news-section .slider-news-ul li {
  flex: 1;
  height: calc(100% / 15);
  display: flex;
  align-items: center;
  justify-content: start;
  border-bottom: 1px solid #dfdfdd;
  width: 100%;
  font-size: 15px;
  transition: color 0.2s ease;
  cursor: pointer;
  padding: 5px 0 5px 0;
}
.slide-section .slider-news-section .slider-news-ul li:last-child {
  border: none;
}

.slide-section .slider-news-section .slider-news-ul li::before {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #bb0000;
  border-radius: 50%;
  line-height: 1;
  position: relative;
  margin-left: 5px;
}

.slide-section .slider-news-section .slider-news-ul li > a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  margin: 0;
  font-weight: normal;
}
.slide-section .slider-news-section .slider-news-ul li::before {
  color: #6610f2;
}

.slider-news-ul.Eco {
  border-top: 3px solid #bb0000 !important;
}

.slider-news-ul.Politics {
  border-top: 3px solid #3300cc !important;
}

.slider-news-ul.Culture {
  border-top: 3px solid #0040ad !important;
}

.slider-news-ul.Technology {
  border-top: 3px solid #7b68ee !important;
}

.slider-news-ul.Society {
  border-top: 3px solid #ba55d3 !important;
}

.slider-news-ul.Sport {
  border-top: 3px solid #ff8c00 !important;
}

.slider-news-ul.Health {
  border-top: 3px solid #f08080 !important;
}

.slider-news-ul.Provinces {
  border-top: 3px solid #006600 !important;
}

.Eco li::before {
  background-color: #bb0000 !important;
}
.Politics li::before {
  background-color: #3300cc !important;
}
.Culture li::before {
  background-color: #0040ad !important;
}
.Technology li::before {
  background-color: #7b68ee !important;
}
.Society li::before {
  background-color: #ba55d3 !important;
}
.Sport li::before {
  background-color: #ff8c00 !important;
}
.Health li::before {
  background-color: #f08080 !important;
}
.Provinces li::before {
  background-color: #006600 !important;
}
.slide-section .slider-news-section .slider-news-title {
  height: 20px;
  display: inline-flex;
  align-items: center;
  margin: 5px 0;
  transition: margin 0.5s ease;
  font-family: "Nassim";
}
.slide-section .slider-news-section:hover .slider-news-title {
  color: #bb0000 !important;
  margin-right: 5px;
}
.slide-section .slider-news-section .slider-news-title span {
  display: inline-flex;
  align-items: center;
  font-size: 15px;
}

.slide-section .slider-news-section .slider-news-title span > i {
  position: relative;
  bottom: 3px;
  font-size: 14px;
  margin-left: 5px;
}
.slide-section .slider-news-section .slider-news-title span > h1,
.slide-section .slider-news-section .slider-news-title > h1 {
  font-size: 15px;
  margin-right: 5px;
  margin-bottom: 0.3rem;
}
.slide-section .slider-news-section .slider-news-title > h1 {
  color: #6610f2;
}

.slide-section .slider-ad-section {
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}
.slide-section .slider-ad-section img {
  width: 100%;
  height: auto;
  display: block;
}
.slide-section .slider-ad-section .slider-ad-section-title {
  width: 100%;
  display: flex;
  min-height: 30px;
  justify-content: space-between; /* فاصله مناسب بین آیتم‌ها */
  align-items: center;
  flex-wrap: wrap; /* جلوگیری از بیرون زدن در صفحات کوچک */
  overflow: hidden;
  cursor: pointer;
}

.slide-section
  .slider-ad-section
  .slider-ad-section-title:hover
  .slider-ad-section-title-text
  > h1,
.slide-section
  .slider-ad-section
  .slider-ad-section-title:hover
  .slider-ad-section-title-number {
  color: #bb0000;
}

.slide-section
  .slider-ad-section
  .slider-ad-section-title
  .slider-ad-section-title-text {
  display: flex;
  align-items: center;
  gap: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  justify-content: center;
}

.slide-section
  .slider-ad-section
  .slider-ad-section-title
  .slider-ad-section-title-text
  > h1 {
  font-size: 15px;
  margin-bottom: 0;
  font-family: "Nassim";
  color: #666;
  margin-right: 5px;
}
.slide-section
  .slider-ad-section
  .slider-ad-section-title
  .slider-ad-section-title-text
  > i,
.slide-section
  .slider-ad-section
  .slider-ad-section-title
  .slider-ad-section-title-number {
  font-size: 16px;
  color: #666;
}
.slide-section
  .slider-ad-section
  .slider-ad-section-title
  .slider-ad-section-title-number {
  font-size: 20px;
  overflow: hidden;
  color: #666;
  font-family: "Nassim";
}
.slide-section .slider-ad-section .slider-ad-section-hot-topic {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  gap: 5px;
  margin-top: 10px;
}
.slide-section .slider-ad-section .slider-ad-section-hot-topic > .title {
  width: 100%;
  font-weight: bold;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: start;
  color: #bb0000;
  gap: 5px;
  font-family: "NassimN";
  transition: margin 0.3s ease;
}

.slide-section .slider-ad-section .slider-ad-section-hot-topic .title i {
  font-size: 14px;
  margin-left: 3px;
}

.slide-section
  .slider-ad-section
  .slider-ad-section-hot-topic
  .slider-hot-topic-list {
  font-size: 15px;
  border-top: solid #dfdfdd !important;
  background-color: #fff;
  padding: 5px 12px;
  text-align: justify;
  height: 165px;
  border: solid #dfdfdf;
  border-width: 0 0 1px 1px;
}
.slide-section
  .slider-ad-section
  .slider-ad-section-hot-topic
  .slider-hot-topic-list
  > li {
  display: inline;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.2s ease;
  font-size: 15px;
  font-family: "NassimN";
  color: #254d6b;
  cursor: pointer;
  font-weight: normal;
  margin: -2px;
  padding: 1px;
}

.slide-section
  .slider-ad-section
  .slider-ad-section-hot-topic
  .slider-hot-topic-list
  > li::after {
  width: 1px;
  content: "";
  display: inline-block;
  border-left: 1px solid #b7b7b7;
  height: 12px;
  position: relative;
  bottom: -3px;
  margin: 0 5px;
}

.slide-section .slider-ad-section .slider-ad-section-hot-topic:hover .title {
  margin-right: 5px;
}
.slide-section
  .slider-ad-section
  .slider-ad-section-hot-topic
  .slider-hot-topic-list
  > li:hover {
  color: #bb0000;
}
/****************** Image Box ***********************/

.slider-featured-main-section:hover img {
  transform: scale(1.01);
}
.MC-image {
  position: relative;
}
.MC-image img {
  position: relative;
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: transform 1s ease;
}

.MC-imageContent {
  position: absolute;
  bottom: 3px;
  right: 10px;
  color: white;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}
.MC-imageContent h2 {
  font-family: "Tahoma";
  font-size: 2vw;
}
.MC-imageContent h3,
.MC-imageContent h2 {
  margin: 0;
}
.slide-section .slider-featured .slider-featured-list .slider-featured-card-box .BimageContent {
  display: flex;
  flex-direction: column;
  align-items: start;
  overflow: hidden;
}
.slide-section .slider-featured .slider-featured-list .slider-featured-card-box:hover .BimageContent > h1,
.slide-section .slider-featured .slider-featured-list .slider-featured-card-box:hover .BimageContent > h2 {
  color: #770505;
}
.slide-section .slider-featured .slider-featured-list .slider-featured-card-box h1 {
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #555;
  margin: 0 0 5px;
  padding: 0;
  width: 100%;
}
.slide-section .slider-featured .slider-featured-list .slider-featured-card-box h2 {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

.slide-section .slider-featured .slider-text-slideshow > h2 {
  font-size: 16px;
  display: flex;
  text-align: center;
  white-space: nowrap;
  font-family: "Nassim";
  margin-bottom: 0;
  padding-top: 4px;
  margin-right: 10px;
}
.slider-text-slideshow {
  display: flex;
  width: 100%;
  height: 23px;
  margin: 3px 0;
}

.slider-text-slideshow .textSlider li {
  font-size: 15px;
  display: flex;
  justify-content: start;
  align-items: center;
  width: 100%;
  height: 40px;
}

.slider-text-slideshow .textSlider li a {
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
  margin: 0;
  margin-right: 7px;
  font-family: "Nassim";
  font-size: 17px;
  height: 100%;
  margin-bottom: 1px;
}
.slider-text-slideshow .textSlider {
  width: 100%;
}
.slider-text-slideshow section {
  width: 100%;
  overflow: hidden;
}
/* Media Screens */
@media screen and (max-width: 768px) {
  .slide-section .slider-news-section {
    display: none;
  }
  .slide-section .slider-ad-section {
    width: 100%;
  }
  .slide-section .slider-featured {
    width: 70%;
  }
  .slide-section .slider-ad-section img {
    height: 700px;
  }
  #prev-slide,
  #next-slide {
    display: none;
  }
}

@media screen and (max-width: 425px) {
  .slide-section {
    flex-direction: column;
  }
  .splide__list > li.splide__slide {
    height: auto !important;
  }
  .slide-section .slider-featured {
    width: 100%;
    margin-bottom: 80px;
  }
  .slide-section {
    flex-direction: column;
  }
  .slide-section .slider-news-section {
    display: flex;
    width: 100%;
  }
  .slide-section .slider-featured .slider-featured-list .slider-featured-list-container {
    flex-direction: column;
    height: auto;
  }
  .slide-section .slider-ad-section .slider-ad-section-hot-topic {
    display: none;
  }
  .slide-section .slider-featured .slider-featured-list .slider-featured-card-box {
    width: 100%;
    height: 100%;
    padding: 5px 7px;
  }
  .slide-section .slider-featured .slider-featured-list {
    height: auto;
  }
  .slide-section {
    width: 100%;
  }
  .slide-section .slider-ad-section img {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
  .slide-section .slider-ad-section .slider-ad-section-title {
    display: none;
  }
  .slider-featured .slider-featured-main .slider-featured-content > h2 {
    font-size: 17px !important;
  }
  .slider-featured .slider-featured-main .slider-featured-content > h3 {
    font-size: 20px;
  }
  .slider-text-slideshow .textSlider li p {
    font-size: 12px;
  }
  .adds img {
    height: 100px;
  }
}

/* تبلیغات */

.adds {
  box-sizing: border-box;
  text-align: center;
}

.adds img {
  width: 100%;
  display: block;
  margin: auto;
}
