
          * {
             margin: 0;
            padding: 0;
              box-sizing: border-box;
        }

        
        body {
              font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
             height: 100vh;
             overflow-x: hidden;
               


        }
        
        #vanta-bg {
            position: fixed;
             top: 0;
            left: 0;
              width: 100%;
            height: 100%;
            z-index: -1;
        }
        
        .nav {
    background: rgba(0, 0, 0, 0.8);
           backdrop-filter: blur(5px);
       height: 80px;
       width: calc(100% - 4rem);
          display: flex;
           justify-content: space-between;
    align-items: center;
       padding: 0 2rem;
       position: fixed;
       top: 20px;
       left: 2rem;
      z-index: 10;
      border-radius: 15px;
        border: 2px solid #535353;
         box-shadow: 0 2px 20px rgba(124, 124, 124, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.2);
}


        
        .logo-section {
              display: flex;
              align-items: center;
            gap: 15px;
        }
        
        .logo img {
             border-radius: 50%;
            width: 50px;
              height: 50px;
              cursor: pointer;
            transition: transform 0.3s ease;
            box-shadow: 0 4px 15px rgba(41, 94, 242, 0.3);
        }
        
        .logo img:hover {
             transform: scale(1.1);
        }
        
        #unblora {
            color: #fff;
            font-size: 28px;
            font-weight: 700;
             letter-spacing: 2px;
               cursor: pointer;
             transition: color 0.3s ease;
             background: linear-gradient(45deg, #868686, #b3b3b3, #fff);
              -webkit-background-clip: text;
              -webkit-text-fill-color: transparent;
            background-clip: text;
          
        }
        
        .navitms {
             display: flex;
              gap: 30px;
            align-items: center;
        }
        
        .natitm {
            color: #fff;
             font-size: 18px;
              font-weight: 500;
             cursor: pointer;
              padding: 10px 20px;
            border-radius: 25px;
              transition: all 0.3s ease;
             position: relative;
            overflow: hidden;
        }
        
        .natitm:hover {
            background: rgba(99, 99, 99, 0.2);
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(216, 216, 216, 0.3);
        }
        
        .natitm:before {
            content: '';
             position: absolute;
            top: 0;
              left: -100%;
            width: 100%;
               height: 100%;
              background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
              transition: left 0.5s;
        }
        
        .natitm:hover:before {
            left: 100%;
        }
        
        .main-content {
             display: flex;
            flex-direction: column;
            justify-content: center;
              align-items: center;
             height: calc(100vh - 80px);
             text-align: center;
             padding: 2rem;
            position: relative;
             z-index: 5;
        }
        
        .welcome-section {
            margin-bottom: 3rem;
            animation: fadeInUp 1s ease-out;
        }
        
              .txt {
            color: #fff;
              font-size: clamp(2rem, 5vw, 3.5rem);
             font-weight: 700;
            letter-spacing: 2px;
             margin-bottom: 1rem;
            text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
             background: linear-gradient(45deg, #868686, #b3b3b3, #fff);
             -webkit-background-clip: text;
               -webkit-text-fill-color: transparent;
              background-clip: text;
            animation: gradient 3s ease infinite;
        }
        
        .subtitle {
              color: rgba(255, 255, 255, 0.8);
            font-size: 1.2rem;
             font-weight: 300;
            letter-spacing: 1px;
               margin-bottom: 2rem;
        }
        
        .buttons {
            display: flex;
              gap: 30px;
             flex-wrap: wrap;
               justify-content: center;
            animation: fadeInUp 1s ease-out 0.3s both;
        }
        
        .btn {
            padding: 15px 35px;
               font-size: 18px;
               font-weight: 600;
            letter-spacing: 1px;
               border: none;
            border-radius: 50px;
            cursor: pointer;
            transition: all 0.3s ease;
              position: relative;
            overflow: hidden;
               min-width: 140px;
               box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
        }
        
             .btn:before {
            content: '';
               position: absolute;
            top: 0;
              left: -100%;
            width: 100%;
            height: 100%;
              background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            transition: left 0.5s;
        }
        
        .btn:hover:before {
            left: 100%;
        }
        
        #gms {
             background: linear-gradient(45deg, #535353, #686868);
            color: #ffffff;
        }
        
        #gms:hover {
            transform: translateY(-5px) scale(1.05);
        }
        
        #apk {
            background: linear-gradient(45deg, #4e4e4e, #6b6b6b);
            color: #ffffff;
          }
        
        #apk:hover {
            transform: translateY(-5px) scale(1.05);
        }
        
     
        @keyframes fadeInUp {
             from {
                  opacity: 0;
                transform: translateY(30px);
            }
            to {
                  opacity: 1;
                transform: translateY(0);
            }
        }
        
         @keyframes gradient {
            0%, 100% {
                     background-position: 0% 50%;
            }
            50% {
                  background-position: 100% 50%;
            }
        }

    
        .particle-overlay {
            position: absolute;
              top: 0;
            left: 0;
              width: 100%;
            height: 100%;
               pointer-events: none;
            z-index: 1;
        }


  



   .games-header {
   margin-top: 120px;
text-align: center;
   padding: 2rem;
animation: fadeInUp 1s ease-out;
}

  .games-title {
    color: #fff;
font-size: clamp(2rem, 4vw, 3rem);
font-weight: 700;
        letter-spacing: 2px;
margin-bottom: 1rem;
text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
     background: linear-gradient(45deg, #868686, #b3b3b3, #fff);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}

   .games-subtitle {
color: rgba(255, 255, 255, 0.8);
   font-size: 1.2rem;
   font-weight: 300;
  letter-spacing: 1px;
margin-bottom: 2rem;
}


.search-section {
display: flex;
   justify-content: center;
   padding: 2rem;
animation: fadeInUp 1s ease-out 0.2s both;
}

.search-container {
position: relative;
width: 100%;
max-width: 500px;
}

#gameSearch {
width: 100%;
   padding: 15px 50px 15px 20px;
font-size: 18px;
border: none;
border-radius: 15px;
   background: rgba(0, 0, 0, 0.7);
backdrop-filter: blur(10px);
color: #fff;
border: 2px solid #535353;
   box-shadow: none;
outline: none;
margin-top: 7.5em;
}

        #gameSearch::placeholder {
color: rgba(255, 255, 255, 0.6);
    }

    #gameSearch:focus {
border-color: #868686;
   }

.search-icon {
position: absolute;
right: 20px;
top: 50%;
   transform: translateY(-50%);
   color: rgba(255, 255, 255, 0.6);
    font-size: 20px;
pointer-events: none;
}


.games-content {
padding: 2rem;
max-width: 1400px;
margin: 0 auto;
   animation: fadeInUp 1s ease-out 0.4s both;
}

#gamesContainer {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: 30px;
padding: 20px;
}


.game-card {
background: rgba(0, 0, 0, 0.7);
   backdrop-filter: blur(10px);
   border-radius: 20px;
border: 2px solid #535353;
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
overflow: hidden;
cursor: pointer;
transition: all 0.3s ease;
position: relative;
height: 240px;
width: 200px;
}

.game-card:hover {
   border-color: #696969;
box-shadow: 0 15px 35px rgba(78, 78, 78, 0.3);
transform: translateY(-10px) scale(1.02);
}

.game-image {
   position: relative;
width: 100%;
height: 200px;
overflow: hidden;
}

.game-image img {
width: 100%;
height: 100%;
object-fit: cover;
}



.game-overlay {
   position: absolute;
top: 0;
  left: 0;
width: 100%;
height: 100%;
    background: rgba(0, 0, 0, 0.6);
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
transition: opacity 0.3s ease;
}

.game-card:hover .game-overlay {
opacity: 1;
}




.game-info {
   padding: 0px 15px;
text-align: center;
}

   .game-title {
   color: #fff;
font-size: 1.1rem;
font-weight: 600;
margin-bottom: 0;
letter-spacing: 1px;
}


   .no-results, .error-message {
text-align: center;
   padding: 4rem 2rem;
color: rgba(255, 255, 255, 0.8);
grid-column: 1 / -1;
}


   .no-results h3, .error-message h3 {
color: #747474;
font-size: 2rem;
margin-bottom: 1rem;
font-weight: 400;
}

