*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
     scroll-behavior: smooth;
}

html {
    overflow-x: hidden;
}

body {
    display: flex;
    flex-direction: column;
    max-width: 100vw;
    min-height: 100vh;
    overflow-x: hidden;
    font-family: 'Audiowide', cursive;
    font-family: 'Rajdhani', sans-serif;  
   

}

main {
    max-width: 100%;
    min-height: 100%;
}

/* .header {
    width: 100%;
    height: 10%;
    display: flex;
    justify-content: center;
    z-index: 3;
    margin-top: 2rem;
    
} */

.desktop-nav{
    position: absolute;
    top: 4%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 80%;
    height: 9%;
    align-items: center;
    background-color: rgba(11, 11, 36, 0.7);
    
    backdrop-filter: blur(5px);
    border-radius: 35px;
    padding: 0 2rem;
    z-index: 1000;
    
    
}

.logo img{
    opacity: 1;
}

.mobile-nav {
    display: none;
}

.nav-links {
    display: flex;
    flex-direction: row;
    width: 40%;
    justify-content: space-evenly;
    align-items: center;
}

.nav-links li {
    list-style: none;
}

.nav-links li a {
    text-decoration: none;
    list-style: none;
    background: linear-gradient(90deg, #4668B1, #26BAE0); /* Red → Blue */
    background-clip: text;
    /* -webkit-text-fill-color: transparent;  */
    font-size: 1.2rem;
     position: relative;
  display: inline-block;
  

  color:#7051A2;
  color:#4668B1;
  color:#26BAE0 ;
}



.nav-links li a::after,
.nav-links li a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #171717, #7d8282);
  bottom: -5px;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s ease-out;
}

.nav-links li a::before {
  top: -5px;
  transform-origin: left;
}







.hero{
    /* position: absolute;
    top: 0;
    left: 0; */
    display: flex;
    justify-content:right;
    align-items: center;
    width: 100%;
    height: 100vh;
    text-align: center;
    background: linear-gradient(to right, rgba(10, 25, 47, 0) 60%, #0a192f 100%),
                url('image/ChatGPT\ Image\ Aug\ 21\,\ 2025\,\ 11_46_52\ AM.png') no-repeat center center;
    background-size: cover;
    position: relative;
   
    
    
}

.blur {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0,0.6);
    position: absolute;
    top: 0;
    left: 0;
}

.hero-content {
    margin-right: 10rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}


.hero h1 {
  font-size: 2.5rem;
  color: white;
  margin-bottom: 1rem;
}

.hero p {
  font-size: 1.25rem;
  color: white;
  max-width: 700px;
  margin: 0 auto;
  line-height: 2rem;
}

.shield {
    position: absolute;
    top: 70%;
    
    box-shadow: rgba(39, 38, 38, 0.35) 0px 5px 15px;
    clip-path: polygon(3% 0, 97% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 94% 100%, 6% 100%);
    transition: all 0.7s linear;
    transform: rotateX(-45deg);
    z-index: 3;
    max-width: 100vw;
    width: 100%;
}

.teams {
    position: relative;
 
    display: flex;
    flex-direction: row;
    gap: 2rem;
    /* width: 100%;
    height: 100vh; */
    padding: 2rem;
    background-color: #141c28;
    
    z-index: 0;
    justify-content: center;

}

.team {
    display: flex;
    flex-direction: row;
    align-items:end;
    
}

.team-img-2 {
    margin-left: 1rem;

}


.red-team{
 
    padding: 1rem;
    clip-path: polygon(70% 0, 100% 55%, 100% 100%, 0 100%, 0 0);
    background:linear-gradient(125deg,rgb(200, 0, 40),rgb(59, 9, 19));
    color: aliceblue;
    border-radius: 20px;
    z-index: 2;
    /* height: 60%; */
    margin-top: 2rem;
    flex-basis: 45%;
}

.red-team h2 {
    font-size: 2rem
}

.red-team p {
    margin-top: 2rem;
    font-size: 1.25rem;
    transform: scale(0.9);
    margin-right: 2rem;
   
}

.blue-team {
  
    padding: 1rem;
    clip-path: polygon(27% 0%, 100% 0, 100% 100%, 0 100%, 0 55%);
     background:linear-gradient(225deg, rgb(0, 90, 200),rgb(18, 44, 75));
    color: aliceblue;
    border-radius: 20px;
    /* height: 60%; */
    margin-top: 2rem;
    flex-basis: 45%;
}

.blue-team h2 {
    text-align: end;
}

.blue-team p {
    margin-top: 2rem;
    font-size: 1.25rem;
    transform: scale(0.9);
    margin-left: 4rem;
   text-align: right;
}

.about {
    display: flex;
    flex-direction: row;
    background-color: #141c28;
    align-items: center;
    justify-content: center;
    min-height: 80vh;
    

}

.about-container{
    width: 85vw;  
 /*   background-image: url(image/CyberThulir\ Workspace\ in\ Action.png);
   background-size: cover; */
    display: flex;
    flex-direction: row;
    min-height: 80vh;
    position: relative;
    align-items: center;
    justify-content: space-between;
    perspective: 1000px;

   

}


/* .blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 90vw;
    height: 80vh;
    background-color: rgba(0, 0, 0,0.6);
    z-index: 30;
} */

.about-content {
    flex-basis: 30%;
     background-color: #242222;
    z-index: 2;
    border-radius: 20px;
    color: rgb(169, 170, 185);
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 3rem;
     background-color: #1d1c1c;  
           box-shadow: 0px 0px 10px inset rgba(34, 170, 197, 0.4);
/*            box-shadow: rgba(34, 170, 197, 0.4)0px 0px 30px -12px inset;
 */    
   transform: preserve-3d;
   transition: all 0.4s linear;
   text-align: center;
   

}

.about-us-content {
    transform: rotateY(-10deg)
}

.about-us-content:hover {
    transform: rotateY(0deg) scale(1.1);
}

.vision-content {
    transform: rotateY(10deg);
}

.vision-content:hover {
    transform: rotateY(0deg) scale(1.1);
}

.about-game-content:hover{
    transform: scale(1.07);
}

.about-content h1 {
    font-size: 2.5rem;
    color: #703fb6;
  

}

.about-content p {
    font-size: 1.2rem;
    line-height: 2rem;
     color:#dedede;
}





.waitlist-btn {
    background-color: #141c28;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    justify-content: center;
    padding: 2rem 2rem 5rem 2rem;
   
}



.waitlist-btn p {
    color:rgb(108, 141, 203); 
    font-size: 1.3rem;
    text-align: center;
   
}

.waitlist-btn a:first-of-type{
    width: 250px;
    height: 80px;
    background-color: #26BAE0;
    text-decoration: none;
    color: #090909;
    font-size: 1.5rem;
    color: #3c2261;
    text-align: center;
    align-content: center;
    border-radius: 15px;
   

}

.waitlist-btn a:nth-of-type(2) {
    text-decoration: none;
   margin-top: 2rem;

}

/* || hover efect || */


@media (hover: hover) and (pointer: fine) {
    .nav-links li a:hover::after,
    .nav-links li a:hover::before {
         transform: scaleX(1);
    }
    
    .about-us-content:hover {
        transform: rotateY(0deg) scale(1.1);
    }
    .vision-content:hover {
        transform: rotateY(0deg) scale(1.1);
    }

    .about-game-content:hover{
        transform: scale(1.07);
    }

}




@media screen and (max-width:870px){

    
body {
   background-color: #141c28;
}

.blur {
    display: none;
}

.mobile-nav {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 4rem;
    background-color: rgba(11, 11, 36, 0.7);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    z-index: 99;
    
    

}

.open-menu-btn p,
.close-menu-btn p {
    color: #a69595;
    font-size: 1.4rem;
    margin: 1rem;
    padding: 1rem;
}

.mobile-nav-links {
    display: none;
    flex-direction: column;
    justify-content: space-evenly;
    position: absolute;
    right: 0;
    top: 62px;
    background-color: white;
    width: 50%;
    height: 150px;
  
    

}

.mobile-nav-links li {
    list-style: none;
    
   
}



.mobile-nav-links a {
    text-decoration: none;
    color: #090909;
}

.close-menu-btn{
    display: none;
}

.desktop-nav {
    display: none;
}

.logo{
    padding: 2rem;
}

.hero {
     background: none;
     height: auto;
     width: auto;
     margin-top: 10rem;

}

.hero-content { 
    justify-content:right;
    margin-right: 2rem;
    flex-basis: 90%;
   
}

.hero-content h1 {
    font-size: 2rem;
}

.hero-content p {
    font-size: 1rem;
}

.shield img {
    transform: scale(0.7);
   
}

.teams{
    margin-top: 8rem;
}

.red-team h2 {
    font-size: 1.1rem;
}

.red-team {
    clip-path: polygon(65% 0, 100% 45%, 100% 100%, 0 100%, 0 0);
   
}

.red-team p {
    font-size: 0.9rem;
    margin-top: 1rem;
    margin-right: 0;
}

.blue-team {
    clip-path: polygon(32% 0%, 100% 0, 100% 100%, 0 100%, 0 45%);
   
}

.blue-team h2 {
    font-size: 1.1rem;
     
}

.blue-team p {
    font-size: 0.9rem;
    margin-top: 1rem;
    margin-right: 0;
    margin-left: 1.7rem;
}

.team-img,
.team-img-2 {
    display: none;
}

.about-container{
    display: grid;
    grid-template-columns: 1fr 1fr; 
    grid-template-rows: auto auto;
    gap: 30px;
}

.about-us-content {
    transform: rotateY(0deg)
}



.vision-content {
    transform: rotateY(0deg);
}

.about-game-content {
    grid-column: 1 / 3;
    grid-row: 1;
  
}



.about-us-content,
.vision-content {
    width: 100%;
    grid-row: 2;
    height: 100% ;
    
}


.about-us-content h1,
.vision-content h1 {
    font-size: 1.8rem;
}


.about-us-content p,
.vision-content p {
    font-size: 1rem;
}


.waitlist-btn {
    padding-top: 6rem;
}


    
}



/* || Mobile Responsive Design || */

@media screen and (max-width:575px) {

body {
    max-width: 100vw;
    overflow-x: hidden;
}


.mobile-nav {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 4rem;
    background-color: rgba(11, 11, 36, 0.7);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    z-index: 99;   

}

.logo {
    padding: 1rem ;
}

.open-menu-btn p,
.close-menu-btn p {
    color: #968a8a;
    font-size: 1.4rem;
    margin: 1rem;
}

.mobile-nav-links {
    display: none;
    flex-direction: column;
    justify-content: space-evenly;
    position: absolute;
    right: 0;
    top: 62px;
    background-color: white;
    width: 50%;
    height: 150px;
    

}

.mobile-nav-links li {
    list-style: none;
/*     border-bottom: 2px solid black; */
}



.mobile-nav-links a {
    text-decoration: none;
    color: #090909;
}

.close-menu-btn{
    display: none;
}

.desktop-nav {
    display: none;
}

body {
   background-color: #141c28;
}

.blur {
    display: none;
}

.hero { 
    background: none;
     justify-content:center;
     width: 100vw;
     height: 100vh;
     margin-top: -4rem;
}

.hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 1rem;
    margin-right: 0;
    flex-basis: 100%;
    width: 100vw;

}

.hero-content h1 {
    font-size: 2rem;
}

.hero-content p {
    font-size: 1rem;
}

.shield {
 display: block;

  transform: rotateX(0deg);
  top: 60%;
  left: 50%;
  transform: translateX(-50%);

}

.shield img {
    transform: scale(0.7);
    max-width: 100vw;
    width: 100%;
}

.teams {
    flex-direction: column;
    gap: 1rem;
    margin-top: 3rem;
}

.red-team {
    clip-path: none;
    flex-basis: 100%;
}

.about-us h2 {
    font-size: 1.2rem;
}

.about-us p {
    font-size: 1rem;
    margin-top: 1rem;
    margin-right: 0;
}

.blue-team {
    clip-path: none;
    flex-basis: 100%;
   
}

.blue-team h2 {
    font-size: 1.2rem;
     text-align: left;
}

.blue-team p {
    font-size: 1rem;
    margin-top: 1rem;
    margin-right: 0;
    text-align:start;
    margin-left: 0;
}

.team {
    display: flex;
    flex-direction: column;
    
}
.team-img,
.team-img-2 {
    display: none;
}

.team-img img,
.team-img-2 img {
    display: none;
} 

.about {
    width: 100vw;
}

.about-container {
   /*  display: grid;
    grid-template-areas: "a a"
                         "b c"; */
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.about-game-content {
    display: grid;
    grid-area: a;
}

.about-us-content {
    grid-area: b;
}

.vision-content {
    grid-area: c;
 
}

.about-content {
    padding: 1rem;
}

.about-content h1 {
    font-size: 1.5rem;
}

.about-content p {
    font-size: 1rem;
    line-height: 2rem;
}



    
}






