AI Art Video Course

0
Disclosure

AI Art VideoCourse PLR – Private Label Rights
body {
margin: 0;
background: #0d0d0d;
font-family: “Inter”, sans-serif;
color: #f3f3f3;
line-height: 1.6;
}
a { color: #22c55e; text-decoration: none; }
h1, h2, h3 { color: #fff; }
.container {
max-width: 1100px;
margin: auto;
padding: 40px 20px;
}
/* HERO */
.hero {
display: flex;
justify-content: space-between;
align-items: center;
gap: 40px;
padding: 80px 20px;
}
.hero-badge {
display: inline-block;
padding: 6px 14px;
background: #22c55e22;
border: 1px solid #22c55e;
border-radius: 6px;
margin-bottom: 20px;
font-size: 14px;
}
.hero h1 {
font-size: 46px;
line-height: 1.1;
}
.hero-sub {
font-size: 20px;
opacity: 0.9;
margin-top: 20px;
}
.hero img {
width: 430px;
border-radius: 12px;
box-shadow: 0 0 25px #000;
}
.cta-btn {
display: inline-block;
margin-top: 30px;
padding: 18px 32px;
font-size: 20px;
background: #22c55e;
font-weight: 700;
color: #000;
border-radius: 10px;
}
/* TRUST BADGES */
.trust {
text-align: center;
opacity: 0.85;
margin-top: 10px;
}
/* SECTIONS */
.section-title {
text-align: center;
font-size: 36px;
margin-bottom: 10px;
}
.section-sub {
text-align: center;
opacity: 0.85;
max-width: 800px;
margin: auto;
line-height: 1.5;
}
/* CARDS */
.cards {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px,1fr));
gap: 25px;
margin-top: 40px;
}
.card {
background: #181818;
padding: 25px;
border-radius: 14px;
border: 1px solid #222;
}
.card ul { margin-left: 20px; }
/* VALUE BOX */
.value-box {
background: #121212;
border-radius: 14px;
border: 1px solid #22c55e44;
padding: 40px;
text-align: center;
margin-top: 70px;
}
.price {
font-size: 48px;
color: #22c55e;
font-weight: 800;
margin: 20px 0;
}
/* IMAGES GRID */
.image-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
gap: 25px;
margin-top: 40px;
}
.image-grid img {
width: 100%;
border-radius: 12px;
box-shadow: 0 0 20px #000;
}
/* FAQ */
.faq-item {
background: #181818;
border-radius: 12px;
padding: 20px;
border: 1px solid #222;
margin-bottom: 15px;
}
/* STICKY CTA */
.sticky-cta {
position: fixed;
bottom: 0;
left: 0;
right: 0;
background: #22c55e;
padding: 15px;
text-align: center;
z-index: 9999;
}
.sticky-cta a {
font-size: 20px;
font-weight: 800;
color: #000;
}
/* EXIT POPUP */
#exitPopup {
position: fixed;
top: 0; left: 0; right: 0; bottom: 0;
background: rgba(0,0,0,0.85);
display: none;
justify-content: center;
align-items: center;
z-index: 99999;
}
.popup {
background: #1b1b1b;
border-radius: 12px;
border: 1px solid #22c55e;
padding: 40px;
text-align: center;
max-width: 460px;
}
.popup button {
margin-top: 20px;
padding: 12px 20px;
background: #22c55e;
color: #000;
font-weight: 700;
border: none;
border-radius: 8px;
cursor: pointer;
}
/* FOOTER */
footer {
margin-top: 80px;
padding: 40px;
text-align: center;
font-size: 14px;
background: #0c0c0c;
opacity: 0.8;
}
@media(max-width:900px){
.hero { flex-direction: column; text-align: center; }
.hero img { width: 100%; max-width: 420px; }
}

Full PLR + MRR Included

AI Art VideoCourse PLR

Unlock 11 high-quality AI Art video lessons with full Private Label Rights — rebrand, resell and profit from the booming AI art revolution!

Get Instant Access for $17

Instant Digital Delivery • Full PLR Rights • 60-Day Money Back Guarantee

The Future of Creativity Starts Here

The world of AI-generated art is exploding — and this PLR video course gives you everything you need to teach, profit, or elevate your own brand with cutting-edge AI art education.

What You Get Inside

🎨 11 High-Quality AI Art Videos

Dive deep into AI-generated art, tools, workflows, creative applications and more.

🚀 Full PLR Rights

  • Rebrand & edit
  • Sell as your own
  • Keep 100% profit
  • Bundle with your other products

📈 Monetization Power

  • Sell the course
  • Use in memberships
  • Turn into eBooks or blog series
  • Create presentations or digital products

🔥 Endless Customization

You have full control — rename, redesign, repackage, redistribute.

Build Your Own AI Art Empire

Rebrand • Resell • Profit with full PLR + MRR rights

$17

Get Instant Access Now

60-Day Money-Back Guarantee Included

Why This PLR Package Is So Valuable

📊 High-Demand Market

AI Art is one of the fastest-growing niches — jump in while demand is skyrocketing.

💰 100% Profit

Sell the videos at any price and keep all revenue.

📚 Teaching & Authority

Use the videos for courses, community content, YouTube, workshops, and more.

FAQ

Do I get PLR & MRR rights?

Yes — you may edit, rebrand, sell, bundle, and distribute freely.

How do I receive the product?

You get instant download access immediately after checkout.

Is there a guarantee?

Yes — full 60-day money-back guarantee.

Can I resell it under my own name?

Absolutely — full Private Label Rights included.


© AI Art VideoCourse PLR. All rights reserved.

Privacy Policy |
Terms and Conditions |
Legal Notice

Get Instant Access for $17

Wait — Don’t Miss Out!

Grab the full AI Art VideoCourse PLR for only $17.

Get Access Now
Close

document.getElementById(“year”).innerText = new Date().getFullYear();
let popupShown = false;
document.addEventListener(“mouseout”, function(e){
if (!popupShown && e.clientY < 50) {
popupShown = true;
document.getElementById("exitPopup").style.display = "flex";
}
});
function closePopup() {
document.getElementById("exitPopup").style.display = "none";
}

Some of the links shared in this post are affiliate links. If you click on the link & make any purchase, we will receive an affiliate commission at no extra cost of you.

User Reviews

0.0 out of 5
0
0
0
0
0
Write a review

There are no reviews yet.

Be the first to review “AI Art Video Course”

Your email address will not be published. Required fields are marked *

AI Art Video Course
AI Art Video Course
Banxara
Logo
dvsdsdv
Share to...