* {
    margin: 0;
    padding: 0;
}
    body {
      background-color: #000;
      color: white;
      font-family: sans-serif;
    }
    h1, h2, h3, h4{
      color: #fff;
      text-align: center;
      font-weight: 700;
      font-size: 22px !important;
      margin-top: 20px !important;
      margin-bottom: 20px;
    }
    p{
      color: #fff !important;
    }
    li{
      color: #fff;
      font-size: 14px !important;
    }
    .top-navbar {
      background-color: #121212;
      color: white;
      padding: 10px 20px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      position: fixed;
      width: 100%;
      z-index: 999;
    }

    .top-left {
      display: flex;
      align-items: center;
      gap: 40px;
    }

    .logo img {
      height: 40px;
    }

    .menu-icons {
      display: flex;
      align-items: center;
      gap: 30px;
    }

    .menu-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      color: white;
      font-size: 13px;
      text-decoration: none;
    }

    .menu-item i {
      font-size: 20px;
    }

    .menu-item:hover {
      color: #fff;
    }

.button-group {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 0px;
}
.demo{
    background-color: #ffcc33;
    padding: 10px 10px;
    border: none;
    border-radius: 10px;
    font-weight: bold;
}
.demo2{
    background-color: #ffcc33;
    padding: 10px 10px;
    border: none;
    border-radius: 10px;
    font-weight: bold;
}
.login{
    background-color: transparent;
    padding: 10px 10px;
    border-radius: 10px;
    font-weight: bold;
    color: #ffcc33;
    border: 2px solid #ffcc33;
}

    .menu-item.cricket span {
      color: #0f0;
      font-size: 10px;
      position: absolute;
      top: -5px;
      right: -10px;
    }

    .menu-item.cricket {
      position: relative;
    }
        .layout {
      display: flex;
      height: 100vh;
      overflow: hidden;
    }
.sports-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 250px;
  height: 100vh;
  background: #0b0b0b;
  box-shadow: 0px 0px 16px 0px rgba(233.4281998624878, 8.633383135230172, 8.633383135230172, 0.5) inset;
  padding: 15px;
  display: flex;
  flex-direction: column;
  margin-top: 70px;
  border-radius: 10px;
}

.sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #1a1a1a;
  color: #fff;
  font-weight: 600;
  padding: 10px 15px;
  border-radius: 10px;
  box-shadow: 0 0 15px #ff0;
  margin-bottom: 10px;
  flex-shrink: 0;
}

.sidebar-header i {
  color: #ff0;
  font-size: 18px;
}

.sports-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: auto;      /* scroll allow */
  scrollbar-width: none; /* Firefox me hide */
  flex-grow: 1;
}

/* Chrome, Safari, Edge me scrollbar hide */
.sports-list::-webkit-scrollbar {
  display: none;
}

.sports-list li {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  padding: 10px 0;
  border-bottom: 1px solid #fff;
  cursor: pointer;
  transition: 0.3s;
}

.sports-list li:hover {
  color: #ff4c4c;
  padding-left: 10px;
}

.sports-list img {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}
    .main-content {
      margin-left: 250px;
      padding: 20px;
      flex-grow: 1;
      overflow-y: auto;
      margin-top: 50px;
      background-color: #000;
    }
    .category-bar {
      background-color: #000;
      padding: 15px;
      display: flex;
      gap: 10px;
      overflow-x: auto;
    }
    .category-bar button {
      background-color: #ffd500;
      border: none;
      padding: 10px 18px;
      font-weight: bold;
      border-radius: 10px;
      white-space: nowrap;
    }
    .category-bar button:hover {
      background-color: #ffcc00;
    }
    .category-bar::-webkit-scrollbar {
  display: none;
}
    .game-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
          overflow-x: auto;
      flex-wrap: nowrap;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none; /* Firefox */
  }

  .game-tag {
    padding: 15px 20px;
    border-radius: 20px;
    font-size: 15px;
    white-space: nowrap;
    color: #fff;
    font-weight: 700;
  }

  /* Color classes */
  .gradient-1 { background: linear-gradient(45deg, #6f2ef2, #b934ef); }
  .gradient-2 { background: linear-gradient(45deg, #0eadd1, #8cd4e4); }
  .gradient-3 { background: linear-gradient(45deg, #f6a142, #da5a0f); }
  .gradient-4 { background: linear-gradient(45deg, #e960e2, #9f33ef); }
  .gradient-5 { background: linear-gradient(45deg, #10aed1, #4fc1dc); }
  .gradient-6 { background: linear-gradient(45deg, #dfb74b, #fc8ff6); }
  .gradient-7 { background: linear-gradient(45deg, #1eff00, #5e6400); }

  /* Mobile: horizontal scroll */
  @media (max-width: 767.98px) {
    .game-tags {
      overflow-x: auto;
      flex-wrap: nowrap;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none; /* Firefox */
    }

    .game-tags::-webkit-scrollbar {
      display: none; /* Chrome, Safari */
    }
  }

    .going{
        margin-top: 20px;
    }
    .going img{
        border-radius: 10px;
        margin-bottom: 10px;
    }

    .fan{
        border: 1px solid #565656;
        color: #fff;
        border-radius: 5px;
        background-color: #383838;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .fan p{
        font-size: 20px !important;
        margin-top: 5px;
    }
    .carousel-item {
      display: flex;
      justify-content: center;
      gap: 10px;
    }
    .carousel-item img {
      width: 18%;
      border-radius: 10px;
      transition: transform 0.5s;
    }
    .carousel-item img:hover {
      transform: scale(1.05);
    }
    .play {
        background-color: #1D1D1D;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
        border-radius: 10px;
        gap: 80px;
    }
    .play img {
        border-radius: 20px;
        margin-left: 30px;
    }
    
    .view {
        color: #fff;
        padding: 10px 20px;
        background-color: transparent;
        border: none;
        display: flex;            
        justify-content: flex-end;
    }
    .view i{
        margin-top: 5px;
        margin-left: 5px;
    }
    h3 {
        color: #fff;
    }

  .swiper-slide img {
    object-fit: contain;
    width: 100%;
    z-index: 999;
  }
  .tutorial-btn {
    background-color: #e0a800; /* Yellow shade */
    color: #000;
    border: none;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 15px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }

  .tutorial-btn span {
    font-weight: bold;
    font-size: 16px;
  }

  .tutorial-btn:hover {
    background-color: #f1c40f;
  }
  footer a:hover {
    text-decoration: underline;
    color: #ffc107;
  }
.which {
  background-color: #131313;
  color: #fff;
  padding-top: 20px;
  padding-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*/ 
  .custom-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* backdrop-filter: blur(5px); */
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
}

/* Modal Content Box */
.custom-modal .modal-content {
  background-color: #111;
  color: #fff;
  padding: 2rem;
  border-radius: 1rem;
  width: 90%;
  max-width: 400px;
  position: relative;
  animation: popup 0.3s ease-out;
}

/* Close Button */
.custom-modal .close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 1.5rem;
  color: #fff;
  cursor: pointer;
}

/* Animation */
@keyframes popup {
  from {
    transform: scale(0.9);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
 .faq-section {
    width: 100%;
    min-height: 100vh;
    padding: 40px;
    background: #000;
    box-sizing: border-box;
    border-bottom: 2px solid #fff;
  }

  .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: 600;
    position: relative;
    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;
  }
     @media only screen and (max-width: 476px){
        .sports-sidebar{
            display: none;
        }
            .main-content {
            margin-left: 0px;
        }
        .menu-icons{
            display: none;
        }
        h3 {
          font-size: 20px !important;
        }
        .faq-section {
            padding: 10px;
        }
          .col-auto{
    width: 50%;
  }
        .fan p {
    font-size: 14px !important;
    margin-top: 10px;
}
.demo{
    display: none;
}
.demo2{
    font-size: 13px;
}
.login{
    font-size: 13px;
}
     }