<!DOCTYPE html>
<html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>21 Days English Grammar Mastery Course</title>
<style>
body {
margin: 0;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background: linear-gradient(to right, #00c6ff, #0072ff);
color: #fff;
}
.container {
padding: 40px 20px;
max-width: 800px;
margin: auto;
background: rgba(0, 0, 0, 0.6);
border-radius: 20px;
}
h1, h2, h3 {
text-align: center;
color: #ffd700;
}
ul {
list-style: none;
padding: 0;
}
ul li::before {
content: '✔';
margin-right: 10px;
color: #00ffcc;
}
.highlight {
color: #00ffcc;
font-weight: bold;
}
.cta {
background: #ffd700;
color: #000;
padding: 15px;
text-align: center;
font-size: 1.3em;
margin-top: 20px;
border-radius: 10px;
}
.cta a {
color: #000;
text-decoration: none;
font-weight: bold;
}
.contact {
margin-top: 20px;
text-align: center;
font-size: 1.1em;
}
</style>
</head>
<body>
<div class="container">
<h1>21 दिवसांत इंग्रजी शिकवा – A to Z Grammar Mastery Course</h1>
<h2>Batch: 19th April to 8th May 2025</h2>
<h3>Daily Live Zoom Classes | 1.30 PM to 3.00 PM</h3>
<ul>
<li>Complete English Grammar from Basics</li>
<li>Live Zoom Classes – Daily 1.5 Hours</li>
<li>PDF Notes after every session</li>
<li>Class Recordings – Lifetime Access</li>
<li>WhatsApp Personal Support</li>
<li>Grammar Practice Tests & Certificate</li>
<li>Medium: <span class="highlight">Marathi + Simple English</span></li>
<li>For <span class="highlight">Std 5th to 12th, CBSE & State Board, Competitive Exams</span></li>
<li>18 Years of Experience | 1000+ Students Trained</li>
</ul>
<h3>कोर्सची गॅरंटी: हा कोर्स केल्यावर इंग्रजी शिकण्यासाठी दुसरा कोर्स लागणारच नाही!</h3>
<div class="cta">
<p>कोर्स फी: ₹1500 (Special Offer)</p>
<p><a href="https://yourpaymentlink.com" target="_blank">Enroll Now</a></p>
</div>
<div class="contact">
<p>For More Info: Ravindra Sir – 8668536263</p>
</div>
</div>
</body>
</html>