@import url('../css2');

body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #36393F;
}

video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.avatar:focus {
    outline: none;
    -webkit-tap-highlight-color: transparent; 
}

.discord-profile {
    text-align: center;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 0 20px rgba(0, 0, 0, 0.4);
    color: #FFFFFF;
    position: relative;
    margin: 25px;
    width: 295px;
    max-width: 425px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.profile-cover {
    width: 115%;
    height: 115%;
    background-image: url('');
    background-size: cover;
    background-position: center;
    position: absolute;
    top: -100px;
    left: 0;
    z-index: -1;
}

.topo {
    width: 60px;
    height: 60px;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 245px;
    position: relative;
}

.avatar {
    z-index: 1;
    width: 115px;
    height: 115px;
    position: relative;
    margin-top: -60px;
    display: block;
    margin-left: 77px;
    margin-right: auto;
    border-radius: 100px;
    border: 7px solid #131314;
    transition-duration: 0.4s;
    transition-property: transform;
}

.pfp img { 
    width: 165px;
    height: 165px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    margin: 0 auto 20px;
    border: 4px solid #090909;
    cursor: pointer;
}

.avatars {
    width: 165px;
    height: 165px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    margin: 0 auto 20px;
    border: 4px solid #444;
    cursor: pointer;
}

.avatard {
    width: 165px;
    height: 165px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    margin: 0 auto 20px;
    border: 5px solid #444;
    cursor: pointer;
}

.pfp img:hover {
    transform: scale(1.1);
    filter: brightness(1.2);
    transition: .2s;
}

.nick {
    font-family: 'Arial', sans-serif; 
    font-size: 2px;
    font-weight: bold; 
    margin: 0 0 -9px;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
}

.nickr {
    font-family: sans-serif;
    font-size: 23px;
    font-weight: bold; 
    margin: 0 0 -9px;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
}

.subnick {
    font-family: 'Arial', sans-serif; 
    font-size: 15px;
    opacity: 0.7;
    user-select: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.badges {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
}

.badge {
    width: 38px;
    height: 38px;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0px;
    position: relative;
}

.badge[data-tooltip] {
    position: relative;
    cursor: pointer;
}

.badge[data-tooltip]::after {
    content: attr(data-tooltip);
    position: absolute;
    background-color: #444;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: 1;
    font-size: 12px;
    opacity: 0;
    transition: opacity 0.3s ease;
    font-family: 'Arial', sans-serif;
}

.badge[data-tooltip]:hover::after {
    opacity: 1;
}

.badge,
.social-button,
.subnick {
    margin-top: 10px;
}

.social-buttons {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.social-button {
    margin: 0 10px;
    width: 45px;
    height: 45px;
    background-color: transparent; 
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-decoration: none;
}

.social-button:hover {
    background-color: var(--cor)
}

.social-icon {
    font-size: 18px;
    color: #ffffff;
}

.server-button {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    user-select: none;
}

.server-button-text {
    font-size: 18px;
    color: #FFFFFF;
    margin-left: 0px;
    cursor: default;
}

a {
    text-decoration: none;
    outline: none;
}

audio {
    controls autoplay style="background: none; border: none; width: 100%;";
}

.discord-profilee {
    text-align: center;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 0 20px rgba(0, 0, 0, 0.4);
    color: #FFFFFF;
    position: relative;
    margin: 25px;
    max-width: 425px;
    height: 375px;
    background-color: #000000;
}

.pfp {
    position: relative;
    display: inline-block;
}

.profile-img {
    width: 115px;
    height: 115px;
    border-radius: 50%;
}

.crown {
    position: absolute;
    top: -52px; /* Ajuste mínimo para posicionar melhor */
    left: 48%;
    transform: translateX(-50%);
    width: 55px !important;
    height: 55px !important;
    z-index: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    border: none !important;
}

.show-crown {
    opacity: 1; 
}

.social-buttonss {
    align-items: center;
    justify-content: center;
}

.social-buttonn {
    margin: 10px 10px;
    width: 45px;
    height: 45px;
    background-color: transparent; 
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-decoration: none;
}

.social-buttonn:hover {
    background-color: red; 
}

.social-iconn {
    font-size: 18px;
    color: #FFFFFF;
}

.server-buttonn {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    user-select: none;
}

.server-buttonn-text {
    font-size: 18px;
    color: #FFFFFF;
    margin-left: 10px;
    cursor: default;
    align-items: center;
    justify-content: center;
}

.userss {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: beige;
    margin: 10px -110px 10px 10px;
}

.video-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; 
    background-color: #000;
    overflow: hidden;
    opacity: 0.1;
}

.video-overlay video {
    width: 100%;
    height: 100%;
    object-fit: cover; 
}

footer {
    position: fixed;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: auto;
}

.discord-button {
    display: inline-flex;
    align-items: center;
    padding: 10px 10px;
    border: 1.5px solid #444;
    border-radius: 25px;
    font-family: monospace;
    font-size: 0.9em;
    color: #444;
    text-decoration: none;
    transition: background-color 0.3s, color 0.5s;
    background-color: transparent;
}

.discord-button:hover {
    background-color: #444;
    color: #ffffff;
}

.discord-button img {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    vertical-align: middle;
}

@media (max-width: 768px) {
    body {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    @media (max-width: 600px) {
        body {
            margin: 0;
            padding: 0;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }

    @media (max-width: 300px) {
        body {
            margin: 0;
            padding: 0;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }

    @media (max-width: 400px) {
        body {
            margin: 0;
            padding: 0;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }
    }
}
