Jump to content

NaawFaL

Member
  • Posts

    124
  • Joined

  • Last visited

Reputation Activity

  1. Pepe - Juiced
    NaawFaL reacted to AnkurSharma777 in $3,000 Royal Club of Originals | Limbo   
    casino:494733613674
  2. Pepe - Thinking
    NaawFaL got a reaction from AnkurSharma777 in $3,000 Royal Club of Originals | Limbo   
    casino:494732030108
  3. Fire
    NaawFaL reacted to DamjanTo in Behind the Bet - Week 15   
    🎉 Congratulations 🎉
    You are the official winner of the Behind the Bet 🧠🧩 challenge!
    Winner
    @NaawFaL
    CLAIM Please make sure you are logged into the correct account before claiming your reward.
  4. Stonks
    NaawFaL got a reaction from Pjanic in Behind the Bet - Week 15   
    9T1Z5MS
  5. Fire
    NaawFaL got a reaction from DamjanTo in Behind the Bet - Week 15   
    9T1Z5MS
  6. Fire
    NaawFaL got a reaction from DaddyMilo in 💰$3,000 Royal Club of Originals | Wheel🎡   
    casino:490754300633
  7. Fire
    NaawFaL got a reaction from DaddyMilo in 🏆 $400 Endgame Quiz 🧠   
    1. Slot hunt
    2. 45 questions, $2 each
    3. quest for glory, Return of the king, crown chase

    stake : NaawFaL
  8. Stonks
    NaawFaL reacted to Jake7589 in 💰[$10,000 USD] Leg For Leg HtFtTipster ⚽️   
    @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;900&family=Barlow+Condensed:wght@600;700;800;900&display=swap'); :root { --navy: #071824; --white: #ffffff; --gold: #FFB800; --gold-dark: #e6a500; --bolt: #1475E1; --bolt-dark: #0749CE; --surface: #0d2438; --surface2: #112d44; --text: #e0eef8; --muted: #7fa8c4; --display: 'Barlow Condensed', 'Inter', sans-serif; } * { margin:0; padding:0; box-sizing:border-box; } body { background: var(--navy); color: var(--text); 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:44px 28px 38px; background: linear-gradient(160deg, var(--surface2) 0%, var(--navy) 100%); border-radius:20px; border:1px solid #ffffff14; margin-bottom:20px; position:relative; overflow:hidden; } .header::before { content:''; position:absolute; top:-80px; 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:.55; transform:translateX(-50%) scale(1); } 50% { opacity:1; transform:translateX(-50%) scale(1.15); } } /* BETSLIP MINI FRAME */ .betslip-frame { display:inline-block; margin:0 auto 28px; border-radius:16px; overflow:hidden; border:1px solid #FFB80044; box-shadow:0 8px 32px rgba(0,0,0,.5), 0 0 0 1px #ffffff08; position:relative; background:#091723; max-width:420px; width:100%; transition:box-shadow .3s, border-color .3s; } .betslip-frame:hover { border-color:#FFB800aa; box-shadow:0 12px 40px rgba(0,0,0,.6), 0 0 24px #FFB80022; } .betslip-frame img { width:100%; height:auto; display:block; } .header h1 { font-family: var(--display); font-size:56px; font-weight:900; line-height:.92; text-transform:uppercase; letter-spacing:.01em; color:var(--white); margin-bottom:8px; } .header h1 .h1-accent { color:var(--gold); } .ends-label { font-family: var(--display); font-size:15px; font-weight:600; color:var(--muted); text-transform:uppercase; letter-spacing:1.4px; margin-bottom:14px; } .ends-label strong { color:#fff; } .countdown-wrapper { margin:10px 0 22px; } .countdown-wrapper iframe { border-radius:8px; } .header-desc { font-size:15px; color:#b0cee4; max-width:480px; margin:0 auto 14px; line-height:1.7; } .play-btn { display:inline-block; padding:16px 46px; background: linear-gradient(135deg, var(--gold), var(--gold-dark)); color:var(--navy); font-family: var(--display); font-size:21px; font-weight:800; text-transform:uppercase; letter-spacing:.04em; text-decoration:none !important; border-radius:12px; transition:transform .2s, box-shadow .2s; position:relative; overflow:hidden; box-shadow:0 4px 20px #FFB80044; margin-top:8px; } .play-btn::after { content:''; position:absolute; inset:0; background:linear-gradient(120deg, transparent 30%, rgba(255,255,255,.25) 50%, transparent 70%); transform:translateX(-100%); transition:transform .5s ease; } .play-btn:hover { transform:translateY(-3px); box-shadow:0 8px 32px #FFB80055; text-decoration:none !important; } .play-btn:hover::after { transform:translateX(100%); } .play-btn:active { transform:scale(.97); } .prize-row { display:grid; grid-template-columns:1fr 1fr; gap:14px; margin-bottom:16px; } .prize-card { background: var(--surface); border-radius:16px; padding:28px 18px; text-align:center; border:1px solid transparent; position:relative; overflow:hidden; transition:transform .3s, border-color .3s, box-shadow .3s; cursor:default; } .prize-card:hover { transform:translateY(-6px) scale(1.02); } .prize-card.gold { border-color:#FFB80044; --glow:#FFB80018; } .prize-card.gold:hover { border-color:#FFB800aa; box-shadow:0 12px 40px #FFB80030; } .prize-card.silver { border-color:#1475E133; --glow:#1475E114; } .prize-card.silver:hover { border-color:#1475E1aa; box-shadow:0 12px 40px #1475E125; } .prize-card::before { content:''; position:absolute; inset:0; background:radial-gradient(ellipse at 50% 0%, var(--glow) 0%, transparent 65%); opacity:0; transition:opacity .3s; pointer-events:none; } .prize-card:hover::before { opacity:1; } .badge { position:absolute; top:12px; right:14px; font-size:22px; animation:float 3s ease-in-out infinite; } @keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} } .prize-amount { font-family: var(--display); font-size:50px; font-weight:900; line-height:1; margin-bottom:6px; } .prize-card.gold .prize-amount { color:var(--gold); } .prize-card.silver .prize-amount { color:var(--bolt); } .prize-label { font-family: var(--display); font-size:14px; font-weight:700; color:var(--muted); text-transform:uppercase; letter-spacing:1px; } .prize-sub { font-size:13px; color:#6a90a8; margin-top:4px; } .pill { background:#1475E112; border:1px solid #1475E133; border-radius:40px; padding:10px 20px; text-align:center; font-size:13px; font-weight:600; color:#4da6ff; margin-bottom:18px; transition:background .3s, border-color .3s; } .pill:hover { background:#1475E122; border-color:#1475E166; } .section { background: var(--surface); border-radius:16px; padding:24px; margin-bottom:16px; border:1px solid #ffffff0d; transition:border-color .3s, box-shadow .3s; } .section:hover { border-color:#1475E133; box-shadow:0 4px 24px #1475E10d; } .section-title { font-family: var(--display); font-size:20px; font-weight:800; color:var(--gold); text-transform:uppercase; letter-spacing:1px; margin-bottom:18px; display:flex; align-items:center; gap:10px; } .section-title span { font-size:20px; } .steps { display:flex; flex-direction:column; gap:14px; } .step { display:flex; gap:14px; align-items:flex-start; } .step-num { min-width:34px; height:34px; background:var(--bolt); border-radius:50%; display:flex; align-items:center; justify-content:center; font-family: var(--display); font-weight:800; font-size:17px; color:#fff; flex-shrink:0; transition:transform .25s, box-shadow .25s; } .step:hover .step-num { transform:scale(1.15); box-shadow:0 0 0 6px #1475E122; } .step-text { font-size:15px; color:#b0cee4; padding-top:6px; } .step-text strong { color:#fff; } .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:13px 16px; border:1px solid #ffffff0a; transition:background .25s, border-color .25s, transform .25s; cursor:default; } .req-item:hover { background:#0a2236; border-color:#1475E144; transform:translateX(6px); } .req-icon { font-size:20px; flex-shrink:0; } .req-text { font-size:14px; color:#b0cee4; } .req-text strong { color:var(--gold); } .pool-total { text-align:center; padding:22px; background:linear-gradient(135deg,#FFB80012,#FFB80005); border:1px solid #FFB80044; border-radius:14px; margin-bottom:16px; transition:box-shadow .3s; } .pool-total:hover { box-shadow:0 0 40px #FFB80020; } .pool-total .amount { font-family: var(--display); font-size:64px; font-weight:900; line-height:1; color:var(--gold); animation: count-pulse 2.5s ease-in-out infinite; } @keyframes count-pulse { 0%,100% { text-shadow:0 0 0 #FFB800; } 50% { text-shadow:0 0 24px #FFB80066; } } .pool-total .label { font-family: var(--display); font-size:14px; font-weight:700; color:var(--muted); text-transform:uppercase; letter-spacing:1px; margin-top:4px; } .dist-list { display:flex; flex-direction:column; gap:8px; } .dist-item { display:flex; justify-content:space-between; align-items:center; padding:12px 16px; background:var(--navy); border-radius:10px; border:1px solid #ffffff0a; font-size:14px; transition:background .2s, border-color .2s; } .dist-item:hover { background:#0a2236; border-color:#FFB80033; } .dist-item .who { color:#b0cee4; } .dist-item .val { color:var(--gold); font-weight:700; } .notice { background:#ff6b0010; border:1px solid #ff6b0040; border-radius:14px; padding:16px; margin-bottom:16px; display:flex; gap:14px; align-items:flex-start; transition:border-color .3s; } .notice:hover { border-color:#ff6b0088; } .n-icon { font-size:22px; flex-shrink:0; } .n-text { font-size:13px; color:#f0c8a0; line-height:1.7; } .n-text strong { color:#fff; } .stake-badge { text-align:center; padding:14px; background:linear-gradient(135deg,#1475E118,#1475E108); border:1px solid #1475E144; border-radius:12px; color:#4da6ff; font-family: var(--display); font-weight:800; font-size:17px; text-transform:uppercase; margin-bottom:16px; letter-spacing:1px; position:relative; overflow:hidden; transition:box-shadow .3s; } .stake-badge:hover { box-shadow:0 0 32px #1475E125; } .stake-badge::after { content:''; position:absolute; top:0; left:-100%; width:60%; height:100%; background:linear-gradient(90deg,transparent,rgba(20,117,225,.14),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:#1475E133; } summary { padding:16px 20px; cursor:pointer; font-family: var(--display); font-weight:700; color:var(--muted); font-size:16px; text-transform:uppercase; letter-spacing:.5px; list-style:none; display:flex; justify-content:space-between; align-items:center; user-select:none; transition:color .2s; } summary:hover { color:#fff; } summary::after { content:'▼'; font-size:10px; color:var(--bolt); } 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:15px; font-weight:800; color:var(--gold); text-transform:uppercase; letter-spacing:.8px; margin:18px 0 8px; } .terms-body ul, .terms-body ol { padding-left:20px; } .terms-body li { margin-bottom:5px; } .terms-body a { color:var(--bolt); } .d1{animation-delay:.08s} .d2{animation-delay:.16s} .d3{animation-delay:.24s} .d4{animation-delay:.32s} .d5{animation-delay:.40s} .d6{animation-delay:.48s} .d7{animation-delay:.56s} .d8{animation-delay:.64s} @media(max-width:480px){ .prize-row{grid-template-columns:1fr;} .header h1{font-size:40px;} .pool-total .amount{font-size:48px;} .prize-amount{font-size:42px;} } Leg for Leg HtFtTipster
    Competition ends: 24/6/2026 @ 5:00 pM GMT
    Copy and place the multi below, share your Bet ID in the comments for your chance to win a share of $10,000 💰
    Update: We will accept bets that include an England leg with odds between 1.75 and 2.5.
    🥊 View Bet 🏆 $10,000 Total Prize 🥈 $200 Per Winner × 50 Winners 💡 Submitted bets must be the exact same as linked above 📋 How To Enter 1 Place the same Multi as shown above 2 Place a bet of at least $5 USD or equivalent in any currency 3 Copy your Bet ID after placing your bet 4 Reply to this thread with your Bet ID to enter ✅ Requirements ⚽️ Bets must be the same as the bet shown above 💵 Minimum bet amount: $5 USD or equivalent in any currency 💬 Reply to this thread with your Bet ID 🔒 Must be a Stake.com account — Bronze VIP or above 💰 Prize Pool $10,000 Total Prize Pool 🏆 Prize Pool$10,000 🥈 50 × Winners$200 each 👥 Total Winners50 People 📅 Duration1 Day ⚠️ 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. Eligibility
    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  
  9. Fire
    NaawFaL got a reaction from IvanaBe in Love 🆚 Money   
    I picked love and had my ass handed to me .... never again . 

    Show me tha moneeeeeeeeeeey 💰💰💰💰💰💰💰💰
  10. Pepe - Crying
    NaawFaL got a reaction from zhestka in Love 🆚 Money   
    I picked love and had my ass handed to me .... never again . 

    Show me tha moneeeeeeeeeeey 💰💰💰💰💰💰💰💰
  11. Bitcoin
    NaawFaL got a reaction from wishdragon in Love 🆚 Money   
    I picked love and had my ass handed to me .... never again . 

    Show me tha moneeeeeeeeeeey 💰💰💰💰💰💰💰💰
  12. Money
    NaawFaL got a reaction from Aerena09 in Love 🆚 Money   
    I picked love and had my ass handed to me .... never again . 

    Show me tha moneeeeeeeeeeey 💰💰💰💰💰💰💰💰
  13. Money
    NaawFaL reacted to Aerena09 in Love 🆚 Money   
    💭 Would you choose a lot of money 💰 or true love ❤️ in life?
    If you were given the chance to choose one of these two, what would you pick and why? 🤔 What’s your point of view?
    ✨ Let’s come together, discuss this topic, and explore different perspectives. 🌍💬

  14. Pepe - Hands Up
    NaawFaL got a reaction from Aerena09 in $3,000 Perfect 10 | Sports   
    sport:596192856
  15. Fire
    NaawFaL got a reaction from Sonalifivb in Fill in the Blanks ✍️   
    google

    am i the only one who searches google on google before doing a search
  16. Pepe - Excited
    NaawFaL got a reaction from Aerena09 in Fill in the Blanks ✍️   
    google

    am i the only one who searches google on google before doing a search
  17. Fire
    NaawFaL got a reaction from zlatan61 in Weekend Stream + Giveaway   
    NaawFaL
     
     

    Happy weekend everyone ❤️
  18. Fire
    NaawFaL got a reaction from MdSHBiR247 in 💰$3,000 Royal Club of Originals | Hilo 🃏   
    casino:479606996175
     
  19. Fire
    NaawFaL reacted to mnokia in Request for Eid al-Adha promotion   
    "I totally support this request, but let's make it global for all Muslim players on the platform! Eid al-Adha is a massive holiday celebrated by the entire Islamic world, not just one country.
    As a dedicated Platinum VIP member who has been consistently wagering and, honestly, facing some heavy losses recently, a solid Eid al-Adha Promotion / Loss-back Bonus would be the perfect way for Stake to show appreciation to its loyal community during this blessed time.
    We’ve seen great gestures like the Sugar Bonus during Eid al-Fitr, and we expect nothing less from the best crypto casino for this Eid.
    Give us something to celebrate with, team! 🌙🐑
    @Steve @Ozerbank @bold
  20. Fire
    NaawFaL reacted to xCASTYx in Request for Eid al-Adha promotion   
    Hello, 
    27 May 2026 marks the first day of Eid al-Adha for the entire Islamic world. 
    As Turks, we are requesting an Eid al-Adha promotion.
    During the last Eid al-Fitr, a thread was opened on the forum and you provided a promotion in the form of a sugar bonus as a result. 
    Everyone knows that Stake runs promotions based on countries’ public holidays. Our public holiday begins in two days’ time—could you please run a promotion for the Turkish holiday as well? 
    26 May 2026 is the eve of Eid al-Adha. 
    Eid al-Adha lasts for 4 days, and in Turkey, a one-week public holiday is declared.
    We would appreciate your assistance. 
    @Steve @Ozerbank @boldest @Mikey @10thoss @Therewego @Vojkan @AleksandarG 
  21. Fire
    NaawFaL got a reaction from Ladea in 💰$3,000 Royal Club of Originals | Hilo 🃏   
    casino:479606996175
     
  22. Fire
    NaawFaL got a reaction from bam in 🏆 $400 Endgame Quiz 🧠   
    1. ctrl alt delete
    2. Chicken
    3.  Perfect 10

    NaawFaL
  23. Fire
    NaawFaL got a reaction from KaiZidan in Weekend Stream + Giveaway   
    NaawFaL

    Happy weekend ❤️ 
  24. Fire
    NaawFaL got a reaction from KaiZidan in Weekend Stream + Giveaway   
    Stake username : NaawFaL

    have a lovely weekend ❤️
  25. Fire
    NaawFaL got a reaction from KaiZidan in $10,000 Last Leg Legend | April | Sports Challenge   
    sport:553957082
×
×
  • Create New...

Important Information

Privacy Policy Terms of Use