@font-face {
  font-family: "QuranFont";
  src: url("font/normal_sans.ttf") format("truetype");
}

@font-face {
  font-family: "QuranFont2";
  src: url("font/compressed_sans.ttf") format("truetype");
}

@font-face {
  font-family: "QuranFont3";
  src: url("font/compact_sans.ttf") format("truetype");
}

@font-face {
  font-family: "AlQalam";
  src: url("font/alqalam.ttf") format("truetype");
}

@font-face {
  font-family: "FontAwesome";
  src: url("font/fontawesome-webfont.ttf") format("truetype");
}

.audio-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.audio-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 20px;
  background-color: rgba(221, 221, 221, 0.15);
  backdrop-filter: blur(3px);
  border-radius: 20px;
  padding: 10px;
  border: 1px solid #17a2b8;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

p {
  margin: 0;
  padding: 0;
}

.center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.iconFontAwesome {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  background-color: transparent;
  border: none;
  cursor: pointer;
  height: 60px;
  width: 60px;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(250, 246, 230);
  border-radius: 9999px;
  border: 1px solid #d3d3d3;
  color: #17a2b8;
}


select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #fff;
  background-image: none;
}

/* Remove IE arrow */
select::-ms-expand {
  display: none;
}

/* Custom Select */
select {
  position: relative;
  display: flex;
  width: 20em;
  height: 3em;
  line-height: 3;
  background: #fff;
  overflow: hidden;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #999;
}

select {
  flex: 1;
  padding: 0 0.5em;
  color: #000;
  font-size: 14px;
  cursor: pointer;
}

.quran {
  width: 253px;
  font-family: "QuranFont", sans-serif;
  font-size: 24px;
  line-height: 1.6;
  direction: rtl;
  text-align: right;
  margin: 20px;
}

.quran2 {
  max-width: 600px;
  font-family: "QuranFont3", sans-serif;
  font-size: 40px;
  line-height: 2;
  direction: rtl;
  text-align: right;
  text-align: justify;
  margin: 0 10px;
}

.translate {
  max-width: 600px;
  font-family: sans-serif;
  font-size: 18px;
  line-height: 1.6;
  text-align: justify;
  margin: 0 10px;
}

.color {
  background-color: beige;
}
.ayat:hover {
  background-color: beige;
}

.content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

.price-input {
  width: 100%;
  display: flex;
  margin: 15px 0;
}
.price-input .field {
  display: flex;
  width: 100%;
  height: 25px;
  align-items: center;
}
.field input {
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 14px;
  margin-left: 12px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #999;
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}

.sliderContent {
  margin: 40px 0;
  height: 5px;
  width: 100%;
}

.slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 999px;
  margin: 0 3px;
}

.progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 999px;
  background: #17a2b8;
}
.range-input {
  position: relative;
}
.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type="range"]::-webkit-slider-thumb {
  height: 57px;
  width: 57px;
  border-radius: 50%;
  background: #17a2b8;
  pointer-events: auto;
  -webkit-appearance: none;
  padding: 20px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
input[type="range"]::-moz-range-thumb {
  height: 57px;
  width: 57px;
  border: none;
  border-radius: 50%;
  background: #17a2b8;
  pointer-events: auto;
  -moz-appearance: none;
  padding: 20px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

body {
  background-image: url("back3.svg");
}