@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Assistant:wght@600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../img/bg3.webp");
  background-size: 100%;
  background-repeat: no-repeat;
  flex-direction: column;
  overflow: hidden;
}
h1 {
  color: #305689;
  margin-top: -9px;
  font-size: 95pt;
  font-family: Bebas Neue;
  text-align: center;
  text-shadow: 2px 2px white;
}
.small {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -123vh;
}
.small > h1 {
  margin-top: -44px;
}
.small > img {
  cursor: pointer;
  margin-top: 50px;
  width: 20%;
  /* height: 25%; */
}
img {
  width: 25%;
  height: 27%;
  cursor: pointer;
  margin-top: -10px;
}
.audio-choose p {
  text-align: center;
  margin-top: -2px;
  font-weight: bold;
  font-family: "Assistant", sans-serif;
  font-size: 28px;
}
.black-background {
  margin-top: -2px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  height: 70%;
  width: 100%;
  border-top-left-radius: 7%;
  border-top-right-radius: 7%;
  font-size: 20px;
}
.audio-choose {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 50px;
  border-radius: 17px;
  width: 79vw;
  margin-top: 2rem;
}
.outer-element-grid {
  border: 3px black solid;
  border-radius: 7%;
  height: 235px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgb(0, 0, 0, 0.1);
  flex: 0 0 calc(20% - 20px);
  margin-left: 20px;
}
.outer-element-grid:first-of-type {
  margin-left: 0;
}
.slider {
  margin-left: -200px;
  margin-top: -30px;
  -webkit-appearance: none;
  width: 15%;
  height: 15px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
  align-self: flex-start !important;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #305689;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #305689;
  cursor: pointer;
}

.audio {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 93%;
  width: 100vw;
  overflow: hidden;
  position: fixed;
  bottom: 0;
}

.audio-info {
  width: 133vw;
}
.audio-info > h3 {
  margin-top: 28px;
  font-size: 30px;
  text-align: center;
  font-family: "Assistant", sans-serif;
  font-weight: 700;
  color: white;
  direction: rtl;
}

.audio-info > h4 {
  color: white;
  font-family: "Assistant", sans-serif;
  text-align: right;
  margin-top: -35px;
}
.fas {
  color: white;
  width: 100px;
  height: 100px;
}

.modal {
  background-color: rgba(255, 255, 255, 0.5);
  width: 80vw;
  height: fit-content;
  margin-top: -98vh;
  border-radius: 25px;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  zoom: 0.9;
  transition: opacity 1.5s ease-in-out;
}

.modal > h1 {
  direction: rtl;
  font-family: "Assistant", sans-serif;
  font-weight: 700;
  font-size: 72px;
}

.modal > h3 {
  direction: rtl;
  font-family: "Assistant", sans-serif;
  font-weight: 600;
  font-size: 36px;
  text-align: center;
  margin-top: 9rem;
}

.update {
direction: rtl;
font-family: "Assistant", sans-serif;
font-weight: 600;
font-style: italic;
font-size: 25px;
text-align: center;
margin-top: 9rem;
}

.modal > button {
  margin-top: 5vh;
  padding: 12px 30px;
  border-radius: 25px;
  border: white 3px solid;
  font-family: "Assistant", sans-serif;
  background-color: #305689;
  color: white;
  font-size: 22px;
  cursor: pointer;
  transition: color, background-color, border-color 0.4s ease-in-out;
}

.modal > button:hover {
  background-color: white;
  border-color: #305689;
  color: #305689;
  transition: color, background-color, border-color 0.4s ease-in-out;
}

.modal > button:focus {
  outline: none;
}

.hidden {
  display: none;
}

.container {
  width: 100vw;
  height: 100vh;
}

.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  transition: opacity 2s ease-in-out;
  z-index: -100;
}

.logo > img {
  width: 25%;
  height: 32%;
}

#updates {
  font-weight: bold;
}

h6 {
  color: red;
  font-family: "Assistant", sans-serif;
  font-size: 20px;
  text-align: center;

}

/* ------------------------------- Responsive ------------------------------- */
@media only screen and (device-width: 2560px) and (device-height: 1440px) {
  .audio-choose {
    width: 120vh;
    margin-left: 25px;
  }
  .small > img {
    margin-top: 345px;
  }
  .audio-info > h3 {
    display: flex;
    justify-content: center;
  }
  .audio-info > h4 {
    margin-top: -30px;
  }
  .fa-volume-down:before {
    margin-left: -63px;
  }
  .slider {
    margin-left: -360px;
  }
  .modal > h1 {
    margin-top: 6rem;
  }
  .small > h1 {
    margin-top: -40px;
  }
}
@media only screen and (min-width: 1920px) {
  .small {
    zoom: 0.8;
  }
  .audio {
    zoom: 0.75;
    width: 274vh;
  }
}

/* ------------------------------- Responsive End ------------------------------- */
.fa-volume-down {
  margin-left: 80px;
  zoom: 2.4;
}

.fa-volume-up {
  zoom: 2.4;
  margin-left: 3px;
}

/*----------Vertical Center alignment of Slider & symbols-----------*/
.slidecontainer {
  margin-top: -44px;
}
