: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 detail*/
.detailnews h5 {
  font-size: 40px;
  font-weight: 700;
  line-height: 65px;
  margin: 0px 0px 20px;
}
.detailnews .date {
  color: #e2441a;
}
.detailnews p {
  margin-top: 20px;
  font-size: 20px;
  line-height: 40px;
}
.detailnews .titleImage {
  height: 500px;
}
.subReport .image {
  height: 200px;
}
img:not(nav img, footer img) {
  border-radius: 20px;
}

.subReport .date {
  color: #e2441a;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  margin: 15px 0px 0px 0px;
  height: 30px;
  overflow: hidden;
}
.subReport .titleCart {
  color: black;
  font-size: 20px;
  line-height: 35px;
  font-weight: 600;
  margin: 6px 0px 0px 0px;
  height: 70px;
  overflow: hidden;
}
.subReport .reportCard {
  /* background-color: white; */
  padding: 15px;
  border-radius: 20px;
  border: 2px solid #f9e4da;
}
@media (max-width: 500px) {
  .subReport .reportCard {
    padding: 0px;
    background-color: transparent;
    border: none;
  }
}
/* end detail*/



#social-media-container{
  width: 380px;
  height: 90px;
}


.telegram-icon-share{
  color: #55A9EA !important;
  font-size: 40px !important;
}

.facebook-icon-share{
  color: #39599F !important;
  font-size: 40px !important;
}



.twitter-icon-share{
  color: #00080e !important;
  font-size: 40px !important;
}
.text-decoration-none {
  text-decoration: none !important;
}

.dis-flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.dis-flex-center-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.dis-flex-center-around {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.share-button{
  text-decoration: none;
  /*color: var(--site-primary);*/
  cursor: pointer;
  font-size: 33px;
}