﻿@font-face {
    font-family: "IRANYekanRegular";
    src: url("https://cdn.lifee.ir/msfi/Tools/Fonts/IRANYekanRegular.ttf") format("truetype");
}

@font-face {
    font-family: "IRANYekanBold";
    src: url("https://cdn.lifee.ir/msfi/Tools/Fonts/IRANYekanBold.ttf") format("truetype");
}

@font-face {
    font-family: "iranyekanPersionNumber";
    src: url("https://cdn.lifee.ir/msfi/Tools/Fonts/persianNumber/iranyekanPersionNumber.woff") format("woff");
}
body {
  font-family: "iranyekanPersionNumber", "IRANYekanRegular";
  
  background-color: #f8f8f8;
}

.parent {
  margin: 0;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  color: #202020;
}

a {
  text-decoration: none;
  color: #202020;
}

a:hover {
  color: #202020;
}

p {
  padding: 0;
  margin: 0;
}

ul {
  list-style: none;
}

/* ------------------------ HomePage -------------------- */
.rootHeaderMobile {
  display: flex;
  flex-direction: row;
  padding-bottom: 1rem;
  padding-top: 1rem;
  width: 100%;
  height: 3.5rem;
}

.Menu-Logo {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  width: 27%;
}

.Menu-Icon {
  font-size: 1.5rem;
  line-height: 0;
}

.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 85%;
  padding: 0;
}

.Logo {
  width: 2rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.Logo img {
  width: 100%;
  height: 100%;
}

.Language-Search {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
  width: 73%;
  justify-content: flex-end;
}

.Search {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  background-color: #5570f1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 6px 12px rgba(85, 112, 241, 0.6);
}

.Search i {
  font-size: 0.75rem;
  color: white;
  line-height: 0;
}

.SerachBar {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  width: 80%;
  justify-content: flex-end;
}

.Input-Search {
  border: none;
  background-color: white;
  border-radius: 1rem;
  height: 1.75rem;
  width: 88%;
  max-width: 15.188rem;
}

.Search-Page {
  width: 100%;
  height: calc(100vh - 3rem);
  z-index: 500;
  background-color: white;
  display: none;
  padding: 1.5rem 1.5rem;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.headerSearchBox {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 0.75rem;
  color: #7c7c7c;
}

.headerSearchBox span:last-child {
  color: #5570f1;
  font-weight: 700;
}

.searchBox {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 3rem;
  align-items: center;
  gap: 0.5rem;
  border-bottom: 0.031rem solid #7c7c7c;
  padding-bottom: 1.5rem;
}

.searchArrow {
  font-size: 2rem;
  width: 2rem;
  height: 2rem;
  color: #3f4064;
}

.InputSearch {
  width: 80%;
  height: 2.5rem;
  font-size: 1rem;
  display: flex;
  align-items: center;
}

.InputSearch input {
  width: 100%;
  height: 2rem;
  border: none;
  outline: none;
}

.Cross {
  line-height: 0;
  font-size: 1.25rem;
  width: 10%;
  display: none;
  justify-content: flex-end;
  height: 2rem;
  align-items: center;
}

.resultSearch {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  overflow: scroll;
  padding-top: 1rem;
}

.itemResult {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  width: 100%;
}

.itemSearch {
  display: flex;
  flex-direction: column;
  font-size: 0.75rem;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: auto;
  margin-bottom: 0;
}

.resultSearch i {
  font-size: 1rem;
  line-height: 0;
  color: #202020;
}

.InputSearch input::placeholder {
  font-size: 0.75rem;
  color: #7c7c7c;
  line-height: 0.5rem;
}

.Input-Search input {
  border: none;
  background-color: white;
  border-radius: 1rem;
  height: 100%;
  width: 100%;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  font-size: 0.625rem;
  outline: none;
}

.MobileMenu {
  position: absolute;
  top: 3.5rem;
  width: 100%;
  height: 100vh;
  background-color: #f8f8f8;
  z-index: 1000;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: none;
  border-top: 0.031rem solid #dde2e5;
  padding: 0;
  flex-direction: column;
  gap: 0.313rem;
}

.Link-ListM {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  height: auto;
  margin: 1rem 1.5rem;
  margin-bottom: 0;
  justify-content: center;
}

.Link-ListM a:last-child {
  width: 100%;
}

.Link-ListM a {
  width: 47%;
  height: 2.5rem;
  background-color: white;
  font-size: 0.6rem;
  font-weight: 700;
  color: #5570f1;
}

.LinkList-Item {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.IconLink {
  width: 1rem;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.IconLink img {
  width: 100%;
  height: 100%;
}

.LinkList-Item i {
  font-size: 0.75rem;
  line-height: 0;
}

.BoxMenu {
  height: calc(100% - 18rem);
  overflow: scroll;
  display: flex;
  margin: 0 1.5rem;
}

.MobileMenu .Menu {
  display: flex;
  flex-direction: column;
  height: auto;
  width: 100%;
}

.itemMenu {
  border-bottom: 0.031rem solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.itemMenu:hover span:not(.menuDetails span) {
  color: #5570f1;
  font-weight: bold;
}

.itemMenu span {
  font-size: 0.75rem;
}

.itemMenu:last-child {
  border-bottom: none;
}

.icon {
  line-height: 0;
  font-size: 0.5rem;
}

.DetailsMenu {
  display: flex;
  flex-direction: column;
}

.DetailsMenu .item:hover {
  color: #5570f1;
  font-weight: bold;
}

.menuDetails span:hover,
.DetailsMenu:hover {
  color: #5570f1;
  font-weight: bold;
}
.menuDetails a {
  width: 100%;

}

.itemMenu:last-child:hover {
  border-bottom: none;
}

.DetailsMenu:hover .menuDetails {
  display: flex;
}

.rootHeaderMobile .menuDetails a {
  width: 13rem;
}

.DetailsMenu:hover .icon {
  transform: rotate(180deg);
}

.item {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  font-size: 0.75rem;
}

.menuDetails {
  padding-top: 0.75rem;
  padding-bottom: 0.25rem;
  display: none;
  flex-wrap: wrap;
  column-gap: 1rem;
  row-gap: 1rem;
  width: 100%;
  justify-content: space-between;
  padding-left: 1.813rem;
  padding-right: 1.813rem;
}

.Language {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Language span {
  font-size: 0.875rem;
  font-weight: bold;
  color: #202020;
}

.rootHeaderDesktop {
  display: none;
}

.root_Menu {
  display: none;
}

.root_main {
  width: 100%;
  overflow: hidden;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* Start Swiper Slider Top*/

.TopSlider {
  position: relative;
  width: 100%;
}
.TopSlider .Slider {
  /* margin-bottom: 2.188rem; */
  height: 14rem;
  background-color: white;
}

.root-SpecialPagesM .Slider {
  margin-bottom: 1.5rem;
  height: 22rem;
  background-color: white;
  margin-top: 0.5rem;
}

.TopSlider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.root-SpecialPagesM .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.TopSlider .swiper-slide {
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100% !important;
  height: 14rem;
  flex-direction: column;
  gap: 1rem;
  /* padding: 1rem; */
  position: relative;
}

.root-SpecialPagesM .swiper-slide {
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100% !important;
  height: 22rem;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
}

.TopSlider .Image-Slide {
  width: 100%;
  height: 14rem;
  overflow: hidden;
}
.TopSlider .cover-title-slider {
  position: absolute;
  background-color: red;
  z-index: 2000;
  width: 100%;
  height: 3.5rem;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 16.72%,
    rgba(0, 0, 0, 0.41) 24.47%,
    rgba(0, 0, 0, 0.69) 36.51%,
    #000 68.78%
  );
  display: flex;
  align-items: center;
  padding: 0 0.5rem;
  padding-top: 0.5rem;
}

.TopSlider .cover-title-slider span {
  color: white;
  font-size: 0.875rem;
  font-weight: 900;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.root-SpecialPagesM .Image-Slide {
  width: 100%;
  height: 12rem;
  overflow: hidden;
}

.TopSlider .Image-Slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.root-SpecialPagesM .Image-Slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.TopSlider .Content-Slide {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}

.root-SpecialPagesM .Content-Slide {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.TopSlider .Title-Content {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.root-SpecialPagesM .Title-Content {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.TopSlider .Title-Content span {
  font-size: 1.125rem;
  color: #202020;
  font-weight: 900;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: auto;
}

.root-SpecialPagesM .Title-Content span {
  font-size: 1.125rem;
  color: #202020;
  font-weight: 900;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: auto;
}

.TopSlider .Title-Content p {
  display: flex;
  flex-direction: column;
  font-size: 0.75rem;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: auto;
  margin-bottom: 0;
  text-align: justify;
}

.root-SpecialPagesM .Title-Content p {
  display: flex;
  flex-direction: column;
  font-size: 0.75rem;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: auto;
  margin-bottom: 0;
}

.Data-Viewer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.Viewer {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.25rem;
}

.eye {
  line-height: 0;
  font-size: 0.75rem;
  color: #5570f1;
}

.viewer-count {
  font-size: 0.75rem;
  font-weight: 700;
  color: #5570f1;
}

.Data {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 85%;
}

.Data .data {
  font-size: 0.75rem;
  font-weight: 700;
  color: #5570f1;
  padding-left: 0.5rem;
  border-left: 1px solid #e5e5e5;
}

.Data .category {
  font-size: 0.75rem;
  font-weight: 700;
  color: #5570f1;
  padding-right: 0.5rem;
  max-width: 67%;
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Content-Slide .Data .category {
  border-left: none;
}

.Data-Viewer .share {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  padding-right: 0.5rem;
  cursor: pointer;
}

.Data-Viewer .share i {
  line-height: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #5570f1;
}

.Data-Viewer .sharing {
  font-size: 0.75rem;
  font-weight: bold;
  color: #5570f1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.TopSlider .swiper-pagination {
  position: absolute;
  top: auto;
  margin: 0;
  direction: rtl;
  bottom: 1rem !important;
  margin-left: auto;
  margin-right: auto;
}

.root-SpecialPagesM .swiper-pagination {
  position: absolute;
  top: auto;
  margin: 0;
  direction: ltr;
  bottom: 1rem !important;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.TopSlider .swiper-pagination-bullet {
  border-radius: 0;
  text-align: center;
  line-height: 1.5rem;
  font-size: 0.625rem;
  color: #000;
  opacity: 1;
  margin: 0 0.25rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.125rem;
  background-color: transparent;
}

.root-SpecialPagesM .swiper-pagination-bullet {
  border-radius: 0;
  text-align: center;
  line-height: 1.5rem;
  font-size: 0.625rem;
  color: #000;
  opacity: 1;
  margin: 0 0.25rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.125rem;
  background-color: transparent;
}

.TopSlider .swiper-pagination-bullet-active {
  color: #fff;
  background: #5570f1;
}

.root-SpecialPagesM .swiper-pagination-bullet-active {
  color: #fff;
  background: #5570f1;
}

/* End Swiper Slider Top*/

.Title-EachSection {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.5rem;
  border-bottom: 0.031rem solid #e5e5e5;
}

.TitlePage {
  font-size: 0.875rem;
  font-weight: 700;
  color: #202020;
}

.AllSee {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}

.AllSee i {
  font-size: 0.625rem;
  color: #5570f1;
  line-height: 0;
}

.AllSee span {
  font-size: 0.625rem;
  color: #5570f1;
}

.BoxNews-SeeMore {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.Wrapper-Box-News {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.SeeMore {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
  justify-content: flex-end;
}

.SeeMore span {
  font-size: 0.75rem;
  font-weight: 700;
  color: #5570f1;
}

.ArrowBadge {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #5570f1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.ArrowBadge i {
  font-size: 1rem;
  color: white;
  line-height: 0;
}

.Card-News {
  width: 100%;
  height: 23rem;
  padding: 0.5rem;
  background-color: white;
  justify-content: space-between;
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}

.Image-Content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.NewsImage {
  width: 100%;
  height: 13rem;
  overflow: hidden;
}

.NewsImage img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  object-position: top;
}

.NewsContent {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}

.NewsContent .title {
  font-size: 0.75rem;
  font-weight: 700;
  color: #202020;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: auto;
  width: 100%;
}

.descript {
  font-size: 0.625rem;
  color: #7c7c7c;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: auto;
  margin-bottom: 0;
  width: 100%;
  text-align: right;
}

.News-Viewer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.News-Viewer .Viewer {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.25rem;
}

.News-Viewer .eye {
  line-height: 0;
  font-size: 0.75rem;
  color: #5570f1;
}

.News-Viewer .viewer-count {
  line-height: 0;
  font-size: 0.75rem;
  font-weight: 700;
  color: #5570f1;
}

.News-Viewer .Data {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 80%;
}

.News-Viewer .Data .data {
  font-size: 0.75rem;
  font-weight: 700;
  color: #5570f1;
  padding-left: 0.5rem;
  border-left: 1px solid #e5e5e5;
}

.root-LastPart {
  display: grid;
  grid-template-areas:
    "partTwo"
    "partOne"
    "partThree";
  gap: 1.5rem;
  grid-template-columns: 100%;
}

.partOne {
  grid-area: partOne;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.MostVisited-News {
  box-shadow: 0px 2px 8px 0px #0000001a;
  width: 100%;
  height: auto;
  background-color: white;
  padding: 0.5rem;
  flex-direction: column;
  display: flex;
}

.Box-NewsVisited {
  display: flex;
  flex-direction: column;
}

a.NewsVisited {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  flex-direction: row;
  border-bottom: 0.031rem solid #eeeeee;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  width: 100%;
}

a.NewsVisited:last-child {
  border: none;
}
.Badge-News {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 6px 12px 0px #5570f199;
  background-color: #5570f1;
  color: white;
  font-size: 0.875rem;
  font-weight: bold;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
}

.News-Topic {
  font-size: 0.75rem;
  color: #202020;
  width: 90%;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: auto;
}

.MostVisited-News .Title-EachSection {
  border: none;
  margin-bottom: 0;
}

.Box-Advertise {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.partTwo {
  grid-area: partTwo;
}

.partThree {
  grid-area: partThree;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.partTwo {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.News {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.SpecialPagesMobile {
  margin-bottom: 0;
}

.Wrapper-News {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.Wrapper-News .Card-News {
  width: 48.5%;
  height: 17rem;
  padding: 0.5rem;
  background-color: white;
}

.Wrapper-News .Image-Content {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.Wrapper-News .NewsImage {
  width: 100%;
  height: 8.25rem;
  overflow: hidden;
}

.Wrapper-News .NewsImage img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.Wrapper-News .Descript-Viewer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 7.25rem;
}

.Wrapper-News .descript {
  font-size: 0.625rem;
  color: #202020;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: auto;
  margin-bottom: 0;
  width: 100%;
  font-weight: 700;
}

.Wrapper-News .News-Viewer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
}

.Wrapper-News .News-Viewer .Viewer {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.25rem;
}

.Wrapper-News .News-Viewer .eye {
  line-height: 0;
  font-size: 0.5rem;
  color: #5570f1;
}

.Wrapper-News .News-Viewer .viewer-count {
  line-height: 0;
  font-size: 0.5rem;
  font-weight: 700;
  color: #5570f1;
}

.Wrapper-News .News-Viewer .Data {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.Wrapper-News .News-Viewer .Data .data {
  font-size: 0.5rem;
  font-weight: 700;
  color: #5570f1;
  padding-left: 0.25rem;
  border-left: 1px solid #e5e5e5;
}

.News-Viewer .Data .category {
  font-size: 0.5rem;
  font-weight: 700;
  color: #5570f1;
  padding-right: 0.25rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 56%;
}

.Card-News .News-Viewer .Data .category-main {
  font-size: 0.75rem;
  font-weight: 700;
  color: #5570f1;
  padding-right: 0.5rem;
  width: 59%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.root-SpecialPagesD {
  display: none;
}

.root-SpecialPagesD .data {
  border: none;
}

.root-SpecialPagesM {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.AnotherNews {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.AnotherNews-TheLastPart {
  display: none;
}

.Card {
  width: 100%;
  height: 16rem;
  background-color: white;
}

.Item {
  width: 100%;
}

.imgEdu {
  width: 100%;
  height: 8rem;
}

.imgEdu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.BoxNewsEdu {
  margin: 0 0.5rem 0 0.5rem;
  display: flex;
  flex-direction: column;
}

.BoxNewsEdu .mainNews {
  margin: 0.5rem 0;
  font-size: 0.75rem;
  font-weight: bold;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: auto;
}

.BoxNewsEdu .News {
  font-size: 0.625rem;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: auto;
  border-top: 1px solid #eeeeee;
  line-height: 1.75rem;
}

.News:last-child {
  border-bottom: none;
}

.SpecialPages {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
}

.Special {
  width: 19.5rem;
  height: 13rem;
  overflow: hidden;
}

.Special img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.Warning {
  width: 100%;
  overflow: hidden;
}

.Warning img {
  width: 100%;
  object-fit: cover;
}

.Advertise {
  width: 19.5rem;
  height: auto;
  overflow: hidden;
}

.Advertise img {
  width: 100%;
  object-fit: cover;
}

.Last-Directives {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  background-color: white;
  padding: 1rem;
}

.Last-Directives .Title-EachSection {
  border: none;
}

.Box-Directives {
  display: flex;
  flex-direction: column;
}

a.Item-Directives {
  display: flex;
  align-items: flex-start;
  padding-top: 0.313rem;
  padding-bottom: 0.313rem;
  border-bottom: 0.031rem solid #eeeeee;
}
a.Item-Directives:last-child {
  border: none;
}

.Release-Time {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  width: 6rem;
}

.Release-Time i {
  font-size: 0.65rem;
  color: #5570f1;
  line-height: 0;
}

.Release-Time span {
  font-size: 0.65rem;
  color: #5570f1;
}

.Subject {
  font-size: 0.625rem;
  color: #202020;
  width: 70%;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: auto;
  margin-bottom: 0;
}
.topPage .Subject {
  font-size: 0.625rem;
  color: #202020;
  width: 100%;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: auto;
  margin-bottom: 0;
}
.poster {
  width: 100%;
  height: auto;
  overflow: hidden;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
}
.poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.City {
  color: #202020;
  font-weight: 700;
  font-size: 0.75rem;
}

.Sub {
  font-size: 0.625rem;
  color: #202020;
  font-weight: 400;
}

.root-Footer {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #202020;
}

.root-Footer .Title-Logo {
  justify-content: center;
}

.Body-Footer {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  gap: 1.5rem;
  display: flex;
  flex-direction: column;
}

.Title-Logo {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  padding-bottom: 0.5rem;
  justify-content: flex-start;
}

.rootHeaderDesktop .Title-Logo {
  padding-bottom: 0;
  width: 81%;
}

.rootHeaderDesktop .Title-Logo .Title,
.root-Footer .Title-Logo .Title {
  padding-bottom: 0;
}

.Title-Logo .Logo {
  width: 4.5rem;
  height: 3.375rem;
}

.Title-Logo .Title {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}

.Title-Logo .Title .Fr {
  font-size: 1.125rem;
  font-weight: 700;
  color: white;
  text-align: center;
}

.Title-Logo .Title .En {
  font-size: 0.75rem;
  font-weight: 400;
  color: white;
  text-align: center;
}

.Content-Footer {
  margin: 1rem 0;
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  width: 17rem;
}

.Box-Contact {
  width: 45%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
}

.Box-Contact i {
  font-size: 1rem;
  line-height: 0;
  color: white;
}

.Box-Contact span {
  font-size: 0.625rem;
  direction: ltr;
  color: white;
}

/* .RelatedLink {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  gap: 1.25rem;
} */

.RSS {
  width: 44%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: white;
}

.Box-RelatedLink {
  width: 47%;
  list-style: none;
  font-size: 0.625rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0;
  margin: 0;
  color: white;
}

.Box-RelatedLink .Titr {
  font-size: 0.875rem;
  font-weight: 700;
}

.Enmad {
  max-width: 50%;
  width: 7.813rem;
  height: 8.5rem;
  overflow: hidden;
}

.Enmad img {
  width: 100%;
  object-fit: cover;
}
.slider-poster-directives {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
}

/* ------------------------ singlepage -------------------- */

.root-Mainsingle {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.Rightside-Mainsingle {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 1rem;
}

.Leftside-Mainsingle {
  display: none;
}

.Content-Orginal {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 18.5rem);
}

.Original-Title {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: white;
  padding: 1rem;
  gap: 1rem;
  height: 34.875rem;
}
.Sharing {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin: 0.5rem 0 1rem 0;
}
.Sharing span {
  font-size: 0.625rem;
  color: #202020;
}

.Social-Networks {
  display: flex;
  gap: 0.75rem;
}
.Social-Networks img {
  width: 1.5rem;
  height: 1.5rem;
}

.Image-Original-Title {
  width: 100%;
  height: 17.5rem;
  overflow: hidden;
}

.Image-Original-Title img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.Data-Viewer-Original-Title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.5rem;
}

.Titr-Data-Viewer {
  font-size: 1.125rem;
  font-weight: 700;
  text-align: justify;
  color: #202020;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: auto;
  width: 100%;
}

.discript-Data-Viewer-Original-Title {
  font-size: 0.75rem;
  font-weight: 400;
  text-align: justify;
  color: #202020;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: auto;
  width: 100%;
}

.News-Singlepage {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
font-size:0.75rem;
}

.Title {
  font-size: 0.875rem;
  font-weight: 700;
  padding-bottom: 0.5rem;
}

.News-Singlepage-Description {
  font-size: 0.75rem;
  font-weight: 400;
  text-align: justify;
  padding: 1rem;
  background-color: white;
}

.Photo-Album-Singlepage {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.fotorama__img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.fotorama__wrap {
  display: flex;
  flex-direction: column;
  gap: 1.625rem;
}

.fotorama__stage {
  object-fit: fill;
  overflow: cover;
}

.fotorama__active {
  margin-bottom: 2rem !important;
}

.fotorama__img {
  opacity: 0.2 !important;
}

.fotorama__active .fotorama__img {
  opacity: 1 !important;
}

.fotorama__nav {
  display: flex !important;
  justify-content: center !important;
}

.fotorama__nav__shaft {
  display: flex !important;
  justify-content: center !important;
  gap: 1rem !important;
}

.fotorama__nav--thumbs .fotorama__nav__frame {
  width: 4rem !important;
  height: 4rem !important;
}

.fotorama1687346786232 .fotorama__nav--thumbs .fotorama__nav__frame {
  width: 4rem !important;
  height: 4rem !important;
}

.fotorama__thumb-border {
  border: none !important;
}

.Attachfiles-Singlepage {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.All-File-Attachfiles-Singlepage {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  flex-wrap: wrap;
}

.Film-File-Video-Singlepage {
  width: 100% !important;
  height: 15rem;
  object-fit: cover;
  max-height: fit-content;
}

.File-Attachfiles-Singlepage {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  background-color: white;
  width: 5.813rem;
  height: 5.813rem;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.File-Attachfiles-Singlepage img {
  width: 1.5rem;
  height: 1.5rem;
}

.Name-File-Attachfiles-Singlepage {
  font-size: 0.75rem;
  font-weight: 700;
}

.Download-File-Attachfiles-Singlepage {
  font-size: 0.5rem;
  font-weight: 700;
  color: #5570f1;
}

.Video-Singlepage {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.File-Video-Singlepage {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.buttonVideo {
  position: absolute;
  z-index: 1000;
  width: 2.5rem;
  height: 2.5rem;
  background-color: white;
  opacity: 0.6;
  display: flex;
  align-items: center;
  justify-content: center;
}

.buttonVideo i {
  color: #202020;
  line-height: 0;
  font-size: 1.25rem;
}

.Related-Posts-Singlepage {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.Carts-Conrainer-Related-Posts-Singlepage {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 0.5rem;
  justify-content: center;
}

.Carts-Conrainer-Related-Posts-Singlepage .Card-News {
  width: 100%;
}

.Carts-Conrainer-Related-Posts-Singlepage .Card-News .News-Viewer .data {
  font-size: 0.5rem;
  padding-left: 0.25rem;
}

.Carts-Conrainer-Related-Posts-Singlepage
  .Card-News
  .News-Viewer
  .category-main {
  font-size: 0.5rem;
  padding-right: 0.25rem;
}

.Carts-Conrainer-Related-Posts-Singlepage .Card-News .News-Viewer .eye {
  font-size: 0.5rem;
}

.Carts-Conrainer-Related-Posts-Singlepage
  .Card-News
  .News-Viewer
  .viewer-count {
  font-size: 0.5rem;
}

.Sidemobile-Singlepage {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 1.5rem;
}

.Comments-Singlepage {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.Box-Comments {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.Body-Comments-Singlepage {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background-color: white;
  padding: 1rem;
  width: 100%;
  height: auto;
}

.Line1-Body-Comments-Singlepage {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
}

.Name-Line1-Body-Comments-Singlepage {
  font-size: 0.75rem;
  font-weight: 400;
}

.Date-Line1-Body-Comments-Singlepage {
  font-size: 0.75rem;
  font-weight: 400;
  color: #7c7c7c;
}

.Line2-Body-Comments-singlepage {
  font-size: 0.75rem;
  font-weight: 700;
  text-align: justify;
}

.View-Comments-Singlepage {
  font-size: 0.75rem;
  font-weight: 700;
  color: #5570f1;
  display: flex;
  justify-content: center;
  text-decoration: underline;
  margin-top: 0.5rem;
}

.Register-comments-Singlepage {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.Contenttext-Register-comments-Singlepage {
  font-size: 0.75rem;
  font-weight: 400;
  text-align: justify;
}

.Form-Register-comments-Singlepage {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.Inputs-Form-Register-comments-Singlepage {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.Test-Input-Form-Register-comments-Singlepage {
  font-size: 0.75rem;
  font-weight: 400;
  color: #7c7c7c;
  width: 100%;
  height: 2.5rem;
  border: 0.5px solid #7c7c7c;
  padding-right: 0.75rem;
}

.Email-Form-Register-comments-Singlepage {
  font-size: 0.75rem;
  font-weight: 400;
  color: #7c7c7c;
  width: full;
  height: 2.5rem;
  border: 0.5px solid #7c7c7c;
  padding-right: 0.75rem;
}

.Textarea-Register-comments-Singlepage {
  font-size: 0.75rem;
  font-weight: 400;
  color: #7c7c7c;
  border: 0.5px solid #7c7c7c;
  padding: 0.75rem;
  width: full;
  height: 11.688rem;
}

.Btn-Form-Register-comments-Singlepage {
  display: flex;
  justify-content: center;
}

.Button-Form-Register-comments-Singlepage {
  background-color: #5570f1;
  color: white;
  font-size: 0.875rem;
  font-weight: 700;
  width: 100%;
  height: 2.5rem;
  outline: none;
  border: none;
  box-shadow: 0px 6px 12px 0px rgba(85, 112, 241, 0.6);
}

/* ------------------------ slider single page -------------------- */
img {
  vertical-align: middle;
}

/* Position the image container (needed to position the left and right arrows) */
.sliderSingle {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  height: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
  width: 100%;
  height: auto;
  max-height: 19.625rem;
  overflow: hidden;
}

.mySlides img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #202020;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  display: none;
}

/* Position the "next button" to the right */
.next {
  left: 0;
  border-radius: 3px 0 0 3px;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row {
  display: flex;
  gap: 1rem;
  align-items: center;
  height: 5rem;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.column {
  width: 3rem;
  height: 4rem;
  padding: 0;
  display: flex;
  align-items: flex-end;
}

.column img {
  width: 100%;
  height: 3rem;
  object-fit: cover;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

/* ------------------------ Listpage -------------------- */
.root_ListPage {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  padding-top: 1rem;
}

.Box-ListPage {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.MainList {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
}

.SideBar-News {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 1.5rem;
  width: 100%;
}

.ItemList {
  display: flex;
  flex-direction: column;
  background-color: white;
  gap: 1.5rem;
  padding: 0.5rem;
  width: 100%;
}

.content-listPage {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.image-Content-listPage {
  width: 100%;
  height: 8.25rem;
  overflow: hidden;
}

.image-Content-listPage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.title-Content-listPage {
  font-size: 0.75rem;
  font-weight: 700;
  color: #202020;
  width: 100%;
}

.descrip-Content-listPage {
  font-size: 0.625rem;
  font-weight: 400;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: auto;
  width: 100%;
  color: #7c7c7c;
  text-align: justify;
}

.Data-Viewer-listPage {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.Viewer-listPage {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.25rem;
}

.eye-listPage {
  line-height: 0;
  font-size: 0.75rem;
  color: #5570f1;
}

.viewer-count-listPage {
  line-height: 0;
  font-size: 0.75rem;
  font-weight: 700;
  color: #5570f1;
}

.Data-listPage {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.Data-listPage .data-listPage {
  font-size: 0.75rem;
  font-weight: 700;
  color: #5570f1;
  padding-left: 0.5rem;
  border-left: 1px solid #e5e5e5;
}

.Data-listPage .category-listPage {
  font-size: 0.75rem;
  font-weight: 700;
  color: #5570f1;
  padding-right: 0.5rem;
}

/* ------------------------ pagination -------------------- */
.Pagination-SpecialNews {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.Border-Pagination-SpecialNews {
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #7c7c7c;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Border-Pagination-SpecialNews .arrow {
  width: 0.625rem;
  height: 0.5rem;
  color: #7c7c7c;
}

.Arrow-Border-Pagination-SpecialNews {
  line-height: 0px;
}

.Border1-Pagination-SpecialNews {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 2px;
  background-color: #5570f1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Text-Border1-Pagination-SpecialNews {
  color: white;
  font-size: 0.625rem;
  font-weight: 400;
}

.Border2-Pagination-SpecialNews {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 2px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Text2-Border1-Pagination-SpecialNews {
  color: black;
  font-size: 0.625rem;
  font-weight: 400;
}

.Blank-Border-Pagination-SpecialNews {
  width: 0.5rem;
  height: 1rem;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Blue-Border-Pagination-SpecialNews {
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #5570f1;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Blue-Border-Pagination-SpecialNews .arrow {
  width: 0.625rem;
  height: 0.5rem;
  color: #5570f1;
}

/* ------------------------ AboutUs -------------------- */
.msfiAbout {
  margin-top: 1rem;
}

.contentAndSideBar {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
}

.content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.titleAboutMsfi {
  font-size: 0.875rem;
  font-weight: bold;
}

.َListNews-aboutPage {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 1.5rem;
}

.contentText {
  font-size: 0.625rem;
  text-align: justify;
}

.divider {
  height: 1px;
  width: 100%;
  background-color: #e5e5e5;
}

/* ------------------------ ContactUs -------------------- */
.msfiContactUs {
  direction: rtl;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  margin-top: 1rem;
}

.titleMsfi {
  font-size: 0.875rem;
  font-weight: bold;
}

.detailsAndMap {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1rem;
}

.ContactUs-News {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 1.5rem;
}

.msfiContactUs .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.divider {
  height: 1px;
  width: 100%;
  background-color: #e5e5e5;
}

.everyLine {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.everyLine i,
svg {
  line-height: 0;
  font-size: 1rem;
  margin-left: 0.5rem;
}

.title {
  font-size: 0.875rem;
  font-weight: bold;
}

.titleContent {
  font-size: 0.75rem;
}

.details {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.titleMsfi {
  font-size: 0.875rem;
}

.map {
  width: 100%;
  filter: grayscale(100%);
  border: 0;
}

/* ------------------------ SpecialNews -------------------- */
.Main-SpecialNews {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}

.SpecialNews {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.BoxSpecialNews {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.BoxSpecialNewsNew {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #7c7c7c;
  padding-bottom: 0.5rem;
  gap: 1rem;
}

.BoxSpecialNewsOld {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.Card-SpecialNews-New {
  width: 100%;
  background-color: white;
  height: 7.375rem;
  padding: 0.5rem 0.5rem 0.625rem 0.5rem;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}

.Card-SpecialNews-Old {
  width: 100%;
  background-color: white;
  height: 7.375rem;
  padding: 0.5rem 0.5rem 0.625rem 0.5rem;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}

.ImageBoxNews {
  width: 30%;
  height: 6.25rem;
}

.ImageBoxNews img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.ContentSpecial {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  width: 70%;
}

.Alarm-Title {
  font-size: 0.625rem;
  font-weight: bold;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: auto;
  padding-top: 0.125rem;
  line-height: 1.125rem;
}

.Alarm {
  padding: 0.12rem 0.25rem;
  background-color: #ff0000;
  color: white;
  font-weight: bold;
  font-size: 0.5rem;
  border-radius: 0.5rem;
}

.ToolsBox {
  display: flex;
  flex-direction: row;
  height: 1rem;
  width: 100%;
  align-items: center;
}

.ToolsBox .data,
.ToolsBox .category,
.ToolsBox .countViewer,
.ToolsBox .comment,
.ToolsBox .share {
  font-size: 0.5rem;
  font-weight: bold;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  border-left: 0.031rem solid #e5e5e5;
  color: #5570f1;
  width: 2.65rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ToolsBox .data {
  padding-right: 0;
}

.ToolsBox .share {
  border: none;
  padding-left: 0;
}

.ToolsBox .countViewer,
.ToolsBox .comment,
.ToolsBox .share {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}

.ToolsBox .countViewer span,
.ToolsBox .comment span,
.ToolsBox .share span {
  width: 1.9rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ToolsBox .countViewer i,
.ToolsBox .comment i,
.ToolsBox .share i {
  line-height: 0;
}

.discriptSpecial {
  font-size: 0.5rem;
  color: #7c7c7c;
  max-width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 1.5rem;
}

.ReadMore {
  font-size: 0.5rem;
  font-weight: bold;
  color: #5570f1;
}

/* ------------------------ ElectronicLibrary -------------------- */
.Main-ElectricalLibery {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}

.GeneralNewsP {
  width: 100%;
}

.Title-ElectricalLibery {
  color: #202020;
  font-size: 0.875rem;
  font-weight: bold;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 0.5rem;
}

.tab-box {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.nav {
  gap: 0.75rem;
  flex-wrap: nowrap;
  flex-direction: row;
  overflow-x: scroll;
  overflow-y: hidden;
  height: 6.75rem;
  padding: 0.5rem;
}

.nav-tabs {
  border: none;
  background-color: white;
  padding-top: 0.5rem;
}

.nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 0.25rem;
  background-color: #dcdcdc;
  position: relative;
  width: 5rem;
  height: 5rem;
  color: #202020;
}
.nav-link {
  background-color: transparent;
  border-radius: 0.25rem;
  width: 5rem;
  height: 5rem;
  color: #202020;
  font-size: 0.625rem;
  padding: 0.5rem;
  position: relative;
}

.nav-tabs .nav-link.active {
  background-color: #5570f1;
  box-shadow: 0px 0px 4px 0px rgba(0, 103, 119, 0.25);
  border: #5570f1;
  color: white;
}
.numberOfDownloads {
  position: absolute;
  bottom: -0.688rem;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.875rem;
  width: 2rem;
  height: 1.5rem;
  background-color: #eeeeee;
  border-radius: 0.75rem;
  text-align: center;
  border: 0.125rem solid white;
}
.nav-tabs .nav-link.active .numberOfDownloads {
  background-color: #5570f1;
  color: white;
}

.root-cart-electricalLibery {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  gap: 1rem;
  width: 100%;
  justify-content: center;
}
.Cart-ElectricalLibery {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0.5rem;
  gap: 3.25rem;
  width: 100%;
  height: auto;
  justify-content: space-between;
}

.content-Cart-ElectricalLibery {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
}

.link-ElectricalLibery {
  display: flex;
  flex-direction: row;
  width: 100%;
  text-align: right;
  align-items: center;
  gap: 0.25rem;
}
.link-ElectricalLibery svg {
  margin-left: 0;
}

.img-content-Cart-ElectricalLibery {
  border-radius: 0.125rem;
  border: 0.031rem solid #202020;
  width: 7.188rem;
  height: 10.188rem;
  object-fit: cover;
  overflow: hidden;
}

.img-content-Cart-ElectricalLibery img {
  width: 100%;
  height: 100%;
}

.text-link-ElectricalLibery {
  font-size: 0.625rem;
  color: #5570f1;
}

.text-content-Cart-ElectricalLibery {
  font-size: 0.75rem;
  font-weight: bold;
  text-align: right;
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: auto;
}

.tools-Cart-ElectricalLibery {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  text-align: right;
  gap: 0.5rem;
}

.text1-tools-Cart-ElectricalLibery {
  color: #7c7c7c;
  text-align: right;
  font-size: 0.5rem;
  font-weight: bold;
  border-left: 1px solid #e5e5e5;
  padding-left: 0.5rem;
}

.text2-tools-Cart-ElectricalLibery {
  color: #7c7c7c;
  text-align: right;
  font-size: 0.5rem;
  font-weight: bold;
  border-left: 1px solid #e5e5e5;
  padding-left: 0.5rem;
}

.Viewer-Cart-ElectricalLibery {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
}

.Viewer-Cart-ElectricalLibery .eye {
  line-height: 0;
  font-size: 0.5rem;
  color: #7c7c7c;
}

.viewer-text-Cart-ElectricalLibery {
  font-size: 0.5rem;
  font-weight: bold;
  color: #7c7c7c;
}

.Button-Cart-ElectricalLibery {
  display: flex;
  flex-direction: row;
  gap: 0.25rem;
  width: 100%;
  height: 2rem;
  background-color: #5570f1;
  border-radius: 0.125rem;
  align-items: center;
  justify-content: center;
}

.Button-Cart-ElectricalLibery i {
  font-size: 0.75rem;
  color: white;
  line-height: 0;
}
.Box-ElectricalLiberyTab {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.text-Button-Cart-ElectricalLibery {
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
}

/* -------important------- */
.GeneralNews {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1rem;
  padding-bottom: 1.5rem;
}

@media only screen and (min-width: 380px) {
  .Card-News {
    width: 47%;
  }

  .News-Viewer .Data .data {
    font-size: 0.5rem;
  }

  .Card-News .News-Viewer .Data .category-main {
    font-size: 0.5rem;
  }

  .News-Viewer .eye {
    font-size: 0.5rem;
  }

  .News-Viewer .viewer-count {
    font-size: 0.5rem;
  }

  .Box-ListPage .Card-News {
    width: 100%;
  }
}

@media only screen and (min-width: 400px) {
  .Box-ListPage .Card-News {
    width: 47.65%;
  }

  .Box-ListPage .News-Viewer .Data .data {
    font-size: 0.65rem;
    padding-left: 0.25rem;
  }

  .Box-ListPage .News-Viewer .Data .category-main {
    font-size: 0.65rem;
    padding-right: 0.25rem;
  }

  .Box-ListPage .News-Viewer .Data {
    width: 70%;
  }

  .Box-ListPage .News-Viewer .Viewer .eye {
    font-size: 0.65rem;
    padding-right: 0.25rem;
  }

  .Box-ListPage .News-Viewer .Viewer .viewer-count {
    font-size: 0.65rem;
    padding-right: 0.25rem;
  }

  .Card {
    height: 18rem;
  }

  .imgEdu {
    height: 10rem;
  }

  /* ------------------------ ElectronicLibrary -------------------- */

  .Cart-ElectricalLibery {
    width: 47.5%;
  }
}

@media only screen and (min-width: 460px) {
  /* Start HomePage */
  .Card-News {
    width: 47%;
  }

  .Item {
    width: 46.85%;
  }

  .Image-Content {
    flex-direction: column;
  }

  .NewsContent {
    width: 100%;
  }

  .NewsImage {
    width: 100%;
  }

  .Data .category {
    max-width: 46%;
    width: auto;
  }
  .TopSlider .Slider {
    height: 16rem;
  }

  .TopSlider .swiper-slide {
    height: 16rem;
  }
  .TopSlider .Image-Slide {
    height: 16rem;
  }
  .Wrapper-News .News-Viewer .Data .data {
    font-size: 0.75rem;
  }

  .News-Viewer .Data .category {
    font-size: 0.75rem;
  }

  .Wrapper-News .News-Viewer .eye {
    font-size: 0.75rem;
  }

  .Wrapper-News .News-Viewer .viewer-count {
    font-size: 0.75rem;
  }

  /* End HomePage */
  /* <!---------------- singlepage--------------> */
  .Card-News-Related-Posts-Singlepage {
    width: 48%;
  }

  .Carts-Conrainer-Related-Posts-Singlepage .Card-News {
    width: 46.5%;
  }

  .Carts-Conrainer-Related-Posts-Singlepage {
    gap: 1.5rem;
  }

  .Carts-Conrainer-Related-Posts-Singlepage .Card-News .News-Viewer .data {
    font-size: 0.75rem;
  }

  .Carts-Conrainer-Related-Posts-Singlepage
    .Card-News
    .News-Viewer
    .category-main {
    font-size: 0.75rem;
  }

  .Carts-Conrainer-Related-Posts-Singlepage .Card-News .News-Viewer .eye {
    font-size: 0.75rem;
  }

  .Carts-Conrainer-Related-Posts-Singlepage
    .Card-News
    .News-Viewer
    .viewer-count {
    font-size: 0.75rem;
  }

  .title-Related-Posts-Singlepage {
    -webkit-line-clamp: 2;
  }

  .descript-Related-Posts-Singlepage {
    -webkit-line-clamp: 2;
    height: 1.75rem;
  }

  /*************Listpage*****************/
  .listPage {
    width: 47%;
  }
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 667px;
  }

  .Box-ListPage {
    gap: 1.125rem;
  }

  .Box-ListPage .News-Viewer .Data .data {
    font-size: 0.75rem;
    padding-left: 0.5rem;
  }

  .Box-ListPage .News-Viewer .Data .category-main {
    font-size: 0.75rem;
    padding-right: 0.5rem;
  }

  .Box-ListPage .News-Viewer .Data {
    width: 75%;
  }

  .Box-ListPage .News-Viewer .Viewer .eye {
    font-size: 0.75rem;
    padding-right: 0.5rem;
  }

  .Box-ListPage .News-Viewer .Viewer .viewer-count {
    font-size: 0.75rem;
    padding-right: 0.5rem;
  }

  .Card-News {
    width: 48%;
  }

  .News-Viewer .Data .data {
    font-size: 0.75rem;
  }

  .Card-News .News-Viewer .Data .category-main {
    font-size: 0.75rem;
  }

  .News-Viewer .eye {
    font-size: 0.75rem;
  }

  .News-Viewer .viewer-count {
    font-size: 0.75rem;
  }

  .Item {
    width: 47.5%;
  }

  .Carts-Conrainer-Related-Posts-Singlepage .Card-News {
    width: 47%;
  }
  .TopSlider .Slider,
  .TopSlider .swiper-slide,
  .TopSlider .Image-Slide {
    height: 18rem;
  }

  /* ------------------------ ElectronicLibrary -------------------- */
  .Cart-ElectricalLibery {
    width: 48%;
  }
}

@media only screen and (min-width: 640px) {
  .TopSlider .Slider,
  .TopSlider .swiper-slide,
  .TopSlider .Image-Slide {
    height: 20rem;
  }
}
@media only screen and (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 935px;
  }
  .Card-SpecialNews-New {
    height: 9.875rem;
  }
  .Alarm-Title {
    font-size: 0.75rem;
  }
  .ToolsBox .data,
  .ToolsBox .category,
  .ToolsBox .countViewer,
  .ToolsBox .comment,
  .ToolsBox .share {
    font-size: 0.625rem;
    width: auto;
  }

  .ImageBoxNews {
    height: 8.75rem;
  }

  .ReadMore {
    font-size: 0.65rem;
  }
  .Card-SpecialNews-Old {
    height: 9.875rem;
  }
  .discriptSpecial {
    font-size: 0.625rem;
    color: #7c7c7c;
    max-width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto;
  }
  .Social-Networks img {
    width: 1rem;
    height: 1rem;
  }
  .root_main {
    gap: 2rem;
  }
  /* Start HomePage */
  body {
    background-color: #f8f8f8;
  }

  .slider-poster-directives {
    flex-direction: row;
    gap: 0.5rem;
    margin-top: 1rem;
    height: 20rem;
  }

  .rootHeaderMobile {
    display: none;
  }

  .Item {
    width: 47.75%;
  }

  .rootHeaderDesktop {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 4.25rem;
    background-color: #f8f8f8;
  }

  .Title-Logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-direction: row;
    width: 59%;
  }

  .Leftside-Mainsingle .TitlePage {
    font-size: 0.85rem;
  }

  .Title-Logo .Logo {
    width: 3rem;
    height: 2rem;
  }

  .Title-Logo .Title {
    display: flex;
    flex-direction: column;
    color: #202020;
    max-width: 30rem;
  }

  .Title .title-fa {
    font-size: 0.75rem;
    font-weight: 700;
  }

  .Title .title-en {
    font-size: 0.5rem;
  }

  .Language-Search {
    gap: 0.5rem;
    width: 40%;
  }

  .Search {
    width: 1.5rem;
    height: 1.5rem;
  }

  .Search i {
    font-size: 0.75rem;
  }

  .Input-Search {
    height: 2rem;
  }

  .Language {
    width: 1.5rem;
    height: 1.5rem;
  }

  .root_Menu {
    background-color: white;
    width: 100%;
    height: 4rem;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
  }

  .Menu {
    width: 100%;
    height: 2rem;
    border-bottom: 0.031rem solid #e5e5e5;
    margin-bottom: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
    list-style: none;
  }

  .Menu li {
    font-size: 0.5rem;
    height: 100%;
    display: flex;
    align-items: center;
    width: auto;
    gap: 0.125rem;
    position: relative;
  }

  .itemMenu {
    border: none;
  }

  .Data .category {
    max-width: 66%;
    width: auto;
  }

  .Card-News .News-Viewer .Data .category-main {
    width: 48%;
  }

  .icon {
    line-height: 0;
    cursor: pointer;
  }

  .itemMenu:hover .menuDetails {
    display: flex;
  }

  .itemMenu:hover .icon {
    transform: rotate(180deg);
  }

  .itemMenu:hover {
    color: #5570f1;
    font-weight: bold;
  }

  .Menu li a:hover {
    color: #5570f1;
    font-weight: bold;
  }

  .menuDetails {
    display: none;
    position: absolute;
    top: 2rem;
    right: 1.063rem;
    padding: 0;
    background-color: white;
    z-index: 1000;
    width: 26rem;
    height: auto;
    padding: 1rem 1.5rem;
    box-shadow: 0px 16px 48px rgba(0, 0, 0, 0.25);
    flex-wrap: wrap;
    color: #202020;
    font-size: 0.625rem;
    font-weight: 400 !important;
    column-gap: 0.5rem;
    row-gap: 1rem;
  }

  .menuDetails li {
    width: 8rem;
  }

  .Link-List {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: row;
    width: 100%;
    height: 2rem;
  }

  .LinkList-Item {
    display: flex;
    flex-direction: row;
    gap: 0.25rem;
    align-items: center;
  }

  .LinkList-Item i {
    font-size: 0.75rem;
    line-height: 0;
    color: #5570f1;
  }

  .LinkList-Item span {
    font-size: 0.5rem;
    line-height: 0;
    color: #5570f1;
    font-weight: 700;
  }

  .root_main {
    background-color: transparent;
  }

  .TopSlider {
    width: 50%;
    overflow: hidden;
  }

  .poster {
    width: 25%;
  }
  /* Start Swiper Slider Top */
  /* .TopSlider .Slider {
    height: 16rem;
  } */

  .topPage {
    width: 25%;
    padding: 0.75rem;
  }
  .topPage a.Item-Directives {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .topPage .TitlePage {
    font-size: 0.5rem;
  }
  .topPage .AllSee span {
    font-size: 0.5rem;
  }
  .topPage .AllSee {
    gap: 0;
  }
  .TopSlider .swiper-slide {
    flex-direction: row;
    height: 20rem;
    padding-bottom: 1rem;
  }

  .TopSlider .Image-Slide {
    width: 100%;
    height: 100%;
  }

  .TopSlider .Content-Slide {
    width: 50%;
    height: 100%;
  }

  .TopSlider .Content-Slide p {
    -webkit-line-clamp: 5;
  }

  .TopSlider .Title-Content span {
    font-size: 1rem;
  }

  .TopSlider .swiper-pagination {
    bottom: 1rem !important;
    width: auto;
    right: 50%;
  }

  /* End Swiper Slider Top*/
  /* Start Swiper Slider bottom */

  .root-SpecialPagesD .Slider {
    height: 29rem;
    background-color: white;
    margin-bottom: 2rem;
    margin-top: 0.5rem;
  }

  .root-SpecialPagesD .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .root-SpecialPagesD .swiper-slide {
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100% !important;
    height: 29rem;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
  }

  .root-SpecialPagesD .Image-Slide {
    width: 100%;
    height: 20rem;
    overflow: hidden;
  }

  .root-SpecialPagesD .Image-Slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .root-SpecialPagesD .Content-Slide {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .root-SpecialPagesD .Title-Content {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }

  .root-SpecialPagesD .Title-Content span {
    font-size: 1.125rem;
    color: #202020;
    font-weight: 900;
  }

  .root-SpecialPagesD .Title-Content p {
    display: flex;
    flex-direction: column;
    font-size: 0.75rem;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto;
    margin-bottom: 0;
  }

  .root-SpecialPagesD .swiper-pagination {
    position: absolute;
    top: auto;
    margin: 0;
    direction: rtl;
    bottom: 1rem !important;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .root-SpecialPagesD .swiper-pagination-bullet {
    border-radius: 0;
    text-align: center;
    line-height: 1.5rem;
    font-size: 0.625rem;
    color: #000;
    opacity: 1;
    margin: 0 0.25rem;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 0.125rem;
    background-color: transparent;
  }

  .root-SpecialPagesD .swiper-pagination-bullet-active {
    color: #fff;
    background: #5570f1;
  }

  /* End Swiper Slider Bottom*/

  /* .Title-EachSection {
    margin-bottom: 1rem;
  } */

  .Wrapper-Box-News {
    gap: 0.75rem;
  }

  .TitlePage {
    font-size: 1rem;
  }

  .AllSee span {
    font-size: 0.75rem;
  }

  .Card-News {
    width: 32%;
  }

  .Box-ListPage .Card-News {
    width: 31.5%;
  }

  .Wrapper-News {
    gap: 0.75rem;
  }

  .Wrapper-News {
    gap: 1.5rem;
  }

  .Wrapper-News .Card-News {
    width: 100%;
    height: 8.313rem;
  }

  .Wrapper-News .Image-Content {
    flex-direction: row;
    width: 100%;
    gap: 0.5rem;
  }

  .Wrapper-News .NewsImage {
    width: 41%;
    height: 7.313rem;
    margin-bottom: 0;
  }

  .Wrapper-News .Descript-Viewer {
    height: 100%;
    width: 74%;
  }

  .Wrapper-News .descript {
    font-size: 0.875rem;
    -webkit-line-clamp: 4;
    line-height: 1.25rem;
  }

  .Adv {
    width: 15.25rem;
  }

  .root-SpecialPagesD {
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

  .SpecialPages {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
  }

  .Special {
    width: 100%;
  }

  .Special img {
    width: 100%;
    object-fit: cover;
  }

  .root-SpecialPagesM {
    display: none;
  }

  .Wrapper-News {
    gap: 0.75rem;
  }

  .root-Footer {
    padding-top: 2rem;
    padding-bottom: 2.25rem;
    width: 100%;
  }

  .Title-Logo .Logo {
    width: 4rem;
    height: 3rem;
  }

  .root-Footer .Title-Logo {
    width: 100%;
  }

  .Contact-Us {
    margin: 2rem 0;
    flex-direction: row;
    gap: 0.5rem;
  }

  .Box-Contact span {
    font-size: 0.75rem;
  }
  .Box-Contact,
  .RSS {
    width: 15%;
  }

  .Box-RelatedLink {
    width: 20%;
  }
  /* .RelatedLink {
    gap: 2.5rem;
  } */

  .Body-Footer {
    width: 95%;
    gap: 2.75rem;
  }
  .Content-Footer {
    width: 100%;
  }
  /* End HomePage */
  /* <!----------------singlepage--------------> */

  .Leftside-Mainsingle {
    display: none;
  }

  .Rightside-Mainsingle {
    gap: 2rem;
  }

  .Original-Title {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    height: 16rem;
  }

  .Data-Viewer-Original-Title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .Image-Original-Title {
    width: 40%;
    height: 100%;
  }

  .Content-Orginal {
    width: 60%;
    height: 100%;
  }

  .Carts-Conrainer-Related-Posts-Singlepage .Card-News {
    width: 30.75%;
  }

  .Form-Register-comments-Singlepage {
    gap: 1.5rem;
  }

  .Title {
    font-size: 1.25rem;
  }

  .All-File-Attachfiles-Singlepage {
    gap: 1.5rem;
  }

  .File-Attachfiles-Singlepage {
    gap: 0.5rem;
    background-color: white;
    width: 8.188rem;
    height: 8.188rem;
  }

  .Film-File-Video-Singlepage {
    height: auto;
  }

  .Card-News-Related-Posts-Singlepage {
    width: 30%;
  }

  .NewsImage-Related-Posts-Singlepage {
    height: 5.5rem;
  }

  .title-Related-Posts-Singlepage {
    -webkit-line-clamp: 2;
  }

  .descript-Related-Posts-Singlepage {
    -webkit-line-clamp: 4;
    height: 3rem;
  }

  .Inputs-Form-Register-comments-Singlepage {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
  }

  .Test-Input-Form-Register-comments-Singlepage {
    width: 50%;
  }

  .Email-Form-Register-comments-Singlepage {
    width: 50%;
  }

  .Button-Form-Register-comments-Singlepage {
    width: 10.5rem;
  }

  .Btn-Form-Register-comments-Singlepage {
    display: flex;
    justify-content: end;
  }

  /* Next & previous buttons */
  .prev,
  .next {
    display: block;
  }

  /* Position the "next button" to the right */
  .next {
    left: -3rem;
  }

  .prev {
    right: -3rem;
  }

  .mySlides {
    max-height: 20rem;
  }

  .row {
    gap: 1.5rem;
    height: 6rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    justify-content: center;
  }

  /* Six columns side by side */
  .column {
    width: 4rem;
    height: 5rem;
  }

  .column img {
    height: 4rem;
  }

  .sliderSingle {
    gap: 1rem;
    margin-left: 2rem;
    margin-right: 2rem;
  }

  /*************Listpage*****************/
  .listPage {
    width: 31%;
  }

  .title-Content-listPage {
    font-size: 0.875rem;
  }

  .descrip-Content-listPage {
    font-size: 0.75rem;
    -webkit-line-clamp: 5;
  }

  .contentText {
    font-size: 0.75rem;
  }

  .titleAboutMsfi {
    font-size: 1.25rem;
  }

  /*************ElectricalLibery*****************/

  .main-Cart-ElectricalLibery {
    display: flex;
    flex-direction: row;
  }

  .Cart-ElectricalLibery {
    width: 48.5%;
  }

  .Title-ElectricalLibery {
    font-size: 1rem;
  }

  .nav-item {
    width: 6.875rem;
    height: 6.875rem;
  }
  .nav-link {
    width: 6.875rem;
    height: 6.875rem;
  }
  .nav {
    padding: 0.75rem;
    height: 9rem;
  }
  .nav-link {
    font-size: 0.875rem;
  }
 
  .numberOfDownloads {
    width: 2.5rem;
  }
  .img-content-Cart-ElectricalLibery {
    width: 9.687rem;
    height: 13.75rem;
  }
  .text-content-Cart-ElectricalLibery {
    font-size: 0.875rem;
  }
  .text-link-ElectricalLibery {
    font-size: 0.875rem;
  }
  .text1-tools-Cart-ElectricalLibery,
  .text2-tools-Cart-ElectricalLibery,
  .Viewer-Cart-ElectricalLibery .eye,
  .viewer-text-Cart-ElectricalLibery {
    font-size: 0.625rem;
  }
  .Main-ElectricalLibery {
    margin-bottom: 2.5rem;
  }
}

@media only screen and (min-width: 900px) {
  .Item {
    width: 31%;
  }

  /*************ElectricalLibery*****************/
  .boxLibrary {
    margin-left: 0.75rem;
  }
}

@media only screen and (min-width: 992px) {
  .Item {
    width: 22.75%;
  }
  .root-SpecialPagesD .Slider {
    margin-bottom: 0;
  }
  .Leftside-Mainsingle .Release-Time {
    width: 7rem;
  }

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }

  .AnotherNews {
    display: none;
  }

  /* Start HomePage */
  .TopSlider .swiper-pagination {
    bottom: 1rem !important;
    width: auto;
    right: 50%;
  }

  .Carts-Conrainer-Related-Posts-Singlepage .Card-News {
    width: 31%;
  }

  .TopSlider .Title-Content {
    gap: 0.75rem;
  }

  .SpecialNews {
    width: 70%;
  }
  .root-LastPart {
    display: grid;
    grid-template-areas: "partOne partTwo partThree";
    gap: 1rem;
    grid-template-columns: 25% 42% 29%;
  }

  .Warning {
    width: 100%;
    overflow: hidden;
  }

  .Warning img {
    width: 100%;
    object-fit: cover;
  }

  .Advertise {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .Wrapper-Box-News {
    gap: 1rem;
  }

  .AnotherNews-TheLastPart {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
    margin-bottom: 3.438rem;
  }

  .Advertise img {
    width: 100%;
    object-fit: cover;
  }

  .Main-SpecialNews {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    padding-bottom: 2.19rem;
  }

  .SpecialPages {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
  }

  .Special {
    width: 100%;
    height: 13rem;
  }

  .Special img {
    width: 100%;
    object-fit: cover;
    height: 100%;
  }

  .Box-ListPage {
    gap: 1.25rem;
  }

  .Card-News {
    height: 25.5rem;
  }

  .Box-ListPage .Card-News {
    width: 30.75%;
  }

  .NewsImage {
    max-height: 13rem;
  }

  .Contact-Us {
    gap: 3.5rem;
  }

  .Box-Contact i {
    font-size: 1.5rem;
  }

  .Box-Contact span {
    font-size: 0.875rem;
    direction: ltr;
  }

  .Menu li {
    font-size: 0.65rem;
  }

  .menuDetails {
    font-size: 0.75rem;
  }

  .menuDetails {
    width: 28rem;
  }

  .menuDetails li {
    width: 12rem;
  }
  /* <!----------------singlepage--------------> */

  .root-Mainsingle {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 2rem;
    padding-top: 1rem;
  }

  .Rightside-Mainsingle {
    width: 70%;
    gap: 2rem;
    margin-top: 0;
  }

  .Leftside-Mainsingle {
    display: flex;
    flex-direction: column;
    width: 30%;
    gap: 1.5rem;
  }

  .Sidemobile-Singlepage {
    display: none;
  }

  .Carts-Conrainer-Related-Posts-Singlepage {
    gap: 1.25rem;
  }

  .Box-Comments {
    gap: 1.875rem;
  }

  .Body-Comments-Singlepage {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }

  .Line2-Body-Comments-singlepage {
    font-size: 0.875rem;
  }

  .View-Comments-Singlepage {
    font-size: 0.875rem;
    font-weight: 700;
  }

  /* <!----------------listpage--------------> */
  .root_ListPage {
    flex-direction: row;
    gap: 1.5rem;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 2rem;
    padding-top: 1rem;
  }

  .MainList {
    width: 70%;
  }

  .SideBar-News {
    width: 30%;
  }

  .SideBar-News {
    border: none;
  }

  .Box-ListPage .News-Viewer .Data .data {
    font-size: 0.65rem;
    padding-left: 0.25rem;
  }

  .Box-ListPage .News-Viewer .Data .category-main {
    font-size: 0.65rem;
    padding-right: 0.25rem;
  }

  .Box-ListPage .News-Viewer .Data {
    width: 70%;
  }

  .Box-ListPage .News-Viewer .Viewer .eye {
    font-size: 0.65rem;
    padding-right: 0.25rem;
  }

  .Box-ListPage .News-Viewer .Viewer .viewer-count {
    font-size: 0.65rem;
    padding-right: 0.25rem;
  }

  .contentAndSideBar {
    flex-direction: row;
  }

  .msfiAbout {
    padding-bottom: 2rem;
    border-bottom: 1px solid #e5e5e5;
  }

  .content {
    width: 70%;
  }

  .َListNews-aboutPage {
    width: 30% !important;
    border-bottom: none;
    padding-bottom: 0;
  }

  .msfiContactUs {
    flex-direction: row;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 2rem;
  }

  .msfiContactUs .content {
    width: 70%;
  }

  .partThreeWidth {
    width: 20% !important;
  }

  .detailsAndMap {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }

  .map {
    width: 50%;
  }

  .titleMsfi {
    font-size: 1.25rem;
    margin-top: 0 !important;
  }

  .contentText {
    font-size: 0.75rem;
  }

  .ContactUs-News {
    width: 30% !important;
    border: none;
    padding-bottom: 0;
  }

  /* <!----------------ElectricalLibery--------------> */
  .Main-ElectricalLibery {
    flex-direction: row;
  }

  .Box-ElectricalLiberyTab {
    width: 70%;
  }

  .GeneralNews {
    width: 30%;
  }

  .Title-ElectricalLibery {
    font-size: 1.125rem;
  }

  .img-content-Cart-ElectricalLibery {
    width: 9.688rem;
    height: 13.75rem;
  }

  .text-content-Cart-ElectricalLibery {
    font-size: 0.875rem;
  }

  .text-link-ElectricalLibery {
    font-size: 0.875rem;
  }

  .Cart-ElectricalLibery {
    gap: 2.75rem;
  }

  .text1-tools-Cart-ElectricalLibery {
    font-size: 0.625rem;
  }

  .text2-tools-Cart-ElectricalLibery {
    font-size: 0.625rem;
  }

  .viewer-text-Cart-ElectricalLibery {
    font-size: 0.625rem;
  }
}

@media only screen and (min-width: 1024px) {
  /* Start HomePage */
  .rootHeaderDesktop {
    width: 100%;
    height: 6.25rem;
  }
  .topPage .Subject {
    font-size: 0.75rem;
  }

  .Title-Logo {
    width: 63%;
  }

  .menuDetails {
    top: 2.25rem;
  }

  .Language-Search {
    width: 37%;
  }
  .topPage .TitlePage {
    font-size: 0.75rem;
  }
  .topPage .AllSee span {
    font-size: 0.75rem;
  }
  /* .Title-Logo .Logo {
      width: 20%;
    }
    .rootHeaderDesktop .Logo{
      width: 4rem;
    }
    .rootHeaderDesktop .Title{
      width: 87%;
    } */

  .Title .title-fa {
    font-size: 1.125rem;
    font-weight: 700;
  }

  .Title .title-en {
    font-size: 0.75rem;
  }

  .Search {
    width: 2rem;
    height: 2rem;
  }

  .Search i {
    font-size: 1rem;
  }

  .Language {
    width: 2rem;
    height: 2rem;
  }

  .root_Menu {
    height: 5rem;
  }

  .Menu {
    height: 2.5rem;
  }

  .Menu li {
    font-size: 0.75rem;
  }

  .nav-link {
    font-size: 0.75rem;
  }

  .dropdown-menu {
    left: -1.5rem !important;
    top: 2.2rem !important;
  }

  .Link-List {
    height: 2.5rem;
  }

  .LinkList-Item {
    gap: 0.5rem;
  }

  .LinkList-Item i {
    font-size: 1rem;
    line-height: 0;
  }

  .LinkList-Item span {
    font-size: 0.75rem;
    line-height: 0;
  }

  .Title-Content span {
    font-size: 1.5rem;
  }

  .Content-Slide p {
    font-size: 0.875rem;
    height: 7rem;
  }

  .TitlePage {
    font-size: 1rem;
  }

  .Wrapper-Box-News {
    gap: 1rem;
  }

  .NewsContent .title {
    font-size: 0.9rem;
  }

  .descript {
    -webkit-line-clamp: 4;
    height: 5.75rem;
    font-size: 0.75rem;
  }

  .NewsContent {
    padding-top: 0;
    width: 100%;
  }

  .Wrapper-News {
    gap: 1rem;
  }

  .root-LastPart {
    gap: 1.5rem;
  }

  .root-LastPart {
    grid-template-columns: 23.5% 42% 29%;
  }

  .Card-News {
    width: 23.5%;
  }

  /* End HomePage */
  /*****************singlepage******************/
  .NewsImage-Related-Posts-Singlepage {
    height: 7.5rem;
  }

  .title-Related-Posts-Singlepage {
    -webkit-line-clamp: 2;
  }

  .descript-Related-Posts-Singlepage {
    -webkit-line-clamp: 5;
    height: 4.75rem;
  }

  .mySlides {
    max-height: 26rem;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}

@media only screen and (min-width: 1240px) {
  /* Start HomePage */
  .Slider {
    height: 21rem;
  }
  .Item {
    width: 23.25%;
  }

  .swiper-slide {
    height: 21rem;
  }

  .slider-poster-directives {
    height: 24rem;
  }
  .TopSlider .swiper-slide {
    height: 24rem;
  }
  .TopSlider .Slider,
  .TopSlider .swiper-slide,
  .TopSlider .Image-Slide {
    height: 24rem;
  }
  .slider-poster-directives {
    gap: 1.5rem;
  }
  .TopSlider .cover-title-slider span {
    font-size: 1.125rem;
  }
  .Content-Slide p {
    height: 9rem;
  }

  .Card-News {
    width: 23%;
  }

  .Wrapper-Box-News {
    gap: 2.1rem;
  }

  .root-LastPart {
    grid-template-columns: 24.5% 42% 29%;
  }

  .Leftside-Mainsingle .Release-Time {
    width: 6rem;
  }

  .Box-ListPage .Card-News {
    width: 31%;
  }

  /* End HomePage */
  /* <!----------------singlepage--------------> */
  .Original-Title {
    height: 19rem;
  }

  .mySlides {
    max-height: 34rem;
  }

  .Carts-Conrainer-Related-Posts-Singlepage .Card-News {
    width: 31.5%;
  }

  .Box-ListPage .News-Viewer .Data .data {
    font-size: 0.75rem;
    padding-left: 0.5rem;
  }

  .Box-ListPage .News-Viewer .Data .category-main {
    font-size: 0.75rem;
    padding-right: 0.5rem;
  }

  .Box-ListPage .News-Viewer .Data {
    width: 70%;
  }

  .Box-ListPage .News-Viewer .Viewer .eye {
    font-size: 0.75rem;
    padding-right: 0.5rem;
  }

  .Box-ListPage .News-Viewer .Viewer .viewer-count {
    font-size: 0.75rem;
    padding-right: 0.5rem;
  }

  /* <!----------------ElectricalLibery--------------> */
  .Cart-ElectricalLibery {
    width: 31.75%;
  }
}

@media only screen and (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }

  .Carts-Conrainer-Related-Posts-Singlepage {
    gap: 1.5rem;
  }

  .root-LastPart {
    grid-template-columns: 25% 42% 29%;
  }

  .Data .category {
    max-width: 42%;
    width: auto;
  }

  .Card-News .News-Viewer .Data .category-main {
    width: 66%;
  }

  .Carts-Conrainer-Related-Posts-Singlepage .Card-News {
    width: 31.25%;
  }

  /* <!----------------ElectricalLibery--------------> */
  .boxLibrary {
    margin-left: 0.75rem;
  }
}

/* 

.root-SpecialNews {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 1.5rem;
}

.root_main {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/**************share******************/
/* .share-specialNews {
  display: flex;
  flex-direction: column;
  background-color: white;
  gap: 1rem;
  padding: 1.5rem;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.close-share-specialNews {
  display: flex;
  flex-direction: row;
}

.close-share-specialNews .cross-share {} */

/**************share******************/

/* .Titer-SpecialNews {
  font-size: 0.875rem;
  font-weight: 700;
  padding-bottom: 0.5rem;
  border-bottom: 0.5px solid #e5e5e5;
}

.Main-Content-SpecialNews {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.Content-SpecialNews {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  background-color: white;
  padding: 0.5rem;
  border: 0.5px solid #ff0000;
}

.Image-Content-SpecialNews {
  width: 30%;
  height: 7.75rem;
  overflow: hidden;
}

.Image-Content-SpecialNews img {
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 100%;
}

.Content-Content-SpecialNews {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  width: 70%;
}

.Newnews-Titer-Contant-Content-SpecialNews {
  background-color: #ff0000;
  border-radius: 1rem;
  padding: 0.1rem 0.5rem 0.1rem 0.5rem;
  text-align: center;
  font-size: 0.5rem;
  font-weight: 700;
  color: white;
}

.descript-Titer-Contant-Content-SpecialNews {
  font-size: 0.75rem;
  font-weight: 700;
}

.Icon-Contant-Content-SpecialNews {
  display: flex;
  gap: 0.25rem;
  align-items: center;
  flex-wrap: wrap;
}

.Titer-Icon-Contant-Content-SpecialNews {
  font-size: 0.5rem;
  font-weight: 700;
  color: #5570f1;
  padding-left: 0.25rem;
  border-left: 1px solid #e5e5e5;
}

.Div-View-Icon-Contant-Content-SpecialNews {
  display: flex;
  flex-direction: row;
  gap: 0.25rem;
  align-items: center;
  padding-left: 0.25rem;
  border-left: 1px solid #e5e5e5;
}

.Div-Comment-Icon-Contant-Content-SpecialNews {
  display: flex;
  flex-direction: row;
  gap: 0.25rem;
  align-items: center;
  padding-left: 0.25rem;
  border-left: 1px solid #e5e5e5;
}

.Div-Share-Icon-Contant-Content-SpecialNews {
  display: flex;
  flex-direction: row;
  gap: 0.25rem;
  align-items: center;
}

.Div-View-Icon-Contant-Content-SpecialNews .eye {
  color: #5570f1;
  font-size: 0.5rem;
  line-height: 0px;
}

.Div-Comment-Icon-Contant-Content-SpecialNews .comment {
  color: #5570f1;
  font-size: 0.5rem;
  line-height: 0px;
}

.Div-Share-Icon-Contant-Content-SpecialNews .share {
  color: #5570f1;
  font-size: 0.5rem;
  line-height: 0px;
}

.View-Div-Icon-Contant-Content-SpecialNews {
  font-size: 0.5rem;
  font-weight: 700;
  color: #5570f1;
}

.Comment-Div-Icon-Contant-Content-SpecialNews {
  font-size: 0.5rem;
  font-weight: 700;
  color: #5570f1;
}

.Share-Div-Icon-Contant-Content-SpecialNews {
  font-size: 0.5rem;
  font-weight: 700;
  color: #5570f1;
}

.Descrit-Contant-Content-SpecialNews {
  display: flex;
  flex-direction: column;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: auto;
  margin-bottom: 0;
  font-size: 0.5rem;
  font-weight: 400;
  color: #7c7c7c;
}

.Span-Descrit-Contant-Content-SpecialNews {
  font-size: 0.5rem;
  font-weight: 400;
  color: #5570f1;
}



/* @media only screen and (min-width: 372px) {
  .descript-Titer-Contant-Content-SpecialNews {
    font-size: 0.625rem;
  }

  .Image-Content-SpecialNews {
    height: 5.25rem;
  }
} */

/* @media only screen and (min-width: 460px) {
  .Div-View-Icon-Contant-Content-SpecialNews {
    gap: 0.5rem;
    padding-left: 0.5rem;
  }

  .Div-Comment-Icon-Contant-Content-SpecialNews {
    gap: 0.5rem;
    padding-left: 0.5rem;
  }

  .Div-Share-Icon-Contant-Content-SpecialNews {
    gap: 0.5rem;
    padding-left: 0.5rem;
  }

  .Descrit-Contant-Content-SpecialNews {
    -webkit-line-clamp: 3;
  }

} */

/* @media only screen and (min-width: 768px) {
  .Newnews-Titer-Contant-Content-SpecialNews {
    font-size: 0.625rem;
    font-weight: 700;
  }

  .descript-Titer-Contant-Content-SpecialNews {
    font-size: 0.75rem;
  }

  .Titer-Icon-Contant-Content-SpecialNews {
    font-size: 0.625rem;
    color: #5570f1;
    padding-left: 0.5rem;
    border-left: 1px solid #e5e5e5;
  }

  .View-Div-Icon-Contant-Content-SpecialNews {
    font-size: 0.625rem;
  }

  .Comment-Div-Icon-Contant-Content-SpecialNews {
    font-size: 0.625rem;
  }

  .Share-Div-Icon-Contant-Content-SpecialNews {
    font-size: 0.625rem;
  }

  .Descrit-Contant-Content-SpecialNews {
    font-size: 0.625rem;
    -webkit-line-clamp: 4;
  }

  .Image-Content-SpecialNews {
    height: 7.25rem;
  }
}*/
