/*=========================
Max Rummy CSS
=========================*/

*{
margin:0;
padding:0;
box-sizing:border-box;
scroll-behavior:smooth;
}

body{
font-family:'Poppins',sans-serif;
background:#f7f8fc;
color:#222;
line-height:1.6;
overflow-x:hidden;
}

img{
max-width:100%;
display:block;
}

a{
text-decoration:none;
color:inherit;
}

ul{
list-style:none;
}

.container{
width:92%;
max-width:1200px;
margin:auto;
}
/* Hero */

.hero{
background:linear-gradient(135deg,#0b7b36,#14a44d);
padding:80px 0;
color:#fff;
}

.hero-box{
display:grid;
grid-template-columns:1fr 1fr;
align-items:center;
gap:60px;
}

.hero-img{
width:100%;
max-width:300px;
margin:auto;
}

.hero h1{
font-size:54px;
font-weight:800;
line-height:1.15;
margin-bottom:20px;
}

.hero p{
font-size:20px;
margin-bottom:30px;
opacity:.95;
}

.download-btn{
display:inline-flex;
align-items:center;
gap:10px;
background:#e53935;
color:#fff;
padding:18px 34px;
border-radius:50px;
font-weight:700;
font-size:18px;
transition:.3s;
box-shadow:0 8px 20px rgba(229,57,53,.35);
}

.download-btn:hover{
background:#c62828;
transform:translateY(-4px);
}

.telegram-btn{
display:inline-flex;
align-items:center;
justify-content:center;
gap:10px;
width:100%;
margin-top:15px;
background:#229ED9;
color:#fff;
padding:18px 34px;
border-radius:50px;
font-weight:700;
font-size:18px;
text-decoration:none;
transition:.3s;
box-shadow:0 8px 20px rgba(34,158,217,.35);
}

.telegram-btn:hover{
background:#1b8ac7;
transform:translateY(-4px);
}


.bonus{
margin-top:20px;
font-size:18px;
font-weight:600;
}

/* Withdraw */

.withdraw{
padding:70px 0;
background:#fff;
}

.withdraw h2{
text-align:center;
font-size:36px;
margin-bottom:45px;
}

.withdraw-box{
display:flex;
justify-content:center;
gap:80px;
}

.withdraw-box div{
background:#f4f4f4;
padding:30px;
border-radius:20px;
width:220px;
text-align:center;
box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.withdraw-box img{
width:70px;
margin:auto auto 15px;
}

/* Games */

.games{
padding:80px 0;
}

.games h2{
text-align:center;
font-size:38px;
margin-bottom:45px;
}

.games-grid{
display:grid;
grid-template-columns:repeat(5,1fr);
gap:22px;
}

.game{
background:#fff;
padding:22px;
border-radius:22px;
text-align:center;
transition:.3s;
box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.game:hover{
transform:translateY(-8px);
}

.game img{
width:72px;
height:72px;
margin:auto;
margin-bottom:12px;
}

.game span{
font-weight:600;
}

.start-btn{
display:block;
width:250px;
margin:50px auto 0;
background:#16a34a;
color:#fff;
text-align:center;
padding:18px;
border-radius:50px;
font-size:20px;
font-weight:700;
}

/* Experience */

.experience{
padding:80px 0;
background:#fff;
}

.experience h2{
text-align:center;
font-size:38px;
margin-bottom:40px;
}
.exp-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:14px;
    margin-bottom:40px;
}

.exp-grid div{
    display:flex;
    align-items:center;
    gap:12px;
    min-height:85px;
    padding:14px;
    background:#f4f4f4;
    border-radius:16px;
    font-size:15px;
    font-weight:700;
    line-height:1.3;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
}

.exp-grid img{
    width:42px;
    height:42px;
    object-fit:contain;
    flex-shrink:0;
}

.screens{
    display:flex;
    justify-content:center;
    align-items:center;
    margin:50px 0;
}

.screens img{
    width:320px;      /* Image badi hogi */
    max-width:90%;
    height:auto;
    display:block;
    margin:auto;
    border-radius:28px;
    box-shadow:0 15px 35px rgba(0,0,0,.18);
}

/* ==========================
Earn Section
========================== */

.earn{
padding:80px 0;
background:#f7f8fc;
}

.earn h2{
text-align:center;
font-size:38px;
margin-bottom:45px;
}

.earn-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:30px;
}

.earn-card{
display:flex;
align-items:center;
gap:20px;
padding:30px;
background:#fff;
border-radius:24px;
box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.earn-card img{
width:120px;
}

.yellow{
background:#fff9df;
}

.know-btn{
display:inline-block;
margin-top:15px;
padding:12px 25px;
background:#16a34a;
color:#fff;
border-radius:50px;
font-weight:700;
}

.yellow-btn{
background:#ffb400;
color:#111;
}

/* Rating */

.trust{
padding:80px 0;
background:#fff;
}

.rating-box{
display:flex;
justify-content:space-between;
gap:40px;
margin-top:35px;
}

.bar{
width:250px;
height:10px;
background:#ddd;
border-radius:50px;
overflow:hidden;
}

.fill{
height:100%;
background:#16a34a;
}

.w100{width:100%;}
.w80{width:80%;}
.w60{width:60%;}
.w30{width:30%;}
.w10{width:10%;}

/* Review */

.review{
padding:70px 0;
}

.review-card{
background:#fff;
padding:35px;
border-radius:22px;
box-shadow:0 8px 25px rgba(0,0,0,.08);
}

.review-top{
display:flex;
align-items:center;
gap:18px;
margin-bottom:20px;
}

.review-top img{
width:65px;
height:65px;
border-radius:50%;
}

/* Benefits */

.benefits{
padding:80px 0;
background:#fff;
}

.benefit{
background:#f4f4f4;
padding:25px;
margin-top:25px;
border-radius:18px;
}

.benefit ul{
padding-left:20px;
list-style:disc;
}

/* About */

.about{
padding:80px 0;
}

.about-list{
margin-top:40px;
display:grid;
gap:25px;
}

.about-item{
display:flex;
gap:20px;
align-items:center;
background:#fff;
padding:20px;
border-radius:18px;
box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.about-item img{
width:70px;
}

/* FAQ */

.faq{
padding:80px 0;
background:#fff;
}

.faq-box{
background:#f8f8f8;
padding:25px;
margin-top:20px;
border-radius:16px;
}
/* Download Banner */

.download-section{
    padding:70px 0;
}

.download-box{
    background:linear-gradient(135deg,#00b140,#009933);
    border-radius:28px;
    padding:35px 25px;
    color:#fff;

    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;

    box-shadow:0 15px 35px rgba(0,0,0,.18);
    position:relative;
    overflow:hidden;
}

/* Background Glow */
.download-box::before{
    content:"";
    position:absolute;
    top:-80px;
    right:-80px;
    width:220px;
    height:220px;
    background:rgba(255,255,255,.08);
    border-radius:50%;
}

.download-box h2{
    font-size:34px;
    font-weight:700;
    margin-bottom:12px;
    line-height:1.2;
}

.download-box p{
    font-size:18px;
    color:#eaffea;
    line-height:1.6;
    margin-bottom:25px;
    max-width:320px;
}
/* Footer */

footer{
background:#111827;
color:#fff;
padding:70px 0 30px;
}

.footer-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:35px;
}

.footer-grid h3{
margin-bottom:18px;
}

.footer-grid li{
margin:12px 0;
}
.payments{
    display:flex;
    flex-wrap:nowrap;      /* Sab ek line me */
    justify-content:space-between;
    align-items:center;
    gap:2px;               /* Pehle 10-15px hoga */
    margin-top:8px;
}

.payments img{
    width:48px;            /* Thoda chhota */
    height:30px;
    object-fit:contain;
    background:#fff;
    padding:4px 6px;
    border-radius:8px;
}
.security{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:12px;
    margin-top:20px;
}

.security div{
    background:#202c3d;
    border:1px solid rgba(255,255,255,.08);
    border-radius:18px;
    padding:16px 12px;
    color:#fff;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    min-height:90px;
    font-size:15px;
    font-weight:700;
}

.security div i{
    font-size:22px;
    margin-bottom:8px;
    color:#fff;
}

.copyright{
text-align:center;
opacity:.7;
}

/* Floating Social */

.social-fixed{
position:fixed;
right:18px;
top:50%;
transform:translateY(-50%);
display:flex;
flex-direction:column;
gap:12px;
z-index:999;
}

.social-fixed a{
width:48px;
height:48px;
display:flex;
justify-content:center;
align-items:center;
background:#16a34a;
color:#fff;
border-radius:50%;
font-size:20px;
box-shadow:0 6px 20px rgba(0,0,0,.25);
}

/* Scroll Top */
#topBtn{
    position:fixed;
    right:20px;
    bottom:95px;
    width:52px;
    height:52px;
    border:none;
    background:#16a34a;
    color:#fff;
    border-radius:50%;
    cursor:pointer;
    display:none;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:24px;
    line-height:1;
    padding:0;
}

/* Sticky Download */

.sticky-download{
position:fixed;
left:0;
bottom:0;
width:100%;
background:#e53935;
padding:16px;
text-align:center;
z-index:999;
box-shadow:0 -5px 20px rgba(229,57,53,.35);
}

.sticky-download a{
color:#fff;
font-size:20px;
font-weight:700;
text-decoration:none;
}

.sticky-download:hover{
background:#c62828;
transition:.3s;
}

/* Responsive */

@media(max-width:991px){

.hero-box,
.earn-grid,
.footer-grid,
.rating-box,
.download-box{
grid-template-columns:1fr;
display:grid;
}

.games-grid{
grid-template-columns:repeat(3,1fr);
}

nav{
display:none;
}

.hero h1{
font-size:36px;
}

.withdraw-box{
flex-direction:column;
align-items:center;
}

.screens{
flex-direction:column;
}

.social-fixed{
display:none;
}

}

@media(max-width:600px){

.games-grid{
grid-template-columns:repeat(2,1fr);
}

.hero{
padding:50px 0;
}

.hero h1{
font-size:30px;
}

.download-btn{
width:100%;
justify-content:center;
}

.start-btn{
width:100%;
}

.footer-grid{
grid-template-columns:1fr;
}

}
.exp-grid div{
    background:#f7f7f7;
    border-radius:18px;
    padding:18px 12px;
    min-height:130px;

    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;

    text-align:center;
    gap:10px;

    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.exp-grid img{
    width:48px;
    height:48px;
    object-fit:contain;
}

.exp-grid span{
    font-size:17px;
    font-weight:700;
    line-height:1.3;
}