@font-face {
  font-family: "Source-Sans-Pro-Black";
  src: url("/fonts/SourceSansPro-Black.ttf") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Source-Sans-Pro-Bold";
  src: url("/fonts/SourceSansPro-Bold.ttf") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Source-Sans-Pro-Regular";
  src: url("/fonts/SourceSansPro-Regular.ttf") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Source-Sans-Pro-Semibold";
  src: url("/fonts/SourceSansPro-Semibold.ttf") format("woff2");
  font-display: swap;
}
/*! 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.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* 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 */
  -webkit-text-decoration: underline dotted;
          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;
}

*::after,
*::before {
  box-sizing: border-box;
}

body {
  background-color: #131313;
  color: #fff;
}

.uppercase {
  text-transform: uppercase;
}

.main-title {
  font-family: "Source-Sans-Pro-Black";
  font-size: clamp(3rem, 10dvw, 200px);
  font-weight: 900;
  letter-spacing: clamp(0.7rem, 10dvw, 124px);
  display: block;
  opacity: 1;
  filter: drop-shadow(0 0 71px rgba(0, 0, 0, 0.39));
  text-align: right;
  margin-right: calc(-1 * clamp(0.7rem, 10dvw, 124px) / 1.55);
  margin-bottom: 0;
}

.main-subtitle {
  font-family: "Source-Sans-Pro-Black";
  font-size: clamp(0.8rem, 5dvw, 36px);
  font-weight: 900;
  letter-spacing: clamp(0.7rem, 10dvw, 11px);
  line-height: 72px;
  margin-top: 0.5rem;
  margin-bottom: 6rem;
  margin-right: calc(clamp(0.7rem, 10dvw, 11px) * 3);
}
.main-subtitle.upercase {
  text-transform: uppercase;
}
.main-subtitle span {
  display: block;
}

.header-main {
  background-image: linear-gradient(0deg, #131313, rgba(0, 0, 0, 0)), url("/images/background.avif");
  background-position: center;
  background-origin: border-box;
  background-repeat: no-repeat;
  background-size: cover;
  display: grid;
}

.wrapper-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.navigation-wrapper {
  padding-top: 3.5rem;
  padding-bottom: 4.25rem;
  display: flex;
  justify-content: center;
  text-align: left;
}
.navigation-wrapper .nav-links {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.navigation-wrapper .nav-links li {
  width: clamp(70px, 10dvw, 180px);
  margin-inline: 1.14rem;
}
.navigation-wrapper .nav-links li a {
  text-decoration: none;
  color: #bfbfbf;
  font-family: "Source-Sans-Pro-Semibold";
  font-size: clamp(1rem, 5dvw, 30px);
  letter-spacing: 2px;
  line-height: 27px;
  font-weight: 600;
}
.navigation-wrapper .nav-links li a:hover {
  color: #fff;
}
.navigation-wrapper .nav-links li a.active {
  color: #fff;
}

.footer-main {
  font-family: "Source-Sans-Pro-Regular";
  font-size: 20px;
  letter-spacing: 4px;
  line-height: 27px;
  font-weight: 400;
  text-align: center;
  padding-block: 0.8rem;
}
.footer-main p {
  margin-top: 1.5rem;
}

.player-wrapper.hidden {
  display: none;
}

.player-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.player-wrapper h3 {
  text-align: center;
  align-self: center;
  font-family: "Source-Sans-Pro-Semibold";
  font-size: clamp(1rem, 5dvw, 30px);
  letter-spacing: 2px;
  line-height: 27px;
  font-weight: 600;
  margin-bottom: 3.75rem;
}
.player-wrapper .player {
  margin-bottom: 0.3rem;
}
.player-wrapper .song-info {
  width: var(--player-width);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 1rem;
  font-family: "Source-Sans-Pro-Regular";
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 27px;
  font-weight: 400;
  color: #bfbfbf;
  margin-bottom: 0.8rem;
}
.player-wrapper .song-info p:last-child {
  text-align: right;
}

.main-content .active {
  display: grid;
}

.songs-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .navigation-wrapper {
    text-align: center;
  }
  .navigation-wrapper .nav-links li {
    width: 100%;
  }
}
.section-title {
  font-family: "Source-Sans-Pro-Semibold";
  font-size: clamp(2rem, 10dvw, 60px);
  letter-spacing: 12px;
  line-height: 27px;
  font-weight: 600;
  color: #bfbfbf;
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 4.05rem;
}

.section-subtitle {
  font-family: "Source-Sans-Pro-Semibold";
  font-size: 30px;
  letter-spacing: 6px;
  line-height: 27px;
  font-weight: 600;
  text-align: center;
  margin-top: 6.5rem;
  margin-bottom: 4rem;
}

.container-big {
  width: clamp(30%, 100%, 1920px);
  height: 1300px;
  display: flex;
  justify-self: center;
  justify-content: center;
}

.btn {
  background-color: var(--player-color);
  color: #fff;
  border-radius: 0.4rem;
  border: 0;
  filter: drop-shadow(0 0 71px rgba(0, 0, 0, 0.11));
  cursor: pointer;
}

.btn-subscribe {
  margin-top: 7.5ch;
  margin-left: 1.6ch;
  padding-block: 3.5rem;
  padding-inline: 2.3rem;
  font-size: 40px;
  letter-spacing: 8px;
  line-height: 27px;
  font-weight: 700;
  font-family: "Source-Sans-Pro-Bold";
}

.btn-search {
  height: 61px;
  padding-inline: 1.5rem;
  font-size: 20px;
  letter-spacing: 4px;
  line-height: 27px;
  font-weight: 600;
  font-family: "Source-Sans-Pro-Semibold";
}

@media screen and (max-width: 600px) {
  .container-big {
    height: 100dvh;
  }
}
.home-page {
  display: none;
}

.categories-wrapper {
  justify-self: center;
  width: var(--player-width);
  font-family: "Source-Sans-Pro-Semibold";
  font-weight: 400;
  display: flex;
}
.categories-wrapper p {
  margin: 0;
  padding-right: 0.8rem;
  display: flex;
}
.categories-wrapper p a {
  padding: 0;
  margin: 0;
  color: #fff;
  text-decoration: none;
}
.categories-wrapper p a:hover {
  color: var(--player-color);
}
.categories-wrapper p a.active {
  color: var(--player-color);
}

.artist-name {
  z-index: 1;
  position: absolute;
  bottom: 20px;
  transform: translateX(-29ch);
}
.artist-name .first-name {
  margin-left: -1.35ch;
  margin-bottom: 0;
}
.artist-name .last-name {
  margin-top: 5rem;
  margin-bottom: 7.4rem;
  margin-left: 0.13ch;
}
.artist-name .first-name,
.artist-name .last-name {
  font-size: clamp(3rem, 5dvw, 100px);
  letter-spacing: clamp(0.5rem, 1dvw, 20px);
  line-height: 27px;
  font-weight: 900;
  font-family: "Source-Sans-Pro-Black";
  filter: drop-shadow(0 0 71px rgba(0, 0, 0, 0.11));
}
.artist-name .first-name span,
.artist-name .last-name span {
  color: var(--player-color);
}

.album-availbility {
  display: flex;
  flex-direction: column;
  font-size: clamp(1rem, 5dvw, 40px);
  letter-spacing: 8px;
  line-height: 27px;
  font-weight: 700;
  align-items: end;
}
.album-availbility h4 {
  margin-bottom: 0;
  margin-top: 2.7rem;
  margin-right: -1.77ch;
  font-family: "Source-Sans-Pro-Bold";
  color: #bfbfbf;
}
.album-availbility p {
  margin-top: 1.8rem;
  align-self: center;
  font-family: "Source-Sans-Pro-Semibold";
}

.container-album {
  width: clamp(30%, 100%, 1920px);
  height: 1020px;
  display: flex;
  justify-self: center;
  align-items: center;
  gap: 8rem;
  justify-content: center;
}
.container-album .album {
  display: flex;
  flex-direction: column;
  margin-top: 4.15rem;
  margin-left: 1.7ch;
}
.container-album .album .artist-img {
  position: relative;
  align-self: end;
}
.container-album .album .artist-img img {
  width: clamp(300px, 30dvw, 465px);
  height: clamp(100%, 30dvw, 578px);
  z-index: 0;
  filter: drop-shadow(0 0 71px rgba(0, 0, 0, 0.39));
}

.subscribe {
  background-image: url("/images/subscribe.avif");
  background-size: cover;
  background-position: center;
  position: relative;
  margin-top: 7.38rem;
  display: grid;
}
.subscribe .subscribe-title {
  font-family: "Source-Sans-Pro-Semibold";
  font-size: clamp(1rem, 5dvw, 100px);
  letter-spacing: clamp(0.7rem, 2dvw, 20px);
  line-height: 27px;
  font-weight: 600;
  position: absolute;
  transform: translateY(calc(-1 * clamp(35px, 5.8dvw, 100px) / 1.05));
  width: 100%;
  text-align: center;
}
.subscribe .subscribe-title span {
  font-family: "Source-Sans-Pro-Black";
}

@media screen and (max-width: 1200px) {
  .album-availbility h4 {
    align-self: center;
    margin-inline: 0;
  }
  .album-availbility p {
    line-height: 40.5px;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .artist-name .first-name {
    margin: 0;
  }
  .btn-subscribe {
    margin-top: 0;
    margin-left: 0;
  }
  .container-album {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5rem;
  }
  .container-album .album {
    margin: 0;
  }
  .container-album .album .artist-img {
    align-self: center;
    padding-right: 0;
  }
  .container-album .album .artist-img .artist-name {
    width: 100%;
    text-align: center;
    transform: translateX(0);
    color: var(--player-color);
  }
}
.search-page {
  display: none;
}
.search-page .search-result .active {
  display: block;
}

.search-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.search-container .search-options {
  margin-bottom: 4rem;
}
.search-container .search-options label {
  font-family: "Source-Sans-Pro-Semibold";
  font-size: 30px;
  letter-spacing: 6px;
  line-height: 27px;
  color: #bfbfbf;
  font-weight: 600;
  margin-right: 2rem;
}
.search-container .search-options select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: calc(clamp(250px, 50dvw, 355px) + 2rem);
}
.search-container .search-options input {
  width: clamp(250px, 50dvw, 355px);
}
.search-container .search-options input,
.search-container .search-options select {
  height: 59px;
  border: 0;
  border-radius: 0.4rem;
  margin-right: 2rem;
  padding-inline: 1rem;
}

.search-result {
  display: none;
  margin-top: 5.65rem;
  margin-bottom: 3.2rem;
  text-align: center;
  font-size: 30px;
  font-family: "Source-Sans-Pro-Semibold";
  letter-spacing: 6px;
  line-height: 27px;
  font-weight: 600;
}

@media screen and (max-width: 1200px) {
  .search-container .search-options {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
  }
  .search-container .search-options label {
    margin: 0;
  }
  .search-container .search-options input,
  .search-container .search-options select {
    margin: 0;
    margin-right: 0;
  }
  .search-container .btn-search {
    width: calc(clamp(250px, 50dvw, 355px) + 2rem);
  }
}
.discover-page {
  display: none;
}

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9zYXNzL2Fic3RyYWN0cy9fZm9udHMuc2NzcyIsIi4uLy4uL3NyYy9zYXNzL2Fic3RyYWN0cy9fdmFyaWFibGVzLnNjc3MiLCJzdHlsZS5jc3MiLCIuLi8uLi9zcmMvc2Fzcy9nbG9iYWxzL19ub3JtYWxpemUuc2NzcyIsIi4uLy4uL3NyYy9zYXNzL2dsb2JhbHMvX2dsb2JhbC5zY3NzIiwiLi4vLi4vc3JjL3Nhc3MvYWJzdHJhY3RzL19jb2xvcnMuc2NzcyIsIi4uLy4uL3NyYy9zYXNzL2dsb2JhbHMvX3R5cG9ncmFwaHkuc2NzcyIsIi4uLy4uL3NyYy9zYXNzL2dsb2JhbHMvX2xheW91dC5zY3NzIiwiLi4vLi4vc3JjL3Nhc3MvcGFnZXMvX2hvbWUuc2NzcyIsIi4uLy4uL3NyYy9zYXNzL2Fic3RyYWN0cy9fbGlua3Muc2NzcyIsIi4uLy4uL3NyYy9zYXNzL3BhZ2VzL19zZWFyY2guc2NzcyIsIi4uLy4uL3NyYy9zYXNzL3BhZ2VzL19kaXNjb3Zlci5zY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUtBO0VBQ0Usb0NDSFc7RURJWCwwREFBQTtFQUNBLGtCQUFBO0FFSkY7QUZPQTtFQUNFLG1DQ1JVO0VEU1YseURBQUE7RUFDQSxrQkFBQTtBRUxGO0FGUUE7RUFDRSxzQ0NiYTtFRGNiLDREQUFBO0VBQ0Esa0JBQUE7QUVORjtBRlNBO0VBQ0UsdUNDbEJjO0VEbUJkLDZEQUFBO0VBQ0Esa0JBQUE7QUVQRjtBQ25CQSwyRUFBQTtBQUVBOytFQUFBO0FBR0E7OztFQUFBO0FBS0E7RUFDRSxpQkFBQSxFQUFBLE1BQUE7RUFDQSw4QkFBQSxFQUFBLE1BQUE7QURrQkY7O0FDZkE7K0VBQUE7QUFHQTs7RUFBQTtBQUlBO0VBQ0UsU0FBQTtBRGdCRjs7QUNiQTs7RUFBQTtBQUlBO0VBQ0UsY0FBQTtBRGVGOztBQ1pBOzs7RUFBQTtBQUtBO0VBQ0UsY0FBQTtFQUNBLGdCQUFBO0FEY0Y7O0FDWEE7K0VBQUE7QUFHQTs7O0VBQUE7QUFLQTtF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LHFCQUFBO0FGdVNKO0FFcFNFO0VBQ0UsMEJIdEhXO0VHdUhYLGFBQUE7RUFDQSxtQkFBQTtFQUNBLDhCQUFBO0VBQ0Esb0JBQUE7RUFDQSxzQ0h4S1c7RUd5S1gsZUgvSlc7RUdnS1gsbUJIcEphO0VHcUpiLGlCSGxKa0I7RUdtSmxCLGdCSDdJYztFRzhJZCxjQzVLYTtFRDZLYixxQkFBQTtBRnNTSjtBRXBTSTtFQUNFLGlCQUFBO0FGc1NOOztBRWpTQTtFQUNFLGFBQUE7QUZvU0Y7O0FFalNBO0VBQ0UsYUFBQTtFQUNBLHNCQUFBO0VBQ0EsbUJBQUE7RUFDQSx1QkFBQTtBRm9TRjs7QUVqU0E7RUFDRTtJQUNFLGtCQUFBO0VGb1NGO0VFalNJO0lBQ0UsV0FBQTtFRm1TTjtBQUNGO0FJOWVBO0VBRUUsdUNMRWM7RUtEZCxtQ0FBQTtFQUNBLG9CTGdCZ0I7RUtmaEIsaUJMdUJvQjtFS3RCcEIsZ0JMMEJnQjtFS3pCaEIsY0RIZTtFQ0lmLGtCQUFBO0VBQ0EsZ0JBQUE7RUFDQSxzQkFBQTtBSitlRjs7QUk1ZUE7RUFDRSx1Q0xWYztFS1dkLGVMSGE7RUtJYixtQkxNZTtFS0xmLGlCTFdvQjtFS1ZwQixnQkxjZ0I7RUtiaEIsa0JBQUE7RUFDQSxrQkFBQTtFQUNBLG1CQUFBO0FKK2VGOztBS3BnQkE7RUFDRSwrQkFBQTtFQUNBLGNBQUE7RUFDQSxhQUFBO0VBQ0Esb0JBQUE7RUFDQSx1QkFBQTtBTHVnQkY7O0FLcGdCQTtFQUNFLHFDRlJjO0VFU2QsV0ZQWTtFRVFaLHFCTmtDaUI7RU1qQ2pCLFNBQUE7RUFDQSxpREFBQTtFQUNBLGVBQUE7QUx1Z0JGOztBS3BnQkE7RUFDRSxpQkFBQTtFQUNBLGtCQUFBO0VBQ0EscUJBQUE7RUFDQSxzQkFBQTtFQUNBLGVOWmE7RU1hYixtQkFBQTtFQUNBLGlCTklvQjtFTUhwQixnQk5RZ0I7RU1QaEIsbUNOeEJVO0FDK2hCWjs7QUtwZ0JBO0VBQ0UsWUFBQTtFQUNBLHNCQUFBO0VBQ0EsZU5uQmE7RU1vQmIsbUJOVGU7RU1VZixpQk5Ob0I7RU1PcEIsZ0JOSGdCO0VN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 */