.img-logo {
    width: 60px;
}

:root {
    --bg-dark: #0b011d;
    --bg-card: #160a2c;
    --accent-cyan: #00f2ff;
    --accent-purple: #a020f0;
    --text-gray: #b0b0b0;
    --bg-box: rgba(8, 8, 8, 0.1);
    --bg-fundo: #080116;
}

body {
    background-color: var(--bg-dark);
    color: white;
    font-family: 'Rajdhani', sans-serif;
    overflow-x: hidden;
}

/* Navbar */
.navbar {
    background: rgba(11, 1, 29, 0.9);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Hero Section */
.hero {
    padding: 0px 0;
    background-position: center;
    text-align: center;
}

.hero h1 {
    font-size: 4rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.btn-gradient {
    background: linear-gradient(90deg, var(--accent-cyan), var(--accent-purple));
    border: none;
    color: white;
    padding: 12px 30px;
    font-weight: bold;
    border-radius: 5px;
    transition: 0.3s;
}

.btn-gradient:hover {
    transform: scale(1.05);
    box-shadow: 0 0 15px var(--accent-cyan);
}

/* Cards Estilizados */
.game-card {
    background: var(--bg-card);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    transition: 0.3s;
    overflow: hidden;
}

.game-card:hover {
    border-color: var(--accent-cyan);
    transform: translateY(-10px);
}

.card-icon-circle {
    width: 80px;
    height: 80px;
    padding: 5px;
    background: linear-gradient(45deg, var(--accent-purple), var(--accent-cyan));
    border-radius: 50%;
    margin: 0 auto 15px;
}

/* Pricing Table */
.price-box {
    background: var(--bg-card);
    border-top: 4px solid var(--accent-purple);
    padding: 40px;
    border-radius: 10px;
}

.price-box.featured {
    border-top-color: var(--accent-cyan);
    transform: scale(1.05);
}

footer {
    background-color: var(--bg-card) !important;
    padding: 50px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.game-logo img {
    width: 65px;
}

/* CSS para o Slideshow */
.slideshow-container {
    max-width: 100%;
    /* Ajusta para a largura máxima da tela */
    position: relative;
    margin: auto;
    overflow: hidden;
    /* Garante que as imagens não transbordem */
}

/* Esconde as imagens por padrão */
.mySlides {
    display: none;
    width: 100%;
    /* Garante que a imagem preencha o container */
    height: auto;
    /* Mantém a proporção */
}

/* Estilo para os botões "próximo" e "anterior" */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background-color: rgba(0, 0, 0, 0.5);
    /* Fundo semi-transparente */
}

/* Posição do botão "próximo" */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* Na hover, adiciona uma cor de fundo mais escura */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Estilo para os pontos/dots */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover {
    background-color: #717171;
}

/* Animação de fade */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* Opcional: Estilo responsivo para telas menores */
@media only screen and (max-width: 300px) {

    .prev,
    .next,
    .text {
        font-size: 11px
    }

}

/* Outros estilos do seu site podem vir aqui */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

header,
footer {
    background-color: #333;
    color: white;
    padding: 1rem;
    text-align: center;
}

.sp-layer {
    position: absolute;
    text-align: center;
    font-size: 2em;
    width: 50%;
    word-wrap: break-word;
    background-color: var(--bg-box);
    margin-top: 20%;
    margin-left: 25%;
}

.logo-mark {
    position: absolute;
    display: flex;
    min-width: 20vw;
    height: 6vh;
    margin-top: -64vh;
    background-color: var(--bg-box);
    justify-content: space-evenly;
    justify-items: baseline;
    font-size: 1.4em;
    overflow-x: visible;
}

.logo-mark p {
    margin: 0px;
    margin-top: 5px;
    text-shadow: 1px 1px 2px #05000a;
}

.logo-mark img {
    position: absolute;
    height: 6vh;
    left: 5px;
}

@media only screen and (max-width: 900px) {
    .sp-layer {
        text-align: center;
        margin-top: 30%;
        margin-left: 0 auto;
        font-size: 1em;
        width: 100%;
    }

    .sp-layer span {
        background-color: rgba(0, 0, 0, 0);
        padding: 2px;

    }

    .sp-layer {
        position: absolute;
        text-align: center;
        font-size: 1.2em;
        width: 80%;
        word-wrap: break-word;
        background-color: var(--bg-box);
        margin-top: 100%;
        margin-left: 10%;
    }

    .logo-mark {
        position: absolute;
        display: flex;
        width: 70vw;
        height: 5vh;
        margin-top: -64vh;
        background-color: var(--bg-box);
        justify-content: space-around;
        vertical-align: middle;
        font-size: .9em;
    }

    .logo-mark img {
        position: absolute;
        height: 4vh;
        left: 5px;
    }
    .sobreImg {
    border: 2px solid var(--bs-info);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(106, 111, 148, 0.5);
    width: 80%;
    float: right;
}
}

/* conteudo sobre nos */
/* Importe as fontes do Google Fonts para complementar a estética do seu site */
#sobre-nos {
    /* Use um fundo sutil do seu site */
    background-size: cover;
    background-position: center;
    position: relative;
    font-family: var(--bs-font-sans-serif);
}

#sobre-nos::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--bg-fundo);
    z-index: 1;
}

#sobre-nos .row {
    background: var(--bg-card);
    padding: 20px;
    font-size: 1.1em;
    text-align: justify;
}

#sobre-nos .container {
    position: relative;
    z-index: 2;
}

.image-container img {
    transition: transform 0.3s ease-in-out;
}

.image-container:hover img {
    transform: scale(1.05);
}

#sobre-nos .container {
    padding: 10px;
}
.sobreImg {
    border: 2px solid var(--bs-info);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(106, 111, 148, 0.5);
    width: 80%;
    float: right;
}
.sobreImg:hover {
box-shadow: 0 0 30px rgba(106, 111, 148, 0.5);
}
/* Estilização Geral da Seção de Contato */
.contact-section {
    background-color: var(--bg-fundo); /* Fundo preto como o site */
    color: #fff;
    padding: 60px 20px;
    font-family: 'Inter', Arial, sans-serif;
    display: flex;
    justify-content: center;
}

.contact-container {
    max-width: 600px;
    width: 100%;
    text-align: center;
}

.contact-container h2 {
    font-size: 2.5rem;
    margin-bottom: 10px;
    color: #fff;
}

.contact-container p {
    color: #bbb;
    margin-bottom: 30px;
}

/* Estilo do Formulário */
.contact-form {
    background-color: var(--bg-card); /* Cinza bem escuro para destaque */
    padding: 40px;
    border-radius: 12px;
    text-align: left;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #eee;
}

.form-group input, 
.form-group select, 
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    background-color: white; /* Inputs levemente mais claros que o fundo do form */
    border: 1px solid var(--bs-info);
    border-radius: 6px;
    color: var(--bg-fundo);
    font-size: 1rem;
    outline: none;
    transition: border-color 0.3s ease;
}

.form-group input:focus, 
.form-group select:focus, 
.form-group textarea:focus {
    border-color: black; /* Realce ao clicar */
}

/* Estilo do Botão */
.btn-submit {
    width: 100%;
    padding: 15px;
    background-color: var(--bs-info);
    color: #000;
    border: none;
    border-radius: 6px;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    transition: transform 0.2s ease, background-color 0.3s ease;
    color: white;
    text-shadow: 0 0 2px black;
}

.btn-submit:hover {
    background-color: #16b9c2;
    transform: translateY(-2px);
}

/* Responsividade */
@media (max-width: 900px) {
    .contact-form {
        padding: 20px;
    }
    .sobreImg {
    border: 2px solid var(--bs-info);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(106, 111, 148, 0.5);
    width: 80%;
    float: none;
    margin: 0 auto;
}

}