Watch Ads, Earn Real Money

Join thousands of Pakistanis earning daily by watching advertisements. Withdraw your earnings via JazzCash or EasyPaisa.

0 Active Users
0 PKR Paid Out
0 Ads Watched

Why Choose Earn Ads Pakistan?

🎯

Easy to Use

Simple signup process. Start earning within minutes of registration.

💳

Multiple Withdrawal Methods

Withdraw via JazzCash or EasyPaisa. Minimum 500 PKR withdrawal.

👥

Referral Bonus

Earn 50 PKR for each referral. Build your network and earn more.

Fast Payouts

Quick withdrawal processing. Get your money within 24-48 hours.

🔒

Secure & Safe

Your data is encrypted and protected. 100% secure transactions.

📱

Mobile Friendly

Access from any device. Watch ads anytime, anywhere.

Choose Your Package

Starter

Basic

600 PKR
5 Ads Per Day
  • ✓ 5 ads daily
  • ✓ 10-15 sec timer
  • ✓ Instant earnings
  • ✓ Referral bonus
Premium

Professional

3000 PKR
20 Ads Per Day
  • ✓ 20 ads daily
  • ✓ 10-15 sec timer
  • ✓ Instant earnings
  • ✓ Referral bonus
  • ✓ VIP support

How It Works

1

Sign Up

Create your account with email and password in seconds.

2

Choose Package

Select a package that suits your earning goals.

3

Make Deposit

Deposit via EasyPaisa. Upload screenshot for verification.

4

Watch Ads

Watch ads daily and earn money instantly.

5

Withdraw

Withdraw your earnings via JazzCash or EasyPaisa.

Frequently Asked Questions

Your daily earnings depend on your package. Basic package (600 PKR) gives 5 ads per day, Standard (1500 PKR) gives 10 ads, and Professional (3000 PKR) gives 20 ads. Each ad earns you money based on its value.

The minimum withdrawal amount is 500 PKR. You can withdraw via JazzCash or EasyPaisa. Withdrawals are processed within 24-48 hours after admin approval.

For each person you refer who signs up using your referral link, you earn 50 PKR bonus. There's no limit to how many people you can refer. Share your unique referral link with friends and family.

Yes, we use industry-standard encryption and security measures to protect your data. All transactions are verified and monitored. Your personal information is never shared with third parties.

Each ad has a 10-15 second timer. You must watch the complete timer to earn the reward. After the timer completes, you'll receive your earnings instantly.

Yes, you can withdraw daily as long as you have at least 500 PKR in your account. Submit your withdrawal request and it will be processed within 24-48 hours after admin approval.

Ready to Start Earning?

Join thousands of Pakistanis earning money by watching ads. Sign up now and get started!

:root { --primary: #00d4ff; --primary-dark: #0099cc; --accent: #ff6b6b; --accent-light: #ff8787; --background: #0a0a0f; --surface: #1a1a2e; --surface-light: #252541; --text-primary: #ffffff; --text-secondary: #b0b0c0; --text-muted: #808090; --border: #2a2a3e; --success: #00d97e; --warning: #ffa500; --error: #ff4757; --gradient-1: linear-gradient(135deg, #00d4ff 0%, #0099cc 100%); --gradient-2: linear-gradient(135deg, #ff6b6b 0%, #ff8787 100%); --gradient-dark: linear-gradient(135deg, #1a1a2e 0%, #0a0a0f 100%); } * { margin: 0; padding: 0; box-sizing: border-box; } html { scroll-behavior: smooth; } body { font-family: 'DM Sans', sans-serif; background: var(--background); color: var(--text-primary); line-height: 1.6; overflow-x: hidden; } /* Typography */ h1, h2, h3, h4, h5, h6 { font-family: 'Clash Display', sans-serif; font-weight: 700; letter-spacing: -0.02em; } h1 { font-size: 3.5rem; line-height: 1.2; } h2 { font-size: 2.5rem; line-height: 1.3; } h3 { font-size: 1.5rem; } /* Container */ .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } /* Buttons */ .btn { padding: 12px 28px; border: none; border-radius: 12px; font-size: 1rem; font-weight: 600; cursor: pointer; transition: all 0.3s ease; font-family: 'DM Sans', sans-serif; text-decoration: none; display: inline-block; text-align: center; } .btn-primary { background: var(--gradient-1); color: var(--background); box-shadow: 0 8px 24px rgba(0, 212, 255, 0.3); } .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(0, 212, 255, 0.4); } .btn-secondary { background: transparent; color: var(--primary); border: 2px solid var(--primary); } .btn-secondary:hover { background: rgba(0, 212, 255, 0.1); } .btn-outline { background: transparent; color: var(--primary); border: 2px solid var(--primary); } .btn-outline:hover { background: var(--primary); color: var(--background); } .btn-block { width: 100%; } .btn-large { padding: 16px 40px; font-size: 1.1rem; } /* Navigation */ .navbar { position: fixed; top: 0; width: 100%; background: rgba(10, 10, 15, 0.95); backdrop-filter: blur(10px); border-bottom: 1px solid var(--border); z-index: 1000; transition: all 0.3s ease; } .navbar.scrolled { background: rgba(10, 10, 15, 0.98); box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3); } .nav-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; display: flex; justify-content: space-between; align-items: center; height: 70px; } .nav-logo { display: flex; align-items: center; gap: 10px; font-size: 1.3rem; font-weight: 700; color: var(--primary); } .logo-icon { font-size: 1.8rem; } .nav-menu { display: flex; align-items: center; gap: 30px; } .nav-link { color: var(--text-secondary); text-decoration: none; transition: color 0.3s ease; font-weight: 500; } .nav-link:hover { color: var(--primary); } .nav-btn { padding: 10px 20px; border: none; border-radius: 8px; cursor: pointer; font-weight: 600; transition: all 0.3s ease; } .login-btn { background: transparent; color: var(--primary); border: 2px solid var(--primary); } .login-btn:hover { background: var(--primary); color: var(--background); } .signup-btn { background: var(--gradient-1); color: var(--background); } .signup-btn:hover { transform: translateY(-2px); } .hamburger { display: none; flex-direction: column; cursor: pointer; gap: 6px; } .hamburger span { width: 25px; height: 3px; background: var(--primary); border-radius: 2px; transition: all 0.3s ease; } /* Hero Section */ .hero { margin-top: 70px; min-height: 100vh; display: flex; align-items: center; justify-content: space-between; padding: 60px 20px; position: relative; overflow: hidden; } .hero-content { flex: 1; z-index: 2; max-width: 600px; } .hero-title { margin-bottom: 20px; background: linear-gradient(135deg, var(--primary) 0%, var(--accent-light) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; animation: fadeInUp 0.8s ease; } .hero-subtitle { font-size: 1.2rem; color: var(--text-secondary); margin-bottom: 30px; animation: fadeInUp 0.8s ease 0.1s backwards; } .hero-buttons { display: flex; gap: 20px; margin-bottom: 60px; animation: fadeInUp 0.8s ease 0.2s backwards; } .hero-stats { display: flex; gap: 40px; animation: fadeInUp 0.8s ease 0.3s backwards; } .stat { display: flex; flex-direction: column; } .stat-number { font-size: 2rem; font-weight: 700; color: var(--primary); } .stat-label { color: var(--text-secondary); font-size: 0.9rem; } .hero-visual { flex: 1; position: relative; height: 500px; } .gradient-blob { position: absolute; border-radius: 50%; filter: blur(80px); opacity: 0.6; } .blob-1 { width: 400px; height: 400px; background: var(--primary); top: 50px; right: 50px; animation: float 6s ease-in-out infinite; } .blob-2 { width: 300px; height: 300px; background: var(--accent); bottom: 50px; right: 200px; animation: float 8s ease-in-out infinite 1s; } @keyframes float { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(30px); } } @keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } } /* Features Section */ .features { padding: 100px 20px; background: var(--surface); } .section-title { text-align: center; margin-bottom: 60px; color: var(--text-primary); } .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .feature-card { background: var(--surface-light); padding: 40px; border-radius: 16px; border: 1px solid var(--border); transition: all 0.3s ease; text-align: center; } .feature-card:hover { transform: translateY(-8px); border-color: var(--primary); box-shadow: 0 20px 40px rgba(0, 212, 255, 0.1); } .feature-icon { font-size: 3rem; margin-bottom: 20px; } .feature-card h3 { margin-bottom: 15px; color: var(--text-primary); } .feature-card p { color: var(--text-secondary); line-height: 1.6; } /* Packages Section */ .packages { padding: 100px 20px; background: var(--background); } .packages-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 60px; } .package-card { background: var(--surface); border: 2px solid var(--border); border-radius: 16px; padding: 40px; position: relative; transition: all 0.3s ease; display: flex; flex-direction: column; } .package-card:hover { border-color: var(--primary); transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0, 212, 255, 0.1); } .package-card.featured { border-color: var(--primary); background: linear-gradient(135deg, rgba(0, 212, 255, 0.1) 0%, rgba(255, 107, 107, 0.05) 100%); transform: scale(1.05); } .package-badge { position: absolute; top: 20px; right: 20px; background: var(--primary); color: var(--background); padding: 6px 12px; border-radius: 20px; font-size: 0.8rem; font-weight: 600; } .package-badge.popular { background: var(--accent); } .package-name { margin-bottom: 15px; color: var(--text-primary); } .package-price { font-size: 2.5rem; font-weight: 700; color: var(--primary); margin-bottom: 10px; } .package-price span { font-size: 1rem; color: var(--text-secondary); } .package-feature { color: var(--text-secondary); margin-bottom: 30px; font-weight: 500; } .package-list { list-style: none; margin-bottom: 30px; flex-grow: 1; } .package-list li { padding: 10px 0; color: var(--text-secondary); border-bottom: 1px solid var(--border); } .package-list li:last-child { border-bottom: none; } .package-btn { margin-top: auto; } /* How It Works */ .how-it-works { padding: 100px 20px; background: var(--surface); } .steps-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 30px; margin-top: 60px; } .step { text-align: center; position: relative; } .step-number { width: 60px; height: 60px; background: var(--gradient-1); color: var(--background); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; font-weight: 700; margin: 0 auto 20px; } .step h3 { margin-bottom: 15px; color: var(--text-primary); } .step p { color: var(--text-secondary); } /* FAQ Section */ .faq { padding: 100px 20px; background: var(--background); } .faq-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; margin-top: 60px; } .faq-item { background: var(--surface); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; } .faq-question { width: 100%; padding: 20px; background: transparent; border: none; color: var(--text-primary); font-weight: 600; cursor: pointer; display: flex; justify-content: space-between; align-items: center; transition: all 0.3s ease; } .faq-question:hover { background: var(--surface-light); color: var(--primary); } .faq-icon { font-size: 1.5rem; transition: transform 0.3s ease; } .faq-item.active .faq-icon { transform: rotate(45deg); } .faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; } .faq-item.active .faq-answer { max-height: 300px; } .faq-answer p { padding: 0 20px 20px; color: var(--text-secondary); line-height: 1.6; } /* CTA Section */ .cta-section { padding: 80px 20px; background: linear-gradient(135deg, rgba(0, 212, 255, 0.1) 0%, rgba(255, 107, 107, 0.1) 100%); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); text-align: center; } .cta-section h2 { margin-bottom: 20px; } .cta-section p { font-size: 1.1rem; color: var(--text-secondary); margin-bottom: 30px; max-width: 600px; margin-left: auto; margin-right: auto; } /* Footer */ .footer { background: var(--surface); padding: 60px 20px 20px; border-top: 1px solid var(--border); } .footer-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 40px; margin-bottom: 40px; } .footer-section h4 { margin-bottom: 15px; color: var(--primary); } .footer-section p { color: var(--text-secondary); margin-bottom: 10px; } .footer-section ul { list-style: none; } .footer-section ul li { margin-bottom: 10px; } .footer-section a { color: var(--text-secondary); text-decoration: none; transition: color 0.3s ease; } .footer-section a:hover { color: var(--primary); } .social-links { display: flex; gap: 15px; } .social-icon { width: 40px; height: 40px; background: var(--surface-light); border: 1px solid var(--border); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--primary); text-decoration: none; transition: all 0.3s ease; } .social-icon:hover { background: var(--primary); color: var(--background); } .footer-bottom { text-align: center; padding-top: 20px; border-top: 1px solid var(--border); color: var(--text-muted); } /* Modal */ .modal { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7); backdrop-filter: blur(5px); z-index: 2000; align-items: center; justify-content: center; } .modal.active { display: flex; } .modal-content { background: var(--surface); border-radius: 16px; padding: 40px; max-width: 500px; width: 90%; position: relative; border: 1px solid var(--border); animation: slideUp 0.3s ease; } .admin-modal { max-width: 400px; } @keyframes slideUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } } .modal-close { position: absolute; top: 20px; right: 20px; background: transparent; border: none; color: var(--text-secondary); font-size: 2rem; cursor: pointer; transition: color 0.3s ease; } .modal-close:hover { color: var(--primary); } /* Auth Container */ .auth-container { width: 100%; } .auth-tabs { display: flex; gap: 20px; margin-bottom: 30px; border-bottom: 1px solid var(--border); } .auth-tab { background: transparent; border: none; color: var(--text-secondary); padding: 15px 0; cursor: pointer; font-weight: 600; transition: all 0.3s ease; border-bottom: 2px solid transparent; } .auth-tab.active { color: var(--primary); border-bottom-color: var(--primary); } .auth-form { display: none; } .auth-form.active { display: block; animation: fadeIn 0.3s ease; } @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } .auth-form h2 { margin-bottom: 30px; color: var(--text-primary); } .form-group { margin-bottom: 20px; } .form-group label { display: block; margin-bottom: 8px; color: var(--text-primary); font-weight: 500; } .form-group input { width: 100%; padding: 12px; background: var(--surface-light); border: 1px solid var(--border); border-radius: 8px; color: var(--text-primary); font-family: 'DM Sans', sans-serif; transition: all 0.3s ease; } .form-group input:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 3px rgba(0, 212, 255, 0.1); } .form-note { text-align: center; color: var(--text-secondary); margin-top: 20px; } .form-note a { color: var(--primary); text-decoration: none; cursor: pointer; font-weight: 600; } .form-note a:hover { text-decoration: underline; } /* Responsive */ @media (max-width: 768px) { .hamburger { display: flex; } .nav-menu { position: fixed; left: -100%; top: 70px; flex-direction: column; background: var(--surface); width: 100%; text-align: center; transition: 0.3s; gap: 0; padding: 20px 0; border-bottom: 1px solid var(--border); } .nav-menu.active { left: 0; } .nav-link { display: block; padding: 15px; } .nav-btn { margin: 10px; } h1 { font-size: 2.5rem; } h2 { font-size: 1.8rem; } .hero { flex-direction: column; text-align: center; padding: 40px 20px; } .hero-visual { height: 300px; margin-top: 40px; } .hero-buttons { flex-direction: column; justify-content: center; } .hero-stats { justify-content: center; flex-wrap: wrap; } .features-grid, .packages-grid, .steps-grid, .faq-grid { grid-template-columns: 1fr; } .package-card.featured { transform: scale(1); } .modal-content { padding: 30px 20px; } } @media (max-width: 480px) { h1 { font-size: 2rem; } h2 { font-size: 1.5rem; } .btn { padding: 10px 20px; font-size: 0.9rem; } .hero-title { font-size: 1.8rem; } .hero-subtitle { font-size: 1rem; } .stat-number { font-size: 1.5rem; } .package-price { font-size: 2rem; } }