Jazz Foundations: Building Blocks of Jazz
This beginner-friendly course introduces the foundational movements of jazz dance. From snappy bends and rises to iconic Fosse walks and isolations, you'll learn the essential techniques to build your confidence and rhythm.
Course 1Classic Jazz Moves: Beginner Level 2
Step into the groove with this course featuring old-school jazz styles, shimmying sugars, and classic jazz squares. You'll learn dynamic moves like pirouette preparation and soutenu turns, all while mastering combos designed to elevate your skills.
Course 2Jazz Evolution: Intermediate Level 1
Elevate your technique with jazz classics like the Cake Walk, Charleston, and body rolls. This course dives into leaps, spins, and splits, preparing you for intermediate-level choreography. Perfect for dancers looking to take their jazz skills to the next level.
Course 3Jazz Mastery: Intermediate Level 2
Push your technique with leaps, kicks, and turns that will bring drama and style to your dancing. From stag leaps to layouts and hitch kicks, this course will give you "legs for days" as you finesse your technique and develop performance confidence.
Course 4Advanced Jazz: Dynamic Performance Techniques
Ready to shine? This course introduces high-level skills like barrel turns, tilt jumps, and firebird leaps. Advanced combos like thread-the-needle and scorpion planks will challenge your strength, flexibility, and artistry.
Course 5.jazz-dance-courses { --primary-yellow: #FBB040; --primary-blue: #19A8CC; --primary-red: #EC1C24; --background-cream: #F7F6F3; --text-black: #000000; } .jazz-dance-courses .courses-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 2rem; margin: 2rem auto; max-width: 1200px; padding: 0 1rem; } .jazz-dance-courses .summary-card { background: white; border-radius: 20px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55); overflow: hidden; position: relative; } .jazz-dance-courses .summary-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 8px; } /* Blue tops for Course 1 & 2 */ .jazz-dance-courses .summary-card:nth-child(1)::before, .jazz-dance-courses .summary-card:nth-child(2)::before { background: var(--primary-blue); } /* Yellow tops for Course 3 & 4 */ .jazz-dance-courses .summary-card:nth-child(3)::before, .jazz-dance-courses .summary-card:nth-child(4)::before { background: var(--primary-yellow); } /* Red top for Course 5 */ .jazz-dance-courses .summary-card:nth-child(5)::before { background: var(--primary-red); } .jazz-dance-courses .summary-card:hover { transform: translateY(-8px); box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1); } .jazz-dance-courses .summary-content { padding: 2rem; } .jazz-dance-courses .summary-title { font-size: 1.8rem; font-weight: 800; margin-bottom: 1rem; position: relative; padding-left: 3rem; } .jazz-dance-courses .summary-title::before { content: attr(data-number); position: absolute; left: 0; width: 40px; height: 40px; background: var(--primary-yellow); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-size: 1.2rem; } .jazz-dance-courses .summary-button { display: inline-block; background: var(--primary-blue); color: white !important; padding: 1rem 2rem; border-radius: 12px; font-weight: bold; text-decoration: none; text-transform: uppercase; letter-spacing: 1px; transition: all 0.3s ease; margin-top: 1.5rem; } .jazz-dance-courses .summary-button:hover { background: var(--primary-red); transform: translateY(-2px); } @media (max-width: 768px) { .jazz-dance-courses .courses-grid { grid-template-columns: 1fr; } }