:root {
  --bs-primary: #354429;
  --bs-primary-rgb: 53, 68, 41;
  --bs-secondary-rgb: 181, 162, 102;
  --bs-secondary: #b5a266;
  --bs-warning: #d9bb81;
  --bs-gray-dark: #dddddd;
  --bs-gray-darker: #93909d;
  --bs-gray: #f5f6f8;
  --bs-gray-light: #d3dce6;
  --bs-light: #cfd8dc;
  --bs-danger: rgb(197, 22, 29);
  --bs-blue: #002773;
  --bs-white: #fff;
  --bs-nav-link-hover-color: #d9bb81;
  --bs-link-hover-color-rgb: #d9bb81;
  /* --bs-borderColor: #e2e3e7;
    --bs-lineColor: #78909c;
    --bs-rutitrColor: #8b8e8e;
    --bs-border-radius: 3px;
    --bs-bodyColor: #666;*/
  --bs-blackColor: #333;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.bg-gray-dark {
  background-color: var(--bs-gray-dark);
}

.bg-gray-darker {
  background-color: var(--bs-gray-darker);
}

.text-gray-dark {
  color: var(--bs-gray-dark);
}

.text-gray-darker {
  color: var(--bs-gray-darker);
}

.rounded {
  border-radius: 5px !important;
}

.text-secondary-bg {
  background-color: var(--bs-primary);
  color: var(--bs-secondary);
}

.text-primary-bg {
  color: var(--bs-primary);
  background-color: var(--bs-secondary);
}

.w-fitContent {
  width: fit-content;
}

.x-small {
  font-size: 10px;
}

.form-control {
  font-size: 14px !important;
}

@font-face {
  font-family: Es;
  src: url("./fonts/isar/Estedad-Medium.ttf");
}

@font-face {
  font-family: EsBold;
  src: url("./fonts/isar/Estedad-Bold.woff");
}

@font-face {
  font-family: Iran;
  src: url("./fonts/IRANSansWeb.eot") format("eot"),
    url("./fonts/IRANSansWeb.ttf") format("ttf"),
    url("./fonts/IRANSansFaNum-regular.woff2") format("woff2"),
    url("./fonts/IRANSansFaNum-regular.woff") format("woff");
}

@font-face {
  font-family: IranBlack;
  src: url("./fonts/IRANSansWeb(FaNum)_Black.eot") format("eot"),
    url("./fonts/IRANSansWeb(FaNum)_Black.ttf") format("ttf"),
    url("./fonts/IRANSansWeb(FaNum)_Black.woff") format("woff2"),
    url("./fonts/IRANSansWeb(FaNum)_Black.woff2") format("woff");
  font-weight: black;
}

@font-face {
  font-family: IranBold;
  src: url("./fonts/IRANSansWeb_Bold.eot") format("eot"),
    url("./fonts/IRANSansWeb_Bold.ttf") format("ttf"),
    url("./fonts/IRANSansFaNum-bold.woff2") format("woff2"),
    url("./fonts/IRANSansFaNum-bold.woff") format("woff");
  font-weight: bold;
}

@font-face {
  font-family: Ray;
  src: url("./fonts/Ray-Light.ttf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: Ray;
  src: url("./fonts/Ray.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: Ray;
  src: url("./fonts/Ray-Medium.ttf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: Ray;
  src: url("./fonts/Ray-Bold.ttf") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: Ray;
  src: url("./fonts/Ray-ExtraBold.ttf") format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: Ray;
  src: url("./fonts/Ray-Black.ttf") format("truetype");
  font-weight: 800;
}

@font-face {
  font-family: Ray;
  src: url("./fonts/Ray-ExtraBlack.ttf") format("truetype");
  font-weight: 900;
}

body {
  font-family: Iran;
  line-height: 1.5;
  color: var(--bs-bodyColor);
  font-size: 14px;
  text-align: right;
  background-color: #f2f5f8;
}

.container-fluid {
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: var(--bs-warning);
}

.bg-gray {
  background-color: var(--bs-gray);
}

.bold {
  font-family: IranBold;
}

.black {
  font-family: IranBlack;
}

.font-weight-bold {
  font-style: normal;
  font-weight: 900;
  font-family: IranBold;
}

.font-13 {
  font-size: 13px;
}

.carousel-indicators button {
  border-radius: 50%;
  width: 8px !important;
  height: 8px !important;
}

.carousel-indicators button.active {
  background-color: var(--bs-blackColor) !important;
}

.carousel-caption {
  bottom: 0.8rem;
}

.carousel-control-prev,
.carousel-control-next {
  opacity: 1;
  /* bottom: unset; */
  /* top: 25vh */
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  opacity: 0.5;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  /* background-color: var(--bs-secondary); */
  color: var(--bs-blackColor);
  filter: invert(1);
  background-color: transparent;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  padding: 5px;
  /* background-size: 60%; */
}

.carouselSubject {
  background-color: var(--bs-secondary);
  color: #000;
  position: absolute;
  top: 10px;
  z-index: 2;
  width: 100%;
  font-family: IranBold;
  font-size: 16px;
}

/* .carousel-caption {
    position: relative;
    color: var(--bs-secondary);
    font-weight: 900;
   
    text-align: right;
    right: unset;
    left: unset;
    bottom: unset;
} */

.btn-more:hover {
  background: transparent;
  color: #316898;
  border: 1px solid #316898;
}

p {
  margin: 0 0 10px;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

time:before {
  display: inline-block;
  content: "\f017";
  font: normal normal normal 11px / 1 FontAwesome;
  margin-left: 4px;
}

time {
  /* color: #b9bec1; */
  font-size: 11px !important;
}

time a {
  color: var(--bs-blackColor);
  font-size: 11px;
}

.border-left-dash {
  border-left: 1px dashed gray;
}

/* *****************rtl override******************** */
.input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
    .valid-feedback
  ):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: var(--bs-border-radius);
  border-bottom-left-radius: var(--bs-border-radius);
}

.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation)
  > .form-floating:not(:last-child)
  > .form-control,
.input-group:not(.has-validation)
  > .form-floating:not(:last-child)
  > .form-select,
.input-group:not(.has-validation)
  > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(
    .form-floating
  ) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: var(--bs-border-radius);
  border-bottom-right-radius: var(--bs-border-radius);
}

.form-control:focus {
  box-shadow: unset;
}

.input-group-text {
  border: none;
  background-color: unset;
  color: unset;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: unset;
}

img {
  border-radius: 5px;
}

/* *****************mainPage******************** */
.totop {
  position: fixed;
  right: 20px;
  bottom: 20vh;
  z-index: 710;
  color: var(--bs-secondary);
  width: 60px;
  height: 60px;
  display: none;
  text-align: center;
  line-height: 60px;
  background-color: var(--bs-primary);
  border-radius: 100%;
  cursor: pointer;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.totop:hover {
  text-decoration: none;
  background: var(--bs-primary);
  color: var(--bs-secondary);
}

.logoname::before {
  position: absolute;
  content: "";
  height: 100%;

  right: -2px;
  top: 0;
  border-right: 1.8px solid var(--bs-primary);
}

.logoname {
  color: var(--bs-primary);
  position: relative;
  font-family: IranBold;
  font-size: 1rem;
}

.logo img {
  width: 40%;
}

.bottomHeader {
  background-image: linear-gradient(
    to right,
    var(--bs-primary) 41%,
    var(--bs-secondary) 80%
  );
}

.top-menu {
  padding-top: 0.8rem;
  /* padding-right: 0; */
  border-top-right-radius: 50px;
}

.top-menu li a {
  direction: ltr;
  display: inline-block;
  color: var(--bs-secondary);
}

.leftBorder {
  position: relative;
}

.leftBorder::before {
  position: absolute;
  content: "";
  height: 75%;

  left: 0;
  top: 3px;
  border-right: 1.8px solid var(--bs-primary);
}

.langLink a {
  border-radius: 5px;
  font-family: Es;
  padding: 0 0.5rem;
  margin: 0.5rem;
}

.rutitr,
.time {
  color: #001b5a73;
  font-size: 10px;
  position: relative;
}

.time span:last-child {
  margin-left: -10px;
}

.titr,
.titr * {
  font-family: IranBold;
  color: #002773;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
}

.newsLead {
  text-align: justify;
  font-size: 12px;
}

.rutitr {
  padding-right: 5px;
}

/*
.rutitr:before {
    content: "";
    position: absolute;
    background-color: var(--bs-secondary);
    display: block;
    height: 5px;
    width: 5px;
    right: 0px;
    top: 5px;
    border-radius: 50%;
}
*/

.swiperCaption {
  text-align: center;
  color: var(--bs-secondary);
  padding: 10px 5px;
  display: block;
}

.subject {
  background: linear-gradient(
    to bottom,
    transparent 18%,
    var(--bs-secondary) 6%,
    var(--bs-secondary) 82%,
    #fff 78%
  );
  /* background: linear-gradient(to bottom, transparent 14%, var(--bs-secondary) 20%, var(--bs-secondary) 82%, #fff 9%); */
  text-align: right;
  text-indent: 10%;
  font-weight: 700;
}

.subject .title {
  position: relative;
  background-color: var(--bs-white);
  color: var(--bs-primary);
  font-size: 18px;
  font-family: IranBold;
}

.subject .title:after {
  content: "";
  position: absolute;
  top: 0px;
  right: -20px;
  background: radial-gradient(circle at right, transparent 39%, #fff 45%);
  display: block;
  width: 20px;
  height: 100%;
}

.subject .title::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -20px;
  background: radial-gradient(circle at left, transparent 31%, #fff 39%);
  display: block;
  width: 20px;
  height: 100%;
}

.hotNews .each::before {
  content: "";
  position: absolute;
  background-color: var(--bs-danger);
  display: block;
  height: 5px;
  width: 5px;
  right: 0px;
  top: 12px;
  border-radius: 50%;
}

.hotNews .each {
  font-family: IranBold;
  position: relative;
  padding: 5px 10px 5px 0px;
}

.moreItems {
  background-color: var(--bs-primary);
  color: var(--bs-secondary);
  text-align: center;
  margin: 10px auto;
  border-radius: 20px;
  display: block;
  padding: 10px;
  width: fit-content;
}

.socialImg {
  width: 30px;
  height: 30px;
  object-fit: contain;
  margin-top: 20px;
}

.PersianCopyright,
.PersianCopyright * {
  background: var(--bs-secondary);
  border-top-right-radius: 54px;
  margin-right: -6%;
  padding-right: 46px;
  font-size: 12px;
  padding-top: 10px;
  font-family: IranBold;
}

.EnglishCopyright {
  background: var(--bs-secondary);
  border-bottom-left-radius: 54px;
  margin-left: -6%;
  padding-left: 46px;
  font-size: 12px;
  z-index: 2;

  text-align: left;
  direction: ltr;
}

@media (min-width: 768px) and (max-width: 992px) {
  .subject .title {
    font-size: 15px !important;
  }
}

@media (max-width: 992px) {
  .socialImg {
    width: 30px;
    height: 30px;
  }

  .container {
    max-width: 100% !important;
  }
}

@media (max-width: 576px) {
  .bigBox .right img {
    height: unset;
  }

  .form-control {
    font-size: 11px;
  }

  .hashtag:not(.right .hashtag) {
    top: 10%;
  }

  .socialImg {
    width: 15px;
    height: 15px;
  }

  .langLink a {
    font-size: 10px !important;
  }

  .logoname::before,
  .leftBorder::before {
    border-right: none;
  }

  .totop {
    width: 30px;
    height: 30px;
    line-height: 30px;
    right: 5px;
  }

  #firstSlider img {
    height: unset !important;
  }
}

@media (min-width: 1400px) {
  .EnglishCopyright,
  .PersianCopyright {
    text-wrap: nowrap;
  }
}

/************************************************ map styles: ****************************************/
path:hover,
path:focus,
path.active {
  fill: #2e3192;
}

path:hover + text,
path:focus + text,
path.active + text {
  fill: #ffffff;
}

path {
  fill: #bcbdc0;
  fill-opacity: 1;
  fill-rule: nonzero;
  stroke: #fff;
  pointer-events: all;
  transition: all 0.25s ease-out;
}

svg {
  pointer-events: all;
}

svg .caspian,
svg .sea,
svg .persian-gulf {
  fill: #6caed8;
}

.urmia,
svg path.jazmourian {
  fill: #6caed8;
}

.abu-musa,
.faror-big,
.faror-small,
.hendorabi,
.hengam,
.hormoz,
.khark,
.kish,
.lark,
.lavan,
.qeshm,
.siri,
.tunb-big,
.tunb-small {
  fill: #fff;
}

.ProvinceNewsTitle {
  position: relative;
  padding-right: 1rem;
  padding-bottom: 10px;
}

.ProvinceNewsTitle:not(:last-child) {
  border-bottom: 1px dashed #c9c9c9;
}

.ProvinceNewsTitle::before {
  content: "\f053";
  position: absolute;
  right: 0px;
  top: 2px;
  color: #ed1c24;
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  text-shadow: 1px 0px #ed1c24;
  font-size: 10px;
}

#martyrList img {
  max-height: 120px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

/************************************************ map styles: ****************************************/
/************************************************ calendar styles: ****************************************/
.calendar {
  min-height: 275px;
  font-family: IranBold;
}

.table-days tr td:last-child * {
  color: var(--bs-danger) !important;
}

.datepicker-persian * {
  font-family: IranBold !important;
}

.pwt-btn-today {
  float: none !important;
  background-color: var(--bs-danger) !important;
  color: var(--bs-white) !important;
  font-family: IranBold;
  border-radius: 5px;
}

.today * {
  background-color: unset !important;
  border: 2px solid var(--bs-danger) !important;
  border-radius: 5px !important;
  color: unset !important;
  display: block;
}

.header-row * {
  background-color: var(--bs-gray-darker) !important;
  color: #fff !important;
}

.pwt-btn.pwt-btn-switch {
  color: var(--bs-danger) !important;
  direction: ltr;
  width: 59% !important;
  font-size: 14px;
}

.pwt-btn-prev,
.pwt-btn-next {
  font-size: 70%;
  width: 18% !important;
}

.pwt-btn-prev::before {
  display: inline-block;
  content: "\f061";
  font: normal normal normal 8px / 1 FontAwesome;
  margin-left: 4px;
  font-weight: 900;
  color: var(--bs-danger);
}

.pwt-btn-next::after {
  display: inline-block;
  content: "\f060";
  font: normal normal normal 8px / 1 FontAwesome;
  margin-left: 4px;

  font-weight: 900;
  color: var(--bs-danger);
}

/* *****************innerPage******************** */

.onvan {
  position: relative;
}

.onvan::after {
  content: "";
  width: calc(100% - 145px);
  height: 2px;
  position: absolute;
  background-color: var(--bs-secondary);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.onvan .w-fitContent::before {
  width: 0;
  height: 0;
  border-right: 15px solid var(--bs-secondary);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
}

.connectedNews .eachBox img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  object-position: top;
  margin: 0 auto;
  border-radius: 50%;
  max-width: 100%;
}

.connectedNews .eachBox .titr,
.connectedNews .eachBox .titr * {
  color: var(--bs-bodyColor) !important;
  font-size: 14px !important;
  height: 50px;
  position: relative;
}

.connectedNews .eachBox .titr::before {
  content: "||";
  font-size: 10px;
  font-family: sans-serif;
  position: absolute;
  color: var(--bs-warning);

  right: -10px;
  top: 0;
}

.tagLink {
  border-width: 2px;
  border-style: solid;
  border-color: var(--bs-secondary);
  color: var(--bs-secondary);
  padding: 5px 10px;
  border-radius: 14px;
  margin: 5px;
  display: inline-block;
  font-weight: 700;
}

.newsImgBox .bottomRow {
  border-bottom: 1px dashed gray;
}

.newsBoxLead *,
.newsBoxLead {
  color: #353535;
  text-align: justify;
  background-color: #ebeaf2;
  /*font-size: 90%;*/
  font-family: IranBold;
}

.newsTitr {
  color: #000;
  font-size: 28px;
  font-family: IranBold;
  position: relative;
  margin-top: 20px;
}

.breadcrumbs span {
  position: relative;
  margin-right: 5px;
  font-size: 70%;
}

.breadcrumbs span:not(:first-child) {
  margin-right: 15px;
}

.breadcrumbs span:before {
  content: "|";
  font-size: 10px;
  font-family: sans-serif;
  position: absolute;

  right: -5px;
  top: 0px;
}

.topRow {
  background-color: #ebeaf2;
}

.article img {
  max-width: 100%;
  height: auto !important;
  margin: 0 auto 1rem;
  border-radius: 0.8rem;
}

.article video {
  max-width: 100%;
  height: auto !important;
  margin: 0 auto 1rem;
  border-radius: 0.8rem;
}

.article p {
  line-height: 29px !important;
}

/* badge */
.badge {
  position: absolute;
  top: -25px;
  right: 3px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: Ray;
  font-weight: 800;
}

.badge .bullet {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--bs-secondary);
}

.badge .text-box {
  background: var(--bs-primary);
  overflow: hidden;
  padding: 12px 36px 12px 12px;
  position: relative;
  font-size: 18px;
  border-radius: 20px;
}

.badge .text-box img {
  position: absolute;
  right: -20px;
  top: -5px;
  transform: rotate(5deg);
}

/* badge */

/* header */
header {
  position: relative;
  z-index: 50;
}

header nav .header-bg {
  border-radius: 0px;
  object-fit: cover;
  object-position: center;
  left: 0;
}

header nav .nav-links {
  background-color: #fff;
  margin-top: -41px;
  padding: 28px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 35px;
  box-shadow: 0px 0px 10px 0px rgba(183, 183, 183, 0.16);
  font-family: Ray;
  font-weight: 700;
}

header nav .nav-links a {
  font-weight: 900;
  color: var(--bs-primary);
  font-size: 18px;
  border-radius: 24px;
  padding: 0 5px;
  transition: background 0.05s ease-in-out;
}

header nav .nav-links a:hover {
  background-color: #bca66a;
  padding: 0 5px;
}

header nav .main {
  padding-right: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -90px;
}

header nav .main h1 {
  font-size: 20px;
  font-family: Ray;
  font-weight: 800;
  color: var(--bs-primary);
  margin-top: -24px;
}

header nav .main .buttons {
  margin-top: -29px;
  padding-left: 40px;
}

header nav .main .buttons button,
header nav .main .buttons a {
  background: none;
  border: 4px solid var(--bs-primary);
  outline: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bs-primary);
  line-height: 1;
  font-weight: 700;
}

header nav .main .buttons button.search img {
  transform: scaleX(-1);
}

header nav .main .logo {
  background-color: #bca66a;
  padding: 10px 10px;
  border-radius: 56px;
}

@media screen and (max-width: 1550px) {
  header nav .nav-links {
    gap: 12px;
  }

  header nav .nav-links a {
    font-size: 18px;
  }

  header nav .main {
    padding-right: 30px;
  }
}

@media screen and (max-width: 1280px) {
  header nav .header-bg {
    height: 93px;
  }

  header nav .main {
    margin-top: -84px;
  }

  header nav .main .logo {
    width: 180px;
  }

  header nav .nav-links {
    margin-top: -20px;
  }

  header nav .main h1 {
    margin-top: -8px;
  }

  header nav .main .buttons {
    margin-top: -15px;
  }
}

@media screen and (max-width: 1024px) {
  header nav .header-bg {
    height: 122px;
  }

  header nav .nav-links {
    position: absolute;
    top: 84px;
    width: 100%;
    flex-direction: column;
    padding: 16px;
    z-index: -1;
    margin-top: 0;
    border-radius: 0;
    display: none;
  }

  header nav .nav-links.active {
    display: flex;
  }

  header nav .main {
    padding: 10px;
    margin-top: -10px;
  }

  header nav .header-bg {
    height: 93px;
  }

  header nav .main .logo {
    border-radius: 0;
    padding: 0;
    background: none;
    width: 180px;
  }

  header nav .main h1 {
    margin-top: 0;
    font-size: 16px;
  }

  header nav .main .buttons {
    margin-top: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 620px) {
  header nav .main .buttons {
    flex-wrap: wrap;
  }

  header nav .header-bg {
    height: 100px;
  }

  header nav .nav-links {
    top: 91px;
  }
}

/* header */

/* landing */
.landing .news {
  border: 1px solid #899182;
  border-radius: 26px;
  padding: 16px;
  display: flex;
  gap: 16px;
  min-height: 400px;
}

.landing .news .news-list {
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.landing .news .main-news-img {
  height: 100%;
  min-width: 60%;
  background: var(--bs-primary);
  border-radius: 24px;
  overflow: hidden;
}

.landing .news .main-news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.landing .news .single-news .news-img {
  border-radius: 16px;
}

.landing .news .single-news {
  border-radius: 16px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 12px;
}

.landing .news .single-news h2 {
  font-size: 16px;
  color: var(--bs-primary);
  line-height: 28px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  font-family: IranBlack;
}

.landing .news .single-news .news-icon {
  display: none;
}

.landing .news .single-news p {
  display: none;
  font-size: 14px;
  color: #666;
  margin-top: 0.5rem;
  font-weight: 400;
  overflow: hidden;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  color: var(--bs-primary);
}

.landing .news .single-news.active {
  background: #f0e8d1;
  align-items: flex-start;
  width: fit-content;
  margin-right: -26px;
}

.landing .news .single-news.active .news-img {
  display: none;
}

.landing .news .single-news.active .news-icon {
  display: block;
  margin-top: 4px;
}

.landing .news .single-news.active p {
  display: -webkit-box !important;
}

.landing .news .single-news .news-img {
  border-radius: 8px;
  flex-shrink: 0;
}

.landing .daily {
  display: flex;
  border: 1px solid #899182;
  border-radius: 26px;
  min-height: 400px;
  overflow: hidden;
}

.landing .daily .right {
  background-color: #f0e8d1;
  padding: 20px;
  color: var(--bs-primary);
  font-family: IranBold;
}

.landing .daily .info {
  display: flex;
  flex-direction: column;
}

.landing .daily .info .info-image {
  margin-right: 8px;
}

.landing .daily .info .persian-date {
  font-size: 14px;
}

.landing .daily .info .georgian-date {
  color: #bba769;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.landing .daily .info .georgian-date .rod-y {
  width: 3px;
  height: 100%;
  background: #cfcbb3;
}

.landing .daily .info .rod-x {
  width: 100%;
  height: 3px;
  background: #cfcbb3;
}

.landing .daily .daily-img img {
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.landing .columns {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 10px;
}

@media screen and (max-width: 1550px) {
  .landing .news {
    gap: 8px;
  }

  .landing .news .news-list .single-news {
    padding: 8px;
    gap: 8px;
  }

  .landing .news .main-news-img {
    min-width: 45%;
  }

  .landing .news .single-news .news-img {
    width: 120px;
  }
}

@media screen and (max-width: 1280px) {
  .landing .columns {
    grid-template-columns: 12fr;
  }
}

@media screen and (max-width: 1024px) {
  .landing .news {
    flex-direction: column;
  }

  .landing .news .single-news {
    width: 100%;
  }

  .landing .news .single-news.active {
    margin-right: 0;
    width: 100%;
  }

  .landing .news .single-news.active .news-img {
    display: block;
  }

  .landing .news .single-news.active .news-icon {
    display: none;
  }
}

/* landing */

/* body */
.home-page {
  padding-bottom: 130px;
}

.home-page .favorite {
  border: 2px solid #959d8f;
  padding: 40px 13px 21px 13px;
  position: relative;
  border-radius: 20px;
}

.home-page .favorite .favorite-cards .card {
  height: 217px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}

.home-page .favorite .favorite-cards .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-page .favorite .favorite-cards .card .category {
  position: absolute;
  left: 20px;
  top: 20px;
  border-radius: 8px;
  font-size: 14px;
  padding: 2px 10px;
  background-color: rgba(82, 82, 82, 0.8);
  color: #fff;
}

.home-page .favorite .favorite-cards .card .body-text {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 10px 4px;
  font-size: 14px;
  background-color: rgba(82, 82, 82, 0.8);
  text-align: center;
  color: #fff;
}

.home-page .favorite .favorite-cards .card .body-text p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.home-page .favorite .swiper-btn {
  border-radius: 50%;
  padding: 3px;
  border: 1px solid #959d8f;
  outline: none;
  background: none;
  position: absolute;
  top: 4px;
  left: 20px;
  transition: opacity 0.1s ease-in-out;
}

.home-page .favorite .swiper-btn.prev-slide {
  left: 60px;
}

.home-page .favorite .swiper-btn.next-slide img {
  transform: rotate(180deg);
}

.home-page .favorite .swiper-btn:disabled {
  opacity: 0.7;
}

.home-page .main {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 7fr 3fr 2fr;
  gap: 12px;
}
.home-page .archive {
  gap: 12px;
}

.home-page .main .news-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.home-page .main .news-list .news {
  background: #f2f5f8;
  border-radius: 24px;
  padding: 24px 16px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.home-page .main .news-list .news img {
  border-radius: 16px;
}

.home-page .main .news-list .news h3 {
  font-weight: 800;
  color: #354429;
  font-family: IranBlack;
  margin-bottom: 20px;
  font-size: 18px;
}

.home-page .main .news-list .news p {
  font-size: 16px;
  color: #354429;
}

.home-page .main .aside {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.home-page .main .aside .news-with-numb {
  border: 1px solid #959d8f;
  position: relative;
  padding: 33px 20px 10px 15px;
  border-radius: 20px;
}

.home-page .main .aside .news-with-numb a {
  padding-right: 12px;
  padding: 5px 0;
  padding-right: 5px;
  margin-left: 12px;
  padding-left: 10px;
}

.home-page .main .aside .news-with-numb a:not(:last-child) {
  border-bottom: 1px solid #959d8f;
}

.home-page .main .aside .news-with-numb a span {
  color: #bfc2c4;
  font-weight: 700;
  font-family: IranBold;
  font-size: 14px;
}

.home-page .main .aside .news-with-numb a p {
  margin-bottom: 0;
  color: #354429;
  font-family: IranBlack;
  font-size: 16px;
}

.home-page .main .ads .adv {
  height: 450px;
  background: #b5a266;
  border-radius: 13px;
}

.home-page .main .aside .tags {
  border: 1px solid #959d8f;
  position: relative;
  padding: 33px 20px 10px 15px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.home-page .main .aside .tags a {
  background: #b5a266;
  border-radius: 14px;
  padding: 5px 20px;
  color: #354429;
  font-family: IranBold;
  font-size: 14px;
}

.home-page .main .aside .news-with-icon {
  border: 1px solid #959d8f;
  position: relative;
  padding: 33px 20px 10px 15px;
  border-radius: 20px;
}

.home-page .main .aside .news-with-icon.with-scroll .list {
  max-height: 320px;
  overflow-y: auto;
}
.home-page .archive .aside .tags {
  border: 1px solid #959d8f;
  position: relative;
  padding: 33px 20px 10px 15px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.home-page .archive .aside .tags a {
  background: #b5a266;
  border-radius: 14px;
  padding: 5px 20px;
  color: #354429;
  font-family: IranBold;
  font-size: 14px;
}

.home-page .archive .aside .news-with-icon {
  border: 1px solid #959d8f;
  position: relative;
  padding: 33px 20px 10px 15px;
  border-radius: 20px;
}

.home-page .archive .aside .news-with-icon.with-scroll .list {
  max-height: 320px;
  overflow-y: auto;
}

.home-page
  .main
  .aside
  .news-with-icon.with-scroll
  .list::-webkit-scrollbar-thumb {
  background: #4e4e4e;
  border-radius: 10px;
}

.home-page .main .aside .news-with-icon.with-scroll .list::-webkit-scrollbar {
  width: 5px;
}

.home-page
  .main
  .aside
  .news-with-icon.with-scroll
  .list::-webkit-scrollbar-track {
  background: #939393;
  border-radius: 10px;
}

.home-page .main .aside .news-with-icon a {
  padding: 5px 5px 5px 10px;
  margin-left: 12px;
  display: flex;
  align-items: center;
}

.home-page .main .aside .news-with-icon a:not(:last-child) {
  border-bottom: 1px solid #959d8f;
}

.home-page .main .aside .news-with-icon a img {
  margin-left: 7px;
}

.home-page .main .aside .news-with-icon a p {
  margin-bottom: 0;
  color: #354429;
  font-family: IranBlack;
  font-size: 16px;
}

.home-page .main .aside .date-picker {
  border: 1px solid #959d8f;
  padding: 20px;
  border-radius: 20px;
}

.home-page .main .aside .vitrin {
  border: 1px solid #959d8f;
  position: relative;
  padding: 33px 20px 10px 15px;
  border-radius: 20px;
}

.home-page .media {
  display: grid;
  grid-template-columns: 6fr 6fr;
  gap: 10px;
  margin-top: 20px;
}

.home-page .media .photos .other-photos,
.home-page .media .videos .other-videos {
  display: grid;
  grid-template-columns: 6fr 6fr;
  gap: 10px;
}

.home-page .media .photos .main-photo,
.home-page .media .videos .main-video {
  margin-bottom: 10px;
  position: relative;
}

.home-page .media .photos .main-photo .titr,
.home-page .media .videos .main-video .titr {
  position: absolute;
  top: 30px;
  width: 100%;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #b5a266;
}

.home-page .media .photos .main-photo .titr p,
.home-page .media .videos .main-video .titr p {
  margin-bottom: 0;
  background: #354429;
  padding: 2px 50px;
  border-radius: 20px;
  color: #fff;
  font-family: Ray;
  font-weight: 800;
  font-size: 22px;
}

.home-page .media .photos img,
.home-page .media .videos img {
  width: 100%;
}

.home-page .media .photos .main-photo img,
.home-page .media .videos .main-video img {
  height: 400px;
  object-fit: cover;
}

.home-page .media .photos .other-photos img,
.home-page .media .videos .other-videos img {
  height: 200px;
  object-fit: cover;
}

.home-page .media .photos .more,
.home-page .media .videos .more {
  color: #354429;
  background-color: #bca66a;
  padding: 2px 10px;
  border-radius: 16px;
  font-family: Ray;
  font-weight: 800;
  font-size: 20px;
  margin: 10px auto 0;
  display: block;
  width: fit-content;
}

.home-page .news-by-city {
  margin-top: 36px;
  border: 1px solid #959d8f;
  position: relative;
  padding: 30px;
  border-radius: 20px;
}

.home-page .news-by-city .section-title {
  font-size: 28px;
  font-family: Ray;
  font-weight: 900;
  color: #354429;
  background-color: #bca66a;
  padding: 3px 21px;
  border-radius: 36px;
  width: fit-content;
  margin-bottom: 16px;
}

@media screen and (max-width: 1550px) {
  .home-page .main {
    grid-template-columns: 6fr 3.5fr 2.5fr;
  }
}

@media screen and (max-width: 1280px) {
  .home-page .main {
    grid-template-columns: 5fr 4.5fr 2.5fr;
  }

  .home-page .main .news-list .news {
    flex-direction: column;
    align-items: start;
  }

  .home-page .news-by-city .section-title {
    font-size: 32px;
  }
}

@media screen and (max-width: 1024px) {
  .home-page .main {
    grid-template-columns: 8fr 4fr;
  }

  .home-page .media {
    grid-template-columns: 12fr;
    gap: 36px;
  }

  .home-page .news-by-city .section-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .home-page .main {
    grid-template-columns: 12fr;
  }

  .home-page .aside {
    margin-top: 28px;
  }

  .home-page .media .photos .main-photo .titr p,
  .home-page .media .videos .main-video .titr p {
    padding: 2px 40px;
    font-size: 18px;
  }

  .home-page .news-by-city .section-title {
    margin-top: 14px;
  }
}

/* body */

/* footer */
footer {
  background: url(../img/footer-bg.png) no-repeat;
  width: 100%;
  background-size: cover;
  background-position: center;
  font-family: Ray;
  padding: 120px 0 5px;
  font-weight: 800;
  border-radius: 40px 40px 0 0;
}

footer .logo {
  position: absolute;
  top: -200px;
  right: 0;
  width: 150px;
  height: 150px;
}

footer .links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  font-size: 20px;
}

footer .links a {
  color: #bca66a;
  text-decoration: none;
}

footer .bold-links {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 10px;
  flex-wrap: wrap;
}

footer .bold-links a {
  color: #354429;
  background: #bca66a;
  text-decoration: none;
  font-size: 20px;
  padding: 1px 34px;
  border-radius: 22px;
}

footer .license-fa {
  color: #bca66a;
  font-size: 20px;
  margin: 10px 0;
}

footer .license-en {
  color: #bca66a;
  font-size: 20px;
  margin: 10px 0;
  direction: ltr;
  text-align: start;
}

@media screen and (max-width: 1024px) {
  footer .logo {
    top: -200px;
    right: 70px;
  }

  footer .links {
    gap: 16px;
    margin-bottom: 35px;
  }

  footer .bold-links {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 550px) {
  footer .logo {
    right: 50px;
  }
}

/* footer */

/* news page */
.news-page main {
  padding-bottom: 130px;
}

.news-page main article .bullet-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.news-page main article .bullet-row::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #354429;
  width: 99.5%;
  height: 1px;
  margin: 0 1px;
}

.news-page main article .bullet-row .bullet {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--bs-secondary);
  z-index: 5;
}

.news-page main aside > *:not(:last-child) {
  margin-bottom: 56px;
}

.news-page main aside .tags {
  border: 1px solid #959d8f;
  position: relative;
  padding: 33px 20px 10px 15px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.news-page main aside .tags a {
  background: #b5a266;
  border-radius: 14px;
  padding: 5px 20px;
  color: #354429;
  font-family: IranBold;
  font-size: 16px;
}

.news-page main aside .news-with-icon {
  border: 1px solid #959d8f;
  position: relative;
  padding: 33px 20px 10px 15px;
  border-radius: 20px;
}

.news-page main aside a {
  padding: 5px 5px 5px 10px;
  display: flex;
  align-items: center;
}

.news-page main aside a:not(:last-child) {
  border-bottom: 1px solid #959d8f;
}

.news-page main aside a img {
  margin-left: 7px;
}

.news-page main aside a p {
  margin-bottom: 0;
  color: #354429;
  font-family: IranBlack;
  font-size: 16px;
}

.news-page .news-info {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #bca66a;
  border-radius: 20px;
  padding-left: 10px;
}

@media screen and (max-width: 768px) {
  .news-page .news-info {
    flex-wrap: wrap;
  }

  .news-page .news-info .additional {
    padding-right: 8px;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 500px) {
  .news-page .news-info .additional {
    padding-bottom: 13px;
  }
}

.news-page .news-info .category {
  font-family: Ray;
  font-weight: 800;
  width: fit-content;
  color: #b5a266;
  background: var(--bs-primary);
  overflow: hidden;
  padding: 4px 40px 4px 16px;
  position: relative;
  font-size: 20px;
  border-radius: 20px;
}

.news-page .news-info .category img {
  position: absolute;
  right: -22px;
  top: -7px;
  transform: rotate(5deg);
}

.news-page .news-info .news-code {
  background: #51683f;
  color: #b5a266;
  padding: 9px 31px 8px 26px;
  margin-right: -18px;
  border-radius: 20px 0 0 20px;
}

.news-page .news-info .news-code p {
  margin-bottom: 0;
}

.news-page .news-info .additional {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 16px;
}

.news-page .newsImgBox {
  position: relative;
}

.news-page .newsImgBox .info {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: flex;
  align-items: center;
  gap: 3px;
}

.news-page .newsImgBox .info span {
  padding: 1px 8px;
  background-color: #e9e9e9;
  border-radius: 10px;
}

.news-page .news-body {
  font-size: 16px;
}

.news-page .shareBox {
  border-top: 4px solid #c5c5c5;
  border-bottom: 4px solid #c5c5c5;
}

.news-page .shareBox .link {
  border: 2px solid #b1b1b1;
  padding: 2px 16px;
  border-radius: 10px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.news-page .shareBox .link span {
  border: 2px solid #b1b1b1;
  padding: 0px 6px;
  border-radius: 50%;
}

.news-page .share-news-link {
  outline: none;
  background: none;
  border: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-page .news-tags {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}

/* news page */

/* custom container */
main .page {
  width: 100%;
}

.custom-container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

header .custom-container {
  position: absolute;
}

@media screen and (max-width: 1024px) {
  header .custom-container {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 620px) {
  .custom-container {
    max-width: 620px;
  }
}

@media screen and (min-width: 768px) {
  .custom-container {
    max-width: 768px;
  }
}

@media screen and (min-width: 1024px) {
  .custom-container {
    max-width: 874px;
  }

  header .custom-container {
    position: relative;
  }
}

@media screen and (min-width: 1280px) {
  .custom-container {
    max-width: 1130px;
  }
}

@media screen and (min-width: 1550px) {
  .custom-container {
    max-width: 1400px;
  }
}
/* custom container */

/* menu */

.links-bar {
  position: sticky;
  top: 30px;
  border-radius: 56px;
  width: 50px;
  background: #354429;
  padding: 10px 10px;
  display: flex;
  align-items: center;
  justify-content: end;
  flex-direction: column;
  gap: 16px;
  margin-top: 80px;
  height: fit-content;
  margin-right: 16px;
}

.links-bar .back-to-top {
  color: #bca66a;
  font-size: 28px;
  outline: none;
  background: none;
  border: none;
  line-height: 0;
}

.links-bar .opener {
  outline: none;
  border: none;
  background: #bca66a;
  border-radius: 50%;
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 1025px) {
  .links-bar .opener {
    display: none;
  }
}

@media screen and (max-width: 1550px) {
  .links-bar {
    margin-right: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .links-bar {
    position: fixed;
    bottom: 20px;
    left: 10px;
    z-index: 100;
    top: unset;
    height: 52px;
    overflow: hidden;
    padding: 10px 10px;
    transition: all 0.1s ease-in-out;
  }

  .links-bar.opened {
    height: 391px;
  }
}

.news-page .content {
  display: grid;
  grid-template-columns: 9fr 3fr;
  gap: 50px;
}

@media screen and (max-width: 1550px) {
  .news-page .content {
    gap: 20px;
  }
}

@media screen and (max-width: 1280px) {
  .news-page .content {
    grid-template-columns: 12fr;
  }
}

@media screen and (max-width: 1024px) {
  .news-page .content {
    grid-template-columns: 12fr;
  }
}

/* menu */

/* search modal */
.search-modal {
  position: absolute;
  z-index: 550;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.search-modal.active {
  opacity: 100;
  visibility: visible;
}

.search-modal form {
  max-width: 560px;
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 50px;
  height: fit-content;
  padding: 16px;
  background-color: #fff;
  border-radius: 36px;
}

.search-modal form button {
  border: none;
  background: #bca66a;
  outline: none;
  height: 37px;
  width: 37px;
  margin-right: 4px;
  border-radius: 14px;
}
/* search modal */

/* Archive */
.news-page.black-style {
  background: #000 !important;
}

.news-page.black-style article .newsTitr {
  color: #fff;
}
.news-page.black-style main aside a p {
  color: #fff;
}

.news-page.black-style .news-body {
  color: #fff;
}

.news-page.black-style .content {
  grid-template-columns: 12fr;
}
/* Archive */

/* Image page */
.media-page {
  background: #000;
}

.media-page .page {
  padding-bottom: 130px;
}

.media-page .page .main-slider {
  margin-bottom: 16px;
}

.media-page .page .swiper .swiper-slide {
  display: block;
}

.media-page .page .swiper .swiper-slide .desc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  text-shadow: 0 0 3px #333;
  /* background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0))); */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgb(0, 0, 0) 100%
  );
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.media-page .page .swiper .swiper-slide .desc h3 {
  color: #fff;
  font-size: 32px;
  margin-bottom: 24px;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.media-page .page .swiper .swiper-slide .desc h4 {
  color: #fff;
  font-size: 14px;
}

@media screen and (max-width: 1024px) {
  .media-page .page .swiper .swiper-slide .desc h3 {
    font-size: 18px;
  }
}

.media-page .page .swiper .swiper-slide .desc span {
  color: #fff;
  font-size: 12px;
}

.media-page .page .main-slider {
  position: relative;
}

.media-page .page .main-slider:hover .swiper-btn {
  opacity: 0.7;
}

.media-page .page .main-slider .swiper-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 40;
  background: #999999;
  outline: none;
  border: none;
  opacity: 0;
  transition: all 0.1s ease-in-out;
  cursor: pointer;
}

.media-page .page .main-slider .swiper-btn:hover {
  opacity: 1;
}

.media-page .page .main-slider .swiper-btn img {
  width: 40px;
}

.media-page .page .main-slider .swiper-btn.prev-slide {
  left: 0;
  transform: scale(-1);
}
.media-page .page .main-slider .swiper-btn.next-slide {
  right: 0;
}

.media-page .page .images {
  display: grid;
  grid-template-columns: 6fr 6fr;
  gap: 16px;
}

@media screen and (max-width: 768px) {
  .media-page .page .images {
    grid-template-columns: 12fr;
  }
}

.media-page .page .images .desc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  text-shadow: 0 0 3px #333;
  /* background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0))); */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgb(0, 0, 0) 100%
  );
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.media-page .page .images .desc h3 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 24px;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.media-page .page .images .desc h4 {
  color: #fff;
  font-size: 14px;
}

@media screen and (max-width: 1024px) {
  .media-page .page .images .desc h3 {
    font-size: 18px;
  }
}

.media-page .page .images .desc span {
  color: #fff;
  font-size: 12px;
}
/* Image page */


.news-body img {
    max-width: 100%;
    height: auto !important;
    margin: 0 auto 1rem;
    border-radius: .80rem;
}

.news-body video {
    max-width: 100%;
    height: auto !important;
    margin: 0 auto 1rem;
    border-radius: .80rem;
}

.news-body p {
    line-height: 29px !important;
}