.special-h1::after ,.special-div::after{
  content: "خبر ویژه";
  padding: 0 5px;
  border-radius: 5px;
  background-color: var(--secondary-color);
  font-weight: 400;
  color: #fff;
  font-size: 0.8rem;
}
.special-h1::after {
  margin-right: 10px;
  text-shadow: none;
  vertical-align: middle;
}
.special-div::after {
  position: absolute;
  top: 40px;
  right: 40px;

  box-shadow: rgb(0 0 0 / 18%) 0 2px 5px;
}
.mag-description {
  font-size: 0.8rem;
  color: var(--text-color2);
}
.news-div {
  position: relative;
  text-align: justify;
  position: relative;
  padding: 30px;
  border-radius: 5px;
}
.news-div:hover {
  box-shadow: rgb(0 0 0 / 18%) 0 19px 55px;
}
.news-div img {
  margin-bottom: 10px;
  border-radius: 5px;
}
.news-div h2 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 10px;
  color: #000;
}
img {
  max-width: 100% !important;
  height: auto;
}
.breadcrumbs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  gap: 5px;
  font-size: 0.8rem;
  text-shadow: rgb(104 104 104 / 45%) 1px 1px 3px;
}
.breadcrumbs a {
  color: #fff;
}
.breadcrumbs a::after {
  content: ">";
  margin-right: 5px;
  color: var(--secondary-color);
}
.date-time-div {
  display: flex;
  gap: 50px;
  font-size: 0.8rem;
  text-shadow: rgb(104 104 104 / 45%) 1px 1px 3px;
}
.date-time-div i {
  margin-left: 5px;
  vertical-align: middle;
}
article {
  padding-top: 30px;
  line-height: 2;
}
article a,
article a:hover {
  color: var(--secondary-color);
}
h3 {
  margin-bottom: 5px;
  margin-top: 10px;
  color: #000;
}
.swiper a {
  text-align: justify;
}
.search-div {
  position: relative;
  margin: auto 0;
}
.search-div input {
  padding-left: 50px;
}
.search-div button {
  border: none;
  border-radius: 5px 0 0 5px;
  background: none;
  position: absolute;
  left: 0;
  margin: 0px 12px;
  height: 100%;
  width: 45px;
  color: #fff;
  background-color: var(--secondary-color);
}
.search-div i {
  padding: 5px;
}
@media (max-width: 992px) {
  .search-div {
    margin: 5px 0;
  }
}
