body {
    overflow-x: hidden;
    overflow-y: hidden;
    line-height: 1.5;
    background-color:black;
    font-family: 'Tajawal' !important;
    width: 100% !important;
    height: 100% !important;
    position: relative;
  }
  .tooltip {
    font-family: 'Tajawal' !important;
    font-size: 14px;
    margin-left: -15px;
  }
  #scrollTop:before{
      opacity: 1;
      content: url(../img/up-arrow.svg);
      padding-top: 9px;
      background-color: #a200147d;
      transform: scale(1);
      transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    #scrollTop {
      z-index: -1;
      opacity: 0;
      position: fixed;
      text-align: center;
      line-height: 13px !important;
      right: 7px;
      color: #fff;
      cursor: pointer;
      border-radius: 100px;
      bottom: 8px !important;
      height: 40px !important;
      width: 40px !important;
      background-color: rgba(0, 0, 0, 0.25);
      background-repeat: no-repeat;
      background-position: center;
      transition: opacity 0.3s, bottom 0.5s, box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1), background-color 0.1s linear;
      background-color: rgba(0, 0, 0, 0.25) !important;
      overflow: hidden;
    }
.logo-fixed{
  position: fixed;
  top: 15px;
  left: 15px;
  z-index: 2;
  font-size: 20px;
    font-weight: 800;
}
.containSections{
  position: fixed;
}
.playAudiobtn{
    display: flex;
    justify-content: center;
    width: 233px;
    width: 233px;
    height: 45px;
    padding-top: 17.5px;
    border-radius: 22.5px;
    box-shadow: 0 11px 22px 0 rgba(0, 0, 0, 0.8);
    border: 1px solid #a20014 !important;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: normal;
    font-family: 'Tajawal' !important;
}
.playAudiobtn:hover{
  background-color: #a20014;
}
.playAudiobtn-cont{
  z-index: 999;
}
audio{
  visibility: hidden;
  position: absolute;
  z-index: -1;
  top: 0;
}
.at-expanding-share-button.at-expanding-share-button-desktop .at-expanding-share-button-toggle-bg>span {
  background-color: var(--main-color)!important;
}

.loader {
  z-index: 999999999999999;
  height: 100vh;
  left: 0;
  position: fixed;
  width: 100%;
  overflow: hidden;
}

.loader.loader-bottom {
  background:black;
  bottom: 0;
}

.numC15{
  color: #a20014 !important;
  font-size: 30px;

}
.dots {
  height: 8px;
  left: 50%;
  margin: -4px 0 0 -18px;
  position: absolute;
  top: 50%;
  width: 36px;
}
.dots .dot {
  background: white;
  display: block;
  height: 8px;
  float: left;
  margin: 0 2px;
  opacity: 0;
  width: 8px;
  -webkit-animation: dot 1s cubic-bezier(0.77, 0, 0.175, 1) 0s infinite;
  -moz-animation: dot 1s cubic-bezier(0.77, 0, 0.175, 1) 0s infinite;
  animation: dot 1s cubic-bezier(0.77, 0, 0.175, 1) 0s infinite;
}
.dots .dot:nth-child(1) {
  -webkit-animation-delay: 0.15s;
  -moz-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.dots .dot:nth-child(2) {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.dots .dot:nth-child(3) {
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
  animation-delay: 0.45s;
}
@-webkit-keyframes dot {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes dot {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes dot {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

    .infographics-container{
      position: fixed;
      top: 50%;
      transform: translatey(-50%);
      left: 16px;
      z-index: 999;
      opacity: 0;
      transition: all .8s;
    }
    .show{
      opacity: 1 !important;
    }
    .show2{
      opacity: 1 ;
    }
    #timer{
        font-size: 28px;
        font-weight: 300;
        margin-top: 10px;
        color: white;
    }
    .infographices{
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-bottom: 15px;
      opacity: 0.6;
      transition: all .8s;
      cursor: pointer;
    }
    .infographices-row{
      display: flex;
      flex-direction: row-reverse;
      align-items: flex-start;
    }
    .infographices-col-timer{
      display: flex;
      flex-direction: column;
      align-items: flex-start;
    }
    .info-text{
      font-size: 15px;
      font-weight: 800;
      text-align: right;
      color: #ffffff;
      padding-top: 7px;
      transition: all .5s;
    }
    .infographices:hover {
      opacity: 1;
    }
    .infographices img{
      margin-right: 16px; 
      width: 40px;
      height: 40px;
    }
    .counters{
        font-size: 26px;
        font-weight: 300;
        color: white;
    }
    .contentStoryh1{
        font-size: 35px;
        font-weight: 300 !important;
        text-align: right;
        color: #ffffff;
    }
    .contentStory-p{
      font-family: Tajawal;
      font-size: 24px;
      line-height: 39px;
      text-align: right;
      color: #ffffff;
      width: 30%;
    }
    .content-infogrph-num{
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-end;
    }
    #sectioninfo02 .content-infogr-container {
      display: flex;
      flex-direction: column;
      margin-left: 10px;
      width: 175px;
    }
    #sectioninfo02 .content-infogr-container img{
      width: 50px;
      height: 50px;
    }
    .content-infogrph-numNu{
        font-size: 70px;
        font-weight: 200;
        color: #ffffff;
        margin-bottom: -10px;
    }
    #sectioninfo02 .content-infogrph-numNu{
      font-size: 70px;
      font-weight: 200;
      color: #ffffff;
  }
  #sectioninfo02 .content-infogrph-num{
    flex-direction: row;
    height: 75px;
  }
    .content-infogrph-num{
      padding-left: 20px;
      padding-right: 20px;
    }
    .content-infogrph-num-text{
      font-size: 24px;
      font-weight: 800;
      color: #ffffff;
    }
    .content-infogrph-num-textF{
      font-size: 24px;
      font-weight: 800;
      color: #ffffff;
      margin-top: 14px;
      width: 92%;
      text-align: center;
      margin-right: 10px;
    }
    .content-infogr1{
      display: flex;
      flex-direction: row;
    }
    .content-infogrph-num{
      display: flex;
      flex-direction: column !important;
    }
    #sectioninfo02 .content-infogrph-num-textF{
      margin-right: 0px;
    }
    .content-infogr2{
      display: flex;
      flex-direction: row;
    }
    .conten{
      text-align: left;
      margin-left: 80px;
      margin-top: 20px;
      font-size: 24px;
      font-weight: 800;
      color: #ffffff;
      cursor: pointer;
      opacity: .7;
      transition: all .5s;
    }
    .conten:hover {
      opacity: 1;
    }
    .conten span {
      padding-left: 10px;
    }
    #infographicNav02 .content-infogrph-num-textF{
      font-size: 24px;
      margin-top: 0;
    }
    #infographicNav02 .content-infogrph-numNu{
      font-size: 19px;
      font-weight: 800;
      text-align: center;
    }
    #infographicNav02 .content-infogrph-numNu img{
      margin-top: 10px;
      margin-bottom: 12px;
    }
    #infographicNav02 .contentStory-p{
      width: 38% !important;
    }
    #infographicNav02 .content-infogrph-num{
      display: flex;
      justify-content: center;
      width: 175px;
      margin-left: 10px;
    }
    #infographicNav02 .content-infogrph-num-text{
      width: 100%;
    }
    #infographicNav02 .content-infogrph-num-text{
      text-align: center;
      font-size: 60px;
      font-weight: 200;
    }
    .content-infogr-container{
      display: flex;
      flex-direction: row;
      margin-left: 14px;
    }
    .content-infogr-container .content-infogrph-num{
      padding-left: 26px;
      padding-right: 0px;
    }
    .content-infogr-container .content-infogrph-num-textF{
      text-align: right;
    }
    .content-infogr-container .content-infogrph-num{
      align-items: end;
    }
    .content-infogr-container .content-infogrph-num-textF {
      font-size: 19px !important;
      margin-top: 6px !important;
      width: 100%;
    }
    #infographicNav02 .conten {
      margin-top: 51px;
    }
    .last-info-num{
        font-size: 32px;
        font-weight: 300;
        color: #ffffff;
    }
    .content-infogr2text{
        font-size: 27px;
        font-weight: 300;
        text-align: right;
        color: #ffffff;
    }

    .set-size {
      font-size: 10em;
    }
    
    .charts-container:after {
      clear: both;
      content: '';
      display: table;
    }
    
    .pie-wrapper {
      height: 1em;
      width: 1em;
      float: left;
      margin: 15px;
      position: relative;
    }
    .pie-wrapper {
      height: 1em;
      width: 1em;
      float: left;
      margin: 15px;
      position: relative;
    }
    .pie-wrapper:nth-child(3n + 1) {
      clear: both;
    }
    .pie-wrapper .pie {
      height: 100%;
      width: 100%;
      clip: rect(0, 1em, 1em, 0.5em);
      left: 0;
      position: absolute;
      top: 0;
    }
    .pie-wrapper .pie .half-circle {
      height: 100%;
      width: 100%;
      border: 0.1em solid #3498db;
      border-radius: 50%;
      clip: rect(0, 0.5em, 1em, 0);
      left: 0;
      position: absolute;
      top: 0;
    }
    .pie-wrapper .label {
      background: #34495e;
      border-radius: 50%;
      bottom: 0.4em;
      color: #ecf0f1;
      cursor: default;
      display: block;
      font-size: 0.25em;
      left: 0.4em;
      line-height: 3.4em;
      position: absolute;
      right: 0.4em;
      text-align: center;
      top: 0.4em;
    }
    .pie-wrapper .label .smaller {
      color: #bdc3c7;
      font-size: .45em;
      padding-bottom: 20px;
      vertical-align: super;
    }
    .pie-wrapper .shadow {
      height: 100%;
      width: 100%;
      border: 0.1em solid #979797;
      border-radius: 50%;
    }
    .pie-wrapper.style-2 .label {
      background: none;
      color: #ffffff;
    }
    .pie-wrapper.style-2 .label .smaller {
      color: #bdc3c7;
    }
    .pie-wrapper.progress-45 .pie .half-circle {
      border-color: #a20014;
    }
    .pie-wrapper.progress-45 .pie .left-side {
      -webkit-transform: rotate(162deg);
              transform: rotate(162deg);
    }
    .pie-wrapper.progress-45 .pie .right-side {
      display: none;
    }
    .pie-wrapper.progress-75 .pie {
      clip: rect(auto, auto, auto, auto);
    }
    .pie-wrapper.progress-75 .pie .half-circle {
      border-color: #8e44ad;
    }
    .pie-wrapper.progress-75 .pie .left-side {
      -webkit-transform: rotate(270deg);
              transform: rotate(270deg);
    }
    .pie-wrapper.progress-75 .pie .right-side {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
    }
    .pie-wrapper.progress-95 .pie {
      clip: rect(auto, auto, auto, auto);
    }
    .pie-wrapper.progress-95 .pie .half-circle {
      border-color: #e74c3c;
    }
    .pie-wrapper.progress-95 .pie .left-side {
      -webkit-transform: rotate(342deg);
              transform: rotate(342deg);
    }
    .pie-wrapper.progress-95 .pie .right-side {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
    }
    
    .pie-wrapper--solid {
      border-radius: 50%;
      overflow: hidden;
    }
    .pie-wrapper--solid:before {
      border-radius: 0 100% 100% 0 / 50%;
      content: '';
      display: block;
      height: 100%;
      margin-left: 50%;
      -webkit-transform-origin: left;
              transform-origin: left;
    }
    .pie-wrapper--solid .label {
      background: transparent;
    }
    .charts-content-container{
      display: flex;
      flex-direction: row;
      justify-content: space-evenly;
    }
    .chartText{
        font-size: 14px;
        font-weight: 800;
        line-height: 39px;
        text-align: center;
        color: #ffffff;
    }
    .chart{
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .infographicNav03 .conten{
      margin-top: -3px !important;
    }
/* section1 */
    #section01{
      position: relative;
      height: 100vh;
      z-index: 999;
      transition: all 1s
    }
    #section01 h1{
      font-weight: 300 !important;
      font-size: 63px !important;
    }
    #section011{
      position: relative;
      height: 100vh;
      z-index: 999;
      transition: all 1s
    }
    #section011 h1{
      font-weight: 300 !important;
      font-size: 63px !important;
    }
    .lyar{
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      position: absolute;
      z-index: 0;
      /* background-color: black; */
      background-image: linear-gradient(to right, transparent , transparent ,#000000ba ,#0a0a0a);
    }
    .sec01-head1{
        font-size: 40px;
        font-weight: 800;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: right;
        color: #ffffff;
        z-index: 1;
    }
    .sec01-head2{
        font-size: 65px;
        font-weight: 800;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.58;
        letter-spacing: normal;
        text-align: right;
        color: #e71d36 !important;
        z-index: 1;
    }
    .sec01-p{
      font-size: 20px;
      font-weight: 800;
      font-stretch: normal;
      font-style: normal;
      line-height: 31px;
      letter-spacing: normal;
      text-align: right;
      width: 55%;
      z-index: 1;
    }
    .sec01-container{
      padding-right: 60px;
      transition: all 1s;
      z-index: 1;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
    }
     .fadeout .sec01-container{
      transform: translate(500px,-50%);
      position: absolute;
      top: 50%;
      /* opacity: 0; */
      -webkit-animation: fadeout 4s linear forwards;
      animation: fadeout 4s linear forwards;
    }
    
    .fadeout2{
      /* opacity: 0; */
      -webkit-animation: fadeout2 4s linear forwards;
      animation: fadeout2 4s linear forwards;
    }
          @-webkit-keyframes fadeout {
            0% { opacity: 1; }
          }
          @keyframes fadeout {
            0% { opacity: 1; }
          }

          @keyframes fadeout {
            80% { opacity: 0.4; }
          }
          @-webkit-keyframes fadeout {
            80% { opacity: 0.4; }
          }

          @keyframes fadeout {
            100% { opacity: 0;display:none; }
          }
          @-webkit-keyframes fadeout {
            100% { opacity: 0;display:none; }
          }


          @-webkit-keyframes fadeout2 {
            0% { opacity: 1; }
          }
          @keyframes fadeout2 {
            0% { opacity: 1; }
          }
          @keyframes fadeout2 {
            40% { opacity: 0.8; }
          }
          @-webkit-keyframes fadeout2 {
            40% { opacity: 0.8; }
          }

          @-webkit-keyframes fadeout2 {
            60% { opacity: 0.6;}
          }
          @keyframes fadeout2 {
            60% { opacity: 0.6;}
          }
          
          @keyframes fadeout2 {
            80% { opacity: 0.4; }
          }
          @-webkit-keyframes fadeout2 {
            80% { opacity: 0.4; }
          }

          @keyframes fadeout2 {
            100% { opacity: 0;display:none; }
          }
          @-webkit-keyframes fadeout2 {
            100% { opacity: 0;display:none; }
          }
          /* .remove{
            display: none;
          } */
    .sec01-journalist{
        font-size: 18px;
        font-weight: 800;
        font-stretch: normal;
        font-style: normal;
        line-height: 31px;
        text-align: right;
        position: absolute;
        bottom: 75px;
        right: 60px;
        z-index:1;
        color: #ffffff;
    }
/* section1 */


/* section2 */
  #section02{
    opacity: 0;
    position: absolute;
    height: 100vh;
    top: 0;
  }
  .lyar2{
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    background-image: linear-gradient(#06060600,#060606ad, #020202fc);
  }
  .sec02-p{
    font-size: 19px;
    line-height: 28px;
    padding-right: 60px;
    text-align: right;
    width: 35%;
    transform:translateX(200px);
    transition: all .8s;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
  }
  .sec02-s2{
    font-size: 19px;
    line-height: 28px;
    padding-right: 60px;
    text-align: right;
    width: 35%;
    transform:translateX(200px);
    transition: all .8s;
    position: absolute;
    z-index: 1;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .fadein  .sec02-p{
    opacity: 1;
    
  }
  .fadein{
    opacity: 1;
  }
/* section2 */

/* section3 */
  #section03 {
    opacity: 0;
    position: absolute;
    height: 100vh;
    top: 0;
  }
  .sec02-head{
      font-size: 50px;
      font-weight: 800;
      line-height: 49px;
      text-align: right;
      color: #a20014;
  }
  .sec03-container{
    opacity: 0;
    width: 40%;
    padding-right: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .lyar3{
    background-image: linear-gradient(to right, #00000085 , #00000082 ,#000000ba ,#0a0a0a);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
  }
  .sec03-p{
      font-family: Tajawal;
      font-size: 19px;
      line-height: 27px;
      text-align: right;
      color: #ffffff;
  }
/* section3 */

/* section3 */
#section03 {
  opacity: 0;
  position: absolute;
  height: 100vh;
  top: 0;
}
.sec02-head{
    font-size: 50px;
    font-weight: 800;
    line-height: 49px;
    text-align: right;
    color: #a20014;
}
.sec03-container{
  opacity: 0;
  width: 40%;
  padding-right: 60px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.lyar3{
  background-image: linear-gradient(to right, #00000085 , #00000082 ,#000000ba ,#0a0a0a);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}
.sec03-p{
    font-family: Tajawal;
    font-size: 19px;
    line-height: 27px;
    text-align: right;
    color: #ffffff;
}
/* section3 */

/* section3 */
#section035 {
  opacity: 0;
  position: absolute;
  height: 100vh;
  top: 0;
}
.sec02-head{
    font-size: 50px;
    font-weight: 800;
    line-height: 49px;
    text-align: right;
    color: #a20014;
}
.sec035-container{
  opacity: 0;
  width: 40%;
  padding-right: 60px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.lyar3{
  background-image: linear-gradient(to right, #00000085 , #00000082 ,#000000ba ,#0a0a0a);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}
.sec035-p{
    font-family: Tajawal;
    font-size: 19px;
    line-height: 27px;
    text-align: right;
    color: #ffffff;
}
/* section3 */

/*section3-video3 */

  #section3-video3
  {
    opacity: 0;
    display: none;
    position: absolute;
    height: 100vh;
    top: 0;
    z-index: 9999;
  }
  .sec02-head{
      font-size: 50px;
      font-weight: 800;
      line-height: 49px;
      text-align: right;
      color: #a20014;
  }
  #section3-video3
  .sec03-container{
    opacity: 0;
    width: 100%;
    padding: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  #section3-video3
  .lyar3{
    background-image: linear-gradient(to right, #000000d6 , #000000e6 ,#000000cf ,#0a0a0a);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
  }
  .sec03-p{
      font-family: Tajawal;
      font-size: 19px;
      line-height: 27px;
      text-align: right;
      color: #ffffff;
  }
/*section3-video3
 */

/*section3-video */

#section3-video2
 {
  opacity: 0;
  display: none;
  position: absolute;
  height: 100vh;
  top: 0;
  z-index: 9999;
}
.sec02-head{
    font-size: 50px;
    font-weight: 800;
    line-height: 49px;
    text-align: right;
    color: #a20014;
}
#section3-video2
 .sec03-container{
  opacity: 0;
  width: 100%;
  padding: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#section3-video2
 .lyar3{
  background-image: linear-gradient(to right, #000000d6 , #000000e6 ,#000000cf ,#0a0a0a);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}
.sec03-p{
    font-family: Tajawal;
    font-size: 19px;
    line-height: 27px;
    text-align: right;
    color: #ffffff;
}
/*section3-video2
 */


/*section3-video */

#section3-video {
  opacity: 0;
  display: none;
  position: absolute;
  height: 100vh;
  top: 0;
  z-index: 9999;
}
.sec02-head{
    font-size: 50px;
    font-weight: 800;
    line-height: 49px;
    text-align: right;
    color: #a20014;
}
#section3-video .sec03-container{
  opacity: 0;
  width: 100%;
  padding: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#section3-video .lyar3{
  background-image: linear-gradient(to right, #000000d6 , #000000e6 ,#000000cf ,#0a0a0a);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}
.sec03-p{
    font-family: Tajawal;
    font-size: 19px;
    line-height: 27px;
    text-align: right;
    color: #ffffff;
}
/*section3-video */

/* section4 */
 #section04{
    opacity: 0;
    position: absolute;
    height: 100vh;
    top: 0;
  }
  .sec04-head{
      font-size: 45px;
      font-weight: 800;
      line-height: 49px;
      text-align: right;
      color: #a20014;
  }
  .sec04-container{
    opacity: 0;
    width: 40%;
    padding-right: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .lyar3{
    background-image: linear-gradient(to right, #00000085 , #00000082 ,#000000ba ,#0a0a0a);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
  }
 .sec04-p{
      font-family: Tajawal;
      font-size: 19px;
      line-height: 31px;
      text-align: right;
      color: #ffffff;
  }
/* section4 */


/* section5 */
  #section05{
    opacity: 0;
    position: absolute;
    height: 100vh;
    top: 0;
  }
  .sec05-head{
      font-size: 50px;
      font-weight: 800;
      line-height: 49px;
      text-align: right;
      color: #a20014;
  }
  .sec05-container{
    opacity: 0;
    width: 40%;
    padding-right: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .lyar3{
    background-image: linear-gradient(to right, #00000085 , #00000082 ,#000000ba ,#0a0a0a);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
  }
  .sec05-p{
      font-family: Tajawal;
      font-size: 19px;
      line-height: 31px;
      text-align: right;
      color: #ffffff;
  }
/* section5 */

/* section4 */
 #section04{
    opacity: 0;
    position: absolute;
    height: 100vh;
    top: 0;
  }
  .sec04-head{
      font-size: 50px;
      font-weight: 800;
      line-height: 49px;
      text-align: right;
      color: #a20014;
  }
  .sec04-container{
    opacity: 0;
    width: 40%;
    padding-right: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .lyar3{
    background-image: linear-gradient(to right, #00000085 , #00000082 ,#000000ba ,#0a0a0a);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
  }
 .sec04-p{
      font-family: Tajawal;
      font-size: 19px;
      line-height: 31px;
      text-align: right;
      color: #ffffff;
  }
/* section4 */


/* section5 */
  #section05{
    opacity: 0;
    position: absolute;
    height: 100vh;
    top: 0;
  }
  .sec05-head{
      font-size: 50px;
      font-weight: 800;
      line-height: 49px;
      text-align: right;
      color: #a20014;
  }
  .sec05-container{
    opacity: 0;
    width: 40%;
    padding-right: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .lyar3{
    background-image: linear-gradient(to right, #00000085 , #00000082 ,#000000ba ,#0a0a0a);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
  }
  .sec05-p{
      font-family: Tajawal;
      font-size: 19px;
      line-height: 31px;
      text-align: right;
      color: #ffffff;
  }
/* section5 */

/* section4 */
 #section04{
    opacity: 0;
    position: absolute;
    height: 100vh;
    top: 0;
  }
  .sec04-head{
      font-size: 50px;
      font-weight: 800;
      line-height: 49px;
      text-align: right;
      color: #a20014;
  }
  .sec04-container{
    opacity: 0;
    width: 40%;
    padding-right: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .lyar3{
    background-image: linear-gradient(to right, #00000085 , #00000082 ,#000000ba ,#0a0a0a);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
  }
 .sec04-p{
      font-family: Tajawal;
      font-size: 19px;
      line-height: 31px;
      text-align: right;
      color: #ffffff;
  }
/* section4 */


/* section5 */
  #section05{
    opacity: 0;
    position: absolute;
    height: 100vh;
    top: 0;
  }
  .sec05-head{
      font-size: 50px;
      font-weight: 800;
      line-height: 49px;
      text-align: right;
      color: #a20014;
  }
  .sec05-container{
    opacity: 0;
    width: 40%;
    padding-right: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .lyar3{
    background-image: linear-gradient(to right, #00000085 , #00000082 ,#000000ba ,#0a0a0a);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
  }
  .sec05-p{
      font-family: Tajawal;
      font-size: 19px;
      line-height: 31px;
      text-align: right;
      color: #ffffff;
  }
/* section5 */

/* section4 */
 #section04{
    opacity: 0;
    position: absolute;
    height: 100vh;
    top: 0;
  }
  .sec04-head{
      font-size: 50px;
      font-weight: 800;
      line-height: 49px;
      text-align: right;
      color: #a20014;
  }
  .sec04-container{
    opacity: 0;
    width: 40%;
    padding-right: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .lyar3{
    background-image: linear-gradient(to right, #00000085 , #00000082 ,#000000ba ,#0a0a0a);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
  }
 .sec04-p{
      font-family: Tajawal;
      font-size: 19px;
      line-height: 31px;
      text-align: right;
      color: #ffffff;
  }
/* section4 */


/* section5 */
  #section05{
    opacity: 0;
    position: absolute;
    height: 100vh;
    top: 0;
  }
  .sec05-head{
      font-size: 50px;
      font-weight: 800;
      line-height: 49px;
      text-align: right;
      color: #a20014;
  }
  .sec05-container{
    opacity: 0;
    width: 40%;
    padding-right: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .lyar3{
    background-image: linear-gradient(to right, #00000085 , #00000082 ,#000000ba ,#0a0a0a);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
  }
  .sec05-p{
      font-family: Tajawal;
      font-size: 19px;
      line-height: 31px;
      text-align: right;
      color: #ffffff;
  }
/* section5 */

/* section6 */
 #section06{
    opacity: 0;
    position: absolute;
    height: 100vh;
    top: 0;
  }
  .sec06-head{
      font-size: 50px;
      font-weight: 800;
      line-height: 49px;
      text-align: right;
      color: #a20014;
  }
  .sec06-head2{
      font-size: 40px;
      font-weight: 800;
      line-height: 49px;
      text-align: right;
      color: #a20014;
  }
  .sec06-container{
    opacity: 0;
    width: 40%;
    padding-right: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .lyar3{
    background-image: linear-gradient(to right, #00000085 , #00000082 ,#000000ba ,#0a0a0a);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
  }
 .sec06-p{
      font-family: Tajawal;
      font-size: 19px;
      line-height: 31px;
      text-align: right;
      color: #ffffff;
  }
/* section6 */

/* section6 */
  #section06-1{
    opacity: 0;
    position: absolute;
    height: 100vh;
    top: 0;
  }
  .sec06-1-head{
      font-size: 50px;
      font-weight: 800;
      line-height: 49px;
      text-align: right;
      color: #a20014;
  }
  .sec06-1-head2{
      font-size: 40px;
      font-weight: 800;
      line-height: 49px;
      text-align: right;
      color: #a20014;
  }
  .sec06-1-container{
    opacity: 0;
    width: 40%;
    padding-right: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .lyar3{
    background-image: linear-gradient(to right, #00000085 , #00000082 ,#000000ba ,#0a0a0a);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
  }
  .sec06-1-p{
      font-family: Tajawal;
      font-size: 19px;
      line-height: 31px;
      text-align: right;
      color: #ffffff;
  }
/* section6-1 */

/* section7 */
  #section07{
    opacity: 0;
    position: absolute;
    height: 100vh;
    top: 0;
  }
  .sec07-head{
      font-size: 50px;
      font-weight: 800;
      line-height: 49px;
      text-align: right;
      color: #a20014;
  }
  .sec07-container{
    opacity: 0;
    width: 40%;
    padding-right: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .sec07-container2{
    opacity: 0;
    width: 40%;
    padding-right: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
  }
  .lyar3{
    background-image: linear-gradient(to right, #00000085 , #00000082 ,#000000ba ,#0a0a0a);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
  }
  .sec07-p{
      font-family: Tajawal;
      font-size: 19px;
      line-height: 31px;
      text-align: right;
      color: #ffffff;
  }
/* section7 */

/* section8 */
 #section08{
    opacity: 0;
    position: absolute;
    height: 100vh;
    top: 0;
  }
  .sec08-head{
      font-size: 50px;
      font-weight: 800;
      line-height: 49px;
      text-align: right;
      color: #a20014;
  }
  .sec08-container{
    opacity: 0;
    width: 40%;
    padding-right: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .lyar3{
    background-image: linear-gradient(to right, #00000085 , #00000082 ,#000000ba ,#0a0a0a);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
  }
 .sec08-p{
      font-family: Tajawal;
      font-size: 19px;
      line-height: 31px;
      text-align: right;
      color: #ffffff;
  }
/* section8 */


/* section9 */
  #section09{
    opacity: 0;
    position: absolute;
    height: 100vh;
    top: 0;
  }
  .sec09-head{
      font-size: 50px;
      font-weight: 800;
      line-height: 49px;
      text-align: right;
      color: #a20014;
  }
  .sec09-container{
    opacity: 0;
    width: 40%;
    padding-right: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .lyar3{
    background-image: linear-gradient(to right, #00000085 , #00000082 ,#000000ba ,#0a0a0a);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
  }
  .sec09-p{
      font-family: Tajawal;
      font-size: 19px;
      line-height: 31px;
      text-align: right;
      color: #ffffff;
  }
/* section9 */

/* section10 */
 #section10{
    opacity: 0;
    position: absolute;
    height: 100vh;
    top: 0;
  }
  .sec10-head{
      font-size: 50px;
      font-weight: 800;
      line-height: 49px;
      text-align: right;
      color: #a20014;
  }
  .sec10-container{
    opacity: 0;
    width: 40%;
    padding-right: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .sec10-container2{
    opacity: 0;
    width: 40%;
    padding-right: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    }
  .lyar3{
    background-image: linear-gradient(to right, #00000085 , #00000082 ,#000000ba ,#0a0a0a);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
  }
 .sec10-p{
      font-family: Tajawal;
      font-size: 19px;
      line-height: 31px;
      text-align: right;
      color: #ffffff;
  }
/* section10 */


/* section11 */
  #section11{
    opacity: 0;
    position: absolute;
    height: 100vh;
    top: 0;
  }
  .sec11-head{
      font-size: 42px;
      font-weight: 800;
      line-height: 49px;
      text-align: right;
      color: #a20014;
  }
  .sec11-container{
    opacity: 0;
    width: 40%;
    padding-right: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .sec11-container2{
    opacity: 0;
    width: 40%;
    padding-right: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .sec11-container3{
    opacity: 0;
    width: 40%;
    padding-right: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .lyar3{
    background-image: linear-gradient(to right, #00000085 , #00000082 ,#000000ba ,#0a0a0a);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
  }
  .sec11-p{
      font-family: Tajawal;
      font-size: 19px;
      line-height: 31px;
      text-align: right;
      color: #ffffff;
  }
/* section11 */


/* section11 */
  #section11-2{
    opacity: 0;
    position: absolute;
    height: 100vh;
    top: 0;
  }
  .sec11-head{
      font-size: 50px;
      font-weight: 800;
      line-height: 49px;
      text-align: right;
      color: #a20014;
  }
  .sec11-container{
    opacity: 0;
    width: 40%;
    padding-right: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .lyar3{
    background-image: linear-gradient(to right, #00000085 , #00000082 ,#000000ba ,#0a0a0a);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
  }
  .sec11-p{
      font-family: Tajawal;
      font-size: 19px;
      line-height: 31px;
      text-align: right;
      color: #ffffff;
  }
/* section11 */


  /* section12 */
  #section12{
    opacity: 0;
    position: absolute;
    height: 100vh;
    top: 0;
  }
  .sec12-head{
      font-size: 42px;
      font-weight: 800;
      line-height: 49px;
      text-align: right;
      color: #a20014;
  }
  .sec12-container{
    opacity: 0;
    width: 40%;
    padding-right: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .lyar3{
    background-image: linear-gradient(to right, #00000085 , #00000082 ,#000000ba ,#0a0a0a);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
  }
  .sec12-p{
      font-family: Tajawal;
      font-size: 19px;
      line-height: 31px;
      text-align: right;
      color: #ffffff;
  }
  /* section12 */

  /* section12-1 */
  #section12-1{
    opacity: 0;
    position: absolute;
    height: 100vh;
    top: 0;
  }
  .sec12-1-head{
      font-size: 42px;
      font-weight: 800;
      line-height: 49px;
      text-align: right;
      color: #a20014;
  }
  .sec12-1-container{
    opacity: 0;
    width: 40%;
    padding-right: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .lyar3{
    background-image: linear-gradient(to right, #00000085 , #00000082 ,#000000ba ,#0a0a0a);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
  }
  .sec12-1-p{
      font-family: Tajawal;
      font-size: 19px;
      line-height: 31px;
      text-align: right;
      color: #ffffff;
  }
  /* section12-1 */

  /* section13 */
  #section13{
    opacity: 0;
    position: absolute;
    height: 100vh;
    top: 0;
  }
  .sec13-head{
      font-size: 42px;
      font-weight: 800;
      line-height: 49px;
      text-align: right;
      color: #a20014;
  }
  .sec13-container{
    opacity: 0;
    width: 40%;
    padding-right: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .lyar3{
    background-image: linear-gradient(to right, #00000085 , #00000082 ,#000000ba ,#0a0a0a);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
  }
  .sec13-p{
      font-family: Tajawal;
      font-size: 19px;
      line-height: 31px;
      text-align: right;
      color: #ffffff;
  }
  /* section13 */

  /* section13-1 */
  #section13-1{
    opacity: 0;
    position: absolute;
    height: 100vh;
    top: 0;
  }
  .sec13-1-head{
      font-size: 42px;
      font-weight: 800;
      line-height: 49px;
      text-align: right;
      color: #a20014;
  }
  .sec13-1-container{
    opacity: 0;
    width: 40%;
    padding-right: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .lyar3{
    background-image: linear-gradient(to right, #00000085 , #00000082 ,#000000ba ,#0a0a0a);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
  }
  .sec13-1-p{
      font-family: Tajawal;
      font-size: 19px;
      line-height: 31px;
      text-align: right;
      color: #ffffff;
  }
  /* section13-1 */

  /* section14 */
  #section14{
    opacity: 0;
    display: none;
    position: absolute;
    height: 100vh;
    top: 0;
  }
  .sec14-head{
      font-size: 42px;
      font-weight: 800;
      line-height: 49px;
      text-align: right;
      color: #a20014;
  }
  .sec14-container{
    opacity: 0;
    width: 40%;
    padding-right: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .lyar3{
    background-image: linear-gradient(to right, #00000085 , #00000082 ,#000000ba ,#0a0a0a);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
  }
  .sec14-p{
      font-family: Tajawal;
      font-size: 19px;
      line-height: 31px;
      text-align: right;
      color: #ffffff;
  }
  /* section14 */

  /* section15 */
  #section15{
    opacity: 0;
    position: absolute;
    height: 100vh;
    top: 0;
  }
  .sec15-head{
      font-size: 42px;
      font-weight: 800;
      line-height: 49px;
      text-align: right;
      color: #a20014;
  }
  .sec15-container{
    opacity: 0;
    width: 40%;
    padding-right: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .lyar3{
    background-image: linear-gradient(to right, #00000085 , #00000082 ,#000000ba ,#0a0a0a);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
  }
  .sec15-p{
      font-family: Tajawal;
      font-size: 19px;
      line-height: 31px;
      text-align: right;
      color: #ffffff;
  }
  /* section15 */

  /* section15-1 */
    #section15-1{
      opacity: 0;
      position: absolute;
      height: 100vh;
      top: 0;
    }
    .sec15-1-head{
        font-size: 42px;
        font-weight: 800;
        line-height: 49px;
        text-align: right;
        color: #a20014;
    }
    .sec15-1-container{
      opacity: 0;
      width: 40%;
      padding-right: 60px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
    }
    .sec15-1Q{
      font-size: 14px;
      font-weight: 800;
      line-height: 39px;
      text-align: center;
      color: #ffffff;
      height: 100px;
    }
    .lyar3{
      background-image: linear-gradient(to right, #00000085 , #00000082 ,#000000ba ,#0a0a0a);
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      position: absolute;
      z-index: -1;
    }
    .sec15-1-p{
        font-family: Tajawal;
        font-size: 19px;
        line-height: 31px;
        text-align: right;
        color: #ffffff;
    }
  /* section15-1 */

   /* section15-2 */
    #section15-2{
      opacity: 0;
      position: absolute;
      height: 100vh;
      top: 0;
    }
    .sec15-2-head{
        font-size: 42px;
        font-weight: 800;
        line-height: 49px;
        text-align: right;
        color: #a20014;
    }
    .sec15-2-container{
      opacity: 0;
      width: 40%;
      padding-right: 60px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
    }
    .sec15-2-2-container{
      opacity: 0;
      width: 42%;
      padding-right: 60px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
    }
    .lyar3{
      background-image: linear-gradient(to right, #00000085 , #00000082 ,#000000ba ,#0a0a0a);
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      position: absolute;
      z-index: -1;
    }
    .sec15-2-p{
        font-family: Tajawal;
        font-size: 19px;
        line-height: 31px;
        text-align: right;
        color: #ffffff;
    }
/* section15-2 */

/* infographics */
.infographicNav01-contaner{
  width: 75%;
}
    #infographicNav02{
      opacity: 0;
      display: none;
      width: 100%;
      padding-right: 60px;
      position: absolute;
    }
    #infographicNav01{
      opacity: 0;
      display: none;
      width: 100%;
      padding-right: 60px;
      position: absolute;
    }

    .infographicNav03{
      width: 100%;
      top: 50% !important;
      transform: translateY(-50%);
      padding-right: 60px;
      position: absolute;
      opacity: 0;
      display: none;
    }
    #sectioninfo03{
      position: absolute;
      height: 100vh;
      top: 0;
      opacity: 0;
      display: none;
    }
    #sectioninfo02{
      position: absolute;
      top: 50% !important;
      transform: translateY(-50%);
      padding: 55px 0 !important;
      height: 100vh;
      top: 0;
      opacity: 0;
      display: none;
    }
    #sectioninfo01{
      position: absolute;
      top: 50% !important;
      transform: translateY(-50%);
      height: 100vh;
      top: 0;
      opacity: 0;
      display: none;
    }

/* infographics */



@media (max-width: 768px) {
  .sec01-p{
    width: 45%;
  }
  .sec02-p {
    font-size: 15px;
    line-height: 28px;
    padding-right: 25px;
    text-align: right;
    width: 75%;
    transform: translateX(200px);
    transition: all .8s;
  }
  .lyar {
    background-image: linear-gradient(to right, #00000085 , #0000007a ,#000000ba ,#0a0a0a);
  }
  .sec02-head {
    font-size: 42px;
  }
  .sec03-container {
    width: 70%;
    margin-top: 0px;
  }
  .sec03-p {
    font-size: 19px;
  }
  .sec04-head {
    font-size: 42px;
  }
  .sec04-container {
    width: 70%;
    margin-top: 0px;
  }
  .sec04-p {
    font-size: 19px;
  }


  .sec05-head {
    font-size: 42px;
  }
  .sec05-container {
    width: 70%;
    margin-top: 0px;
  }
  .sec05-p {
    font-size: 19px;
  }

  .sec06-head {
    font-size: 42px;
  }
  .sec06-container {
    width: 70%;
    margin-top: 0px;
  }
  .sec06-p {
    font-size: 19px;
  }


  .sec07-head {
    font-size: 42px;
  }
  .sec07-container {
    width: 70%;
    margin-top: 0px;
  }
  .sec07-p {
    font-size: 19px;
  }

  .sec08-head {
    font-size: 42px;
  }
  .sec08-container {
    width: 70%;
    margin-top: 0px;
  }
  .sec08-p {
    font-size: 19px;
  }


  .sec09-head {
    font-size: 42px;
  }
  .sec09-container {
    width: 70%;
    margin-top: 0px;
  }
  .sec09-p {
    font-size: 19px;
  }
}

              #mobile{
                display: none;
              }
              .mobile{
                display: none;
              }
              /* NAV */
              .nav-episods-ul{
                list-style: none;
                text-align: center;
                margin-top: 30%;
              }
              .nav-episods-li{
                cursor: pointer;
                font-size: 15px;
                color: #ffffff;
                font-weight: bolder;
              }
              .nav-episods-li:hover{
                color: #ffffff;
                -webkit-transition: color 1s,  -webkit-transform 1s; /* Safari */
                transition: color 1s, transform 1s;
              }
              .btn-menu {
                display: block;
                border: 0;
                width: 40px;
                height: 25px;
                background-color: transparent;
                cursor: pointer;
                position: absolute;
                top: 20px;
                right:20px;
                z-index: 9999;
              }
              .btn-menu:focus {
                outline: none;
              }

              .show_menu .btn-menu:focus {
                outline: none;
              }

              .btn-menu .text {
                display: block;
                text-indent: 150%;
                white-space: nowrap;
                overflow: hidden;
              }

              .btn-menu .bar,
              .btn-menu .bar:before,
              .btn-menu .bar:after {
                display: block;
                position: absolute;
                width: 40px;
                height: 5px;
                background-color: #f3f0f0;
                -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
              }
              .bar2 {
              display: block;
              position: absolute;
              top: 0;
              right: 0;
              width: 40px;
              height: 5px;
              background-color: #f3f0f0;
              -webkit-transition: all 0.3s ease-in-out;
              transition: all 0.3s ease-in-out;
              }

              .btn-menu .bar {
                top: 10px;
                right: 0;
              }

              .btn-menu .bar:before {
                position: absolute;
                content: '';
                top: 10px;
                right: 0;
              }

              .btn-menu .bar:after {
                position: absolute;
                content: '';
                top: -10px;
                right: 0;
              }

              .show .btn-menu .bar {
                background-color: transparent;
              }

              .show .btn-menu .bar:before {
                top: 0;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
              }

              .show .btn-menu .bar:after {
                top: 0;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
              }

              .overlay {
              width: 0;
              height: 100%;
              overflow: hidden;
              color: #FFFFFF;
              top: 0;
              right: 0;
              transition: width 0.3s ease-in;
              background-color: #000000ed;
              z-index: 8888;
              }

              .show .overlay {
              width: 100%;
              height: 100%;
              position: fixed;

              }

              nav ul {
              list-style-type: none;
              position: relative;
              top: 50px;
              left: 50px;
              opacity: 0;
              transform: translateX(100px);
              transition: all 0.3s 0.2s ease-out;
              }

              .show nav ul {
              opacity: 1;
              transform: translateX(0);
              }
              .Sponsor-at-ARIJ19{
              font-family: Montserrat-light;
              font-size: 38px;
              font-weight: 200;
              color: #ffffff;
              }
@media (max-width: 486px) {
  .mobileveiw{
    background-color: black;
    position: relative;
  }
  .mobileveiw-p{
    margin-top: 71%;
    text-align: center;
    font-size: 27px;
    color: #ffffff;
  }
  #mobile{
    display: block;
  }
  .mobile{
    display: block;
  }
  #desktop{
    display: none !important;
  }
  .desktop{
    display: none;
  }
  .logo-fixed img {
    width: 55px;
    height: 35px;
  }
  .sec01-container {
    padding-right: 10px;
    margin-top: -50px;
  }
  .sec01-head2 {
    font-size: 35px;
  }
  .sec01-p {
    width: 80%;
  }
  .sec01-journalist{
    right: 10px;
  }

  .sec02-p{
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 95%;
    padding-right: 10px;
    font-size: 12px;
    line-height: 21px;
    font-weight: 500;
  }
  
  .sec02-s2{
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 95%;
    padding-right: 10px;
    font-size: 12px;
    line-height: 21px;
    font-weight: 500;
  }
  .sec02-head {
    font-size: 36px;
  }
  .sec035-container{
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding-right: 10px;
  }
  .sec035-p{
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 95%;
    padding-right: 0px;
    font-size: 12px;
    line-height: 21px;
    font-weight: 500;
  }
  .sec03-container{
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding-right: 10px;
  }
  .sec03-p {
    font-size: 12px;
    line-height: 21px;
  }
  .sec04-head {
    font-size: 30px;
  }
  .sec04-container{
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding-right: 10px;
  }
  .sec04-p{
    z-index: 1;
    width: 95%;
    padding-right: 0px;
    font-size: 12px;
    line-height: 21px;
    font-weight: 500;
  }
  .lyar3{
    background-image: linear-gradient(to right, #000000ad , #000000c4 ,#000000e3 ,#0a0a0a);
  }
  .sec05-container{
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding-right: 10px;
  }
  .sec05-p {
    z-index: 1;
    width: 95%;
    padding-right: 0px;
    font-size: 12px;
    line-height: 21px;
    font-weight: 500;
  }
  .sec05-head {
    font-size: 30px;
  }
  .sec06-container{
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding-right: 10px;
  }
  .sec06-head2 {
    font-size: 30px;
  }
  .sec06-head{
    font-size: 35px;
  }
  .sec06-p{
    z-index: 1;
    width: 95%;
    padding-right: 0px;
    font-size: 12px;
    line-height: 21px;
    font-weight: 500;
  }
  .sec06-1-container{
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding-right: 10px;
  }
  .sec06-1-head{
    font-size: 30px;
  }
  .sec06-1-p{
    width: 95%;
    padding-right: 0px;
    font-size: 12px;
    line-height: 21px;
    font-weight: 500;
  }
  .sec07-container{
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding-right: 10px;
  }
  .sec07-container2 {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding-right: 10px;
  }
  .sec07-p{
    width: 95%;
    padding-right: 0px;
    font-size: 12px;
    line-height: 21px;
    font-weight: 500;
  }
  .sec08-head {
    font-size: 25px;
  }
  .sec08-container {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding-right: 10px;
  }
  .sec08-p{
    width: 95%;
    padding-right: 0px;
    font-size: 12px;
    line-height: 21px;
    font-weight: 500;
  }
  .sec10-container{
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 95%;
    padding-right: 10px;
  }
  .sec10-container2{
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding-right: 10px;
  }
  .sec10-p{
    width: 95%;
    padding-right: 0px;
    font-size: 12px;
    line-height: 21px;
    font-weight: 500;
  }
  .sec10-head {
    font-size: 25px;
  }
  .sec11-container{
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding-right: 10px;
  }
  .sec11-container2{
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding-right: 10px;
  }
  .sec11-container3{
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding-right: 10px;
  }
  .sec11-head{
    font-size: 30px;
  }
  .sec11-p{
    width: 95%;
    padding-right: 0px;
    font-size: 12px;
    line-height: 21px;
    font-weight: 500;
  }
  
  .sec12-container{
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding-right: 10px;
  }
  .sec12-head{
    font-size: 30px;
  }
  .sec12-p{
    width: 95%;
    padding-right: 0px;
    font-size: 12px;
    line-height: 21px;
    font-weight: 500;
  }
  .sec12-1-container{
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding-right: 10px;
  }
  
  .sec12-1-p{
    width: 95%;
    padding-right: 0px;
    font-size: 12px;
    line-height: 21px;
    font-weight: 500;
  }
  .sec13-container{
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding-right: 10px;
  }
  .sec13-head{
    font-size: 30px;
  }
  .sec13-p{
    width: 95%;
    padding-right: 0px;
    font-size: 12px;
    line-height: 21px;
    font-weight: 500;
  }

  .sec13-1-container{
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding-right: 10px;
  }
  
  .sec13-1-p{
    width: 95%;
    padding-right: 0px;
    font-size: 12px;
    line-height: 21px;
    font-weight: 500;
  }

  .sec14-container{
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding-right: 10px;
  }
  
  .sec14-p{
    width: 95%;
    padding-right: 0px;
    font-size: 12px;
    line-height: 21px;
    font-weight: 500;
  }

  .sec15-container{
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding-right: 10px;
  }
  
  .sec15-p{
    width: 95%;
    padding-right: 0px;
    font-size: 12px;
    line-height: 21px;
    font-weight: 500;
  }
  .sec15-1-container{
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding-right: 10px;
  }
  
  .sec15-1-p{
    width: 95%;
    padding-right: 0px;
    font-size: 12px;
    line-height: 21px;
    font-weight: 500;
  }
  .sec15-2-container{
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding-right: 10px;
  }
  
  .sec15-2-p{
    width: 95%;
    padding-right: 0px;
    font-size: 12px;
    line-height: 21px;
    font-weight: 500;
  }

  .sec15-2-2-container{
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding-right: 10px;
  }
  
  .sec15-2-2-p{
    width: 95%;
    padding-right: 0px;
    font-size: 12px;
    line-height: 21px;
    font-weight: 500;
  }
  .numC15 {
    color: #a20014 !important;
    font-size: 20px;
  }

  /* inpho */
    #infographicNav01{
      padding-right: 10px;
    }
    .contentStoryh1 {
      font-size: 30px;
      margin-bottom: 0px !important;
    }
    .contentStory-p{
      width: 100%;
      font-size: 19px;
    }
    .infographicNav01-contaner{
      width: 100%;
    }
    .content-infogrph-num-textF{
      font-size: 17px;
    }
    .content-infogrph-numNu{
      font-size: 44px;
    }
    .content-infogrph-num-text{
      font-size: 14px;
    }
    .sectioninfo01mob{
      display: flex;
    }
    .content-infogr1 {
      display: flex;
      flex-direction: column;
      width: 50%;
      justify-content: center;
    }
    .content-infogr2 {
      display: flex;
      flex-direction: column;
      width: 50%;
      justify-content: center;
    }
   /* inpho2 */
   #infographicNav02{
    padding-right: 10px;
   }
   #infographicNav02 .contentStory-p{
    width: 100% !important;
   }
   #infographicNav02 .content-infogrph-numNu img{
      width: 40px;
      height: 40px;
   }
   #infographicNav02 .content-infogrph-numNu{
    font-size: 12px;
   }
   #infographicNav02 .content-infogrph-num{
     width: 120px;
   }
   #infographicNav02 .content-infogrph-num-text {
    text-align: center;
    font-size: 25px;
    font-weight: 200;
    margin-top: 10px;
  }
  #infographicNav02 .content-infogr1{
    flex-direction: row;
    margin-top: 25px !important;
  }
  #infographicNav02 .content-infogr2 {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
  }
  #sectioninfo02 .content-infogr-container img {
    width: 40px;
    height: 40px;
  }
  #sectioninfo02 .content-infogr-container .content-infogrph-num-textF{
    font-size: 12px !important;
    margin-top: 6px !important;
    width: 100%;
    height: 50px;
  }
  #sectioninfo02 .last-info-num{
    font-size: 25px;
    font-weight: 300;
    height: 30px;
    color: #ffffff;
  }
  /* info3 */
  .infographicNav03{
    padding-right: 10px;
  }
  .chartPiPi{
    font-size: 30px;
    color: #a20014;
    margin-left: 10px;
  }
  .chart{
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .charts-content-container{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }
  .sec15-1Q {
    font-size: 14px;
    line-height: 21px;
    text-align: right;
    color: #ffffff;
    height: 100px;
    margin-bottom: -24px;
    width: 68%;
  }
  .mobu{
    margin-bottom: 20px;
  }
  .fluid-width-video-wrapper{
    height: 50vh;
  }
}