* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Lexend", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: white;

}

#translate-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000;
    font-size: 16px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    background:transparent;
}



body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: black;

}

/* AJUSTES */

.modal-footer {
    border-top: none;
}

.modal-backdrop {
    opacity: 0.8 !important;
}

.modal-body p {
    font-size: 1.2rem;
}

.carousel-indicators {
    margin-bottom: 3rem;
}

.carousel-indicators [data-bs-target] {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #525252;
}

/* Estilo para o indicador ativo */
.carousel-indicators .active {
    background-color: #cacaca;
}

/* CV DOWNLOAD BTN */

#cv-download-btn {
    border: 2px solid white;
    background-color: black;
    transition: 0.2s ease;
    color: white;
}

#cv-download-btn:hover i {
    color: black;

}

#cv-download-btn:hover {
    background-color: white;
    color: black;
}

#cv-download-btn i {
    color: #a8dacb;
}

#cv-download-btn:hover i,
#cv-download-btn:hover span {
    color: black !important;
}

/* VIDEO */

video {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
    filter: brightness(0.5);

}

.video-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0;
}

#video-background {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;

}

/* CONTEÚDO */

h1 {
    font-size: 3rem;


}

.title {
    font-family: "Inter Tight", sans-serif;
    font-weight: 800;
    letter-spacing: 0.3rem;
}

#scroll-icon {
    display: flex;
    justify-content: center;
    margin-top: 12rem;
}

#scroll-mobile {
    display: none;
}

a {
    text-decoration: none;

}

i.bi {
    color: #455953;

}

.content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;


}

.content h1 {
    font-size: 4rem;

}

.content p {
    font-size: 2rem;
    font-weight: 300;

}

.modal-footer {
    display: flex;
    justify-content: space-between;
}


/* SOCIALS */

#socials button {
    border-radius: 0;
    border: none;
    font-size: 1.5rem;
    padding: 1rem;
    transition: 0.2s ease;
}

#whatsapp {
    background-color: #24CC63;
}

#whatsapp:hover {
    background-color: #1daa53;
}

#linkedin {
    background-color: #094b8e;
}

#linkedin:hover {
    background-color: #063768;
}

#github {
    background-color: #222222;
}

#github:hover {
    background-color: #000000;
}

/* MODAL */

#journey-modal-btn {
    border: 2px solid white;
    background-color: black;
    transition: 0.2s ease;
    color: white;
}

#journey-modal-btn:hover i {
    color: black;

}

#journey-modal-btn:hover {
    background-color: white;
    color: black;
}

#journey-modal-btn i {
    color: #a8dacb;
}

#journey-modal-btn:hover i,
#journey-modal-btn:hover span {
    color: black !important;
}


/* LINKS EXP PROFISSIONAL */

.exp-link i {
    color: #a8dacb;
}

.exp-link {
    color: #a8dacb;
}

.exp-link:hover i {
    color: #00ffae;
}

.exp-link:hover {
    color: #00ffae;
}




/* RESPONSIVIDADE */



@media (max-width: 600px) {
    .txt-reduce {
        font-size: 2.5rem;
    }

    #socials button {
        padding: 1rem;
        font-size: 1.2rem;
    }

    #socials button i {
        display: block;
    }

    #scroll-desktop {
        display: none;
    }

    #scroll-mobile {
        display: block;
    }

    #carousel-prev-btn {
        display: none;
    }

    #carousel-next-btn {
        display: none;
    }

    .carousel-indicators [data-bs-target] {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #525252;
    }

    .carousel-indicators .active {
        background-color: #cacaca;
    }

    .carousel-indicators {
        margin-bottom: 1rem;
    }

}

@media (min-width: 830px) {

    .carousel-inner img {
        padding: 0rem 6rem;
    }

}