:root {
  --animate-delay: 0.1s !important;
}
@font-face {
  font-family: quranfont;
  src: url(../font/KFGQPC\ Uthmanic\ Script\ HAFS\ Regular.otf);
}
@font-face {
  font-family: droid;
  src: url(../font/Droid-Arabic-Kufi.ttf);
}
@font-face {
  font-family: bsmalah;
  src: url(../font/baasem.ttf);
}
body {
  background-image: url(../images/isl009sgold_prevue-.jpg);
  background-position: center;
  background-size: 583px;
  margin: 0;
  padding: 0;
  min-height: 1330px;
  position: relative;
  overflow: hidden;
}
input[type="text"],
button[id="run"] {
  font-family: droid;
  font-size: 17px;
  font-weight: 500;
  width: 81%;
}
#it {
  outline: 0;
  border: 0;
}
.sbox {
  border-radius: 40px;
  border: 1px grey solid;
  width: 431px;
  margin: auto;
  background: #ffffff;
  padding: 2px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#surah {
  font-family: quranfont;
  font-weight: 500;
  text-align: center;
  line-height: 80px;
  /* margin-top: 250px; */
}
#bsm h1 {
  font-family: bsmalah;
  font-weight: 500;
  font-size: 90px;
  margin: 1px;
  user-select: none;
}
.container {
  width: 88%;
  margin: auto;
  text-align: center;
}
#run {
  font-size: 25px !important;
  cursor: pointer;
  margin: 0 21px;
}
#run:active {
  border-width: 1px;
}
#vd {
  margin-top: 32px;
  width: 100%;
  background-color: #fefaf7;
  padding-top: 36px;
  visibility: hidden;
}
#vd iframe {
  width: 100%;
  height: 541px;
}
#wrn {
  font-family: "droid";
  font-weight: 400;
}
#scnt {
  background-color: #fefaf7;
  padding: 15px;
  background-size: 99vh;
  border: 1px solid #5c4839;
}
.ql {
  width: 151px;
}
.qr {
  width: 151px;
}
header {
  padding: 0;
  margin: -20px auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.zkh {
  width: 400px;
}
footer {
  width: 100%;
  height: 513px;
  margin-top: -29px;
  position: relative;
}
footer img {
  width: 100vw;
  margin: 0 auto -14px;
  position: absolute;
  bottom: 0;
}

.ptv {
  min-height: 640px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.ptv div {
  width: 259px;
  height: 180px;
  margin: 1px;
  overflow: hidden;
}
.ptv div img {
  width: 100%;
  height: 100%;
  transition: transform 0.4s;
  cursor: pointer;
}
.ptv div img:hover {
  transform: scale(1.1) rotate(2.5deg);
}
.tt {
  color: white;
  font-family: droid;
  font-weight: 500;
  font-size: 17pt;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 460%);
}
#logo {
  max-width: 90px;
  width: 7%;
  position: absolute;
  z-index: 3;
  right: 46%;
  bottom: 40px;
}
#loader {
  height: 107vh;
  width: 100%;
  background-color: #fbfbfb;
  z-index: 6;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#loader img {
  width: 140px;
}



#statu {
  position: fixed;
  top: 50px;
  z-index: 11;
  margin: 1px auto;
  width: 100%;
  transition:top .9s ease;
}


