@charset "UTF-8";
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* Box sizing reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles */
ul[role=list],
ol[role=list],
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Set core body defaults */
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #fff;
  min-height: 100vh;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* Remove default button/input styles */
button,
input,
select,
textarea {
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  outline: none;
}

/* Remove link underline */
a {
  text-decoration: none;
  color: inherit;
}

/* Images and media */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove animations and transitions for people who’ve turned them off */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.container {
  max-width: 576px;
  margin: 0 auto;
}

.btn {
  background-color: #fff;
  padding: 1.125rem 2.125rem;
  color: #280047;
  border-radius: 1rem;
  cursor: pointer;
  transition: opacity 0.3s ease;
  z-index: 10;
}
.btn:hover {
  opacity: 0.8;
}

.app {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #280047;
  overflow: hidden;
  overflow-y: auto;
  z-index: 0;
}
.app::before, .app::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 80vw;
  height: 80vw;
  filter: blur(100px);
  mix-blend-mode: screen;
  z-index: -1;
}
.app::before {
  right: -20%;
  top: 0;
  background-color: rgba(38, 0, 190, 0.5);
}
.app::after {
  left: -30%;
  bottom: 0;
  background-color: rgba(118, 1, 129, 0.5);
  mix-blend-mode: screen;
}

#welcome-screen {
  display: block;
}

.welcome-wrapper {
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
}
.welcome-wrapper h1 {
  font-size: 1.25rem;
  margin-bottom: 1.125rem;
}
.welcome-wrapper p {
  font-size: 1.5ren;
  margin-bottom: 7.25rem;
}
.welcome-wrapper p span {
  color: #0BECF4;
}

#main-screen {
  display: block;
}

.main-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 2rem;
}
.main-wrapper .search {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 1.5rem 1.5rem 1rem;
}
@media (min-width: 500px) {
  .main-wrapper .search {
    padding: 1rem 1rem 1rem;
  }
}
.main-wrapper .search--active {
  background: rgba(255, 255, 255, 0.2);
}
.main-wrapper .search__icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  cursor: pointer;
  transition: width 0.3s;
}
.main-wrapper .search__icon--active {
  width: 100%;
  border-radius: 2rem;
  justify-content: flex-end;
  padding: 0 1rem;
}
.main-wrapper .playlists {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 2.5rem;
  padding: 0 1.5rem;
}
.main-wrapper .playlists__text {
  text-transform: capitalize;
  margin-bottom: 1.375rem;
}
.main-wrapper .playlists-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  height: 100%;
  gap: 1.25rem;
  overflow-x: auto;
  flex-wrap: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.main-wrapper .playlists-wrapper::-webkit-scrollbar {
  display: none;
}
.main-wrapper .playlist {
  min-width: 8.25rem;
  height: auto;
}
.main-wrapper .playlist:hover {
  opacity: 0.8;
}
.main-wrapper .playlist__img {
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.main-wrapper .playlist__title {
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
}

.categories {
  padding: 0 1.5rem;
  width: 100%;
}

.categories-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 2.25rem;
  padding-bottom: 4px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.categories-wrapper::-webkit-scrollbar {
  display: none;
}

.categories__btn {
  display: inline-block;
  width: auto;
  white-space: nowrap;
  cursor: pointer;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}
.categories__btn--active {
  position: relative;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}
.categories__btn--active::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  transform: translateY(6px);
  height: 0.25rem;
  width: 20%;
  background-color: #fff;
}

.songs {
  padding: 0 1.5rem;
  width: 100%;
  margin-top: 2.375rem;
  margin-bottom: 6.25rem;
}
.songs-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 1rem;
}

.song-button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  row-gap: 1rem;
  cursor: pointer;
}

.song-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.song-left {
  display: flex;
  justify-content: normal;
  align-items: center;
  flex-direction: row;
  gap: 1.5rem;
  width: 95%;
}
.song-left__img {
  width: 4rem;
  height: auto;
  border-radius: 1rem;
  overflow: hidden;
}
.song-left .song-info {
  display: flex;
  justify-content: normal;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 0.25rem;
}
.song-left .song-info__title {
  font-weight: 600;
}
.song-left .song-info__autor {
  color: rgba(255, 255, 255, 0.5);
}

.song-menu svg {
  fill: #fff;
  opacity: 0.5;
}
.song-menu svg--active svg {
  opacity: 1;
}

.playlist-wrapper {
  padding: 2.5rem 1.5rem;
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/playlist-4.webp);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 0 2.5rem 2.5rem;
}

.playlist-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
.playlist-buttons svg {
  fill: #fff;
}
.playlist-buttons .playlist-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
}

.playlist-info__title {
  margin-top: 7.5rem;
  font-size: 1.875rem;
}

.playlist-info__descr {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 600;
}
.playlist-info__descr span {
  margin-right: 1.25rem;
}

.small-player {
  z-index: 998;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background: rgba(16, 1, 26, 0.8);
  backdrop-filter: blur(10px);
  transform: translateY(100%);
  transition: transform 0.5s ease-in-out;
}
.small-player .song-small-player {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  padding: 1rem 0.9rem;
  width: 100%;
}
@media (min-width: 500px) {
  .small-player .song-small-player {
    padding: 0.5rem 0.9rem;
  }
}

.song-item--small {
  padding: 1rem 0.5rem;
}

.song-btn {
  cursor: pointer;
}
.song-btn svg {
  fill: #fff;
}

.full-player {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #280047;
  transform: translateX(100%);
  transition: transform 0.8s ease-in-out;
  z-index: 999;
}
.full-player::before, .full-player::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 80vw;
  height: 80vw;
  filter: blur(100px);
  mix-blend-mode: screen;
  z-index: -1;
}

.payer-container {
  width: 15rem;
  margin: 0 auto;
}

.full-player-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.full-player-wrapper .playlist-buttons {
  width: 100%;
  padding: 3.25rem 1.5rem 0;
  margin-bottom: 3.25rem;
}
@media (min-width: 500px) {
  .full-player-wrapper .playlist-buttons {
    padding: 1rem 1.5rem 0;
    margin-bottom: 1.25rem;
  }
}
.full-player-wrapper .playlist-btn {
  background: rgba(255, 255, 255, 0.2);
}

.full-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin-bottom: 3.625rem;
}
@media (min-width: 500px) {
  .full-info {
    margin-bottom: 1.625rem;
  }
}
.full-info .full-text__artist {
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.full-info .full-text__name {
  font-weight: 500;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

.full-img {
  width: 100%;
  height: 17.125rem;
  border-radius: 1.25rem;
  overflow: hidden;
  margin-bottom: 2.125rem;
}
@media (min-width: 500px) {
  .full-img {
    height: 15.125rem;
  }
}
.full-img img {
  height: 100%;
  width: auto;
}

.full-buttons {
  display: flex;
  gap: 1rem;
}

.full-btn svg {
  fill: #fff;
}

.progress-container {
  width: 100%;
  height: 0.125rem;
  background: rgba(255, 255, 255, 0.5);
  margin-bottom: 0.75rem;
  cursor: pointer;
}

.progress {
  background-color: #fff;
  height: 100%;
  width: 0px;
}

.progress-time {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  font-size: 0.75rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 1rem;
}

.full-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.full-buttons button {
  cursor: pointer;
}
.full-buttons button:hover {
  opacity: 0.9;
}

.mix-btn--active svg {
  fill: #0BECF4;
}

.repeat-btn--active svg {
  fill: #0BECF4;
}

.circle-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 4.875rem;
  height: 4.875rem;
  background: #c4c4c4;
  border-radius: 100%;
}
.circle-btn svg {
  fill: #280047;
}

.pause-btn {
  display: none;
}/*# sourceMappingURL=index.css.map */