@font-face {
  font-family: Font1;
  src: url(ChaseZenJackulator.ttf);
}

@font-face {
  font-family: Font2;
  src: url(Mostwasted.ttf);
}

@font-face {
  font-family: Font3;
  src: url(FancyQuisley.ttf);
}

@font-face {
  font-family: Font4;
  src: url(AGENCYB.TTF);
}

@font-face {
  font-family: Font5;
  src: url(rockwellCondensed.ttf);
}

* {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: Arial;
  color: white;
  box-sizing: border-box;
  background-size: cover;
  background: url("./Images/wallp1.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
}

h3 {
  font-family: Font5;
  margin-top: 20px;
  margin-left: 50px;
  text-align: center;
  text-shadow: 0px 5px 5px black;
}

h5 a {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.87);
  color: red;
  font-family: Font5;
  width: 30%;
  padding: 5px 20px;
  margin-left: 1167px;
  font-size: 15px;
  cursor: pointer;
  border: none;
  border-radius: 3px;
  text-shadow: 0px 5px 5px black;
  box-shadow: 0px 0px 3px 3px black;
}

h5 a:hover {
  color: maroon;
}

.header {
  color: maroon;
  font-family: Font1;
  text-align: center;
  font-size: 100px;
  text-shadow: 0px 5px 10px black;
  margin-bottom: 180px;
}

/*clock*/
.container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 27%;
  width: 25%;
  margin: 0px 25px;
  margin-top: -150px;
  margin-left: 37.5px;
}

.display-box {
  height: 50%;
  width: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(12, 12, 12, 0.041);
  border-radius: 3px;
  padding: 10px;
  font-family: Font5;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.5);
}

#hrs,
#min,
#sec {
  height: 100%;
  width: 25%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  border-radius: 5px;
  font-size: 20px;
}

.display-box span {
  display: inline-block;
  margin: 0px 5px;
  color: white;
  font-size: 20px;
  margin-bottom: -5px;
  margin-top: -10px;
}

#ampm {
  margin-left: 15px;
  font-size: 15px;
  letter-spacing: 2px;
  text-shadow: 0px 5px 10px black;
}

/*clock ends*/

.main {
  width: 94%;
  margin-left: 37px;
  height: 700px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.877);
  margin-top: 40px;
  border-radius: 0px 0px 5px 5px;
}

.main .master_play {
  display: flex;
  align-items: center;
  padding: 0px 20px;
}

.main .master_play .wave {
  width: 20px;
  height: 30px;
  padding-bottom: 5px;
  margin-right: 10px;
  display: flex;
  align-items: flex-end;
  margin-top: 650px;
}

.main .master_play .wave .wave1 {
  width: 3px;
  height: 10px;
  margin-right: 3px;
  border-radius: 10px 10px 0px 0px;
  background: red;
  animation: unset;
}

.main .master_play .wave .wave1:nth-child(2) {
  height: 13px;
  margin-right: 3.5px;
  animation-delay: 0.4s;
}

.main .master_play .wave .wave1:nth-child(3) {
  height: 8px;
  animation-delay: 0.6s;
}

.main .master_play .wave .wave1:nth-child(4) {
  height: 10px;
  animation-delay: 0.12s;
}

.main .master_play .wave .wave1:nth-child(5) {
  height: 4px;
  animation-delay: 0.8s;
}

/* javascript class */
.main .master_play .active2 .wave1 {
  animation: wave 0.5s linear infinite;
}

.main .master_play .active2 .wave1:nth-child(2) {
  animation-delay: 0.4s;
}

.main .master_play .active2 .wave1:nth-child(3) {
  animation-delay: 0.8s;
}

.main .master_play .active2 .wave1:nth-child(4) {
  animation-delay: 0.12s;
}

.main .master_play .active2 .wave1:nth-child(5) {
  animation-delay: 0.8s;
}

@keyframes wave {
  0% {
    height: 10px;
  }

  50% {
    height: 15px;
  }

  100% {
    height: 10px;
  }

  50% {
    height: 15px;
  }

  100% {
    height: 10px;
  }
}

.main .master_play img {
  height: 35px;
  width: 35px;
  margin-top: 650px;
  box-shadow: 0px 5px 5px black;
  border-radius: 2px;
}

.main .master_play h5 {
  font-family: Font5;
  font-size: 13px;
  width: 130px;
  margin-top: 650px;
  margin-left: 15px;
  color: white;
  line-height: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-shadow: 0px 5px 5px black;
}

.main .master_play .icon {
  font-size: 20px;
  color: white;
  outline: none;
  align-items: center;
  text-shadow: 0px 1px 5px black;
  display: flex;
  margin: 0px 10px;
  margin-top: 650px;
  margin-left: -5px;
}

.main .master_play .icon .bi {
  cursor: pointer;
  outline: none;
}

.main .master_play .icon .mix {
  font-size: 16px;
  margin-right: 7px;
  width: 16px;
  display: flex;
  overflow: hidden;
  margin-top: -1px;
}

.main .master_play .icon .bi:nth-child(2) {
  border: 1px solid white;
  border-radius: 10%;
  padding: 1px 5px 0px 5px;
  margin: 0px 5px;
  transition: 0.3s linear;
  box-shadow: inset 0px 0px 10px white;
}

.main .master_play span {
  color: white;
  font-family: Font5;
  width: 32px;
  font-size: 13px;
  font-weight: 400;
}

.main .master_play #currentStart {
  margin: 0px 0px 0px 20px;
  margin-top: 650px;
  margin-left: 5px;
  text-shadow: 0px 1px 5px black;
}

.main .master_play #currentEnd {
  margin-top: 650px;
  text-shadow: 0px 1px 5px black;
}

.main .master_play .bar {
  position: relative;
  width: 53%;
  height: 2px;
  background: rgba(202, 196, 196, 0.836);
  margin: 0px 15px 0px 10px;
  margin-top: 650px;
  border-radius: 5px;
  text-shadow: 0px 1px 5px black;
  margin-left: 5px;
}

.main .master_play .bar .bar2 {
  position: absolute;
  background: red;
  width: 0%;
  height: 100%;
  top: 0;
  transition: 1s linear;
}

.main .master_play .bar .dot {
  position: absolute;
  background: red;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  left: -2px;
  top: -2.5px;
  transition: 1s linear;
}

.main .master_play .bar .dot::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid red;
  border-radius: 50%;
  left: -5px;
  top: -5px;
  box-shadow: inset 0px 0px 10px red;
}

.main .master_play .bar Input {
  position: absolute;
  width: 100%;
  top: -9px;
  left: 0px;
  cursor: pointer;
  z-index: 99999999999999999999999999999999999999999;
  /*transition: 3s linear;*/
  opacity: 0;
}

.main .master_play .vol {
  position: absolute;
  width: 80px;
  height: 2px;
  margin-left: 50px;
  background: rgba(202, 196, 196, 0.836);
  margin-top: 650px;
  border-radius: 5px;
  margin-left: 1060px;
  text-shadow: 0px 1px 5px black;
}

.main .master_play .vol .bi {
  position: absolute;
  color: white;
  font-size: 20px;
  margin-left: -25px;
  top: -9px;
  text-shadow: 0px 1px 5px black;
}

.main .master_play .vol Input {
  position: absolute;
  width: 100%;
  top: -6px;
  left: 0;
  cursor: pointer;
  z-index: 9999999999999999999999999999999999999999999999;
  transition: 3s linear;
  opacity: 0;
}

.main .master_play .vol .vol_bar {
  position: absolute;
  background: red;
  width: 100%;
  height: 100%;
  top: 0;
  transition: 1s linear;
}

.main .master_play .vol .dot {
  position: absolute;
  background: red;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  left: 100%;
  top: -2.5px;
  transition: 1s linear;
}

.main .master_play .vol .dot::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid red;
  border-radius: 50%;
  left: -5px;
  top: -5px;
  box-shadow: inset 0px 0px 10px red;
}

.main .Beats {
  width: 95%;
  height: auto;
  margin: auto;
  /*border:1px solid red;*/
  margin-top: -650px;
  font-family: Font5;
}

.main .Beats h4 {
  text-shadow: 0px 2px 3px black;
}

.main .Beats .h4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main .Beats .h4 .bi {
  color: rgb(114, 114, 114);
  cursor: pointer;
  transition: 0.3s linear;
  font-size: 20px;
  text-shadow: 0px 1px 5px black;
}

.main .Beats .h4 .bi:hover {
  color: white;
}

.main .Beats .instrumentals {
  width: 100%;
  height: 150px;
  margin-top: 15px;
  display: flex;
  overflow: auto;
  /*border:1px solid white;*/
  scroll-behavior: smooth;
}

.main .Beats .instrumentals::-webkit-scrollbar {
  display: none;
}

.main .Beats .instrumentals li {
  width: 120px;
  height: 140px;
  list-style-type: none;
  margin-right: 10px;
  transition: 0.3s linear;
  border-radius: 4px;
}

.main .Beats .instrumentals li:hover {
  background: rgba(105, 101, 101, 0.92);
  border-radius: 4px;
}

.main .Beats .instrumentals li .img_play {
  position: relative;
  margin: 0px 10px;
  bottom: -5px;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main .Beats .instrumentals li .img_play img {
  width: 100%;
  height: 100%;
  border-radius: 3px;
}

.main .Beats .instrumentals li .img_play .bi {
  position: absolute;
  font-size: 20px;
  cursor: pointer;
  transition: 0.3s linear;
  /*border: 5px solid orange;*/
  color: white;
  font-size: 30px;
  opacity: 0;
}

.main .Beats .instrumentals li:hover .img_play .bi {
  opacity: 1;
}

.main .Beats .instrumentals li h5 {
  padding: 0px 12px;
  line-height: 13px;
  font-size: 13px;
  width: 60%;
  margin-top: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.Beats span .bi {
  font-size: 10px;
  color: red;
  position: absolute;
}

.main .Genres {
  width: 95%;
  height: auto;
  margin: auto;
  margin-top: 25px;
}

.main .Genres .h4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main .Genres h4 {
  font-family: Font5;
  text-shadow: 0px 2px 3px black;
}

.main .Genres .h4 .bi {
  color: rgb(114, 114, 114);
  cursor: pointer;
  transition: 0.3s linear;
  font-size: 20px;
  text-shadow: 0px 1px 5px black;
}

.main .Genres .h4 .bi:hover {
  color: white;
}

.main .Genres .item {
  width: 100%;
  height: 110px;
  margin-top: 20px;
  display: flex;
  overflow: auto;
  scroll-behavior: smooth;
}

.main .Genres .item li {
  list-style-type: none;
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 50px;
  cursor: pointer;
}

.main .Genres .item::-webkit-scrollbar {
  display: none;
}

.main .Genres .item li img {
  width: 100px;
  height: 100px;
  border-radius: 3px;
  box-shadow: 0px 5px 5px black;
}

.main {
  z-index: 2;
}

.main::before {
  content: "";
  position: absolute;
  width: 94%;
  height: 425px;
  margin-top: 218px;
  background: url("./Images/Buy Beats/m1200.jpg");
  z-index: -1;
}

.main .Content {
  width: 100%;
  height: 30%;
  text-shadow: 0px 5px 5px black;
}

.main .Content h1 {
  font-size: 30px;
  font-family: Font5;
  font-weight: 600;
  margin: 30px;
  text-shadow: 0px 2px 3px black;
}

.main .Content p {
  font-size: 15px;
  font-family: Font5;
  font-weight: 400;
  color: #a4a8b4;
  text-shadow: 0px 2px 3px black;
}

.navigation {
  width: 94%;
  margin-left: 37.5px;
  background: rgba(0, 0, 0, 0.877);
  margin-top: 5px;
  border-radius: 5px 5px 0px 0px;
  height: 60px;
  margin-bottom: -40px;
}

.navigation ul {
  list-style: none;
}

.navigation ul li {
  float: none;
  text-decoration: none;
  font-size: 25px;
  font-family: Font5;
  color: white;
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 6px;
  padding-right: 25px;
  padding-left: 25px;
  line-height: 15px;
  text-align: center;
  margin: 10px 40px 10px 51px;
  text-shadow: 0px 5px 5px black;
}

.navigation ul li:hover {
  background: rgba(0, 0, 0, 0.5);
  color: red;
  border-bottom: 1px solid maroon;
  transition: 1s;
  height: 20px;
  margin-top: 10px;
  border-radius: 3px;
  text-decoration: none;
}

.navigation ul li:active {
  background: rgba(0, 0, 0, 0.5);
  color: red;
  border-bottom: 1px solid maroon;
  transition: 1s;
  height: 20px;
  margin-top: 10px;
  text-decoration: none;
}

.post {
  width: 90%;
  margin: 20px auto;
  padding: 10px 5px 0px 5px;
  color: white;
  margin-top: -10px;
  margin-left: 65%;
  font-size: 18px;
  text-shadow: 0px 5px 5px black;
}

.post-info {
  margin: 10px auto 0px;
  padding: 5px;
  text-shadow: 0px 5px 5px black;
}

.post .bi {
  font-size: 1.2em;
  text-shadow: 0px 5px 5px black;
  cursor: pointer;
}

.bi-hand-thumbs-down,
.bi-hand-thumbs-down-fill {
  transform: rotateY("180deg");
  text-shadow: 0px 5px 5px black;
}

.post i {
  color: red;
  text-shadow: 0px 5px 5px black;
}

.Search {
  position: relative;
  margin-right: 0px;
  margin-top: 100px;
}

.Search::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  border-radius: 2px;
}

.Search .Search_Results {
  position: absolute;
  height: 100px;
  width: 100%;
  border-radius: 5px;
  overflow: auto;
  margin-top: -510px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  overflow: auto;
}

.Search .bi {
  position: absolute;
  font-size: 17px;
  color: red;
  margin-left: 1184px;
  margin-top: -545px;
}

.Search input {
  position: absolute;
  background: rgba(0, 0, 0, 0.87);
  border-radius: 2px;
  border: 1px;
  outline: none;
  padding: 0px 10px;
  width: 32.5%;
  height: 35px;
  font-size: large;
  margin-left: 740px;
  margin-top: -550px;
  color: rgba(202, 196, 196, 0.836);
  box-shadow: 0px 5px 5px black;
  font-family: Font5;
}

.Search input:hover {
  background: rgba(100, 100, 100, 0.1);
  transition: 0.3s;
}

.Search button {
  cursor: pointer;
}

.Search .Search_Results::-webkit-scrollbar {
  display: none;
}

.Search .Search_Results .card {
  width: 37.9%;
  min-height: 45px;
  border-radius: 2px;
  align-items: center;
  display: flex;
  background: rgba(100, 100, 100, 0.2);
  margin-bottom: 5px;
  margin-left: 740px;
  text-decoration: none;
  display: none;
}

.Search .Search_Results .card img {
  height: 50px;
  width: 50px;
  border-radius: 18%;
  padding: 10px;
}

.Search .Search_Results .card .content {
  width: 80%;
  height: 100%;
  padding: 10px;
  font-size: 13px;
  font-weight: 600;
  color: white;
  font-family: Font5;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.Search .Search_Results .card .content .subtitle {
  color: #a4a8b4;
  font-weight: 500;
  font-size: 11px;
}

.footer {
  font-family: Font2;
  font-size: 50px;
  color: maroon;
  text-align: center;
  margin-top: 115px;
  text-shadow: 0px 2px 3px black;
}
