:root {
  --first-color: #e2441a;
}
/* CSS Reset - Resetting default styles applied by browsers */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

/* Remove list styles for ul, ol */
ul,
ol {
  list-style: none;
}

/* Remove default link styles */
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: inherit;
}
body {
  font-family: "Vazirmatn", sans-serif;
  background-color: #faf6f4;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-wrap: break-word !important;
}

@media (max-width: 500px) {
  body {
    background-color: white;
  }
}
main {
  flex: 1;
}
img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.titleSection .title {
  margin: auto;
  margin-bottom: 40px;
  max-width: 500px;
  width: 100%;
  font-size: 30px;
  font-weight: 600;
  color: black;
  line-height: 45px;
  padding: 8px 0px 10px;
  height: 60px;
  overflow: hidden;
  text-align: center;
  background: linear-gradient(
    90deg,
    rgba(212, 55, 20, 0) 0%,
    rgba(255, 178, 159, 1) 50%,
    rgba(228, 95, 62, 0) 100%
  );
}
/* start news */
.news .titleImage {
  height: 510px;
  position: relative;
}
.news .titleImage::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 20px;
  position: absolute;
  background: linear-gradient(
    0deg,
    rgba(33, 12, 7, 0.5074404761904762) 0%,
    rgba(90, 41, 29, 0) 100%
  );
}
.news .titleImage img {
  border-radius: 20px;
}
.news .titleImage .contant {
  position: absolute;
  bottom: 0px;
  margin: 20px 30px;
  padding: 20px;
  background-color: #1a161482;
  border-radius: 15px;
  color: white;
  width: calc(100% - 60px);
}

.news .titleImage .contant h5 {
  font-size: 24px;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 1200px){
  .news .titleImage .contant h5 {
    font-size: 28px;
  }
}


.news .titleImage .contant p {
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  max-height: 70px;
  overflow: hidden;
}
@media (max-width: 700px) {
  .news .titleImage .contant {
    margin: 0px;
    width: 100%;
  }
  .news .titleImage .contant h5 {
    max-height: 180px !important;
  }
  .news .titleImage .contant p {
    max-height: 105px !important;
  }
}
/* News group */
.news .newsGroup {
  border-radius: 20px;
  background: linear-gradient(
    0deg,
    rgba(212, 55, 20, 1) 0%,
    rgba(228, 95, 62, 1) 50%
  );
  padding: 12px;
  height: 100%;
}
@media (max-width: 500px) {
  .news .newsGroup {
    border-radius: 0px;
  }
  .backgroundNewsGroup {
    padding: 0px !important;
  }
}
.news .newsGroup .subNewsImage {
  height: 100px;
}
.news .newsGroup .subNewsImage img {
  border-radius: 15px;
}
.news .newsGroup h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 35px;
  color: white;
  max-height: 70px;
  overflow: hidden;
}
/* sub news */
.subnewsImage {
  height: 240px;
}
.googleImage img {
  border-radius: 20px;
  height: 425px;
}
.subnewsImage img {
  border-radius: 20px;
}
.googleImage img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.subnews .date {
  color: #e2441a;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  margin: 15px 0px 0px 0px;
  height: 28px;
  overflow: hidden;
}
.subnews .titleCart {
  color: black;
  font-size: 20px;
  line-height: 35px;
  font-weight: 600;
  margin: 6px 0px 0px 0px;
  height: 70px;
  overflow: hidden;
}
.subnews .des {
  font-size: 18px;
  line-height: 30px;
  margin: 8px 0px 0px 0px;
  max-height: 58px;
  overflow: hidden;
}
/*programs*/
.programs .contant {
  background-color: white;
  border: 1px solid #f9e4da;
  border-radius: 20px;
  padding: 30px;
}

.programs .programsImage {
  height: 520px;
  position: relative;
}
.programs .programsImage img {
  border-radius: 20px;
}
.programs .programsImage::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 100%;
  height: 128px;
  background-color: #100f0f99;
  border-radius: 0px 0px 20px 20px;
}
.programs .programsImage .timeYoutube {
  position: absolute;
  bottom: 113px;
  right: 20px;
  background-color: #e2441a;
  z-index: 1;
  color: white;
  border-radius: 6px;
  font-weight: 600;
}

body[dir="ltr"] .programs .programsImage .timeYoutube {
  right: initial;
  left: 20px;
}
.programs .programsImage .title {
  position: absolute;
  bottom: -9px;
  color: white;
  z-index: 1;
  margin: 20px;
  line-height: 45px;
  font-size: 26px;
  font-weight: 600;
  height: 90px;
  overflow: hidden;
}
@media (max-width: 500px) {
  .programs .contant {
    background-color: transparent;
    border: none;
    padding: 0px;
  }
  .programs .programsImage .title {
    height: 180px;
  }
  .programs .programsImage::after {
    height: 203px;
  }
  .programs .programsImage .timeYoutube {
    bottom: 200px;
  }
}
iframe {
  border-radius: 20px;
}

.programs .buttonVideo1{
     height: 100%;
}
.programs .buttonVideo {
   
  width: 100%;
  padding: 0;
}
/*imageSubprograms*/
.imageSubprogramsImage {
  height: 180px;
  position: relative;
}
.imageSubprogramsImage img {
  border-radius: 20px;
}
.programs .imageSubprogramsImage .timeYoutube {
  position: absolute;
  bottom: 10px;
  right: 10px;
  border-radius: 6px;
  background: #e2441a;
  color: white;
}

body[dir="ltr"] .programs .imageSubprogramsImage .timeYoutube {
  right: initial;
  left: 10px;
}
.programs .timeYoutube p {
  padding: 0px 10px;
}
.programs .subProgramsTitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 35px;
  margin: 10px 0px;
  height: 70px;
  overflow: hidden;
}
/*btnSeeAll*/
.btnSeeAll {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.btnSeeAll .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e2441a;
  padding: 5px 20px;
  font-weight: 600;
  font-size: 16px;
  border-radius: 10px;
}
body[dir="ltr"] .btnSeeAll .btn span {
  height: 20px;
}
.btnSeeAll .btn:hover {
  background-color: #e2441a;
  color: white;
}
/*report*/
.report .image {
  height: 200px;
}
.report .image img {
  border-radius: 20px;
}
.report .date {
  color: #e2441a;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  margin: 15px 0px 0px 0px;
  height: 30px;
  overflow: hidden;
}
.report .titleCart {
  color: black;
  font-size: 20px;
  line-height: 35px;
  font-weight: 600;
  margin: 6px 0px 0px 0px;
  height: 70px;
  overflow: hidden;
}
.report .des {
  font-size: 18px;
  line-height: 30px;
  margin: 8px 0px 0px 0px;
  height: 90px;
  overflow: hidden;
}
.reportCard {
  background-color: white;
  padding: 18.5px;
  border-radius: 20px;
  border: 1px solid #f9e4da;
}
@media (max-width: 500px) {
  .reportCard {
    padding: 0px;
    background-color: transparent;
    border: none;
  }
}
/*opinions*/

.opinions .contant {
  background-color: white;
  padding: 20px 15px;
  border-radius: 20px;
  border: 1px solid #f9e4da;
}
.mTop{
    margin-top: 29px !important;
}

.opinion {
  position: relative;
  text-align: center;
  border: 1px solid #f9e4da;
  border-radius: 20px;
  width: 90%;
  margin: 0px auto 50px;
  padding: 10px;
}
.opinion .date {
  color: #e2441a;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  margin: 15px 0px 45px 0px;
  height: 28px;
  overflow: hidden;
}
.opinion .titleCart {
  color: black;
  font-size: 20px;
  line-height: 35px;
  font-weight: 600;
  margin: 6px 0px 0px 0px;
  height: 35px;
  overflow: hidden;
}
.opinion .des {
  font-size: 18px;
  line-height: 30px;
  margin: 8px 0px 0px 0px;
  height: 90px;
  overflow: hidden;
}
.opinion .imageOpinion {
  position: absolute;
  bottom: -35px;
  left: 50%;
  translate: -50%;
  width: 75px;
  height: 75px;
}
.opinion .imageOpinion img {
  border-radius: 50%;
}

@media (max-width: 500px) {
  .opinion {
    border: 2px solid #f9e4da;
    width: 100%;
    margin: 0px 0px 50px;
  }
  .opinions .contant {
    background-color: transparent;
    padding: 0px;
    border: none;
  }
  .opinions .contant .row {
    padding: 0px 12px;
  }
}
/*Reclaim*/
.imageReclaim {
  width: 100%;
  height: 130px;
}
.imageReclaim img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 20px;
}
@media (max-width: 500px) {
  .imageReclaim {
    height: 60px;
  }
}
/*PhotoStory*/
.PhotoStory .imageRight {
  height: 400px;
}
.PhotoStory img {
  border-radius: 20px;
}
.PhotoStory .Rightcontant .title {
  font-size: 30px;
  font-weight: 600;
  line-height: 50px;
  margin-top: 10px;
  height: 100px;
  overflow: hidden;
}
.PhotoStory .Rightcontant .des {
  margin-top: 10px;
  font-size: 20px;
  line-height: 35px;
  height: 102px;
  overflow: hidden;
}
.PhotoStory .leftContant .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
  margin: 10px 0px;
  max-height: 80px;
  overflow: hidden;
}
.PhotoStory .leftContant .des {
  font-size: 18px;
  line-height: 30px;
  height: 90px;
  overflow: hidden;
}
.PhotoStory .leftImage {
  height: 200px;
}
