body{
    font-family: 'Rubik';
    background-color: #f8f7fa !important;
}

.cl{
    padding: 10px 60px !important;
    /* position: fixed !important;  */
    background-color: transparent !important;
    width: 100%;
    z-index: 9999999;
}
.nav-link:hover{
    color: #1616ff !important;
}
.logo-img{
    border-radius: 50%;
    width: 24%;
}
.navbar-expand-lg .navbar-nav{
    gap: 27px;
}
.nav-item .nav-link{
    font-weight: 700;
    color: white;
}
.banner-bg{
    background-image: url('img/hero-bg.png');
    width: 100%;
    height: 700px;
    position: relative;
}
.banner-bg .row{
    position: relative;
    top: 66px;
}
.play-text{
    color: white;
    font-size: 14px;
    font-weight: 800;
}
#align-div-text{
    padding: 10px 20px;
}
#align-div-text h1{
    color: white;
    font-size: 52px;
    font-weight: 700;
    font-family: 'Rubik';
}
.download-btn{
    font-size: 19px;
   /* width: 200px; */
    padding: 12px 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 10px;
    align-items: center;
    background: #0a0a8b;
    border: 1px solid #fff;
    gap: 6px;
    position: relative;
    animation: shadowPulse 1s infinite;
    margin-top: 20px;
}

@keyframes shadowPulse{
    0% {
        box-shadow: 0 0 0 0px #0a0ac9;
    }
    100% {
        box-shadow: 0 0 0 35px rgba(82, 221, 103, 0);
    }
}
.mobile-img{
    
    width: 496px;
    position: absolute;
    top: -76px;
    border-radius: 15px;
    
    /*width: 550px;*/
    /*position: absolute;*/
    /*top: -43px;*/
}
#mobile-div{
    margin-left: 61px;

}

.about-coin{
    background-image: url(img/about-us-bg.png);
    height: 100%;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 213px;
    padding-bottom: 190px;

}
.about-coin .row{
    margin: unset;
}
.about-coin .row {
    margin: unset;
}
.msp{
    text-align: center;
    
}
.msp img{
    width: 300px;
    border-radius: 21px;
}

.whatsapp-btn{
    transition: 0.3s;
    display: flex;
    color: #fff;
    border: 1px solid #ffffff57;
    background: #200040;
    height: 60px;
    font-size: 18px;
    padding: 0px 5px;
    padding-right: 20px;
    border-radius: 103px;
    align-items: center;
    width: 226px;
    position: absolute;
    bottom: -29px;
    right: 43%;
}
.whatsapp-icon-img{
    color: #fff;
    background-color: #44c054;
    width: 46px;
    height: 46px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 32px;
}
.st-logo{
    position: absolute;
    width: 400px;
    right: 32px;
    top: 79px;
   /*transform:   rotate(20deg);*/
}
.st-logo img{
    width: 83%;
}

.online-about{
    margin-top: 56px;
}
.online-about p{
    line-height: 30px;
    font-weight: 700;
    font-size: 17px;
}
.online-about h1{
   
    font-weight: 700;
    font-size: 40px;
}

.bd-download{
    background-image: url(img/screen-bg.png);
    width: 100%;
    height: 877px;
    background-size: cover;
}
.bd-download h1{
    color: white;
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    padding-top: 30px;
}
.carousel-bg{
    width: 60%;
    margin: auto;
    text-align: -webkit-center;
    margin-top: 55px;
}
.phone-img{
    width: 30%;
}
.owl-theme .owl-nav{
    margin-top: 10px;
    position: relative;
    bottom: 396px;
}
.owl-carousel .owl-nav button.owl-next{
    font-size: 50px !important;
    color: white !important;
    position: absolute;
    right: -28px;
    background: none !important;
}
.owl-carousel .owl-nav button.owl-prev{
    font-size: 50px !important;
    color: white !important;
    position: absolute;
    background: none !important;
    left: -28px;
}
.owl-carousel{
    opacity: 0.9 !important;

}

.play-bg{
    padding: 100px 60px;
}
.play-bg h1{
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    padding: 30px;
}
.game-card{
    padding: 29px;
    text-align: center;
    margin-bottom: 30px;
    flex-direction: column;
    align-items: center;
    border: 1px solid #0003;
    justify-content: center;
    height: 100%;
    transition: 0.3s;
    border-radius: 11px;
    display: flex;
    box-shadow: 0px 1px 16.3px 4px rgba(0, 0, 0, 0.10) inset, 0px 1px 4px 1px rgba(0, 0, 0, 0.05);
}
.game-card h3{
    font-weight: 700;
    font-family: 'Rubik', sans-serif;
    font-size: 22px;
}
.play-bg .row .col-lg-3{
    margin-bottom: 30px;
}
.play-bg .row{
    justify-content: center;
}
.game-card:hover{
    transform: translateY(-10px);
}

.testimonial-sec{
    padding: 18px 0px;
    position: relative;
    overflow: hidden;
    padding-bottom: 118px;
}

.testimonial-bg-shape{
    top: 31%;
    width: 356px;
    left: -119px;
    transform: rotate(45deg);
    position: absolute;
}

.testimonial-bg-shape-1{
    top: 31%;
    width: 356px;
    position: absolute;
    right: -119px;
    transform: rotate(45deg);
}

.testimonial-title{
    text-align: center;
    margin-bottom: 75px;
}

.testimonial-title h2{
    display: inline-block;
    position: relative;
    font-size: 48px;
    color: #202020;
    font-weight: 600;
}

.container{
    max-width: 1440px;
}
.slider-card{
    padding: 58px 29px;
    text-align: center;
    margin-bottom: 30px;
    flex-direction: column;
    align-items: center;
    border: 1px solid #0003;
    justify-content: center;
    height: 100%;
    transition: 0.3s;
    border-radius: 11px;
    display: flex;
    box-shadow: 0px 1px 16.3px 4px rgba(0, 0, 0, 0.10) inset, 0px 1px 4px 1px rgba(0, 0, 0, 0.05);
   
    background: white;
}
#carouselExampleControls .row{
    width: 100%;
}
.slider-image-style{
    width: 100%;
}
.batting-text h3{
    font-size: 38px;
    font-weight: 700;
    padding: 0;
    letter-spacing: 0;
    margin-bottom: 38px;
    text-align: justify !important;
    font-family: 'rubik', sans-serif;
}
.batting-text h4{
    text-align: justify;
    font-family: 'rubik', sans-serif;
    font-weight: 600;
}
.mnm{
    align-items: center;
    display: flex;
    padding-left: 40px;
}
.star{
    display: flex;
    color: orangered;
}
.star-icon{
    font-size: 20px;
}
.fank-name{
    margin-top: 15px;
    font-weight: 600;
    font-family: 'rubik', sans-serif;
}

.container-div{
    width: 70%;
    margin: auto;
}
.carousel-control-prev{
    left: -105px !important;
}
.carousel-control-next{
    right: -105px !important;
}

.review img{
    width: 100%;
    margin-bottom: 50px;
}
.bottom-coin{
    background-image: url('img/application-bg.png');
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
   
    padding-bottom: 0px;
}
.container{
    max-width: 1440px !important;
}
.how-to-play{
    text-align: center;
}
.how-to-play img{
    width: 100%;
    position: relative;
    top: 163px;
}
.text-box h3{
    font-size: 42px;
    font-weight: 600;
    font-family: 'rubik', sans-serif;
}
.text-box ol{
    font-size: 20px;
    font-weight: 700;
    font-family: 'rubik', sans-serif;
    line-height: 2;
}
.footer-bg{
    background-color: black;
    padding: 40px;
    text-align: center;
}

.footer-img{
    width: 248px;
    margin-bottom: 30px;
}
.footer-bg{
    color: white;
}

.copy-right{
    margin-top: 25px;
}
.carousel-control-prev-icon{
    background-image: url('img/Asset_2-512.webp') !important;
   
}

.carousel-control-next, .carousel-control-prev{
    opacity: unset !important;
}
.carousel-control-next-icon{
    background-image: url('img/120905.png') !important;
   
}
.slider-card{
    height: 444px;
}

.owl-carousel .owl-stage .item .center{
    scale: 1.1;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{
    display: block !important;
}