* {
  /*Reset's every elements apperance*/
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  border-spacing: 0;
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.42rem;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
html {
  background-color: lightgray;
}
body {
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 1280px;
  min-height: 100vh;
  background-color: white;
  margin: 0 auto;
}
h1 {
  font-family: "Cuprum", sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 69px;
  letter-spacing: 0em;
  text-align: center;
  margin: 0;
  padding: 0;
}
h2 {
  font-family: Cuprum;
  font-size: 32px;
  font-weight: 700;
  line-height: 37px;
  letter-spacing: 0em;
  text-align: center;
  margin: 0;
  padding: 0;
}
h3 {
  font-family: Poppins;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: center;
  margin: 0;
  padding: 0;
}
h4 {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: center;
  margin: 0;
  padding: 0;
}
p {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  margin: 0;
  padding: 0;
}
header {
  display: flex;
  flex-direction: row;
  padding: 80px 126px;
  align-items: center;
}
.logo {
  width: 120px;
  height: 28px;
  margin-right: 80px;
}
header nav {
  display: flex;
  align-items: center;
}
.nav-container {
  display: flex;
  align-items: center;
  flex: 1;
}
.nav-container a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  text-decoration-line: none;
  margin-right: 32px;
}
.auth-actions-container {
  display: flex;
  align-items: center;
}
.auth-actions-container .login {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-right: 24px;
  cursor: pointer;
}
.auth-actions-container .register {
  padding: 8px 24px;
  background: #187180;
  border-radius: 100px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}
.music-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0 24px;
}
.music-info-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  max-width: 551px;
}
.music-info-container h1 {
  text-align: left;
  max-width: 551px;
}
.music-info-container h3 {
  margin-top: 24px;
  max-width: 472px;
  text-align: left;
}
.music-info-container button {
  padding: 8px 24px;
  background: #f7a325;
  border-radius: 100px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #0a2f35;
  cursor: pointer;
  margin-top: 32px;
}
.music-info-container .secondary {
  padding: 8px 24px;
  background: #0a2f35;
  border-radius: 100px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  margin-top: 18px;
}
.music-img-container {
  margin-left: 95px;
}
.music-img {
  max-width: 311px;
  width: 100%;
  height: 369px;
  object-fit: contain;
}
.music-waves-container {
  position: relative;
  height: 153.49px;
  display: flex;
  justify-content: flex-end;
}
.music-waves-img {
  margin-top: -8px;
  max-width: 431.33px;
  width: 100%;
  height: 161.49px;
  position: absolute;
  z-index: 0;
}
.steps-container {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-self: center;
  margin: 72px 24px 0 24px;
  flex-wrap: wrap;
  position: relative;
}
.steps-container .step-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  max-width: 298px;
  min-width: 200px;
  flex: 1;
  border-radius: 8px;
  z-index: 1;
}
.steps-container .step-place {
  background: #0a2f35;
}
.steps-container .step-playlist {
  background: #187180;
  margin: 0 40px;
}
.steps-container .step-supergramolapp {
  background: #f7a325;
}
.steps-container .step-card .step-icon {
  width: 40px;
  height: 40px;
}
.steps-container .step-card .step-text {
  margin-top: 24px;
  font-weight: 500;
  color: white;
  text-align: left;
}
.steps-container .step-card .step-text span {
  font-weight: 700;
  font-size: 16px;
  color: inherit;
}
.music-waves-2-img {
  position: absolute;
  top: 90%;
  left: 0;
  width: 206.61px;
  height: 99.97px;
  z-index: 0;
}
.download-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 30px 0 0 0;
}
.download-container-info {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.download-container-info h2 {
  max-width: 424px;
  text-align: left;
  margin: 0 24px;
}
.download-actions-container {
  margin: 56px 0 0 0;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.download-google-play-img {
  width: 170px;
  cursor: pointer;
  margin-right: 12px;
}
.download-apple-store-img {
  width: 170px;
  cursor: pointer;
  margin-left: 12px;
}
.download-app-preview-img-container {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.download-app-preview-img {
  max-width: 634px;
  width: 100%;
  height: 833.76px;
  object-fit: contain;
  z-index: 1;
}
.music-waves-3-img {
  position: absolute;
  width: 217.85px;
  height: 260.27px;
  left: -36px;
  top: 165px;
  z-index: 0;
}
.menu {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.menu small {
  font-size: 14px;
  color: #b5c1c2;
  padding-left: 5px;
  display: inline-block;
}
.menu-container {
  margin-top: 24px;
}
.menu-table {
  background: #187180;
  width: 100%;
}
.menu-table td {
  color: white;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 5px;
  padding-top: 5px;
}
.menu-header td {
  color: #f7a325;
  font-size: 14px;
}
.menu-summary {
  padding: 24px;
  background: #0a2f35;
  color: #f7a325;
}
details .menu-summary::before {
  content: "\f107";
  font-family: "FontAwesome";
}
details[open] .menu-summary::before {
  content: "\f106";
  font-family: "FontAwesome";
}
.menu-price {
  color: #187180;
}
footer {
  display: flex;
  flex-direction: row;
  background-color: #eeeeee;
  height: 84px;
  margin-top: auto;
  padding: 40px 126px;
}
footer span {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #0a2f35;
  flex: 1;
}
footer a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #0a2f35;
  margin-left: 24px;
  cursor: pointer;
}

@media (max-width: 1024px) {
  body {
    width: 100%;
  }
  h1 {
    font-size: 28px;
    line-height: 126%;
  }
  h2 {
    font-size: 24px;
    line-height: 150%;
  }
  h3 {
    font-size: 20px;
    line-height: 150%;
  }
  h4 {
    font-size: 18px;
    line-height: 150%;
  }
  p {
    font-size: 16px;
    line-height: 150%;
  }
  header {
    padding: 24px 24px;
    flex-direction: column;
  }
  .logo {
    margin-right: 24px;
  }
  .auth-actions-container {
    margin-top: 16px;
  }
  .music-container {
    align-items: center;
    flex-direction: column;
    margin-top: 48px;
  }
  .music-info-container button {
    padding: 18px 32px;
    font-size: 18px;
    margin: 48px auto 0 auto;
  }
  .music-img-container {
    margin-top: 48px;
    margin-left: 0;
  }
  .music-waves-container {
    display: none;
  }
  .steps-container {
    align-items: center;
    flex-direction: column;
  }
  .step-card {
    width: 100%;
    margin-bottom: 24px;
  }
  .steps-container .step-playlist {
    margin: 0 0 24px 0;
  }
  .music-waves-2-img {
    display: none;
  }
  .download-container {
    flex-direction: column;
  }
  .download-actions-container {
    margin-top: 32px;
    flex-direction: column;
  }
  .download-google-play-img {
    margin: 0;
    width: 240px;
  }
  .download-apple-store-img {
    margin: 12px 0 0 0;
    width: 240px;
  }
  .download-app-preview-img-container {
    margin-top: 48px;
  }
  footer {
    padding: 24px 24px;
    align-items: center;
  }
  footer span {
    flex: 1;
  }
  footer div {
    display: flex;
    flex-direction: column;
    margin-left: 12px;
  }
  footer div a:nth-child(2) {
    margin: 4px 0;
  }
} /* TABLETS */
@media (max-width: 481px) {
  header {
    padding: 12px 12px;
  }
  .download-app-preview-img-container {
    margin-top: 0;
  }
  footer {
    padding: 12px 12px;
  }
} /* PHONES */
