

*{
    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;
    color:  #707070;
    
}
.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;
    color:  #707070;
}
.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{
   background-color: #292929;
}

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

.header-wrapper{
    background-color: #292929;
   
    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: #AA7C00  0% 0% no-repeat padding-box;
   color: #fff;   
   font-size: 15px;
   font-weight: bold;
}
.downloadButton:hover{
    background: transparent linear-gradient(78deg, #AA7C00  0%, #daa002 100%) 0% 0% no-repeat padding-box;
}

.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;
   gap: 10px;

}

.banner-wrapper .overview >div{
    flex-grow: 1;
    text-align: center;
    background: #302e2e;
    padding: 12px;
    border-radius: 4px;

}
.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;
}


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

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


.money-winning-wrapper h2{
    max-width: 48rem;
    margin-top: 4rem;
}
.money-winning-wrapper >div{
   max-width: 650px;
   padding: auto 20px;
   margin-inline: auto;
    
}
.money-winning-wrapper >div img{
width: 100%;
    
}
.heading{
    margin: auto;
    font-size: 3.5rem;
    font-weight: 400;
    letter-spacing: -0.154rem;
    margin-bottom: 4.6rem;
    color: #fff;
}
.heading span{
    font-weight: 700;
}

.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-wrapper{
    margin-top: 60px;
    color: #fff;
}
.install-step-wrapper .card{
  width: 24%;
    background: #fff;
    color: #000;
    text-align: center;
    border-radius: 10px;
    padding: 56px 34px 34px;
  
    position: relative;
}
.install-step-wrapper{
    margin-bottom: -10rem;
}
.install-step-wrapper .card h3{
  top: -10px;
    position: absolute;
    background-image: linear-gradient(90deg, #FF7800 50%, #DD0603 100%);
    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: #292929;
    text-align: center;
    font-size: 1.3rem;
    padding-top: 12rem;
    padding-bottom: 6rem;
    color: #707070;
}

.Winnings-Instantly{
    margin-top: 60px;
}
.Winnings-Instantly .cards{
   gap: 16px;
}
.Winnings-Instantly .cards > div{
   background: #302e2e;
   width: 194px;
   height: 100px;
   border-radius: 10px;
}

.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: #080808;

    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;
   color: #fff;
}
.about-wrapper .about-right p.desc{
   margin-bottom: 2rem;
   color: #707070;
}
.about-wrapper .about-right p.heading-itle{
   margin-bottom: 2rem;
   color: #fff;
}


.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;
    color: #f2f2f2;
}
.heading-small span{
    font-weight: 700;
    
}


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


.faq-box .question-box{
    padding: 0.8rem 2rem;
    background-color: #302e2e;
    border-radius: 4px;
    color: #f1f1f1;
    box-shadow: #ffffff59 0px 1px 4px;
    
}
 .faqs .ans{
    border: 1px solid #302e2e;
    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;
     color: #707070;
}
.faq-box.active .ans{
    max-height: 100%;
}
.faq-box.active .icon{
    transform: rotate(180deg);
}
.headingstep {
   margin: 20px 0 15px;
   color: #f2f2f2;
}

.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: 20px;
}
.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;
       }
}

