@import url(https://fonts.googleapis.com/earlyaccess/droidarabickufi.css); /* Server */

@font-face {
    font-family: 'MyDroid';
    src: url("DroidKufi.ttf");
}


body {
    background-color:#ddd;
   /* font-family: 'Droid Arabic Kufi', sans-serif; */
    font-family: 'MyDroid';
    direction: rtl;
    background-image: linear-gradient(0deg,#28aac4,#339ae9,#bacfca);
    background-size: 100% 600%;
    /*zoom:75%;*/
    
  }

  /* For Mobile Portrait View */
@media screen and (max-device-width: 480px)
and (orientation: portrait) {
body{
  zoom:75%;
}
}

/* For Mobile Landscape View */
@media screen and (max-device-width: 640px)
and (orientation: landscape) {
body {
  zoom:75%;
}
}


.footerPage{
  font: size 12px;px;
  text-align: center;
}



  a{
    text-decoration:none;
  }


.suraName{
    color:#000000;
    font-size:xx-large;
}


  .suraNb{ 
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    background: #145a77;
    font-size: x-large;
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin-right: 5px;
    border-style: solid;
    border-width: thin;
    text-align:center;
}

#allsurah{

  margin-right: 45px;
  text-align: center;
  
}

#allsurah > a > div {
  text-align:right;
}


#allsurah > a:hover > div {
    background-color: #18d27e;
  }

#allsurah > a:hover > div > span:first-child {
    background: #3a8bbb;
  }

  #allsurah > a > div {
    margin-left: 3px;
    width: 205px;
    display: inline-block;
    color: #333;
    direction: rtl;
  }
  

.verses{
    text-align: center;
   /* min-height: 70vh;*/
    /*display:inline-block;*/ 
    padding-top: 20px;
    padding-bottom:50px;
}

.verses > a:hover > span:first-child {
    background-color: #d2aa18;
  }

.tafseerOk{
    background: #18d27e;
    font-size: 42px;
    width:72px;
    height:72px;
    line-height: 72px;
    border-radius: 50%;
    display: inline-block;
    color:rgb(93, 108, 96);
    border-style: solid;
    border-color: #bacfca;
}



.tafseerOk a{
    text-decoration:none;
}

.tafseerNOK{
    background: #c10b0b;
    font-size: 42px;
    width: 72px;
    height: 72px;
    line-height: 72px;  
    border-radius: 50%;
    display: inline-block;
    text-decoration:none;
    border-style: solid;
    border-color: #bacfca;
    
}

h1.generalTafseer{
    padding: 15px 30px;
    border-radius: 0.5rem;
    background-color: #18d27e;
    color: black;
    margin-bottom: 2rem;
    display: inline-block;
}

h1.generalTafseer:active{
    padding: 15px 30px;
    border-radius: 0.5rem;
    background-color: #ecd608;
    color: white;
    margin-bottom: 2rem;
    display: inline-block;
}

#headerTitle{

    font-family: 'Cairo Play', sans-serif;
    font-size: 40px;
    text-align: center;
    
}

#headerSubTitle{
    font-family: 'Cairo Play', sans-serif;
    font-size: 32px;
    text-align: center;

}

#headerTitle a{

   color: inherit; 
}

.listItem { 
    border-bottom: 0.5px solid rgb(194, 194, 194); 
     
}


#verseContent{
    text-align: center !important;
}


#searchArea {
  text-align: center !important;
  /*vertical-align: center;*/
}


.verseTextResult{
  /* ONLY FOR SEARCH : VERSES WITH DROID BREAKS THE HIGHLIGHTED TEXT IN THE VERSE*/ 
  font-family: 'Noto Kufi Arabic', sans-serif; 
  font-size:20px;
}


/* for youtube vid scaling */ 

.auto-resizable-iframe {
  max-width: 760px;
  margin: 0px auto;
}

.auto-resizable-iframe > div {
  position: relative;
  padding-bottom: 75%;
  height: 0px;
}

.auto-resizable-iframe iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

/* end of youtube scaling */


/******************************** text fade in */ 
.text-focus-in {
	-webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	        animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2023-5-1 6:4:28
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation text-focus-in
 * ----------------------------------------
 */
 @-webkit-keyframes text-focus-in {
    0% {
      -webkit-filter: blur(12px);
              filter: blur(12px);
      opacity: 0;
    }
    100% {
      -webkit-filter: blur(0px);
              filter: blur(0px);
      opacity: 1;
    }
  }
  @keyframes text-focus-in {
    0% {
      -webkit-filter: blur(12px);
              filter: blur(12px);
      opacity: 0;
    }
    100% {
      -webkit-filter: blur(0px);
              filter: blur(0px);
      opacity: 1;
    }
  }
  


  /* background gradient */
  .bg-pan-top {
	-webkit-animation: bg-pan-top 3s both;
	        animation: bg-pan-top 3s both;
}

/* ----------------------------------------------
 * Generated by Animista on 2023-5-1 6:8:21
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation bg-pan-top
 * ----------------------------------------
 */
 @-webkit-keyframes bg-pan-top {
    0% {
      background-position: 50% 100%;
    }
    100% {
      background-position: 50% 0%;
    }
  }
  @keyframes bg-pan-top {
    0% {
      background-position: 50% 100%;
    }
    100% {
      background-position: 50% 0%;
    }
  }
  




/**************************************/


*, *:before, *:after {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0;
  margin: 0;
}
a, a:visited, a:hover {
  color: inherit;
  text-decoration: none;
}


.container {
  position: relative;
  margin: calc(75px + 2vh + 2vw) auto 0 auto;
  padding: 0;
  width: 100%;
  max-width: 840px;
}

.searchItem:hover{
  border: 1px salmon;
  background-color: #d2aa18;
  -webkit-transition: all 10ms ease;
  -moz-transition: all 10ms ease;
  -ms-transition: all 10ms ease;
  transition: all 10ms ease;
}

.searchSuraItem{

  background: #8dd5b4;
    font-size: x-large;
    width: 72px;
    height: 72px;
    line-height: 72px;
    border-radius: 10%;
    display: inline-block;
    text-decoration: none;
    width: auto;
    border-style: solid;
    border-color: #bacfca;
    
}

.searchSuraItem a{
  display: block;
  padding-right:10px;
  padding-left:10px;
}

#onlyExplained{
  margin: 15px 0 0;
  line-height: normal;
  width: 20px;
  height: 20px;
}

.searchItem{
  margin-right: 15px;
  /* testing scaling for mobile font-size-adjust: 2; */
  /* font-size-adjust: 1.25; */
}

.searchItemDivider{ /* hr divider */
  height: 100%;
  padding-bottom: 4px;
  border: none;
  border-bottom: solid 1px rgba(255, 255, 255, 0.392);
  text-align: center;
  counter-increment: part;
  transition: border-bottom-color .2s ease-out; 

}

.searchItemDivider:hover, .searchItemDivider:focus {
  border-bottom-color: rgba(255, 255, 255, .8);
  outline: none;
}

.searchItemDivider:focus ~ p {
  height: auto;
  margin: 0;
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, .2);
  opacity: 1;
  transform: translateY(0);
}




.search-box {
  position: relative;
  width: 100%;
  max-width: 360px;
  height: 60px;
  border-radius: 120px;
  margin: 50px auto;
  
}
.search-icon, .go-icon {
  position: absolute;
  top: 0;
  height: 26px;
  width: 86px;
  /* line-height: 61px; */
  text-align: center; 
  margin-top: 12px;
}

.search-icon {
  right: 0;
  pointer-events: none;
  font-size: 1.22em;
  will-change: transform;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform-origin: center center;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  transition: transform 400ms 220ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -webkit-transition: transform 400ms 220ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -moz-transition: transform 400ms 220ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -o-transition: transform 400ms 220ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.si-rotate {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.go-icon {
  left: 0;
  pointer-events: none;
  font-size: 1.38em;
  will-change: opacity;
  cursor: default;
  opacity: 0;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transition: opacity 190ms ease-out, transform 260ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -webkit-transition: opacity 190ms ease-out, transform 260ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -moz-transition: opacity 190ms ease-out, transform 260ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -o-transition: opacity 190ms ease-out, transform 260ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.go-in {
  opacity: 1;
  pointer-events: all;
  cursor: pointer;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transition: opacity 190ms ease-out, transform 260ms 20ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -webkit-transition: opacity 190ms ease-out, transform 260ms 20ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -moz-transition: opacity 190ms ease-out, transform 260ms 20ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -o-transition: opacity 190ms ease-out, transform 260ms 20ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.search-border {
  display: block;
  width: 100%;
  max-width: 360px;
  height: 60px;
}
.border {
  fill: none;
  stroke: #0c052f;
  stroke-width: 5;
  stroke-miterlimit: 10;
}
.border {
  stroke-dasharray: 740;
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 400ms cubic-bezier(0.600, 0.040, 0.735, 0.990);
  -webkit-transition: stroke-dashoffset 400ms cubic-bezier(0.600, 0.040, 0.735, 0.990);
  -moz-transition: stroke-dashoffset 400ms cubic-bezier(0.600, 0.040, 0.735, 0.990);
  -o-transition: stroke-dashoffset 400ms cubic-bezier(0.600, 0.040, 0.735, 0.990);
}
.border-searching .border {
  stroke-dasharray: 740;
  stroke-dashoffset: 459;
  transition: stroke-dashoffset 650ms cubic-bezier(0.755, 0.150, 0.205, 1.000);
  -webkit-transition: stroke-dashoffset 650ms cubic-bezier(0.755, 0.150, 0.205, 1.000);
  -moz-transition: stroke-dashoffset 650ms cubic-bezier(0.755, 0.150, 0.205, 1.000);
  -o-transition: stroke-dashoffset 650ms cubic-bezier(0.755, 0.150, 0.205, 1.000);
}
#search {
  /*font-family: 'Droid Arabic Kufi', sans-serif; */
  font-family: 'MyDroid';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 120px;
  border: none;
  background: rgba(255,255,255,0);
  padding: 0 68px 0 68px;
  /* color: #FFFFFF; */
  font-size: 1.32em;
  font-weight: 400;
  letter-spacing: -0.015em;
  outline: none;
}
#search::-webkit-input-placeholder {color: #000000;}
#search::-moz-placeholder {color: #000000;}
#search:-ms-input-placeholder {color: #000000;}
#search:-moz-placeholder {color: #000000;}
#search::-moz-selection {color: #000000; background: rgba(0,0,0,0.25);}
#search::selection {color: #000000; background: rgba(0,0,0,0.25);}



/******************* CUSTOM BUTTONS */

.element {
  display: inline-block;
  margin: 10px;
  text-align: center;
}


/* CSS */
.button-6 {
  align-items: center;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.381);
  border-radius: .25rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  display: inline-flex;
  /*font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-family: 'Droid Arabic Kufi', sans-serif;*/
  font-family: 'MyDroid';
  font-size: 24px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-height: 3rem;
  padding: calc(.875rem - 1px) calc(1.5rem - 1px);
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
}

.button-6:hover,
.button-6:focus {
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
  color: rgba(0, 0, 0, 0.65);
}

.button-6:hover {
  transform: translateY(-1px);
}

.button-6:active {
  background-color: #F0F0F1;
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
  color: rgba(0, 0, 0, 0.65);
  transform: translateY(0);
}

.iframeVid{
  border-color: #000;
  border-style: solid;
  border-width: 1px;
}

