#bg-video{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.tabs {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.tabs a{
    text-decoration: none;
    color: #aaa;
    border-bottom: 1px solid transparent;
    padding-bottom: 5px;
    transition: 0.3s;
}

.tab-xemi:hover{
    color: white;
    border-bottom: 1px solid red;
}

.tab-ditmouth:hover{
    color: white;
    border-bottom: 1px solid rgb(67, 4, 214);
}


.equalizer {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 6px;
    height: 30px;
    margin: 15px auto;
}

.equalizer span{
    width: 4px;
    height: 10px;
    background: rgb(67, 4, 214);
    box-shadow: 0 0 10px rgb(67, 4, 214);
    border-radius: 2px;
    transition: height 0.1s;
}



body {
background-image: url();
background-size: cover;
background-color: #050505;
background-position: center;
background-repeat: no-repeat;
margin: 0;
font-family: 'Montserrat', sans-serif;
color: white;
text-align: center;
}



.container {
margin-top: 60px;
position: relative;
z-index: 2;
}


.profile {
width: 180px;
height: 180px;
border-radius: 50%;
margin: auto;
background: url("prof.jpg") center/cover;
box-shadow: 0 0 30px rgb(67, 4, 214);
}


.name {
margin-top: 25px;
font-size: 26px;
letter-spacing: 10px;
color: #eaeaea;
}


.line {
width: 120px;
height: 2px;
background: rgb(67, 4, 214);
margin: 10px auto 5px;
box-shadow: 0 0 10px rgb(67, 4, 214);
}


.subtitle {
font-size: 12px;
opacity: 0.5;
letter-spacing: 3px;
}


.links {
margin-top: 50px;
}

.link {
display: flex;
align-items: center;
justify-content: center;
gap: 15px;

width: 85%;
max-width: 320px;
margin: 15px auto;
padding: 18px;

border: 1px solid rgb(67, 4, 214);
text-decoration: none;
color: #ccc;

transition: 0.3s;
box-shadow: 0 0 10px rgb(67, 4, 214);
}

.link:hover {
transform: scale(1.05);
color: white;
border: 1px solid rgb(67, 4, 214);
box-shadow: 0 0 20px rgb(67, 4, 214);
}


.icon {
font-size: 20px;
}


.footer {
margin-top: 60px;
font-size: 11px;
opacity: 0.3;
letter-spacing: 2px;
}

.chuj {
margin-top: 13px;
font-size: 11px;
opacity: 0.3;
letter-spacing: 2px;
}

.link i {
    font-size: 22px;
    color: #ccc;
    transition: 0.3s;
    color: rgb(67, 4, 214);
    text-shadow: 0 0 10px rgb(67, 4, 214);
}

.star {
    margin-top: 20px;
    font-size: 18px;
    color: rgb(67, 4, 214);
    text-shadow: 0 0 10px rgb(67, 4, 214);
}

.music-player{
    margin-top: 30px;
    position: relative;
    z-index: 10;
}

.music-player button{
    pointer-events: auto;
    cursor: pointer;
    all: unset;
    display: inline-block;
    padding: 12px, 25px;
    border: 1px solid rgb(67, 4, 214);
    color: #ccc;
    font-size: 14px;
    letter-spacing: 2px;
    cursor: pointer;
    text-align: center;
    transition: 0.3s;
}

.music-player button:hover{
    color: white;
    border: 1px solid rgb(67, 4, 214);
    box-shadow: 0 0 15px rgb(67, 4, 214);
}


.mini-player{
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid rgb(67, 4, 214);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ccc;
    cursor: pointer;
    z-index: 10;
    transition: 0.3s;
}

.mini-player:hover{
    color: white;
    border: 1px solid rgb(67, 4, 214);
    box-shadow: 0 0 15px rgb(67, 4, 214);
}