* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

body {
  overflow-x: hidden;
  font-family: "Poppins", sans-serif !important;
}

.header-s {
  background-color: transparent;
  /* background-image: linear-gradient(180deg, #FFC421 0%, #FFCA2C 100%); */
  background-color: #1E1E1E;

}

.header-top {
  background-color: transparent;
  background-image: linear-gradient(180deg, #323232 0%, #000000 100%);
}

/* Button */
.se-btn {
  position: relative;
  display: inline-block;
  padding: 5px 30px;
  border: 2px solid #fefefe;
  text-transform: uppercase;
  color: #fefefe;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
}

.se-btn::before {
  content: '';
  position: absolute;
  top: 6px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% - 12px);
  background-color: #212121;
  transition: 0.3s ease-in-out;
  transform: scaleY(1);
}

.se-btn:hover::before {
  transform: scaleY(0);
}

.se-btn::after {
  content: '';
  position: absolute;
  left: 6px;
  top: -2px;
  height: calc(100% + 4px);
  width: calc(100% - 12px);
  background-color: #212121;
  transition: 0.3s ease-in-out;
  transform: scaleX(1);
  transition-delay: 0.5s;
}

.se-btn:hover::after {
  transform: scaleX(0);
}

.se-btn span {
  position: relative;
  z-index: 3;
}

/* Navbar links underline animation */
.navbar-nav .nav-link {
  position: relative;
  font-weight: 500;
  color: #ffffff;
  font-size: 13px;
  margin: 0 10px;
}

.navbar-nav .nav-link:hover {
  color: #dfdfdf;
}

.mel-s {
  display: block;
}

.navbar-toggler {
  color: white !important;
  border-radius: 0px !important;
  border: 0px solid !important;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.d-desk {
  display: none;
}

.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0%;
  height: 2px;
  background-image: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
  transition: width 0.3s ease;
}

.navbar-nav .nav-link:hover::after {
  width: 100%;
}




/**************************************banner start*/
.bg-images {
  background-image: url(../images/banner/main-banner1.webp);
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
}

.marquee-slider .owl-stage {
  display: flex;
  animation: marquee 30s linear infinite;
  /* 👈 continuous scroll */
}

.marquee-slider:hover .owl-stage {
  animation-play-state: paused;
  /* 👈 hover पर turant stop */
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}



.upper-s img {
  max-width: 300px;
  height: 200px;
}

.bg-ground {
  background-color: #054057;
  color: white;
  display: flex;
  justify-content: space-between;
  padding: 40px;
}

.client-logo {
  text-align: center;
  padding: 15px;
}

.client-logo img {
  width: 120px;
  /* fix width */
  height: 80px;
  /* fix height */
  object-fit: contain;
  /* image ko resize karega without crop */
  transition: transform 0.3s ease-in-out;
}

.client-logo img:hover {
  transform: scale(1.1);
}

.colo-s {
  background-color: #045662;
}

/* .banner-slider .item {
      height: 600px; 
    } */

.banner-slider .item img {
  height: 219px;
  max-width: 200px !important;
  border-radius: 20px;
}

.banner-slider .item {
  margin: 0 10px;
}

.banner-slider {
  background-color: #000000;
}

.main-sc img {
  height: 350px;
}

.disclaimer-section {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 40px 20px;
}

.disclaimer-card {
  background: #1f2937;
  border-radius: 16px;
  padding: 40px;
  max-width: 700px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .4);
}

.age-icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #0e3d53;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 800;
  margin: 0 auto 20px;
  box-shadow: 0 6px 18px rgba(220, 53, 69, .4);
}


.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;

  z-index: 1000;


  animation: floatUpDown 2.5s ease-in-out infinite;
}

.whatsapp-float img {
  width: 35px;
  height: 35px;
}

/* Keyframe animation */
@keyframes floatUpDown {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

.modal-content {
  background-color: transparent;
  background-image: linear-gradient(180deg, #323232 0%, #000000 100%);
}

#acceptBtn {
  background-color: #d0973d;
}

.about-slider-wraper.owl-theme .owl-nav div {
  transition: all 0.3s ease 0s;
  text-align: center;
  line-height: 30px;
  font-size: 30px !important;
  color: #000 !important;
  background: transparent !important;
  border-radius: 0px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: inline-block;
}

.about-slider-wraper.owl-theme .owl-nav {
  display: block;
  text-align: center;
}

.about-slider-wraper.owl-theme .owl-nav .owl-prev span {
  margin-right: 10px;
}

.about-slider-wraper.owl-theme .owl-nav .owl-next span {
  margin-left: 10px;
}

.about-slider-wraper.owl-theme .owl-nav .owl-prev span,
.about-slider-wraper.owl-theme .owl-nav .owl-next span {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 600;
  font-family: Open Sans;
}

.bg-s-color {
  background-color: black;
}

.about-area h2,
p {
  color: white;
}

.marquee {
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}

.marquee p {
  display: inline-block;
  animation: marquee 15s linear infinite;
  font-size: 18px;
  font-weight: 600;
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.bg-casino {
  background-image: url(../images/slider/banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100%;
}

.bg-casino2 {
  background-image: url(../images/slider/banner2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100%;

}

.chnge-s {
  padding-inline: 12px 23px !important;
  font-size: 13px;
}

.bg-casino3 {
  background-image: url(../images/slider/banner3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;



}

.bg-casino4 {
  background-image: url(../images/slider/banner4.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;

}



.game-card {
  border: none;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;

  background: #fff;
}

.game-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.game-card img {

  transition: transform 0.4s ease;
}

.game-card:hover img {
  transform: scale(1.1);
}

.card-body {
  text-align: center;
  padding: 15px;
}

.card-body h5 {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0;
  color: #000000;
}



.accordion-button.active-accordion {
  background-color: #d0973d !important;
  color: #fff !important;
}

.telegram-float {
  position: fixed;
  bottom: 20px;
  left: 20px;

  color: #fff;
  border-radius: 50%;
  padding: 12px;
  font-size: 28px;
  z-index: 999;
  animation: floatUpDown 2.5s ease-in-out infinite;
}

.telegram-float:hover {

  text-decoration: none;
  color: #fff;
}

@keyframes floatUpDown {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

footer {
  background-color: #2F2E2E;
  ;
}



.about-slider-wraper.owl-theme .owl-nav .owl-prev span,
.about-slider-wraper.owl-theme .owl-nav .owl-next span {
  color: white;
}


.bg-c-s {
  background-color: #d0973d;
}

#about {
  background-image: url(../images/bg/b1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100%;
  /*height: 100vh;*/
}

.hight-s {
  font-size: 55px !important;
}

.feature-box {
  text-align: center;
  padding: 20px;
}

.feature-box img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 10px;
}

.feature-box h5 {
  font-weight: bold;
}

.match-card {
  border: 1px solid #eaeaea;
  border-radius: 12px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.match-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.section-title {
  font-weight: 700;
  margin-bottom: 25px;
}

.market-card {
  border: 1px solid #eaeaea;
  border-radius: 12px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.market-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.section-title {
  font-weight: 700;
  margin-bottom: 25px;
}



.one-bg {
  background-image: url(../images/bg/b1.png);
  background-size: cover;
  height: 100vh;
  display: flex;
  justify-content: center;
  /* horizontally center */
  align-items: center;
  /* niche align karega */
}

.one-bg2 {
  background-image: url(../images/bg/b2.png);
  background-size: cover;
  height: 100vh;
  display: flex;
  justify-content: center;
  /* horizontally center */
  align-items: center;
  /* niche align karega */
}

.one-bg3 {
  background-image: url(../images/bg/b3.png);
  background-size: cover;
  height: 100vh;
  display: flex;
  justify-content: center;
  /* horizontally center */
  align-items: center;
  /* niche align karega */
}
.one-bg4 {
  background-image: url(../images/bg/b4.png);
  background-size: cover;
  height: 100vh;
  display: flex;
  justify-content: center;
  /* horizontally center */
  align-items: center;
  /* niche align karega */
}

.one-bg5 {
  background-image: url(../images/bg/b5.png);
  background-size: cover;
 
  display: flex;
  justify-content: center;
  /* horizontally center */
  align-items: center;
  /* niche align karega */
}

.features {
  display: flex;
  justify-content: space-around; /* icons ke beech equal gap */
  align-items: center;
  padding: 40px 20px;
  background: #f0f0f0; /* light gray background */
}

.feature-box {
  text-align: center;   /* text ko center karega */
  max-width: 200px;
}

.feature-box img {
  width: 60px;   /* icon size */
  margin-bottom: 15px;
}

.feature-box p {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.bg-hl{
  background-color: #1E1E1E;
}
.left-s{
    background-image: url(../images/bg/l1.png);
  background-size: cover;
  height: 77vh;
  display: flex;
  justify-content: center;
  /* horizontally center */
  align-items: center;
  /* niche align karega */
}
.center-s{
    background-image: url(../images/bg/l2.png);
  background-size: cover;
  height: 77vh;
  display: flex;
  justify-content: center;
  /* horizontally center */
  align-items: center;
  /* niche align karega */
}
.right-s{
    background-image: url(../images/bg/l3.png);
  background-size: cover;
  height: 77vh;
  display: flex;
  justify-content: center;
  /* horizontally center */
  align-items: center;
  /* niche align karega */
}

.d-left-s{
    background-image: url(../images/bg/l4.png);
  background-size: cover;
  height: 77vh;
  display: flex;
  justify-content: center;
  /* horizontally center */
  align-items: center;
  /* niche align karega */
}

.d-center-s{
    background-image: url(../images/bg/l5.png);
  background-size: cover;
  height: 77vh;
  display: flex;
  justify-content: center;
  /* horizontally center */
  align-items: center;
  /* niche align karega */
}

.d-right-s{
    background-image: url(../images/bg/l6.png);
  background-size: cover;
  height: 77vh;
  display: flex;
  justify-content: center;
  /* horizontally center */
  align-items: center;
  /* niche align karega */
}





.t-left-s{
    background-image: url(../images/bg/l7.png);
  background-size: cover;
  height: 77vh;
  display: flex;
  justify-content: center;
  /* horizontally center */
  align-items: center;
  /* niche align karega */
}

.t-center-s{
    background-image: url(../images/bg/l8.png);
  background-size: cover;
  height: 77vh;
  display: flex;
  justify-content: center;
  /* horizontally center */
  align-items: center;
  /* niche align karega */
}

.t-right-s{
    background-image: url(../images/bg/l9.png);
  background-size: cover;
  height: 77vh;
  display: flex;
  justify-content: center;
  /* horizontally center */
  align-items: center;

}

.footbol{
    background-image: url(../images/bg/gr.png);
     background-size: cover;
  height: 100vh;
  display: flex;
  justify-content: center;
  /* horizontally center */
  align-items: center;
}


.blog-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.blog-content {
  flex: 1;
}

.blog-meta {
  font-size: 14px;
  color: #bbb;
  margin-bottom: 10px;
}

.blog-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
}

.blog-text {
  font-size: 16px;
  line-height: 1.6;
  color: #ddd;
  margin-bottom: 20px;
}

.read-more {
  display: inline-block;
  color: #00ffcc;
  font-weight: bold;
  text-decoration: none;
}

.read-more:hover {
  text-decoration: underline;
}

.blog-image img {
  width: 400px;
  border-radius: 10px;
}


.custom_p ul li {
    color: #fff;
}


.custom_box_globle{
    /*background: #ccc;*/
    border: 1px solid #ccc;
    padding: 1rem;
    margin-bottom: 2rem;
    height: 95%;
}

.custom_box_globle h3{
    color: #fff;
}

.custom_box_globle p{
    color: #fff;
}

.custom_box_globle ul li{
    color: white;
}


  .bg-pricay{
            background: #1e1e1e;
        }
        
        .custom_privacy p{
            margin: 0;
            padding: 0.5rem 0;
        }
        
        .manage_privacy{
            display: flex;
            gap: 20px;
        }
        
        .custom_privacy p a{
            color: #fff;
            text-decoration: none;
        }
        
        @media(max-width:576px){
            .manage_privacy {
    display: flex
;
    gap: 1px;
    flex-direction: column;
}
        }
        
        
        
        .modal {
            display: none;
            position: fixed;
            z-index: 1000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            justify-content: center;
            align-items: center;
        }

        .modal-content {
            background-color: white;
            padding: 20px;
            border-radius: 8px;
            max-width: 500px;
            text-align: center;
        }
        
        .modal-content h3{
            color: white;
        }
        
        .modal-content p{
            color: white;
        }
        
        .modal-content ul li{
            color: white;
        }

        .close-btn {
            margin-top: 15px;
            padding: 10px 20px;
            background-color: #007bff;
            color: white;
            border: none;
            border-radius: 5px;
            cursor: pointer;
        }
        
       