*{
  margin: 0;
  padding: 0;
  font-family: "Times New Roman", sans-serif;
  box-sizing: border-box;
  }
  body{
      background: #0000;
  }
  .framequran{
    width:100%;
    height:500px;
    border:none;
    margin-top: -53px;
  }

  .quran{
    width: 100%;
    padding-top: 70px;
  }
  .quran div{
    width: 100%;
    height: 100%;
    padding-top: 40px;
  }

  .bookshelf{
    width: 100%;
    height: 200px;
    padding-top: 10px;

  }
  .bookshelf div{
    width: 100%;
    height: 100%;
    padding-top: 10px;
    text-align: center;
  }

  .shelf{
    width: 100%;
    height: 100%;
    display:flex;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .shelf div{
    width: 100%;
    height:100%;
    display: inline-flex;
    grid-template-columns: auto auto auto;
    grid-gap: 15px;
    padding: 10px;
    max-inline-size: 100px;
    flex: initial;
    align-items: center;

  }

  .shelf div img{
    height: 300px;
    max-height: 380px;
    width: 150px;
  }

  .shelf ::-webkit-scrollbar-button{
    overflow-x: auto;
    overflow-y: hidden;
  }

  .shelf div img:hover{
    filter:grayscale(0%);
    cursor: pointer;
    transform: scale(1.1);
    margin:0 30px;
  }

@media screen and (min-width: 834px) {
  .shelf div img{
    margin: 0 10px;
  }
  .framequran{
    width:100%;
    height:500px;}
}
@media screen and (min-width: 751px) and (max-width: 833px) {
    .shelf div img{
    max-height: 200px;
    width: 100%;
    margin: 0 10px;
  }
  .shelf div{
    width: 100%;
    max-inline-size: 200px;
    grid-gap: 10px;
  }
  .framequran{
    width:100%;
    height:750px;}
}

@media screen and (min-width: 481px) and (max-width: 750px) {
    .shelf div img{
    max-height: 220px;
    width: 100%;
    margin: 0 10px;
  }
  .shelf div{
    width: 100%;
    max-inline-size: 200px;
    grid-gap: 10px;
  }
  .framequran{
    width:100%;
    height:900px;}
}
@media screen and (max-width: 480px) {
  .bookshelf div{
    padding-top: 5px ;
  }
  .shelf div{
    width: 100%;
    max-inline-size: 80px;
    grid-gap: 10px;
  }

  .shelf div img{
    max-height: 150px;
    width: 100%;
    margin: 0 20px;
  }}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

footer { width:100%; background-color:#263238; min-height:50px; padding:5px 5px ;}
footer p { font-size:13px;color:#CCC; padding-top:10px; text-align:center; float:left;}

.social_footer_ul { display:table; padding-top :5px; auto 0 auto; list-style-type:none; float:right; }
.social_footer_ul li { padding-left:20px; padding-top:5px; float:right; }
.social_footer_ul li a { color:#CCC; border:1px solid #CCC; padding:8px;border-radius:50%;}
.social_footer_ul li i {  width:20px; height:20px; text-align:center;}
/*
* Preloader
*/
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 20px 10%;
  z-index: 9999999;
  background: #fff;
  transition: .3s all ease;
}

#preloader.loaded {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

#preloader > * {
  width: 100%;
  text-align: center;
}

#preloader .page-loader-body {
  margin-top: 40px;
  text-align: center;
}

[data-x-mode='true'] #preloader {
  display: none;
}

[data-x-mode='true'] .page {
  opacity: 1 !important;
}

#loadingProgressG {
  width: 400px;
  max-width: 90%;
  height: 5px;
  overflow: hidden;
  background: #2a2a2a;
  border-radius: 0;
  margin: auto;
}

.loadingProgressG {
  background: #f39b00;
  margin-top: 0;
  margin-left: -400px;
  animation-name: bounce_loadingProgressG;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  width: 400px;
  height: 5px;
}

@-webkit-keyframes bounce_loadingProgressG {
  0% {
    margin-left: -400px;
  }
  100% {
    margin-left: 400px;
  }
}

@keyframes bounce_loadingProgressG {
  0% {
    margin-left: -400px;
  }
  100% {
    margin-left: 400px;
  }
}
.ui-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 38px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
  transition: .3s all ease;
  transform: translateY(100px);
}

.ui-to-top, .ui-to-top:active, .ui-to-top:focus {
  color: #fff;
  background: #f39b00;
}

.ui-to-top:hover {
  color: #fff;
  background: #514f4c;
}

.ui-to-top.active {
  transform: translateY(0);
}

.mobile .ui-to-top,
.tablet .ui-to-top {
  display: none !important;
}

@media (min-width: 576px) {
  .ui-to-top {
    right: 40px;
    bottom: 40px;
  }
}
