body {
  overflow-x: hidden;
}
.parts-sections{
  background-color: #F2F2F2;
  position: relative;
  display: none;
  padding: 0 80px;
}

::-moz-selection { /* Code for Firefox */
  color: black;
  background: #ccc1c1;
}

::selection {
  color: black;
  background: #ccc1c1;
}
.top-lyar{
  position: relative;
  z-index: 9999;
}
header{
  display: none;
}
.main-sections{
  display: none;
  position: relative;
  height: 100vh;
}
.float-left {
  float: right !important;
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Tajawal", sans-serif !important;
  direction: ltr;
}
p{
  text-align: left;
}

.head-p{
  color: #2E231C;
  border-right: 7px solid #2E231C;
  padding-right: 18px;
  font-size: 25px;
  margin-top: 50px;
  margin-bottom: 16px !important;
  border-radius: 3px;
}
.qoute-border{
  border-right: 10px solid #2E231C;
  padding-right: 18px;
  border-radius: 5px;
}
.p-footer{
  text-align: right !important;
  font-size: 18px;
  font-weight: 500;
  direction: ltr;
}

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

.pos {
  position: relative;
}
.logo2 {
  position: absolute;
  left: 25px;
  top: 25px;
  z-index: 99999999999 !important;
}
.logopic {
  width: 115px;
}
.lead{
  font-size: 19px;
  font-weight: 500;
  text-align: left;
  direction: ltr;
  line-height: 30px;
  color: #222222;
}

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


/* addthis */

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

.at-expanding-share-button-mobile-container
  .at-expanding-share-button-mobile
  .at-expanding-share-button-toggle-bg
  > span {
  background-color: #71010f !important;
  color: #71010f !important;
}
.lyar-bottom {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;

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


.wave-st{
  width: 200%;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: .6;
  -webkit-animation-name: example3; /* Safari 4.0 - 8.0 */
  -webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
  animation-name: example3;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  position: absolute;
  right: 0;
  transition: all 50s;
  z-index: 9999;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes example3 {
  0%   {transform:translate3d(150px,400px,0);}
  25%  {transform:translate3d(0,30px,0) }
  50%  {transform:translate3d(0px,0px,0px)}
  60%  {transform:translate3d(250px,0,100px)}
  75%  {transform:translate3d(0px,0px,0px)}
  90%  {transform:translate3d(50px,0px,0px)}
  95%  {transform:translate3d(0px,0px,0px)}
  100% {transform:translate3d(155px,0,0) }
}

.layar-full{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background-image: linear-gradient(#ffffff00,#f1ebe5c9, #f1ebe500);
}
.title-st{
  position: relative;
  z-index: 999999999;
  font-size: 35px;
  color: white;
  text-align: center;
  margin-top: 100px;
}
.title-st2{
  color: white;  
  margin-bottom: 50px !important;
  font-size: 20px;
}
#buttonStart {
  font-size: 25px;
  border-radius: 11px;
  background-color: #F2F2F2;
  height: 55px;
  width: 196px;
  border: unset;
  font-weight: 600;
  cursor: pointer;
  padding-top: 10px;
  color: white;
}
.btn-start-container{
    margin: auto;
}

#bk-section01{
  /* background-image: url(../img/sec01-2.jpg); */
  background-image: url(../img/sec01-3.png);
  background-size: cover;
  height: 100vh;
  background-position: bottom;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-items: end;
  padding-bottom: 30px;
}
#bk-section02-a{
  background-image: url(../img/sec02-a.png);
  background-size: cover;
  height: 100vh;
  background-attachment: fixed;
  display: flex;
  align-items: end;
  padding-bottom: 30px;
}
.full-lyar-round{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: radial-gradient(#2e231c00, #2e231c87, #2e231c);
  z-index: 0;
}
.p-a{
  background-color: #2e231cd6;
  position: relative;
  z-index: 9999;
  width: 50%;
  padding: 25px 25px;
  border-radius: 3px;
  margin-right: 20px;
}
.p-a p{
  color: #F1EBE5;
  font-weight: 600;
}
#bk-section02{
  background-image: url(../img/bk-2-waha.png);
  background-size: cover;
  height: 100vh;
  background-attachment: fixed;
  background-position: right;
}
#bk-section02 .p-a{
  margin-left: 20px;
  margin-right: auto;
}
#bk-section03{
  background-image: url(../img/18-2.png);
  background-size: cover;
  height: auto;
  background-attachment: fixed;
}
#bk-section03-b{
  background-image: url(../img/section03-b.png);
  background-size: cover;
  height: auto;
  background-attachment: fixed;
}
#bk-section04{
  background-image: url(../img/sec08-02.png);
  background-size: cover;
  height: 600px;
  background-attachment: fixed;
}
#bk-section04-2{
  background-image: url(../img/section04-2.png);
  background-size: cover;
  height: 600px;
  background-attachment: fixed;
}
#bk-section04-2 .head-p {
  color: #f1ebe5;
  border-right: 7px solid #f1ebe5;
  padding-right: 18px;
  font-size: 25px;
  margin-top: 0;
  margin-bottom: 16px !important;
  border-radius: 3px;
}
#bk-section04-3{
  background-image: url(../img/section04-3.png);
  background-size: cover;
  background-attachment: unset;
  min-height: auto;
  background-position: right;
  padding: 140px 10px;
  padding-bottom: 35px;
  padding-top: 180px;
}
footer#footer {
  min-height: 100px !important;
}
#bk-last{
  background-image: url(../img/sec02-2-replacment.png);
  background-size: cover;
  height: 700px;
  background-position: center;
}
#bk-last02{
  background-image: url(../img/sec02-2.jpg);
  background-size: cover;
  height: 400px;
  background-position: center;
}

.text-sections .container{
  z-index: 99999;
  position: relative;
}
.layar-full02{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  /* background-color: #f5f1edf5; */
  background-color: #f8f4f1f0;
}

.row1{
  display: flex;
  width: 100%;
}
.col-lg-6{
  width: 50%;
}


/* drama */
.bkcolor-btn {
  animation: bkcolor-btn 2s infinite;
  animation-direction: alternate;
  -webkit-animation-name: bkcolor-btn;
  animation-name: bkcolor-btn;
}
@-webkit-keyframes bkcolor-btn {
  0% {
    color: white;
  }
  50% {
    color: rgb(47, 47, 47);
  }
  100% {
    color: white;
  }
}

  .theater-bk{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: translate(-50%,-50%);
  }
  .row-start{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .text-slider{
    display: none;
  }

  .progress-elemnt {
    width: 7.5%;
    background: #D9D9D9;
    height: 10px;
    transition: all .5s;
    border-radius: 7px;
    margin-left: 10px;
}
.active-progress-elemnt{
  background: #A90000;
}
.arrow-right{
  right: -65px;
  opacity: 0;
  position: fixed;
  margin: 0 auto;
  top: 175px;
  width: 50px;
  height: 50px;
  padding: 14px 14px 0 0;
  cursor: pointer;
  border-radius: 100%;
  box-sizing: border-box;
  transition: 0.3s;
  z-index: 1;
}
.arrow-left {
  position: fixed;
  opacity: 0;
  margin: 0 auto;
  left: -65px;
  top: 175px;
  width: 50px;
  height: 50px;
  padding: 14px 14px 0 0;
  z-index: 100;
  cursor: pointer;
  border-radius: 100%;
  box-sizing: border-box;
  z-index: 1;
  transition: 0.3s;
}

#section-00{
  height: 100vh;
  overflow: hidden;
  background-color: black;
  position: relative;
}

.bkcolor {
  animation: bkcolor 1s infinite;
  animation-direction: alternate;
  -webkit-animation-name: bkcolor;
  animation-name: bkcolor;
  -webkit-animation-name: bkcolor; /* Safari 4.0 - 8.0 */
  -webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
  animation-name: bkcolor;
  animation-duration: .5s;
  animation-iteration-count: infinite;
  transition: all .05;
}
@-webkit-keyframes bkcolor {
  0% {
    background-color: #000000;
  }
  50% {
    background-color: white;
  }
  100% {
    background-color: #000000;
  }
}
.start-section{
  position: relative;
  z-index: 999;
}
.row-start{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  margin-top: 80px;
}
.fixed-theater{
  transform: translate(-50%,-50%) scale(1.3);
  filter: brightness(0.5);
  transition: all 1s;
  margin-top: 50px;
}
.text-slider-container{
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  opacity: 0;
  position: absolute;
  width: 80%;
z-index: -1;
}
.progress-bar-container{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
}
.content-container{
  display: flex;
  justify-content: center;
}


.hide-section{
  opacity: 0;
  z-index: -1;
}
.show-section{
  opacity: 1;
  z-index: 999;
}
.p-start{
  opacity: 0;
  z-index: -1;
  position: absolute;
  font-size: 19px;
  color: #000000;
  font-weight: 600;
  line-height: 32px;
  margin-top: 70px;
  width: 85%;
  text-align: left;
  direction: ltr;
}
.activeStory{
  opacity: 1;
  z-index: 1;
}

.fixed-theate02 {
  transform: translate(-50%,-50%) scale(2.5);
  filter: brightness(0.5);
  transition: all 1s;
  margin-top: 150px;
}
.red-wall-bk{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
}
#red-wall-bk{
  width: 100%;
  height: 100%;
}
.doors-st{
  position: absolute;
  z-index: 99999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 400px;
  width: 165px;
  transition: all .5s;
  cursor: pointer;
}
.doors-border-st{
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 427px;
  width: 200px;
  background-color: #232323;
}
#border-door{
  margin-top: 42px;
  margin-left: 320px;
}
#door-width{
  margin-top: 57px;
  margin-left: 321px;
}

#border-door2{
  margin-top: 42px;
}
#door-width2{
  margin-top: 56px;
}

#border-door3{
  margin-top: 42px;
  margin-left: -320px;
}
#door-width3{
  margin-top: 56px;
  margin-left: -320px;
}
.lyarfull-wallred{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000000bc;
  height: 100%;
  width: 100%;
  z-index: 99999999;
  animation: bkcolor-red 1s infinite;
  animation-direction: alternate;
  -webkit-animation-name: bkcolor-red;
  animation-name: bkcolor-red;
  -webkit-animation-name: bkcolor-red; /* Safari 4.0 - 8.0 */
  -webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
  animation-name: bkcolor-red;
  animation-duration: .9s;
  animation-iteration-count: infinite;

}


@-webkit-keyframes bkcolor-red {
  0% {
    background-color: #000000bc;
  }
  50% {
    background-color: #000000d2;
  }
  100% {
    background-color: #000000bc;
  }
}

.door-width-adjust{
  width: 26px;
  margin-left: 390px !important;
}

.door-width-adjust2{
  width: 26px;
  margin-left: 69px;
}

.door-width-adjust3{
  width: 26px;
  margin-left: -251px !important;
}
/* side */
.right-side{
  position: absolute;
  background-image: url(../img/side.png);
  background-repeat: repeat;
  background-size: contain;
  top: 0;
  right: 0;
  width: 75px;
  height: 100%;
}
.left-side{
  position: absolute;
  background-image: url(../img/side.png);
  background-repeat: repeat;
  background-size: contain;
  top: 0;
  left: 0;
  width: 75px;
  height: 100%;
}
.header-pages{
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}
.header-pages h3{
  font-size: 25px;
  margin-bottom: 0;
}
.box-back{
  display: flex;
  flex-direction: row-reverse;
  background-color: #FFFFFF;
  padding: 10px 14px;
  border-radius: 4px;
  cursor: pointer;
}
.box-back img{
  width: 21px;
  object-fit: contain;
}
.box-back p{
  font-size: 20px;
  font-weight: bold;
  margin-left: 10px;
  color: black;
  margin-bottom: -5px;
}
  
.chart-container{
  width: 90%;
  margin: auto;
  margin-top: 60px;
  margin-bottom: 60px;
}
.chart-sp{
  width: 50%;
}
#red-floor-bk{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 343px;
  width: 100%;
  height: 174px;

}
.door-content-contaainer{
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999;
  margin-top: -30px;
}
.go-btn{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white !important;
  font-size: 25px;
  font-weight: 600;
  cursor: pointer;
  z-index: 999;
}
.lyar-up{
  z-index: 99999999;
}
.door-content-contaainer p{
  font-size: 19px;
  font-weight: 600;
  color: #232323;
  text-align: center;
  width: 150px;
}
.door-content-contaainer img{
  width: 50px;
}
#door2{
}
#door1{
  margin-left: 321px;
}
#door3{
  margin-left: -320px;
}
.hide-st{
  opacity: 0;
}
#link-door3{
  margin-left: -320px;
}
#link-door1{
  margin-left: 321px;
}
#camera-body,
#reel-1,
#reel-2 {
	fill: #fff;
	fill-opacity: 0.95;
	stroke: none;
}
.loader-container{
  position: absolute;
  z-index: 999999999;
  width: 100%;
  background-color: #090909;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.loader-container span{
  color: white;
  margin-top: 17px;
  font-size: 20px;
  direction: ltr;
}
.parts-sections{
  display: none;
}
#economicPage{
  display: none;
}
#technicianPage{
  display: none;
}
#makersArtistsPage{
  display: none;
}
/* ==================== Media Query ==================== */


@media (max-width: 900px){

  .responsive-pd{
    display: flex;
    flex-direction: column-reverse;
    position: relative;
  }
#red-floor-bk{
  display: none;
}
.door-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  height: 550px;
}
.door-content-contaainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 999999;
}
.main-sections{
  position: relative;
  min-height: 100vh;
  height: auto;
}
.doors-st {
  position: absolute;
  z-index: 99999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 400px;
  width: 165px;
  transition: all .5s;
  cursor: pointer;
}
#red-wall-bk {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: bottom;
}

#border-door {
  margin-top: 42px;
  margin-left: 0;
}
#border-door3 {
  margin-top: 42px;
  margin-left: 0;
}
#door-width {
  margin-top: 56px;
  margin-left: 0;
}
#door-width3 {
  margin-top: 56px;
  margin-left: 0;
}
#door1 {
  margin-left: unset;
}
#door3 {
  margin-left: unset;
}
#link-door3 {
  margin-left: unset;
}
#link-door1{
 margin-left: unset;
}
.door-width-adjust2 {
  width: 26px;
  margin-left: 69px;
}
.door-width-adjust {
  width: 26px;
  margin-left: 69px !important;
}
.door-width-adjust3 {
  width: 26px;
  margin-left: 69px !important;
}
}

@media (max-width: 700px){

  .progress-bar-container {
    padding-bottom: 28px;
}
  .right-side{
    width: 20px;
  }
  .left-side{
    width: 20px;
  }
  .parts-sections{
    padding: 0 20px;
  }
  .header-pages h3{
    text-align: left;
    font-size: 23px;
    line-height: 29px;
  }
  .header-pages{
    padding-left: 0;
    padding-right: 0;
  }
  .box-back {
    padding: 7px 9px;
  }
  .chart-sp {
    width: 100%;
}
.chart-container{
  width: 100%;
}
.title-st2{
  text-align: center;
}
.title-st{
  margin-top: 190px;
  font-size: 25px;
}
.p-start {
  font-size: 17px;
  color: #000000;
  font-weight: 600;
  line-height: 28px;
  margin-top: 70px;
  width: 100%;
  text-align: center;
}
.arrow-left {
  left: -41px;
  top: 204px;
}
.arrow-right {
  right: -60px;
  top: 204px;
}
.lead {
  text-align: left;
}
.arrow-left svg{
  width: 28px;
}
.arrow-right svg{
  width: 28px;

}

}

@media (max-width: 600px){

  .title-st2 {
    font-size: 19px;
    line-height: 23px;
    font-weight: 900;
    text-transform: unset;
    margin: 0px;
    margin-bottom: 20px !important;
}
.p-start {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    line-height: 26px;
    margin-top: 0;
    width: 100%;
    text-align: center;
}
}

@media screen and (min-width: 900px) and (max-height: 550px) {
  .p-start {
    font-size: 17px;
    color: #000000;
    font-weight: 600;
    line-height: 27px;
    margin-top: -4px;
  }
  }
  

@media screen and (max-width: 900px) and (max-height: 550px) {
.p-start {
  opacity: 0;
  z-index: -1;
  position: absolute;
  font-size: 17px;
  color: #000000;
  font-weight: 600;
  line-height: 27px;
  margin-top: -4px;
  width: 85%;
  text-align: left;
}
}

@media screen and (max-width: 400px) and (max-height: 550px) {

        .p-start {
          font-size: 12px;
          color: #000000;
          font-weight: 600;
          line-height: 22px;
          margin-top: -10px;
          width: 100%;
          text-align: center;
            }
            .arrow-right {
              right: -49px;
              top: 180px;
            }
            .arrow-left {
              left: -30px;
              top: 180px;
            }
         

  }


  .activeStory {
    opacity: 1;
    z-index: 1;
}