/* Mixins */
@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700&display=swap");
*,
*:focus {
  direction: rtl;
  outline: none !important;
  text-align: right;
}

body {
  font-family: "Almarai", sans-serif;
  overflow-x: hidden;
  width: 100%;
  background-color: #fafafa;
  font-weight: 300;
  direction: rtl;
  word-spacing: 1px;
}

.container {
  max-width: 1400px;
}

.h-30 {
  height: 30px;
}

/* Page Setting
======================*/
.page_content {
  margin-top: 57px;
  position: relative;
  z-index: 99;
}

.page_content section {
  padding: 50px 0;
}

.page_content section .section_title {
  margin: 15px auto 0;
  text-align: center;
}

.page_content section .section_title::before {
  content: "";
  position: absolute;
  right: 0;
  top: 30px;
  margin: auto;
  width: 100%;
  height: 2px;
  background-color: #e4e4e4;
}

.page_content section .section_title span {
  font-weight: 900;
  color: #d20b3a;
  font-size: 22px;
  line-height: 30px;
  text-transform: uppercase;
  background-color: #fafafa;
  padding: 0 15px;
  display: block;
  width: 190px;
  margin: auto;
  text-align: center;
  position: relative;
}

.page_content section .section_title.thin {
  margin-bottom: 30px;
}

.page_content section .section_title.colored {
  margin: 15px auto 50px auto;
}

.page_content section .section_title.colored::before {
  background-color: #d20b3a;
}

@media all and (max-width: 576px) {
  .page_content section {
    padding: 25px 0;
  }
}

/* Links 
======================*/
a,
a:hover,
a:focus {
  cursor: pointer;
  text-decoration: none;
}

/* Lists  
======================*/
ul,
li {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

/*Images
======================*/
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* Social
======================*/
.social a {
  margin: 0;
  text-align: center;
}

.social a i {
  line-height: 30px;
  width: 30px;
  text-align: center;
}

/* Footer
======================*/
footer {
  text-align: center;
  border-top: 2px solid #e4e4e4;
  padding: 60px 0 30px;
}

footer a {
  display: inline-block;
  margin: 0 5px;
  color: #5b5b5b;
  font-weight: 900;
}

footer a:hover {
  color: #d20b3a;
}

footer img {
  max-width: 150px;
  margin: auto;
}

footer p {
  text-align: center;
  margin: 25px 0;
}

form .form-group {
  position: relative;
  margin: 0 0 20px 0;
}

form label {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 10px 0;
  text-align: right;
  color: #000000;
}

form .form-control {
  width: 100%;
  color: #010101;
  background-color: #fff;
  border: 1px solid #ccc;
  margin: 0;
  padding: 0 15px;
  line-height: 45px;
  height: 45px;
  font-size: 13px;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 500;
  border-radius: 25px;
  -webkit-border-radius: 25px;
}

form .form-control:hover {
  outline: 0;
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}

form .form-control:focus {
  outline: 0;
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Modal
===================*/
#share {
  padding: 0 !important;
}

#share .modal-content {
  text-align: right;
  padding: 0;
  border: 0;
  position: relative;
}

#share .heading {
  text-align: right;
  position: relative;
  padding: 15px 25px;
  font-size: 18px;
  font-weight: 600;
  color: #d20b3a;
  border-bottom: 1px solid #fafafa;
}

#share .heading .icon {
  position: absolute;
  top: 15px;
  left: 15px;
  margin: auto;
  width: 25px;
  height: 25px;
  border: 0;
  background-color: transparent;
  color: #000000;
}

#share .news_block {
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #fafafa;
}

#share .news_block img {
  height: 70px;
  margin-left: 15px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

#share .news_block h3 {
  font-size: 20px;
  margin: 0;
  line-height: 30px;
}

#share .share_content {
  padding: 25px 25px 15px;
}

#share .share_content .form-group {
  text-align: right;
}

#share .share_content .form-group label {
  margin-bottom: 15px;
  font-size: 16px;
}

#share .share_content .form-group .form-control {
  width: 100%;
}

#share .share_content .form-group button {
  position: absolute;
  left: 0;
  border: 0;
  bottom: 0;
  height: 45px;
  font-size: 13px;
  padding: 0 25px;
  background-color: #d20b3a;
  color: #fff;
  border-radius: 25px;
  -webkit-border-radius: 25px;
}

#share .share_content .form-group button:hover {
  background-color: #000000;
}

#share .share_content .share_btn button {
  display: inline-block;
  border: 0;
  color: #fff;
  background-color: #d20b3a;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

#share .share_content .share_btn button:hover {
  background-color: #000000;
}

@media all and (max-width: 576px) {
  #share .heading {
    padding: 15px;
  }
  #share .news_block {
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  #share .news_block img {
    margin: auto auto 15px;
  }
  #share .news_block h3 {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }
  #share .share_content {
    padding: 15px;
  }
  #share .share_content .form-group button {
    position: relative;
    line-height: 35px;
    height: 35px;
    margin: 15px auto auto;
  }
}

#aside {
  z-index: 9999;
}

#aside .modal-dialog {
  margin: 0;
  position: fixed;
  z-index: 9999;
  right: -280px;
  top: 0;
  width: 280px;
  height: 100%;
  background-color: #fafafa;
  -webkit-box-shadow: 0 1px 10px 4px #0003;
  -o-box-shadow: 0 1px 10px 4px #0003;
  box-shadow: 0 1px 10px 4px #0003;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

#aside .modal-content {
  height: 100%;
  overflow-y: auto;
  width: 100%;
  display: block;
  padding: 25px;
  position: relative;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  background-color: transparent;
}

#aside.fade .modal-dialog {
  right: -280px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

#aside.fade.show .modal-dialog {
  right: 0;
}

#aside .header {
  padding: 15px;
  position: relative;
  border-bottom: 1px solid #d0d0d0;
}

#aside .header img {
  width: 150px;
  margin: auto 0 auto auto;
}

#aside .header button {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 10px;
  width: 25px;
  height: 25px;
  border: 0;
  background-color: transparent;
  color: #000000;
}

#aside ul {
  padding: 15px 25px;
  border-bottom: 1px solid #d0d0d0;
}

#aside ul li {
  display: block;
}

#aside ul li a {
  display: block;
  line-height: 40px;
  font-size: 18px;
  font-weight: 400;
  color: #5b5b5b;
}

#aside ul li a:hover {
  color: #d20b3a;
}

#aside ul.social {
  padding: 15px;
}

#aside ul.social li {
  display: inline-block;
}

#aside .footer {
  font-size: 14px;
  padding: 15px;
}

@media all and (max-width: 991.9px) {
  #aside .modal-dialog {
    width: 100%;
    max-width: 100%;
    right: -100%;
  }
}

/* Header
===================*/
header {
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  padding: 15px 0;
  z-index: 999;
  -webkit-box-shadow: 0 1px 10px 2px #00000026;
  -o-box-shadow: 0 1px 10px 2px #00000026;
  box-shadow: 0 1px 10px 2px #00000026;
}

header .logo {
  display: inline-block;
  vertical-align: middle;
}

header .logo button {
  display: none;
  border: 0;
  background-color: transparent;
  vertical-align: middle;
  margin-left: 5px;
}

header .logo a {
  display: inline-block;
  vertical-align: middle;
  width: 170px;
}

header .logo a img {
  width: 100%;
}

header ul {
  display: none;
  vertical-align: middle;
  margin-right: 25px;
}

header ul li {
  display: inline-block;
}

header ul li a {
  line-height: 30px;
  display: block;
  font-size: 19px;
  font-weight: 400;
  margin: 0 5px;
  color: #5b5b5b;
}

header ul li a:hover {
  color: #d20b3a;
}

header ul.social {
  position: absolute;
  left: 15px;
  margin: 0;
  text-align: left;
  width: 240px;
}

@media all and (max-width: 991.9px) {
  header .logo {
    display: block;
    width: 100%;
    text-align: center;
  }
  header .logo button {
    float: right;
    margin: 5px 0;
  }
  header ul {
    display: none;
  }
}

.main_section {
  padding: 0 !important;
}

.main_section .main_news {
  padding: 0;
}

.main_section .main_news .row {
  margin: 0;
}

.main_section .main_news a {
  display: block;
  position: relative;
  padding: 0;
  overflow: hidden;
}

.main_section .main_news a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0;
  right: 0;
  z-index: 99;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, black 100%);
}

.main_section .main_news a img {
  width: 100%;
  transition: 0.3s all linear;
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  -ms-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
}

.main_section .main_news a h3 {
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 15px 25px;
  color: #fff;
  margin: 0;
  font-size: 18px;
  line-height: 25px;
  font-weight: 900;
  z-index: 999;
}

.main_section .main_news a:hover img {
  transform: scale(1.1) rotate(3deg);
  -webkit-transform: scale(1.1) rotate(3deg);
  -moz-transform: scale(1.1) rotate(3deg);
  -ms-transform: scale(1.1) rotate(3deg);
  -o-transform: scale(1.1) rotate(3deg);
}

@media all and (max-width: 1259.9px) {
  .main_section .main_news a h3 {
    font-size: 15px;
  }
}

.news_item {
  margin: 25px auto 0;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 21px 0 #5c5c5c40;
  -o-box-shadow: 0 3px 21px 0 #5c5c5c40;
  box-shadow: 0 3px 21px 0 #5c5c5c40;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow: hidden;
}

.news_item a {
  font-size: 16px;
  color: #000000;
  font-weight: 900;
  text-align: center;
}

.news_item a:hover {
  color: #d20b3a;
}

.news_item img {
  width: 100%;
  transition: 0.3s all linear;
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  -ms-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
}

.news_item img:hover {
  transform: scale(1.1) rotate(3deg);
  -webkit-transform: scale(1.1) rotate(3deg);
  -moz-transform: scale(1.1) rotate(3deg);
  -ms-transform: scale(1.1) rotate(3deg);
  -o-transform: scale(1.1) rotate(3deg);
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}

.news_item .cover {
  display: block;
  overflow: hidden;
}

.news_item .cont {
  padding: 0 30px 30px;
  position: relative;
  text-align: center;
  min-height: 120px;
}

.news_item .cont .category {
  position: relative;
  margin: -27px auto 25px;
  background-color: #fff;
  text-align: center;
  font-size: 15px;
  padding: 0 25px;
  display: inline-block;
  line-height: 30px;
  height: 40px;
  color: #5b5b5b;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
}

.news_item .cont .category:hover {
  color: #d20b3a;
}

.news_item .cont .category::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  border-bottom: 2px solid #d20b3a;
}

.news_item .cont .title {
  display: block;
  color: #000000;
}

@media all and (max-width: 1259.9px) {
  .news_item .cont {
    padding: 0 22px;
  }
}

.news_details .container {
  max-width: 780px;
}

.news_details h2 {
  font-size: 36px;
  margin: 0 0 25px 0;
  color: #000000;
  font-weight: 900;
}

@media all and (max-width: 576px) {
  .news_details h2 {
    font-size: 20px;
    line-height: 25px;
  }
}

.news_details h3 {
  font-weight: 900;
  font-size: 24px;
  margin: 0 0 25px 0;
  color: #000000;
}

.news_details p {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 30px;
  word-spacing: 2px;
}

.news_details img {
  margin: 15px auto;
  width: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.news_details .info {
  padding-bottom: 15px;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 15px;
}

.news_details .info .share {
  font-weight: 400;
  float: left;
  border: 0;
  padding: 0;
  background-color: transparent;
  color: #d20b3a;
  font-size: 25px;
}

@media all and (max-width: 576px) {
  .news_details .info .share {
    float: none;
    display: block;
    width: 100%;
    margin: 10px 0 0;
  }
}

.news_details a {
  font-weight: 400;
  color: #d20b3a;
}

.about .section_title span {
  width: 290px !important;
}

.about h2 {
  font-size: 36px;
  margin: 0 0 25px 0;
  color: #000000;
  font-weight: 900;
}

.about h3 {
  font-weight: 900;
  font-size: 24px;
  margin: 0 0 25px 0;
  color: #000000;
}

.about p {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 30px;
  word-spacing: 2px;
}

.about p a {
  color: #d20b3a;
}

.writer_item {
  margin: 25px auto;
  text-align: center;
  display: block;
}

.writer_item img {
  width: 183px;
  height: 183px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.writer_item h3 {
  text-align: center;
  margin: 15px auto 0;
  font-size: 15px;
}

.writer_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.writer_info img {
  width: 183px;
  height: 183px;
  margin: auto auto auto 25px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

@media all and (max-width: 576px) {
  .writer_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .writer_info img {
    margin: auto auto 25px;
  }
}
/*# sourceMappingURL=style.css.map */