Sweeps

Free Football Trip? Pepsi Is Giving Away A $6,500 NFL Vacation

View saved
How does this find feel?

The Ultimate NFL Experience: Win A $6,500 VIP Trip From Pepsi

/* — GLOBAL THEME: PEPSI / NFL (BLUE/RED/BLACK) — */
:root {
–primary: #004B93; /* Pepsi Blue */
–secondary: #C9002B; /* Pepsi Red */
–accent: #000000; /* Black */
–light: #F4F4F4;
–text: #333333;
}

body { margin: 0; padding: 0; box-sizing: border-box; background: #fff; font-family: ‘Arial’, sans-serif; }

/* CONTAINER */
.lp-container {
max-width: 900px;
margin: 0 auto;
padding: 0 20px 60px 20px;
color: var(–text);
line-height: 2;
font-size: 19px;
}

/* TYPOGRAPHY */
h1 {
font-family: ‘Impact’, sans-serif;
font-size: 3rem;
font-weight: 400;
color: var(–primary);
line-height: 1.1;
margin-top: 40px;
margin-bottom: 20px;
letter-spacing: 1px;
text-transform: uppercase;
}

.meta {
font-size: 0.9rem;
color: #888;
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 40px;
border-bottom: 4px solid var(–secondary);
padding-bottom: 20px;
font-weight: 700;
}

h2 {
font-size: 2.2rem;
color: var(–accent);
margin-top: 60px;
border-left: 10px solid var(–primary);
padding-left: 20px;
font-weight: 800;
}

h3 {
font-size: 1.5rem;
font-weight: 700;
margin-top: 40px;
color: var(–primary);
border-bottom: 2px solid #eee;
padding-bottom: 10px;
}

p { margin-bottom: 25px; }

/* CALLOUTS */
.highlight-box {
background: #fff;
color: var(–primary);
padding: 40px;
border-radius: 8px;
font-weight: bold;
font-size: 1.2em;
margin: 50px 0;
text-align: center;
border: 4px solid var(–secondary);
box-shadow: 0 10px 20px rgba(0, 75, 147, 0.2);
}

ul { margin-bottom: 30px; }
li { margin-bottom: 15px; }

/* IMAGE PLACEHOLDER */
.featured-image {
width: 100%; height: auto;
border-radius: 12px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
margin-bottom: 40px;
border-bottom: 6px solid var(–primary);
}

/* AD SLOT STYLING */
.ad-slot {
display: block;
width: 100%;
background: transparent;
text-align: center;
margin: 20px 0;
}

.button-ad-slot {
display: block;
width: 100%;
margin: 20px 0;
background: transparent;
text-align: center;
}

/* — SWEEPSTAKES SECTION — */
#sweeps-wrapper {
margin-top: 100px;
background: #fff;
border-radius: 20px;
box-shadow: 0 20px 50px -10px rgba(0, 0, 0, 0.2);
overflow: hidden;
position: relative;
text-align: center;
scroll-margin-top: 40px;
border: 5px solid var(–primary);
}

.sweeps-header {
background: linear-gradient(135deg, var(–primary) 0%, #002a52 100%);
padding: 50px 20px;
color: white;
}

.sweeps-header h3 { margin: 0; font-size: 40px; text-transform: uppercase; letter-spacing: 1px; font-weight: 900; color: #fff; font-family: ‘Impact’, sans-serif; text-shadow: 2px 2px 0px var(–secondary); }
.sweeps-header p { margin: 15px 0 0 0; opacity: 1; font-size: 20px; font-weight: 700; color: #fff; }

.sweeps-body { padding: 50px 20px; background-color: #fff; }

/* PRIZES */
.prize-grid {
display: grid;
grid-template-columns: 1fr;
gap: 15px;
text-align: left;
background: #f4f4f4;
padding: 30px;
border: 2px solid var(–secondary);
max-width: 600px;
margin: 0 auto 40px auto;
border-radius: 15px;
}
.prize-row { display: flex; align-items: center; font-weight: 700; color: var(–accent); font-size: 20px; }
.icon { margin-right: 15px; font-size: 28px; }
.val { color: #fff; background: var(–primary); padding: 2px 8px; font-weight: 800; margin-right: 5px; text-transform: uppercase; border-radius: 4px; display: inline-block; }

/* TIMER */
#countdown {
display: flex;
justify-content: center;
gap: 15px;
margin: 40px 0;
}
.time-box {
background: var(–accent);
color: #fff;
padding: 20px;
border-radius: 8px;
min-width: 80px;
box-shadow: 0 5px 15px rgba(0,0,0,0.3);
border-bottom: 4px solid var(–secondary);
}
.time-num { font-size: 36px; font-weight: 900; line-height: 1; display: block; }
.time-lbl { font-size: 12px; text-transform: uppercase; margin-top: 5px; color: #fff; font-weight: bold; }

/* BUTTON */
.enter-btn {
display: inline-block;
background: var(–primary);
color: #fff;
font-size: 26px;
font-weight: 900;
text-decoration: none;
padding: 30px 60px;
border-radius: 50px;
transition: transform 0.2s, background 0.2s;
text-transform: uppercase;
letter-spacing: 1px;
width: 90%;
max-width: 500px;
box-shadow: 0 10px 20px rgba(0, 75, 147, 0.4);
font-family: ‘Impact’, sans-serif;
}
.enter-btn:hover { transform: scale(1.02); background: var(–secondary); }

.legal-footer {
font-size: 12px;
color: #999;
margin-top: 60px;
line-height: 1.5;
text-align: left;
padding: 30px;
background: #f9f9f9;
border-top: 1px solid #eee;
}

/* — FIXED CENTERED POP-UP — */
#interaction-modal {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: #fff;
z-index: 9999;
padding: 40px;
border-radius: 15px;
text-align: center;
box-shadow: 0 25px 100px rgba(0,0,0,0.5);
border: 4px solid var(–primary);
width: 90%;
max-width: 450px;
display: flex;
flex-direction: column;
align-items: center;
}

#modal-backdrop {
position: fixed; top: 0; left: 0; width: 100%; height: 100%;
background: rgba(255,255,255,0.8);
backdrop-filter: blur(5px);
z-index: 9998;
}

#start-btn {
background: var(–primary);
color: white;
border: none;
padding: 15px 30px;
font-size: 20px;
font-weight: 900;
cursor: pointer;
margin-top: 20px;
width: 100%;
text-transform: uppercase;
transition: transform 0.2s;
letter-spacing: 1px;
border-radius: 50px;
font-family: sans-serif;
box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
#start-btn:hover { transform: scale(1.05); background: var(–secondary); }

.fb-reminder {
background: #e7f3ff;
color: #1877f2;
padding: 15px;
border-radius: 8px;
margin-top: 20px;
font-size: 14px;
font-weight: bold;
border: 1px solid #1877f2;
font-family: sans-serif;
}

/* TOAST POPUP – CENTERED */
#toast {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: #fff;
border: 3px solid var(–secondary);
padding: 20px 40px;
box-shadow: 0 10px 30px rgba(0,0,0,0.3);
font-weight: 900;
color: var(–primary);
font-size: 24px;
z-index: 10000;
display: none;
text-align: center;
width: 80%;
max-width: 400px;
text-transform: uppercase;
border-radius: 10px;
font-family: sans-serif;
}

canvas { position: fixed; top:0; left:0; width:100%; height:100%; pointer-events:none; z-index:9990; display:none; }

Win NFL Tickets! 🏈

💡 PRO TIP:
After you enter, come back to my Facebook post and comment “DONE” to unlock bonus giveaways!

(Starts auto-scroll)
Pepsi NFL All-Access Pass Sweepstakes
(Upload your photo of Pepsi/NFL to WordPress and paste the URL above)

The Ultimate NFL Experience: Win A $6,500 VIP Trip From Pepsi

By Freebie Mom · Updated January 1, 2026 · NFL · Travel · Finance

The NFL Playoffs are heating up, and Super Bowl fever is taking over the country. But savvy fans know that the best prizes often come from the sponsors, not the league itself. Pepsi, a long-time partner of the NFL, has just launched a massive giveaway that looks beyond this season and into the future.

It is called the Pepsi NFL All-Access Pass Promotion. This isn’t just about winning a jersey. This is about securing your spot at one of the most exclusive events in sports: The 2026 NFL Kickoff Game. Plus, they are giving away cash and gift cards every single week to keep the excitement going.

THE GRAND PRIZE:
“A Trip for Two to the 2026 NFL Kickoff Game. Includes Airfare, Hotel, Two Tickets to the Kickoff, Two Tickets to a Regular Season Game, AND $2,000 in Cash/Gift Cards. Total Value: ~$6,500!”

1. The “Double Header” Grand Prize

Most sweepstakes give you tickets to one game. Pepsi is giving you tickets to two. The Grand Prize winner receives a comprehensive travel package that ensures your 2026 football season is legendary.

The Package Includes:

  • 2026 NFL Kickoff: You get two tickets to the first game of the season. This is a bucket-list event with concerts and massive fanfare.
  • Regular Season Tickets: You also get two tickets to a 2026 regular season domestic game of your choice.
  • Travel & Stay: Round-trip airfare and 2 nights hotel accommodation for the Kickoff game.
  • The Cash: A $1,000 check (spending money) PLUS a $1,000 prepaid gift card to upgrade your experience.

2. Weekly Winners: $100 Visa Cards

If you don’t win the trip, you still have excellent odds of winning a secondary prize. Pepsi is giving away Thirty (30) Weekly Prizes in total.

Five winners will be announced every week. Each winner receives a $100 Visa e-Gift Card. Since these are digital Visa cards, they spend just like cash anywhere online. You can use them for NFL gear, groceries, or even pay a bill.

3. How To Enter (No Purchase Necessary)

You do not need to buy a Pepsi to enter. The entry process is entirely digital and very simple.

Step 1: Visit PepsiAllAccessPass.com (or scan the QR code on store displays).

Step 2: Register with your email, DOB, and address. (No PO Boxes allowed!).

Daily Entry Strategy:
There is a limit of one (1) entry per person per day. The promotion runs until February 8, 2026. If you enter every day between now and the Super Bowl, you maximize your statistical chances of winning both the weekly prizes and the Grand Prize.

4. Eligibility & Dates

Who Can Enter:
This sweepstakes is open to legal residents of the 50 United States and D.C. who are 18 years or older (19 in Alabama/Nebraska).

Timeline:
The promotion ends on February 8, 2026 at 11:59 PM PT. This aligns perfectly with the end of the current football season.

The Drawing:
The Grand Prize winner will be selected on or about February 9, 2026. Keep an eye on your email that Monday!

Conclusion: Don’t Sit on the Sidelines

Whether you are a die-hard football fan or just someone who could use an extra $100 or a luxury vacation, the Pepsi NFL All-Access Pass is a must-enter. It’s free, it’s daily, and the prizes are top-tier.

Bookmark the page and make it part of your morning routine until the Super Bowl. Good luck!

Ready to enter? Click the button below!

WIN NFL VIP TRIP

Sponsored by Pepsi-Cola

🏈 Prize: 2026 Kickoff Trip
💰 Cash: $2,000 Spending Money
💳 Weekly: $100 Visa Cards

Ends February 8th!

00
Days
00
Hrs
00
Min
00
Sec
Quick Rules:

  • Open to 50 US Residents.
  • Must be 18+ to enter.
  • Limit 1 Entry per day.

ENTER TO WIN NOW

(Redirects to Official Pepsi Entry Form)

// CONFIGURATION
// End Date: Feb 8, 2026 23:59:59 PT
// Converting PT to UTC (PT is UTC-8)
// Feb 9, 2026 07:59:59 UTC
const END_DATE = new Date(“Feb 9, 2026 07:59:59”).getTime();

// SCROLL SPEED: 45 SECONDS (45000ms)
const SCROLL_DURATION = 45000;

// DOM ELEMENTS
const modal = document.getElementById(‘interaction-modal’);
const backdrop = document.getElementById(‘modal-backdrop’);
const startBtn = document.getElementById(‘start-btn’);
const toast = document.getElementById(‘toast’);
const confettiCanvas = document.getElementById(‘confetti’);
const targetSection = document.querySelector(‘.legal-footer’);

let isScrolling = false;
let scrollTimeouts = [];

// TIMER
function updateTimer() {
const now = new Date().getTime();
const distance = END_DATE – now;
if (distance < 0) { document.getElementById("d").innerText = "00"; return; }
const d = Math.floor(distance / (1000 * 60 * 60 * 24));
const h = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
const m = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
const s = Math.floor((distance % (1000 * 60)) / 1000);
document.getElementById("d").innerText = d < 10 ? "0" + d : d;
document.getElementById("h").innerText = h < 10 ? "0" + h : h;
document.getElementById("m").innerText = m < 10 ? "0" + m : m;
document.getElementById("s").innerText = s clearTimeout(id));
scrollTimeouts = [];
}
}
[‘wheel’, ‘touchmove’, ‘keydown’, ‘mousedown’].forEach(evt => {
window.addEventListener(evt, stopAutoScroll);
});

// START
startBtn.addEventListener(‘click’, () => {
modal.style.display = ‘none’;
backdrop.style.display = ‘none’;
isScrolling = true;
fireConfetti();

// 8 MESSAGES SPREAD OVER 45 SECONDS (Every ~5.5s)
const messages = [
“Kickoff… 🏈”,
“Win NFL Trip! ✈️”,
“$2,000 Cash! 💰”,
“Weekly Winners! 📅”,
“$100 Visa Cards! 💳”,
“Enter Daily! 🔄”,
“Almost There… 📝”,
“Entry Form Below 👇”
];

messages.forEach((msg, index) => {
let tId = setTimeout(() => {
if(isScrolling) showToast(msg);
}, (index * 5500) + 1000);
scrollTimeouts.push(tId);
});

startSlowScroll();
});

function showToast(msg) {
toast.innerText = msg;
toast.style.display = ‘block’;
setTimeout(() => { toast.style.display = ‘none’; }, 3000);
}

// ANIMATION
function startSlowScroll() {
const startY = window.scrollY;
const endY = targetSection.getBoundingClientRect().top + window.scrollY – 50;
const change = endY – startY;
let startTime = null;

function animateScroll(timestamp) {
if (!isScrolling) return;
if (!startTime) startTime = timestamp;
const elapsed = timestamp – startTime;
const val = (elapsed / SCROLL_DURATION) * change + startY;
window.scrollTo(0, val);
if (elapsed < SCROLL_DURATION) {
requestAnimationFrame(animateScroll);
} else {
isScrolling = false;
}
}
requestAnimationFrame(animateScroll);
}

function fireConfetti() {
const ctx = confettiCanvas.getContext('2d');
confettiCanvas.style.display = 'block';
confettiCanvas.width = window.innerWidth;
confettiCanvas.height = window.innerHeight;
const particles = [];
const colors = ['#004B93', '#C9002B', '#000000']; // Blue, Red, Black

for(let i=0; i {
ctx.fillStyle = p.c;
ctx.fillRect(p.x, p.y, 8, 8);
p.x += p.vx;
p.y += p.vy;
if(p.y < confettiCanvas.height) active = true;
});
if(active) requestAnimationFrame(draw);
else confettiCanvas.style.display = 'none';
}
draw();
}

Helpful Freebie Mom Guides

Keep going

More Freebie Mom guides worth checking

Instant Win GamesQuick plays, fast prizes, and daily chances.Best Sweepstakes to Enter TodayStart with the strongest current prizes.Sweepstakes DatabaseSearch active sweeps by prize, deadline, and entry type.