@font-face {
    font-family: "uno";
    src: url("super_beatpop/Super Beatpop.ttf");
}

@font-face {
    font-family: "dos";
    src: url("YouthShandey/Youth Shandey.ttf");
}

@font-face {
    font-family: "tres";
    src: url(sunwish_maverick/Sunwish\ Maverick.ttf);
}

@font-face {
    font-family: "cuatro";
    src: url(piscolabis/Piscolabis-Regular.otf);
}

html, body{
    padding: 0;
    margin: 0;

    background-color: #7692FF;

    font-family: "dos", serif;
}

body{
    cursor: url(imagen/Blue\ Moon.cur), auto;
}

a:hover{
    cursor: url(imagen/Star.cur), pointer;
}


/* HEADER */
header{
    height: 100px;
    margin: 40px;
    padding: 0 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #091540;
    background-image: url("imagen/Abiiii.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    color: white;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(25, 4, 104, 0.63);
    overflow: hidden;
}

header h1{
    margin: 0;

    font-family: "dos";
}

/* MENU */
nav ul{
    display: flex;
    flex-direction: column;

    gap: 10px;

    list-style: none;

    margin: 0;
    padding: 0;
}

nav li{
    position: relative;
}

nav li a{
    display: inline-block;

    color: #3D518C;

    text-decoration: none;

    transition: 0.3s;

    font-family: "dos";
    font-size: 20px;
}

nav li a:hover{
    color: #2750c2;

    transform: scale(1.1) translateX(5px);
}
/*
nav li a::before{
    content: "↪";

    color: #ffffff;

    margin-right: 6px;

    font-size: 14px;
}
*/

nav li a:hover::before{
    content: "↓";
    margin-right: 6px;
}

.title::before{
    content: "✮";
    color:white;
    display: inline-block;
    margin-right: 14px;
}

.title2::before{
    content: "⟡";
    color:white;
    display: inline-block;
    margin-right: 14px;
}

.title3::before{
    content: "☾";
    color:white;
    display: inline-block;
    margin-right: 14px;
}

/* SUBMENU */
.submenu{
    display: block;
    padding-left: 20px;
    margin-top: 5px;
}

.cards-container{
    flex-wrap: wrap;
    gap: 20px;
    padding: 24px;
    margin: 40px;
    color:white;
    display: grid;
    grid-template-columns: 240px 700px 240px;
    gap: 20px;
    justify-content: center;
    align-items: start;
    grid-template-columns: 240px 700px 240px;
}

.card,
.card-d{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    border-radius: 8px;
    overflow: hidden;
    border: #ffffff 2px solid;
    width: 500px;
    background-color: #091540;
    box-shadow:
        0 0 10px rgba(255,255,255,0.2),
        0 4px 10px rgba(0,0,0,0.4);
    color: white;
    font-family: "cuatro";
}

.card{
    width: 240px;
}

.card-d{
    width: 700px;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.card-d h1{
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: normal;
}

.back{
    background-image: url("imagen/back.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.caja-de-texto h2{
    background-color: #091540c0;
    color: white;
    padding: 10px 20px;
    border-radius: 12px;
    backdrop-filter: blur(3px);
    text-shadow: 0 0 5px rgba(0,0,0,0.10);
    font-family: "dos";
}

.caja-p{
    background-color: #405291c0;
    color: white;
    padding: 10px 20px;
    border-radius: 30px;
    text-shadow: 0 0 5px rgba(0,0,0,0.10);
    font-family: "tres";
}

.p-letra{
    font-family: cuatro;
}

.back p{
    margin-top: auto;
    font-size: 30px;
    text-align: center;
    text-shadow: 0 0 4px black;
}
.card-columna{
    display: flex;
    flex-direction: column;

    gap: 20px;
}

.music-player button:hover{
    cursor: url("imagen/Star.cur "), pointer;
}

.music-player{
    cursor: url("imagen/Blue\ Moon.cur"), auto;


    margin: 20px auto 0 auto;
    position: relative;
    width: 320px;
    padding: 20px;
    border-radius: 18px;
    background: linear-gradient(
        180deg,
        #091540,
        #132c7a
    );
    border: 2px solid white;
    box-shadow:
    0 0 10px #ffffff55,
    0 0 25px #4f7cff55;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    cursor: url("imagen/Blue\ Moon.cur"), auto;
}

.stars{
    position: absolute;
    inset: 0;
    background-image:
    radial-gradient(white 1px, transparent 1px),
    radial-gradient(#bcd3ff 1px, transparent 1px);
    background-size: 40px 40px, 70px 70px;
    opacity: 0.35;
    pointer-events: none;
}
.stars{
    position: absolute;
    inset: 0;
    background-image:
    radial-gradient(white 1px, transparent 1px),
    radial-gradient(#bcd3ff 1px, transparent 1px);
    background-size: 40px 40px, 70px 70px;
    opacity: 0.35;
    pointer-events: none;
}
.music-info{
    text-align: center;
    z-index: 2;
}

.music-info h2{
    margin: 0;
    color: white;
    font-family: "dos";
    font-size: 28px;
    text-shadow: 0 0 10px #ffffff88;
}
.music-info p{
    margin: 4px 0 0;
    color: #c7d6ff;
    font-size: 14px;
}

.controls{
    z-index: 2;
}
.controls button{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid white;
    background-color: #1f3f99;
    color: white;
    font-size: 26px;
    transition: 0.3s;
    cursor: url("imagen/Star.cur"), auto;

}.controls button:hover{
    transform: scale(1.1);
    background-color: #3f68e6;
    box-shadow:
    0 0 10px white,
    0 0 25px #7da2ff;
}

.controls button{
    width: 65px;
    height: 65px;

    border-radius: 50%;

    border: 2px solid white;

    background-color: #1f3f99;

    color: white;

    font-size: 22px;

    transition: 0.3s;

    cursor: url("cursor.cur"), auto;
}

.controls button:hover{
    transform: scale(1.1);

    background-color: #3f68e6;

    box-shadow:
    0 0 10px white,
    0 0 25px #7da2ff;
}

.cover{
    width: 180px;
    height: 180px;

    object-fit: cover;

    border-radius: 12px;

    display: block;
    margin: 15px auto;
}

.cover-video{
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 100px;
    border: 2px solid white;
    display: block;
    margin: 15px auto;
    box-shadow:
    0 0 10px #f47aff,
    0 0 20px #3f68e6;
}

.music-player button{
    cursor: url("imagen/"), pointer;
}