@font-face {
  font-family: "quran-font";
  /* اسم الخط */
  src: url("/quran-font/UthmanicHafs1Ver18.woff2") format("woff2");
  /* مسار الخط */
}

/* ================
1 header
================ */

.main-header {
  background-color: #eddf40;
}

/* ================
1.1 drop down header
================ */

#dropDownNav {
  background-color: #eddf40;
}

/* ================
  mini header
================ */

.mini-header i {
  text-align: center;
  color: #9c9c9c;
  padding: 10px;
  cursor: pointer;
  font-size: 17px;
  user-select: none;
}

.mini-header .flex {
  display: flex;
  justify-content: right;
  align-items: center;
  user-select: none;
}

/* ================
 content
================ */

.counter {
  margin: 50px auto;
  background-color: rgb(159, 168, 164);
  width: 100px;
  text-align: center;
  border-radius: 8px;
  color: white;
  box-shadow: 2px 2px 5px rgb(170, 164, 164);
  padding: 12px;
  font-size: 22px;
  font-family: sans-serif;
}

/* ================
 box-adhkar
================ */

.box-adhkar-parent {
  max-width: 1000px;
  margin: 0 auto;
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.box-adhkar {
  margin-bottom: 90px;
}

.box-adhkar:hover {
  cursor: pointer;
}

.dhikir {
  font-size: 22px;
}

.text {
  direction: rtl;
  text-align: justify;
  line-height: 2.3;
  padding: 40px;
  opacity: 0.8;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
  box-shadow: 0px 50px 0 0 rgb(43, 230, 43);
  border: 1px solid rgba(10, 10, 10, 0.13);
  color: #2e2e2e;
  user-select: none;
}

.quran-font {
  font-family: "quran-font";
  font-size: 26px;
}

@media (max-width: 500px) {
  .text {
    line-height: 1.9;
    padding: 24px;
  }

  .box-adhkar {
    margin-bottom: 60px;
  }
}

.adhkar-tools {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: rgb(43, 230, 43);
  height: 50px;
  border-radius: 0 0 10px 10px;
  z-index: 44;
  user-select: none;
}

.adhkar-tools i {
  color: white;
  font-size: 23px;
  z-index: 8;
  padding: 10px;
  width: 80px;
  text-align: center;
}

.repetaion-parent {
  display: flex;
  z-index: 1;
  align-items: center;
  align-content: center;
  gap: 0.7em;
}

.repetaion {
  background-color: transparent;
  color: #fff;
  border: none;
  font-size: 22px;
}

.box-adhkar .repetaion-parent .repetaion-no {
  background-color: white;
  color: rgb(43, 230, 43);
  border-radius: 100%;
  width: 23px;
  height: 23px;
  font-size: 15px;
  border: none;
  font-weight: 500;
}

.box-adhkar .repetaion-parent .big-num {
  width: 24px;
  height: 24px;
  font-size: 11px !important;
  font-weight: bolder;
}

/* =======================
pop up 
======================= */

.popup {
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
  border: 1px solid rgba(10, 10, 10, 0.13);
  color: #2e2e2e;
  text-align: center;
  padding: 50px;
  max-width: 800px;
  margin: 50px auto;
  justify-content: center;
  position: relative;
  display: none;
  transform: scale(0);
  transition: all 0.5s;
}

.popup .check {
  margin-bottom: 20px;
}

.popup p {
  margin-bottom: 10px;
  font-weight: 500;
  color: #333333;
  font-size: x-large;
}

.popup .check-p {
  width: 300px;
}

.popup .reset-home {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 1em;
  width: 300px;
  background-color: rgb(43, 230, 43);
  border-radius: 10px;
  height: 44px;
  position: absolute;
  bottom: -20px;
}

.popup .check {
  color: rgb(255, 213, 0);
  font-size: 100px;
}

.popup .home {
  color: rgb(43, 230, 43);
  font-size: 21px;
  color: white;
}

.popup button {
  all: unset;
  color: white;
  background-color: rgb(43, 230, 43);
  font-size: 24px;
  border-radius: 10px;
  cursor: pointer;
}

.success-message {
  background: rgba(255, 255, 255, 0.66);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.21);
  border: 1px solid rgba(255, 255, 255, 0.21);
  font-size: 20px;
  color: #2e2e2e;
  border-radius: 9px;
  z-index: 3;
  transition: all 0.5s;
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 15px 30px;
  transform: translateX(100vw);
  transition: all 0.8s;
}

.fa-angles-up {
  border: none;
  color: #9c9c9c;
  cursor: pointer;
}

/* the transform class will be added to box-adhkar if the num = 0 */

.transform {
  transform: translateX(-100vw);
  transition: transform 0.5s ease-in-out;
}

/* ========================================================== */
