Jump to content

gonzwayne

Noob
  • Posts

    1
  • Joined

  • Last visited

Reputation Activity

  1. Imposter
    gonzwayne reacted to Jake7589 in 💰[$5,000 USD] Football Bash ⚽️   
    @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;900&family=Barlow+Condensed:wght@700;800;900&display=swap'); :root { --navy: #071824; --white: #ffffff; --bolt: #1475E1; --bolt-dark: #0749CE; --bolt-darker: #082F5A; --charge: #FFB800; --charge-dark: #FF8C00; --charge-darker: #4D3700; --surface: #0d2438; --surface2: #112d44; --muted: #7fa8c4; --display: 'Barlow Condensed', 'Inter', sans-serif; } * { margin:0; padding:0; box-sizing:border-box; } body { background: var(--navy); color: var(--white); font-family: 'Inter', sans-serif; min-height: 100vh; overflow-x: hidden; } .container { max-width:740px; margin:0 auto; padding:24px 20px 60px; position:relative; z-index:1; } .fade-up { opacity:0; transform:translateY(28px); animation:fadeUp .6s ease forwards; } @keyframes fadeUp { to { opacity:1; transform:none; } } .header { text-align:center; padding:0 0 40px; background: linear-gradient(160deg, var(--surface2) 0%, var(--navy) 100%); border-radius:20px; border:1px solid #ffffff14; margin-bottom:20px; position:relative; overflow:hidden; animation-delay:.05s; } .header::before { content:''; position:absolute; top:120px; left:50%; transform:translateX(-50%); width:380px; height:380px; background: radial-gradient(circle, rgba(255,184,0,0.20) 0%, transparent 70%); animation: pulse-glow 4s ease-in-out infinite; pointer-events:none; } @keyframes pulse-glow { 0%,100% { opacity:.45; transform:translateX(-50%) scale(1); } 50% { opacity:.85; transform:translateX(-50%) scale(1.15); } } .hero-img-wrap { border-radius:20px 20px 0 0; overflow:hidden; border-bottom:1px solid #ffffff14; position:relative; z-index:1; } .hero-img-wrap img { width:100%; display:block; } .header-body { padding:34px 28px 0; position:relative; z-index:1; } .eyebrow { font-family: var(--display); font-weight:700; font-size:13px; letter-spacing:.32em; color:var(--charge); text-transform:uppercase; margin-bottom:14px; } .header h1 { font-family: var(--display); font-size:58px; font-weight:900; text-transform:uppercase; line-height:.92; letter-spacing:.01em; color:var(--white); margin-bottom:4px; } .h1-accent { color:var(--charge); } .ends-label { font-size:12px; color:var(--muted); text-transform:uppercase; letter-spacing:.15em; margin:18px 0 10px; } .ends-label strong { color:var(--white); } .countdown-wrapper { margin:10px 0 22px; } .countdown-wrapper iframe { border-radius:8px; } .header-desc { font-size:15px; color:#b0cee4; max-width:520px; margin:0 auto 14px; line-height:1.7; } .header-desc strong { color:var(--white); } /* CTA BUTTON ROW */ .cta-section { margin-top:24px; } .cta-label { font-family:var(--display); font-size:13px; font-weight:700; color:var(--muted); text-transform:uppercase; letter-spacing:.24em; margin-bottom:14px; } .cta-row { display:grid; grid-template-columns:repeat(2,1fr); gap:10px; } .cta-btn { display:flex; flex-direction:column; align-items:center; justify-content:center; gap:6px; padding:18px 10px; background: linear-gradient(135deg, var(--charge) 0%, var(--charge-dark) 100%); color:var(--navy); text-decoration:none !important; border-radius:12px; transition:transform .2s, box-shadow .2s; position:relative; overflow:hidden; box-shadow:0 4px 16px rgba(255,184,0,0.22); } .cta-btn::after { content:''; position:absolute; inset:0; background:linear-gradient(120deg,transparent 30%,rgba(255,255,255,.28) 50%,transparent 70%); transform:translateX(-100%); transition:transform .5s; } .cta-btn:hover { transform:translateY(-3px); box-shadow:0 8px 28px rgba(255,184,0,0.4); text-decoration:none !important; } .cta-btn:hover::after { transform:translateX(100%); } .cta-btn:active { transform:scale(.97); } .cta-btn-icon { font-size:24px; line-height:1; } .cta-btn-title { font-family:var(--display); font-size:17px; font-weight:900; line-height:1.1; text-transform:uppercase; letter-spacing:.03em; } .cta-btn-sub { font-size:10px; font-weight:700; opacity:.7; text-transform:uppercase; letter-spacing:.12em; } .rewards { display:grid; grid-template-columns:1fr 1fr; gap:14px; margin-bottom:16px; align-items:stretch; } .reward-card { border-radius:18px; padding:30px 22px 26px; text-align:center; border:1px solid transparent; position:relative; overflow:hidden; transition:transform .3s, box-shadow .3s; display:flex; flex-direction:column; justify-content:center; } .reward-card:hover { transform:translateY(-6px); } .reward-card.cash { background: linear-gradient(160deg, var(--bolt) 0%, var(--bolt-dark) 60%, var(--bolt-darker) 130%); border-color: var(--bolt); } .reward-card.cash:hover { box-shadow:0 18px 50px rgba(20,117,225,0.4); } .reward-card.pool { background: linear-gradient(160deg, var(--charge) 0%, var(--charge-dark) 60%, var(--charge-darker) 130%); border-color: var(--charge); } .reward-card.pool:hover { box-shadow:0 18px 50px rgba(255,184,0,0.4); } .reward-card.pool .headline, .reward-card.pool .subline, .reward-card.pool .footnote { color:var(--navy); } .reward-card.pool .footnote { color:rgba(7,24,36,.7); } .reward-card .badge { position:absolute; top:14px; right:16px; font-size:24px; animation:float 3s ease-in-out infinite; } @keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} } .reward-card .headline { font-family:var(--display); font-weight:900; font-size:54px; line-height:.95; color:var(--white); letter-spacing:.005em; } .reward-card .subline { font-family:var(--display); font-weight:900; font-size:18px; text-transform:uppercase; letter-spacing:.14em; color:var(--white); margin-top:10px; } .reward-card .footnote { font-size:12px; color:rgba(255,255,255,.75); margin-top:12px; letter-spacing:.04em; } .pool-strip { display:flex; justify-content:center; align-items:center; flex-wrap:wrap; gap:6px 14px; padding:14px 22px; background:linear-gradient(135deg, rgba(255,184,0,0.12), rgba(255,184,0,0.03)); border:1px solid rgba(255,184,0,0.4); border-radius:14px; margin-bottom:16px; font-family:var(--display); text-transform:uppercase; letter-spacing:.18em; font-weight:700; color:var(--muted); font-size:13px; transition:box-shadow .3s; text-align:center; } .pool-strip:hover { box-shadow:0 0 30px rgba(255,184,0,0.18); } .pool-strip strong { color:var(--charge); font-size:20px; letter-spacing:.02em; } .pill { background:rgba(20,117,225,0.10); border:1px solid rgba(20,117,225,0.35); border-radius:40px; padding:12px 22px; text-align:center; font-size:13px; font-weight:600; color:#7fb8ff; margin-bottom:18px; transition:background .3s, border-color .3s; line-height:1.7; } .pill:hover { background:rgba(20,117,225,0.18); border-color:rgba(20,117,225,0.6); } .pill strong { color:var(--white); } .section { background: var(--surface); border-radius:16px; padding:26px; margin-bottom:16px; border:1px solid #ffffff0d; transition:border-color .3s, box-shadow .3s; } .section:hover { border-color:rgba(20,117,225,0.35); box-shadow:0 4px 24px rgba(20,117,225,0.08); } .section-title { font-family:var(--display); font-size:24px; font-weight:900; color:var(--white); text-transform:uppercase; letter-spacing:.05em; margin-bottom:20px; display:flex; align-items:center; gap:12px; } .section-title .num { color:var(--bolt); font-size:18px; font-weight:700; letter-spacing:.1em; } .steps { display:flex; flex-direction:column; gap:14px; } .step { display:flex; gap:14px; align-items:flex-start; } .step-num { font-family:var(--display); min-width:38px; height:38px; background: linear-gradient(135deg, var(--bolt), var(--bolt-dark)); border-radius:10px; display:flex; align-items:center; justify-content:center; font-weight:900; font-size:19px; color:var(--white); flex-shrink:0; transition:transform .25s, box-shadow .25s; } .step:hover .step-num { transform:scale(1.12); box-shadow:0 0 0 6px rgba(20,117,225,0.15); } .step-text { font-size:15px; color:#b0cee4; padding-top:7px; line-height:1.55; } .step-text strong { color:var(--white); } .req-list { display:flex; flex-direction:column; gap:10px; } .req-item { display:flex; align-items:center; gap:14px; background:var(--navy); border-radius:12px; padding:14px 16px; border:1px solid #ffffff0a; transition:background .25s, border-color .25s, transform .25s; } .req-item:hover { background:#0a2236; border-color:rgba(20,117,225,0.45); transform:translateX(6px); } .req-icon { font-size:20px; flex-shrink:0; } .req-text { font-size:14px; color:#b0cee4; } .req-text strong { color:var(--charge); } .pool-total { text-align:center; padding:32px 22px; background:linear-gradient(135deg, rgba(255,184,0,0.10), rgba(255,184,0,0.02)); border:1px solid rgba(255,184,0,0.35); border-radius:16px; margin-bottom:20px; transition:box-shadow .3s; position:relative; overflow:hidden; } .pool-total::before { content:''; position:absolute; inset:0; background: radial-gradient(ellipse at 50% 0%, rgba(255,184,0,0.18) 0%, transparent 60%); pointer-events:none; } .pool-total:hover { box-shadow:0 0 40px rgba(255,184,0,0.18); } .pool-total .pool-label { font-family:var(--display); font-size:13px; color:var(--muted); text-transform:uppercase; letter-spacing:.3em; margin-bottom:10px; position:relative; } .pool-total .pool-amount { font-family:var(--display); font-size:78px; font-weight:900; color:var(--charge); line-height:1; letter-spacing:.01em; position:relative; animation: count-pulse 3s ease-in-out infinite; } @keyframes count-pulse { 0%,100% { filter:drop-shadow(0 0 0 transparent); } 50% { filter:drop-shadow(0 0 24px rgba(255,184,0,0.5)); } } .pool-total .winners-line { font-family:var(--display); font-size:14px; color:var(--white); text-transform:uppercase; letter-spacing:.22em; margin-top:12px; font-weight:700; position:relative; } .pool-total .winners-line strong { color:var(--charge); } .tier-table { display:flex; flex-direction:column; gap:8px; } .tier-row { display:grid; grid-template-columns:1fr auto; gap:14px; align-items:center; padding:16px 18px; background:var(--navy); border-radius:10px; border:1px solid #ffffff0a; transition:background .2s, border-color .2s, transform .2s; } .tier-row:hover { background:#0a2236; border-color:rgba(255,184,0,0.3); transform:translateX(4px); } .tier-label { font-family:var(--display); font-weight:900; text-transform:uppercase; font-size:17px; color:var(--white); letter-spacing:.06em; display:flex; align-items:center; gap:10px; } .tier-value { font-family:var(--display); font-weight:900; font-size:22px; color:var(--charge); text-align:right; letter-spacing:.01em; line-height:1.2; } .notice { background:rgba(255,123,0,0.08); border:1px solid rgba(255,123,0,0.32); border-radius:14px; padding:16px; margin-bottom:16px; display:flex; gap:14px; align-items:flex-start; transition:border-color .3s; } .notice:hover { border-color:rgba(255,123,0,0.6); } .n-icon { font-size:22px; flex-shrink:0; } .n-text { font-size:13px; color:#f0c8a0; line-height:1.7; } .n-text strong { color:var(--white); } .stake-badge { font-family:var(--display); text-align:center; padding:16px; background:linear-gradient(135deg, rgba(20,117,225,0.18), rgba(20,117,225,0.04)); border:1px solid rgba(20,117,225,0.4); border-radius:12px; color:var(--white); font-weight:900; font-size:18px; letter-spacing:.2em; text-transform:uppercase; margin-bottom:16px; position:relative; overflow:hidden; transition:box-shadow .3s; } .stake-badge:hover { box-shadow:0 0 32px rgba(20,117,225,0.3); } .stake-badge::after { content:''; position:absolute; top:0; left:-100%; width:60%; height:100%; background:linear-gradient(90deg,transparent,rgba(20,117,225,0.18),transparent); animation:sweep 3s linear infinite; } @keyframes sweep { to { left:160%; } } details { background:var(--navy); border:1px solid #ffffff0d; border-radius:14px; overflow:hidden; transition:border-color .3s; } details:hover { border-color:rgba(20,117,225,0.3); } summary { padding:18px 20px; cursor:pointer; font-family:var(--display); font-weight:900; font-size:15px; letter-spacing:.15em; text-transform:uppercase; color:var(--muted); list-style:none; display:flex; justify-content:space-between; align-items:center; gap:14px; user-select:none; transition:color .2s; } summary:hover { color:var(--white); } summary::after { content:'▼'; font-size:10px; color:var(--bolt); flex-shrink:0; } details[open] summary::after { content:'▲'; } .terms-body { padding:0 20px 20px; font-size:13px; color:#6a90a8; line-height:1.9; } .terms-body h2 { font-family:var(--display); font-size:14px; color:var(--bolt); text-transform:uppercase; letter-spacing:.18em; margin:18px 0 8px; font-weight:900; } .terms-body ul, .terms-body ol { padding-left:20px; } .terms-body li { margin-bottom:5px; } .terms-body a { color:var(--bolt); } .d1{animation-delay:.05s} .d2{animation-delay:.13s} .d3{animation-delay:.21s} .d4{animation-delay:.29s} .d5{animation-delay:.37s} .d6{animation-delay:.45s} .d7{animation-delay:.53s} .d8{animation-delay:.61s} .d9{animation-delay:.69s} @media(max-width:480px){ .header h1 { font-size:42px; } .header-body { padding:28px 20px 0; } .pool-total .pool-amount { font-size:54px; } .rewards { grid-template-columns:1fr; } .reward-card .headline { font-size:46px; } .cta-row { grid-template-columns:1fr; } .section { padding:22px 18px; } .pool-strip { flex-direction:column; gap:4px; text-align:center; padding:18px; } .tier-row { grid-template-columns:1fr; gap:6px; } .tier-value { text-align:left; } } Community Competition football bash
    Competition ends: 27/6/2026 @ 1:00 AM GMT
    Play any of below football-inspired Only on Stake games, share your bet ID below, and you could win a share of $5,000.
    Target: 50x or above
    Play any of the four games to enter
    🦵 Kick Off Play Now 💥 Red Strike Play Now ⚽️ Wanted Balls Play Now 🥅 Golden Goal Play Now 🏆 $5,000 Prize Pool 🥈 $200 × 25 Winners Prize Pool $5,000 · 25 Winners · 7 Days 💡 You must hit the target multiplier on one of the games above [01] How To Enter 1 Play either Kick off, Red Strike, Wanted Balls or Golden Goal on Stake.com 2 Hit 50x or above with a $0.20 USD bet on your chosen game 3 Copy your Bet IDs after winning your bet 4 Reply to this thread with your Bet IDs to enter [02] Requirements 🎮 Bets must be from Kick off, Red Strike, Wanted Balls or Golden Goal 💵 Minimum bet amount: $0.20 USD 📈 Minimum multiplier: 50x or above 💬 Reply to this thread with your Bet ID 🔒 Must be a Stake.com account — Bronze VIP or above [03] Prize Pool Total Prize Pool $5,000 25 Winners · $200 Each 🥈25 × Winners $200 each 👥 Total Winners 25 People 📅 Duration 7 Days ⚠️ Don't miss out! Stay tuned for winner announcements. You must claim your prize within 3 months — users will not be credited after this period expires. ‼️ Stake.com users only ‼️ 📄 Full Terms & Conditions — click to expand This competition is published by Stake, which operates stake.com, and is subject to the Stake Terms and Conditions and Community Terms of Use.
    In the event of conflict, the following order of precedence applies:
    Terms and Conditions These Rules Stake Community Terms of Use Prizes & Delivery
    Winners will have their username displayed on the thread with a prize claim link. Prizes delivered within 14 days of competition ending. Winners selected at random from all eligible entries. One entry per user — multiple entries result in only the first being valid. Eligibility
    Bronze VIP account or above on Stake KYC Level 2 verification required Account must have no restrictions or exclusions Must not be a Stake employee Must maintain only one Stake account Must not be in a Prohibited Jurisdiction Stake's Reserved Rights
    To amend the Rules at any time To cancel the Competition at any time To verify the nominated account for prize delivery
  2. Imposter
    gonzwayne reacted to Steve in $75,000 giveaway winners #254   
    Winners claim $5000 here!
    https://playstake.info/bonus?code=75kRaffleWeek254


    $5000 winners

    334109 - acegun
    843224 - Debi2003
    676723 - MaxWinP1s
    3796950 - Kaileyp19
    800553 - vsceptic
    2467574 - Stephenlin6
    1675293 - Amrotta
    2418785 - Yabsss
    252664 - risnuadam54
    1412828 - lucasonline22
    2647487 - Belran22Yang
    744903 - Katitalapan
    702967 - Hilal787
    1026503 - lucasonline22
    3060590 - Mersoking
  3. Fire
    gonzwayne reacted to Steve in Weekend Stream + Giveaway   
    Weekend stream
    Join me on Kick & ask me any questions about Stake or the gaming industry in general. Will be running a bunch of giveaways throughout, including this forum giveaway.

    Link to stream: https://kick.com/Steve
    How to enter the giveaway?

    Simply post your Stake username below! You'll need to ensure you have at least 10 posts. Don't try to abuse this giveaway as it'll lead to a perm forum suspension 🙈
    How are winners chosen?

    When you post on the forum you will be assigned both a page number & a post number. Towards the end of the stream I will draw 5 random pages for each VIP host to choose winners from.

    Essentially you're hoping that I draw your page number on live stream & that the person assigned your page picks you as a winner! I will also draw 7 random post numbers. If your post number is drawn you will also win. 

    Want to increase your chances of winning?

    1. Stay tuned into the live stream for tips on how to edit your post to include certain information for a higher chance 😎
    2. Be super nice to your VIP host & don't give them a hard time 😂
    3. One entry per household only. Multiple entries will have you disqualified 

    Giveaway prizes (Stake.com Players)

    Non VIP: $10
    Bronze: $20
    Silver: $40
    Gold: $60
    Platinum: $100
    Platinum 2: $120
    Platinum 3: $140
    Platinum 4: $160
    Platinum 5: $180
    Platinum 6: $200
    Diamond: $500

    Giveaway prizes (Stake.us Players)

    Non VIP: 10k GC + free Stake Cash
    Bronze: 20k GC + free Stake Cash
    Silver: 40k GC + free Stake Cash
    Gold: 60k GC + free Stake Cash
    Platinum: 1m GC + free Stake Cash
    Platinum 2: 1.2m GC + free Stake Cash
    Platinum 3: 1.4m GC + free Stake Cash
    Platinum 4: 1.6m GC + free Stake Cash
    Platinum 5: 1.8m GC + free Stake Cash
    Platinum 6: 2m GC + free Stake Cash
    Diamond: 5m GC + free Stake Cash

    Please note that the number of posts and pages may fluctuate while this topic remains open. Be sure to check your post number once the topic is closed
×
×
  • Create New...

Important Information

Privacy Policy Terms of Use