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

html, body {
    overflow-x: hidden;
    max-width: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap');


.wrapper {
    max-width: 1534px;
    width: 100%;
    margin: auto;
    padding-left: clamp(16px, 5vw, 90px);
    padding-right: clamp(16px, 5vw, 90px);
}

p {
    font-family:  'Lexend Deca', 'Roboto', sans-serif;
}

a {
    font-family: 'Lexend Deca', 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lexend Deca', 'Roboto', sans-serif;
}

header {
    margin: 0px;
    padding: 0px;
}

.header {
    min-height: 50px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    justify-content: space-between;
    align-items: center;
    user-select: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header-fixed-bg {
    min-height: 58px;
    width: 100%;
    float: left;
    position: fixed;
}

.header-fixed {
    max-width: 1534px;
    width: 100%;
    margin: auto;
    padding-left: clamp(16px, 5vw, 90px);
    padding-right: clamp(16px, 5vw, 90px);
    min-height: 50px;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    justify-content: space-between;
    align-items: center;
    user-select: none;
}

.absolutely-fixed {
    /* transition: 0.1s; */
    z-index: 5000;
    /* background-color: #121315; */
    -webkit-box-shadow: 0px 0px 10.3px 5px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 10.3px 5px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 10.3px 5px rgba(0,0,0,0.15);
}

#header-null-color {
    /* transition: 0.1s; */
    z-index: 5000;
    /* background-color: #0C0D0F; */
}

.header-logo {
    width: 90px;
    padding-top: 4px;
    /* padding-left: 191px; */
}

.header-icons {
    height: 15px;
    margin: auto;
    margin-right: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-bottom: 2px;
    gap: clamp(8px, 2vw, 14px);
}

.header-social-icon {
    width: 15px;
    height: 15px;
}

/* Navigation --------------------------------- */

.navigation {
    width: 100%;
    min-height: 87px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    justify-content: space-between;
    user-select: none;
}

.navigation a {
    text-decoration: none;
    margin: 100 0;

}


.navigation-text {
    /* height: 52px; */
    padding-left: 21px;
    /* padding-top: 22px;
    padding-bottom: 23px; */
    /* align-items: center; */
    margin: auto 0;
}

p#navigation-selected-heading {
    font-family:  'Lexend Deca', 'Roboto', sans-serif;
    font-size: 16px;
    /* margin-top: 26px; */
    margin-bottom: 2px;
    margin-top: 0px;
}

p#navigation-selected {
    font-family:  'Lexend Deca', 'Roboto', sans-serif;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 0px;
}

/* -------------- */

p#navigation-heading {
    font-family:  'Lexend Deca', 'Roboto', sans-serif;
    font-size: 16px;
    /* margin-top: 26px; */
    margin-bottom: 2px;
    margin-top: 0px;
}

p#navigation {
    font-family:  'Lexend Deca', 'Roboto', sans-serif;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 0px;
}

/* ------------------ */

.nav-icon {
    padding-left: clamp(16px, 4vw, 38px);
    margin: auto 0;
    flex-shrink: 0;
}

.nav-icon#selected {
    /* padding-top: 21px; */
    margin: auto 0;
    filter: none;
}

.nav-block {
    flex: 1 1 260px;
    min-width: 0;
    height: 87px;
    border-radius: 20px;
    display: flex;
}

.nav-block#selected {
    border-radius: 20px;
    /* margin: auto; */
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
    outline: none;
}

.nav-block:hover {
    border-radius: 20px;
    display: flex;
    /* margin-left: 10px; */
}

.nav-block:hover p#navigation-heading {
    font-family:  'Lexend Deca', 'Roboto', sans-serif;
    /* margin-top: 26px; */
    margin-top: 0px;
    margin-bottom: 2px;
}

.nav-block:hover p#navigation {
    font-family:  'Lexend Deca', 'Roboto', sans-serif;
    margin-top: 0px;
}

.search {
    width: 100%;
    height: 44px;
    /* margin-top: 10px; */
    margin: auto;
    margin-left: auto;
    display: flex;
    align-items: center;
    border-radius: 20px;
    font-size: 16px;
    user-select: none;
}

input.search {
    width: 100%;
    height: 40px;
    font-size: 16px;
    font-family:  'Lexend Deca', 'Roboto', sans-serif;
    margin: auto;
    display: flex;
    /* align-items: center; */
    background: transparent;
    padding-left: 0%;
    overflow: hidden;
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom-style: hidden;
    text-align: left;
    text-indent: 17px;

}

input.search:focus, textarea:focus, select:focus{
    outline-offset: 0px;
    outline: none;
}

/* Tune ========================================================= */

.tune {
    min-height: 96px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    padding: 10px 0;
}

div#hide {
    display: none;
}

.tune p {
    font-size: 20px;
    /* height: 14px; */
    margin-top: -4px;
    margin-bottom: 0px;
}

#long-title {
    font-size: 20px;
    height: 14px;
    margin-top: 2px;
    margin-bottom: 35px;
}

.tune p1 {
    font-family:  'Lexend Deca', 'Roboto', sans-serif;
    font-size: 17px;
    height: 13px;
}

/* Culumn 1 =================================== */

.column-1 {
    height: 96px;
    flex: 1 1 260px;
    min-width: 0;
    display: flex;
    align-items: center;
}

#tune-artwork {
    height: 90px;
    width: 90px;
    border-radius: 20px;
}

#tune-text {
    margin-left: 16px;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
}

#tune-text p, #tune-text p1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.column-1-1 {
    width: 0;
}

/* Culumn 2 =================================== */

.column-2 {
    height: 96px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}

#tune-date {
    /* margin-left: 100px; */
    align-items: center;
    /* display: flex; */

}

/* Culumn 3 =================================== */

.column-3 {
    height: auto;
    min-height: 96px;
    flex: 0 1 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 6px;
}

#single {
    height: 26px;
    padding: 0 14px;
    width: auto;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-right: 10px;
}

#single p {
    padding-top: 0;
    font-size: 13px;
    width: auto;
    white-space: nowrap;
}

#remix {
    height: 26px;
    padding: 0 14px;
    width: auto;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-right: 10px;
}

#remix p {
    padding-top: 0;
    padding-left: 0;
    font-size: 13px;
    width: auto;
    white-space: nowrap;
}

#ep {
    height: 26px;
    padding: 0 14px;
    width: auto;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-right: 10px;
}

#ep p {
    padding-top: 0;
    padding-left: 0;
    font-size: 13px;
    width: auto;
    white-space: nowrap;
}

#album {
    height: 26px;
    padding: 0 14px;
    width: auto;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-right: 10px;
}

#album p {
    padding-top: 0;
    padding-left: 0;
    font-size: 13px;
    width: auto;
    white-space: nowrap;
}

/* Culumn 4 =================================== */

.column-4 {
    height: 96px;
    min-width: 143px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 0;
    margin-right: 0px;
    justify-content: center;
}

.column-3-5 {
    flex-grow: 1;
}

.column-end {
    display: flex;
    flex-wrap: wrap;
    row-gap: 8px;
    justify-self: flex-end;
    justify-content: end;
}

.download-button {
    /* border: #fff 2px solid; */
    height: 44px;
    width: 143px;
    border-radius: 22px;
    /* margin: auto; */
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
}

.stream-button {
    /* border: #fff 2px solid; */
    height: 44px;
    width: 125px;
    margin-right: 1vw;
    border-radius: 22px;
    /* margin: auto; */
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;

}

#download {
    text-decoration: none;
}

.download-button p {
    padding-left: 4px;
    padding-right: 3px;
    padding-top: 4px;
    font-size: 17px;
    font-family:  'Lexend Deca', 'Ubuntu', Courier, monospace;
}

.stream-button p {
    padding-left: 4px;
    padding-right: 3px;
    padding-top: 4px;
    font-size: 17px;
    font-family:  'Lexend Deca', 'Ubuntu', Courier, monospace;
}

/* Artwork ========================================================= */

.artwork-box {
    max-width: 1540px;
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#artwork-single {
    height: 300px;
    width: 300px;
    margin: 4px 4px;
}

#artwork-img {
    height: 300px;
    width: 300px;
}

ul#myUL {
    list-style-type: none;
    padding-left: 0px;
    /* padding-right: 10px; */
}

ul#myUL1 {
    list-style-type: none;
    padding-left: 0px;
    padding-right: 10px;
}

ul.assets {
    display: flex;
    gap: 14.5px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

/* Asstes ================================================================== */

.assets-box {
    max-width: 1540px;
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.assets-block {
    flex: 1 1 320px;
    max-width: 502px;
    height: auto;
    min-height: 403px;
    border-radius: 20px;
    margin-bottom: 7px;
}

li.assets {
    flex: 1 1 320px;
    max-width: 502px;
    height: auto;
    min-height: 403px;
    border-radius: 20px;
    margin-bottom: 7px;
}

li.assets-empty {
    flex: 1 1 320px;
    max-width: 502px;
    height: auto;
    min-height: 403px;
    border-radius: 20px;
    margin-bottom: 7px;
}

.assets-img {
    width: 100%;
    max-width: 433px;
    height: auto;
    aspect-ratio: 433 / 237;
    border-radius: 20px;
    margin: auto;
    padding-top: 34px;
    object-fit: cover;
}

.assets-img img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
}

#asset-title {
    height: 34px;
    margin: auto;
    display: flex;
}

#asset-title p1 {
    font-size: 20px;
    font-family:  'Lexend Deca', 'Ubuntu', Courier, monospace;
    margin: auto;
    display: flex;
    margin-top: 14px;
}

.asset-download {
    margin-top: 19px;
}

.asset-download a {
    text-decoration: none;
}

.demos {
    width: 90%;
    margin: auto;
}

.demo {
    display: flex;
    height: 100px;
    flex-direction: column;
    align-items: center;
}

.theme-button {
    font-size: 18px;
    font-family:  'Lexend Deca', 'Ubuntu', Courier, monospace;
    height: 30px;
    background-color: transparent;
    border: none;
    color: #953ced;
    text-decoration: none;
    cursor: pointer;
}

a#four-o-four {
    font-size: 18px;
    font-family: 'Lexend Deca', 'Ubuntu', Courier, monospace;
    height: 30px;
    background-color: transparent;
    border: none;
    text-decoration: none;
    cursor: pointer;
    margin: auto;
    align-items: center;
    justify-content: center;
}


/* ///////////////// HOME PAGE /////////////// */
/* ///////////////// HOME PAGE /////////////// */
/* ///////////////// HOME PAGE /////////////// */

.home-header-links {
    height: 30px;
    cursor: pointer;
    margin: auto;
    margin-right: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.global-nav {
    height: 30px;
    cursor: pointer;
    margin: auto;
    margin-right: 0px;
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

#gloabal-nav-selected {
    color: #953ced;
}

.global-nav-link {
    font-size: 18px;
    height: 30px;
    font-family:  'Lexend Deca', 'Ubuntu', Courier, monospace;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
}


.home-header-link {
    font-size: 18px;
    height: 30px;
    font-family:  'Lexend Deca', 'Ubuntu', Courier, monospace;
    text-decoration: none;
    padding-left: 15px;
}

.home-header-link1 {
    font-size: 18px;
    height: 30px;
    font-family:  'Lexend Deca', 'Ubuntu', Courier, monospace;
    text-decoration: none;
    padding-left: 15px;
}

.vert-line-header {
    margin-left: 20px;
    margin-right: 0px;
    margin-top: 9px;
    margin-bottom: 0px;
    padding: 0px;
    /* background-color: #464646; */
    width: 2px;
    height: 25px;
}

.latest-release {
    height: auto;
    max-width: 1218px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    margin: auto;
    padding-top: 70px;
}

.latest-artwork {
    height: auto;
    width: clamp(180px, 40vw, 320px);
    aspect-ratio: 1 / 1;
    border-radius: 20px;
    margin-right: 0;
    background: #161616;
    object-fit: cover;
    color: transparent;
}

#latest-heading {
    margin-top: 10px;
    margin-bottom: 0px;
    font-family: 'Lexend Deca', 'Ubuntu', Courier, monospace;
    height: 23px;
    font-size: 13px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    opacity: 0.6;
}

#heading-home {
    margin: 0px;
    font-family: 'Arial Narrow', 'Lexend Deca', 'Ubuntu', Courier, monospace;
    font-weight: 700;
    font-size: clamp(30px, 6vw, 52px);
    letter-spacing: 0.01em;
    height: auto;
}

#latest-desc {
    margin-top: 20px;
    margin-bottom: 0px;
    font-family:  'Lexend Deca', 'Ubuntu', Courier, monospace;
    font-size: clamp(17px, 2.4vw, 26px);
    height: auto;
    max-width: 849px;
    width: 100%;
}

.latests-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 42px;
    margin-bottom: 0px;
}

.stream-button-wide {
    height: 44px;
    width: 245px;
    margin-right: 1vw;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    background-color: #f2f2f2;
}

.stream-button-wide:hover{
    background-color: #d8d8d8;
    transition: 0.2s;
}

.stream-button-wide p {
    padding-left: 4px;
    padding-right: 3px;
    font-size: 17px;
    font-family:  'Lexend Deca', 'Ubuntu', Courier, monospace;
    color: #0a0a0a;
}

.download-button-home {
    height: 44px;
    width: 143px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    background-color: transparent;
    border: 1px solid #3a3a3a;
    box-sizing: border-box;
}

.download-button-home p {
    padding-left: 4px;
    padding-right: 3px;
    font-size: 17px;
    font-family:  'Lexend Deca', 'Ubuntu', Courier, monospace;
    color: #f2f2f2;
}

.download-button-home:hover{
    background-color: #161616;
    transition: 0.2s;
}

.home-hr {
    /* border: 1px solid #1f1f21; */
    border-radius: 20px;
    margin-top: 50px;
    margin-bottom: 0px;
}

.popular-releases {
    height: auto;
    max-width: 894px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin: auto;
    margin-top: 40px;
    justify-content: center;
}

#popular-song {
    width: clamp(140px, 28vw, 250px);
    height: auto;
}

#popular-song-art {
    height: auto;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 20px;
}

#popular-song-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#popular-song-title {
    margin-top: 19px;
    margin-bottom: 0px;
    font-size: 24px;
    height: 28px;
    font-family: 'Arial Narrow', 'Lexend Deca', 'Ubuntu', Courier, monospace;
    font-weight: 700;
}

#popular-song-artist {
    margin-top: 5px;
    margin-bottom: 30px;
    font-size: 21px;
    height: 24px;
    font-family: 'Lexend Deca', 'Ubuntu', Courier, monospace;
    /* color: #696969; */
}

.popular-releases-title {
    height: auto;
    max-width: 894px;
    width: 100%;
    margin: auto;
    padding-top: 50px;
    margin-bottom: 0px;
}

#popular-releases-title {
    height: auto;
    margin: 0;
    font-size: clamp(28px, 5vw, 44px);
    font-family: 'Lexend Deca', 'Ubuntu', Courier, monospace;
    font-weight: 700;
    display: flex;
    justify-content: center;
    text-align: center;
}

.home-bio {
    max-width: 1538px;
    width: 100%;
    height: auto;
    margin: auto;
    padding-top: 50px;
    margin-bottom: 0px;
    display: flex;
    flex-wrap: wrap-reverse;
    gap: 32px;
    justify-content: space-between;
}

#bio-title {
    font-family: 'Lexend Deca', 'Ubuntu', Courier, monospace;
    font-weight: 700;
    height: auto;
    font-size: clamp(28px, 5vw, 44px);
    margin-top: 0px;
    margin-bottom: 30px;
}

#bio-biography {
    font-family: 'Lexend Deca', 'Ubuntu', Courier, monospace;
    height: auto;
    max-width: 880px;
    width: 100%;
    font-size: clamp(17px, 2.4vw, 26px);
    display: flex;
    flex-direction: column;
    gap: 26px
}

#bio-texts {
    display: flex;
    flex: 1 1 320px;
    min-width: 0;
}

#bio-image {
    height: auto;
    width: clamp(200px, 40vw, 553px);
    aspect-ratio: 1 / 1;
    border-radius: 20px;
    display: flex;
    justify-content: right;
    flex-shrink: 0;
}

.home-footer {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px 62px;
    justify-content: flex-start;
    margin-top: 50px;
    margin-bottom: 50px;
}

#home-footer-title {
    font-family: 'Lexend Deca', 'Ubuntu', Courier, monospace;
    font-weight: 400;
    /* color: white; */
    margin-top: 0px;
    height: 28px;
    font-size: 24px;
    margin-bottom: 10px;
}

#home-footer-title p {
    margin-top: 0px;
}

#home-footer-links {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

#home-footer-links a {
    font-family: 'Lexend Deca', 'Ubuntu', Courier, monospace;
    color: #696969;
    font-size: 18px;
    text-decoration: none;
}

#home-footer-links p {
    font-family: 'Lexend Deca', 'Ubuntu', Courier, monospace;
    color: #696969;
    font-size: 18px;
}

#home-footer-links a:hover {
    color: #963CEE;
}

#home-footer-column {
    margin-top: 0px;
}

.styled-link {
    text-decoration: none;
    color: #963CEE;
}

.styled-link:hover {
    text-decoration: none;
    color: #6f2bb3;
}

/* Copyright badge ========================================================= */

.copyright-badge {
    position: relative;
    height: 32px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 16px;
    margin-right: 15px;
    cursor: pointer;
    user-select: none;
}

.copyright-badge p {
    padding-top: 4px;
    font-size: 15px;
    white-space: nowrap;
    margin: 0;
}

.copyright-tooltip {
    position: absolute;
    bottom: calc(100% + 10px);
    left: 0;
    width: min(280px, 80vw);
    border-radius: 16px;
    padding: 16px 18px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s;
}

.copyright-tooltip p {
    font-size: 15px;
    line-height: 1.5;
    margin: 0 0 12px;
    white-space: normal;
    text-align: left;
}

.copyright-tooltip p:last-child {
    margin-bottom: 0;
}

.copyright-badge.open .copyright-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
