*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    font-family: 'Maven Pro', sans-serif;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden; /* Prevent horizontal scrolling */
    overflow-y: auto;   /* Allow vertical scrolling */
    min-height: 100%;   /* Ensures the full height is covered */
    position: relative; 
    z-index: 2;
    background-color: black;
}



#video-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1; /* Asegura que el video esté detrás del contenido */
    background-color: black;
}




#content {
    z-index: 3;
    position: relative;
    width: 100%;
}



header{
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 9%;
    background: transparent;
    z-index: 1000;
}

.oculto {
    display: none;
}
  
.navbar{
    display: flex;
}
.navbar a{
    margin: 0 20px;
    padding: 4px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    border-bottom: 2px solid transparent;
    transition: all .50s ease;
}

.navbar a:hover{
    color: #ff0000;
    text-shadow: 0 0 10px #ff0000;
}

#menu-icon {
    color: #ffffff; 
    font-size: 34px;
    cursor: pointer;    
    z-index: 10001;
    display: none;
    text-shadow: 0 0 10px #001aff, 0 0 20px #001aff; /* Adjust the values as needed */
}

.link-style {
    color: rgb(255, 3, 3); /* Cambia "green" al color que desees /
    font-style: italic; / Aplica cursiva al texto */
    text-decoration: underline;
    font-style: italic;
}

section{
    padding: 0 17%;
}

.hero{
    height: 100%;
    width: 100%;
    min-height: 90vh;
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 1.5rem; 
}

.hero-text {

    margin-top: 80px; /* Adjust the value as needed */
}

.hero-text h6{
    font-size: 15px;
    font-weight: 600;
    color: #ffe392;
    margin-bottom: 30px;
}
.hero-text h1{
    color: #001aff;
    font-size: 95px;
    line-height: 1.1;
    margin: 0 0 30px;
    font-family: "Royal Acidbath", sans-serif;
   
}

span{
    color: #ffffff;
    font-family: 'Maven Pro', sans-serif;
    
}

.hero-text h5{
    color: #ff0000;
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 12px; 
    font-family: 'Chinese Rocks rg',sans-serif;
    
}



.hero-text p{
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 40px;
}

/* //////////// hwid style//////// */
.hwid-reset{
    height: 100%;
    width: 100%;
    min-height: 90vh;
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 1.5rem; 
}

.hwid-text {

    margin-top: 80px; /* Adjust the value as needed */
}

.hwid-text h6{
    font-size: 15px;
    font-weight: 600;
    color: #ffe392;
    margin-bottom: 30px;
}
.hwid-text h1{
    color: #001aff;
    font-size: 95px;
    line-height: 1.1;
    margin: 0 0 30px;
    font-family: "Royal Acidbath", sans-serif;
   
}
/* //////////fonts///// */
@font-face {
    font-family: 'Royal Acidbath';
    src: url('Royalacid_o_1_.woff') format('woff');
}


.hwid-text h5{
    color: #ff0000;
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 12px; 
    font-family: 'Chinese Rocks rg',sans-serif;
    
}

/* //////////fonts///// */
@font-face {
    font-family: 'Chinese Rocks rg';
    src: url('chinese_rocks_rg_1_.woff') format('woff');
}

.hwid-text p{
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 40px;
}
.hwid-imgg img{
    height: auto;
    width: 100%;
}
/* ////////////////////////////////////////home stryle///////////////// */
/* Asegúrate de que estas reglas estén ubicadas en tu archivo de estilos CSS */
.home {
    height: 100%;
    width: 100%;
    min-height: 85vh;
    position: relative;
    display: flex;
    justify-content: center; /* Para centrar horizontalmente el contenido de la sección */
    align-items: center; /* Para centrar verticalmente el contenido de la sección */
}

.home-content {
    text-align: center; /* Para centrar horizontalmente el contenido dentro de la sección */
}

.home-imgg video {
    max-width: 100%; /* La imagen se ajustará automáticamente al ancho del contenedor */
    border-radius: 20px;
    height: auto; /* Mantiene la proporción de aspecto de la imagen */
}

/* Rango desde 1920x965 hacia abajo (todas las resoluciones más pequeñas) */
/* Rango desde 1920x965 hacia abajo (excluyendo teléfonos convencionales) */
@media screen and (max-width: 4000px) and (max-height: 4000px) and (min-width: 480px) and (min-height: 800px) {
    .home-imgg video {
        max-width: 50%; /* Ajusta el tamaño de la imagen según tus preferencias */
        height: auto; /* Mantiene la proporción de aspecto de la imagen */
    }
}




.btn {
--black: #000000;
  --ch-black: #000000;
  --eer-black: #000000;
  --night-rider: #002fff;
  --white: #ffffff;
  --af-white: #f3f3f3;
  --ch-white: #e1e1e1;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 20px;
  border: none;
  color: white;
  position: relative;
  cursor: pointer;
  font-weight: 700;
  transition-duration: .2s;
  background-color: var(--ch-black);
  z-index: 2;
  position: relative;
   
}

.btn:before, .btn:after {
  content: '';
  position: absolute;
  left: -2px;
  top: -2px;
  border-radius: 10px;
  background: linear-gradient(45deg, 
  var(--ch-black), var(--eer-black),
  var(--night-rider), var(--ch-white), var(--night-rider), 
    var(--eer-black), var(--ch-black),var(--ch-black));
  background-size: 400%;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  z-index: -1;
  animation: steam 20s linear infinite;
}

@keyframes steam {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 400% 0;
  }

  100% {
    background-position: 0 0;
  }
}

.btn:after {
  filter: blur(5px);
}
.custom-button {
    margin: 30px;
    position: relative;
    width: 130px;
    height: 35px;
    border-radius: 30px;
    background-color: transparent;
    border: 1px #ff0505 solid;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(255, 5, 5, 0.7); /* Ajusta los valores según desees */
    transition: box-shadow 0.3s ease-in-out; /* Agrega una transición para el efecto */
}

.custom-button:hover {
    box-shadow: 0 0 20px rgba(255, 5, 5, 0.7); /* Cambia el valor de sombra al pasar el mouse */
}

.custom-text1 {
    top: 15%;
    font-size: 15px;
    font-weight: 600;
    margin-left: 22%;
    font-family: 'Maven Pro', sans-serif;
    text-shadow: 0 0 10px rgba(255, 5, 5, 0.7); /* Agrega un glow effect al texto */
}

.custom-text2 {
  position: absolute;
  top: 20%;
  left: -75px;
  font-weight: 700;
  font-size: 14px;
  color: white;
}

.custom-icon {
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.5s;
  
}

.custom-icon::before {
  position: absolute;
  left: -100px;
  top: 0;
  z-index: -1;
  content: '';
  width: 130px;
  height: 33px;
  border-radius: 30px;
  background-color: #cd201f;
}

.custom-button:hover .custom-icon {
  transform: translateX(96px);
  transition: transform 0.5s;
}

.custom-button:hover .custom-text2 {
  transform: translateX(100px);
  transition: transform 0.6s;
}

.custom-button:active {
  transform: scale(1.03);
}




footer{
    width: 100%;
    min-height: 100px;
    padding: 20px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer .icon{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
footer p{
    color: #fff;
    text-align: center;
    align-items: center;
    margin-bottom: 10px;
    font-size: 1.1em;
}

.icon{
    position: absolute;
    top: 50%;
    padding: 0 10%;
    transform: translateY(-50%);
}
.icon i{
    display: block;
    margin: 1px 0;
    font-size: 35px;
    color: #ffffff;
    transition: all .50s ease;
}

.icon i:hover{
    transform: translateY(-6px);
}

@media (max-width:1760px){
    header{
        padding: 14px 4%;
    }
    .scroll{
        right: 4%;
    }
    .icon{
        padding: 0 4%;
    }
    section{
        padding: 0 13%;
    }
}

@media (max-width:1560px){
    .hero-text h1{
        font-size: 80px; 
        margin: 0 0 20px;
    }
}

@media (max-width:1300px){
    .icon{
        display: none;
    }
    section{
        padding: 0 4%;
    }
}
@media (max-width:1060px){
    .hero{
        grid-template-columns: 1fr;
    }
    .hero-imgg{
        text-align: center;

    }
    .hero-imgg img{
        width: 550px;
        height: auto;
    }
    .hero-text{
        padding-top: 50px; 
        text-align: center;

    }
    .icon{
        display: block;
    }
    .hero-text h6{
        margin-bottom: 15px;
    }
}

@media (max-width: 960px) {
    #menu-icon {
        display: block;
    }

    .navbar {
        position: absolute;
        top: 100%;
        right: -100%;
        width: 250px;
        min-height: 8vh;
        display: flex;
        flex-direction: column;
        background-color: #000000; /* Fondo blanco con opacidad del 50% */
        border: 0.25em solid var(--glow-color);
        color: var(--glow-color);
        border-radius: 1em;
        outline: none;
        animation: shadowAnimation 3s infinite alternate;
    }
    

    .navbar a {
        display: block;
        padding: 15px;
        font-size: 22px;
    }

    .navbar a:hover {
        border-bottom: 2px solid transparent;
    }

    .navbar.active {
        right: 0;
    }

    @keyframes shadowAnimation {
        0% {
            box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff;
        }
        50% {
            box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff;
        }
        100% {
            box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff;
        }
    }
    
    
}

@media (max-width:750px){
    .hero-imgg img{
        width: 450px;
        height: auto;
    }
}
@media (max-width:570px){
    .hero-text h1{
        font-size: 70px;
    }
    .hero-text p{
        margin-bottom: 20px;
    }
    .hero{
        gap: 10px;
    }
}

@media (max-width:500px){
    .hero-imgg img{
        width: 380px;
        height: auto;
    }
    .hero-text p{
        font-size: 15px;
    }
    .hero-text h1{
        font-size: 60px;
    }
    .scroll{
        bottom: 2%;
    }
}



.twitter-icon:hover {
    color: rgb(0, 172, 237); /* Change to the desired color */
    transition: 0.5s;
    transform: scale(1.1);
}
.twitter-icon{
    text-shadow: 0 0 10px rgb(0, 172, 237, 0.500);
}
/* Hover effects for Instagram icon */
.instagram-icon:hover {
    color: rgb(255, 0, 242); /* Change to the desired color */
    transition: 0.5s;
    transform: scale(1.1);
}
.instagram-icon{
    text-shadow: 0 0 10px rgba(255, 0, 242, 0.500);
}

/* Hover effects for YouTube icon */
.youtube-icon:hover {
    color: rgb(255, 0, 0); /* Change to the desired color */
    transition: 0.5s;
    transform: scale(1.1);
}
.youtube-icon{
    text-shadow: 0 0 10px rgb(255, 0, 0, 0.500);
}
.discord-icon:hover {
    color: rgb(102, 102, 255); /* Change to the desired color */
    transition: 0.5s;
    transform: scale(1.1);
}
.discord-icon{
    text-shadow: 0 0 10px rgb(102, 102, 255, 0.500);
}

/* ///////////////////////////////////////////////////////////////////////////////////HWID SECTION//////////// */

@media (max-width:1560px){
    .hwid-text h1{
        font-size: 80px; 
        margin: 0 0 20px;
    }
}

@media (max-width:1300px){
    .icon{
        display: none;
    }
    section{
        padding: 0 4%;
    }
}
@media (max-width:1060px){
    .hwid-reset{
        grid-template-columns: 1fr;
    }
    .hwid-imgg{
        text-align: center;

    }
    .hwid-imgg img{
        width: 550px;
        height: auto;
    }
    .hwid-text{
        padding-top: 50px; 
        text-align: center;

    }
    .icon{
        display: block;
    }
    .hwid-text h6{
        margin-bottom: 15px;
    }
}

@media (max-width:750px){
    .hwid-imgg img{
        width: 450px;
        height: auto;
    }
}
@media (max-width:570px){
    .hwid-text h1{
        font-size: 70px;
    }
    .hwid-text p{
        margin-bottom: 20px;
    }
    .hwid-reset{
        gap: 10px;
    }
}

@media (max-width:500px){
    .hwid-imgg img{
        width: 380px;
        height: auto;
    }
    .hwid-text p{
        font-size: 15px;
    }
    .hwid-text h1{
        font-size: 60px;
    }
    .scroll{
        bottom: 2%;
    }
}

/* ///////////////////////////////////////////////HOME SECTION//////////////////// */



/* Asegúrate de que estas reglas estén ubicadas en tu archivo de estilos CSS */
@media (width: 393px) and (height: 786px), (width: 366px) and (height: 750px), (width: 375px) and (height: 812px) {
    .hwid-reset h5 {
        font-size: 25px; /* Ajusta el tamaño del elemento h5 según tus preferencias */
    }
    .hwid-reset p {
        font-size: 13px; /* Ajusta el tamaño del elemento p según tus preferencias */
    }
    .hwid-reset h1 {
        font-size: 16px; /* Ajusta el tamaño del elemento h1 según tus preferencias */
    }
    .hwid-reset{
        width: 50%; /* Ajusta el ancho de la sección según tus preferencias */
        margin: 0 auto; /* Centra horizontalmente la sección en la pantalla */
        margin-left: -20px
    }
    
    .hero h5 {
        font-size: 17px; /* Ajusta el tamaño del elemento h5 según tus preferencias */
    }
    .hero p {
        font-size: 13px; /* Ajusta el tamaño del elemento p según tus preferencias */
    }
    .hero h1 {
        font-size: 45px; /* Ajusta el tamaño del elemento h1 según tus preferencias */
    }
    .hero{
        width: 50%; /* Ajusta el ancho de la sección según tus preferencias */
        margin: 0 auto; /* Centra horizontalmente la sección en la pantalla */
        margin-left: -20px
    }
    body {
        background-attachment: scroll;
     }


}

#HWID-RESET h1 {
    font-size: 45px; /* Ajusta el tamaño de fuente según tus preferencias */
}



