*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    max-width: auto;
    overflow-x: hidden;
}

html{
    scroll-behavior: smooth;
    overflow-x: hidden;
}
@font-face {
    font-family: Oxygen;
    src: url(/fontes/oxygen.otf);
}

header{
    background-color:rgba(0, 0, 0, 0.04);
    padding: 40px 40px 0px 70px;
    display: flex;
    height: 140px;
    position: fixed;
    width: 100%;
    z-index: 10;
}

.logo{
    color: white;
    font-size: 30px;
    width: 50%;
}

.logo a{
    text-decoration: none;
    color: black;
}

.hide{
    opacity: 0;
    transition: 1s;
    height: 0;
}

.show{
    transition: 1s;
    opacity: 1;
    height: 165px;
}

.menu{
    position: absolute;
    left: 0;
    top: 120px;
    width: 100%;
    overflow-x: hidden;
    background-color: black;
    text-align: center;
    font-family: Oxygen;
}

.menu a{
    display: inline-block;
    padding: 10px 0;
    text-decoration: none;
    color: white;
    font-size: 23px;
}

.menu a:hover{
    text-decoration: underline;
}

.header-menu-pc{
    width: 100%;
    height: 100%;
    padding: 20px 0px 0px 0px;
}

.header-menu-pc a{
    text-decoration: none;
    color: white;
    font-family: Oxygen;
    font-size: 22px;
    padding: 0px 20px 0px 20px;
    transition: color 0.3s;
}
.header-menu-pc a:hover{
    color: #f3031d;
}

#mainNav.navbar-shrink {
    background-color: #000;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #000;
  }
  #mainNav.navbar-shrink .nav-link {
    color: #000;
    padding: 20rem;
    border-bottom: 0.25rem solid transparent;
  }
  #mainNav.navbar-shrink .nav-link:hover {
    color: #64a19d;
  }
  #mainNav.navbar-shrink .nav-link:active {
    color: #467370;
  }
  #mainNav.navbar-shrink .nav-link.active {
    color: #64a19d;
    outline: none;
    border-bottom: 0.25rem solid #64a19d;
  }

.icon-menu-mobile{
    width: 100px;
    height: 100%;
    text-align: right;
}

.icon-menu-mobile i{
    top: 100px;
    font-size: 30px;
    color: white ;
    cursor: pointer;
}

.background-header-image{
    width: 100%;
    height: 100vh;
    background-image:url(/imagens/Headerimagem.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    position: relative;
    justify-content: center;
    align-items: center;
    background-attachment: fixed;
    box-sizing: border-box;
    display: flex;
    position: relative;
}  

.background-header-text{
    z-index: 1;
    width: 100%;
    color: whitesmoke;
    font-family: Oxygen;
    text-align: center;
    position: absolute;
    box-sizing: border-box;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    filter: none;
}

.background-header-text h1{
    padding: 0px 0px 0px 0px;
    font-size: 80px;
}

.background-header-text p{
    padding: 0px 0px 20px 0px;
}

.nonstop-img{
    z-index: 2;
    position: absolute;
    top: 52%;
}

.body-section-about{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    height: 600px;
    font-family: Oxygen;
    background-image: url(/imagens/GGBLACKBB.svg);
    background-color: black;
    
}

.section-about-text{
    max-width: 600px;
    margin: 0 auto;
}

.section-about-text h1{
    font-size: 60px;
    font-weight: bold;
    color: white;
}

h1 .redlight{
    color: #ff0000
}

.section-about-text p {
    font-size: 27px;
    margin-top: 20px;
    color: white;
}

.section-about-logo{
    width: 300px; /* Ajuste conforme necessário */
    height: auto;
    margin: 0px 300px 0px 0px;
    transform: matrix3d();
    transition-behavior: normal normal normal normal normal normal;
}

.body-section-imggames{
    width: 100%;
    height: auto;
}

.body-div-imggames{
    width: 100%;
    text-align: center;
    margin: 50px 0px 50px 0px;
}

.body-div-imggames img{
    padding: 0px 50px 0px 50px;
    width: 300px;
}

.body-div-imggames .valorant-image {
    width: 250px;
}

.showcase .showcase-text {
    padding: 3rem;
  }
  .showcase .showcase-img {
    min-height: 30rem;
    background-size: cover;
  }
  @media (min-width: 768px) {
    .showcase .showcase-text {
      padding: 7rem;
    }
  }

  

.body-section-socialmedia{
    width: 100%;
    height: 800px;
    background-color: #e10a21;
    display: flex;
    overflow-y: hidden;
}

.joint-text-square{
    position: relative;
    width: 800px;
    height: 300px;
    top: 30%;
    left: 150px;
    overflow-x: hidden;
}


.body-section-socialmedia-text{
    font-family: Oxygen;
    color: white;
    position: relative;
    font-size: 45px;
}

.joint-square-socialmedia{
    position: relative;
    top: 25px;
    right: 10px;
    display: flex;
    left: 80px;
}

.square-socialmedia{
    width: 90px;
    height: 90px;
    background-color: white;
    padding: 30px;
    margin: 0px 15px 0px 15px;
    top: 10%;
}

.square-socialmedia img{
    text-align: center;
    align-items: center;
    width: 30px;
    display: block;
    max-width: 100%;
    max-height: 100%;

}

.square-socialmedia:hover{
    opacity: 80%;
}

.image-body-socialmedia{
    width: 900px;
    height: 800px;
    background-color: blue;
    align-items: flex-end;
    float: right;
    position: relative;
    background-image:url(/imagens/fazol.jpg) ;
    left: 415px;
    filter: grayscale(100%);
    display: flex;
}

.image-body-background{
    background-image: url(/imagens/Vector.svg);
}

.footer-Vertical-White-Image{
    display: flex;
}

.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .footer-Vertical-White-Image{
    left: 200px;
    height: fit-content;
    width: auto;
  }
  
footer{
    width: 100%;
    height: 300px;
    background-color: black;
}

/* Geral */
.footer {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    font-family: 'Arial', sans-serif;
}

/* Container principal */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Logo e nome */
.footer-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 20px;
}

.footer-logo .logo {
    width: 200px; /* Ajuste conforme necessário */
    margin-bottom: 10px;
}

.footer-logo h2 {
    font-size: 500px;
    margin: 0;
    text-transform: uppercase;
}

/* Ícones sociais */
.footer-socials {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}

.footer-socials a {
    color: #fff;
    font-size: 20px;
    transition: color 0.3s;
    padding: 0px 20px 0px 20px;
}

.footer-socials a:hover {
    color: #f00; /* Cor de destaque no hover */
}

/* Menu de links */
.footer-menu {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.footer-menu a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
    text-transform: uppercase;
}

.footer-menu a:hover {
    color: #f00;
}

/* Texto final */
.footer-credit {
    font-size: 12px;
    opacity: 0.7;
}

.form-container {
    left: 200px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 40px;
    width: 100%;
    max-width: 700px;
    text-align: center;
}

/* Cabeçalho do Formulário */
.form-header {
    margin-bottom: 20px;
}

.icon-container {
    background: linear-gradient(135deg, #6c63ff, #ff6584);
    border-radius: 50%;
    padding: 15px;
    display: inline-block;
    margin-bottom: 10px;
}

.form-icon {
    width: 30px;
    height: 30px;
}

.form-header h1 {
    font-size: 24px;
    font-weight: 600;
    font-family: Oxygen;
    src: url(/fontes/oxygen.otf);
    color: #333;
}

.form-header p {
    font-size: 14px;
    font-family: Oxygen;
    src: url(/fontes/oxygen.otf);
    color: #777;
    margin-top: 5px;
}

/* Estilo do Formulário */
.form-body .form-group {
    margin-bottom: 15px;
    text-align: left;
}

.form-group label {
    display: block;
    font-size: 20px;
    font-family: Oxygen;
    src: url(/fontes/oxygen.otf);
    margin-bottom: 5px;
    color: #333;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    font-family: Oxygen;
    src: url(/fontes/oxygen.otf);
    color: #333;
    background-color: #f9f9f9;
    outline: none;
    transition: border 0.3s;
}

.form-group input:focus,
.form-group textarea:focus {
    border: 1px solid #6c63ff;
}

textarea {
    resize: none;
}

/* Botão */
.form-submit {
    width: 100%;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #e10a21;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s;
}

.form-submit:hover {
    background: #ff6584;
}

.forms-body{
    background-image: url(/imagens/Mockup.svg);
    background-color: #f9f9f9;
    display: flex;
    justify-content: center;
    align-items: center;
}