

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    
}
html {
    font-size: 62.5%;
}
body{
    font-family: "Inter", sans-serif;
    font-size: 1.6rem;
    background: #FFF;
}
.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;
}
.column{
    flex-direction: column;

}
.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{
    margin-top: 20px;
    max-width: 90rem;
    padding: 2rem;
    margin-inline: auto;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-color: #fff;
}
.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;
}
.copyrite a{
    color: #000!important;
}
.wrapper-width{
    max-width: 1220px;
    margin: auto;
    padding: 0 20px;
}

 .app-wrapper{
  background-color: #f9f9f9;
}

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

.header-wrapper{
   
    background-image: url("../img/mainbackground.png"); 
    background-size: cover;
    color: #fff;

    padding-top: 10px;
    min-height: 591px
   

}
.header{
    /* max-width: 1200px;
    margin-inline: auto;
    background-color: #FFFFFF;
    padding-block: 20px;
    margin-top: 10px; */
}


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

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


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

.downloadButton{
    max-width: 17.6rem;
    width: 100%;
    height: 5rem;
    border: none;
  
    display: block;
    cursor: pointer;
    transition: all .3s;
    background: #FFD000;
   color: #fff;
   font-weight: 600;
 
}
.downloadButton:hover{
    background: #c7a405;
}

.banner-wrapper{

    /* background-image: url("../img/mainbackground.png"); 
    background-size: cover;
    max-width: 1200px;
    min-height: 707px;
    margin-inline: auto; */
}

.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: #000;
}
.banner-wrapper .overview >div span{
    font-size: 1.3rem;
    color: #000;

}
.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;
  color: #827f7f;
  text-align: start;
}

.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;
}
.banner-content{
    max-width: 1000px;
    margin: auto;
    color: #000;
    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;
}


.money-winning-wrapper h2{
    max-width: 55rem;
    margin-top: 4rem;
    
}
.heading{
    margin: auto;
    font-size: 3.5rem;
    font-weight: 700;
   word-spacing: 4px;
    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;
}


.install-step-wrapper .card{
    width: 30%;
    background: #fff; 
    color: #ababab;
    text-align: center;
    border-radius: 10px;
    padding: 56px 34px 34px;
     box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: relative;

 
}
.install-step-wrapper.installMail .card{
    border: 1px solid #DA1C5C;
    box-shadow: none;
   
    color: #d2d2d2;
    background-color: #000000;
}
.install-step-wrapper{
    
    margin-top:0px;
    background-color: #000000;
    padding-bottom: 80px;
}
.install-step-wrapper .card img{
  top: -48px;
    position: absolute;
    padding:  4px 10px;
    width: 100px;

   
}
.install-step-wrapper .card h4{
    top: -15px;
      position: absolute;
      background: transparent linear-gradient(197deg, #DA1C5C 0%, #F9B90F 100%) 0% 0% no-repeat padding-box;
      color: #fff;
      padding:  4px 10px;
      border-radius: 16px;
      font-size: 16px;
  }

.install-step-wrapper .card p{
    margin-bottom: 1.3rem;
    font-size: 13px;
 color: #F9F9F9;
}
.trusted-step-wrapper .card{
    width: 33%;
    background: #fff;
    color:#333;
    text-align: center;
    border-radius: 20px;
    padding:  51px 78px 23px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    height: 254px;
    

}
.trusted-step-wrapper{
    position: relative;
    top: 56px;
    margin-top: 71px;
}

.trusted-step-wrapper .card img{
    top: -40%;
      position: absolute;
      padding:  4px 10px;
     height: 220px;
    width: 224px;
  }

.trusted-step-wrapper .card p{
    color: #333;
opacity: 0.5;
font-size: 20px;
   
}
.secure-section h1{
   
opacity: 1;
margin-top: 40px;
}
.text{
   margin-top: 18px;
margin-bottom: 4.2rem;
color: #292929;
font-size: 20px;
}
.secure-section .card p{
    font-size: 15px;
    color: #000;
    margin-top: 10px;
    text-align: justify;
}

.secure-section .card{
    background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: 0px 2px 20px #0000000A;
border-radius: 10px;
padding: 40px 30px;
width: 47%;
}
.top-game-section{
    background-color: #fff;
    padding-top: 10rem;
    padding-bottom: 5rem;
    
}
.explain-section{
    max-width: 763px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 312px;

}
.top-game-section .card{
    background: transparent linear-gradient(197deg, #414042 0%, #000000 100%) 0% 0% no-repeat padding-box;
    border-radius: 20px;
    opacity: 1;
    position: relative;
    width: 30%;
    padding: 75px 30px;
}

.top-game-section .card img{
   
   position: absolute;
   top: -76px;
   left: 28px;

}
.top-game-section .card h1{
    color: #fff;
     
  }
.top-game-section .card p{
   color: #fff;
    text-align: start !important;
 }

 .playRummy-section{
    background-image: url('../img/backgrounfBottom.png');
    background-color: #032526;
    color: #000;
    padding-top: 10rem;

    min-height: 550px;
    
 }
 .playRummy-section .text-section{
    max-width: 1024px;
    width: 100%;
 }
 .playRummy-section .text-section > div:first-child{
    max-width: 500px;
    
 }
 li{
list-style: none;
 }
.text-section{
    max-width: 963px;
    margin: 0 auto;
}
.text-section p {
text-align: start !important;
}
.main-conatiner{
    background: #003F89 0% 0% no-repeat padding-box;
    margin-bottom: 72px;
    color: #fff;
    margin-top: -10px;
}
.payment-wrapper{
    max-width: 1096px;
    margin: auto;
    padding: 80px;
    color: #fff;

}
.payment-wrapper h2,p{
    text-align: center;
}
.payment-wrapper p{
    font-size: 13px;
    margin-top: 42px;
}
.payment-container div{
    box-shadow: 0px 1px 2px #00000029;
  
border-radius: 10px;
opacity: 0.5;
padding: 30px 50px;
}
.payment-container div img{
    width: 100%;
    max-width: 1100px;
}
.gap17{
    gap:17px
}


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

.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{
  

    color: #000;
    text-align: center;

}

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

footer .footer-heading{
  
    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 .footer-logo 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: 37rem;
    height: 15rem;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

}
.textCard > div{
    max-width: 30.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 {
    margin-bottom: 20px;
    border-bottom: 1px solid #333;
}
.faq-box .question-box{
    padding: 0.8rem 2rem;
    /* background-color: #2A84FF; */
    /* border-radius: 4px; */
    color: #333;
    box-shadow: #ffffff59 0px 1px 4px;
    
}
.faq-box .question-box .icon{
    opacity: 0;
}
 .faqs .ans{
  
    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;
}
.bannerBottom{
    height: 185px;
/* background: #39383A 0% 0% no-repeat padding-box; */
margin-top: 210px;
background-color: transparent;
opacity: 1;
display: none;
}
.Win-real-rupees{
    margin: 40px;
}
.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: 15px;
}
.Win-real-rupees .aboutWrapper{ 
    margin-top: 7.5rem;
}

@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;
   }
   .install-step-wrapper .card img {
    max-height: 14rem;
   }
   .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;
       }
}

.pageHeading{
    position: relative;
    height: 0;
}
.pageHeading  h1{
    position: absolute;
    top: -80px;
    color: #fff;
    z-index: 1;
    width: 100%;
    left: 0;
}
.other .header-wrapper{
    height: 200px;
    min-height: 200px;
}

.other .banner-wrapper {
    display: none;
}
.homeFaqSection.faqs{
    margin-bottom: 40px;
}

.homeFaqSection.faqs .FaqTop{
max-width: 860px;
margin-inline: auto;
}
.homeFaqSection.faqs .FaqTop  h2{
 text-align: center;
 margin-bottom: 20px;
}
.homeFaqSection.faqs .FaqTop  h5{
 text-align: center;
 margin-bottom: 10px;

}
.homeFaqSection.faqs .FaqTop  h5{
 text-align: center;
 margin-bottom: 10px;
}

.newSection{
    background: #fff url('../img/bg20.png');
    min-height: 722px;
    background-repeat: no-repeat;
    padding-top: 40px;
}

.newSection .text{
   max-width: 560px;
   text-align: center;
   color: #fff;
   margin-bottom: 10px;
}
.newSection .text h2{
    margin-bottom: 20px;
}

.newSection .text p:last-child{
    margin-top: 10px;
    font-size: 13px;
}

.newSection .img{
    max-width: 594px;

}

.newSection .img img{
    width: 100%;
}

.mainFooter{
   min-height: 1231px;
   background-image: url('../img/bg-24.png');
   padding-top: 180px;
}

.secontEection{
    background-color: #F9F9F9;
  
}
.secontEection.secont1{
  background-color: #0B433C;
  background-image: url('../img/img222.png');
  background-repeat: no-repeat;
   width: 100%;
   padding: 40px 20px;
   padding-bottom: 0;
   min-height: 400px;
}

section.one{
    max-width: 1200px;
    min-height: 314px;
    background-image: url('../img/bg40.png');
    background-size: cover;

   border-radius: 70px;
   overflow: hidden;
}

section.one .img{
    flex: 1 1 455px;
    max-width: 455px;
}

section.one .img img{
    width: 100%;
    height: auto;
}
section.one .desc{
   max-width: 500px;
   text-align: center;
   
}
section.one .h3{
   font-size: 20px;
   margin-bottom: 20px;
}
section.one h2{
   font-size: 30px;
   margin-bottom: 60px;
}
section.one img{
   width: 100%;

}
section.two {
   width: 100%;
   padding-block: 80px;
   padding-bottom: 0px;
  
   justify-content: space-between;
   gap: 40;
color: #00000099;

}

section.two .left{
    max-width: 500px;
    color: #00000099;
 

}
section.two .left img{
    width: 100%;
}

section.two .left p{
  font-size: 20px;
  color: #00000099;
  margin-top: 20px;
  text-align: start;
}

section.two .right{

 max-width: 500px;

}
section.two .right p{
 font-size: 15px;
 max-width: 500px;
 color: #FAFAFA;
  margin-top: 20px;
  text-align: start;
}
section.three{
   height: 0px;
   margin-bottom: 0;
}
section.three > div{
     position: relative;
     left: 50%;
     transform: translateX(-50%);
    width: 100%;
    max-width: 1200px;
    top: -120px;
}
section.three .card{
   background-color: #fff;
   padding: 26px;
   
   max-width: 276px;
   box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
 
}
section.three .card h3,
section.three .card p{
 text-align: left;
 color: #000;
}
section.three .card h3{

 text-align: #fff;
}

.thiredSection{
    min-height: 400px;
 
    padding-top: 0px;
    padding-inline: 0px;
    padding-bottom: 80px;
     margin-inline: 0px; 
}


section.four .cards-wrapper .card{
    background-color: #000000;
  border: none;
  max-width: 328px;
  border-radius: 8px;
  color: #000!important;
}
section.four .cards-wrapper h4{
    background: #FFD000;
    color: #000!important;
}
section.four .cards-wrapper h3{
    margin-bottom: 8px;
    color: #fff;
}
section.four .cards-wrapper h3{
   
    color: #F9F9F9;
}
section.five {
   margin-inline: auto;
}
section.five{
margin-bottom: -200px;
max-width: 1198px;
width: 100%;
min-height: 494px;
 position: relative;
 z-index: 1;
 background-image: url('../img/newBg.png');
 background-color: transparent;
 border-radius: 0;
 

}
.gameCardWrapper {
    flex-wrap: wrap;
    margin-bottom: 100px;
}
.gameCardWrapper .box{
   max-width: 300px;
   flex: 1 1 300px;
}  

.gameCardWrapper .box{
    text-align: center;
}

section.six{
    min-height: 473px;
    width: 100%;
    background-image: url('../img/blankBg.png');
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 200px;
}


section.six .right h5, section.six .right h2{
 
    text-align: center;
    color: #fff;
}

section.six .right img{
 width: 100%;
}

.gameCardWrapperPay{
    gap: 30px;
    position: relative;
    bottom: -75px;
}

.gameCardWrapperPay .payCard{
    background: #FDFDFD 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 8px;
    padding: 34px 23px;
    max-height: 108px;
}

.eight{
    min-height: 720px;
    background-image: url('../img/img000.png');
    background-position: right top;
 background-repeat: no-repeat;
}

section.nine{
    background: #FAF1C7 0% 0% no-repeat padding-box;
    min-height: 400px;
}