body {
  position: relative !important ;
  background-attachment: fixed;
  background-size: cover;
  overflow-x: hidden;
  background-image: url(../img/bk.jpg);
  background-position: right;
}
#footer.inverted{
  padding-bottom: 20px;
}
.pdf-a{
  color: #5b6ba5 !important;
  display: block;
  text-align: right;
  font-weight: 600;
}
.pdf-a img{
  width: 30px;
}


.p-footer{
  text-align: right !important;
  font-size: 18px;
  font-weight: 500;
}

.logopic {
  width: 115px;
  object-fit: contain;
}
.p-t-30{
  padding-top: 30px;
}


/* color over rides */
:root {
  --vlGrey: #ebebeb;
  --lGrey: #c3c3c3;
  --mGrey: #454040;
  --dGrey: #202020;
  --main-color: #71010f;
  --support-color: #eeba00;
}

/* coloring */
.csVLG {
  color: var(--vlGrey);
}
.csLG {
  color: var(--lGrey);
}
.csMG {
  color: var(--mGrey);
}
.csDG {
  color: var(--dGrey) !important;
}
.csM {
  color: var(--main-color) !important;
}
.csS {
  color: var(--support-color);
}
.csW {
  color: #fff;
}

.bgVLG {
  background-color: var(--vlGrey);
}
.bgLG {
  background-color: var(--lGrey);
}
.bgMG {
  background-color: var(--mGrey);
}
.bgDG {
  background-color: var(--dGrey);
}
.bgM {
  background-color: var(--main-color);
}
.bgS {
  background-color: var(--support-color);
}
.bgW {
  background-color: #fff;
}

.pos {
  position: relative;
}
.logo2 {
  position: absolute;
  left: 25px;
  top: 25px;
  z-index: 99999999999 !important;
}
.logopic {
  width: 115px;
}
.lead{
  font-size: 19px;
  font-weight: 500;
  text-align: justify;
  line-height: 30px;
  color: #4f536b;
  color: #20242d;
}
h3,h4{
  text-align: right;
}


.row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-items: center;
  align-items: center;
  margin: 0 auto;
}




/* addthis */

.at-expanding-share-button.at-expanding-share-button-desktop
  .at-expanding-share-button-toggle-bg
  > span {
  background-color: var(--main-color) !important;
}
.at-expanding-share-button[data-position="bottom-left"] {
  left: 10px;
}
/* addthis */

.at-expanding-share-button-mobile-container
  .at-expanding-share-button-mobile
  .at-expanding-share-button-toggle-bg
  > span {
  background-color: #71010f !important;
  color: #71010f !important;
}



.lyar-bottom {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;

  background-image: linear-gradient(
    rgba(25, 23, 23, 0.452),
    rgba(0, 0, 0, 0.3)
  );
}
.lyar-top {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  background-image: linear-gradient(
    to top,
    #00000000,
    #06060600,
    #0202028a,
    #020202ba,
    #020202fc
  );
}


.lyar-right {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  background-image: linear-gradient(
    to right,
    #1d1c1c00,
    #17161639,
    #2e2e2e41,
    #2a292930,
    #1a1a1a3f
  );
}

section{
  height: 100vh;
}
.cards-container{
  display: flex;
  width: 100%;
  justify-content: space-around;
}
.colcard6{
  width: 45%;
}

.click-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.click-container img {
  width: 30px;
}
.click-container p {
  font-size: 15px;
  font-weight: 500;
  margin-top: 10px;
}

#section-00{
  padding: 0;
  position: relative;
  height: 80vh;
}
#section-00 h1{
  color: white;
  text-align: right;
  margin-bottom: 20px;
  font-size: 38px;
}
.qout-main{
  color: white;
  text-align: right;
  font-size: 32px;
  line-height: 43px;
}
#section-00 h4{
  color: white;
  text-align: right;
}
#section-00 span{
  color: #F82842;
}
#section-00 .text-bottom{
  padding-top: 80px;
  width: 100%;
  padding-right: 50px;
}
#section-00 .bottom-main{
  color: white;
  text-align: right;
  position: absolute;
  bottom: 70px;
  padding-right: 50px;
  z-index: 9999;
}
.strong-h{
  color: #71000e !important;
  font-size: 24px;
  margin-top: 43px;
  margin-bottom: 20px !important;
}
.strong-h2{
  margin-top: 0;
  color: #4f536b !important;
  font-size: 20px;
}
.cut-section{
  object-fit: cover;
  position: absolute;
  object-position: top;
  width: 100%;
  height: 145px;
  left: 0px;
  /* right: 0; */
  top: -121px;
  z-index: -1;
}
.cut-section2{
  position: absolute;
  object-position: top;
  width: 100%;
  height: 110px;
  left: 0px;
  top: -59px;
  z-index: -1;
}
#section01{
  position: relative;
  height: auto;
  padding-bottom: 0;
}
#section02{
  position: relative;
  height: 100%;
  padding: 0;
}


 

#section-00 img{
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  z-index: -1;
  object-fit: cover;
}
.qoute{
  text-align: center;
  margin-top: 60px;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 600;
  color: #484a5e;
}
#section01{
  background-image: url(../img/cut-section2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
/* cards */

.container55 {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.num-podcast-top {
  font-family: "Tajawal";
  background-color: #a20013b5;
  color: white;
  text-align: center;
  padding: 12px;
  border-radius: 5px;
  position: absolute;
  right: 12px;
  top: 12px;
  font-weight: 600;
}
.container55 img {
  vertical-align: middle;
  border-radius: 5px;
}

.img-data {
  width: 100% !important;
  object-fit: cover !important;
  height: 300px !important;
}
.container55 .content {
  position: absolute;
  bottom: 0;
  background-image: linear-gradient(transparent, #000000a8, #000000, black);
  color: #f1f1f1;
  width: 100%;
  padding: 50px 20px 10px 20px;
  margin-bottom: 0px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.over-b {
  background-image: linear-gradient(transparent, #000000a8, #000000) !important;
}
.content .dates {
  font-size: 13px;
  background: rgb(170 143 51);
  color: #ffffff;
  display: inline-block;
  display: none;
  margin-bottom: 5px;
  font-weight: 500;
  padding: 0px 6px;
  border-radius: 4px;
  font-family: "Tajawal";
}
.sec-title {
  font-size: 17px !important;
  text-align: right;
  margin-bottom: 10px;
  font-weight: 600;
  color: white;
}
.cards-container{
  margin-top: 60px;
  padding-bottom: 50px;
}



/* story1 */
#section4,#section05, #section03,#section02, #section06, #section07{
  background-image: url(../img/cut-section2.png);
  background-size: contain;
}

#story1 #section-00 .text-bottom {
  padding-top: 35%;
  width: 500px;
  padding-right: 50px;
}
#story1 .lead {
  font-size: 20px;
  font-weight: 500;
  color: #4f536b;
  text-align: justify;
  line-height: 30px;
}
#story1 .strong-h{
  font-size: 22px;
}
#story1 .qout-main {
  color: white;
  text-align: right;
  font-size: 25px;
  line-height: 43px;
  padding-top: 5px;
}
#story1 section{
  height: auto;
}
#story1 #section02{
  padding: 80px 0px;
}
#story1 #section01{
  padding-bottom: 80px;
}
#story1 #section-00{
  height: 100vh;
}
#story1 h3{
  color: #71000e;
  margin-bottom: 24px;

}
.section-cut img{
  width: 100%;
  object-fit: cover;
  height: 500px;
}
/* .dark-mode{
  background-image: url(../img/bk-dark.jpg);
} */
.card-wrapper {
  margin: 0px auto;
  border: 1px solid var(--hover-font-color);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border-radius: calc(var(--card-height)*.05);
}
.card {
  height: 500px;
  width: 100%;
  margin: calc(var(--card-height)*.04);
  animation: cardBgAnimation 30s infinite ;
  position: relative;
  cursor: pointer;
  transition: 200ms ease-in-out;
  border-radius: calc(var(--card-height)*.05);
  background-size: cover;
}
.card::before{
  content: '';
  position: absolute;
  /* background-color: #000000; */
  height: 100%;
  width: 100%;
  mix-blend-mode: color;
  transition: 200ms ease-in-out;
  border-radius: calc(var(--card-height)*.05);
}
.card::after {
  content: '';
  position: absolute;
  height: 80%;
  width: 80%;
  border: 1px solid var(--hover-font-color);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0px 0px 5px var(--hover-font-color));
  transition: 200ms ease-in-out;
  pointer-events: none;
  border-radius: calc(var(--card-height)*.05);
}
.card:hover:before {
  opacity: 0;
}
.card:hover {
  scale: 1.05;
}
.sp-color{
  color: #F82842;
}
.qout-sec{
  /* background: #2c2e3b;
  border-right: solid 3px #f82842; */
  font-size: 22px;
  font-weight: 600;
  background-color: #2c2e3b;
  border-right: 4px solid #CCCDDC;
  padding-right: 10px;
  padding: 16px;
  padding-right: 10px;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  color: white;
}
.mo {
  max-width: 800px;
  height: auto;
  padding: 10px;
  border: 1px solid #ddd;
  background-size: cover;
  background-clip: content-box;
  background-color: #2c2e3b;
  box-sizing: border-box;
  position: relative;
  margin: auto;
  text-indent: 20px;
  text-align: center;
  background-image: url(../img/bk-dark.jpg);
  background-size: cover;
  background-position: bottom;
}
.sec02-p {
  display: flex;
  align-items: end;
  justify-content: center;
}

.sec02-p img {
  width: 48px;
  padding-bottom: 16px;
}
.sec02-p p {
  font-size: 18px;
  font-weight: 600;
  margin-right: 14px;
  width: 50%;
  text-align: right;
}
.st-q-sp p{
  font-size: 21px;
}
.st-q-sp img{
  width: 55px;
  padding-bottom: 12px;
}
.mo .lead {
  color: white !important;
  text-align: center !important;
  margin-bottom: 30px;
}
.mo:before {
  content: "";
  display: block;
  position: absolute;
  border: 50px solid transparent;
  border-top: 50px solid #fefefe;
  top: -60px;
  left: -65px;
  box-shadow: 0px -7px 6px -9px black;
  transform: rotate(135deg);
}
.mo:after {
  content: "";
  display: block;
  position: absolute;
  border: 50px solid transparent;
  border-bottom: 50px solid #fefefe;
  bottom: -60px;
  right: -65px;
  box-shadow: 0px 7px 6px -9px black;
  transform: rotate(135deg);
}

.bg-blur {
  top: 0;
  left: 0;
  position: fixed;
  height: 100vh;
  width: 100vw;
  pointer-events: none;
  transition: 200ms ease;
}
.card:hover ~ .bg-blur {
  backdrop-filter: blur(15px);
}
.card:hover a i{
  
  filter: drop-shadow(0px 0px 5px var(--hover-font-color));
}
.image-container img{
  width: 100%;
}
.firstcard {
  background: url(../img/st1-img/17.png);
}
.secoundcard {
  background: url(../img/st1-img/20.jpg);
  height: 660px;
  background-position: bottom;
  background-size: cover;
}
.thirdcard {
  background: url(../img/st1-img/8.jpg);
  height: 660px;
  background-position: bottom;
  background-size: cover;
}
.fourthcard{
  background: url(../img/st1-img/16.jpg);
  height: 560px;
  background-position: 12% 67%;
  background-size: cover;

}
.fifthcard{
  background: url(../img/st1-img/8.jpg);
  height: 560px;
  background-position: 12% 67%;
  background-size: cover;
}
.sixthsecttion{
  background: url(../img/st1-img/3.jpg);
  height: 560px;
  background-position: 12% 67%;
  background-size: cover;

}
.seventhsecttion{
  background: url(../img/st1-img/5.jpg);
  height: 560px;
  background-position: 12% 67%;
  background-size: cover;
}
.p-source{
  position: absolute;
  z-index: 999;
  right: 9px;
  bottom: 55px;
  font-size: 16px;
  font-weight: 600;
  background-color: #262831de;
  color: white;
  padding: 0px 10px;
  border-radius: 2px;
  text-align: right;
}
.tenthcard{
  background: url(../img/st2-img/9-2.jpg);
  height: 700px;
  background-position: 12% 67%;
  background-size: cover;
}
.eleventh-card{
  background: url(../img/st2-img/8-2.jpg);
  height: 700px;
  background-position: 12% 67%;
  background-size: cover;
  background-position: top;
}
.twilvcard{
  background: url(../img/st2-img/10-2.jpg);
  height: 700px;
  background-position: 12% 67%;
  background-size: cover;
}
.ninthcard{
  background: url(../img/st2-img/12-2.jpg);
  height: 700px;
  background-position: 12% 67%;
  background-size: cover;
}

@keyframes cardBgAnimation {
  0% {
      background-size: 110%;
      background-position: 27% 10%;
  }
  /* 20% {
      background-size: 200%;
      background-position: 35% 40%;
  } */

  /* 20.00001% {
      background-size: 300%;
      background-position: 75% 40%;
  }
  40% {
      background-size: 300%;
      background-position: 85% 90%;
  } */

  /* 40.00001% {
      background-size: 350%;
      background-position: 25% 70%;
  }
  60% {
      background-size: 350%;
      background-position: 5% 10%;
  } */

  60.00001% {
      background-size: 120%;
      background-position: 20% 0%;
  }
  80% {
      background-size: 130%;
      background-position: 90% 10%;
  }

  80.00001% {
      background-size: 100%;
      background-position: 5% 10%;
  }
  100% {
      background-size: 100%;
      background-position: 65% 20%;
  }

}



.section-cut{
  position: relative;
}
.cut-img-st{
  width: 100%;
  height: 158px !important;
  transform: scaley(-1);
  position: absolute;
  object-position: top;
  left: 0px;
  top: -100px;
  z-index: 1;
  object-fit: unset !important;
}
.cut-img-st-bottom{
  width: 100%;
  height: 158px !important;
  position: absolute;
  object-position: top;
  left: 0px;
  bottom: -84px;
  z-index: 1;
  object-fit: unset !important;
}
.image-container{
  text-align: center;
  margin-bottom: 50px;
  margin-top: 10px;
}
.image-container img{
  width: 65%;
  border-radius: 9px;
  filter: drop-shadow(2px 4px 6px gray);
}


.type-section{
  background-image: url(../img/main-banner.jpg);
  background-size: cover;
  background-position: bottom;
  position: absolute;
  width: 100%;
  right: 0;
  z-index: 99;
  top: 0;
  transition: all .5s;
}
.forbiddenstories-log {
  color: white;
  text-align: left;
  position: absolute;
  bottom: 70px;
  padding-left: 50px;
  width: 290px !important;
  height: auto !important;
  left: 0;
  right: unset !important;
}
.typing-container{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
pre{
  font-family: "Tajawal", sans-serif;
}
.title {
  max-width: 700px;
  margin: auto;
  padding: 15px;
  line-height: 1.3;
  color: white;
  font-size: 30px;
  font-weight: 600;
  background-color: #323441db;
  border-radius: 11px;
  filter: drop-shadow(2px 4px 6px #323441e6);
}

.title::after {
  content: "|";
  color: #f82842;
  font-weight: bold;
  animation: blink 500ms ease-in-out infinite;
  /* change margin to left if language is left to right */
  margin-right: 5px;
}
.title p{
  text-align: right;
}
.title span{
  display: inline-block;
  color: #f82842;
}
@keyframes blink {
  to {
    opacity: 0;
  }
}


/* story2 */
 #story2  h1{
  font-size: 26px;
}
#story2 .bottom-main{
  font-size: 20px;
}
#story2 #section01 {
  padding-bottom: 80px;
}
#story2 #section02 {
  padding-bottom: 80px;
  padding-top: 80px;
}
#story2 h3 {
  color: #71000e;
  margin-bottom: 24px;
}
#story2 section {
  height: auto;
}
#story2 #section-00{
  height: 80vh;
}
.fifthcard-2{
  background: url(../img/st2-img/11.jpg);
    height: 700px;
    background-position: top;
    background-size: cover;
}
.thirdcard-2{
  background: url(../img/st2-img/13.jpg);
  height: 700px;
  background-position: top;
  background-size: cover;
}
.firstcard-2{
  background: url(../img/st2-img/19.jpg);
  height: 700px;
  background-position: center;
  background-size: cover;
}
.secoundcard-2{
  background: url(../img/st2-img/15.jpg);
  height: 700px;
  background-position: bottom;
  background-size: cover;
}
.pop-up-container {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pop-up {
  text-align: center;
  background-position: bottom;
  background-image: url(../img/bk-dark.jpg);
  background-size: cover;
  color: white;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  /* margin: auto; */
  margin-top: 18px;
  margin-bottom: 40px;
  padding: 14px 50px;
  border-radius: 12px;
  cursor: pointer;
}
.pop-up img {
  margin-right: 12px;
  width: 30px;
}
.modal-header{
  border-bottom: unset !important;
}
.modal-title{
  font-family: "Tajawal", sans-serif;
  color: white;
  text-align: center;
  width: 100%;
  font-size: 23px !important;
  padding-top: 20px;
  border-bottom: unset !important;
}
.modal-body{
  padding: 10px 40px;
}
.modal-body .lead {
  font-family: "Tajawal", sans-serif;
  font-size: 19px;
  font-weight: 500;
  text-align: justify;
  line-height: 30px;
  color: white;
}
.btn{
  font-family: "Tajawal", sans-serif;
  background-color: #f82842;
}
.modal-footer{
      border-top: unset !important;
}
.modal-content{
  background-image: url(../img/bk-dark.jpg);
  background-size: cover;
}
.head-story2 span{
  font-size: 30px;
  margin-bottom: -5px;
  display: block;
  text-align: right;
}
.head-story2{
  text-align: right !important;
}
.head-story2-cntainer{
  padding-top: 145px !important;
}
/* ==================== Media Query ==================== */
.row1 {
  display: flex;
  flex-direction: row;
}
.row1 .col-lg-6 {
  width: 50%;
}
@media (max-width: 800px) {
  #section-00 h1 {
    font-size: 29px;
}
.qout-main {
  font-size: 25px;
}
  section {
    padding: 80px 0 !important;
}
  .full-layar{
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
    background-color: #30344d8a;
  }
  .forbiddenstories-log {
    color: white;
    text-align: left;
    position: absolute;
    bottom: 46px;
    padding-left: 50px;
    width: 259px !important;
    height: auto !important;
    left: unset;
    right: 52px !important;
    z-index: 11111 !important;}
  .p-footer {
    text-align: right !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}
#story2 h1 {
  font-size: 26px;
  width: 90%;
}
  .row1 {
    display: flex;
    flex-direction: row;
  }
  .image-container img {
    width: 100%;
  }
  #story2 h3 {
    font-size: 29px;
    margin-top: 29px;
  }
  #story1 h3{
    font-size: 29px;
    line-height: 37px;
  }
  .sec02-p p{
    width: 100%;
  }
  .sec02-p img {
    width: 48px;
    padding-bottom: 25px;
}
.strong-h {
  color: #4f536b !important;
  font-size: 20px !important;
}
.colcard6 {
  width: 100%;
}
.cards-container{
  flex-direction: column;
}
#section-00 .text-bottom {
  padding-top: 80px;
  width: 100%;
  padding-right: 13px;
  display: inline-block;
  margin: auto;
}
.type-section{
  display: none;
}
#main-body{
  overflow: unset;
  overflow-x: hidden;
}
#story1 #section-00 .text-bottom {
  padding-top: 35%;
  width: 355px;
  padding-right: 50px;
  width: 100%;
  display: inline-block;
}
.firstcard {
  background: url(../img/st1-img/17.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 286px;
}
.cut-section2 {
  position: absolute;
  object-position: top;
  width: 100%;
  height: 110px;
  left: 0px;
  top: -44px;
  z-index: 1;
}
#story1 #section-00 {
  padding: 0 !important;
}
#story2 #section-00 {
  padding: 0 !important;
}
#section-00{
  padding: 0 !important;
}
}
