*{
    margin: 0;
    padding: 0;
}
body{
    background-image: url('img/body-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
}
h1{
    text-align: center;
    font-size: 40px;
    color: #fff;
}
h2{
    text-align: center;
    font-size: 40px;
    color: #fff;
}
h3{
    text-align: center;
    font-size: 40px;
    color: #fff;
}
p{
    color: #fff;
}
.logo{
    width: 200px;
}
.navbar{
    background-color: #000 !important;
}
.nav-link:hover{
    color: #f0db7d;
}
.nav-link{
    color: #fff;
    font-weight: 500;
    font-size: 20px;
}
.navbar-toggler{
   border: 1px solid #fff;
}
.navbar-toggler-icon{
   background-color: #fff !important;
}
.button-wrapper {
  background-color: #000;
  padding: 5px 0;
  text-align: center;
}

.custom-button {
  display: inline-block;
  padding: 10px 20px;
  /* margin: 10px 15px; */
  border: 1px solid #f0db7d;
  border-radius: 20px;
  color: white;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 1px;
  transition: background-color 0.3s, color 0.3s;
}

.custom-button:hover {
  color: #f0db7d;
}
.swiper {
  width: 100%;
  padding: 20px 0;
}

.swiper-slide {
  width: auto;
}
.hit{
        background-image: url('img/sports-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-bottom: 40px;
}
.features-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  background: #000 url('background-pattern.png') repeat;
  padding: 50px 20px;
  text-align: center;
}

.feature-box {
  background-color: #333;
  border-radius: 8px;
  padding: 40px 20px 20px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  position: relative;
  box-shadow: 0 0 15px rgba(0,0,0,0.4);
}

.feature-icon {
  width: 100px;
  height: 100px;
  background: radial-gradient(circle, #d6af56 0%, #ad8f3d 100%);
  border-radius: 50%;
  margin: -80px auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 12px #c9a64f;
}

.feature-icon img {
  width: 50px;
  height: 50px;
}

.feature-box h4 {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.5px;
}
.net{
    border-radius: 20px;
}

/* Fonts & Colors */
body {
  font-family: 'Poppins', sans-serif;
  background: #000 url('img/pattern.png') repeat;
  color: #fff;
}

.white { color: #fff; }
.gold { color: #d6af56; }

/* Section Title */
.game-provider-section {
  text-align: center;
  padding: 60px 20px;
}

.game-provider-section h3 {
  font-size: 26px;
  margin-bottom: 40px;
  font-weight: 600;
  letter-spacing: 1px;
}

/* Card Grid */
.provider-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}

/* Individual Card */
.provider-card {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 20px 25px;
  width: 230px;
  text-align: center;
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.2);
  transition: transform 0.3s ease;
}

.provider-card:hover {
  transform: translateY(-5px);
}

.provider-logo {
  width: 100%;
  max-height: 60px;
  object-fit: contain;
  margin-bottom: 15px;
}

.provider-card p {
  color: #333;
  font-size: 15px;
  margin: 5px 0;
}

.visit-button {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;
  background: #f1b400;
  color: #000;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.visit-button:hover {
  background: #d99b00;
}
.baz{
            background-image: url('img/Upcoming-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-bottom: 40px;
}
.about-us-section {
  background: #000 url('img/about-bg.svg') no-repeat;
  color: white;
  padding: 60px 20px;
  font-family: 'Poppins', sans-serif;
  background-position: bottom right;
}

.about-us-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.about-video {
  flex: 1 1 300px;
  max-width: 500px;
}

.about-content {
  flex: 2 1 500px;
}

.about-content h3 {
  color: #d6af56;
  font-size: 24px;
  margin-bottom: 15px;
}

.about-content p {
  margin-bottom: 20px;
  line-height: 1.6;
  color: #fff;
}

.about-sidebar {
  flex: 1 1 250px;
  max-width: 300px;
}

.about-sidebar h4 {
  color: #fff;
  margin-bottom: 10px;
}

.social-icons a {
  display: inline-block;
  margin-right: 10px;
}

.social-icons img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.gold-text {
  color: #d6af56;
  margin: 20px 0 10px;
  font-size: 16px;
}

.about-sidebar p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
}


.download-btn img {
  vertical-align: middle;
  margin-right: 8px;
  width: 100px;
}
.last-end-section {
    border-top: 1px solid #fff;
    padding: 10px 0px;
}
.last-end-section ul {
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.last-end-section ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    margin-left: 10px;
}
@media only screen and (max-width: 476px){
    p{
        text-align: justify;
    }
    .logo{
        width: 100px;
    }
    .navbar-toggler{
   margin-left: -15px;
}
h2{
    font-size: 25px;
}
  }