.rightcontainer{
    background: url(https://annexlogics.com/static/media/08.17355bf8.webp);
    background-color: #fff;
    background-size: cover;
    border-left: 10px solid #e0e0e0;
    bottom: 0;
    left: 480px;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 4;
    display: flex;
    justify-content: center;
    align-items: center;
      display: flex;
      flex-direction: column;
       
  }
   
  .alert_home_page{
    margin-top: 5px  ;
    margin-left: 0.1rem;
    margin-right:1rem;
    padding: 0;
    padding-left: 1rem;
    background-color: #dc3545;
    border: 1px solid #dc3545;
    border-radius: .375rem;
    color: #fff;
    margin-bottom: 2rem;
    width: 23rem;
  }
  /* General Styles */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}


.sidebar {
    width: 250px;
    background-color: whitesmoke;
    color: black;
    position: fixed;
    height: 90vh;
    padding: 20px;
    display: flex;
    flex-direction: column;
    top: 0;
    left: -300px;
    transition: left 0.3s ease;
    z-index: 1000;
    overflow: scroll;
}

.bx {
  font-family: boxicons !important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  display: inline-block;
  text-transform: none;

  margin-right: 1rem;
  margin-right: 1rem;
  -webkit-font-smoothing: antialiased;
}

.sidenav a {
  padding: 2rem 5px 7px 3px;
  text-decoration: none;
  font-size: 25px;
  color:black;
  display: block;
  transition: 0.3s;
  margin-left: 2rem;
  border-bottom: 1px grey solid;
  font-size: large;
  font-family:math;
  text-transform: capitalize;
  
}
.slidebar{
  display: flex;
  position:fixed;
  top: 1rem;
  
}

.sidenav a:hover {
  color:white;
  background: #D84040;

}
  
  

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  border-bottom:none;
  top: -1.5rem;

} 

header {
  color: #fff;
  padding: 10px 0;
  position: absolute;
  right: -1.1rem;
  width: 6rem;
}




nav .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

nav .logo {
  font-size: 24px;
  color: #fff;
  text-decoration: none;
}

/* Mobile Menu Toggle */
.toggle-button {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
}

.toggle-button .bar {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #fff;
  margin: 5px 0;
  transition: 0.3s;
}

.nav-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.nav-links li {
  margin-left: 20px;
}

.nav-links a {
  color: #fff;
  text-decoration: none;
}

/* Full-size Image */
.full-size-image {
  width: 100%;
  overflow: hidden;
}

.full-size-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* Main Styles */
.blog-content {
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.blog-content h2 {
  margin-top: 0;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gallery img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

/* Contact Section */
#contact {
  background-color: #f4f4f4;
  padding: 20px;
}

#contact h2 {
  margin-top: 0;
}

.social-media a {
  margin-right: 15px;
}

/* Footer */
footer {
  background-color: #333;
  color: #fff;
  padding: 20px 0;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  margin: 0 10px;
  color: #adb5bd;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-content p {
  margin: 10px 0 0;
}

/* Responsive Styles */

  .nav-links {
    display: none;
    flex-direction: column;
    width: 86%;
    background-color: #333;
    position: absolute;
    top: 51px;
    left: -16px;
    /* padding: 10px 0; */
    padding-left: 57rem;
  }

  .nav-links.active {
      display: flex;
  }

  .nav-links li {
      margin: 10px 0;
      text-align: center;
  }

  .toggle-button {
      display: block;
  }




/* Full-size Image */
.full-size-image {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.full-size-image img {
  width: 100%;
  height: auto;
  display: block;
}

.tagline {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
  color: #fff;
  padding: 10px;
  font-size: 24px;
  font-weight: bold;
  border-radius: 5px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

/* Additional Styles for Sections */
#bgmi, #freefire {
  padding: 20px;
  background-color: #f4f4f4;
}

#bgmi h2, #freefire h2 {
  margin-top: 0;
}

#bgmi ul, #freefire ul {
  list-style-type: none;
  padding: 0;
}

#bgmi li, #freefire li {
  margin-bottom: 10px;
}
  
.login-btn{
  

    text-transform: capitalize;
  text-decoration: none;
  background-color:white;
  color: #2e383e;
  border: 1px solid black; 
  padding-bottom: 9px;
  padding-top: 5px; 
  padding-left: 11px;
  padding-right: 11px;
  border-radius: 3px;
  font-family: Poppins, sans-serif;
  letter-spacing: 1px;
  z-index: 99999;
  position: relative;
  right: -0.3rem;
  }
.top_button{
    position: absolute;
    right: 1rem;

}

  
.imagebox > img {
    /* background-color: aliceblue; */
    height: auto;
    width: 300px;
    position: fixed;
    top: 57px;
    left: 790px;
    border-radius: 190px;
}
   img{
    vertical-align: middle;
   }
   
  .imagebanner{
    bottom: 40%;
      position:absolute;
      width: 300px;
      
  }



  .bootem-navbar-container{
    align-items: center;
    background-color: #D84040;
    
  
  
    height: 50px;
    max-width: 460px;
    padding: 0 10px;
    width: 95%;
    position: fixed;
    bottom: 0;
    left: 0;
    border-radius: 5px;
    z-index: 5;
  }
  .bootem-navbar-container-logo {
    display: inline-block;
    align-items: center;
    display: flex;
    justify-content: space-between;
  }

  a{
    color:rgb(225, 224, 224);
  }
  .Nav_menu-wallet{
  
    height: 30px;
      width: 11rem;
      background-color: #D84040;
    
  
        align-items: center;
      display: flex;
      position: absolute;
      right: 4px;
      border-radius: 3px;
  }
  .main_div .sabkaludo{
    width: 100px;
    height: 25px;
    position: absolute;
    right: 63%;
    top: 1.2rem;
    font-weight: 34px;
  
  }
  
    
  
  
  .money{
    width:20px;
    margin-left: 3px;
  }
  
  
  .cash-data{
    margin-left:1.25rem;
      
    margin-top: .25rem;
  }
  .cash-header{
    color:white;
    font-size:.6em;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration:none;
    position:absolute;
    top: 0rem;
    left: 1.75rem;
  }
  .money-header{
    bottom: 4px;
    color:white;
    font-size: .8em;
    font-weight: 700;
    position: relative;
    top: 20px;
    left: -10px;
    
  
  }
  
  
  
  .add-money{
  
    background: rgb(0, 0, 0);
  padding-right: 20px;
  position: relative;
  left: 4.75rem;
  z-index: 5;
  bottom: 0;
  height:20.60px;
  width: 10px;
  display: flex; 
  position:absolute;
  right: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  padding-left: 4px;
  padding-right: 3px;
  margin-left: -0.1rem;
  padding-bottom: 9px;
  
  
  
  
  }
  .add-image{
    height: 9px;
    width: 9px;
  margin-left: 0.1rem;
  margin-top: 0.4rem;
  
  }
  .Nav_box_1{
    text-decoration: none;
    max-width:90px ;
  }
  
  
  .redeem-money{
  bottom: 4px;
  text-decoration:none;
  font-size: .8em;
  font-weight: 700;
  position: relative;
  color: rgb(255, 255, 255);
  
  left:3.1rem;
  top:5px;
  }
  
  
  
  
  .earning_header {
    font-size: .6em;
    font-weight: 500;
    text-transform: uppercase;
    position:absolute;
    top: 0.15rem;
    right: -4.1rem;
    color:white;
    
  }
  
  
  
  .earning-data{
    margin-left: .25rem;
  
    margin-top: .25rem;
  }
  
  
  
  .Nav_box_2{
    align-items: center;
     background-color: #f8f8f8;
    border: 1                                                                                                                                                                                                                                   px solid #ededed;
     
    display: flex;
    justify-content: space-evenly;
    position:relative;
    left:2rem;
    top: -9px;
    height: 29.5px;
    margin-bottom: 0px;
    text-decoration: none;
    right:2px;
    width: 2rem;
   height: 2rem;
  
  
  
  }
  .img-potli {
    height: 17px;
    width: 18px;
    position:absolute;
    left: 2rem;
    top: 0.3rem;
    }

.main_div{
  
    align-items: center;
    background-color: #fff;
    box-shadow: 0 .125rem .25rem rgb(0 0 0/8%)!important;
    display: flex;
    height: 60px;
    max-width: 460px;
    padding: 0 10px;
    position: fixed;
    top: 0;
    left: 0;
    width: 96%;
    z-index: 2;

}

 

.sidebar {
    width: 250px;
    background-color: whitesmoke;
    color: black;
    position: fixed;
    height: 90vh;
    padding: 20px;
    display: flex;
    flex-direction: column;
    top: 0;
    left: -300px;
    transition: left 0.3s ease;
    z-index: 1000;
    overflow: scroll;
}

.bx {
  font-family: boxicons !important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  display: inline-block;
  text-transform: none;

  margin-right: 1rem;
  margin-right: 1rem;
  -webkit-font-smoothing: antialiased;
}

.sidenav a {
  padding: 2rem 5px 7px 3px;
  text-decoration: none;
  font-size: 25px;
  color:black;
  display: block;
  transition: 0.3s;
  margin-left: 2rem;
  border-bottom: 1px grey solid;
  font-size: large;
  font-family:math;
  text-transform: capitalize;
  
}
.slidebar{
  display: flex;
  position:fixed;
  top: 1rem;
  
}

.sidenav a:hover {
  color:white;
  background: #D84040;

}
  
  

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  border-bottom:none;
  top: -1.5rem;

} 

  .leftcontainer{
    padding-top: 5rem;
    background-color: #fff;
    position: relative;
    max-width: 377px;
    width: 95%;
    margin-left:.75rem;
     
  }


  .support_container{
    padding-left: 4rem;
    align-items: center;
    display: flex;
    justify-content: center;
    /* background-color: #D84040;
    
  
   */
    display: flex;
    position: relative;
    top: 10rem;
    position: relative;
    max-width: 480px;
    left: 2rem;
   
    
     
}
  

.support_title{
    display:block; 
    border-bottom-width:9rem ;
    align-items: center;
    border-bottom: 1px solid;
    height: 3rem;
    font-weight: 100;
    width: 15rem;
    color: #3e7966;
    display: block;
    font-size: 12em;
    font-weight: 600;
    justify-content: center;
    padding-left: -1rem  ;
    text-align: center;
    position:relative;
    right:15rem;
    left: -7rem;
    top: 20rem;
    margin-left: -12rem;
    font-family: Roboto;
    
      
  
    
}
.app-support{
    position: relative;
    bottom: 20rem;
    right: 1rem;
    
}

.footer-text-bold{
  color: #959595;
  font-size: 1em;
  font-weight: 700;
}

.col-12{
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  bottom: -15rem;
  left: -6rem;
}

.col-12{
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  bottom: -20rem;
  left: -8rem;
}

.raina{
  position: relative;
  left: 6rem;
}


.pic_container{
    /* background-color:aqua; */
    height:679.41px;
    width:450px; 
    max-width: 100%;
    max-height: 100%;
    border-radius: 10%;
      
    display:flex;
    flex-wrap:wrap;
     
    
     /* align-items: center; */
    justify-content:space-between;


}
.pic1{
    width: 46.9%;
    /* position:relative; */
    
}
 
.pic2{
    width: 46.9%;
    position: relative;
    left: 0;
    bottom: 0;
    margin-bottom: 1rem;
}
.pic3{
    width: 46.9%;
    position: relative;
}
 .pic4{
    width: 46.9%;
   
    position: relative;
    margin-bottom: 1rem;
}
.pic5{
    width: 46.9%;
    position: relative;
}
.pic6{
    width: 46.9%;
    position: relative;
}




 .blink{
   
    animation: blinker 1.5s linear infinite;
    color:green;
    font-family: sans-serif;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
@keyframes blinker {
    50% {
        opacity: 0;
    }
}
a{
    text-decoration: none; 
}


.alrt_msg{
    color: #fc424a;
text-align: center;
/* border:1px solid #dc3545; */
 
   border-radius: .375rem;
margin: 0 1rem;
   padding: .7rem;
   position: relative;
   top: 39px;
   left: -17px;
    min-width:90%;
     
}
.footer {
  background: #fafafa;
  border-radius: 0;
  position: relative;
  width: 100%;
  color: #959595;
  top: 1rem;
  left: 0rem;
  padding-bottom: 17rem;
  max-width: 459px;

}
.footer-divider {
  background-color: #ededed;

  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}
.footer-links-container {
  height: 0px; /* Initially hidden */
  overflow: hidden;
  transition: height 0.5s ease;
  
}
.pb-4, .py-4 {
  padding-bottom: 1.5rem !important;
}
.pt-4, .py-4 {
  padding-top: 1.5rem !important;
}
.pl-3, .px-3 {
  padding-left: 1rem !important;
}
.pr-3, .px-3 {
  padding-right: 1rem !important;
}
.d-block {
  display: block !important;
}
a, body, div, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, iframe, img, ins, label, li, nav, object, ol, p, pre, span, ul, video {
  font-family: "Roboto";
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
.kyc-select {
  bottom: 0;
  left: 0;
  max-width: 480px;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 4;
}


.hamburger{
  font-size: 30px;
  color: #111;
  position: absolute;
  top: 13px;
  left: 11px;
  cursor: pointer;
  z-index: 1100;
}




































































