/*CONSTRUÇÃO DA HOME*/
html {
  scroll-behavior: smooth;
}
body{
    background-color: #8d8d8d;
}
body.modal-open {
  padding-right: 0 !important;
}


/*CABEÇALHO DA PÁGINA*/
header{
    top: 0;
    left: 0;
    width: 100%;
    background-color: #0000004d;
    backdrop-filter: blur(5px);
    position: fixed;
    z-index: 10;
}

.logo-icon{
    width: 10%;
    transition: filter 0.3s ease;
}
.logo-icon:hover{
    filter: invert(85%);
}
.user-icon {
    color: #ffffff;
} 


/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


/*INÍCIO DA PÁGINA CHRONOSBIT*/
.logo {
    display: inline;
    width: 70%;
    padding-top: 5%;
}
.icone {
    width: 10%;
    padding-right: 0;
}
.inicio{
    background-image: url(../Assets/image/bg-chronosBit.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100vh;
}
.intro-section {
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0,0,0,0.6);
    padding: 60px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 50vh;
}

.slogan {
    font-size: 3rem;
    font-family: "Baloo 2", sans-serif;
    color: #ffffffd5; 
    margin-bottom: 20px;
}

.ver-jogos {
    font-size: 1rem;
    margin-top: 15px;
}

.ver-jogos .btn {
    padding: 10px 25px;
    background-color: #999999ac;
    border-radius: 10px;
    border-width: 2px;
    border-style: solid;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.6); 
    border: 2px solid #ffffff;  
    transition: all 0.3s ease;
    font-weight: 600;
}
.ver-jogos .btn:hover {
    background-color: #fff;
    color: #000;
}



/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


/*MENSAGEM: "DO CÓDIGO NASCE A MAGIA DOS JOGOS - EM BITS QUE MOLDAM UNIVERSOS PIXELADOS" */
.componente {
    background-color: #040404;
    font-family: 'Orbitron', sans-serif;
    color: #ffc107;
    border-top: 2px solid;
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, #000000, #ffffff, #000000) 1;
    padding: 25px 0;
    position: relative;
    overflow: hidden;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.componente p {
    display: flex;
    align-items: center;
    justify-content: center; 
    margin: 0;
}
.componente span {
    position: absolute;
    white-space: nowrap;
}
.componente img {
    width: 100%;
    height: 100%;
    margin: 1%;
}


/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


/*JOGOS EM DESENVOLVIMENTO: ALLEY ANIMALS E MESTRE ESPINAFRE*/
#jogos {
    scroll-margin-top: 100px; 
}
.jogo{
    font-family: 'Orbitron', sans-serif;
}
@media (max-width: 992px) {
    .title-h1 { 
        text-align: left;
        padding: 1rem;
    }
}
@media (max-width: 576px) {
    .title-h1 {
        font-size: 1.5rem; 
        text-align: center;
        padding: 1rem;
    }
}


.Alley-Animals, .Mespinafre {
    position: relative;
    width: 100%; 
    height: 45vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.4s ease-in-out;  
}
.Alley-Animals{
    background-image: url(../Assets/image/bg-jogo-dia.png);
}
.Alley-Animals:hover { 
    border: 2px solid #ffc107; 
    background-image: url(../Assets/image/bg-jogo-noite.png);
}
.Alley-Animals h1{
    font-family: "Baloo 2", "Fredoka", "Quicksand", sans-serif;
    font-size: 4rem;
    color: #f3e3C1;
    -webkit-text-stroke: 2px #2A2A2A;
    text-shadow: 0 2px 4px #00000073;
}
.Mespinafre {
    background-image: url(../Assets/image/bg-espinafre1.png);
}
.Mespinafre:hover {
    border: 2px solid #ffc107;
    background-image: url(../Assets/image/bg-espinafre2.png); 
}
.Mespinafre h1 {
    font-family: "Baloo 2", "Fredoka", "Quicksand", sans-serif;
    font-size: 4rem;
    -webkit-text-stroke: 2px #2A2A2A;
    text-shadow: 0 2px 4px #00000073;
}
.Mespinafre h1 span {
    color: #ff7300;
}

.modal-alleyanimals{
    background: linear-gradient(145deg, #000000, #1d1c1c);
    border: 2px solid #ffffff;
    border-radius: 12px;
    box-shadow: 0 0 25px #ffffffcc;
    animation: fadeInModal 0.5s ease-in-out;
}
.modal-mespinafre {
    background: linear-gradient(145deg, #000000, #010829);
    border: 2px solid #0051ff;
    border-radius: 12px;
    box-shadow: 0 0 25px #2d57e0;
    animation: fadeInModal 0.5s ease-in-out;
}

.modal-header {
    border-bottom: 1px solid #ffffff;
    text-align: center;
}
.modal-body img {
    max-width: 100%;
    height: auto;
}
.title-game-modal-alleyanimals {
    font-family: 'Orbitron', sans-serif;
    font-size: 1.8rem;
    font-weight: bold;
    color: #f3e3C1;
    border: #000000;
    -webkit-text-stroke: 1px #000000;
    text-shadow: 0 0 10px #f3e3c1cc
}
.title-game-modal-mespinafre {
    font-family: 'Orbitron', sans-serif;
    font-size: 1.8rem;
    font-weight: bold;
    color: #0059ff;
    text-shadow: 0 0 10px #000000;
}
.title-game-modal-mespinafre span {
    color: #ff7300;
}


/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


/*EQUIPE DE DESENVOLVIMENTO*/
.equipe {
    font-family: 'Orbitron', sans-serif;
    font-size: 24px;
    height: 60vh;
    border-top: 2px solid;
    border-image: linear-gradient(to right, #000000, #ffffff, #000000) 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    z-index: 1; 
}
.equipe h1,
.carousel-container {
    position: relative;
    z-index: 1;
}
.funcionario {
    position: relative;
    flex: 0 0 100%;
    overflow: hidden;
    border-radius: 5px;
}
.funcionario img {
    width: 100%;
    padding: 4%;
    display: block;
    cursor: pointer;
    transition: transform 0.3s ease;
}
.funcionario:hover img {
    transform: scale(1.09);
}
.funcionario .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
    color: #ffffff;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 5px;
    z-index: 2;
    pointer-events: none; 
}
.funcionario:hover .overlay {
    opacity: 1;
}

.carousel-container {
    width: 90%;
    height: auto;
    margin: auto;
    overflow: hidden;
    position: relative;
}
.carousel-track {
    display: flex;
    transition: transform 0.5s ease;
}

@media (min-width: 768px) {
    .funcionario { 
        flex: 0 0 50%; 
    }
}

@media (min-width: 992px) {
    .funcionario { 
        flex: 0 0 33.333%; 
    }
}
@media (max-width: 992px) {
    .funcionario .overlay {
        pointer-events: none;
    }
}



/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


/*ELEMENTOS SOBRE*/
.sobre{
    background-color: #000000;
}
.topico-title {
    font-family: 'Orbitron', sans-serif;
    font-weight: bold;
    color: #ffffff;
}
.topico {
    border-left: 2px solid transparent;
    border-image: linear-gradient(to bottom, transparent, #ffffff, transparent) 1;
    border-right: 2px solid transparent; 
    border-image: linear-gradient(to bottom, transparent, #ffffff, transparent) 1;
}
.carousel-item {
  justify-content: center;
  align-items: center; 

}

.carousel-item img {
  max-height: 100%;
  width: auto;
  object-fit: cover;
}

.descricoes {
    text-align: justify;
}
.descricoes span {
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bold;
    transition: color 0.3s ease;
}
.descricoes span:hover {
    color: #ffc107;
}
.item p {
    font-size: 0.875rem;
    line-height: 1.4;
}


/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


/* BOTÕES DE AVANÇO NO CARROSSEL*/
.destaque-seta {
    top: 50%;
    transform: translateY(-60%);
    width: 3rem;
    height: 3rem;
}


/*ESTILO DO RODAPÉ*/
footer {
    background-color: #000;
    padding: 0;
}

footer a:hover {
    text-decoration: underline;
    color: #ffc107 !important;
}
*{
    user-select: none;
}