@import url(fontiran.css);
/* لینک فایلی که وظیفه بارگذاری فونت ها را برعهده دارد */
@import url("../fonts/icon/bold/css/fontello.css");

/* لینک فایلی که وظیفه بارگذاری آیکن ها را برعهده دارد */
/** {*/
/*  -webkit-transition: all 0.5s;*/
/*  -o-transition: all 0.5s;*/
/*  transition: all 0.5s;*/
/*}*/
@font-face {
  font-family: vazir;
  src: url("../fonts/vazir-font/Farsi-Digits-Without-Latin/Vazir-FD-WOL.ttf")
}
:root {
  --bg-color: rgba(241, 241, 241, 1);
  --dark-color: rgba(35, 35, 35, 1);
  --blue-color: rgba(36, 105, 219, 1);
  --white-color: rgba(255, 255, 255, 1);
  --red-color: rgba(233, 48, 48, 1);
  --grey-color: rgba(137, 137, 137, 1);
}

body {
  font-family:"vazir", sans-serif;
  font-weight: 500;
  text-align: right;
  direction: rtl;
  /* background: var(--bg-color); */
  overflow-x: hidden;
  color: var(--dark-color);
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea {
  font-family: vazir;
}

.h1, h1 {
	font-size: 1.6rem;
}
.h2, h2 {
	font-size: 1.5rem;
}
.h3, h3 {
	font-size: 1.4rem;
}
.h4, h4 {
	font-size: 1.2rem;
}
p,
a {
  font-weight: 500;
  color: #000;
}

.text-small {
  font-size: 15px;
  color: rgba(41, 58, 58, 0.44);
}

.text-bold {
  font-size: 50px;
  margin: 0;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1340px;
  }
}

/*header*/
header .newsDate {
  background: rgba(230, 230, 230, 1);
  color: rgb(0, 0, 0);
  max-height: 50px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 20px;

}

header .logo {
  z-index: 1
}

header .logo img {
  width: 191px;
  height: 53px;
  border-radius: 22px;
  background: var(--blue-color);
}

header .social {
  background: var(--dark-color);
  border-radius: 22px 0 0 22px;
  padding: 5px 25px 5px 5px;
  margin-right: -20px;
  z-index: 0;
}

header .social .social-item {
  filter: brightness(0) invert(1);
  padding-left: 2px;
  padding-right: 2px;
  text-decoration: none;
}

header .social .social-item img {
  width: 19px;
}

header .sokhan span {
  font-family: Vazir;
  font-size: 11px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: right;
}

header .sokhan .icon-left {
  color: var(--blue-color);
}

header .info span {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: right;
}

header .info .date-fa:after,
header .info .date-en:after {
  content: "|";
  padding: 2px;
}

header .form {
  position: relative;
}

header .form img {
  filter: brightness(0) invert(1);
}

header .form .form-control {
  background: rgba(239, 239, 239, 1);
  font-size: 13px;
  font-weight: 400;
  padding: 10px;
  letter-spacing: 0em;
  text-align: right;
  border-radius: 8px;
}

header .form .form-control:focus {
  border: 0;
}

header .form button {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: var(--blue-color) !important;
  color: var(--white-color);
  border-radius: 8px;
}

header .nav {
  /* margin: 10px 0 20px 0; */
}

header .nav .collapse.show {
  display: flex !important;
  justify-content: center;
  margin: 20px;
}

header .nav .navbar-nav {
  padding-right: 0 !important;
}

header .nav .navbar-nav .logoHome {
  width: 110px;
  height: 72px;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 20px;
  border-radius: 15px;
}
.LogoSize{
  width: 50px;
  height: 50px;
}



header .nav a {
  color: black;
  font-weight: 300;
}

header .nav .mywhite {
  background: var(--white-color);
  border-radius: 100%;
  color: var(--blue-color) !important;
}

header .nav .navbar-nav .icon-home {
  color: #EA121D !important;
  font-size: 24px;
}

header .nav ul li {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

header .nav ul li:last-child {
  border-left: 0;
}

header .dropdown-toggle::after {
  display: none;
}

header .dropdown-toggle {
  color: #EA121D;
}

header .weather a {
  color: #EA121D;
}

header .wrap {
  background-color: #fff;

}

header .wrap a {
  color: #EA121D !important;
}

header .wrap .khabar-fori {
  position: relative;
  align-items: center;
  display: flex;
}

/* header .wrap .last-news {
  position: relative;
  background-color: #F4F4F4;
  border-radius: 50px;
  margin-bottom: 10px;
  height: 40px;
} */

header .wrap .last-news:after {
  content: "|";
  position: absolute;
  left: 0;
  color: var(--red-color);
  display: none
}

header .wrap .khabar-fori:before {
  content: "";
  width: 21px;
  height: 21px;
  border-radius: 50%;
  display: inline-block;
  background: #E98C8D;
  background-position: center;
  background-repeat: no-repeat;
  animation: leaves 2s ease-in-out infinite alternate;
  -webkit-animation: leaves 2s ease-in-out infinite alternate;
}

.sliderNews {
  border: 2px solid #D6D6D6;
  width: 100%;
  height: 80px;
  border-radius: 35px;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
}


.slider-sardabir {
  width: 100%;
  height: max-content;
  border-radius: 35px;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-x: auto;
  position: relative;
}

.slider-card {
  width: 285px;
  height: 352px;
  display: flex;
  flex-direction: column;
  margin: 15px;
  justify-content: space-between;
}

.slider-card-img {
  width: 263px;
  height: 175px;
  border-radius: 10px;
}

.slider-card-titr {
  color: #EA121D;

}

.slider-card-time {
  color: rgba(70, 70, 70, 0.51);
  font-size: 12px;
}

.slider-card-khabar {
  font-size: 13px;
}

.sliderNews::-webkit-scrollbar {
  width: 0 !important;
  display: none !important;
}

.prevSlider {
  position: absolute;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1;
}

.nextSlider {
  position: absolute;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1;
}

.prev-slider-sardabir {
  position: absolute;
  left: 0;
  /* background-color: rgba(255, 255, 255, 0.9); */
  z-index: 1;
}

.next-slider-sardabir {
  position: absolute;
  right: 0;
  /* background-color: rgba(255, 255, 255, 0.9); */
  z-index: 1;
}

.scroll-images {
  position: relative;
  width: 100%;
  padding: 40px 0px;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: hidden;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.scroll-images-sardabir {
  position: relative;
  width: 100%;
  /* padding: 40px 0px; */
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: hidden;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.slider-text {
  min-width: max-content;
  margin: 10px;
}

.report {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-top: 25px;
}

.card-report {
  border: 1px solid rgba(220, 220, 220, 1);
  width: 480px;
  height: 135px;
  border-radius: 20px;
  margin-top: 25px;
  margin: 15px 10px 10px 10px;
  display: flex;
  align-items: center;
  padding: 10px;
}

.badge-card {
  width: 100px;
  height: 32px;
  background-color: #EA121D;
  position: absolute;
  left: 36px;
  top: -17px;
  border-radius: 10px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.badge-card1 {
  width: 100px;
  height: 32px;
  background-color: #EA121D;
  position: absolute;
  left: 36px;
  top: -17px;
  border-radius: 10px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.badge-card3 {
    width: 100px;
    height: 32px;
    background-color: #EA121D;
    position: absolute;
    left: 40px;
    top: -17px;
    border-radius: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}



@keyframes leaves {
  0% {
    transform: scale(1.0);
  }

  25% {
    transform: scale(1.05);
  }

  50% {
    transform: scale(1.1);
  }

  75% {
    transform: scale(1.15);
  }

  100% {
    transform: scale(1.2);
  }
}

header .wrap .khabar-fori:after {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  display: inline-block;
  background: #EA121D;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 11px;
}

/* header .wrap .khabar-fori a {
  color: var(--red-color);
  margin-right: 5px;
} */

/*header*/
/*main*/
main .top {
  position: relative;
  height: 450px;
}

main .top .img_top {
  border-radius: 12px;
  height: 100%;
  width: 100%;
  position: absolute;
}

.big_video .overlay {
  height: 40%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #203A97);
  width: 100%;
  position: absolute;
  border-radius: 12px;
  bottom: 0;
}

main .top .title {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: right;
  color: var(--white-color)
}

main .content {
  background: var(--white-color);
  border-radius: 12px;
}

main .content .rotitr {
  font-size: 12px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: right;
  color: rgba(129, 129, 129, 1);
}

main .content .titr {
  font-size: 15px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: right;
  color: rgba(62, 61, 61, 1);
}

main .content .lead {
  font-size: 12px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: justified;
  color: rgba(62, 61, 61, 0.75);
}

main .content .date {
  font-size: 11px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: right;
  color: rgba(140, 140, 140, 1);
}

main .content .my-news {
  border-bottom: 1px solid rgba(217, 217, 217, 1);
  padding-top: 10px;
  padding-bottom: 10px;
}

main .content .my-news:nth-last-child(2),
main .content .my-news:last-child {
  border: 0
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #EA121D;
  border-color: #EA121D;
}
a {
  color: black ;
  text-decoration: none !important;
}

main .content .more a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: right;
  color: rgba(34, 34, 34, 1);
}

main .middel .content .nav-pills .nav-item,
main .middel .content .nav-pills .nav-link {
  border-radius: 12rem;
  margin-right: 1px;
  margin-left: 1px;
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: right;
}

.nav-pills .nav-link {
  color: #A7A7A7;
  padding: 2px 7px;
}

.nav-pills .nav-link.active {
  color: #0C3AAE !important;
  background-color: #ffffff;
}

main .middel .content .link-in-tab {
  font-size: 12px;
}

main .middel .content .link-in-tab li {
  margin-bottom: 10px;
}

main .middel .content .link-in-tab a {
  color: #333;
}

main .middel .content .link-in-tab .active a,
main .middel .content .link-in-tab .active {
  font-size: 13px;
  color: var(--blue-color);
}

main .middel .content .link-mid-four {
  color: var(--blue-color);
  font-size: 11px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: right;
}

main .content .last-archive {
  list-style: none
}

main .content .last-archive a {
  font-size: 12px;
  font-weight: 500;
  line-height: 0;
  color: rgba(34, 34, 34, 1);
  align-items: center;
  display: flex;
  margin-top: 6px;
  /* short title */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

main .content .last-archive a::before {
  content: "";
  background: #f1f1f1 url("../image/iconly-light-document-2.svg");
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  width: 17px;
  height: 17px;
  display: inline-block;
  padding: 15px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  margin-left: 10px;
}

main .left .ads img {
  border-radius: 12px;
  margin-bottom: 0.5rem;
}

main .multimedia {
  /* border-radius: 12px;
  box-shadow: 0px 20px 25px 0px rgba(0, 0, 0, 0.03);
  background: rgba(35, 35, 35, 1); */
}

.today_news {
  height: 40px;
}

main .multimedia .nav-link {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  text-align: right;
  margin-left: 10px;
  padding: 10px;
  border-radius: 12px;
}

main .multimedia .nav-link:hover {
  color: var(--white-color) !important;
  border-bottom: 1px solid red
}

main .multimedia .nav-link.active {
  border: 1px solid var(--white-color);
}

main .multimedia .vid-item {
  border-bottom: 1px solid rgba(66, 66, 66, 1);
  padding-top: 10px;
  padding-bottom: 10px;
}

main .multimedia .vid-item:last-child {
  border: 0;
}

main .multimedia .vid-item .rotitr,
main .multimedia .vid-item .titr,
main .multimedia .vid-item .date {
  color: var(--white-color);
}

main .multimedia .vid-item .rotitr {
  font-size: 10px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: right;
}

main .multimedia .vid-item .titr {
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: right;
}

main .multimedia .vid-item .date {
  font-size: 11px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: right;
}

main .multimedia .big_video {
  position: relative;
}

main .multimedia .vid-item .cover {
  position: relative
}

main .multimedia .vid-item .cover:before {
  content: "";
  position: absolute;
  top: 36%;
  right: 37%;
  background: url("../image/Play@2x.png");
  background-size: auto;
  background-size: 100% 100%;
  width: 38px;
  height: 38px;
}

main .multimedia .big_video::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  background: url("../image/Play@2x.png");
  background-size: 100% 100%;
  width: 65px;
  height: 65px;
}

main .multimedia .big_video img {
  border-radius: 25px;
  height: 400px;
  width: 100%
}

main .multimedia .big_video .title {
  position: absolute;
  bottom: 60px;
  right: 20px;
  font-size: 22px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: right;
  color: var(--white-color)
}

main .multimedia .big_video .sub_title {
  position: absolute;
  bottom: 10px;
  left: 20px;
  right: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: justify;
  color: var(--white-color)
}

main .multimedia .pic-items {
  padding-right: 10px;
}

main .multimedia .p-item {
  border-bottom: 1px solid rgba(66, 66, 66, 1);
  padding-top: 10px;
  padding-bottom: 10px;
}

main .multimedia .p-item:last-child {
  border: 0;
}

main .multimedia .p-item .rotitr,
main .multimedia .p-item .titr,
main .multimedia .p-item .date {
  color: var(--white-color);
}

main .multimedia .p-item .rotitr {
  font-size: 10px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: right;
}

main .multimedia .p-item .titr {
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: right;
}

main .multimedia .p-item .date {
  font-size: 11px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: right;
}

main .multimedia .p-item .cover {
  position: relative
}

main .multimedia .pic-item {
  /*position: relative;*/
  margin-left: 5px;
  /*margin-right: 5px;*/
}

main .multimedia .p-item .cover img {
  border-radius: 8px;
}

main .multimedia .pic-item .title {
  position: absolute;
  bottom: 40px;
  right: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: right;
  color: var(--white-color)
}

main .multimedia .big_picture {
  position: relative;
}

main .multimedia .big_picture img {
  border-radius: 12px;
  height: 400px;
  width: 100%
}

main .multimedia .big_picture .title {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 22px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: right;
  color: var(--white-color)
}

/*main*/
/*main _ into*/
main .into .info-into {
  font-size: 12px;
  color: rgba(56, 94, 157, 1);
}

main .into .info-into .date-into {
  direction: ltr;
}

main .into .info-into .id_news:before {
  content: "|";
  padding-left: 12px;
}

main .into .title h1 {
  color: var(--dark-color);
  font-size: 18px;
  font-weight: 700;
  line-height: 31px;
  letter-spacing: 0em;
  text-align: right;
}

main .into .lead {
  background: rgba(214, 214, 214, 0.18);
  border-radius: 12px;
}

main .into .lead p {
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: justified;
}

main .into .news-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: justified;
  color: rgba(62, 61, 61, 1);
}

main .into .tags span {
  font-size: 14px;
  font-weight: 400;
  color: rgba(62, 61, 61, 1);
  background: rgba(240, 240, 240, 1);
  margin-left: 12px;
  padding: 5px 9px;
  border-radius: 6px;
}

main .into .related_post .title,
main .into .comment .title,
main .cat .title-section,
main .videos .title-section,
main .pictures .title-section {
  border-right: 3px solid var(--blue-color);
  padding-right: 10px;
}

main .into .related_post ul li {
  border-bottom: 1px solid rgba(217, 217, 217, 0.3);
  padding: 6px 20px;
  font-size: 12px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: justified;
}

main .into .related_post ul li:last-child {
  border-bottom: 0
}

main .into .comment .avatar-img {
  width: 35px;
}

main .into .comment h5 {
  font-size: 14px;
  margin-right: 5px;
  margin-bottom: 0;
}

main .into .comment .form-control::placeholder {
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: justified;
  colro: rgba(175, 175, 175, 1);
}

main .into .recive-comment .date-comment {
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: right;
  color: rgba(119, 119, 119, 1);
}

main .into .recive-comment .user-comment {
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: right;
  color: rgba(119, 119, 119, 1);
}

main .into .recive-comment .text-comment p {
  margin-top: 25px;
  margin-right: 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1px;
  letter-spacing: 0em;
  color: rgba(119, 119, 119, 1);
}

main .into .replyandlike a {
  color: var(--red-color);
}

/*main _ into*/
main .cat .top {
  position: relative;
  height: 100%;
}

main .cat .box1 {
  position: relative;
  margin-right: 5px;
  margin-left: 5px;
  width: 50%;
  height: 167px;
}

main .cat .box1 .title {
  position: absolute;
  bottom: 0;
  right: 15px;
  left: 15px;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: justify;
  color: var(--white-color);
  z-index: 1;
}

main .cat .box1 .img_box {
  width: 100%;
  border-radius: 8px;
  height: 100%;
}

/*main _ into-video*/
main .into.into-video .poster img {
  min-height: 355px;
}

main .cat .box1 .overlay {
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #000, #000);
  width: 100%;
  position: absolute;
  border-radius: 12px;
  bottom: 0;
  opacity: 0.45;
}

.pagination .first,
.pagination .last {
  background: #EA121D;
  color: #fff;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 100;
}

.pagination .first:hover,
.pagination .last:hover {
  color: #fff !important;
}

/*main _ into-video*/
/*main _ cat-video*/
main .videos .v-item .title {
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: right;
}

main .videos .v-item .date {
  font-size: 12px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0em;
}

main .videos .v-item {
  margin-bottom: 1rem;
}

main .videos .v-item .overlay {
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #000, #000);
  width: 100%;
  opacity: 0.4;
  position: absolute;
  z-index: 1;
  border-radius: 12px;
  bottom: 0;
}

/*main _ cat-video*/
/*main _ cat-picture*/
main .top-pictures .overlay {
  height: 50%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #203A97);
  width: 100%;
  position: absolute;
  border-radius: 12px;
  bottom: 0;
  opacity: 0.82;
}

main .top-pictures .info_top-pictures {
  position: absolute;
  bottom: 15px;
  color: var(--white-color);
  right: 15px;
}

main .top-pictures .info_top-pictures .date {
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0em;
  color: rgba(176, 176, 176, 1);
}

main .top-pictures .info_top-pictures .title {
  font-size: 28px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: 0em;
}


main .pictures .p-item .title {
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: center;
}

main .pictures .p-item .date {
  font-size: 12px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: center;
}

/*main _ cat-picture*/
/*footer*/
footer {
  background: rgba(246, 250, 247, 1);
  /* stroke: rgba(151, 151, 151, 1); */
  /* color: var(--white-color); */
  /* padding: 1rem !important */
}





footer a {
  color: black
}

/* footer .f-info {
  border-left: 1px solid rgba(217, 217, 217, 0.3);
} */

footer .title {
  font-size: 17px;
  text-align: right;
}

.news-latter-footer {
  height: 100px;
  background-color: #E98C8D;
  width: 100%;
  margin: 30px 0 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;

}


.news-latter-footer .top_page {
  padding: 10px;
}

.news-latter-footer form {
  position: relative;
  display: flex;
  align-items: center;
}

.news-latter-footer form input {
  height: 60px;
  width: 300px;
  border-radius: 20px;
}

.news-latter-footer form img {
  position: absolute;
  right: 2%;
}


footer .social {
  border-radius: 40px;
  padding: 10px 30px;
  width: max-content;
  display: flex;
  align-items: center;
}

footer .social .social-item {
  /* background-color: #EA121D; */
  padding: 5px;
  margin-right: 10px;
}

footer .social .social-item-rubika {
  background-color: #EA121D;
  padding: 2px;
  margin-right: 10px;
}

footer .social .social-item img {
  height: 28px;
}


footer .copyright {
  padding: 15px;
}

footer .copyright span {
  padding: 15px;
}

/*footer*/


/* into */

.lead-news {
  background-color: rgba(214, 214, 214, 0.18);
  border-radius: 15px;
  font-size: 15px;
  text-align: start;
  margin-top: 20px;
  padding: 15px;
  line-height: 2;
}

.section-title .title {
  border-right: 4px solid #EA121D;
  border-radius: 2px;
  padding-right: 10px;

}

.section-title ul li {
  border-bottom: 1px solid rgba(217, 217, 217, 0.3);
  padding: 6px 20px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
}

.section-title-circle {
  width: 15px;
  height: 15px;
  background-color: #EA121D;
  border-radius: 100%;
}

.lead-titr {
  margin: 10px 0 10px 0;
  font-size: 25px;

  color: #EA121D;
}


/* tabs */

/* Tabs*/



#tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #f3f3f3;
  background-color: transparent;
  border-color: transparent transparent #f3f3f3;
  border-bottom: 4px solid !important;
  font-size: 20px;

}

#tabs .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  color: #000;
  font-size: 20px;
}

#tabs .nav-tabs .nav-link:hover {
  color: #EA121D !important;
}

#tabs .nav-tabs .nav-link.active {
  color: #EA121D;
}

#tabs .tab-pane {
  overflow-y: scroll;
  height: 400px;
}




#audio .nav-tabs {
  border-bottom:unset
}

#audio .nav-tabs .nav-link {
  color: #000000 ;
  border: unset !important;
}
#audio .nav-tabs .nav-link:hover {
  color: #EA121D !important;
}
#audio .nav-link.active {
  color: #EA121D;
  border-bottom: unset !important;
}
/* image  */

.img-index .lead-img {
  width: 96%;
  border-radius: 15px;
  max-height: 470px;
  height: 470px;
}
.img-index .lead-img-tabs {
  width: 100%;
  border-radius: 15px;
  max-height: 470px;
  height: 470px;
}

.img-index {
  max-height: 470px;
  position: relative;
}

.lead-img-title {
  position: absolute;
  bottom: 15%;
  color: #ffffff;
  font-size: larger;
  background-color: linear-gradient(rgba(0, 0, 0, 0), #000, #000);
}

.lead-img-date {
  position: absolute;
  bottom: 7%;
  color: rgba(255, 255, 255, 0.33);
  font-size: larger;
}

.overlay {
  height: 25%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #000, #000);
  width: 96%;
  opacity: 0.4;
  position: absolute;
  z-index: 1;
  border-radius: 15px;
  bottom: 0%;
}
.overlay2 {
  height: 25%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #000, #000);
  width: 96%;
  opacity: 0.4;
  position: absolute;
  z-index: 1;
  border-radius: 15px;
  bottom: -3%;
}

.lead-img-badge {
  width: 100px;
  height: 33px;
  border-radius: 10px;
  background-color: rgba(22, 22, 22, 0.50);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 6%;
  z-index: 1;
  color: #ffffff;
  right: 6%;

}

.b-media {
  border: 1px solid;
  border-radius: 15px;
  padding: 10px;
}

/* scrollbar */
/* width */
.tab-pane::-webkit-scrollbar {
  width: 10px;
  direction: rtl;
  left: 0;
  /* Position the scrollbar on the left of the element */

}

/* Track */
.tab-pane::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 5px grey;  */
  border-radius: 10px;
  background-color: #D6D6D6;
}

/* Handle */
.tab-pane::-webkit-scrollbar-thumb {
  background: #EA121D;
  border-radius: 10px;
}


.img-lead-h {
  height: 500px;
}

.play-media {
  position: absolute;
  height: 25%;
}
