
IQUIQUI OYAAA
THE RETURN OF IKWIKWI
<div style="
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
background: rgba(255, 255, 255, 0.05);
backdrop-filter: blur(10px);
border: 4px solid rgba(255, 255, 255, 0.3);
border-radius: 20px;
padding: 2rem;
gap: 2rem;
font-family: ‘DynaPuff’, cursive;
color: #fff;
max-width: 960px;
margin: 2rem auto;
">
<!– LEFT SECTION: Movie Info –>
<div style="flex: 1 1 300px;">
<p><strong>📅 Release Date: 20TH JUNE 2025</strong></p>
<p><strong>⏳ Runtime: FULL TIME</strong></p>
<p><strong>🎭 Genre: DRAMA</strong></p>
<p><strong>🎥 Director: UCHE MBUNABO</strong></p>
<p><strong>👥 Main Cast: ANGEL UNIGWE</strong></p>
</div>
<!– RIGHT SECTION: Video Embed + Button –>
<div style="flex: 1 1 300px; text-align: center;">
<div style="
position: relative;
padding-bottom: 56.25%;
border-radius: 16px;
overflow: hidden;
background: #000;
box-shadow: 0 20px 40px rgba(106, 13, 173, 0.3);
border: 2px solid rgba(255, 215, 0, 0.4);
margin-bottom: 1rem;
">
<iframe
src="https://www.youtube.com/embed/ESxLvwXqC1Y?si=gF-KbbuWaS8IqHAe"
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none;"
allowfullscreen>
</iframe>
</div>
<a href="https://www.youtube.com/watch?v=ESxLvwXqC1Y"
target="_blank"
rel="noopener noreferrer"
style="
display: inline-flex;
align-items: center;
background: linear-gradient(135deg, #6A0DAD, #4B0082);
color: #FFD700;
padding: 0.8rem 1.8rem;
border-radius: 50px;
font-family: ‘DynaPuff’, cursive;
font-weight: 700;
font-size: 1rem;
letter-spacing: 1px;
text-transform: uppercase;
text-decoration: none;
box-shadow: 0 8px 32px rgba(106, 13, 173, 0.4), 0 0 0 1px rgba(255, 215, 0, 0.4) inset;
transition: all 0.3s ease;
"
onmouseover="this.style.transform=’translateY(-4px)’"
onmouseout="this.style.transform=’translateY(0)’">
🎥 Watch on YouTube
</a>
</div>
</div>