/**************Created by Bahasuru Nayanakantha****************/

@import url("https://fonts.googleapis.com/css?family=Alata&display=swap");



:root {
    --speed: 0.85;
    --primary: #fff;
    --size: 30;
    --ease: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    --main-focus: #2d8cf0;
    --font-color: #323232;
    --bg-color-sub: #dedede;
    --bg-color: #eee;
    --del-font-color: #f20909;
    --main-color: #4b4646;

    --black: rgb(46, 36, 30);
    --white: #ffffff;
    --menu-color: #463f3a;
    --menu-text-color: #ffffff;
    --home-c1-color: white;
    --home-c2-color: white;
    --home-c3-color: white;
    --home-c4-color: white;
    --player-back-color: #f4f3ee;
    --player-text-color: #000000;
    --player-tab-back-color: #E3CAA5;
    --player-tab-text-color: #000000;
    --player-tab-active-back-color: #bcb8b1;
    --player-tab-active-text-color: #000000;
    --settings-back-color: #e0afa0;
    --settings-head-text-color: #000000;
    --settings-text-color: #000000;
    --about-back-color: #AD8B73;
    --about-text-color: #302b28;

    transition: all 0.5s ease-out;

}


* {
    font-family: "Rethink Sans", sans-serif;
    font-weight: 600;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

html {
    scroll-behavior: smooth;
}

body {
    background: var(--white);
    font-family: "Rethink Sans", sans-serif;
    font-weight: 600;
    min-height: 100vh;
    width: 100%;
    overflow-x: hidden;
    padding: 0px;
    margin: 0px;
}

*:disabled {
    cursor: not-allowed;
}

.preloaderback {
    position: fixed;
    height: 100vh;
    /* full visible height */
    width: 100vw;
    background-image: none;
    background-color: white;
    background-repeat: repeat;
    background-size: contain;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 999;
    transition: all 0.5s ease-in-out;
    --bg-url: none;
    --img-ani: none;
    --img-op: 0;

}

.preloaderback::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--bg-url);
    background-color: none;
    background-repeat: repeat;
    background-size: contain;
    animation: var(--img-ani);
    opacity: var(--img-op);
    transition: all 0.5s ease-in-out;
}

.pre-back {

    height: 350px;
    width: 350px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    background: white;
    border: #000000 8px solid;
    box-shadow: #000000 0px 0px 10px;
    border-radius: 30px;
    position: fixed;
    transition: all 0.5s ease-in-out;
}

@-webkit-keyframes fade-out {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fade-out {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fade-in {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

@keyframes fade-in {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

#preloader {
    width: 50%;
    height: 50%;
    background-color: var(--home-c2-color);
    border-radius: 10px;
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 5px 5px 0 0 var(--home-c1-color);
    z-index: 99;
}

#preloader .plate {
    width: fit-content;
}

#preloader .plate .black,
#preloader .plate .white,
#preloader .plate .center,
#preloader .plate .border {
    border-radius: 100%;
}

#preloader,
#preloader .plate .black,
#preloader .plate .white,
#preloader .plate .border {
    display: flex;
    align-items: center;
    justify-content: center;
}

#preloader .plate .black {
    width: 150px;
    height: 150px;
    background-color: var(--home-c1-color);
    animation: rotation 2s infinite linear;
}

.preloaderback .dance-text {
    font-size: 1.5rem;
    font-weight: 700;
    position: absolute;
    top: calc(30% + 150px);
    left: 50%;
    width: 300px;
    text-align: center;
    transform: translate(-50%, -50%);
    letter-spacing: 0.1em;
}

@-webkit-keyframes tracking-in-expand {
    0% {
        letter-spacing: -0.5em;
        opacity: 0;
    }

    40% {
        opacity: 0.6;
    }

    100% {
        letter-spacing: 0.2em;
        opacity: 1;
    }
}

@keyframes tracking-in-expand {
    0% {
        letter-spacing: -0.5em;
        opacity: 0;
    }

    40% {
        opacity: 0.6;
    }

    100% {
        letter-spacing: 0.2em;
        opacity: 1;
    }
}


@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

#preloader .plate .white {
    width: 70px;
    height: 70px;
    background-color: #F3DEBA;
}

#preloader .plate .center {
    width: 20px;
    height: 20px;
    background-color: var(--home-c2-color);
}

#preloader .plate .border {
    width: 111px;
    height: 111px;
    border-top: 3px solid #F3DEBA;
    border-bottom: 3px solid #F3DEBA;
    border-left: 3px solid var(--home-c1-color);
    border-right: 3px solid var(--home-c1-color);
}

#preloader .p {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: fit-content;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 8px;
    margin-right: 8px;
    rotate: -45deg;
}

#preloader .p .circ {
    width: 25px;
    height: 25px;
    background-color: #F3DEBA;
    border-radius: 100%;
    z-index: 1;
}

#preloader .p .rect {
    width: 10px;
    height: 55px;
    background-color: #F3DEBA;
    position: absolute;
    bottom: 0;
    margin-bottom: 5px;
}

section {
    align-items: center;
    font-size: 3rem;
    height: 100vh;
    justify-content: center;
    scroll-snap-align: center;
    width: auto;

}

nav {
    z-index: 99;
}

.menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 50px;
    width: 50px;
    z-index: 99;

}


.menu__toggle {
    opacity: 0;
    position: absolute;
}

.menu__toggle:checked~.menu__content .menu__item {
    --active-x: var(--x);
    --active-y: var(--y);
    --scale: 1;
}

.menu__toggle:checked~.menu__toggle-label:not(.menu__toggle-label--closer) {
    --clip: circle(1000% at 0% 0%);
    height: 100vh;
    width: 100vw;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    transition: backdrop-filter calc(var(--speed, 2) * 1s) ease-in, clip-path 0s, -webkit-clip-path 0s;

}

.menu__toggle:checked~.menu__toggle-label .menu__icon:nth-of-type(1) {
    --scale: 0;
}

.menu__toggle:checked~.menu__toggle-label .menu__icon:nth-of-type(2) {
    --scale: 1;
}

.menu__toggle-label {
    cursor: pointer;
    height: calc(var(--size, 20) * 0.5vmin);
    width: calc(var(--size, 20) * 0.5vmin);
    display: block;
    --clip: circle(100% at 0% 0%);
    -webkit-clip-path: var(--clip);
    clip-path: var(--clip);
    position: absolute;
    top: 0;
    left: 0;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    transition: all calc(var(--speed, 1) * 1s) calc(var(--delay, 0) * 1s) var(--ease);
}

.menu__toggle-label:not(.menu__toggle-label--closer) {
    --clip: circle(0% at 0% 0%);
    height: 100vh;
    width: 100vw;
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    transition: all calc(var(--speed, 2) * 1s) calc(var(--delay, 0) * 1s) ease-in-out;
}

.menu__toggle-label--closer {
    z-index: 3;
    --scale: 0;

}

.menu__icon {
    --scale: 1;
    height: calc(var(--size, 20) * 0.25vmin);
    width: calc(var(--size, 20) * 0.25vmin);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-70%, -70%) scale(var(--scale, 1));
    fill: var(--menu-text-color);
    transition: all calc(var(--speed, 1) * 1s) var(--ease);
}

.menu__icon:nth-of-type(2) {
    --scale: 0;
}

.menu__content {
    background: var(--menu-color);
    margin: 0;
    display: block;
    list-style-type: none;
    filter: url("#goo");
    position: absolute;
    top: 0;
    height: 0;
    width: 0;
    left: 0;
    z-index: 2;
}

.menu__content:after {
    background: var(--menu-color);
    content: '';
    border-radius: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    height: calc(var(--size, 20) * 1vmin);
    width: calc(var(--size, 20) * 1vmin);
    top: 0;
    left: 0;
}

.menu__item {
    background: var(--menu-color);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    list-style-type: none;
    font-size: 1rem;
    height: calc(var(--size, 20) * 1vmin);
    left: calc(var(--active-x, 0) * 1vw);
    overflow: hidden;
    place-items: center;
    position: absolute;
    text-align: center;
    top: calc(var(--active-y, 0) * 1vh);
    transform: translate(-50%, -50%) scale(var(--scale, 0.75));
    transition: all calc(var(--speed, 1) * 1s) calc(var(--delay, 0) * 1s) var(--ease);
    width: calc(var(--size, 20) * 1vmin);
}

@media (min-width: 750px) {
    .menu__item {
        font-size: 2rem;
    }
}

@media (max-width: 750px) {
    .menu__item {
        font-size: 1.5rem;
    }
}

@media (max-width: 500px) {
    .menu__item {
        font-size: 1.25rem;
    }
}

.menu__item:nth-of-type(1) {
    --delay: 0.1;
    --x: 35;
    --y: 35;
}

.menu__item:nth-of-type(2) {
    --delay: 0.2;
    --x: 65;
    --y: 35;
}

.menu__item:nth-of-type(3) {
    --delay: 0.3;
    --x: 35;
    --y: 65;
}

.menu__item:nth-of-type(4) {
    --delay: 0.4;
    --x: 65;
    --y: 65;
}

.menu__link {
    align-items: center;
    color: var(--menu-text-color);
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
    transition: all 0.5s ease;
}

.menu__link:hover {
    transition: all 0.5s ease;
    transform: scale(1.2);
}

#my-canvas-confetti {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
}


.card {
    display: none;
    position: fixed;
    top: calc(50% - 230px);
    left: calc(50% - 190px);
    width: 320px;
    height: 400px;
    border: #000000 2px solid;
    transform: translate(-50%, -50%);
    border-radius: 1rem;
    background-color: rgba(255, 255, 255, 1);
    padding: 15px;
    z-index: 99;
    box-shadow: #000000 0px 0px 10px;
    -webkit-animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.blur-back {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

#loading-back {
    display: none;
}

#loading-card {
    display: block;
    top: calc(50% - 135px);
    left: calc(50% - 180px);
    height: 270px;
    width: 320px;
    justify-content: center;
    justify-items: center;
}

.loader {
    width: 90px;
    aspect-ratio: 1;
    margin: 20PX;
    border-radius: 50%;
    background:
        radial-gradient(farthest-side, black 94%, #0000) top/8px 8px no-repeat,
        conic-gradient(#0000 30%, black);
    -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 8px), #000 0);
    mask: radial-gradient(farthest-side, #0000 calc(100% - 8px), #000 0);
    animation: l13 1s infinite linear;
}

#loading-card .message {
    font-size: 25px;
}

#loading-card P {
    font-size: 14px;
}

@keyframes l13 {
    100% {
        transform: rotate(1turn)
    }
}

@-webkit-keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0.5);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0.5);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}


.header {
    display: flex;
    align-items: center;
    grid-gap: 0.5rem;
    gap: 0.5rem;
    border-radius: 15px;
    padding: 5px;
    background-color: #e6e6e6;
}

.icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: rgb(255, 178, 35);
    padding: 0.5rem;
    color: black;
}

.icon svg {
    height: 2rem;
    width: 2rem;
}

.alert {
    font-weight: 800;
    color: #2c2b2b;
}

.message {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
    color: rgb(74, 74, 74);
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}

.msg-bold {
    font-weight: 1000;
}

.actions {
    margin-top: 1rem;
}

.actions a {
    text-decoration: none;
}

.mark-as-read,
.read {
    display: inline-block;
    border-radius: 0.5rem;
    width: 100%;
    padding: 0.75rem 1.25rem;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 800;
}

.read {
    background-color: rgb(255, 170, 0);
    color: var(--settings-text-color);
}

.mark-as-read {
    margin-top: 0.5rem;
    background-color: rgba(249, 250, 251, 1);
    color: rgb(0, 0, 0);
    transition: all .15s ease;
}

.mark-as-read:hover {
    background-color: rgb(230, 231, 233);
}

#warning .message {
    text-align: justify;
}

#agree {
    display: flex;    
    background: linear-gradient(135deg, #ff0057, #ff7b00, #ffee00, #00ff95, #00c3ff, #cc00ff);
    align-items: center;
    justify-content: center;
    padding: 0px;
    height: 50px;
    border: 2px solid black;
}

#agree:after {
    display: flex;
    content: "Yes, Enable";
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    color: #ffffff;
    background-color: #000000;
    display: flex;
    align-items: center;
    border-radius: 0.5rem;
    justify-content: center;

}

#error {
    display: none;
    height: fit-content;
    top: calc(50% - 100px);
}

#error .icon {
    background-color: #f20909;
    color: white;
}

#error .read {
    background-color: red;
    color: white;
    font-weight: bold;
}

#info {
    display: none;
    height: fit-content;
    top: calc(50% - 155px);
}

#info .icon {
    background-color: #08ba1d;
    color: white;
}

#info .read {
    background-color: #0ab71f;
    color: white;
    font-weight: bold;
}

#album-art-card {
    display: none;
    top: calc(50% - 290px);
    left: calc(50% - 230px);
    width: 420px;
    min-height: 520px;
    height: auto;
}

#album-art-card .icon {
    background-color: #000000;
    color: white;
}

#album-art-card img {
    display: flex;
    width: 350px;
    height: 350px;
    margin: 10px;
    border-radius: 20px;
    background-color: #000;
    border: #000000 2px solid;
    justify-self: center;
}

#album-art-card .message {
    text-align: center;
}

#album-art-card .read {
    background-color: #000000;
    color: white;
    font-weight: bold;
}

#delete-warning {
    display: none;
    height: fit-content;
    top: calc(50% - 150px);
}

#delete-warning .icon {
    background-color: #f20909;
    color: white;
}

#delete-warning .read {
    background-color: red;
    color: white;
    font-weight: bold;
}


#home {
    box-sizing: border-box;
    width: 100%;
    height: 100vh;
    min-height: 640px;
    position: relative;
}

#home-back {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    z-index: 1;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.out-top {
    animation: rotate 20s linear infinite;
    transform-origin: 13px 25px;
    fill: var(--home-c1-color);
}

.in-top {
    animation: rotate 10s linear infinite;
    transform-origin: 13px 25px;
    fill: var(--home-c2-color);
}

.out-bottom {
    animation: rotate 25s linear infinite;
    transform-origin: 84px 93px;
    fill: var(--home-c3-color);
}

.in-bottom {
    animation: rotate 15s linear infinite;
    transform-origin: 84px 93px;
    fill: var(--home-c4-color);
}

.home-section {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 20px;
    box-shadow: 0 32px 64px rgba(0, 0, 0, 0.1);
    transform: translate(-50%, -50%);
    padding: 20px;
    width: 70%;
    height: 80%;
    min-height: 550px;
    max-height: 90%;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 5;
}

.home-sec-head {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 100%;
    align-items: center;

}

#homelogo-svg {
    width: 100%;
    height: inherit;
    z-index: 1;
    color: var(--black);
}

.home-text h1 {
    font-size: 4rem;
    font-weight: 750;
    padding: 5px;
    margin: 0;
    color: var(--black);

}

.home-text h3 {
    font-size: 2rem;
    font-weight: bold;
    padding: 5px;
    margin: 0;
    color: var(--black);

}

.home-text p {
    font-size: 1.5rem;
    color: var(--font-color);
    text-align: left;
    font-weight: bold;
    padding: 10px;
    margin: 0;
    text-align: justify;
    color: var(--black);
}

.wrapper-get-started {
    display: flex;
    justify-content: left;
}

.cta {
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px 45px;
    text-decoration: none;
    font-size: 40px;
    color: white;
    background: var(--home-c1-color);
    transition: 1s;
    box-shadow: 6px 6px 0 black;
    transform: skewX(-15deg);
    border-radius: 20px;
}

.cta:focus {
    outline: none;
}

.cta:hover {
    transition: 0.5s;
    box-shadow: 10px 10px 0 black;
}

.cta span:nth-child(2) {
    transition: 0.5s;
    margin-right: 0px;
}

.cta:hover span:nth-child(2) {
    transition: 0.5s;
    margin-right: 45px;
}

#s1 {
    transform: skewX(15deg)
}

#s2 {
    width: 20px;
    margin-left: 30px;
    position: relative;
    top: 12%;
}

/**************Created by Bahasuru Nayanakantha****************/

path.one {
    transition: 0.4s;
    transform: translateX(-60%);
}

path.two {
    transition: 0.5s;
    transform: translateX(-30%);
}

.cta:hover path.three {
    animation: color_anim 1s infinite 0.2s;
}

.cta:hover path.one {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.6s;
}

.cta:hover path.two {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.4s;
}

/* SVG animations */

@keyframes color_anim {
    0% {
        fill: white;
    }

    50% {
        fill: black;
    }

    100% {
        fill: white;
    }
}

.player-top-button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--black);
    position: fixed;
    bottom: 25px;
    right: 25px;
    border: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 0px 4px var(--black);
    cursor: pointer;
    transition-duration: 0.3s;
    overflow: hidden;
    z-index: 15;

}

.svgIcon.rotated {
    transform: rotate(180deg);
}

/* Combine both effects when hovered + rotated */
.player-top-button:hover .svgIcon.rotated {
    transform: translateX(-350%) rotate(180deg);
}

.svgIcon {
    width: 12px;
    transition-duration: 0.3s;
}

.svgIcon path {
    fill: var(--white);
}

.player-top-button:hover {
    width: 120px;
    border-radius: 50px;
    transition: all 0.3s ease;
    background-color: var(--black);
    align-items: center;
}

.player-top-button:hover .svgIcon {
    /* width: 20px; */
    transition: all 0.3s ease;
    transform: translateX(-350%);
}

.player-top-button::before {
    position: absolute;
    bottom: -20px;
    left: 35px;
    content: "Go to Player";
    color: var(--white);
    /* transition-duration: .3s; */
    font-size: 0px;
}

.player-top-button:hover::before {
    font-size: 13px;
    opacity: 1;
    bottom: unset;
    /* transform: translateY(-30px); */
    transition: all 0.3s ease;
}


#playersec {
    display: flex;
    flex-direction: column;
    background: var(--player-back-color);
    min-height: 100vh;
    height: auto;
    justify-items: center;
    align-items: center;
    z-index: 3;
}

#playersec h1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    color: var(--player-text-color);
    text-align: center;
    font-weight: bold;
    font-size: 3rem;
    line-height: 3rem;
    padding-top: 15px;
    padding-bottom: 20px;
    width: 75%;
    margin: 0;
    align-items: center;
}

.section-center {
    width: 90vw;
    height: 80%;
    max-width: 1170px;
    min-width: 300px;
    padding-top: 10px;
    padding-bottom: 30px;
    padding-left: 5%;
    padding-right: 5%;
    z-index: 10;
    position: relative;
    
}

.play {
    margin-bottom: 2rem;
    z-index: 10;

}


#content {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

}

.player {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    min-height: 300px;
    font-size: 1.3rem;
    font-weight: bold;
    border: #000000 2px solid;
    z-index: 10;

}

#file-input {
    align-self: flex-start;
    display: none;
}

#folder-input {
    align-self: flex-start;
    display: none;
}

.buttonadd {
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    width: 100%;
    max-width: 150px;
    height: 50px;
    padding: 0px;
    cursor: pointer;
    font-size: 0.8em;
    justify-content: space-between;
    align-items: center;
    border: 2px solid var(--main-color);
    box-shadow: 4px 4px var(--main-color);
    background-color: var(--bg-color);
    border-radius: 10px;
    overflow: hidden;

}

.buttonadd svg {
    width: 19px;
    height: 27px;
    z-index: 5;
    margin-right: 5px;
    margin-left: 5px;

    justify-self: center;
}

.buttonadd,
.button__text {
    transition: all 0.3s;
}

.buttonadd .button__text {
    position: relative;
    z-index: 5;
    transition: color 0.4s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 45px;
    padding: 0px;
    -webkit-user-select: none;
    user-select: none;
    font-family: inherit;
    background-color: var(--bg-color);
}

.buttonadd:active {
    transform: translate(3px, 3px);
    box-shadow: 0px 0px var(--main-color);
}

#addbtn-menu {
    display: none;

}

.dropdown-container {
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    width: 100%;
    max-width: 150px;
    height: 50px;
    padding: 0px;
}

#addbtn-menu {
    display: none;
    position: absolute;
    top: 60px;
    /* Adjust below button */
    left: 0;
    width: 150px;
    background: var(--bg-color);
    border: 2px solid var(--main-color);
    border-radius: 5px;
    box-shadow: 4px 4px var(--main-color);
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 10;
}

#addbtn-menu li {
    display: flex;
    padding: 15px 10px;
    text-decoration: none;
    color: black;
    cursor: pointer;
    align-items: center;
    align-content: center;
    border-bottom: 2px solid var(--main-color);
}

#addbtn-menu li svg {
    width: 20px;
    height: 20px;
    margin-right: 5%;
}

#addbtn-menu li:hover {
    background: black;
    color: #fff;
}


button {
    font-size: 16px;
    cursor: pointer;
    width: 100px;
}

input[type="range"] {
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 16px;
    cursor: pointer;
}

.controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0px 5px;
    box-sizing: border-box;

}

#playlist {
    margin-top: 20px;
    margin-bottom: 10px;
    overflow-y: auto;
    height: 250px;
    width: 100%;
    border-top: #000000 2px solid;
    border-bottom: #000000 2px solid;
}

#playlist::-webkit-scrollbar {
    width: 10px;
}

#playlist::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 5px;
}

ul {
    list-style-type: none;
    padding: 0;
    font-size: 1rem;
}

#playlist li {
    display: grid;
    grid-template-columns: auto 5fr 50px 50px 50px;
    padding: 5px;
    padding-right: 5px;
    cursor: pointer;
    align-items: center;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 2px solid #000000;
    border-radius: 10px;
}

.shake-vertical {
    -webkit-animation: shake-vertical 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
    animation: shake-vertical 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}

@-webkit-keyframes shake-vertical {

    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    10%,
    30%,
    50%,
    70% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    20%,
    40%,
    60% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    80% {
        -webkit-transform: translateY(6.4px);
        transform: translateY(6.4px);
    }

    90% {
        -webkit-transform: translateY(-6.4px);
        transform: translateY(-6.4px);
    }
}

@keyframes shake-vertical {

    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    10%,
    30%,
    50%,
    70% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    20%,
    40%,
    60% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    80% {
        -webkit-transform: translateY(6.4px);
        transform: translateY(6.4px);
    }

    90% {
        -webkit-transform: translateY(-6.4px);
        transform: translateY(-6.4px);
    }
}

.blink-1 {
    -webkit-animation: blink-1 0.6s both 2;
    animation: blink-1 0.6s both 2;
}

@-webkit-keyframes blink-1 {

    0%,
    50%,
    100% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

@keyframes blink-1 {

    0%,
    50%,
    100% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}



.liindexc {
    grid-column: 1;
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
    border-right: #000000 2px solid;
    align-items: center;
    justify-content: center;
    margin: 0px;
    height: 90%;
    min-width: 30px;
}

.liindex {
    margin: 0px;
}

.litext {
    display: grid;
    grid-template-columns: auto 40px;
    align-items: center;
    grid-column: 2;
    padding-left: 8px;
    padding-right: 8px;
}


li p {
    padding: 0px;
    margin: 0px;

}

li.active {
    background-color: #d3d3d3;
    margin-right: 5px;
}

li svg {
    width: 20px;
    height: 20px;
    align-self: center;
    justify-self: center;
}

.loading {
    display: flex;
    align-items: end;
    height: 100%;
    max-height: 20px;
    gap: 2px;


}

.load {
    width: 2px;
    height: 50%;
    background-color: #000000;
    animation: 1s move6 infinite;
    border-radius: 5px;
}

.load:nth-child(1) {
    animation-delay: 0.2s;
}

.load:nth-child(2) {
    animation-delay: 0.4s;
}

.load:nth-child(3) {
    animation-delay: 0.6s;
}

@keyframes move6 {
    0% {
        height: 20%;
    }

    25% {
        height: 70%;
    }

    50% {
        height: 100%;
    }

    100% {
        height: 20%;
    }
}

.up {
    grid-column: 3;
    background: black;
    display: flex;
    color: white;
    width: 40px;
    height: 30px;
    padding-top: 5px;
    padding: 0px;
    margin: 0px;
    border: none;
    border-radius: 20px;
    justify-content: center;
    justify-self: center;
    align-items: center;
}

.up:hover {
    background-color: #333;
}


.down {
    grid-column: 4;
    background: black;
    display: flex;
    color: white;
    width: 40px;
    height: 30px;
    padding-top: 5px;
    padding: 0px;
    margin: 0px;
    border: none;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
    justify-self: center;
}

.down:hover {
    background-color: #333;
}

.remove {
    grid-column: 5;
    margin: 0px;
    font-size: 12px;
    width: 40px;
    height: 30px;
    padding: 0px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
    background: #ee4141;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 20px;
    justify-self: center;
}

.remove:hover {
    background-color: #fe0000;
}

.info {
    grid-column: 2;
    margin-left: 5px;
    font-size: 12px;
    width: 30px;
    height: 30px;
    padding: 0px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
    background: #07af04;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-items: center;
    border: none;
    border-radius: 20px;
    justify-self: center;
}

.info:hover {
    background-color: #44db04;

}


.seek-bar-container {
    display: grid;
    grid-template-columns: 1fr 8fr 1fr;
    justify-items: center;
    align-items: center;
    width: 100%;
    height: 35px;
    margin-top: 10px;

}

#current-time {
    grid-column: 1;
    margin: 0;
    padding: 0;
    display: block;

}

#seek-bar {
    grid-column: 2;
    width: 90%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 20px;
    margin: none;
    padding: none;
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: black 2px solid;
}

#seek-bar::-webkit-slider-runnable-track {
    height: 25px;
    border: none;
    padding: none;
    border-radius: 10px;
}


#seek-bar::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 0;
    height: 0;
    padding: 0px;
    margin: 0px;
    -webkit-box-shadow: -800px 0 0 800px var(--home-c1-color);
    box-shadow: -800px 0 0 800px var(--home-c1-color);

}

#seek-bar:disabled {
    cursor: not-allowed;
    opacity: 0.9;
}

#duration {
    grid-column: 3;
    margin: 0;
    padding: 0;
    display: block;

}

#visual1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: rgb(0, 0, 0);
    padding: auto;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: #000000 2px solid;
    min-width: 100px;
    max-height: 400px;
    overflow: hidden;
    width: 100%;
}

#canvas1 {
    display: flex;
    flex-direction: column;
    padding: 0px;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;

}

#visual2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-items: center;
    justify-content: center;
    background: rgb(0, 0, 0);
    padding: 0px;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: #000000 2px solid;
    width: 100%;
    min-width: 100px;
    max-height: 400px;

}

#canvas2 {
    display: flex;
    flex-direction: column;
    padding: auto;
    border-radius: 10px;
    width: 380px;
    height: 380px;
    position: relative;
    z-index: 1;

}

#visual3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-items: center;
    justify-content: center;
    background: rgb(0, 0, 0);
    padding: 0px;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: #000000 2px solid;
    width: 100%;
    min-width: 100px;
    max-height: 400px;

}

#canvas3 {
    display: flex;
    flex-direction: column;
    padding: auto;
    border-radius: 10px;
    width: 380px;
    height: 380px;
    position: relative;
    z-index: 1;
}

#playerhead {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    align-items: center;
    justify-items: center;
    gap: 5%;
    font-family: 'Alata', sans-serif;
    font-weight: 700;
    height: 50px;
}

#playlist-text {
    justify-self: center;
    text-align: center;
    line-height: 25px;
}

#sample-music {
    text-decoration: none;
    cursor: pointer;
    color: white;
    background-color: #000;
    border-radius: 20px;
    padding: 0px 8px;
    padding-bottom: 2px;
}

.searchbtn {
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    padding: 0px;
    border-radius: 10px;
    cursor: pointer;
    border: none;
    font-size: 0.8em;
    background: var(--bg-color);
    color: rgb(0, 0, 5);
    overflow: hidden;
    align-items: center;
    width: 90%;
    height: 45px;
    max-width: 150px;
    border: 2px solid var(--main-color);
    box-shadow: 4px 4px var(--main-color);
    animation: width-fill 0.3s;
}

@keyframes width-fill {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        transform: scale(1.3);
    }
}

.searchbtn svg {
    width: 19px;
    height: 27px;
    z-index: 5;
    margin-right: 5px;
    padding-left: 2px;
    justify-self: center;
}

.searchbtn span {
    position: relative;
    z-index: 5;
    transition: color 0.4s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 45px;
    padding: 0px;
    -webkit-user-select: none;
    user-select: none;
    font-family: inherit;
    background-color: var(--bg-color);

}


#search-list {
    display: none;
    z-index: 10;
    background-color: var(--bg-color);
    border: 2px solid;
    margin: 5px 10px 5px 10px;
    font-size: 1rem;
    padding: 0px 5px 0px 5px;
    border-radius: 10px;
    height: 30px;
    min-width: 50px;
}

#close-search {
    display: none;
}

.searchbtn::before,
.searchbtn::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 45px;
    z-index: 0;
}

.searchbtn::before {
    content: "";
    background: var(--bg-color);
    width: 120%;
    right: 10%;
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

.searchbtn:hover::before {
    transform: translate3d(-100%, 0, 0);
}

.searchbtn span:active {
    transform: scale(0.95);
}

.delbutton {
    position: relative;
    max-width: 150px;
    width: 100%;
    height: 50px;
    font-size: 0.8em;
    cursor: pointer;
    display: grid;
    grid-template-columns: 1fr;
    padding: 0px;
    align-items: center;
    border: 2px solid var(--main-color);
    box-shadow: 4px 4px var(--main-color);
    background-color: var(--bg-color);
    border-radius: 10px;
    overflow: hidden;
}

.delbutton,
.delbutton__text {
    transition: all 0.3s;
}

.delbutton svg {
    width: 19px;
    height: 27px;
    z-index: 5;
    margin-right: 5px;
    padding-left: 2px;
    justify-self: center;
}

.delbutton .delbutton__text {
    position: relative;
    z-index: 5;
    transition: color 0.4s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 45px;
    padding: 0px;
    -webkit-user-select: none;
    user-select: none;
    font-family: inherit;
    color: #fd0101;
    background-color: var(--bg-color);
}


.delbutton:active {
    transform: translate(3px, 3px);
    box-shadow: 0px 0px var(--main-color);
}

.delbutton:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.delbutton:disabled .delbutton__icon {
    width: 20%;
    transform: translateX(400%);
}

.delbutton:disabled .delbutton__text {
    color: var(--del-font-color);
}

.checkb {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: rgb(181, 180, 184);
    overflow: hidden;
    position: relative;
    border: #000000 2px solid;
}

.cbox {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 999;
}

.cbox:disabled+.c-icon {
    cursor: not-allowed;
    opacity: 0.3;

}

.checkb:has(.cbox:disabled) {
    border: #0000005b 2px solid;
}

.c-icon {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    overflow: hidden;
    position: relative;

}

.c-icon::before {
    content: "";
    display: flex;
    width: 0px;
    height: 0px;
    border-radius: 100%;
    transition: all 0.2s ease;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(32, 33, 36);
}

.cbox:checked+.c-icon:before {
    width: calc(100% + 4px);
    height: calc(100% + 4px);
}

.c-icon svg {
    z-index: 2;
    color: rgb(32, 33, 36);
    height: 30px;
    width: 30px;
}

.cbox:checked+.c-icon svg {
    color: rgb(255, 255, 255);
}

.cbox:disabled {
    cursor: not-allowed;
}

.controlbtn {
    border-radius: 100%;
    width: 60px;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.controlbtn:disabled {
    cursor: not-allowed;
}


.play-pause-back {
    background: conic-gradient(var(--home-c1-color), var(--home-c2-color), var(--home-c3-color), var(--home-c4-color), var(--home-c1-color));
    width: 65px;
    height: 65px;
    padding: 5px;
    align-content: center;
    justify-items: center;
    border-radius: 100%;
    border: #000000 2px solid;
    opacity: 1;
}



#play-pause {
    border-radius: 100%;
    width: 60px;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    border: var(--player-back-color) 2px solid;
    opacity: 1;


}

#play-pause:disabled {
    cursor: not-allowed;
    opacity: 1;
    background-color: #f0f0f0;
}

#play-pause svg {
    height: 40px;
    width: 40px;
    animation: keyframes-fill 0.3s;
}

@keyframes keyframes-fill {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        transform: scale(1.3);
    }
}

#audio-control {
    width: 100%;

}

.details-volume {
    display: grid;
    grid-template-columns: 1fr 3fr;
    width: 100%;
    align-items: center;
    justify-items: center;
    gap: 5px;


}

#albumArt {
    grid-column: 1;
    width: 100px;
    height: 100px;
    border-radius: 10px;
    cursor: pointer;
    background-color: black;
    border: #000000 2px solid;
    object-fit: contain;
    object-position: center;

}

.volume-contain {
    grid-column: 2;
    width: 100%;
    box-sizing: border-box;
}

.marquee {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    background: radial-gradient(circle at 50% 50%, #eeeeee, #eeeeee, rgba(255, 255, 255, 1));
    border-radius: 10px;


}

#songName {
    display: inline-block;
    color: var(--menu-color);
    margin: 0px;
    padding: 0px;
    font-weight: 700;
    animation: marquee 10s linear infinite;
    cursor: default;

}

#currentsonglink {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
    font-weight: 700;

}

#currentsonglink:hover {
    color: black;
    text-decoration: underline;
}

.volumemute {
    display: grid;
    grid-template-columns: 2fr 4fr 2fr 2fr;
    justify-items: center;
    align-items: center;
    width: 100%;
    padding: 10px 0px 10px 0px;



}

#vlabel {
    font-size: 0.8rem;
}

.volumemute .checkb {
    grid-column: 1;
    height: 50px;
    width: 50px;
}

#volume {
    --slider-width: 95%;
    --slider-height: 10px;
    --slider-bg: rgb(82, 82, 82);
    --slider-border-radius: 999px;
    /* level */
    --level-color: var(--home-c1-color);
    --level-transition-duration: .1s;

    grid-column: 2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: var(--slider-width);
    height: var(--slider-height);
    overflow: hidden;
    margin: 0px;

    border-radius: var(--slider-border-radius);
    -webkit-transition: height var(--level-transition-duration);
    -o-transition: height var(--level-transition-duration);
    transition: height var(--level-transition-duration);
    cursor: pointer;
    border: black 2px solid;

}

#volume::-webkit-slider-runnable-track {
    border: 0px;
    margin: 0px;
    border-radius: var(--slider-border-radius);
    height: 15px;

}

#volume::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 0;
    height: 0;
    padding: 0px;
    margin: 0px;
    -webkit-box-shadow: -200px 0 0 200px var(--level-color);
    box-shadow: -200px 0 0 200px var(--level-color);
}

#volume:hover {
    height: 15px;
}

#vpresentage {
    grid-column: 3;
    justify-content: center;

}

#go-settings {
    grid-column: 4;
}


@keyframes marquee {
    0% {
        transform: translateX(380px);
    }

    100% {
        transform: translateX(-100%);
    }
}

.tabs {
    display: grid;
    background: var(--player-tab-active-back-color);
    border-radius: 0.8rem;
    grid-template-rows: 1fr 8fr;
    z-index: 10;

}

.tbtn-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 0;
    padding: 0;
    border-radius: 0.8rem;
    background-color: var(--player-back-color);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.tbutton:nth-child(1) {
    border-top-left-radius: 0.8rem;
}

.tbutton:nth-child(3) {
    border-top-right-radius: 0.8rem;
}

.tbutton {
    padding: 1rem 0;
    border: none;
    width: auto;
    font-size: 1.3rem;
    font-family: inherit;
    color: var(--player-tab-text-color);
    letter-spacing: 1px;
    background: var(--player-tab-back-color);
    border-radius: 0.8rem;
    border: #000000 2px solid;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    cursor: pointer;
    margin: 0;
}

.tbutton:hover:not(.live) {
    border-radius: 0.8rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.tabs-content {
    display: grid;
    grid-template-columns: 1fr;
    padding: 2rem;
    font-size: 1rem;
    height: auto;
    border-radius: 0.8rem;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border: #000000 2px solid;
    border-top: none;
    align-items: center;
    justify-content: center;

}

/* hide content */
.tcontent {
    display: none;
}

.tbutton.live {
    background: var(--player-tab-active-back-color);
    color: var(--player-tab-active-text-color);
    border: #000000 2px solid;
    border-bottom: none;
    border-radius: 0.8rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.tcontent.live {
    display: flex;
    align-items: center;
    justify-content: center;
}

#settings {
    display: inline-flex;
    flex-direction: column;    
    background-color: var(--settings-back-color);
    padding-top: 10px;
    padding-left: 5%;
    padding-right: 5%;
    align-items: center;
    height: auto;
    min-height: 100vh;
}

.s-text {
    width: 100%;
    line-height: 95%;
    font-weight: 500;
}

.s-head-text {
    font-weight: 800;
    width: 100%;
    padding-right: 10px;
}

#sethead {
    display: block;   
    color: var(--settings-head-text-color);
    padding: 10px;
    padding-bottom: 20px;
    font-weight: bold;
    justify-self: start;
    font-size: 3rem;
    line-height: 3rem;
    align-items: center;
    align-content: center;
    align-self: center;
    margin: 0px;
    z-index: 1;
}

.changinglabel {
    font-size: 1.5rem;
}

.settings-content {
    display: grid;
    color: var(--settings-text-color);
    gap: 2rem;
    padding: 10px;
    z-index: 1;
    width: 100%;
    z-index: 10;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    border-radius: 10px;
}

.column-1 {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 50px 50px 50px 50px auto;
    gap: 10px;
    width: 100%;
    align-items: center;
    justify-items: center;
    padding: 5px;
}

#audio-set-head {
    grid-column: 1;
    grid-row: 1;
    display: grid;
    grid-template-columns: auto 1fr;
    width: 100%;
    align-items: center;
    padding-bottom: 5px;

}

#all-reset {
    width: fit-content;
    padding: 0.5vh 10px;
}

.rest-btn {
    font-family: inherit;
    padding: 0.6em 1.3em;
    font-weight: 800;
    font-size: 18px;
    border: 3px solid black;
    border-radius: 0.4em;
    box-shadow: 0.1em 0.1em;
    cursor: pointer;
    width: fit-content;
}

.rest-btn:hover {
    transform: translate(-0.05em, -0.05em);
    box-shadow: 0.15em 0.15em;
}

.rest-btn:active {
    transform: translate(0.05em, 0.05em);
    box-shadow: 0.05em 0.05em;
}

.select-menu {
    appearance: none;
    /* For most modern browsers */
    -webkit-appearance: none;
    /* Safari/Chrome */
    -moz-appearance: none;
    /* Firefox */
    font-family: inherit;
    padding: 0.6em 0.6em;
    padding-right: 40px;
    font-weight: 900;
    font-size: 18px;
    border: 3px solid black;
    border-radius: 0.4em;
    box-shadow: 0.1em 0.1em;

    background-color: white;
    /* Add space for the custom arrow */
    background-image: url('./icon/down-arrow.svg');
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 30px;
}


#playback-speed {
    grid-column: 1;
    grid-row: 2;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr 1fr;
    justify-items: center;
    align-items: center;
    width: 100%;

}

/* Track: webkit browsers */
#speed::-webkit-slider-runnable-track {
    height: 19px;
    background: #ccc;
    border-radius: 16px;
    border: black 2px solid;
    overflow: hidden;
}

/* Thumb: webkit */
#speed::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 0;
    height: 0;
    -webkit-box-shadow: -200px 0 0 200px var(--home-c1-color);
    box-shadow: -200px 0 0 200px var(--home-c1-color);

}

#con-pitch {
    grid-column: 1;
    grid-row: 3;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr 1fr;
    justify-items: center;
    align-items: center;
    width: 100%;

}

/* Track: webkit browsers */
#pitch::-webkit-slider-runnable-track {
    height: 19px;
    background: #ccc;
    border-radius: 16px;
    border: black 2px solid;
    overflow: hidden;
}

/* Thumb: webkit */
#pitch::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 0;
    height: 0;
    padding: 0px;
    margin: 0px;
    -webkit-box-shadow: -200px 0 0 200px var(--home-c1-color);
    box-shadow: -200px 0 0 200px var(--home-c1-color);

}

#pitchlabel {
    display: inline-flex;
    grid-column: 3;
    align-items: center;
}

#equalizer {
    grid-column: 1;
    grid-row: 4;
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    grid-template-rows: 1fr;
    justify-items: center;
    align-items: center;
    width: 100%;
}

#equ-select {
    grid-column: 2;
    grid-row: 1;
    width: 80%;
    outline: none;
}

@supports (appearance: base-select) {
    #equ-select {
        color: #000;

        &,
        &::picker(select) {
            appearance: base-select;
            top: 7px;
            bottom: 7px;
            border: 2px solid black;
            border-radius: 0.4em;
            box-shadow: 0.1em 0.1em;
            border-radius: 10px;
        }

        &::picker-icon {
            display: none;
        }

        selectedcontent {
            display: none;
        }

        option {
            padding: 10px;
            border-bottom: 2px solid black;

            &::checkmark {
                display: none;
            }
        }

        option:checked {
            background-color: black;
            color: #f8f6f6;

        }

    }
}

#equalizer-reset {
    grid-row: 1;
    grid-column: 3;
}

#equ {
    grid-column: 1;
    grid-row: 5;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    justify-content: center;
    width: 100%;
}

.divslider {
    display: grid;
    grid-template-rows: 10% 80% 10%;
    justify-items: center;
    width: 100%;
    height: 350px;
    align-items: center;

}

.sliderlabel {

    justify-content: center;
    font-size: 0.7rem;
}

.sliderlabelvalue {

    justify-content: center;
    font-size: 0.7rem;
}

.eqslider {
    width: 30% !important;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 16px;
}

.eqslider::-webkit-slider-runnable-track {
    background: #ccc;
    border-radius: 16px;
    width: 100%;
    border: black 2px solid;
    overflow: hidden;
}

.eqslider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 0;
    height: 0;
    padding: 0px;
    margin: 0px;
    -webkit-box-shadow: 0 200px 0 200px var(--home-c1-color);
    box-shadow: 0 200px 0 200px var(--home-c1-color);


}

.column-2 {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
    grid-template-rows: 50px 110px 110px 50px 50px 50px 50px 50px;
    gap: 10px;
    justify-content: center;
    align-items: center;
    padding: 5px;
}

#con-Stereo {
    grid-column: 1;
    grid-row: 1;
    display: grid;
    grid-template-columns: 1fr 3fr 4fr 3fr 1fr;
    justify-items: center;
    align-items: center;

}

.slider-wrapper {
    position: relative;
    width: 100%;
    padding: 0px;
    margin: 0px;
    align-content: center;
    /* or set specific width */
}

#Stereo {
    width: 100%;
    position: relative;
    z-index: 1;
    margin: 0px;
}

/* Track: webkit browsers */
#Stereo::-webkit-slider-runnable-track {
    height: 19px;
    background: #ccc;
    border-radius: 16px;
    border: black 2px solid;
    overflow: hidden;
}

/* Thumb: webkit */
#Stereo::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 50%;
    height: 16px;
    padding: 0px;
    margin: 0px;
    background-color: var(--home-c1-color);
}

.center-line {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 30px;
    /* taller than track */
    width: 2px;
    background-color: black;
    z-index: 2;
    /* ensure it stays above thumb */
    pointer-events: none;
    /* allow slider interaction */
}

#Stereolabel1 {
    font-size: 1.3rem;
}

#Stereolabel2 {
    font-size: 1.3rem;

}

#con-filter {
    grid-column: 1;
    grid-row: 2;
    display: grid;
    grid-template-columns: 3fr 4fr 4fr 1fr;
    justify-items: center;
    align-items: center;
}

#con-filter2 {
    grid-column: 1;
    grid-row: 3;
    display: grid;
    grid-template-columns: 3fr 4fr 4fr 1fr;
    justify-items: center;
    align-items: center;
}

.filter-label {
    font-size: 1.2rem;
    color: var(--settings-text-color);
    align-items: center;
    justify-items: center;
}

#con-filter input[type="range"] {
    width: 90%;
    background-color: var(--settings-back-color);
    padding: 0px;
    margin: 0px;
}

#con-filter2 input[type="range"] {
    width: 90%;
    background-color: var(--settings-back-color);
    padding: 0px;
    margin: 0px;
}


/* Track: webkit browsers */
.filter-range::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    appearance: none;
    height: 19px;
    background: #ccc;
    border-radius: 16px;
    border: black 2px solid;
    overflow: hidden;
}

/* Thumb: webkit */
.filter-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 0px;
    height: 16px;
    -webkit-box-shadow: -200px 0 0 200px var(--home-c1-color);
    box-shadow: -200px 0 0 200px var(--home-c1-color);
}

#con-filter-frequency {
    width: 100%;
    height: fit-content;
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    justify-items: center;
    align-items: center;
}

#con-filter-quality {
    width: 100%;
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    justify-items: center;
    align-items: center;
}

#con-filter2-frequency {
    width: 100%;
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    justify-items: center;
    align-items: center;
}

#con-filter2-quality {
    width: 100%;
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    justify-items: center;
    align-items: center;
}

#ui-set-head {
    grid-column: 1;
    grid-row: 4;
    align-self: center;
    padding: 5px 0px;

}

#visualizer-set {
    grid-column: 1;
    grid-row: 5;
    display: grid;
    grid-template-columns: 3fr 1fr 1fr;
    align-items: center;

}


.switch {

    /* switch */
    --switch-width: 75px;
    --switch-height: 36px;
    --switch-bg: rgb(131, 131, 131);
    --switch-checked-bg: rgb(0, 218, 80);
    --switch-offset: calc((var(--switch-height) - var(--circle-diameter)) / 2);
    --switch-transition: all .2s cubic-bezier(0.27, 0.2, 0.25, 1.51);

    /* circle */
    --circle-diameter: 25px;
    --circle-bg: #fff;
    --circle-shadow: 1px 1px 2px rgba(146, 146, 146, 0.45);
    --circle-checked-shadow: -1px 1px 2px rgba(163, 163, 163, 0.45);
    --circle-transition: var(--switch-transition);
    /* icon */
    --icon-transition: all .2s cubic-bezier(0.27, 0.2, 0.25, 1.51);
    --icon-cross-color: var(--switch-bg);
    --icon-cross-size: 10px;
    --icon-checkmark-color: var(--switch-checked-bg);
    --icon-checkmark-size: 16px;
    /* effect line */
    --effect-width: calc(var(--circle-diameter) / 2);
    --effect-height: calc(var(--effect-width) / 2 - 1px);
    --effect-bg: var(--circle-bg);
    --effect-border-radius: 1px;
    --effect-transition: all .2s ease-in-out;
}

.switch input {
    display: none;
}

.switch {
    display: inline-block;
}

.switch svg {
    -webkit-transition: var(--icon-transition);
    -o-transition: var(--icon-transition);
    transition: var(--icon-transition);
    position: absolute;
    height: auto;
}

.switch .checkmark {
    width: var(--icon-checkmark-size);
    color: var(--icon-checkmark-color);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.switch .cross {
    width: var(--icon-cross-size);
    color: var(--icon-cross-color);
}

.slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: var(--switch-width);
    height: var(--switch-height);
    background: var(--switch-bg);
    border-radius: 999px;
    box-shadow: black 0.1em 0.1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-transition: var(--switch-transition);
    -o-transition: var(--switch-transition);
    transition: var(--switch-transition);
    cursor: pointer;
}


.circle {
    width: var(--circle-diameter);
    height: var(--circle-diameter);
    background: var(--circle-bg);
    border-radius: inherit;
    -webkit-box-shadow: var(--circle-shadow);
    box-shadow: var(--circle-shadow);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: var(--circle-transition);
    -o-transition: var(--circle-transition);
    transition: var(--circle-transition);
    z-index: 1;
    position: absolute;
    left: var(--switch-offset);
}

.slider::before {
    content: "";
    position: absolute;
    width: var(--effect-width);
    height: var(--effect-height);
    left: calc(var(--switch-offset) + (var(--effect-width) / 2));
    background: var(--effect-bg);
    border-radius: var(--effect-border-radius);
    -webkit-transition: var(--effect-transition);
    -o-transition: var(--effect-transition);
    transition: var(--effect-transition);
}

/* actions */
.switch input:disabled+.slider {
    cursor: not-allowed;
    opacity: 0.5;
}

.switch input:checked+.slider {
    background: var(--switch-checked-bg);
}

.switch input:checked+.slider .checkmark {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.switch input:checked+.slider .cross {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.switch input:checked+.slider::before {
    left: calc(100% - var(--effect-width) - (var(--effect-width) / 2) - var(--switch-offset));
}

.switch input:checked+.slider .circle {
    left: calc(100% - var(--circle-diameter) - var(--switch-offset));
    -webkit-box-shadow: var(--circle-checked-shadow);
    box-shadow: var(--circle-checked-shadow);
}

#theme {
    grid-column: 1;
    grid-row: 6;
    display: grid;
    grid-template-columns: 1fr 3fr;
    justify-items: center;
    align-items: center;
}

#theme-select {
    grid-column: 2;
    width: 70%;
    max-width: 210px;
    min-width: 180px;
    outline: none;
}

@supports (appearance: base-select) {
    #theme-select {
        color: #000;

        &,
        &::picker(select) {
            appearance: base-select;
            top: 7px;
            bottom: 7px;
            border: 2px solid black;
            border-radius: 0.4em;
            box-shadow: 0.1em 0.1em;
            border-radius: 10px;
        }

        &::picker-icon {
            display: none;
        }

        &:disabled {
            cursor: not-allowed;
            opacity: 0.3;
        }

        selectedcontent {
            display: none;
        }

        option {
            padding: 8px;
            border-bottom: 2px solid black;

            &::checkmark {
                display: none;
            }
        }

        option:checked {
            background-color: black;
            color: #f8f6f6;

        }

    }
}

#darkmode-set {
    grid-column: 1;
    grid-row: 7;
    display: grid;
    grid-template-columns: 3fr 1fr 1fr;
    align-items: center;

}

#partymode {
    grid-column: 1;
    grid-row: 8;
    display: grid;
    grid-template-columns: 3fr 1fr 1fr;
    align-items: center;

}

#about {
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 100vh;
    padding: 0px;
    margin: 0px;
    justify-items: center;
    background: var(--about-back-color);
    box-sizing: border-box;
}

/* About Section */
.about-creator {
    display: block;
    height: 80%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: inherit;
    background: var(--about-back-color);
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10%;
    padding-right: 10%;

}

/* Container */
.container {
    display: flex;
    flex-wrap: wrap;
    background: var(--home-c2-color);
    border-radius: 20px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    max-width: 1000px;
    width: 80%;
    padding: 10px;
    text-align: center;
    animation: fadeIn 1.5s ease-in-out;
    box-shadow: 0.2em 0.2em;
    margin-bottom: 30px;
    border: #000000 2px solid;
    z-index: 10;
}

/* Section Title */
.section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    font-weight: bold;
    color: var(--about-text-color);
    text-align: center;
    max-width: 900px;
    width: 100%;
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 20px;
    border-radius: 10px;
}



/* Profile Section */
.profile {
    flex: 1;
    padding: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 5px;
    border-radius: 20px;
    border: #000000 2px solid;
    background-color: white;
}

#profile-background {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 175px;
    justify-content: space-around;
    align-items: center;
    border-radius: 10px;
    border: #000000 2px solid;
}

.profile-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    transition: transform 0.3s ease-in-out;
    border: #000000 4px solid;
    margin: 5px;
}

.profile-img:hover {
    transform: scale(1.1);
}

.creator-name-head {
    font-size: 24px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 10px;
}

.creator-name {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

.creator-description {
    font-size: 16px;
    color: #555;
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: justify;
}

/* Social Links */
.social-links {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 25px;
    margin: 10px;
}

.social-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: black;
    color: white;
    font-size: 30px;
    text-decoration: none;
    transition: transform 0.3s ease-in-out, background 0.3s ease-in-out;
}

.social-btn:hover {
    transform: scale(1.2);
    background: black;
}

/* MP3 Player Info */
.mp3-info {
    flex: 1;
    padding: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    align-items: center;
    justify-items: center;
    line-height: 1.2rem;
    border-radius: 20px;
    border: #000000 2px solid;
    margin: 5px;
    background: white;
}

.mp3-logo {
    width: 100px;
    margin-bottom: 15px;
    margin-top: 15px;
    border-radius: 10px;
}

.mp3-title {
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px
}

.mp3-description {
    font-size: 16px;
    color: #666;
    margin: 0;
    text-align: justify;
}

.features {
    list-style: none;
    justify-items: left;
    padding: 10px;
    margin: 0;
    line-height: 1.2rem;

}

.mp3-info h4 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0px;
}

.features li {
    display: block;
    font-size: 14px;
    transition: transform 0.3s ease-in-out;
    text-align: justify;
    padding: 4px;
    border: none;
    border-radius: 10px;
    line-height: 14px;

}

.features li:hover {
    transform: translateX(10px);
}

/* GitHub Button */
.github-btn {
    display: block;
    padding: 10px 20px;
    margin-top: 5px;
    margin-bottom: 10px;
    width: 200px;
    background: #24292e;
    color: white;
    text-decoration: none;
    font-size: 16px;
    border-radius: 10px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.github-btn:hover {
    background: #0366d6;
    transform: scale(1.05);
}

/* Contribution Text */
.contribution-text {
    font-size: 14px;
    color: #777;
    margin: 0px;
    padding-bottom: 10px;
    font-style: italic;
}

/* Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 1220px) {
    .home-text h1 {
        font-size: 4rem;
    }

    .home-text p {
        font-size: 1.5rem;
    }

    .home-text h3 {
        font-size: 2rem;
    }
}

@media (max-width: 1160px) {
    .home-text h1 {
        font-size: 3.6rem;
    }

    .home-text p {
        font-size: 1.3rem;
    }

    .home-text h3 {
        font-size: 1.8rem;
    }


    .cta {
        font-size: 1.5rem;
    }

    .cta svg {
        width: 33px;
        height: 21px;
    }

}

@media (min-width: 1050px) {
    .play {
        margin-bottom: 0;
    }

    .section-center {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 2rem;
        width: 90vw;
    }

    #settings {
        height: 100vh;
        max-height: 100vh;
    }

    .settings-content {
        grid-template-rows: 1fr;
        grid-template-columns: 1fr 1fr;
        font-size: 2rem;
    }

}

@media (max-width: 1050px) {
    #playersec h1 {
        font-size: 2.8rem;

    }

    #settings {

        max-height: none;
    }

    .settings-content {

        font-size: 2rem;
        align-items: center;

    }

    #about {
        max-height: none;
        height: auto;
    }
}


@media (max-width: 1000px) {
    .home-text h1 {
        font-size: 3rem;
    }

    .home-text p {
        font-size: 1.3rem;
    }

    .home-text h3 {
        font-size: 1.6rem;
    }

    .cta {
        font-size: 1.2rem;
    }

    .cta svg {
        width: 33px;
        height: 21px;
    }

    #playersec h1 {
        font-size: 2.5rem;

    }

}

@media (max-width: 900px) {
    .container {
        flex-direction: column;
        text-align: center;
    }

}

@media (max-width: 824px) {
    .home-sec-head {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto 2fr;
    }

    #homelogo-svg {
        height: 200px;
        width: 200px;
        max-width: 200px;
        justify-self: center;
    }
}

@media (max-width: 700px) {
    .home-text h1 {
        font-size: 2.6rem;
    }

    .home-text p {
        font-size: 1.2rem;
    }
}


@media (max-width: 650px) {
    .home-text h1 {
        font-size: 2.4rem;
        line-height: 2.4rem;
    }

    .home-text p {
        font-size: 1.1rem;
    }

    #playersec h1 {
        font-size: 2rem;

    }

    #playerhead {
        font-size: 1rem;
    }

    #sethead {
        font-size: 2.3rem;
        line-height: 2.3rem;
    }

    .settings-content {

        font-size: 1.5rem;
        align-items: center;

    }

    .eqslider {
        width: 40% !important;
    }

    .center-line {
        top: 50%;
    }

    ul {
        font-size: 0.8rem;
    }

    .section-title {
        font-size: 2.3rem;
    }
}

@media (max-width: 600px) {
    .home-text h1 {
        font-size: 2.4rem;
        line-height: 2.4rem;
    }

    .home-text p {
        font-size: 1rem;
    }

    #album-art-card {
        display: none;
        top: calc(50% - 290px);
        left: calc(50% - 220px);
        width: 400px;
        min-height: 520px;
        height: auto;
    }

    #album-art-card img {
        display: flex;
        width: 330px;
        height: 330px;
        margin: 10px;
        border-radius: 20px;
        background-color: #000;
        border: #000000 2px solid;
        justify-self: center;
    }
}

/* Mobile warning overlay styles */
.mobile-warning-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}

.mobile-warning-message {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    min-width: 70%;
    border-radius: 20px;
    text-align: center;
    max-width: 90%;
}

.mobile-warning-message h2 {
    margin-top: 0;
    color: #fe0d00;
    font-size: 1.2rem;
}

.mobile-warning-message p {
    margin-bottom: 20px;
    font-size: 0.8rem;
}