/* ::-webkit-scrollbar {
    display: none;
} */
* { margin: 0; padding: 0px; color: #000; } 
#parallax-container {
  height: 1000px;
  /* display: block; */
  background: #210002;
}
#parallax-container div.layer{
  position: fixed;
  top: 0;
  /* background-position: center !important; */
  transform: translateY(0px);
  height: 100%;
  width: 100%;
}


.layer {
  -webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
   -ms-backface-visibility: hidden;
   backface-visibility: hidden;

   -webkit-perspective: 1000;
   -moz-perspective: 1000;
   -ms-perspective: 1000;
   perspective: 1000;

   -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

body {
  opacity: 0;
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  -ms-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}

@font-face {
    font-family: 'siti_maesarohregular';
    src: url('siti_maesaroh-webfont.woff2') format('woff2'),
         url('siti_maesaroh-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.arabic_font {
  font-family: 'siti_maesarohregular';
}

.paper {
  background-color: #ffeccd; /* #ffeeb5; */
  position: relative;
}

.max-width { max-width: 1300px!important; }
svg > g > g:last-child { pointer-events: none; }
