

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    
}
html {
    font-size: 62.5%;
}
body{
    font-family: 'Rubik', sans-serif;;
    font-size: 1.6rem;
}
.center{
    display: flex;
    justify-content: center;
    align-items: center;
}
a{
    text-decoration: none;
    transition: all .2s;
}

/* ul,ol{
    list-style: none;
} */
.text-center{
    text-align: center;
}

.flex{
    display: flex;
}
.d-sm{
    display: none;
}
.justify-center{
    justify-content: center;
}
.justify-between{
    justify-content: space-between;
}
.align-end{
    align-self: flex-end;
}

.align-center{
    align-items: center;
}

.flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.p{
    margin-bottom: 1.6rem;
    
}
.uppercase{
    text-transform: uppercase;
}
.ol-list{
    list-style: disc;
}

.wrapper-width-900{
    max-width: 90rem;
    padding: 0 2rem;
    margin: auto;
}
.ol-list > li{
    margin-bottom: 1.2rem;
}
.gap-10{
    gap: 1rem;
}
.gap-30{
    gap: 3rem;
}
.gap-20{
    gap: 2rem;
}

.w-50{
    width: 49.99%;
}
.text-left{
    text-align: left;
}
.wrapper-width{
    max-width: 1220px;
    margin: auto;
    padding: 0 20px;
}

/* .app-wrapper{
    max-width: 1640px;
} */

.heading-2{
    font-weight: 700;
}
.heading-pri{
    margin-bottom: 2rem;
}
.pl-20{
    padding-left: 2rem;
}

.header-wrapper{
    background-color: #333;
    background-image: url("../img//background1.png");
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    padding-top: 10px;
}


header .menu{
    flex: 0 1 31rem;
    list-style: none;
}

header .menu a{
 display: block;
 padding: 10px;
 color: #FFFFFF;
 border: 1px solid transparent;
border-radius: 25px;
}
header .menu a:hover,
header .menu a.active{
    color: #dfa327;
}


header .button{
  flex: 0 1 17.6rem;
}

.downloadButton{
    max-width: 17.6rem;
    width: 100%;
    height: 5rem;
    border: none;
    border-radius: 3.2rem;
    display: block;
    cursor: pointer;
    transition: all .3s;
   background: #D41D00;
   color: #fff;
}
.downloadButton:hover{
    background: #a21803;
}

.banner-wrapper .right-section img{
    width: 100%;
    max-width: 53.5rem;
    
}
.banner-wrapper .overview{
    flex:0 1 34.2rem;
    max-width: 34.2rem;
    margin:  7.5rem 0;
   
}

.banner-wrapper .overview >div{
    flex-grow: 1;
    text-align: center;
    border-left: 1px solid #707070;
}
.banner-wrapper .overview >div .h2{
    display: block;
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
}
.banner-wrapper .overview >div span{
    font-size: 1.3rem;
    color: #707070;

}
.banner-wrapper .overview .review{
    border-left: none;
}
.banner-wrapper .overview >div span.color-y{
    color:#FFBC00;
  }


.banner-wrapper .left-section .box p{
  font-size: 2rem;
  margin-top: 2rem;
}

.banner-wrapper .left-section .box h2{
    font-size: 4.5rem;
    letter-spacing: -1.98px;
}
.banner-wrapper .left-section .box h4{
    font-size: 4.5rem;
    letter-spacing: -1.98px;
    font-weight: 400;
    margin-bottom: 2.5rem;
}

.money-winning-wrapper{
 background-image: url('../img/img-20.png');
 padding-top:  40px;
}
.money-winning-wrapper .heading{
  color: #fff;
}
.money-winning-wrapper h2{
    max-width: 48rem;
    margin-top: 4rem;
    
}
.heading{
    margin: auto;
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 4.6rem;
}
.heading span{
    color: #D41D00;
}

.money-winning-wrapper .stap-wrapper img{
    max-height: 8.4rem;
    width: auto;

}

.money-winning-wrapper .steps p{
    margin-top: 2rem;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 7rem;
}
.cards-wrapper{
   
}
.install-step-wrapper{
    background-image: url('../img/img-20.png');
}
.install-step-wrapper .cards{
    background-color: #F9F9F9 ;
}
.install-step-wrapper .card{
    position: relative;
  width: 30%;
    padding: 3.9rem .8rem 0;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 2px #00000029;
    border-radius: 20px;
 
    text-align: center;
    border-radius: 10px;
    

}
.install-step-wrapper{
   padding-bottom: 60px;
}
.install-step-wrapper .card h3{
    position: absolute;
    top: -10px;
    background-image: linear-gradient(90deg, #FF7800 50%, #DD0603);
    padding: 4px 10px;
    color: #fff;
    padding: 4px 10px;
    border-radius: 16px;
    font-size: 16px;
}

.install-step-wrapper .card p{
    margin-bottom: 1.3rem;
}

.install-step-wrapper .card img{
    max-height: 17.4rem;
    position: relative;
    bottom: -1.4rem;
}

.other-section{
    background-color: rgba(248, 249, 252, 1);
    text-align: center;
    font-size: 1.3rem;
    padding-top: 12rem;
    padding-bottom: 6rem;
}

.other-section .heading-1{
    padding: 4.5rem  5.4rem;
}
 .heading-itle{
    font-style: italic;
    font-weight: 600;
}

.other-section .desc .heading-2{
    font-size: 1.5rem;
    font-weight: 700;
}
.other-section .desc-l{
    margin-top: 3.3rem;
}
footer{
    background-color: #333;
    background-image: url("../img/footerBack.svg");
    background-color: #FEDC24;
   
    color: #fff;
    text-align: center;
}

footer .copyrite a:hover{
    color: #dfa327;
}

footer .footer-heading{
    margin-top: 7rem;
    font-size: 2.5rem;
    
}

footer .icon{
    width: 5rem;
    height: 5rem;
    background-color: #444;
    border-radius: 50%;
}
footer .icon a{
    color: #fff;
    font-size: 3rem;
  
}

footer .social-icon{
    margin: 3rem auto 3.6rem;
    display: none;
}

footer .footer-logo{
    margin-bottom: 2.5rem;
    margin-top: 2.5rem;
}

footer .copyrite{
    font-size: 1.5rem;
    margin-bottom: 6.4rem;
}

footer .copyrite a{
    color: #fff;
}

/* about */

.banner-wrapper h1{
    padding: 4.5rem 0 4.5rem;
}

.about-wrapper .aboutWrapper {
    margin-top: 4.5rem; 
}
.about-wrapper .about-left{
    max-width: 53rem;
}

.about-wrapper .about-left img{
    width: 100%;
}
.about-wrapper .about-right{
   max-width: 42rem;
}
.about-wrapper .about-right h2{
   font-size: 3.5rem;
   font-weight: 400;
   margin-bottom: 2rem;
}
.about-wrapper .about-right p.desc{
   margin-bottom: 2rem;
}
.about-wrapper .about-right p.heading-itle{
   margin-bottom: 2rem;
}


.aboutUs .images{
    margin-top: 5rem;
    margin-bottom: 2.8rem;
}
.aboutUs .images >div{
   height: 5rem;
}

.aboutUs .images >div img{
    height: 100%;
    width: auto;
}
.aboutUs .heading{
    font-size: 1.6rem;
}

/* contact us */

.contactWrapper{
    margin: 5rem;
}
.contactWrapper > h2{
    margin: 5rem 0;
    text-align: center;
}
.contactWrapper .map-box{
    position: relative;
    height: 36.1rem;
    
}

.textCard{
    width: 29rem;
    height: 15rem;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

}
.textCard > div{
    max-width: 23.2rem;
    font-size: 1.5rem;
}
.textCard > div h3{
    font-weight: 700;
    margin-bottom: .9rem;
}
.cardbox{
    position: absolute;
    bottom: 0;
    left: 505;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.menu-icon{
    display: none;
}
.dropdownMenu{
    display: none;
}

.about-privacy > div{
    padding-top: 4rem;
}
.heading-small{
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 1.8rem;
}
.heading-small span{
    font-weight: 700;
    
}


.faqs .wrapper-width-900 > h2{
    margin: 4rem auto;
}


.faq-box .question-box{
    padding: 0.8rem 2rem;
    background-color: #D41D00;
    border-radius: 4px;
    color: #fff;
    box-shadow: #ffffff59 0px 1px 4px;
    
}
 .faqs .ans{
    border: 1px solid #f3f3f3;
    border-top: 0;
    border-bottom: 0;
    max-height: 0;
    overflow: hidden;
   
}
.faqs .question-box{
    cursor: pointer;
}
.faqs .question-box .question{
     font-weight: 500;
}
.faqs .ans ul{
    padding:2rem;
    margin-left: 2rem;
    line-height: 2.5rem;
}
.faq-box.active .ans{
    max-height: 100%;
}
.faq-box.active .icon{
    transform: rotate(180deg);
}
.headingstep {
   margin: 20px 0 15px;
}

/* new */

.Win-real-rupees{
  background-image: url('../img/img-10.png');
   background-color:  #FFBC00;
padding: 100px 0;;
}
.Win-real-rupees .desc{
    margin-top: -20px;
 max-width: 720px;
 margin-inline: auto;
 font-size: 20px;
}
.Win-real-rupees .desc{
    margin-top: -20px;
 max-width: 720px;
 margin-inline: auto;
 font-size: 20px;
}
.Win-real-rupees .aboutWrapper{ 
    margin-top: 7.5rem;
}

.Topgame{
    background-image: url('../img/img-1.png');
    background-size: cover;
    background-color: #0D0031;
    width: 100%;
    min-height: 150px;
    padding-top: 40px;
}

.game-box{
    max-width: 960px;
    padding-inline: 20px;
    flex-wrap: wrap;
    padding-bottom: 50px;

}
.game-box > div{
    flex: 1 1 100px;
}
.Topgame .text{
    font-size: 15px;
    text-align: center;
    padding-inline: 20px;
    padding-bottom: 40px;
}
.cardsGame{
    padding: 60px 20px 100px;
   


}

.cardsGame .card{
  position: relative;
  padding: 70px 20px 20px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: 0px 1px 2px #00000029;
border-radius: 20px;
flex: 1 1 100px;
max-width: 280px;
}
.cardsGame .card h2{
  font-size: 20px;
  text-align: center;
}
.cardsGame .card p{
  font-size: 13px;
  text-align: center;
}
.cardsGame .card img{
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}
.bannerBottom{
    background-color: #0D0031;
    padding: 40px;
}
.banner-content{
    max-width: 1000px;
    margin: auto;
    color: #fff;
    gap: 70px;
    
}
.banner-content span{
    display: block;
}
.banner-content p{
    font-size: 30px;
    margin-left: 13px;

}
.border-right {
    border-right: 1px solid #ffffff36;

    padding-right: 40px;
}

@media screen and (max-width: 850px)  {
   body{
    font-size: 1.2rem;
   }
   .banner-wrapper .overview{
     margin: 3rem auto;
   }
   .banner-wrapper .left-section .box h2,
   .banner-wrapper .left-section .box h4
  {
    font-size: 3.5rem;
   }
   .about-wrapper .about-right{
    max-width: 100%;
   }
   .about-wrapper .about-right button{
    margin: auto;
   }
   .stap-wrapper,
   .cards-wrapper,
   .aboutWrapper,
   .aboutUs .images{
    flex-wrap: wrap;
   }
   .aboutWrapper{
    flex-wrap: wrap-reverse;
   }
   .aboutUs .images > div{
    width: 25%;
    text-align: center;
   }
 
   .stap-wrapper .steps{
    width: 30%;
   }
   .cards-wrapper .card{
    width: 48%;
   }
   .cardbox{
    flex-direction: column;
    bottom: -35rem;
    
   }
   .map-box{
    margin-bottom: 38rem;
   }
   .contactWrapper{
    margin: auto;
   }
   .header-wrapper .button button{
    display: none;
   }
}
@media screen and (max-width: 767px){
    .menu{
        display: none;
    }
    .menu-icon{
        
        margin-left: auto;
    background: white;
    border-radius: 4px;
    display: flex;
   justify-content: flex-end;
    width: 39px;
    padding: 6px;
    }

    .dropdownMenu.active{
        display: flex;
    }

    .dropdownMenu{
        position: fixed;
        background-color: #00000060;
        top: 0;
        bottom: 0;
        width: 100vw;
        
    }
    .dropdownMenu .dropdown-menu{
        background-color: #fff;
        width: 220px;
        height: 100Vh;
        position: relative;
    }
    .dropdownMenu .dropdown-menu ul{
        list-style: none;
    }
    .dropdownMenu .left.close{
        flex-grow: 1;
    }
 #close{
    position: absolute;
    top: 10px;
    left: 10px;
 }
 .dropdownMenu ul{
    margin-top: 40px;
    padding: 0 0 30px;
 }
 .dropdownMenu ul a{
    display: block;
    padding: 8px 20px;
    font-size: 16px;
    color: #333;
    font-weight: 500;
 }
 .dropdownMenu ul a:hover,
 .dropdownMenu ul a.active{
    color: #fff;
    background-color: #444;
 }
 .d-sm{
    display: flex;
}
.d-sm-none{
    display: none;
}
.banner-wrapper > div{
    flex-wrap: wrap;

}
.banner-wrapper > div >div{
    width: 100%;
}
.banner-wrapper .left-section{
    text-align: center;
}
.left-section .downloadButton{
    margin: auto;
    margin-bottom: 2rem;
}
.banner-wrapper .left-section .button{
    margin: auto;
}
}

@media screen and (max-width: 480px){
   
    .stap-wrapper .steps{
        width: 48%;
       }
       .cards-wrapper .card{
        width: 95%;
       }
       
       .textCard{
        width: 24rem;
       }
}

