
@import 'https://fonts.googleapis.com/css?family=Kaushan+Script';
@import 'https://fonts.googleapis.com/css?family=Monoton';
@import 'https://fonts.googleapis.com/css?family=Russo+One';
@import 'https://fonts.googleapis.com/css?family=Asap:400,700';
@import 'https://fonts.googleapis.com/css?family=Pathway+Gothic+One';

/*Website*/

body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

.wrapper {
  position: relative;
  height: 100%;
  background-color: #FFE74C;
  background: -webkit-radial-gradient(circle, #ffe95c, #f1d839);
  background: radial-gradient(circle, #ffe95c, #f1d839);
}

.player_main {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*Player visual*/

.player {
  position: relative;
  width: 800px;
  height: 350px;
  border-radius: 40px;
  background: url(../img/wood2.jpg);
  background-size: cover;
  border: 1px solid rgb(126, 69, 33);
}

.player_foot {
  position: absolute;
  display: block;
  width: 30px;
  height: 60px;
  background: black;
  bottom: -15px;
  border-radius: 15px;
  z-index: -1;
  background: -webkit-linear-gradient(top left, rgba(115, 115, 115, 1) 0%, rgba(14, 14, 14, 1) 100%);
  background: linear-gradient(to bottom right, rgba(115, 115, 115, 1) 0%, rgba(14, 14, 14, 1) 100%);
  left: 110px;
}

.player_foot2 {
  position: absolute;
  display: block;
  width: 30px;
  height: 60px;
  background: black;
  bottom: -15px;
  border-radius: 15px;
  z-index: -1;
  background: -webkit-linear-gradient(top left, rgba(115, 115, 115, 1) 0%, rgba(14, 14, 14, 1) 100%);
  background: linear-gradient(to bottom right, rgba(115, 115, 115, 1) 0%, rgba(14, 14, 14, 1) 100%);
  right: 110px;
}

.main_shadow {
  position: absolute;
  width: 750px;
  height: 300px;
  background: black;
  bottom: 20px;
  right: 17px;
  border-radius: 20px;
  opacity: 0.3;
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}

.second_plate {
  position: absolute;
  width: 750px;
  height: 300px;
  background: rgb(224, 224, 224);
  border-radius: 20px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid rgb(85, 85, 85);
  overflow: hidden;
}

.speaker_cover {
  position: absolute;
  width: 350px;
  height: 100%;
  background: url(../img/dotty_mini.jpg);
  background-size: 150px;
}

.speaker_shadow {
  position: absolute;
  width: 350px;
  height: 100%;
  background: transparent;
  box-shadow: inset 0 2px 6px 5px rgba(255, 255, 255, 0.9);
  overflow: hidden;
}

.speaker_shadow_inside {
  position: absolute;
  width: 400px;
  height: 286px;
  background: transparent;
  background-size: 150px;
  left: 8px;
  top: 7px;
  border-radius: 15px;
}

.controls_main {
  float: right;
  position: relative;
  width: 400px;
  height: 340px;
  border-left: 1px solid rgb(80, 80, 80);
  background: rgb(217, 217, 169);
  border-radius: 0 20px 20px 0;
}

.metal_basel_inside {
  border-radius: 0 19px 19px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(160deg, rgb(255, 255, 199), rgb(139, 142, 103));
  background: -moz-linear-gradient(160deg, rgb(255, 255, 199), rgb(139, 142, 103));
  background: linear-gradient(160deg, rgb(255, 255, 199), rgb(139, 142, 103));
}

.metal_basel_cover {
  position: absolute;
  width: 395px;
  height: 290px;
  background: rgb(255, 255, 193);
  top: 5px;
  border-radius: 0 13px 13px 0;
}

.metal_brush {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  opacity: 0.3;
  border-radius: 0 20px 20px 0;
}

.fm_main {
  position: relative;
  height: 100px;
  width: 350px;
  background: #523b38;
  left: 50%;
  top: 20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  box-shadow: inset 0 2px 5px 1px rgba(0, 0, 0, 0.53);
  overflow: hidden;
}

.fm_glass {
  position: absolute;
  width: 250px;
  height: 200px;
  left: 120px;
  top: -50px;
  display: block;
  z-index: 2;
  background: -webkit-linear-gradient(315deg, rgba(255, 255, 255, 1) 3%, rgba(255, 255, 255, 1) 32%, rgba(255, 255, 255, 0.19) 57%, rgba(255, 255, 255, 0) 63%);
  background: linear-gradient(135deg, rgba(255, 255, 255, 1) 3%, rgba(255, 255, 255, 1) 32%, rgba(255, 255, 255, 0.19) 57%, rgba(255, 255, 255, 0) 63%);
  opacity: 0.2;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
}

.fm_second_plate {
  position: absolute;
  height: 75px;
  width: 325px;
  left: 50%;
  top: 50%;
  background: #3a2a28;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: hidden;
}

.fm_slider_main {
  position: relative;
  height: 100%;
  width: 100%;
  box-shadow: inset 1px 13px 17px 5px rgba(0, 0, 0, 0.47);
  overflow: hidden;
}

.slider_am {
  font-size: 13px;
  font-family: 'Asap', sans-serif;
  font-weight: 600;
  color: white;
  bottom: 30px;
  left: 5px;
  margin-left: 10px;
  position: absolute;
  opacity: 0.9;
}

.slider_fm {
  position: absolute;
  font-size: 13px;
  font-family: 'Asap', sans-serif;
  font-weight: 600;
  bottom: 3px;
  left: 5px;
  color: lightgreen;
  margin-left: 10px;
  opacity: 0.9;
}

.slider_am_nums {
  font-size: 15px;
  font-family: 'Pathway Gothic One', sans-serif;
  color: white;
  bottom: 30px;
  left: 20px;
  letter-spacing: 0.5px;
  position: absolute;
  opacity: 0.9;
}

.slider_am_nums span {
  margin-left: 32px;
}

.slider_fm_nums {
  font-size: 15px;
  font-family: 'Pathway Gothic One', sans-serif;
  color: white;
  position: absolute;
  bottom: 2px;
  left: 58px;
  opacity: 0.9;
}

.slider_fm_nums span:first-child {
  letter-spacing: 1px;
  margin-left: 0;
}

.slider_fm_nums span {
  margin-left: 19px;
}

.khz {
  position: absolute;
  color: white;
  font-weight: 700;
  font-family: 'Asap', sans-serif;
  font-size: 11px;
  right: 15px;
  top: 30px;
  opacity: 0.9;
}

.mhz {
  position: absolute;
  color: white;
  font-weight: 700;
  font-family: 'Asap', sans-serif;
  font-size: 11px;
  right: 15px;
  top: 58px;
  opacity: 0.9;
}

.scale {
  position: absolute;
  color: white;
  font-family: arial;
  font-size: 12px;
  right: 15px;
  top: 8px;
  letter-spacing: 0.2px;
  font-family: 'Pathway Gothic One', sans-serif;
  opacity: 0.9;
}

.grill {
  position: absolute;
  font-size: 7px;
  color: white;
  letter-spacing: 3px;
  bottom: 20px;
  left: 55px;
  opacity: 0.9;
}

.top_numbers {
  color: white;
  font-family: arial;
  position: absolute;
  font-size: 12px;
  letter-spacing: 6.9px;
  left: 55px;
  top: 8px;
  font-family: 'Pathway Gothic One', sans-serif;
  opacity: 0.9;
}

.top_numbers .ten {
  letter-spacing: 1px;
}

.top_dots {
  color: white;
  font-family: arial;
  position: absolute;
  font-size: 20px;
  letter-spacing: 4.4px;
  left: 65px;
  top: -3px;
  opacity: 0.9;
}

.fm_slider_bar {
  position: absolute;
  width: 6px;
  height: 70px;
  background: white;
  bottom: 0;
  left: 150px;
  box-shadow: 0 18px 17px 9px rgba(0, 0, 0, 0.38)
}

.controls_fm_main {
  position: absolute;
  width: 350px;
  height: 200px;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.controls_fm {
  position: relative;
  width: 100%;
  height: 100%;
}


/*--CIRCLE CONTROLS--*/

.tune_circle {
  position: relative;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: -webkit-linear-gradient(top, rgb(182, 182, 139), rgb(135, 135, 99));
  background: -moz-linear-gradient(top, rgb(182, 182, 139), rgb(135, 135, 99));
  background: linear-gradient(to bottom, rrgb(182, 182, 139), rgb(135, 135, 99));
  float: right;
  margin-top: 40px;
  border: 1px solid rgb(85, 85, 85);
  transform: rotate(0deg);
  cursor: pointer;
}

.tune_circle::after {
  content: "";
  display: block;
  position: absolute;
  background: -webkit-linear-gradient(top, #fdfde5, #cdc79a);
  background: -moz-linear-gradient(top, #fdfde5, #cdc79a);
  background: linear-gradient(to bottom, #fdfde5, #cdc79a);
  width: 124px;
  height: 124px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  cursor: pointer;
}

.green_light {
  display: block;
  position: absolute;
  width: 7px;
  height: 20px;
  background: lightgreen;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.30);
  right: 61px;
  top: 28px;
  transition: background 0.2s ease-in-out;
  z-index: -1;
}

.tune_circle_shadow {
  position: absolute;
  width: 105px;
  height: 150px;
  display: block;
  background: rgb(68, 68, 68);
  border-radius: 15%;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
  top: 80px;
  right: 0;
  opacity: 0.1;
}


/*MINI CIRCLES #1*/

.mini_main {
  position: relative;
  top: 35%;
  left: -24px;
  width: 100px;
  height: 60px;
  display: inline-block;
}

.tune_mini_circle {
  display: block;
  position: absolute;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: -webkit-linear-gradient(top, rgb(232, 232, 180), rgb(135, 135, 99));
  background: linear-gradient(to bottom, rgb(232, 232, 180), rgb(135, 135, 99));
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid rgb(85, 85, 85);
  transform: rotate(0deg);
}

.tune_mini_circle_shadow {
  position: absolute;
  display: block;
  width: 55px;
  height: 85px;
  background: black;
  border-radius: 40%;
  top: 0;
  left: 40px;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
  opacity: 0.1;
}

.tune_mini_circle:after {
  content: "";
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  background: -webkit-linear-gradient(top, rgb(228, 228, 177), rgb(187, 187, 137));
  background: -webkit-linear-gradient(top, #fdfde5, #cdc79a);
  background: linear-gradient(to bottom, #fdfde5, #cdc79a);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.tune_mini_circle:before {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 13px;
  border-radius: 50px;
  background: rgb(161, 161, 161);
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.40);
  left: 50%;
  top: 5px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

.tune_mini_circle {
  left: 37%;
}


/*MINI CIRCLES #2*/

.tune_mini_circle_2 {
  display: block;
  position: absolute;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: -webkit-linear-gradient(top, rgb(232, 232, 180), rgb(135, 135, 99));
  background: linear-gradient(to bottom, rgb(232, 232, 180), rgb(135, 135, 99));
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid rgb(85, 85, 85);
  transform: rotate();
}

.tune_mini_circle_2:after {
  content: "";
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  background: -webkit-linear-gradient(top, rgb(228, 228, 177), rgb(187, 187, 137));
  background: -webkit-linear-gradient(top, #fdfde5, #cdc79a);
  background: linear-gradient(to bottom, #fdfde5, #cdc79a);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.tune_mini_circle_2:before {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 13px;
  border-radius: 50px;
  background: rgb(161, 161, 161);
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.40);
  left: 50%;
  top: 5px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

.tune_mini_circle_2 {
  left: 32%;
}


/*--CIRCLE_TEXT--*/

.vol {
  position: absolute;
  font-family: 'Asap', sans-serif;
  font-size: 12px;
  top: 45px;
  left: 20px;
  font-weight: 700;
  color: #523b38;
}

.min {
  position: absolute;
  font-family: 'Asap', sans-serif;
  font-size: 8px;
  bottom: 70px;
  font-weight: bold;
  color: #523b38;
}

.max {
  position: absolute;
  font-family: 'Asap', sans-serif;
  font-size: 8px;
  bottom: 70px;
  left: 70px;
  font-weight: bold;
  color: #523b38;
}

.off {
  position: absolute;
  list-style: none;
  top: 25px;
  left: 61px;
}

.off li:first-child::before {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #523b38;
  bottom: -8px;
  right: 45px;
}

.off li:nth-child(2)::before {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #523b38;
  bottom: -8px;
  right: 29px;
}

.off li:nth-child(3)::before {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #523b38;
  bottom: -8px;
  right: 13px;
}

.off li {
  font-size: 12px;
  font-family: 'Asap', sans-serif;
  display: inline-block;
  font-weight: 700;
  color: #523b38;
}

.off li:first-child {
  padding: 0 3px;
  border: 1px solid #523b38;
  border-radius: 10px;
}

.tune {
  position: absolute;
  font-family: 'Asap', sans-serif;
  font-size: 12px;
  top: 45px;
  right: 120px;
  font-weight: 700;
  color: #523b38;
}

.text_logo {
  position: absolute;
  font-family: 'Russo One', sans-serif;
  font-size: 22px;
  bottom: 19px;
  color: #5b423e;
}

.text_info {
  position: absolute;
  font-family: 'Asap', sans-serif;
  font-size: 10px;
  bottom: 23px;
  left: 115px;
  color: #523b38;
}


/*player interactions */

.power_glow {
  background: green;
}

.tune_mini_circle_2 {
  transform: rotate(-25deg);
  cursor: pointer;
  transition: transform 0.1s ease-out;
}

.tune_mini_circle {
  transform: rotate(-0deg);
  cursor: pointer;
  transition: transform 0.1s ease-out;
}

.tune_circle_main {
  position: absolute;
  right: 0;
  border-radius: 50%;
}