*{
    margin: 0;
    padding: 0;
}
body{
    background-color: #000;
}
h1, h2, h3, h4{
  font-family: "Lato", Sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #FBCE4D;
}
p{
      font-family: "Lato", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #FFFFFF;
}
li{
      font-family: "Lato", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: start;
}
.logo{
    width: 100px;
}
 .clear{
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
 }
    .login, .signup {
      background-color: #343435;
      border: 1px solid #c10930;
      color: #fff;
      font-weight: 600;
      padding: 6px 18px;
      margin-left: 10px;
      border-radius: 5px;
    }

    /* Sports Bar */
    .sports-bar {
      background-color: #343435;
      color: #fff;
      padding: 8px 0;
      overflow-x: auto;
      white-space: nowrap;
    }
    .sports-bar img{
        width: 20px;
    }
    .sports-bar span {
      display: inline-block;
      margin: 0 30px;
      font-weight: 600;
      font-size: 12px;
    }
     .sports-bar::-webkit-scrollbar{
        display: none;
     }

      /* Layout */
    .sidebar {
      background-color: #fff;
      padding: 20px;
      height: 100%;
      border: none;
    }
    .sidebar ul {
      list-style: none;
      padding: 0;
    }
    .sidebar li {
      padding: 8px 0;
      font-size: 14px;
    }
    .sidebar li a {
      color: #c10930;
      text-decoration: none;
      display: flex;
      align-items: center;
    }
    .sidebar li a:hover {
      color: #c10930;
    }
    .west{
        width: 20px;
    }

    @media (max-width: 992px) {
      .sidebar {
        display: none;
      }
    }
          .west{
        width: 20px;
      }
/* header */
.rules{
    background-color: #9f0101;
    color: #fff;
    padding: 5px 10px;
    border: none;
    border-radius: 10px;
}
.clay{
background: linear-gradient(180deg, #fa7e29 0%, #F6682F 80%, #F6682F 100%);
    box-shadow: inset 0px -10px 20px 0px #9f0101;
    color: #fff;
    text-align: center;
    margin-top: 5px;
     border-radius: 10px;
}
.clay p{
    text-align: center;
}
    .get{
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 26px;
    border-radius: 40px;
    background: #fbce4d;
    color: #000000;
    font-family: 'Lato', sans-serif;
    text-decoration: none;
    box-shadow: 0 0 0 0 rgba(251, 206, 77, 0.6);
    position: relative;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    animation: reddyblink-pulse-glow 1.4s infinite;
    }

    .back{
       padding: 30px !important;
      background-color: rgb(56, 55, 55);
    }
    .like{
       padding: 30px !important;
      background-color: #232734 !important;
    }

      table {
    border-collapse: collapse;
    width: 70%;
    margin: 40px auto; /* centers the table */
    text-align: left;
    border: 1px solid #d4af37;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.65);
  }
  th, td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #ddd;
  }
  td{
    background-color: #000;
    color: #fff;
    border-left: 1px solid #d4af37;
  }
  th {
    border-bottom: 1px solid #d4af37;
        background: rgba(212, 175, 55, 0.14);
        color: #fff;
  }
  .sky{
    background: radial-gradient(circle at top, #161623 0, #050509 55%);
    text-align: center;
     padding: 30px !important;
  }
  .sell{
    padding: 30px !important;
  }
  .bell{
    background-image: linear-gradient(120deg, #000000 48%, #FBCE4D 100%);
     padding: 30px !important;
  }
.card {
    border: 1px solid #d4af37;
    border-radius: 10px;
    text-align: center;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.08), rgba(0, 0, 0, 0.6));
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
    width: 390px;
    margin-left: 20px;
}
.card b{
  font-size: 20px;
  font-weight: bold;
  color: #d4af37;
}
.testimonial-container {
  position: relative;
  width: 90%;
  max-width: 600px;
  text-align: center;
  overflow: hidden;
  min-height: 320px; /* ðŸ‘ˆ fix height so visible */
  margin-left: 330px;
  margin-top: 30px;
  margin-bottom: 30px;
  border: 2px solid #d4af37;
  border-radius: 10px;
}

.testimonial {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: scale(0.9);
  animation: fadeSlide 15s infinite;
}

.testimonial:nth-child(1) { animation-delay: 0s; }
.testimonial:nth-child(2) { animation-delay: 5s; }
.testimonial:nth-child(3) { animation-delay: 10s; }

@keyframes fadeSlide {
  0%   {opacity: 0; transform: scale(0.9);}
  5%   {opacity: 1; transform: scale(1);}
  30%  {opacity: 1; transform: scale(1);}
  35%  {opacity: 0; transform: scale(0.9);}
  100% {opacity: 0; transform: scale(0.9);}
}

.card2 {
  background: rgba(255,255,255,0.15);
  border-radius: 16px;
  padding: 40px 20px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.2);
  backdrop-filter: blur(10px);
}

.avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 15px;
  border: 3px solid #fff;
}

.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.name {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0 5px;
  color: #fff;
}

.role {
  font-size: 14px;
  opacity: 0.85;
  margin-bottom: 15px;
  color: #fff;
}

.quote {
  font-size: 16px;
  line-height: 1.6;
  font-style: italic;
  opacity: 0.95;
}
.faq-section {
    width: 100%;
    min-height: 100vh;
    padding: 40px;
     background-color: rgb(56, 55, 55);
    box-sizing: border-box;
  }

  .faq-section h4 {
    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 #d4af37;
     background-color: rgb(56, 55, 55);
    color: white;
  }

  .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: #000;
      color: #ccc;
      padding: 50px 0 20px;
      font-family: "Poppins", sans-serif;
    }

    .footer-logo img {
      max-width: 160px;
      margin-bottom: 15px;
    }

    .footer-logo p {
      color: #ccc;
      font-size: 14px;
      line-height: 1.7;
    }

    .footer-title {
      color: #fff;
      font-weight: 600;
      margin-bottom: 20px;
      font-size: 18px;
    }

    .footer-links ul {
      list-style: none;
      padding: 0;
    }

    .footer-links ul li {
      margin-bottom: 10px;
    }

    .footer-links ul li a {
      color: #ccc;
      text-decoration: none;
      font-size: 14px;
      transition: 0.3s;
    }

    .footer-links ul li a:hover {
      color: #d4af37;
    }

    .social-icons a {
      width: 40px;
      height: 40px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      color: #fff;
      margin-left: 10px;
      font-size: 18px;
      transition: 0.3s;
    }

    .social-icons a.telegram {
      background: #229ED9;
    }

    .social-icons a.instagram {
      background: #E4405F;
    }

    .social-icons a:hover {
      opacity: 0.8;
    }

    .footer-bottom {
      border-top: 1px solid #444;
      margin-top: 30px;
      padding-top: 20px;
    }

    .license-section {
      display: flex;
      align-items: center;
      margin-top: 30px;
      border-top: 1px solid #444;
      padding-top: 20px;
    }

    .license-section img {
      max-width: 150px;
      margin-right: 20px;
    }

    .disclaimer {
      font-size: 13px;
      color: #bbb;
      line-height: 1.6;
    }

    @media (max-width: 768px) {
      .license-section {
        flex-direction: column;
        text-align: center;
      }

      .license-section img {
        margin-bottom: 15px;
      }
    }
      /*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){
      .navbar-nav{
        margin-left: 0px;
        display: none;
      }
      .navbar-toggler{
        display: none;
      }
      .sidebar{
        display: none;
      }
      .card {
        width: 95%;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 8px;
      }
      .testimonial-container {
        margin-left: 20px;
      }
      .faq-section{
        padding: 10px;
      }
      p{
        text-align: justify;
      }
      table {
        width: 100%;
      }
      .card p{
        text-align: center !important;
      }
      .sports-bar span {
    margin: 0 20px;
    }
    .sack{
        display: none;
    }
    .cell{
        padding: 20px !important;
    }
    .back{
        padding: 20px !important;
    }
    .sky{
        padding: 20px !important;
    }
    .like{
        padding: 20px !important;
    }
    .sell{
        padding: 20px !important;
    }
    
}