/*CSS variables section*/
:root {
    background-color: rgba(0, 0, 21, 1);
    
}


.heeder-large-screen{
    display: flex !important;
    justify-content: space-evenly !important;
    color:#d3d610;
    font-size: 18px !important;
    align-items: center;


}
#navDemo{
    background-color: #000015;
    
}
#navDemo a{
    font-size: 13px !important;
    color:#d3d610;
}

.hero{
    height: 650px;
    background-image: url("/");
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
    background-color: #000015; 

    
}

.hero-title img {
    max-width: 100%;
    height: auto;
    display: block;
}
.hero-description{
    background-color: rgba(0, 0, 21, .7);
    display: flex;
}
.hero-text{
    width:70% !important;
    margin: 50px !important; 
    display: flex;
    flex-wrap: wrap;
    
}


.hero-text p{
    color:white;
    width:auto;
}
.hero-title{
    text-transform: uppercase;

}
.social{
    width:100%;
}
.icons{
    font-size: 20px;
    letter-spacing: 5px;

}
main{
    width:80% !important;
    margin: auto !important;
}
.title{
    color:white;
    font-weight: 600;
    font-size: 40px;;
    margin:50px 0px;
    text-align: center;
    text-transform: uppercase;
    
}


.game-logo img{
    width:100%;
    height: 100%;
    object-fit: contain;
}
h3{
    color:white;
    text-align: center;
}

.games{
    display: flex;
    
    flex-wrap: wrap;
    align-items: center;
    /* background-color:	rgba(0, 0, 47,0.3); */
    justify-content: space-evenly;
}
.game-list{
    margin: 30px;;
    padding: 20px;
    height: 400px;
    width:250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border:1px solid gray;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/Dhavin/Dhavin/img/contato-dravin.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); /* sombra do texto */
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 4px );
    border-radius: 10px;
    border: 1px solid rgba( 255, #f1f501, 255, 0.18 );
    font-size:100%;
    
    
}

.w3-bar-item img {
    display: block;
    margin: 0 auto;
}

.container{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    justify-items: center; /* Centers items horizontally */
}
.game-list:hover{
    transform: scale(1.05);
}
.store{
    margin-top: 50px;
}
.game-store{
    margin-top: 20px !important;
display: flex;
justify-content: space-evenly;
flex-wrap: wrap;
}
.game-image{
    width:50px;
    height: 50px;
    
}
.game-image img{
    width:100%;
    height: 100%;
    object-fit: cover;
    
}
.game-store-list{
    width:50px;
    height: 50px;
     margin: 20px;
    overflow: hidden;
    border-top: none;
    
      -webkit-box-shadow: 0 8px 40px 0 rgba(45, 57, 231, 0.37);
              box-shadow: 0 8px 40px 0 rgba(45, 57, 231, 0.37);
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 4px );
    border-bottom: 1px solid #f7f809;
    color:white;
     
}

.Certificado-list{
    width:300px;
    height: 300px;
     margin: 20px;
    overflow: hidden;
    border-top: none;
    
      -webkit-box-shadow: 0 8px 40px 0 #f7f809;
              box-shadow: 0 8px 40px 0 #746c06;
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 4px );
    border-bottom: 1px solid #d3d610;
    color:white;
     

}


.store-text-description{
     
padding-left:20px;
display: flex;
flex-direction: column;
     
} 
h4{
    color:white;
    font-weight: 700;
}
.event-hero{
    display: flex;
    flex-wrap: wrap;
    background: rgba(255, 75, 255, 0.1);
    justify-content: space-evenly;
    align-items: center;
    padding:50px;
    margin-top: 50px;
    border:1px solid black;
    border-radius: 10px;
    
}
.event-text{
    width:50%;
    color: #5f6008;

}
.event-title{
    font-size: 40px;
    text-transform: uppercase;

    font-weight: 600;
    

}
.event-image{
    width:200px;
    height: 250px;
}
.event-image img{
    width: 150%;
    height: 100%;
    object-fit: contain;
}
.event-text p{
    color: white;
}
.contact{
    
    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.contact-list{
    margin-top: 15px !important;
    color: white;
}
h5{
    color:white;
}
span{
    padding-right: 10px;
}

.email-contact{
    width:80%;
    color: gray;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}






/*General CSS and CSS reset*/

html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
}










/* ____________________________________________________________________*/
/*MEDIA QUERIES*/
/*Large screens - Desktop*/
@media screen and (max-width: 1500px) {
    .hero{
        position: relative; /* Para que o posicionamento absoluto do ::before seja relativo a este elemento */
        height: 700px !important;
        background-image: url("/Dhavin/Dhavin/img/dhavin-fundo.png");
        background-size: cover; /* Ajusta a imagem de fundo para cobrir completamente o elemento */
        background-repeat: no-repeat; /* Evita que a imagem de fundo seja repetida */
        background-position: center;
        
    }
    .hero-description{
        height: 300px 
    }
    .hero-title{
        font-size:80px;
    }
    .hero-title{
        font-size:80px;
    }
    .event-image{
        width:150px;
        height: 150px;
        text-align: center;
        display: block; /* Necessário para que `margin: auto` funcione corretamente */
        margin: 15px 15px; /* Centraliza a imagem horizontalmente */
    }
    .event-image img{
        width: 100%;
        height: 100%;
        border-radius: 50%;
}
}

/*medium screens - Laptops*/
@media screen and (max-width: 1024px) {
    main{
        width:100% !important;
        margin: auto !important;
    }    
    .event-image{
        width:150px;
        height: 150px;
        text-align: center;
        display: block; /* Necessário para que `margin: auto` funcione corretamente */
        margin: 15px auto; /* Centraliza a imagem horizontalmente */
    }
    .event-image img{
        width: 100%;
        height: 100%;
        border-radius: 50%;
}

}

/*Small screens - tablets*/
@media screen and (max-width: 768px) {
    .heeder-large-screen{
        display:block !important;
    }
    header a{
        font-size: 14px;
    }
    .hero{
        height: 550px !important;
        background-image: url("/Dhavin/Dhavin/img/dhavin-fundo.png");
    }
    .hero-description{
        background-color: rgba(0, 0, 21, .7);
        
    
    }
    
    .hero-title {
        text-transform: uppercase;
        margin-bottom: 20px; /* Adiciona margem entre os títulos */
    }
    
    .hero-title img {
        max-width: 100%;
        height: auto;
        display: block;
    }
    .hero-text p{
        width: 80%;;
        font-size: 13px;
    }
    .title{
        text-align: center;
        font-size: 30px;
    }
    .event-text{
        width:80%;
        color: blueviolet;

    }
    .event-text p{
        font-size: 13px;
    }
    .event-title{
        font-size: 30px;
        text-transform: uppercase;
        font-weight: 600;
    

    }
    .event-hero{
        width: 80% ;
        margin: auto;
    }
    .event-image{
        width:150px;
        height: 150px;
        text-align: center;
        display: block; /* Necessário para que `margin: auto` funcione corretamente */
        margin: 15px 15px; /* Centraliza a imagem horizontalmente */
    }
    .event-image img{
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }
    .contact-list{
        width: 300px;
    }
    .contact{
        justify-content: space-around;
    }
    .contact-list p{
        font-size: 14px ;

    }
    h5{
        font-size: 17px;
    }
    
}

/*Extra small screens - phones*/
@media screen and (max-width: 480px) {
    .heeder-large-screen{
        display:block !important;
    }
    .hero{
        height: 350px !important;
        background-image: url("/Dhavin/Dhavin/img/dhavin-fundo.png");
    }
    .hero-description{
        background-color: rgba(0, 0, 21, .7);
    
    }
    .hero-title{
        font-size: 30px;;
    }
    .hero-text p{
        width: 100%;;
        font-size: 13px;
    }
    .title{
        text-align: center;
        font-size: 22px;
        margin-top: 100%;
    }
    .event-text{
        width:100%;
        color: blueviolet;

    }
    .event-text p{
        font-size: 13px;
    }
    .event-title{
        font-size: 30px;
        text-transform: uppercase;
        font-weight: 600;
    

    }
    .event-hero{
        width: 90% ;
        margin: auto;
    }
    .event-image{
        width:150px;
        height: 150px;
    }
    .event-image img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
    }
    .contact-list{
        width: 300px;
        padding:25px;
        border:1px solid rgba(49, 45, 45, 0.5);
        border-radius: 10px;
    }
    .contact-list p{
        font-size: 12px ;

    }
    h5{
        font-size: 15px;
    }
    
    p{
        font-size: 12px;
    }
    
}
.info-copy {
    color: #ffffff; /* Define a cor do texto geral como branco */
    text-align: center;
}

.desenvolvido-por {
    color: #ffffff; /* Define a cor do texto "Desenvolvido por" como branco */
}

.author-link {
    color: #fef601; /* Define a cor do link para o autor */
    text-decoration: none; /* Remove o sublinhado padrão do link */
}

.author-link:hover {
    text-decoration: underline; /* Adiciona sublinhado ao passar o mouse sobre o link */
}
#message {
    display: none;
    color: rgb(255, 255, 255);
}

/*whatzapp flutuante */


.whatsapp-ico {
    fill: white;
    width: 70px;
    height: 70px;
    padding: 3px;
    background: linear-gradient(90deg, #07af1a, #2db508);
    border-radius: 50%;
    box-shadow: 2px 2px 6px rgb(2, 2, 10);
    /* box-shadow: 2px 2px 11px rgba(0, 0, 0, 0.7); */
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10;
}

.whatsapp-ico:hover {
    box-shadow: 0px 5px 50px 0px #2df700 inset, 0px 5px 50px 0px #067f12, 0px 5px 50px 0px #f2eff1 inset, 0px 5px 50px 0px #19ce01;
}