body {
  background: #1e1d23;
}

.boombox {
  width: 750px;
  height: 400px;
  background: #A496A4;
  background-image: repeating-linear-gradient(transparent 0px 4px, #a99ba9 5px 10px);
  border-radius: 25px;
  position: absolute;
  top: 200px;
  left: 200px;
  border: 15px solid #554d73;
}

.handle {
  width: 650px;
  height: 80px;
  position: absolute;
  left: 40px;
  top: -110px;
  border-radius: 15px 15px 0px 0px;
  border: 10px solid #bfbbd1;
  border-top-width: 30px;
  border-bottom-width: 0px;
  z-index: -1;
}
.handle:after {
  height: 30px;
  width: 625px;
  position: absolute;
  background: #7f6e7f;
  content: "";
  border-radius: 5px;
  top: -30px;
  left: 12.5px;
}

.buttons {
  position: absolute;
  width: 350px;
  height: 30px;
  top: -30px;
  left: 200px;
}
.buttons .button {
  width: 40px;
  height: 100%;
  border-radius: 10px 10px 0px 0px;
  background: #A5A7BB;
  position: absolute;
}
.buttons .b0 {
  left: 30px;
}
.buttons .b1 {
  left: 80px;
}
.buttons .b2 {
  left: 130px;
}
.buttons .b3 {
  right: 130px;
}
.buttons .b4 {
  right: 80px;
}
.buttons .b5 {
  right: 30px;
}

.view {
  height: 65px;
  width: 400px;
  position: absolute;
  background: #554d73;
  border-radius: 10px;
  left: 172px;
  top: 20px;
  border: 5px solid #bfbbd1;
  box-shadow: 0px 0px 2px 5px #9f919f;
}
.view:after {
  position: absolute;
  content: "";
  height: 40px;
  width: 350px;
  top: 12px;
  left: 20px;
  background-image: repeating-linear-gradient(90deg, transparent 0px 6px, #A5A7BB 7px 10px);
  opacity: 0.5;
}

.speaker {
  height: 220px;
  width: 220px;
  background: #554d73;
  background-image: repeating-linear-gradient(45deg, transparent 0px 6px, #605782 7px 10px), repeating-linear-gradient(-46deg, transparent 0px 6px, #605782 7px 10px);
  border-radius: 100%;
  position: absolute;
  top: 130px;
  border: 10px solid #dfe0e7;
  box-shadow: inset 0px 0px 1px 5px #554d73, 0px 0px 2px 5px #9f919f;
}
.speaker:after {
  height: 75px;
  width: 75px;
  position: absolute;
  background: #7f6e7f;
  content: "";
  border-radius: 100%;
  top: 70px;
  left: 70px;
  box-shadow: inset 7px 7px 1px #988898, 0px 0px 1px 5px #554d73;
}

.s0 {
  left: 35px;
}

.s1 {
  right: 35px;
}

.miniSpeaker {
  height: 100px;
  width: 100px;
  background: #554d73;
  background-image: repeating-linear-gradient(45deg, transparent 0px 5px, #605782 5px 8px), repeating-linear-gradient(-46deg, transparent 0px 5px, #605782 5px 8px);
  border-radius: 100%;
  position: absolute;
  top: 25px;
  border: 7px solid #dfe0e7;
  box-shadow: inset 0px 0px 1px 5px #554d73, 0px 0px 2px 5px #9f919f;
}

.ms0 {
  left: 20px;
}

.ms1 {
  right: 20px;
}

.cassette {
  height: 50px;
  width: 140px;
  background: #A5A7BB;
  position: absolute;
  top: 187px;
  left: 305px;
  z-index: 2;
}
.cassette .bevel {
  left: -20px;
  top: -40px;
  position: absolute;
  border-radius: 10px 10px 0px 0px;
  border: 20px solid #554d73;
  border-top-width: 40px;
  border-bottom-width: 40px;
  width: 100%;
  height: 100%;
}
.cassette .cog {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  position: absolute;
  top: 3px;
  border: 7px solid #554d73;
  z-index: -1;
}
.cassette .cog .cogInner {
  width: 8px;
  height: 8px;
  position: absolute;
  top: 11px;
  left: 11px;
}
.cassette .cog .cogInner:after, .cassette .cog .cogInner:before {
  width: 8px;
  height: 12px;
  background: #554d73;
  border-radius: 3px;
  position: absolute;
  content: "";
}
.cassette .cog .cogInner:after {
  top: -15px;
}
.cassette .cog .cogInner:before {
  top: 11px;
}
.cassette .cog .ci1 {
  transform: rotate(60deg);
}
.cassette .cog .ci2 {
  transform: rotate(120deg);
}
.cassette .c0 {
  left: 11px;
  box-shadow: 0px 0px 0px 15px #786e9e;
}
.cassette .c1 {
  right: 11px;
  box-shadow: 0px 0px 0px 10px #786e9e;
}

.sliderBox {
  height: 90px;
  width: 180px;
  background: #877ea8;
  position: absolute;
  top: 280px;
  left: 285px;
  border-radius: 0px 0px 10px 10px;
}
.sliderBox .slider {
  position: absolute;
  width: 10px;
  height: 70px;
  background: #c2c3d1;
  border-radius: 5px;
  top: 10px;
}
.sliderBox .slider:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 25px;
  background: #554d73;
  left: -8px;
  border-radius: 3px;
  box-shadow: inset 3px 3px 0px #786e9e;
}
.sliderBox .sl0 {
  left: 20px;
}
.sliderBox .sl0:after {
  top: 20%;
}
.sliderBox .sl1 {
  left: 52px;
}
.sliderBox .sl1:after {
  top: 3%;
}
.sliderBox .sl2 {
  left: 85px;
}
.sliderBox .sl2:after {
  top: 40%;
}
.sliderBox .sl3 {
  right: 52px;
}
.sliderBox .sl3:after {
  top: 3%;
}
.sliderBox .sl4 {
  right: 20px;
}
.sliderBox .sl4:after {
  top: 70%;
}

@keyframes cog {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.cogAnim {
  animation-name: cog;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}