

body{
  background-color: #000000;
  overflow: hidden;
  height: 100vh;
  width: 100vw;
  font-family: Tajawal;
}

/************************************************ loader *******************************************/
a:not(.btn){
  color: #ffffff;
  font-size: 17px;
}

.load__none {
  display: none;
  color:#fff;
}
.load__animation{
  border: 5px solid #272727;
  border-top-color: #e50914;
  border-top-style: groove;
  height: 100px;
  width: 100px;
  border-radius: 100%;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-animation: turn 1.5s linear infinite;
  -o-animation: turn 1.5s linear infinite;
  animation: turn 1.5s linear infinite;
}
.youtube-promo {
  width: 60%;
  margin: auto;
  margin-bottom: 40px;
}

.video-promo-head {
  background-color: black;
  color: white;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
  font-size: 17px;
  font-weight: bold !important;
}

.load {
  position: relative;
  background-color: black;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content: center;
  z-index: 999999999999999999999;
  }
  #Load{
    transition: all .7s;
  }

.load__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.youtube-promo iframe{
  width: 100%;
  height: 40vh;
}

@keyframes turn {
  from {transform: rotate(0deg)}
  to {transform: rotate(360deg)}
}

.load__title {
  color: #fff;
  font-size: 2rem;
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%,-50%);
}


@keyframes loadPage {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }

}
.num-st-inside04{
  margin-right: -80px !important;
}
.name-st-inside04{
  font-size: 28px !important;
}
/************************************************ loader *******************************************/
/* ==========================================================================
   loader
   ========================================================================== */
  
   .goHome{
    position: fixed;
    top: 23px;
    left: 106px;
    z-index: 9999999;
    opacity: 0;
   }
   .goHome a img{
    width: 25px;
    filter: drop-shadow(7px 7px 7px #66666675);
    -webkit-filter: drop-shadow(7px 7px 7px #66666675);
  }

  #page-number{
    font-size: 20px;
    margin-left: 4px;
    transition: all .6;
  }
  .pagees-container{
    position: fixed;
    bottom: 5px;
    color: white;
    z-index: 99999;
    right: 20px;
    display: flex;
    font-size: 20px;
    opacity: 0;
    transition: all .6;
  }

   /* ==========================================================================
   progress bar
   ========================================================================== */
   .progress-bar-container{
    position: fixed;
    width: 100%;
    display: flex;
    flex-direction: row;
    z-index: 999999;
    opacity: 0;
    transition: .5s;
  }
  .progress-elemnt{
    width: 3.33333333333333333%;
    height: 10px;
    transition: all .5s;
    border: 1px solid #000000d6;
  }
  #slide01-sec , #slide02-sec , #slide03-sec , #slide04-sec, #slide05-sec , #slide06-sec
  ,  #slide07-sec , #slide08-sec ,  #slide09-sec , #slide10-sec  ,  #slide11-sec , #slide12-sec
  ,  #slide13-sec , #slide14-sec  ,  #slide15-sec , #slide16-sec  ,  #slide17-sec , #slide18-sec
  , #slide19-sec , #slide20-sec , #slide21-sec , #slide22-sec , #slide23-sec , #slide24-sec
  , #slide25-sec , #slide26-sec , #slide27-sec , #slide28-sec , #slide29-sec , #slide30-sec
  , #slide31-sec
  {
    background-color: white;
    opacity: .4;
  }


/* ==========================================================================
progress bar
========================================================================== */


   #mobile{
     display: none !important;
   }

  #loader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    #loader .dot {
      width: 12px;
      height: 12px;
      display: inline-block;
      border-radius: 100%;
      margin-right: 6px;
      border: 2px #2b4d66 solid; }
  

    .set-blur{
      filter: blur(20px);
    }
    .slides_show{
      display: none;
    }
    .p-sections{
      opacity: 0;
      transform: translateY(-30px);
      font-size: 18px;
      line-height: 35px;
    }
    .logo-container img {
        width: 68px;
        z-index: 9999!important;
        position: fixed;
        top: 20px;
        left: 20px;
        opacity: 0;
        filter:drop-shadow(7px 7px 7px #66666685); 
        -webkit-filter: drop-shadow(7px 7px 7px #66666685);
    }
    .lyar-video {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      background-size: cover;
      transition: 1s opacity;
      background-color: #000000b8;
      opacity: 0;
    }
/* ==========================================================================
   navigators
   ========================================================================== */
   .continue-text{
      position: fixed;
      color: white;
      opacity: 0;
      margin: 0 auto;
      left: 5px;
      top: 59%;
      /* width: 50px; */
      height: 50px;
      padding: 14px 14px 0 0;
      z-index: 100;
      border-radius: 100%;
      box-sizing: border-box;
      transition: 0.3s;
      font-size: 15px;
      transition: all .6s;
   }

   .btn-arrow-back {
    fill: var(--grey-light); }

   .arrow-back {
    right: 50%;
    transform: translateX(50%);
    opacity: 1;
    position: fixed;
    background-color: rgba(180, 132, 78, 0.33);
    margin: 0 auto;
    top: 16px;
    padding: 4px 7px 4px 6px;
    z-index: 9999999999999;
    cursor: pointer;
    background-color: rgba(180 132 78, 0.33);
    transition: 0.3s;
    border-radius: 100%;
    opacity: 0;
  }
  .arrow-back img{
    width: 30px;
  }
  .down-arrow{
    width: 47px;
    position: absolute;
    right: 0;
    left: 0;
    top: 36%;
    margin: auto;
    cursor: pointer;
  }
  .arrow-back:hover {
    background-color: var(--grey-dark);
    transition: 0.3s;}


  .btn-arrow-next {
    fill: var(--red-main);  }

  .arrow-next {
    position: absolute;
    bottom: -3px;
    right: 24px;
    /* padding: 14px 14px 0 0; */
    z-index: 200;
    color: #ecc285;
    cursor: pointer;
    font-size: 24px;
    font-weight: 600;
    font-family: Tajawal-Bold;
    transition: 0.3s;
    /* background-image: url('../graphics/group-114.png'); */
  }
  #btn-next{
    cursor: pointer;
    position: absolute;
    margin: 0 auto;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    /* padding: 14px 14px 0 0; */
    z-index: 100;
    color: #ecc285;
    cursor: pointer;
    font-size: 24px;
    font-weight: 600;
    font-family: Tajawal-Bold;
    transition: 0.3s;
    opacity: 0;
  }
  #btn-next img{
    margin-bottom: -17px;
    opacity: .8;
    height: 113px;
    filter: brightness(.6);
  }

  @media (max-width: 780px) {

  }


  .black-beaches-youtube{
      width: 80vw;
      height: 70vh;
      margin: 0 auto;
      /* height: 100%; */
      top: 0;
      z-index: 999999999999999;
  }
/* ==========================================================================
   Grids
   ========================================================================== */
   #mobile{
    display: none;
  }

  .slide-bottom-center {
    display: grid;
    align-content: flex-end;
    justify-content: center;
    padding: 0rem 10rem 10rem 10rem;    }

 .slide-center-center {
        display: grid;
        align-content: center;
        justify-content: center;
        padding: 0 10rem;        }

  .slide-top-center {
    display: grid;
    align-content: flex-start;
    justify-content: center;

    padding: 11rem 12rem 0 12rem;
  }

  
  .slide-center-center.text-right h2,
  .slide-center-center.text-right p 
  {
    width: 40%; } 
  
  .text-right.slide-center-center {
    padding: 1rem 7rem;
  }

  video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 80%;
    min-height: 80%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    transition: 1s opacity;
  }
  #bgvid06{
    width: 100% !important;
   
  }
  #bgvid01{
    /* width: 80% !important; */
    z-index: 99;
  }
  #bgvid01-a{
    /* width: 80% !important; */
    z-index: 99;
  }
  #bgvid01-b{
    /* width: 80% !important; */
    z-index: 99;
  }
  .title01{
    margin-bottom: 24px;
  }
  .title01 h1{
    font-size: 40px !important;
    font-family: Tajawal-Bold;
  }
  .title02{
    margin-bottom:  10px;
  }
  .title02 h6{
    font-size: 21px !important;
    font-family: Tajawal-Bold;
  }

    #p-02{
        opacity: 0;
        display: none;
      }
      #p-03{
        opacity: 0;
        display: none;
      }

      @media only screen and (max-height: 800px) {
        #section13-a{
          background-image: url(../graphics/slide21.jpg);
          background-size: cover !important;
          background-position: bottom center !important;
          background-repeat: no-repeat !important;
          /* opacity: 0;  */
          display: none;
        }
        #myVideo {
          width: 355px;
          height: 431px;
          margin: 0 auto;
          display: block;
          position: absolute;
          transform: translateX(-50%) translateY(-50%);
          min-width: auto !important;
          min-height: auto !important;
          border-radius: 33px;
      }
      .videoCover {
        width: 259px;
        height: 440px;
        margin: 0 auto;
        left: 50%;
        display: block;
        position: absolute;
        transform: translateX(-50%) translateY(-50%);
        min-width: auto !important;
        min-height: auto !important;
        filter: drop-shadow(0px 15px 30px black);
      }
    }
/* ==========================================================================
   sections
   ========================================================================== */
  
   .main-wrapper {
       width: 100vw;
       height: 100vh;
   }

   .display-slide {
      display: block !important; 
   }

   .slide {
    width: 100vw;
    height: 100vh;  
    /* transition: 0.2s; */
   }

   .slide-bg {
    position: fixed !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100vw;
    height: 100vh; 
    top: 0; 
    /* display: none; */
   }

   .slide-blur {
    filter: blur(8px);
    -webkit-filter: blur(8px);
    /* transition: 0.1s; */
    }

    .slide-overlay-bottom {
    background: linear-gradient(rgba(0, 0, 0, 0.40),rgba(0, 0, 0, 1));  }
    
    .slide-overlay-left {
    background-image: linear-gradient(90deg, #000000 0%, rgba(0,0,0,0.00) 100%);
    } 

    .slide-overlay-right {
    background-image: linear-gradient(-90deg, #000000 0%, rgba(0,0,0,0.00) 100%);
    } 

    .slide-overlay-top {
      background-image: linear-gradient(180deg, #000000 0%, rgba(0,0,0,0.00) 100%);
    } 
  
    .bk-text-black {
      background: black;
      display: inline;
      padding: 12px 6px 6px 9px;
      box-decoration-break: clone;
      -webkit-box-decoration-break: clone;
      line-height: 39px;
    }

    .text-light{
      color: #fff !important;
    }
    #startStory{
      font-size: 25px;
      font-weight: 800;
      font-family: Tajawal-Bold;
      color: #ecc285;
      cursor: pointer;
      position: absolute;
      right:0;
      left: 0;
      margin: 0 auto;
      top: 30%;
    }
    #bk-descriptions {
      position: absolute;
      left: 15px;
      bottom: 15px;
      font-size: 17px;
      color: white;
      font-weight: 600;
      font-family: Tajawal-Bold;
    }
   
    /* ==========================================================================
   sections 01
   ========================================================================== */

      #section01{
        background-image: url(../graphics/sec01.jpg);
        background-position: top center;
        background-repeat: no-repeat;
        opacity: 0; 
        transition: all .5s;
      }

     /* ==========================================================================
    sections 02
    ========================================================================== */

      #section02{
        /* background-image: url(../graphics/sec01.jpg);
        background-size: cover !important;
        background-position: bottom center !important;
        background-repeat: no-repeat !important; */
        /* opacity: 0;  */
        /* display: none; */
        transition: all .5s;
      }
      #section01-img01{
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        z-index: -1;
        transition: all .5s;
        object-fit: cover;
      }
      #section01-img02{
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        z-index: -1;
        opacity: 0;
        transition: all .5s;
        object-fit: cover;
      }
      #sec01-st02{
        display: none;
      }

       /* ==========================================================================
      sections 03
      ========================================================================== */

      #section03{
        background-image: url(../graphics/slide03.jpg);
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        /* opacity: 0;  */
        display: none;
      }
      
      

      /* ==========================================================================
      sections 04
      ========================================================================== */
      #section04{
        /* background-image: url(../graphics/sec02.jpg); */
        background-size: cover !important;
        background-position: bottom center !important;
        background-repeat: no-repeat !important;
        /* opacity: 0;  */
        display: none;
        position: relative !important;
      }
      #btn-play-video {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
        z-index: 99;
        width: 8%;
        cursor: pointer;
        transition: all .5;
      }
      .btn-play-video-container{
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
        z-index: 99;
        width: 100%;
        height: 100%;
        background-color: #000000e0;
        transition: all .5;
      }
      .video-description{
        top: 50%;
        margin-top: 87px;
        left: 50%;
        font-size: 20px;
        transform: translate(-50%, -50%);
        position: absolute;
        z-index: 99;
        color: white;
      }


        /* ==========================================================================
      sections 03
      ========================================================================== */

      #section04-a{
        background-image: url(../graphics/slide03-a.jpg);
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        /* opacity: 0;  */
        display: none;
      }


      /* ==========================================================================
      sections 05
      ========================================================================== */

        #section05{
          background-image: url(../graphics/sec02.jpg);
          background-size: cover !important;
          background-position: bottom center !important;
          background-repeat: no-repeat !important;
          /* opacity: 0;  */
          display: none;
        }
        .p-sec05{
          width: 50%;
        }
        #p-02{
          opacity: 0;
        }

        /* ==========================================================================
        sections 06
        ========================================================================== */
        
          #section06{
            background-image: url(../graphics/slide07.jpg);
            background-size: cover !important;
            background-position: bottom center !important;
            background-repeat: no-repeat !important;
            /* opacity: 0;  */
            display: none;
            position: relative;
          }
          #section06 .p-sec05{
            width: 60%;
            font-size: 15px !important;
            line-height: 26px !important;
          }
          #drop-Img {
            position: absolute;
            top: 21%;
            right: 9%;
          }
          #drop-Img img{
            width: 70px;
          }
          .petrol-description{
            position: absolute;
            top: 15%;
            left: 23%;
            opacity: 0;
          }
          #petrol-num{
            font-size: 89px;
            font-weight: 200;
            font-family: Tajawal-Light;
            text-align: right;
            color: #dabb81;
          }
          #petrol01{
            font-size: 28px;
            color: white;
            margin-top: -9px;
            margin-bottom: 8px;
          }
          #petrol02{
            font-size: 17px;
            font-weight: 800;
            font-family: Tajawal-Black;
            color: white;
            text-align: right;
          }


                  /* ==========================================================================
        sections 07
        ========================================================================== */
        
        #section07{
          background-image: url(../graphics/slide08.jpg);
          background-size: cover !important;
          background-position: bottom center !important;
          background-repeat: no-repeat !important;
          /* opacity: 0;  */
          display: none;
        }
        .p-sec07{
          width: 40%;
          position: absolute;
          top: 15%;
          left: 7px;
        }

                /* ==========================================================================
        sections 08
        ========================================================================== */
        
        #section08{
          /* background-image: url(../graphics/sec02.jpg); */
          background-size: cover !important;
          background-position: bottom center !important;
          background-repeat: no-repeat !important;
          /* opacity: 0;  */
          display: none;
        }
        #section08 .slide-center-center{
          width: 50%;
        }
        #section08 video{ 
          min-width: 100%;
          min-height: 100%;
        }

                /* ==========================================================================
        sections 09
        ========================================================================== */
        
        #section09{
          background-image: url(../graphics/slide10.jpg);
          background-size: cover !important;
          background-position: bottom center !important;
          background-repeat: no-repeat !important;
          /* opacity: 0;  */
          display: none;
        }

                /* ==========================================================================
        sections 10
        ========================================================================== */
        
        #section10{
          background-image: url(../graphics/sec02.jpg);
          background-size: cover !important;
          background-position: bottom center !important;
          background-repeat: no-repeat !important;
          /* opacity: 0;  */
          display: none;
        }
        #section10 video{ 
          min-width: 100%;
          min-height: 100%;
        }
        .row01-num{
            font-family: Montserrat;
            font-size: 89px;
            font-weight: 200;
            font-family: Tajawal-Light;
            text-align: right;
            color: #dabb81;
        }
        .row01-desc{
          font-size: 19px;
          font-weight: 800;
          font-family: Tajawal-Bold;
          color: whitesmoke;
        }
        .row01{
          display: flex;
          flex-direction: row;
          margin-bottom: 30px;
          text-align: right;
          opacity: 0;
        }
        .row02{
          display: flex;
          flex-direction: row;
          margin-bottom: 30px;
          opacity: 0;
        }
        .row-p{
          font-size: 21px;
          font-weight: 800;
          font-family: Tajawal-Bold;
          color: white;
          margin-bottom: 25px;
          opacity: 0;
        }
        .row01-sec01{
          margin-left: 40px;
        }

           /* ==========================================================================
        sections 10-a
        ========================================================================== */
        
        #section10-a{
          background-image: url(../graphics/slide13.jpg);
          background-size: cover !important;
          background-position: bottom center !important;
          background-repeat: no-repeat !important;
          /* opacity: 0;  */
          display: none;
        }
        .sec10-a-row01{
          display: flex;
          flex-direction: row;
          width: 100%;
          margin-bottom: 20px;
        }
        .sec10-a-row02{
          display: flex;
          flex-direction: row;
          margin-bottom: 20px;
        }
        .sec10-a-row{
          border-bottom: 1px solid #dabb81;
        }
        #section10-a h4{
          font-size: 21px;
          font-weight: 800;
          font-family: Tajawal-Bold;
          color: #dabb81;
          margin-bottom: 15px;
          width: 60%;
        }
        .p-sec06{
          width: 60%;
        }
        .sec10-a-years{
          width: 16.666%;
          font-size: 22px;
          font-weight: 300;
          font-family: Tajawal-Light;
          color: #070a10;
          text-align: center;
        }
        .sec10-a-num01{
          width: 16.666%;
          font-size: 24px;
          font-weight: 300;
          font-family: Tajawal-Light;
          text-align: center;
        }
        .sec10-a-head{
          font-size: 19px;
          color: #050505;
        }
        .sec10-a-box{
          width: 60%;
          margin-bottom: 29px;
        }
                /* ==========================================================================
        sections 11
        ========================================================================== */
        
        #section11{
          background-image: url(../graphics/slide14.jpg);
          background-size: cover !important;
          background-position: bottom center !important;
          background-repeat: no-repeat !important;
          /* opacity: 0;  */
          display: none;
        }

        .pdf-pic{
          width: 50px;
        }
        .pdf-main-container{
          display: flex;
          flex-direction: row;
          justify-content: center;
        }
        .pdf-container{
          margin-right: 15px;
          cursor: pointer;
        }
        .sec11-pdf{
          display: flex;
          flex-direction: row;
          align-items: end;
          justify-content: center;
          margin-top: 15px;
          margin-bottom: 15px;
          opacity: 0;
        }
        .sec11-pdf-head{
          font-size: 24px;
          font-weight: 500;
          font-family: Tajawal-Bold;
        }
        
        
        #section11-a{
          background-image: url(../graphics/slide15-2.jpg);
          background-size: cover !important;
          background-position: bottom center !important;
          background-repeat: no-repeat !important;
          /* opacity: 0;  */
          display: none;
        }
        #section011-img01{
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          right: 0;
          z-index: -1;
          transition: all .5s;
          object-fit: cover;
          opacity: 0;
        }

        #section11-c{
          /* background-image: url(../graphics/slide15-1.jpg); */
          background-size: cover !important;
          background-position: bottom center !important;
          background-repeat: no-repeat !important;
          /* opacity: 0;  */
          display: none;
        }
        #btn-play-video02 {
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          position: absolute;
          z-index: 99;
          width: 8%;
          cursor: pointer;
          transition: all .5;
        }
        .btn-play-video02-container{
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          position: absolute;
          z-index: 99;
          width: 100%;
          height: 100%;
          background-color: #000000e0;
          transition: all .5;
      }
                /* ==========================================================================
        sections 12
        ========================================================================== */
        
        #section12{
          background-image: url(../graphics/sec1222.jpg);
          background-size: cover !important;
          background-position: bottom center !important;
          background-repeat: no-repeat !important;
          /* opacity: 0;  */
          display: none;
        }
        #section12 .lyar-video{
          opacity: 0;
        }

                 /* ==========================================================================
        sections 12-a
        ========================================================================== */
        
        #section12-a{
          background-image: url(../graphics/slide18.jpg);
          background-size: cover !important;
          background-position: bottom center !important;
          background-repeat: no-repeat !important;
          /* opacity: 0;  */
          display: none;
        }
        #section12 .lyar-video{
          opacity: 0;
        }

                /* ==========================================================================
        sections 13
        ========================================================================== */
        
        #section13{
          /* background-image: url(../graphics/sec02.jpg); */
          background-size: cover !important;
          background-position: bottom center !important;
          background-repeat: no-repeat !important;
          /* opacity: 0;  */
          display: none;
        }
        #section13
          video {
            min-width: 100%;
            min-height: 100%;
        }

                 /* ==========================================================================
        sections 13-a
        ========================================================================== */
        
        #section13-a{
          background-image: url(../graphics/slide21.jpg);
          background-size: cover !important;
          background-repeat: no-repeat !important;
          /* opacity: 0;  */
          display: none;
        }
        #section13-a .p-01 {
          margin-top: 25%;
        }
        .slide13-a{
          position: relative;
        }
          .video-container12 {
            background-image: url(../graphics/mobile-cover.png);
            background-position: center !important;
            background-repeat: no-repeat !important;
            background-size: cover !important;
          }
        
          .sec12-col {
              width: 50%;
              text-align: center;
              position: relative;
          }
          .videoCover {
            width: 372px;
            height: 640px;
            margin: 0 auto;
            left: 50%;
            display: block;
            position: absolute;
            transform: translateX(-50%) translateY(-50%);
            min-width: auto !important;
            min-height: auto !important;
            filter: drop-shadow(0px 15px 30px black);
          }
          #myVideo {
            width: 355px;
            height: 644px;
            margin: 0 auto;
            display: block;
            position: absolute;
            transform: translateX(-50%) translateY(-50%);
            min-width: auto !important;
            min-height: auto !important;
            border-radius: 33px;
          }

                /* ==========================================================================
        sections 14
        ========================================================================== */
        
        #section14{
          background-image: url(../graphics/sec02.jpg);
          background-size: cover !important;
          background-position: bottom center !important;
          background-repeat: no-repeat !important;
          /* opacity: 0;  */
          display: none;
        }


                /* ==========================================================================
        sections 15
        ========================================================================== */
        
        #section15{
          /* background-image: url(../graphics/sec02.jpg); */
          background-size: cover !important;
          background-position: bottom center !important;
          background-repeat: no-repeat !important;
          /* opacity: 0;  */
          display: none;
        }

                /* ==========================================================================
        sections 16
        ========================================================================== */
        
        #section16{
          background-image: url(../graphics/slide23.jpg);
          background-size: cover !important;
          background-position: bottom center !important;
          background-repeat: no-repeat !important;
          /* opacity: 0;  */
          display: none;
        }

                /* ==========================================================================
        sections 17
        ========================================================================== */
        
        #section17{
          background-image: url(../graphics/slide25.jpg);
          background-size: cover !important;
          background-position: bottom center !important;
          background-repeat: no-repeat !important;
          /* opacity: 0;  */
          display: none;
        }

                /* ==========================================================================
        sections 18
        ========================================================================== */
        
        #section18{
          background-image: url(../graphics/slide27.jpg);
          background-size: cover !important;
          background-position: bottom center !important;
          background-repeat: no-repeat !important;
          /* opacity: 0;  */
          display: none;
        }
        .sec18-pdf-container{
          display: flex;
          margin-top: 20px;
          align-items: center;
        }
        .sec18-pdf-container img{
          width: 36px;
          margin-left: 15px;
        }
        .sec18-pdf-container p{
          line-height: 22px;
        }
        .sec18-icon{
          width: 36px;
        }
        #section18 .lyar-video{
          opacity: 0;
        }
        #p-05{
          opacity: 0;
          display: none;
        }
        #p-05a{
          opacity: 0;
          display: none;
        }
        #p-04{
          opacity: 0;
          display: none;
        }
        #p-06{
          opacity: 0;
          display: none;
        }
        .sec18-row01{
          display: flex;
          justify-content: center;
          align-items: center;
          margin-bottom: 20px;
          width: 100%;
        }
        .sec18-row02{
          display: flex;
          justify-content: center;
          align-items: center;
          width: 100%;
        }
        .sec18-row01-elemnt01{
          width: 25%;
          margin-left: 0;
        }
        .sec18-sample{
          color: white;
          font-size: 19px;
          margin-bottom: 18px;
          font-weight: 500;
          font-family: Tajawal-Bold;
        }
        .sec18-sample-container{
          display: flex;
          flex-direction: row;
          margin-bottom: 15px;
          color: white;
        }
        .sec18-sample-result{
          margin-left: 10px;
          border-left: 1px solid  #ecc285;
          padding-left: 15px;
        }
        .sec10-S-R-el01{
          font-size: 20px;
          margin-bottom: 10px;
        }
        .sec10-S-A-el01{
          font-size: 20px;
          margin-bottom: 10px;
        }
        .sec10-S-R-el02 span {
          color: #ecc285;
          font-size: 22px;
        }
        .sec10-S-R-el02{
          font-size: 16px;
        }
        .sec10-S-A-el02 span {
          color: #ecc285;
          font-size: 22px;
        }
        .sec10-S-A-el02{
          font-size: 16px;
        }

                  /* ==========================================================================
        sections 18
        ========================================================================== */
        
        #section18-a{
          background-image: url(../graphics/slide27.jpg);
          background-size: cover !important;
          background-position: bottom center !important;
          background-repeat: no-repeat !important;
          /* opacity: 0;  */
          display: none;
        }
        .pic-a{
          color: #ecc285 !important;
          font-size: 15px !important;
          font-weight: 600;
          font-family: Tajawal-Bold;
        }
        .pic-a a{
          font-size: 17px;
        }
        #section18-a .pic-a{
          opacity: 0;
        }

                   /* ==========================================================================
        sections 18
        ========================================================================== */
        
        #section18-b{
          background-image: url(../graphics/beach01.jpg);
          background-size: cover !important;
          background-position: bottom center !important;
          background-repeat: no-repeat !important;
          /* opacity: 0;  */
          display: none;
        }
        #section18-b .pic-a{
          opacity: 0;
        }
                   /* ==========================================================================
        sections 18
        ========================================================================== */
        
        #section18-c{
          background-image: url(../graphics/beach03.jpg);
          background-size: cover !important;
          background-position: bottom center !important;
          background-repeat: no-repeat !important;
          /* opacity: 0;  */
          display: none;
        }
        #section18-c .pic-a{
          opacity: 0;
        }

                 /* ==========================================================================
        sections 19
        ========================================================================== */
        
        #section19{
          background-image: url(../graphics/slide34.jpg);
          background-size: cover !important;
          background-position: bottom center !important;
          background-repeat: no-repeat !important;
          /* opacity: 0;  */
          display: none;
        }



                 /* ==========================================================================
        sections 20
        ========================================================================== */
        
        #section20{
          /* background-image: url(../graphics/sec02.jpg); */
          background-size: cover !important;
          background-position: bottom center !important;
          background-repeat: no-repeat !important;
          /* opacity: 0;  */
          display: none;
        }
        #btn-play-video03 {
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          position: absolute;
          z-index: 99;
          width: 8%;
          cursor: pointer;
          transition: all .5;
        }
        .btn-play-video03-container {
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          position: absolute;
          z-index: 99;
          width: 100%;
          height: 100%;
          background-color: #000000e0;
          transition: all .5;
      }


                 /* ==========================================================================
        sections 21
        ========================================================================== */
        
        #section21{
          background-image: url(../graphics/slide36.jpg);
          background-size: cover !important;
          background-position: bottom center !important;
          background-repeat: no-repeat !important;
          /* opacity: 0;  */
          display: none;
        }


                 /* ==========================================================================
        sections 22
        ========================================================================== */
        
        #section22{
          background-image: url(../graphics/slide38.jpg);
          background-size: cover !important;
          background-position: bottom center !important;
          background-repeat: no-repeat !important;
          /* opacity: 0;  */
          display: none;
        }


                 /* ==========================================================================
        sections 23
        ========================================================================== */
        
        #section23{
          background-image: url(../graphics/slide40.jpg);
          background-size: cover !important;
          background-position: bottom center !important;
          background-repeat: no-repeat !important;
          /* opacity: 0;  */
          display: none;
        }
        .sec23-samples-container{
          display: flex;
          flex-direction: column;
          margin-left: 60px;
        }
        .sec23-sample-container{
          display: flex;
          flex-direction: row;
        }
        .sec23-S-pic img{
          width: 50px;
          margin-left: 9px;
        }
        .sec23-S-date{
          font-size: 16px;
          display: flex;
          align-items: center;
        }
        .sec23-S-date .date{
          font-size: 19px;
        }
        .sec23-S-head{
          font-size: 15px;
          margin-top: 10px;
          margin-bottom: 10px;
          font-weight: 500;
          font-family: Tajawal-Bold;
        }
        .sec23-S-num{
          font-size: 19px;
          margin-top: 11px;
          color: #ecc285;
          font-weight: 700;
          font-family: Tajawal-Bold;
        }



                 /* ==========================================================================
        sections 24
        ========================================================================== */
        
        #section24{
          background-image: url(../graphics/slide42.jpg);
          background-size: cover !important;
          background-position: bottom center !important;
          background-repeat: no-repeat !important;
          /* opacity: 0;  */
          display: none;
        }


                 /* ==========================================================================
        sections 25
        ========================================================================== */
        
        #section25{
          background-image: url(../graphics/slide45.jpg);
          background-size: cover !important;
          background-position: bottom center !important;
          background-repeat: no-repeat !important;
          /* opacity: 0;  */
          display: none;
        }

                   /* ==========================================================================
        sections 26
        ========================================================================== */
        
        #section26{
          background-image: url(../graphics/slide47.jpg);
          background-size: cover !important;
          background-position: top center !important;
          background-repeat: no-repeat !important;
          /* opacity: 0;  */
          display: none;
        }

        .video-position{
          position: absolute;
          left: 24%;
          transform: translate(-50%,-50%);
          top: 50%;
        }

        .lyar-sec26{
          position: absolute;
          width: 100%;
          height: 100%;
          background-color: #000000d1;
          z-index: 1;
          display: none;
        }
        
        /* ==========================================================================
        section19
        ========================================================================== */
        
        
        /* ==========================================================================
        TeamArij
        ========================================================================== */
            .team {
              font-size: 31px;
              margin-top: 50px;
              font-weight: 500;
              font-family: Tajawal-Bold;
              color: white;
            }
            #sec26-cont-team{
              z-index: 2;
              display: none;
            }
            #sec26-cont-team p{
              color: white;
              font-size: 17px;
            }
            .teamFooter .first {
              font-size: 20px;
              font-weight: 700;
              font-family: Tajawal-Bold;
              color: #a20014 !important;
              margin-top: 20px;
            }
            .teamFooter .secound {
              font-size: 18px;
              font-weight: 500;
              font-family: Tajawal-Bold;
              color: white;
              margin-top: 7px;
            }
        
        /* ==========================================================================
        TeamArij
        ========================================================================== */

        .f-w-6{
          font-weight: 600;
        }

        
        @media only screen and (max-width: 480px) {
          .youtube-promo {
            width: 100%;
            margin-top: 0px;
            margin-bottom: 40px;
        }
        .video-promo-head {
          background-color: black;
          color: white;
          padding-top: 5px;
          padding-bottom: 0px;
          padding-right: 5px;
          font-size: 14px;
          font-weight: bold !important;
      }
      .youtube-promo iframe {
        width: 100%;
        height: 35vh;
    }

          .video-description {
            margin-top: 100px;
            line-height: 23px;
            font-size: 17px;
          }
          #btn-play-video03 {
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            position: absolute;
            z-index: 99;
            width: 30%;
            cursor: pointer;
            transition: all .5;
          }
          #bgvid01 {
            margin-bottom: 220px;
          }
          #section06 .p-sec05 {
            width: 100%;
            background-color: #070a1073;
            font-size: 13px !important;
            line-height: 23px !important;
            padding: 10px;
          }
          #petrol01 {
            font-size: 28px;
            color: white;
            margin-top: -3px;
            margin-bottom: 8px;
            text-align: right;
          }
          .pic-a {
            font-size: 10px !important;
          }
          #section18 .slide-top-center {
            padding: 5rem 1rem 0 1rem !important;
          }
          .sec18-row01 {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 6px;
            width: 100%;
            flex-direction: row;
          }
          .sec18-row01-elemnt01 {
            width: 25%;
            margin-left: 16px;
          }
          .sec18-sample {
            color: white;
            font-size: 12px;
            margin-bottom: 7px;
            font-weight: 500;
            font-family: Tajawal-Bold;
          }
          .sec18-icon {
            width: 25px;
          }
          .sec18-sample-container {
            display: flex;
            flex-direction: column;
            margin-bottom: 13px;
            color: white;
        }
          .sec18-sample-result {
            margin-bottom: 10px;
            border-bottom: 1px solid #ecc285;
            padding-bottom: 10px;
            margin-left: 0;
            border-left: unset;
            padding-left: 0;
          }
          .sec10-S-R-el01 {
            font-size: 12px;
            margin-bottom: 10px;
          }
          .sec10-S-R-el02 {
            font-size: 10px;
          }
          #section13-a .p-01{
            line-height: 19px;
            margin-bottom: 103px !important;
            font-size: 12px;
            margin-right: 33px;
            width: 90%;
          }
          .sec10-S-R-el02 span {
            color: #ecc285;
            font-size: 12px;
          }
          .sec10-S-A-el02 {
            font-size: 12px;
          }
          .sec10-S-A-el02 span {
            color: #ecc285;
            font-size: 12px;
          }
          .sec10-S-A-el01 {
            font-size: 12px;
            margin-bottom: 10px;
          }
          #section12 #p-02{
            line-height: 20px;
          }
          
          #section13-a  .video-position {
            position: initial;
            left: 0;
            margin-top: 12px;
            transform: unset;
            top: 0;
          }
          .sec12-col {
            width: 100%;
          }
          .videoCover {
            width: 111px;
            height: 192px;
          }
          #section10-a .p-01{
            line-height: 16px;
            width: 100%;
            margin-top: 25px;
          }
          #myVideo {
            width: 212px;
            height: 187px;
          }
          #section10-a #p-02{
            line-height: 22px;
          }
          #section10-a #p-03{
            line-height: 22px;
          }
          .sec23-sample-container {
            margin-top: 35px;
            flex-direction: column;
          }
          #section10-a h4 {
            font-size: 12px;
            line-height: 15px;
            font-weight: 800;
            font-family: Tajawal-Bold;
            color: #dabb81;
            margin-bottom: 15px;
            width: 100%;
          }
          .sec10-a-box {
            width: 100%;
            margin-bottom: 29px;
          }
          .sec10-a-head {
            font-size: 13px;
         }
         .sec10-a-num01 {
          font-size: 15px;
          font-weight: 300;
          font-family: Tajawal-Light;
        }
          .sec23-samples-container {
            display: flex;
            flex-direction: column;
            margin-left: 0;
            margin-bottom: 16px;
         }
         .sec10-a-row01 {
          display: flex;
          flex-direction: row;
          width: 100%;
          margin-bottom: 14px;
        }
        .sec10-a-years {
          font-size: 16px;
          font-weight: 300;
          font-family: Tajawal-Light;
          color: #070a10;
          text-align: center;
        }
        .sec10-a-row02 {
          display: flex;
          flex-direction: row;
          margin-bottom: 13px;
        }
        .sec10-a-years {
          font-size: 16px;
          font-weight: 300;
          font-family: Tajawal-Light;
        }
          .sec23-S-date {
            font-size: 16px;
            flex-direction: column;
          }
          .pagees-container{
            right: 9px;
            display: flex;
            font-size: 13px;
          }
          .sec23-S-pic img {
            width: 34px;
            margin-left: 0;
            margin-bottom: 5px;
          }
          .sec23-S-date .date {
            font-size: 15px;
          }
          .sec23-S-head {
            font-size: 15px;
            margin-top: 10px;
            margin-bottom: 10px;
            font-weight: 500;
            font-family: Tajawal-Bold;
          }
          .sec23-S-num {
            font-size: 17px;
            margin-top: -1px;
            color: #ecc285;
            font-weight: 700;
            font-family: Tajawal-Bold;
          }
          #page-number {
            font-size: 13px;
          }
            #section08 .slide-center-center {
              width: 80%;
            }
            #bk-descriptions {
              left: 6px;
              bottom: 9px;
              font-size: 5px;
            }
            #sec26-cont-team p {
              color: white;
              font-size: 14px;
              line-height: 21px;
            }
            .teamFooter .secound {
              font-size: 15px;
              font-weight: 500;
              font-family: Tajawal-Bold;
              color: white;
              margin-top: 7px;
            }
            .teamFooter .first {
              font-size: 14px;
              font-weight: 700;
              font-family: Tajawal-Bold;
              color: #a20014 !important;
              margin-top: 10px;
            }
            .team {
              font-size: 22px;
              margin-top: 21px;
              font-weight: 500;
              font-family: Tajawal-Bold;
              color: white;
            }

              .sec11-pdf{
                align-items: center;
              }
              .pdf-container {
                margin-right: 10px;
              }
                .pdf-pic {
                  width: 29px;
              }
              .sec11-pdf-head {
                font-size: 12px !important;
              }
              .arrow-next{
                position: absolute;
                bottom: -2px;
                right: 24px;
                z-index: 200;
                color: #ecc285;
                cursor: pointer;
                font-size: 15px;
                font-weight: 600;
                font-family: Tajawal-Bold;
                transition: 0.3s;
              }
              #btn-next img {
                margin-bottom: -26px;
                opacity: .8;
                height: 90px;
                filter: brightness(.6);
              }
              #btn-play-video{
                width: 23%;
              }
              .video-description {
                margin-top: 87px;
                line-height: 23px;
                font-size: 17px;
              }
              .arrow-back img {
                width: 22px;
              }

              .logo-container img {
                width: 47px;
                top: 16px;
                right: 4px;
              }
              .goHome {
                top: 14px;
                right: 58px;
              }
              .goHome a img {
                width: 22px;
              }
              #startStory{
                font-size: 17px;
              }
              .down-arrow {
                width: 38px;
              }
              .p-sections{
                font-size: 12px;
              }
              .slide-top-center{
                padding: 5rem 2rem 0 2rem;
              }
              .bk-text-black{
                line-height: 34px;
              }
              .slide-bottom-center{
                padding: 5rem 2rem 0 2rem;
              }
              .p-sec05 {
                width: 100%;
              }
              #mobile{
                display: block !important;
              }
              #desktop{
                display: none !important;
              }
              .slide-bottom-center {
                align-content: center;
                justify-content: center;
              }
              .slide-center-center {
                padding: 0 2rem;
              }
            /*--------------- section01 ------------*/
                h6 {
                  font-size: 13px !important;
                }
                h1 {
                  font-weight: 500 !important;
                  font-family: Tajawal-Bold;
                }
                .title02 {
                  margin-bottom: 5px;
                }
                .title01 {
                  margin-bottom: 30px;
                }
                .title01 h1 {
                  font-size: 22px !important;
                }
                #section06 .p-sections{
                  line-height: 25px;
                }
                .title02 h6 {
                  font-size: 13px !important;
                }
                
            /*--------------- section01 ------------*/
            #section06 {
              background-image: url(../graphics/slide07-m.jpg);
            }
            .petrol-description {
              top: 12%;
              right: 7%;
            }
            #petrol-num {
              font-size: 40px;
              text-align: right;
            }
            #petrol01 {
              font-size: 15px;
            }
            #petrol02 {
              font-size: 10px;
            }

            #section07 {
              background-image: url(../graphics/slide08-m.jpg);
            }
            .p-sec07 {
              font-size: 13px;
              width: 90%;
              position: absolute;
              top: 15%;
              left: 7px;
              background: #000000ab;
              display: inline;
              padding: 12px 6px 6px 9px;
              box-decoration-break: clone;
              -webkit-box-decoration-break: clone;
              line-height: 27px;
            }
            #section09 {
              background-image: url(../graphics/slide10-m.jpg);
            }
            .row-p {
              font-size: 12px;
              font-weight: 600;
              font-family: Tajawal-Bold;
              line-height: 18px;
              color: white;
              margin-bottom: 25px;
            }
            .row01-num {
              font-size: 33px;
            }
            .row01-desc {
              font-size: 11px;
              margin-top: 8px;
              line-height: 16px;
              font-weight: 600;
              font-family: Tajawal-Bold;
              color: whitesmoke;
            }
            .row01-sec01 {
              margin-left: 10px;
            }

            #section10-a {
              background-image: url(../graphics/slide13-m.jpg);
            }
            #section11 {
              background-image: url(../graphics/slide14-m.jpg);
            }
            #section11-a {
              background-image: url(../graphics/slide15-2-m.jpg);
            }
            #section12-a {
              background-image: url(../graphics/slide18-m.jpg);
            }
            #section16 {
              background-image: url(../graphics/slide23-m.jpg);
            }
            #section17 {
              background-image: url(../graphics/slide25-m.jpg);
            }
            #section18 {
              background-image: url(../graphics/slide27-m.jpg);
            }
            #section19 {
              background-image: url(../graphics/slide34-m.jpg);
            }
            #section21 {
              background-image: url(../graphics/slide36-m.jpg);
            }
            #section22 {
              background-image: url(../graphics/slide38-m.jpg);
            }
            #section23 {
              background-image: url(../graphics/slide40-m.jpg);
            }
            #section25{
              background-image: url(../graphics/slide45-m.jpg);
            }
            #section26{
              background-image: url(../graphics/slide47-m.jpg);
            }
        }