

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    
}
html {
    font-size: 62.5%;
}
body{
    font-family: "Inter", sans-serif;
    font-size: 1.6rem;
 
    background-color: #1B1B1B;
    color: #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; */
    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: #fff!important;
}
.wrapper-width{
    max-width: 1220px;
    width: 100%;
    margin: auto;
    padding: 0 20px;
}

 .app-wrapper{

}

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

.header-wrapper{
   
    background-image: url("../img/banner.png"); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    /* background: transparent linear-gradient(180deg, #103375 0%, #10337500 100%) 0% 0% no-repeat padding-box; */

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

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


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

header .menu a{
 display: block;
 padding: 10px 20px;
 font-size: 20px;
 color: #fff;
 border: 1px solid transparent;
border-radius: 25px;
white-space: nowrap;
font-weight: 600;
}
header .menu a:hover,
header .menu a.active{
    color: #E15D0A;
}


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: #E15D0A;
   color: #fff;
   font-weight: 600;
   border-radius: 8px;
   display: flex;
   justify-content: center;
   align-items: center;
   gap: 6px;
 
}
.downloadButton i{
    font-size: 18px;
}
.downloadButton:hover{
    background: #ee8050;
}

.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%;
  ;
    
}
.banner-wrapper .overview{
    flex:0 1 34.2rem;
    max-width: 34.2rem;
    /* margin:  7.5rem 0; */
   
}
.banner-wrapper .right-section {
    width: 100%;
    max-width: 790px;
}

.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: 1.8rem;
  margin-bottom: 15px;
  color: #fff;
  letter-spacing: -0.88px;
  text-align: start;
}
.banner-wrapper .middle{
    width: 100%;
    max-width: 470px;
    margin-inline: auto;
}
.banner-wrapper .middle img{
    width: 100%;
}

.banner-wrapper .left-section .box h2{
    font-size: 4rem;
    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: 3.5rem;
    
}
.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-wrapper > h2{
  font-size: 45px;
  line-height: 50px;
  color: #fff;
  letter-spacing: -1.13px;
  text-align: center;
  margin-bottom: 50px;
  margin-top: -195px;
}

.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{
   
    box-shadow: none;
   
    color: #333;
    background-color: #fff;
}
.install-step-wrapper{
    
    margin-top:0px;
    max-width: 1140px;
    padding-bottom: 80px;
    margin-inline: auto;
}
.install-step-wrapper .card img{
  top: -48px;
    position: absolute;
    padding:  4px 10px;
    width: 100px;

   
}
.install-step-wrapper .card h4{
    top: -15px;
      position: absolute;
      background: #333;
      color: #fff;
      padding:  4px 10px;
      border-radius: 16px;
      font-size: 16px;
  }

.install-step-wrapper .card p{
    margin-bottom: 1.3rem;
    font-size: 13px;
    margin-top: 10px;
 color: #333;
}
.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;
    min-width: 240px;
    

}
.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: #fff;
    text-align: center;
    padding-bottom: 30px;

}

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

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

footer .icon{
    width: 5rem;
    height: 5rem;
    background-color: #fff;
    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;
    flex-wrap: wrap;
}

footer .copyrite{
    font-size: 1.5rem;
    margin-bottom: 0.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;
    background: #fff;
    padding: 20px;
    max-width: 594px;
    border-radius: 10px;
    margin-inline: auto;

}
.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: #fff;
    /* 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){
    .logo{
        width: 150px;
    }
    .logo img{
        width: 100%;
    }
    .header .downloadButton{
          display: none;
    }
    .banner-wrapper{
        margin-top: 40px;
    }
    .banner-wrapper .downloadButton{
        display: inline-block !important;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .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;
        z-index: 1111;
        
    }
    .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: #E15D0A;
 }
 .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;
}

section.five .img{
    display: none;
}
section.five {
    margin-inline: 20px;
    width: 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: #E15D0A;
    z-index: 1;
    width: 100%;
    left: 0;
}
.other .header-wrapper{
    height: 200px;
    min-height: 200px;
        background-size: 155%;
 background-position: left top;
}

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

  
}
.secontEection.secont1{

  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: 80px;
  
   justify-content: center;
   gap: 40;
color: #00000099;
gap: 40px;


}

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: 0px;
     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: #5D06F7;
    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: 309pxpx;
 position: relative;
 z-index: 1;
 background-image: none;
 background-color: #5D06F7;
 border-radius: 20px;
 

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

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


.installcar{
    margin-top: 30px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
border-radius: 16px;
padding: 40px 30px 40px 50px;
}

.installcar h3{
    position: relative;
    font-size: 20px;
    
    margin-bottom: 16px;
   
    
}
.installcar p{
    font-size: 15px;
   
    text-align: start;
}
.installcar span{
    position: absolute;
    display: block;
    right: calc(100% + 10px);
    font-size: 13px;
padding: 4px 10px;
background-color: #E15D0A;
border-radius: 10px;
color: #000;

}


.otherCardes .card{
    padding: 20px 20px 20px 60px;
    display: flex;
    gap: 20px;
    max-width: 300px;
    text-align: start;
    background: #fff 0% 0% no-repeat padding-box;
   height: 150px;
    align-items: center;
    position: relative;
    border-radius: 20px;
    margin-inline: auto;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  
}

.otherCardes .card img{
 position: absolute;
width: 80px;
height: 80px;
left: -40px;

}

.ten{
    background: #E7E7E7 url("../img/banner2.png") no-repeat; 
    background-position: left bottom;
    background-size: cover;
}

section.faqs{
      background-color: #313131;
    border-radius: 120px;
    min-height: 40px;
    padding:  50px 20px;
}

section.faqs .faq-box{
    background: #fff 0% 0% no-repeat padding-box;
    border-radius: 20px;

    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border: none;
    padding: 20px;
}

.section.faqs .faq-box .question{
    font-size: 20px;
    font-weight: 700;
}

.bottom{
    background: #E7E7E7 url("../img/banner4.png") no-repeat left top;
    background-size: cover;
    min-height: 200px;
}

.bottom > .box{
    max-width: 740px;
    margin-inline: auto;

    gap: 40px;
    flex-wrap: wrap;
 
}

.bottom > .box >div{
    flex: 1 1 240px;
}

.footerLast{
    background: #F9F9F9 url("../img/banner5.png") no-repeat left top;
    background-size: cover;
    min-height: 200px;
}

.footerLast .imgbottom{
    max-width: 787px;
    margin-inline: auto;
    text-align: center;
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
}

.footer-logo li{
    margin-bottom: 8px;
}

/* // */
.zero{
    padding-block: 60px;
    /* background: transparent linear-gradient(180deg, #0F0F0F 0%, #757575 100%) 0% 0% no-repeat padding-box; */
}


.zeroNewsection{
    color: #fff;
    max-width: 1240px;
    padding-inline: 20px;
    margin-inline: auto;
}
.zeroNewsection > h2{
    font-size: 40px;
    margin-top: 50px;
}
.zeroNewsection > p{
    color: rgba(255, 255, 255, 0.484);
}
.zeroNewsection > .cardBox{
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    
}
.zeroNewsection > .cardBox > .card {
 background: #F6F6F6 0% 0% no-repeat padding-box;
box-shadow: 0px 0px 50px transparent;
padding: 36px 33px 40px;
border-radius: 20px;
transition: all .3s;
flex: 1 1 30%;
max-width: 386px;
min-width: 240px;

}

.zeroNewsection > .cardBox > .card *{
    color: #000;
}
.zeroNewsection > .cardBox > .card.active p{
 font-size: 20px;
 line-height: 30px;
}
/* .zeroNewsection > .cardBox > .card:hover,
.zeroNewsection > .cardBox > .card.active {
    background: transparent radial-gradient(closest-side at 50% 76%, #E15D0A -196%, #F3A21700 181%) 0% 0% no-repeat padding-box;
    border: 1px solid #E15D0A;
    border-radius: 20px

} */
/* .zeroNewsection > .cardBox > .card:hover h2,
.zeroNewsection > .cardBox > .card.active h2{
    color: #E15D0A;
} */
.zeroNewsection > .cardBox > .card .img {
   display: flex;
   justify-content: center;
   align-items: center;
   height: 120px;
   margin-bottom: 15px;

}
.zeroNewsection > .cardBox > .card .img img{
  height: 100%;

}

.zeroNewsection > .cardBox > .card h2{
    letter-spacing: -1.1px;
color: #000;
font-size: 25px;
line-height: 30px;
text-align: center;
margin-bottom: 15px;
}
.zeroNewsection > .cardBox > .card p{
    letter-spacing: -1.1px;
color: #333;
font-size: 16px;
line-height: 25px;
text-align: center;

}

.zeroNewsection .cardBox .securtCard{
 flex : 1 1 40%;
    padding: 40PX 45PX;
    max-width: 580px;
    border: 1px solid rgba(255, 255, 255, 0.585);
border-radius: 20px;
min-width: 300px;

}
.zeroNewsection .cardBox .securtCard h2{
    letter-spacing: -0.75px;
    color: #E15D0A;
    text-shadow: 0px 3px 6px #DF08916B;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.585);
    margin-bottom: 40px;
    max-width: 420px;

}

.zeroNewsection .cardBox .securtCard li{
    color: rgba(255, 255, 255, 0.50);
    margin-bottom: 10px;
    position: relative;
}
.zeroNewsection .cardBox .securtCard li::before{
    content: '✔';
    color: #E15D0A; /* Change color if needed */
    font-size: 16px; /* Adjust size */
    margin-right: 5px;
}

section.nine{
   
}

section.nine > .boxBanner{
    max-width: 1200px;
    height: 325px;
    border-radius: 20px;
    background-image: url('../img/installBanner.png');
    background-size: cover;
    margin: 40px auto 0;
}

/* card section  */
.features-section-Main {

}
.features-section-Main h2{
margin-block: 60px 40px;
text-align: center;
color: #fff;
}


.features-section::-webkit-scrollbar{
        width: 0;
        height: 0;
}
.feature-item {
    
    align-items: flex-start;
    background: #484848 0% 0% no-repeat padding-box;
border-radius: 18px;
padding: 60px 30px 30px;
position: relative;
max-width: 620px;
flex: 1 0 370px;

}





.secontEection.secont1 .two{
    background: transparent radial-gradient(closest-side at 52% 100%, #E80932 0%, #6F081B 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #00000000;
    border-radius: 20px;
    padding: 20px 20px 0px;
max-width: 1200px;
margin-inline: auto;
padding-top: 0;
padding-bottom: 0;
max-height: 560px;
margin-bottom: -289px;
}
.secontEection.secont1 .two .left > img{
/* margin-top: -100px; */
margin-bottom: -4px;
}

.secontEection.secont1.secont2{
  max-width: 1200px;
 background: transparent radial-gradient(closest-side at 52% 85%, #F8A517 -125%, #F3A21700 404%) 0% 0% no-repeat padding-box;
border: 1px solid #FFB83D;
border-radius: 20px;
margin-inline: auto;
padding: 20px;
margin-block: 60px;
}

.secontEection.secont1.secont2 .two{
    margin: 0;
    padding: 0;
    background-color: transparent;

}
.brfourFooter {
    padding-inline: 20px;
    /* margin-top: 240px; */
}
.brfourFooter > div{
        transform: translateY(-180px);
        max-width: 1200px;
        margin-inline: auto;
        width: 100%;
        height: 309px;
        padding-inline: 40px;
     
        background: #800005;
        border-radius: 20px;
        justify-content: end;
        align-items: end;

}
.brfourFooter > div > .img{
  max-width: 600px;
  flex: 1 1 50%;

}
.brfourFooter > div .desc{
    /* flex: 1 1 39%; */
    align-self: center;
}
.brfourFooter > div > .img img{
    width: 100%;
    transform: translateY(56px);
}
.brfourFooter .desc{
    flex: 0 0 30px
    
}

section.faqs{
    padding: 80px 20px 300px;
    background-color: transparent;
        background-color: #313131;
    border-radius: 120px;
    margin-top: 40px;
}

.faq-container {
    max-width: 1200px;
    margin: auto;
    text-align: center;
}
h2 {
    /* color: #003399; */
}
.faq-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    /* flex-direction: column;
    justify-content: center; */
}
.faq-grid > div{
    flex: 1 1 40%;
    min-width: 320px;
}
.faq-item {
    background: #4A4A4A 0% 0% no-repeat padding-box;
    border-radius: 10px;
    /* box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1); */
    overflow: hidden;
    cursor: pointer;
    width: 100%;
    max-width: 760px;
    transition: 0.3s;
    align-self: flex-start;
    margin-inline: auto;
    padding-inline: 10px;
    flex: 0 0 40%;
    margin-bottom: 10px;
}
.faq-question {
    padding: 15px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;

color: #fff;
font-size: 16px;
line-height: 24px;
text-align: left;
}
.faq-answer {
    padding: 15px;
    display: none;
    color: rgba(255, 255, 255, 0.5);
    text-align: left;
}
.faq-item.active .faq-answer {
    display: block;
}
.faq-question span {
    font-size: 20px;
    transition: transform 0.3s ease;
}
.faq-item.active .faq-question span {
    transform: rotate(180deg);
}
 


@media screen and (max-width: 767px){
    .brfourFooter > div{
       
        justify-content: center;
        height: auto;
        min-height: 100px;
        padding-bottom: 40px;
    }
    .brfourFooter .desc{
        flex: 0 0 20px
    }
    .secontEection.secont1 .two{
        flex-direction: column;
        align-items: center;
        padding-inline: 20px;
        max-height: 10000px;
        padding-bottom: 30px;

    }

    .secontEection.secont1.secont2 .two{
  flex-direction: column-reverse;
    }
    .brfourFooter {
        margin-top: 50px;
    }
    .brfourFooter > div > .img{
        display: none;
    }
}
@media screen and (max-width: 560px){
    .brfourFooter > div{
        padding: 20px;
    }
   
    .brfourFooter .desc .img{
        flex: 0 0 20px
    }
   
    .notBot h2{
        font-size: 16px !important;
    }
    .notBot img{
        max-width: 20px !important;
    }
}