*{
    box-sizing: border-box;
    margin: 0%;
    padding: 0%;
  }
/* ---------------------------------------nav&footer starts---------------------------------------------------------------- */

.main-nav{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #ffffff;
    width: 100%;
    /* margin-top: -5vw; */
}
.navbar{
   
     display: flex;
     justify-content:space-between;
     height: 5vw;
     border-bottom: .1vw solid #80808026;
     padding: 0%;
    
    /* border: solid; */
 }
 .logo img{
     width: 10vw;
    margin-top:-1vw;
 }
 .sub-nav{
     margin-right: 10%;
     display: flex;
     width: 47vw;
      justify-content: center;
      align-items: center;
      align-self: center;
      /* border: solid; */
     
     
 }
 .logo{
      margin-left: 10%;
     margin-top: -1vw;
 }
 .sub-nav a{
     text-decoration: none;
     font-size: 1vw;
     font-family: 'Oswald', sans-serif;
     font: bold;
     font-weight: 600;
     /* border: solid; */
     margin: auto;
 
 }
 .sub-nav div{
     width: auto;
 }

 .button_resell{
    width: 13vw;
     background-color: #fa6075;
     font-weight: 600;
     font-size: 1.2vw;
     text-align: center;
     color: white;
     padding: 1vw;
     border-radius: 1vw;
     cursor: pointer;
     box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
     /* margin-top: -1vw; */
 }

 .ads{
     background-color: #f94b4b;
     color: white;
     text-align: center;
     font-size: 3vw;
     
 }
 .ads > p{
    /* border: solid; */
     display: block;
     padding: 0.4vw;
     font-weight: 800;
     font-size: 0.8vw;
 }
 .box2 a{
    
     color:#f94b4b;
 }
 .box a:hover{
    
     color:#fbf2f2;
 }
 .sub-nav2{
     margin-top: -0.1vw;
     display: flex;
     justify-content: space-evenly;
     box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
 }
 .sub-nav2 a{
     text-decoration: none;
     font-size: 1vw;
     font-weight: 650;
     /* position: relative; */
     
 }
 
 .main-footer{
   
    top: 120vh;
    background-color: #133b60;
    width: 99.8%;

}
.footer{
    display: flex;
    justify-content: space-around;
    padding: 20px;
    
}
.sub-footer li{
    list-style: none;
    margin-top: 20px;   
    margin-bottom: 15px;
    font-size: 11px;
    font-weight: 400;
    color: white;
}
.sub-footer li:hover{
    color:#fa6075;
    cursor: pointer;
    
}
.bottom-footer{
    display: flex;
    justify-content: space-around;
   gap : 20px
}
.bottom2-footer li{
    list-style: none;
}
.bottom-footer img{
    width: 21px;
    padding-top:10px;
    padding-bottom: 10px
}
.bottom-footer img:hover{
    width: 22px;
    cursor: pointer;
    
}
.mobile-container {
position: absolute;
height: 500px;
color: white;
border-radius: 10px;
}
 /* --------------------------------------------nav&footerends---------------------------------------------------------------- */


  .banner{
      background-size: 103% 100%;
      background-position: 50%;
      width: 100%;
      height: 44vw;
     
  }
  .bannerContainer{
      width: 80%;
      margin: auto;
      height: 100%;
      /* border: 1px solid rgb(233, 229, 229); */
      display: flex;
      /* margin-top: 20vw; */
  
  }
  .line1{
      border: 0.1vw solid rgb(176, 4, 4);
      height: 22vw;
      width: 0vw;
      margin-top: 10vw;
  }
  .left{
      /* border: 1px solid rgb(22, 20, 20); */
      width: 50%;
      margin-top: 10vw;
      margin-left: 2vw;
  }
  .right{
      /* border: 1px solid rgb(15, 255, 255); */
      width: 50%;
      margin-top: 1vw;
  
  }
  .h1heading{
      font-size: 2.5vw;
  }
  .Earn{
    font-size: 3vw;
    color: rgb(47, 47, 123);
  }
  .h3heading{
      font-size: 2vw;
  }
  
  .cr{
      background-color: aliceblue;
     padding:1vw 1vw;
     font-size: 1vw;
     border-radius: 10px;
    }
  
  .Appbtn{
      width:50%;
     border-radius: 3px;
     /* padding: 0 10px 0 10px; */
     background-color:  rgb(230, 70, 97);
     color: aliceblue;
     font-size: 0.90vw;
     border: none;
  }
  .passage{
      font-size: 1.30vw;
  }
  .downloadbtn{
      font-size: 1.2vw;
      background-color:white;
      color: rgb(4, 4, 4);
      border: none;
      padding: 1vw;
      margin-top: 1vw;
      width: 35%;
      text-align: center;
      border-radius: 10px;
  }
  
  .reviews{
      display: flex;
      font-size: 1.30vw;
      margin-top: 1vw;
  }
  .reviews>img{
      width: 7vw;;
  }
  
.phone{
    margin-top: 2vw;
    margin-left: 10vw;
    border-radius: 3vw;
    width: 18vw;
    /* border: solid; */
}
.inputnum1{
    display: flex;
    background-color: aliceblue;
    margin-top: 2vw;
    justify-content: center;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 1vw;
    border-width:0px;
    outline: none;
    
}

.inpnum{
    background-color: aliceblue;
     width:15vw;
     padding: 1.1vw;
     border: none;
     font-size: 1vw;
     outline: none;
}
.inputnum{
    display: flex;
    background-color: aliceblue;
    margin-top: 2vw;
    border-radius: 10px;
    width: 70%;
    margin-bottom: 1vw;
    border-width:0px;
    
}

.head1{
    font-size: 2.10vw;
    text-align: center;
    margin-top: 4vw;
    /* color: rgb(0, 0, 0); */
}
.head2{
    font-size: 2.10vw;
    text-align: center;
    margin-top: 6vw;
    /* color: rgb(0, 0, 0); */
}
.underhead1{
    margin: auto;
    width: 10vw;
    margin-top: 2vw;
    border: 1px solid gray;
}
.divided{
    border: 0.1vw solid rgb(184, 182, 182) ;
}
.container {
    margin: auto;
    margin-top: 4vw;
    width: 70%;
    height: 30vw;
    display: flex;
    flex-direction: column;
    background-color: bisque;
}

.righ {

    flex:1;
    background-color: rgb(50, 41, 41);
    scroll-behavior: smooth;
    /* overflow: hidden;  */
}
.sidebar-item {
    display: block;
    height: 100%;
    background-color: rgb(46, 146, 139);
    /* margin: 0.3vw; */
    box-sizing: border-box;
    overflow: hidden;
}
.sidebar-item>img{
    width: 101%;
}
.content {
    flex:1;
    background-color: rgb(52, 28, 28);
    display: flex;
    overflow: scroll;
}

.midnum{
   margin: auto;
   width: 40%;
   /* border: solid; */
}

.passage1{
  text-align: center;
  font-size: 1.5vw;
}
#playstore_link_div{
    display: flex;
    justify-content: center;
    margin-top: 3vw;
}
#playstorelink{
   width:20vw;
   
}
.reviews1{
    display: flex;
   
    width: 30%;
  margin: auto;
  margin-top: 1vw;
  justify-content: center;
  font-size: 1.6vw;
}
.reviews1>img{
   
    width: 7vw;;

}

.grid_div{
    width: 80%;
   display: grid;
   grid-template-columns: repeat(2,1fr);
   /* border: solid; */
   margin: auto;
   gap: 2vw;
   text-align: center;
   margin-top: 5vw;
}
.grid_div img{
   width: 23vw;
}
.card{
    width: 60%;
    margin: auto;
    text-align: center;
}
.text2{
    font-size: 2vw;
    font-weight: bold;
}
.text3{
    margin-top: 1vw;
    font-size: 1.2vw;
    font-weight: bold;
}

.footer-seo{
    width: 90%;
    display: flex;
    margin: auto;
    margin-top: 5vw;
    padding: 1vw;
    color: rgb(99, 97, 97);
    /* border: solid; */
}
.seo-title{
    margin-top: 1vw;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2vw;
}
.seo-body{
    margin: auto;
    padding: 0 2vw ;
    padding-left: 2vw;
    margin-top: 0.2vw;
    font-size: 0.9vw;
    /* border: solid; */

}
.seo-body ol{
    padding-left: 2vw;
}