* {
  cursor: url("images/cursor.png"),auto;
}
body {
    font-family: "DejaVu Sherif", sherif;
    color: white;
    background-color: rgb(0, 0, 0);
}
#robbie {
  margin-left: 10px;
  width:50px;
  height:45px;
  transform: translateY(15px);
}
.cameos video {
  width:600px;
  height:1000px;
}
.nointentsmall {
    z-index: 99;
    padding:30px;
    background-color: black;
    width: 50px;
    height: 50px;
    position: absolute;
}
.nointentsmall.left {
  top: 0%;
  right: 0%;
}
.nointentsmall.right {
  top: 0%;
  right: 95%;
}
.blackbar {
  width:100%;
  background-image: url(images/black-bar.gif);
  padding:20px;
  background-repeat: repeat-x; 
}
#drcrypter {
    z-index: 99;
    position: absolute;
    top: 0%;
    right: 0%;
    width:230px;
    height:200px;
}

#whatsapp {
  color:rgb(37 211 102);
}

#autoplay {
    display: none;
}
footer {
    width:100%;
    position:fixed;
    bottom: 0px;
}
.allahheader {
    color: rgb(255, 0, 0);
}
.footer {
    width:800px;
    margin:auto;
}
.footerContent {
    float:left;
    width:100%;
    padding:8px 0;
}
.footer p {float:left; width:100%; text-align:center; }

.bouncearrow {
    margin-left:20px;
    width: 30px;
    height: 40px;
}
.arrow {
    margin-right: 20px;
    margin-left: 20px;
    display: inline-block;
    height: 12px;
    position: relative;
    width: 12px;
  }
  .arrow::after {
    border-bottom-style: solid;
    border-bottom-width: 4px;
    border-right-style: solid;
    border-right-width: 4px;
    content: "";
    display: inline-block;
    height: 10px;
    left: 0;
    position: absolute;
    top: 0;
    width: 10px;
  }
  .arrow.is-triangle::after {
    border-style: solid;
    border-width: 0 0 12px 12px;
    height: 0;
    width: 0;
  }
  .arrow.is-check::after {
    width: 6px;
  }
  .arrow.arrow-bar::before {
    bottom: 2px;
    content: "";
    height: 22px;
    position: absolute;
    right: 0;
    transform-origin: bottom;
    width: 4px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .arrow.is-top {
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  .arrow.is-right {
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .arrow.is-bottom {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .arrow.is-left {
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .arrow::after,
  .arrow .arrow::after {
    border-color: red;
  }
  .arrow.is-triangle::after,
  .arrow .arrow.is-triangle::after {
    border-color: transparent;
    border-bottom-color: red;
  }
  .arrow::before,
  .arrow .arrow::before {
    background-color: red;
  }

/* bouncing text */
  .bouncing-text {
    position: relative;
    display: flex;
    font-size: 70px;
    font-weight: 900;
    /* font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;  */
  }
  
  .b, .o, .u, .n, .c, .e {
    position: relative;
    color: #2256e7;
    /* text-shadow: 0 3px #4361ee, 0 5px #4361ee, 0 7px #4361ee; */
  }
  
  .b {
    animation: bounce 1s ease infinite;
    -webkit-animation: bounce 1s ease infinite;
  }
  
  .o {
    animation: bounce 1s ease infinite .1s;
    -webkit-animation: bounce 1s ease infinite .1s;
  }
  
  .u {
    animation: bounce 1s ease infinite .2s;
    -webkit-animation: bounce 1s ease infinite .2s;
  }
  
  .n {
    animation: bounce 1s ease infinite .3s;
    -webkit-animation: bounce 1s ease infinite .3s;
  }
  
  .c {
    animation: bounce 1s ease infinite .4s;
    -webkit-animation: bounce 1s ease infinite .4s;
  }
  
  .e {
    animation: bounce 1s ease infinite .5s;
   -webkit-animation: bounce 1s ease infinite .5s;
  }
  
   @keyframes bounce {
          0%   { transform: scale(1,1) translateY(0); }
          10%  { transform: scale(1.1,.9) translateY(0); }
          30%  { transform: scale(.9,1.1)   translateY(-55px);}
          50%  { transform: scale(1.05,.95) translateY(0); }
          58%  { transform: scale(1,1) translateY(-7px); }
          65%  { transform: scale(1,1) translateY(0);}
          100% { transform: scale(1,1) translateY(0);}
      }
  
  @-webkit-keyframes bounce {
         0%   { transform: scale(1,1) translateY(0); }
          10%  { transform: scale(1.1,.9) translateY(0); }
          30%  { transform: scale(.9,1.1)   translateY(-55px);}
          50%  { transform: scale(1.05,.95) translateY(0); }
          58%  { transform: scale(1,1) translateY(-7px);}
          65%  { transform: scale(1,1) translateY(0);}
          100% { transform: scale(1,1) translateY(0);} 
  }
  
  
  .bouncing-text:before, .bouncing-text:after {
    content:"";
    position: absolute;
    background-color: rgba(0,0,0,0.4);
    width: 50px;
    height:5px;
    border-radius:50%;
    top:82px;
    z-index:-1;
  }
  
  .shadow, .shadow-two {
    position: absolute;
    top:82px;
    z-index:-1;
  }
  
  .shadow:before, .shadow:after, .shadow-two:before, .shadow-two:after {
    content:"";
    position: absolute;
    background-color: rgba(0,0,0,0.4);
    width: 50px;
    height:5px;
    border-radius:50%;
    top:0;  
  }
  
  .bouncing-text:before {
    left:0;
    animation: scale 1s linear infinite;
    -webkit-animation: scale 1s linear infinite;
  }
  
  @keyframes scale {
    0% {transform: scaleX(1);}
    25% {transform: scaleX(0.4);}
    50% {transform: scaleX(1);}
    75% {transform: scaleX(0.9);}
    100% {transform: scaleX(1);}
  }
  
  @-webkit-keyframes scale {
     0% {transform: scaleX(1);}
    25% {transform: scaleX(0.4);}
    50% {transform: scaleX(1);}
    75% {transform: scaleX(0.9);}
    100% {transform: scaleX(1);}
  }
  
  .bouncing-text:after {
    left: 57px;
    animation: scale 1s linear infinite .1s;
    -webkit-animation: scale 1s linear infinite .1s;
  }
  
  .shadow:before {
    left: 116px;
    animation: scale 1s linear infinite .2s;
    -webkit-animation: scale 1s linear infinite .2s;
  }
  
  .shadow:after {
    left:175px;
    animation: scale 1s linear infinite .3s;
    -webkit-animation: scale 1s linear infinite .3s;
  }
  
  .shadow-two:before {
    left:232px;
    animation: scale 1s linear infinite .4s;
    -webkit-animation: scale 1s linear infinite .4s;
  }
  
  .shadow-two:after {
    left: 285px;
    animation: scale 1s linear infinite .5s;
    -webkit-animation: scale 1s linear infinite .5s;
  }

  .marquee {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
  }
  svg {
    display: block;
  }
  .logo {
    fill: #fff;
  }

  /* shitty download button  https://codepen.io/mghayour/pen/DpKrar*/
  .download_button {
    margin: 20px;
    text-decoration: none;
    display: block;
    width: 320px;
    height: 110px;
    padding: 1px;
    border: 1px solid #8ebd17;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #2a3807;
    text-shadow: 0 0 15px #7da616;
    font-size: 16px;
  }
  
  .download_button .filename {
    font-size: 26px;
    margin: 10px 20px 0;
  }
  .download_button .filesize {
    margin: 10px 20px 0;  
  }
  
  .download_button .downloads {
    margin: 5px 20px 0;    
  }
  
  .download_button .downloadicon{
    position: relative;
    float: right;
    margin: 10px;
    width: 140px;
    height: 90px;
  }
  
  @-webkit-keyframes movedown {
    0% {
      -webkit-transform: translateY(-1.5em);
      opacity:0;
    }
    50% {
      -webkit-transform: translateY(0);
      opacity:1;
    }
    100% {
      -webkit-transform: translateY(1.5em);
      opacity:0;
    }
  }
  @-moz-keyframes movedown {
    0% {
      transform: translateY(-1.5em);
      opacity:0;
    }
    50% {
      transform: translateY(0);
      opacity:1;
    }
    100% {
      transform: translateY(1.5em);
      opacity:0;
    }
  }
  @-o-keyframes movedown {
    0% {
      -o-transform: translateY(-1.5em);
      opacity:0;
    }
    50% {
      -o-transform: translateY(0);
      opacity:1;
    }
    100% {
      -o-transform: translateY(1.5em);
      opacity:0;
    }
  }
  @keyframes movedown {
    0% {
      transform: translateY(-1.5em);
      opacity:0;
    }
    50% {
      transform: translateY(0);
      opacity:1;
    }
    100% {
      transform: translateY(1.5em);
      opacity:0;
    }
  }
  
  .download_button .cloud{
    width: 140px;
    height: 50px;
    background-color: #fff;   
    border-radius: 30px;
    position: absolute; 
    top:40px;
  }
  .download_button .cloud:before{
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    top: -30px;
    left: 70px;
    background-color: #fff;   
    border-radius: 50%;
    position: absolute;
    box-shadow: -40px 0 0 10px #fff;  
  }
  
  .download_button .cloud .arrowdown {
    background: #aedb3d;
    position: absolute;
    top: -10px;
    left: 60px;    
    width: 10px;
    height: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    -webkit-animation: movedown 2s infinite linear;
    -moz-animation: movedown 2s infinite linear;
    -o-animation: movedown 2s infinite linear;
    animation: movedown 2s infinite linear;
  }
  
  .download_button .cloud .arrowdown:before,
  .download_button .cloud .arrowdown:after {
    top:14px;
    content: "";
    position: absolute;
    background: #aedb3d;
    position: absolute;
    width: 10px;
    height: 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .download_button .cloud .arrowdown:before {
    -webkit-transform:rotate(45deg);
    -webkit-transform-origin: 70% 90%;
  }
  .download_button .cloud .arrowdown:after {
    -webkit-transform:rotate(-45deg);
    -webkit-transform-origin: 30% 90%;
  }
  
  .download_button{
  
    background: #aedb3d; /* Old browsers */
  background: -moz-linear-gradient(top,  #aedb3d 0%, #9fcb31 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aedb3d), color-stop(100%,#9fcb31)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #aedb3d 0%,#9fcb31 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #aedb3d 0%,#9fcb31 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #aedb3d 0%,#9fcb31 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #aedb3d 0%,#9fcb31 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aedb3d', endColorstr='#9fcb31',GradientType=0 ); /* IE6-9 */
  
    
  }