*{
    margin: 0;
    padding: 0;
}
h1 {
    color: #0181E1;
    font-size: 30px;
    font-weight: 700;
}
h2{
    color: #0181E1;
    font-size: 30px;
    font-weight: 700; 
    text-align: center;
}
h3{
    color: #fff;
}
p{
    font-size: 17px;
    font-weight: 500;
}
.logo{
    width: 150px;
}
    .navbar {
      display: flex;
      justify-content: space-between;
      align-items: center;
      background-color: #fff;
      padding: 1rem 2rem;
      color: #000;
    }

    .navbar .logo {
      font-size: 1.5rem;
      font-weight: bold;
    }

    .navbar ul {
      list-style: none;
      display: flex;
      gap: 1.5rem;
    }

    .navbar ul li a {
      color: #000;
      text-decoration: none;
      font-size: 17px;
      font-weight: 600;
    }

    .menu-toggle {
      display: none;
      font-size: 1.5rem;
      cursor: pointer;
    }

    @media (max-width: 768px) {
      .navbar ul {
        display: none;
        flex-direction: column;
        background-color: #333;
        position: absolute;
        top: 60px;
        right: 0;
        width: 200px;
        padding: 1rem;
      }

      .navbar ul.active {
        display: flex;
      }

      .menu-toggle {
        display: block;
      }
    }

    .how{
        margin-top: 70px;
    }
    .clay{
        background-color: #131313;
        color: #fff;
        margin-top: 10px;
    }
     .whatsapp-button {
      background: linear-gradient(135deg, #007cf0, #00dfd8); /* Blue gradient */
      color: white;
      border: none;
      padding: 0.75rem 1.5rem;
      font-size: 1rem;
      border-radius: 999px; /* fully rounded */
      cursor: pointer;
      transition: background 0.3s ease, transform 0.2s ease;
    }

    .whatsapp-button:hover {
      transform: scale(1.05);
      background: linear-gradient(135deg, #005ecb, #00c9c0);
    }
    .pre{
        background-color: #000;
        margin-top: 0px;
    }
    .all{
        margin-top: 15px;
        color: #fff;
    }
    .know{
      background-color: #E40539;
      color: white;
      border: none;
      padding: 10px 100px;
      font-size: 1rem;
      margin-top: 5px;
    }
     .games-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 1.5rem;
      padding: 1rem;
      background-color: #1E1E1E;
    }

    .game-card {
      position: relative;
      width: 300px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 0 10px rgba(0,0,0,0.6);
      background-color: #1a1a1a;
      height: 300px;
    }

    .game-card img {
      width: 100%;
      height: auto;
      display: block;
    }

    .game-info {
      padding: 1rem;
      background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent 50%);
      position: absolute;
      bottom: 0;
      width: 100%;
    }

    .game-info p {
      margin: 0.2rem 0;
      font-size: 0.9rem;
      color: #ccc;
    }

    .game-info h3 {
      margin: 0.2rem 0 0.8rem;
      font-size: 1.1rem;
    }

    .play-button {
      background-color: #ff004f;
      color: white;
      padding: 0.6rem 1.2rem;
      border: none;
      border-radius: 4px;
      font-weight: bold;
      cursor: pointer;
      transition: background 0.3s;
    }

    .play-button:hover {
      background-color: #e60045;
    }

    @media (max-width: 900px) {
      .game-card {
        width: 90%;
      }
    }
    .card{
        background-color: #000;
        border: 5px solid #005ecb;
        padding: 20px;
        padding-top: 30px;
        padding-bottom: 50px;
        margin-top: 30px;
    }
    .play{
         background-color: #1c5b95;
      color: white;
      padding: 5px 20px;
      border-radius: 10px;
      border: none;
      margin-top: 10px;
    }

      .faq-section {
    width: 100%;
    min-height: 70vh;
    padding: 10px;
    background: #0181E1;
    box-sizing: border-box;
    border-bottom: 2px solid #fff;
  }

  .faq-section h1 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 32px;
    color: #fff;
  }

  .faq-item {
    background: #f9f9f9;
    margin: 15px 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }

  .faq-question {
    padding: 15px 20px;
    cursor: pointer;
    font-weight: bold;
    position: relative;
    border: 2px solid #1c5b95;
    background: #fff;
    color: #000;
  }

  .faq-question::after {
    content: '+';
    position: absolute;
    right: 20px;
    font-size: 18px;
  }

  .faq-question.active::after {
    content: '-';
  }

  .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #000;
    padding: 0 20px;
  }

  .faq-answer p {
    padding: 15px 0;
    margin: 0;
    color: #fff;
  }

       .footer {
      background-color: #000;
      color: white;
      padding: 40px 20px;
    }
    .footer a {
      color: white;
      text-decoration: none;
    }
    .footer a:hover {
      text-decoration: underline;
    }
    .footer h5 {
      font-weight: bold;
      margin-bottom: 20px;
    }

     /*whatsaap*/
 .float {
    position: fixed;
    width: 50px;
    height: 50px;
    /* bottom: 20px; */
    right: 35px;
    background: linear-gradient(
      90deg,
      rgb(55, 223, 97) 0%,
      rgb(9, 187, 3) 100%
    );    
    color: #fff !important;
    bottom: 20px;
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    /* box-shadow: 2px 2px 3px #999; */
    z-index: 100;
  }
  .bb{
    color: #fff;
  }
  .my-float {
    margin-bottom: 8px;
    margin-top: 1px;
    margin-left: 1px;
    font-size: 30px;
  }
  /*whatsaap end*/ 

      @media only screen and (max-width: 476px){
        .how{
            display: none;
        }
        .game-card{
            margin-top: 10px;
            margin-bottom: 10px;
        }
        h1{
            text-align: center;
            font-size: 25px;
            margin-top: 10px;
        }
        h2{
            text-align: center;
            font-size: 25px;
            margin-top: 10px;
        }
        p{
            text-align: justify;
        }
    }