@import url('https://fonts.cdnfonts.com/css/pistoleer');
@import url('https://fonts.cdnfonts.com/css/equali');
@import url('https://fonts.cdnfonts.com/css/shameimaru-sans');
@import url('https://fonts.cdnfonts.com/css/minecraft-title');
@import url('https://fonts.cdnfonts.com/css/konkhmer-sleokchher');
@import url('https://fonts.cdnfonts.com/css/minecraftia');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    height: 100vh;
    background-color: #000000;
    scrollbar-width: none;
    overflow-x: hidden;
}

header .desktop {
    position: relative;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    display: flexbox;
    background-color: #000000;
    height: 12vh;
    border-bottom: rgb(59, 59, 59) solid 1px;
    border-top: rgb(59, 59, 59) solid 1px;
}

header a {
    text-decoration: none;
    font-size: 4rem;
    font-family: 'Minecraft Title', sans-serif;
    color: #ffffff;
    text-shadow: #50006d 1px 1px 40px;
    letter-spacing: 2px;
    font-weight: 700;
    scale: 1;
    transition: scale 0.3s ease, color 0.3s ease;
}

header a:hover {
    scale: 1.1;
    color: #ffffff;
}

header h1 {
    color: #ffffff;
    margin: 25px;
}

main {
    width: 100%;
    height: 100vh;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)), url(../img/backgrounds/ricardoF.png);
    background-position: center;
    background-size: cover;
}

.container {
    justify-content: center;
    text-align: center;
    display: flex;
    margin-top: 420px;
    width: 100%;
    position: absolute;
}
.container h3 {
    margin-top: -75px;
    border-radius: 20px;
    padding: 10px 30px;
}

.content h1 {
    color: #ffe600;
    font-family: minecraftia, sans-serif;
    animation: fade-in 2s forwards, glow 2s forwards;
    text-shadow: #000000 1px 1px 10px;
}

.content a {
    margin-top: 30px;
    color: #ffffff;
    font-size: 2rem;
    text-decoration: none;
    font-family: Minecraft title, sans-serif;
    animation: fade-in 2s forwards, glow 2s forwards;
    text-shadow: #ff0095 2px 2px 1px;
}

.content h1::before {
    content: "";
    display: block;
    width: 100px;
    margin: 0 auto;
    border-bottom: 1px solid #ffffff;
    animation: esticar 2s forwards;
}

.content p {
    color: #ffffff;
    margin-top: 30px;
    font-size: 1.2rem;
    font-family: minecraftia, sans-serif;
    animation: fade-in 2s forwards;
    text-shadow: #000000 2px 2px 1px;
}

.content h2 {
    color: #7289da;
    border-bottom: #7289da 1px solid;
    display: inline-block;
    margin-top: 20px;
    font-size: 2rem;
    font-family: 'Minecraft Title', sans-serif;
    animation: fade-in 1s ease forwards, glow 2s ease infinite;
}

#logo {
    width: 400px;
    height: auto;
    max-width: 100%;
    margin: 20px 20px;
    filter: brightness(1.4);
    scale: 1.2;
    animation: fade-in 2s ease forwards;
    cursor: pointer;
}

.socials img {
    margin-top: 20px;
    height: 80px;
    width: 80px;
    transition: scale 0.2s ease;
    animation: fade-in 1s ease forwards;
}

.socials img:hover {
    scale: 1.1;
}

#status {
    color: #ffffff;
    font-family: 'Minecraft Title', sans-serif;
    background-color: rgba(26, 26, 26, 0.6);
    text-shadow: #000000 2px 2px 0px;
    font-size: 1.5rem;
    top: 10px;
    position: absolute;
}

.ct {
    font-family: minecraft title, sans-serif;
    font-size: 3.5rem;
    color: white;
    text-decoration: none;
    text-shadow: #ff0000 0px 0px 0px;
    animation: bright 1s ease infinite;
}

footer{
    width: 100%;
    height: 25vh;
    margin-top: 250px;
    background-color: #030303;
    border-top: #ffffff 1px solid;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

footer a{
    font-size: 1.2rem;
    font-family: 'montserrat', sans-serif;
    font-weight: bold;
    text-decoration: none;
    color: white;
    line-height: 30px;
}

footer a:hover{
    text-decoration: underline;
}

@keyframes bright {
    0% {
        text-shadow: #ff0000 0px 0px 0px;
    }

    50% {
        text-shadow: #ff0000 0px 0px 40px;
    }


}

@keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes esticar {
    from {
        width: 0px;
    }

    to {
        width: 310px;
    }
}

@keyframes glow {
    0% {
        text-shadow: #7289da 0 0 0px;
    }

    50% {
        text-shadow: 0 0 6px #7289da;
    }
}

.header-mobile {
    display: none;
}

@media (max-width: 768px) {
    * {
        overscroll-behavior-x: none;
        scrollbar-width: none;
    }


    .container-2 {
        display: none;
    }


    header .desktop {
        display: none;
    }

    .header-mobile {
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 100%;
        height: 10vh;
        background-color: #000000;
        border-bottom: rgb(59, 59, 59) solid 1px;
    }

    #btn-open {
        width: 30px;
        height: 30px;
        background: none;
        border: none;
        color: #ffffff;
        border-radius: 4px;
        font-size: 2rem;
        transform: translateY(-22px);
        padding: 20px 10px;
        cursor: pointer;
    }

    #menu {
        display: flex;
        position: fixed;
        flex-direction: column;
        align-items: right;
        justify-content: right;
        background-color: #000000;
        border: 1px solid rgba(255, 255, 255, 0.164);
        transform: translate(300%, 75%);
        text-align: right;
        transition: 0.5s;
        padding: 10px 30px;
        z-index: 2;
        border-bottom-left-radius: 10px;
    }

    #menu a {
        text-decoration: none;
        color: #ffffff;
        border-bottom: rgba(255, 255, 255, 0.164) 1px solid;
        font-size: 1.7rem;
        transition: color 0.3s ease;
    }

    #menu.open {
        transform: translate(35%, 75%);
    }

    .main {
        /*O texto da pagina atual no header mobile*/
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transform: translateX(20%) scale(0.8);
    }

    body {
        height: 100vh;
    }

    header {
        height: 10vh;
    }

    header a {
        font-size: 3rem;
    }

    .container {
        max-height: 100vh;
        right: 0px;
    }

    iframe {
        width: 90%;
    }

    .content h1 {
        font-size: 1rem;
    }

    .content h1::before {
        animation: esticar-mobile 2s forwards;
    }

    @keyframes esticar-mobile {
        from {
            width: 0px;
        }

        to {
            width: 320px;
        }
    }

    .content p {
        font-size: 0.8rem;
        width: 73%;
        transform: translateX(19%);
    }

    .content h2 {
        font-size: 1.5rem;
    }
    .ct{
        color: #ff0000;
        animation: bright 1s ease infinite;
    }
    #status {
        font-size: 1.2rem;
        top: -10px;
    }

    
}