@import url('https://fonts.googleapis.com/earlyaccess/notonaskharabic.css');
@import url('https://fonts.googleapis.com/earlyaccess/notokufiarabic.css');
@import url('https://fonts.googleapis.com/css2?family=Changa:wght@200;300;400;500;600;700;800&display=swap');
@import url('icindekiler.css');
@import url('navigation.css');
@import url('parallax.css');

body, html {
  font-family: 'Noto Naskh Arabic', sans-serif;
  font-size: 16pt;
  line-height: 24pt;
  margin: 0;
  background-color: #F9F9F9;
}

@media (min-width: 1200px) {
  #app {
    display: flex;
  }

  @supports (display: grid) {
    #app {
      display: grid;
      grid-template-columns: 1fr 1fr;
    }
  }
}
.author {
  /*width: 100px;*/
  height: auto;
  /*background: rgba(255,255,255,0.2);*/
  border-radius: 0 20px;
}
.author-caption {
  font-family: 'Noto Kufi Arabic';
  font-size: 0.7rem;
  text-align: right;
  color: #000;
}

.article-header {
  content: '';
/*  background-image: url(../images/bg-3.png);*/
  background-color: #777;
  background-position: center;
  background-size: cover;
  height: 50vh;
  position: relative;
}
.article-header img
{
  z-index: -10;
}

@media (min-width: 600px) {
  .article-header {
    height: 80vh;
  }
}
@media (min-width: 1200px) {
  .article-header {
    height: 80%;
    width: 80%;
  }
}
.article-header-text {
  position: absolute;
  top: 25%;
  right: 45%;
  text-align: right;
  max-width: 40%;
}
.article-header-text h1 {
  font-family: 'Noto Kufi Arabic';
  font-size: 35pt;
  line-height: 55pt;
  font-weight: 600;
  text-align: right;
  color: #fff;
}
.article-header-text h2 {
  font-family: 'Noto Kufi Arabic';
  font-size: 18pt;
  line-height: 40pt;
  font-weight: 400;
  text-align: right;
  color: #fff;
}

@media (min-width: 600px) {
  .article-header-text {
    max-width: 50%;
    top: 25%;
    right: 50%;
  }
}
.article-header-title {
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 0;
}

@media (min-width: 600px) {
  .article-header-title {
    font-size: 5.25rem;
  }
}
.article-header-byline {
  font-weight: 400;
  font-size: 0.9rem;
}

@media (min-width: 600px) {
  .article-header-byline {
    font-size: 1.5rem;
  }
}
.article-text {
  padding: 1rem;
  max-width: 650px;
  margin: auto;
}

.article-text-lead {
  padding: 2rem 1rem;
}
.article-text-lead h3 {
  font-weight: 300;
  text-align: center;
  margin: 0;
  line-height: 1.5;
}
@media (min-width: 600px) {
  .article-text-lead h3 {
    text-align: right;
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .article-text-lead h3 {
    font-size: 1.1rem;
  }
}

@media (min-width: 600px) {
  .article-text-lead {
    padding: 3rem 0 3rem 2rem;
  }
}
@media (min-width: 1200px) {
  .article-text-lead {
    padding: 2rem 0 5rem 3rem;
  }
}
@media (min-width: 600px) {
  .article-text-content {
    font-family: 'Noto Naskh Arabic', sans-serif;
    font-size: 16pt;
    line-height: 24pt;
    -moz-columns: 2;
         columns: 2;
    -moz-column-width: 300px;
         column-width: 300px;
  }
  .article-text-content p:first-of-type {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .article-text-content {
    font-family: 'Noto Naskh Arabic', sans-serif;
    font-size: 16pt;
    line-height: 24pt;
    -moz-columns: 3;
         columns: 3;
    -moz-column-width: 100px;
         column-width: 100px;
  }
  .article-text-content p {
    /*font-size: 0.95rem;*/
    font-family: 'Noto Naskh Arabic', sans-serif;
    font-size: 16pt;
    line-height: 24pt;
  }
}