body {
  --black: 0, 0, 0;
  --white: 255, 255, 255;
  --gray: 96, 128, 112;
  --primary: 255, 160, 64;
  --secondary: 32, 96, 80;
  --wt1: calc(6% + 6vh);
  --ht1: calc(1% + 10vh);
  --fs1: calc(60% - 0.1vw + 0.4vh);
  background-color: rgb(var(--white));
  color: rgb(var(--black));
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  font-family: 'Scheherazade New', Georgia, 'Times New Roman', Times, serif;
  line-height: calc(var(--fs1) * 2.5);
  margin: 0;
}

::selection {
  background: rgba(var(--primary), 0.4);
}

a {
  color: inherit;
}

h1 {
  margin-bottom: 48px;
}

p {
  margin-block-start: calc(var(--fs1) * 0.07 - 1vw);
  margin-block-end: calc(var(--fs1) * 0.07 - 1vw);
}

time {
  font-family: 'Lyon Arabic Slanted Text', Georgia, 'Times New Roman', Times, serif;
  color: rgb(var(--gray));
  font-weight: bold;
  border-radius: 4px;
  display: inline-block;
}

#blog time {
  color: rgba(var(--gray), 0.6);
}

article {
  line-height: calc(var(--fs1) * 3);
  text-align: justify;
  max-width: 720px;
  margin: 0 auto;
}

blockquote {
  border-right: 4px rgba(var(--gray), 0.5) solid;
  padding-right: 16px;
}

ul > li, ol > li {
  margin-bottom: 2px;
}

ol > li {
  list-style-type: arabic-indic;
}

.no-text-deco {
  text-decoration: none;
}

.font-400 {
  font-weight: 400;
}

.font-500 {
  font-weight: 500;
}

sb,
.font-600 {
  font-weight: 600;
}

.font-800 {
  font-weight: 800;
}

blk,
.font-900 {
  font-weight: 900;
}

.heading {
  font-family: 'Lyon Arabic Slanted Text', Georgia, 'Times New Roman', Times, serif;
  line-height: calc(var(--fs1) * 1.7);
}

.gray {
  color: rgb(var(--gray));
}

.abs {
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  z-index: -1;
}

.header {
  max-width: 560px;
  margin: 0 auto;
}

.image {
  border: 2px rgb(var(--black)) solid;
  border-radius: 100%;
  box-sizing: border-box;
  position: relative;
}

.image::before {
  content: " ";
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  inset: 0;
}

.p {
  margin-bottom: 24px;
}

.list-group {
  padding-inline-start: 0;
}

.list-group li {
  display: block;
  margin-bottom: 8px;
}

.list-group a {
  padding: 8px 16px;
  border: 2px rgb(var(--black)) solid;
  border-radius: 24px;
  text-decoration: none;
  display: block;
  overflow: hidden;
}

.list-group a:hover {
  color: rgb(var(--white));
  background-color: rgb(var(--secondary));
  background-image: linear-gradient(to left,
      rgba(var(--secondary), 0.8),
      rgba(var(--secondary), 0.4)),
    url(./assets/images/noise.svg);
  filter: contrast(125%);
}

.container {
  width: 100%;
  max-width: calc(100% - 32px);
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

.rtl {
  direction: rtl;
}

.ltr {
  direction: ltr;
}

.center {
  text-align: center;
}

.justify {
  text-align: justify;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.flex {
  display: flex;
}

.no-shrink {
  flex-shrink: 0;
}

.align-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.gap-8 {
  gap: 8px;
}

.scroll {
  overflow: scroll;
}

.no-scrollbar {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.no-scrollbar::-webkit-scrollbar {
  width: 0;
  background: transparent;
}

.pos-rel {
  position: relative;
}

.section {
  height: 100vh;
  position: relative;
  border-bottom: 2px solid rgb(var(--black));
}

.border {
  border: 2px rgb(var(--black)) solid;
}

.rounded {
  border-radius: 24px;
}

.inverted {
  color: rgb(var(--white));
  background-color: rgb(var(--black));
  background-image: linear-gradient(to left,
      rgba(var(--black), 0.8),
      rgba(var(--black), 0.2)),
    url(./assets/images/noise.svg);
  filter: contrast(125%);
}

.speech {
  position: relative;
  border-top-right-radius: 0px;
}

.speech::after {
  content: "";
  position: absolute;
  top: -2px;
  right: -15px;
  border-width: 15px 15px 0px 0px;
  border-style: solid;
  border-color: rgb(var(--black)) transparent;
  display: block;
  width: 0;
}

.tags {
  display: inline-block;
  padding: 0;
}

.tags li {
  display: inline-block;
  margin-bottom: 4px;
}

.tags a {
  border-radius: 8px;
  background-color: rgb(var(--black));
  color: rgb(var(--white));
  font-family: 'Lyon Arabic Slanted Text', Georgia, 'Times New Roman', Times, serif;
}

.inverted .tags a,
.inverted.tags a {
  background-color: rgb(var(--white));
  color: rgb(var(--black));
}

.gray .tags a,
.gray.tags a {
  background-color: rgba(var(--gray), 0.15);
  color: rgb(var(--gray));
  border: 2px rgba(var(--gray), 0.5) solid;
}

.tags a {
  text-decoration: none;
  padding: 0px 10px;
  display: block;
  font-weight: bold;
  border: 2px rgb(var(--white)) solid;
}

.tags a:hover {
  color: rgb(var(--white));
  background-color: rgb(var(--secondary));
  background-image: linear-gradient(to left,
      rgba(var(--secondary), 0.8),
      rgba(var(--secondary), 0.4)),
    url(./assets/images/noise.svg);
  filter: contrast(125%);
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.w-content {
  width: max-content;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-100vw {
  width: 100vw;
}

.-right-16 {
  right: -16px;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 992px) {
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.sq {
  width: 100%;
  aspect-ratio: 1;
  display: block;
}

.image.sq {
  padding-bottom: calc(100% - 4px);
}

.sq-1 {
  flex: 0 0 auto;
  width: calc(var(--wt1) * 1);
  padding-bottom: calc(var(--ht1) * 1);
  height: 0;
}

.sq-2 {
  flex: 0 0 auto;
  width: calc(var(--wt1) * 2);
  padding-bottom: calc(var(--ht1) * 2);
  height: 0;
}

.sq-3 {
  flex: 0 0 auto;
  width: calc(var(--wt1) * 3);
  padding-bottom: calc(var(--ht1) * 3);
  height: 0;
}

.sq-4 {
  flex: 0 0 auto;
  width: calc(var(--wt1) * 4);
  padding-bottom: calc(var(--ht1) * 4);
  height: 0;
}

.sq-5 {
  flex: 0 0 auto;
  width: calc(var(--wt1) * 5);
  padding-bottom: calc(var(--ht1) * 5);
  height: 0;
}

.sq-6 {
  flex: 0 0 auto;
  width: calc(var(--wt1) * 6);
  padding-bottom: calc(var(--ht1) * 6);
  height: 0;
}

.mw-1 {
  max-width: calc(var(--wt1) * 1);
}

.mw-2 {
  max-width: calc(var(--wt1) * 2);
}

.mw-3 {
  max-width: calc(var(--wt1) * 3);
}

.mw-4 {
  max-width: calc(var(--wt1) * 4);
}

.mw-5 {
  max-width: calc(var(--wt1) * 5);
}

.mw-6 {
  max-width: calc(var(--wt1) * 6);
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.font-size-1 {
  font-size: calc(var(--fs1) * 1);
}

.font-size-1p1 {
  font-size: calc(var(--fs1) * 1.1);
}

.font-size-1p2 {
  font-size: calc(var(--fs1) * 1.2);
}

.font-size-1p3 {
  font-size: calc(var(--fs1) * 1.3);
}

.font-size-1p4 {
  font-size: calc(var(--fs1) * 1.4);
}

.font-size-1p5 {
  font-size: calc(var(--fs1) * 1.5);
}

.font-size-1p7 {
  font-size: calc(var(--fs1) * 1.7);
}

.font-size-2 {
  font-size: calc(var(--fs1) * 2);
}

.font-size-2p5 {
  font-size: calc(var(--fs1) * 2.5);
}

.font-size-3 {
  font-size: calc(var(--fs1) * 3);
}

.font-size-3p5 {
  font-size: calc(var(--fs1) * 3.5);
}

.font-size-4 {
  font-size: calc(var(--fs1) * 4);
}

.d-block {
  display: block;
}

.overflow-hidden {
  overflow: hidden;
}

.commented {
  position: relative;
  display: inline-block;
  text-decoration: dotted underline rgb(var(--secondary)) 2px;
  text-decoration-skip-ink: all;
}

.comment {
  display: none;
  position: absolute;
  bottom: 1.5em;
  right: 0.5em;
  width: max-content;
  max-width: max(calc(100% + 1.2em), 18vw);
  background-color: rgba(var(--primary), 0.5);
  border: 1px rgb(var(--secondary)) dotted;
  border-radius: 8px;
  padding: 4px 8px;
  font-size: 0.8em;
  line-height: calc(var(--fs1) * 1.5);
  backdrop-filter: blur(2px);
}

.commented:hover .comment,
.commented:focus .comment {
  display: inline;
}