.reward-grid {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
}

.reward-card {
   background: #1a1a2e;
   border-radius: 12px;
   padding: 20px;
   text-align: center;
   color: #fff;
   box-shadow: 0 0 15px rgba(0,0,0,0.5);
   transition: 0.3s;
}

.reward-card:hover {
   transform: translateY(-5px);
   box-shadow: 0 0 20px rgba(243,162,9,0.6);
}

.reward-card .members {
   font-size: 14px;
   color: #bbb;
   margin-bottom: 10px;
}

.reward-card .reward {
   font-size: 18px;
   font-weight: bold;
   color: #f3a209;
}



.referral-box-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 20px;
      width: 100%;
}

.ref-box {
  flex: 1 1 18%; /* 5 box ek line me aa jayenge */
  background: #101820;
  border: 1px solid #2e3b4e;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  color: #fff;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.3);
  transition: transform 0.2s ease;
}

.ref-box:hover {
  transform: translateY(-5px);
  border-color: #fcd535; /* hover highlight */
}

.ref-box h4 {
  font-size: 16px;
  margin-bottom: 8px;
  color: #fcd535;
}

.ref-box p {
  font-size: 18px;
  font-weight: bold;
}



.bgvideo {
     position: absolute;
    left: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
   width: -webkit-fill-available;
    height: auto;
    z-index: 0;
}
 
@media (max-width: 768px) {
  .bgvideo {
    width: auto;
    height: 100%;
  }
  #mining{
    margin-top: -300px;
  }
}

input[type="number"] {
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
	appearance: textfield;
}
 
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	display: none;
}


  h1, h2 {
            -webkit-touch-callout: none; 
  -khtml-user-select: none;   
  -moz-user-select: none;      
  -ms-user-select: none;     
  user-select: none; 
        }

 button {
            -webkit-touch-callout: none; 
  -khtml-user-select: none;   
  -moz-user-select: none;      
  -ms-user-select: none;     
  user-select: none; 
        }
		
		
.last_deposit_box

{
            -webkit-touch-callout: none; 
  -khtml-user-select: none;   
  -moz-user-select: none;      
  -ms-user-select: none;     
  user-select: none; 
        }
		
		
		@media screen and (max-width:500px){
			    .dite-size {
				font-size: 20px;
		}
		}
/*
     FILE ARCHIVED ON 15:35:20 Sep 09, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:18:51 Sep 25, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.976
  exclusion.robots: 0.029
  exclusion.robots.policy: 0.019
  esindex: 0.011
  cdx.remote: 12.622
  LoadShardBlock: 205.543 (3)
  PetaboxLoader3.resolve: 177.639 (3)
  PetaboxLoader3.datanode: 141.981 (5)
  load_resource: 143.025
  loaddict: 45.924
*/