@font-face {
  font-family: "Almarai";
  src: url("../../fonts/almarai/Almarai-Light.ttf") format("ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Almarai";
  src: url("../../fonts/almarai/Almarai-Regular.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Almarai";
  src: url("../../fonts/almarai/Almarai-Bold.ttf") format("ttf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Almarai";
  src: url("../../fonts/almarai/Almarai-ExtraBold.ttf") format("ttf");
  font-weight: 800;
  font-style: normal;
}
.article-header {
  margin-top: 100px;
}
.article-header .header-category {
  font-size: 20px;
}
.article-header .header-title {
  margin: 30px auto 50px;
}
.article-main .article-subtitle {
  margin: 10px 0 30px;
}
.article-main .article-datetime {
  position: relative;
  font-size: 20px;
  padding: 10px 0;
  margin-bottom: 40px;
  background-color: rgba(0, 0, 0, 0.1);
}
.article-main .article-datetime time {
  margin-right: 25px;
}
.article-main .article-datetime time::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 10px;
  background-color: #B80000;
}
.article-main .article-body p {
  font-size: 22px;
}
.article-main .article-body h3 {
  font-size: 30px;
}
.article-main .article-body .suggested-stories {
  margin-bottom: 50px;
}
.article-main .article-body .suggested-stories .story-card:hover p {
  text-decoration: underline;
  color: #000;
}
.article-main .article-body .suggested-stories .story-card .custom {
  position: relative;
}
.article-main .article-body .suggested-stories .story-card .custom p {
  position: absolute;
  top: 50%;
  font-size: 20px;
  font-weight: bold;
  transform: translateY(-50%);
}
.article-main .article-body .keyword {
  font-size: 22px;
  padding: 10px 25px;
  background-color: #F0F0F0;
}
.article-main .article-comments {
  margin-bottom: 25px;
}
.article-main .article-comments .button {
  background-color: #B80000;
  color: #fff;
  border: 1px solid #B80000;
  padding: 2px 30px;
  border-radius: 5px;
  transition: all 0.5s ease;
  text-decoration: none;
  font-size: 22px;
  margin-top: 25px;
}
.article-main .article-comments .button:hover {
  background-color: #fff;
  color: #B80000;
}
.article-main .article-comments .comment-textarea {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #B1AEAE;
  border-radius: 5px;
}
.article-main .article-comments .comment-card {
  margin-top: 25px;
}
.article-main .article-comments .comment-card .comment-text {
  padding: 20px;
  border-radius: 10px;
  background-color: #F0F0F0;
  position: relative;
  margin-top: 15px;
  margin-right: -15px;
}
.article-main .article-comments .comment-card .comment-text::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #F0F0F0;
  transform: rotate(45deg);
  border-top: none;
  border-left: none;
  top: 15px;
  right: -10px;
}
.article-main .article-comments .comment-card .comment-text span {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
}
.article-main .article-comments .comment-card .comment-text p {
  font-size: 18px;
}
.article-main .article-comments .comment-card .user-photo img {
  clip-path: circle();
}
.article-main .article-related .button {
  background-color: #B80000;
  color: #fff;
  border: 1px solid #B80000;
  padding: 2px 30px;
  border-radius: 5px;
  transition: all 0.5s ease;
  text-decoration: none;
  font-size: 22px;
  margin-top: 25px;
}
.article-main .article-related .button:hover {
  background-color: #fff;
  color: #B80000;
}

.most-read-article {
  position: relative;
  margin-top: 25px;
}
.most-read-text {
  position: absolute;
  padding: 10px;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 100%;
}
.most-read-text h4.article-title {
  display: block;
  font-size: 22px;
  color: #fff;
}

@media (max-width: 1200px) {
  .most-read-text h4.article-title {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .article-related h5.article-title {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .article-header .header-category {
    font-size: 16px;
  }
  .article-header .header-title h2 {
    font-size: 24px;
  }
  .article-main .article-datetime {
    padding: 5px;
  }
  .article-main .article-datetime time {
    font-size: 16px;
  }
  .article-main .article-body iframe {
    height: 215px;
    width: 390px;
  }
  .article-main .article-comments .comment-card .comment-text span {
    font-size: 16px;
  }
  .article-main .article-comments .comment-card .comment-text p {
    font-size: 14px;
  }
  .article-main .article-related .custom {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .article-main .article-body p {
    font-size: 18px;
  }
  .article-main .article-body .keyword {
    font-size: 18px;
    padding: 10px 20px;
  }
  .article-main .article-body .suggested-stories {
    margin-bottom: 20px;
  }
  .article-main .article-body .suggested-stories .story-card {
    margin-top: 20px !important;
  }
  .article-main .article-body .suggested-stories .story-card .custom p {
    position: relative;
  }
}

/*# sourceMappingURL=article.css.map */
