    *{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none !important;
}
body {
    margin: 0;
    padding: 0;
}
li{
    list-style: none !important;
    text-align: start !important;
    color: #fff;
}
h1{
    color: yellow !important;
    text-align: center;
}
h2{
     font-size: 25px !important;
     margin-top: 15px;
    color: #fff !important;
    text-align: center !important;
 }
h3{
    font-size: 25px;
    margin-top: 15px;
    color: #fff !important;
    text-align: center;
 }
 h4{
    font-size: 25px;
    text-align: justify;
    margin-top: 15px;
    color: #fff !important;
}
 h5{
    font-size: 25px;
    text-align: justify;
    margin-top: 15px;
    color: #fff !important;
}
p{
    color: #fff !important;
}


.navbar {
    position: fixed; 
    width: 100% !important;
    z-index: 1000; 
}

.pop{
 background-color: #141e21;
}
.goal{
    width: 20px;
}
.rare{
    background-color: #129522;
    color: #fff;
    border-radius: 5px;
    padding: 5px 5px;
    margin-left: 5px;
}
.some{
    background-color: #129522;
    color: #fff;
    border-radius: 5px;
    padding: 5px 5px;
    margin-right: 10px;
}
.roal{
    width: 20px;
}

.owl-dots{
    display: none;
}
.owl-nav{
    display: none;
}
.for{
    background-color: #1e313f; 
}
.hen{
    background-image: url(img/bg1.webp);
    background-size: cover !important;
    background-position: center;
    width: 100%;
    height: 30.%;
    padding-top: 46px;
}
.owl-images{
    width: 100% !important;
}
.whatbtn{
  position: relative;
}
.whatbtn button{
  position: absolute;
  width: 250px;
  margin-top: 10px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bgimages{
  background-image: url("img/hundredm.webp");
  width: 100%;
  height: 80vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
/* swiper-slide-start */
/* our partner section start */
.our_partner{
    background-color: black;
}
.our_partner .container .row{
    padding-top: 40px;
}
#news-slider{
    margin-top: 0px;
    width: 100%;
    
}
.post-slide{
    background: #000000;
    margin: 20px 15px 20px;
    border-radius: 15px;
    padding-top: 1px;
    box-shadow: 0px 2px 5px
     2px #fed51e;
    
    /* width: 100%; */
    
}
.post-slide .post-img{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: -1px 0px 0px 0px;
    margin-left: 0px;
    width: 100%;
    height: 130px;
}
.post-slide .post-img img{
  border: 4px solid #c68400;
    width: 40px;
    height: 100px;
    transform: scale(1,0.9);
    transition:transform 0.2s linear;
}
.post-slide:hover .post-img img{
    transform: scale(1.1,1.1);
}
.post-slide .over-layer{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    opacity:0;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.979) 0%, rgba(74, 45, 9, 0) 100%);
    transition:all 0.50s linear;
}
.post-slide:hover .over-layer{
    opacity:1;
    text-decoration:none;
}
.post-slide .over-layer i{
    position: relative;
    top:45%;
    text-align:center;
    display: block;
    color:#fff;
    font-size:25px;
}
.post-slide .post-content{
    background:#000000;
    padding: 2px 20px 40px;
    border-radius: 10px;
    position: relative;
}
.post-slide .post-content h5, h6{
  color: #fff;
  padding: 5px;
  text-align: center;
}
.post-slide .post-content img{
  
  height: 50px;
}
.post-slide .post-content button{
  padding: 10px 40px;
  /* margin-left: 50px; */
  border-radius: 20px;
  margin-top: 0px;
  border: 1px solid #fff;
  background-color: #c68400;
  position: absolute;
  left: 50%;
  /* right: 40%; */
  transform: translate(-50%, -50%);
}
.post-slide .post-title a{
    font-size:15px;
    font-weight:bold;
    color:#c68400;
    display: inline-block;
    text-transform:uppercase;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}
.post-slide .post-title a:hover{
    text-decoration: none;
    color:#ff7b00;
}
.post-slide .post-description{
    line-height:24px;
    color:#808080;
    margin-bottom:25px;
}
.post-slide .post-date{
    color:#a9a9a9;
    font-size: 14px;
}
.post-slide .post-date i{
    font-size:20px;
    margin-right:8px;
    color: #CFDACE;
}
.post-slide .read-more{
    padding: 7px 20px;
    float: right;
    font-size: 12px;
    background: #ff1100;
    color: #ffffff;
    box-shadow: 0px 10px 20px -10px #fc573e;
    border-radius: 25px;
    text-transform: uppercase;
}
.post-slide .read-more:hover{
    background: #ff6a00;
    text-decoration:none;
    color:#fff;
}
.owl-controls .owl-buttons{
    text-align:center;
    margin-top:20px;
}
.owl-controls .owl-buttons .owl-prev{
    background: #fff;
    position: absolute;
    top:-13%;
    left:15px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next{
    background: #fff;
    position: absolute;
    top:-13%;
    right: 15px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}

@media only screen and (max-width:1280px) {
    .post-slide .post-content{
        padding: 0px 15px 25px 15px;
    }
    
}
.top_heading_para p{
      text-align: center;
    }
@media only screen and (max-width: 768px){
  .top_heading_para h1{
    font-size: 1.3rem;
  }
  .top_heading_para p{
      text-align: justify;
      font-size: 0.9rem;
    }
}
/* our partner section end */
/* swiper-slide-end */

/* trusted-section-start */

.trusted_content p{
text-align: justify;
}
.trusted_online ul li{
  padding-top: 10px;
  line-height: 30px;
}
.trusted_img{
  width: 50%;
}
.trusted_img img{
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/* trusted-section-end */

/*Best Online Cricket Betting ID at Online Cricket ID Provider start  */
.online_betting_id p{
  text-align: justify;
}
.online_betting_id .online_betting_id_img{
  width: 50%;
}
.online_betting_id .online_betting_id_img img{
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px){
  .online_cricket_betting_mobile p{
text-align: justify;
  }
.online_cricket_betting_mobile .cricket_betting_mobile_img{
  width: 100%;
}
.cricket_betting_mobile_img img{
  width: 100%;
}
}

/*Best Online Cricket Betting ID at Online Cricket ID Provider end  */

@media only screen and (max-width: 768px){
    .enter_world_practice_img{
  width: 100%;
  height: 400px;
}
  .how_to_choose_cricket .row .how_to_choose_cricket_img{
  width: 100%;
}
}

/* Play all Online Casino games by single Cricket Betting Id start */
.play_all_online_casino, .betting_id_provider_start, .how_to_get_id, .how_to_choose_cricket, .enter_world_practice p{
  text-align: justify;
}
.enter_world_practice_img{
  width: 50%;
}
.enter_world_practice_img img{
  width: 100%;
  height: 400px;
  
}
.betting_id_provider_start .betting_id_provider_start_img{
  width: 50%;
}
.betting_id_provider_start .betting_id_provider_start_img img{
  width: 100%;
  height: auto;
}
.how_to_get_id_img{
  width: 50%;
}
.how_to_get_id_img img{
  width: 100%;
  height: 600px;
}
@media only screen and (max-width: 768px){
  .betting_id_provider_start .betting_id_provider_start_img{
  width: 100%;

}
.how_to_get_id_img img{
  width: 100%;
  height: auto;
}
}
@media only screen and (max-width: 768px){
.play_all_online_casino .play_all_online_casino_img{
    width: 100%;
}
.play_all_online_casino .play_all_online_casino_img img{
  width: 100%;
  height: auto;
}
}
 .play_all_online_casino_img{
  width: 50%;
}
.play_all_online_casino_img img{
  width: 100%;
  height: 650px;
}
.live_sports_casino_content ul li{
  padding-top: 20px;
}
/* Play all Online Casino games by single Cricket Betting Id end */


.how_to_choose_cricket_img{
  width: 50%;
}
.how_to_choose_cricket_img img{
  width: 100%;
  height: auto;
}
.live_sports_casino_img{
  width: 50%;
}
.live_sports_casino_img img{
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px){
    .how_to_choose_cricket_img{
  width: 100%;
}
}

@media only screen and (max-width: 600px) {
    .owl-images{
        width: 50%;
    }

    .hen{
        height: 20%;
    }
      .navbar{
        width: 100% !important;
      }

  }
  .entrance-title {
    position: relative;
    z-index: 4;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background-image: linear-gradient(270deg, rgba(69, 94, 104, 0) 4%, #000 97%);
    border-bottom: 5px solid #129522;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.entrance-title dt {
    flex: 1;
    font-size: 10px;
    line-height: 28px;
    text-indent: 10px;
    color: #fff;
    font-weight: bold;
}

.entrance-title dd {
    width: 78px;
    line-height: 30px;
    height: 100%;
    background-image: url(img/curve.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    text-indent: 15px;
    font-size: 12px;
    font-weight: bold;
    color: #fff !important;
}

.entrance-title dd:after {
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    width: 64px;
    height: 100%;
    background-color: #129522;
    content: "";
}


.iconfooter {
    position: fixed !important;
    bottom: 0;
    width: 100% !important;
    color: white;
    background: #1f4258;
    z-index: 999;
    text-align: center;
  }
  .iconfooter a{
    color: #fff;
  }
  
  
  .hole {
    display: block; 
    margin: 0 auto; 
  }
  
.hole{
    width: 30px;
}  


.pulse-button {
            display: none;
            position: fixed;
            bottom: 20px;
            right: 20px;
            background-color: #3498db;
            color: #fff;
            padding: 10px 20px;
            border-radius: 5px;
            cursor: pointer;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        }

        /* Media query to show the button only in mobile view */
        @media only screen and (max-width: 768px) {
            .pulse-button {
                display: block; /* Show the button in mobile view */
            }
        }

        /* Animation for pulse effect */
        @keyframes pulse {
            0% {
                transform: scale(1);
                box-shadow: 0 0 0 0 rgba(52, 152, 219, 0.7);
            }
            50% {
                transform: scale(1.1);
                box-shadow: 0 0 0 10px rgba(52, 152, 219, 0);
            }
            100% {
                transform: scale(1);
                box-shadow: 0 0 0 0 rgba(52, 152, 219, 0);
            }
        }

        .pulse-button:hover {
            animation: pulse 1s infinite;
        }
        
  /*whatsaap*/
  .float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 70px;
    right: 35px;
    background: linear-gradient(90deg,
            rgb(55, 223, 97) 0%,
            rgb(9, 187, 3) 100%);
    color: #fff !important;
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    z-index: 100;
}

.my-float {
    margin-bottom: 8px;
    margin-top: 1px;
    margin-left: 1px;
    font-size: 30px;
}

.hh {
    color: #fff;
}

/*whatsaap end*/
  /* footer start */
  ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
  background: #1e313f !important;
  position: relative;
  margin-bottom: 0px;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #fff;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.whatsapp-bg {
  background: #199500 !important;
}

.telegram-bg {
  background: #55ACEE !important;
}

.instagram-bg {
  background: #a2483c !important;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
  /*margin-left: 30px;*/
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ffffff;
}

.footer-widget ul li a:hover{
  color: #ff5e14;
}
.footer-widget ul li a {
  color: #fff;
  text-transform: capitalize;
}
.qpp{
  text-align: start;
}



.footer-content .row > button{
  width: 150px;
  margin-left: calc(50%);
  padding: 10px 20px;
  border-radius: 10px;
  border: none;
  background-color: #ff5e14;
}

.footer-section .container-fluid .last-footer{
width: 100%;
display: inline-flex;
align-items: center;
justify-content: center;
height: auto;

}
.footer-section .container-fluid .last-footer .footer-para{
  width: 90%;
  height: auto;

}
.footer-section .container-fluid .last-footer .footer-para h3{
  font-size: 1.2rem;
}
.footer-section .container-fluid .last-footer .footer-para p{
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 300;
  
}


.footer-links, .partners, .bottom-links {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      font-size: 0.95em;
    }

    .footer-links a,
    .partners a,
    .bottom-links a {
      color: #ccc;
      text-decoration: none;
      
     
    }

    .footer-links a:last-child,
    .partners a:last-child,
    .bottom-links a:last-child {
      border-right: none;
    }

     .copyright {
      margin-top: 20px;
      color: #999;
    }

    @media (max-width: 600px) {
      .footer-links a,
      .partners a,
      .bottom-links a {
        border: none;
        display: block;
        padding: 5px 0;
      }
    }
  /* footer end */