.banner {
  height: 509px;
  background-color: black;
  position: relative;
}
.banner .banner-img {
  text-align: center;
}
.banner .banner-img img {
  width: 300px;
}
.banner h1 {
  font-size: 1.75em;
  font-family: "Times New Roman", Times, serif;
  padding-top: 10px;
}
.banner h3 {
  font-size: 4em;
  font-family: "Times New Roman", Times, serif;
}

.popup {
  position: fixed;
  width: 98%;
  height: 86px;
  background-color: rgb(31, 28, 28);
  left: 1%;
  border-radius: 5px;
  bottom: 2%;
  z-index: 10;
}

.popup {
  display: block;
}

.progress-bar-container {
  width: 100%;
  height: 20px;
  background-color: #e0e0e0;
  overflow: hidden;
  position: relative;
}

.progress-bar {
  width: 100%;
  height: 100%;
  position: relative;
}

.progress-bar-fill {
  height: 100%;
  background-color: #AD842C;
  text-align: center;
  line-height: 10px;
  color: #fff;
  font-weight: bold;
  border-radius: 0px 15px 15px 0px;
  -webkit-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.progress-bar-text {
  position: absolute;
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}

.close-btn {
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.close {
  background-color: red;
  font-size: 19px !important;
  color: rgb(228, 224, 224) !important;
  text-shadow: none !important;
  opacity: unset !important;
  display: block;
  padding-bottom: 3.2px;
  width: 19.2px;
  height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.close:hover {
  background-color: rgb(236, 67, 67);
}

.progress-bar-container {
  height: 15px !important;
}

.box-1 {
  padding: 0px 144px 0px 144px;
  color: #AD842C;
}

.teacher {
  color: #AD842C;
}

.box {
  width: 540px;
  height: 145px;
}

.search {
  position: relative;
  width: 100%;
}

.search .results {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 0;
  margin: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #cbcfe2 #c8cee7 #c4c7d7;
  border-radius: 3px;
  background-color: #fdfdfd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#eceef4));
  background-image: linear-gradient(top, #fdfdfd, #eceef4);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.search .results li {
  display: block;
}

.search .results li:first-child {
  margin-top: -1px;
}

.search .results li:first-child:before, .search .results li:first-child:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  border: 5px outset transparent;
}

.search .results li:first-child:before {
  border-bottom: 5px solid #c4c7d7;
  top: -11px;
}

.search .results li:first-child:after {
  border-bottom: 5px solid #fdfdfd;
  top: -10px;
}

.search .results li:first-child:hover:before, .search .results li:first-child:hover:after {
  display: none;
}

.search .results li:last-child {
  margin-bottom: -1px;
}

.search .results a {
  display: block;
  position: relative;
  margin: 0 -1px;
  padding: 6px 40px 6px 10px;
  color: #AD842C;
  font-weight: 500;
  text-shadow: 0 1px #fff;
  border: 1px solid transparent;
  border-radius: 3px;
}

.search .results a span {
  font-weight: 200;
}

.search .results a:before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -9px;
  /* background: url("https://cssdeck.com/uploads/media/items/7/7BNkBjd.png") 0 0 no-repeat; */
}

.search .results a:hover {
  text-decoration: none;
  color: #fff;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
  border-color: #2380dd #2179d5 #1a60aa;
  background-color: #AD842C;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#59aaf4), to(#338cdf));
  background-image: linear-gradient(top, #59aaf4, #338cdf);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.08);
  -o-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.08);
}

:-moz-placeholder {
  color: #a7aabc;
  font-weight: 200;
}

::-webkit-input-placeholder {
  color: #a7aabc;
  font-weight: 200;
}

.lt-ie9 .search input {
  line-height: 26px;
}

.search-inp {
  width: 100%;
}

@media only screen and (max-width: 800px) {
  .banner-img img {
    width: 200px !important;
  }
  h1 {
    font-size: 1.25em !important;
  }
  h3 {
    font-size: 3.5em !important;
  }
  .banner {
    height: 500px !important;
  }
  .popup {
    height: auto;
  }
}
@media only screen and (max-width: 600px) {
  h1 {
    font-size: 1.25em !important;
    padding-top: 8px !important;
  }
  h3 {
    font-size: 2.5em !important;
  }
  .banner {
    height: 375px !important;
  }
  .search-inp {
    width: 75%;
  }
  h5 {
    padding-top: 10px !important;
    font-size: 1em !important;
  }
}
@media only screen and (max-width: 500px) {
  h1 {
    font-size: 0.9em !important;
  }
  h3 {
    font-size: 2em !important;
  }
  .banner {
    height: 357px !important;
  }
  .search-inp {
    width: 100% !important;
  }
  h5 {
    font-size: 1em !important;
  }
  .close-btn {
    top: 5px;
    right: 5px;
  }
   .close {
      font-size: 17px; 
      width: 17px;
      height: 15px;
      padding-bottom: 0px !important;
   }
  
}
footer {
  height: 100px;
  background-color: black;
}

.btn-box {
  height: 80px;
  width: 90px;
  background-color: black;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(../images/1000019377-removebg-preview.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.play-button {
  font-size: 27px;
}

.text {
  padding-left: 5em;
}

.description {
  color: gray;
  font-size: 14px;
}

button {
  background-color: #C2943D;
  border: none;
}

.box {
  border: 1px solid #ccab6f;
}

footer {
  padding-top: 2.5em;
}

.back {
  background-image: url(../images/1000019402-removebg-preview.png);
  height: 50%;
  background-position: 50% 50%;
  background-repeat: repeat-y;
  background-size: 34%;
  vertical-align: middle;
}

.surah-box {
  padding: 10px;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 12px gray;
          box-shadow: 1px 1px 12px gray;
  width: 32%;
  border: 1px solid #C2943D;
}

.surah-name {
  color: #C2943D;
}

a {
  text-decoration: none !important;
}

.list {
  font-size: 25px;
  height: 25%;
  -webkit-box-shadow: 1px 1px 12px gray;
          box-shadow: 1px 1px 12px gray;
  background-color: rgb(252, 252, 252);
  border: 2px solid #C2943D;
  border-radius: 20px;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.sorat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.aud-box {
  height: 35px;
  width: 60px;
  background-color: black;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* Center horizontally */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bttn {
  font-size: 20px;
  cursor: pointer;
}

.nav-tab-1 {
  width: 555px;
  border: 1px solid #AD842C;
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
  text-align: center;
  cursor: pointer;
}

.nav-tab-2 {
  width: 555px;
  border: 1px solid #AD842C;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  text-align: center;
  cursor: pointer;
}

.backk {
  background-color: #f4f4f4;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.navv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1199px) {
  .box {
    width: 460px !important;
  }
}
@media only screen and (max-width: 991px) {
  .box {
    width: 673px !important;
  }
  .back {
    background-position: 72% 51% !important;
    background-size: 46% !important;
  }
  .surah-box {
    width: 31% !important;
  }
  .surah-box {
    width: 97% !important;
  }
  .list {
    width: 60% !important;
  }
  .navv {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .nav-tab-1 {
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
  }
  .nav-tab-2 {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    text-align: center !important;
  }
}
@media only screen and (max-width: 767px) {
  .box {
    width: 500px !important;
  }
  .back {
    background-position: 92% 51% !important;
  }
  .surah-box {
    width: 100% !important;
  }
  .list {
    width: 100%;
  }
  .aud-box {
    height: 30px;
    width: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .box {
    width: 420px !important;
  }
  .back {
    background-position: 136% 51% !important;
  }
  .text {
    padding-left: 2em !important;
  }
  footer {
    font-size: 15px !important;
  }
  .surah-box {
    width: 100% !important;
  }
  h4 {
    font-size: 20px !important;
  }
}
@media only screen and (max-width: 500px) {
  .box {
    width: 340px !important;
  }
  .back {
    background-position: 136% 51% !important;
  }
}
@media only screen and (max-width: 428px) {
  .box {
    width: 392px !important;
  }
}
.verse-box {
  width: 70em;
  height: auto;
  border: 5px double #AD842C;
  border-radius: 50px 0px 50px 0px;
  background-color: rgb(248, 248, 242);
  -webkit-box-shadow: 5px 5px 30px rgb(184, 179, 179);
          box-shadow: 5px 5px 30px rgb(184, 179, 179);
}

.translation {
  color: #b89a5b;
}

.audio-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.audio-area .audio-area-box {
  width: 2.5em;
  height: 2.2em;
  background-color: black;
  border-radius: 10px;
}
.audio-area .audio-area-box .btnn-box {
  margin: 10px;
  width: 50px;
  height: 40px;
  background-color: #AD842C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
}/*# sourceMappingURL=style.css.map */