Back to: 🎯 Phonics
Level5-Unit 1
🎧 unit-1-sounds-level-5
.intro-container {
max-width: 100%;
margin: 20px auto;
padding: 20px;
background: #f0f7ff;
border-radius: 15px;
text-align: center;
}
.intro-title {
font-size: 24px;
margin-bottom: 15px;
color: #333;
}
.intro-audio {
width: 100%;
max-width: 100%;
height: 50px;
display: block;
}
/* MOBILE: 768px وأقل */
@media (max-width: 768px) {
.intro-container {
padding: 15px;
margin: 15px auto;
}
.intro-title {
font-size: 20px;
margin-bottom: 12px;
}
.intro-audio {
height: 45px;
}
}
/* MOBILE: 480px وأقل */
@media (max-width: 480px) {
.intro-container {
padding: 12px;
margin: 10px auto;
}
.intro-title {
font-size: 16px;
margin-bottom: 10px;
}
.intro-audio {
height: 40px;
}
}
/* MOBILE: 360px وأقل */
@media (max-width: 360px) {
.intro-title {
font-size: 14px;
}
.intro-audio {
height: 35px;
}
}
Phonics Series
Level 5 • Unit 1
Vowel Combinations, Pronunciation Equivalences & The Schwa Sound
The “R-Controlled” Vowels (er, ir, or, ur)
These vowel teams make similar sounds when followed by the letter R:
er
Her
Mercy
Mother
Term
ir
First
Girl
Firm
or
Word
Worry
Work
ur
Burn
Turn
Curl
Sounds Alike! (Pronunciation Equivalences & Schwa)
Sometimes, different letter combinations make the exact same sound!
Rule: er = or
In these words, the ending or is pronounced like er:
Spelled with “er”
center sister Fern mother
danger number baker scatter
holler after jerk serve
verb tiger
Spelled with “or” ➔ sounds like /er/
tractor doctor
sailor navigator
sector tailor
visitor
Rule: Ur = ir
These spelling patterns sound exactly the same:
nurse purse purple turtle
curtain hurt fur urchin
beef burger turkey Thursday
Rule: On = en
lemon melon person million lion
Rule: To = te
today tonight tomorrow
Rule: Ot = et
pilot carrot parrot
Short U Sound
cut nut bun fun gum
/* Container & Base Styling */
.level5-container {
max-width: 1100px;
margin: 20px auto;
font-family: -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, sans-serif;
direction: ltr;
color: #2b2d42;
}
/* Header Banner */
.level5-banner {
background-color: #1c2541;
padding: 30px;
border-radius: 12px;
text-align: center;
color: #ffffff;
margin-bottom: 25px;
box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}
.banner-badge-v5 {
background-color: #52b788; /* Forest Mint badge */
color: #1c2541;
display: inline-block;
padding: 4px 12px;
border-radius: 20px;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
margin-bottom: 10px;
}
.banner-title-v5 {
margin: 0;
font-size: 26px;
font-weight: 700;
}
.banner-subtitle-v5 {
margin: 5px 0 0 0;
font-size: 15px;
color: #a5a9b8;
}
/* Cards Styling */
.section-card-v5 {
background: #ffffff;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 4px 15px rgba(0,0,0,0.04);
border: 1px solid #e2e8f0;
margin-bottom: 25px;
}
.border-green-v5 { border-top: 5px solid #2d6a4f; }
.border-gold-v5 { border-top: 5px solid #d4a373; }
.card-header-v5 {
padding: 15px 20px;
color: #ffffff;
text-align: center;
}
.bg-green-v5 { background-color: #2d6a4f; }
.bg-gold-v5 { background-color: #d4a373; }
.card-header-v5 h3 {
margin: 0;
font-size: 17px;
font-weight: bold;
}
.card-body-v5 {
padding: 25px;
}
.section-intro {
font-size: 14.5px;
color: #555c68;
margin: 0 0 20px 0;
text-align: left;
}
/* Four Column Vowel Grid (Section 1) */
.vowel-grid-four {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
gap: 15px;
}
.vowel-col {
background-color: #fafbfc;
border: 1px solid #e2e8f0;
border-radius: 8px;
padding: 15px;
text-align: center;
}
.vowel-header {
font-size: 22px;
font-weight: bold;
margin-bottom: 12px;
padding-bottom: 8px;
border-bottom: 2px solid;
}
.col-er .vowel-header { color: #2d6a4f; border-color: #2d6a4f; }
.col-ir .vowel-header { color: #52b788; border-color: #52b788; }
.col-or .vowel-header { color: #d4a373; border-color: #d4a373; }
.col-ur .vowel-header { color: #b5838d; border-color: #b5838d; }
.vowel-word {
font-size: 17px;
color: #2b2d42;
padding: 6px 0;
font-weight: 500;
}
.vowel-word b {
color: #e63946; /* Highlight er/ir/or/ur letters in red */
}
/* Masonry Rules Layout (Section 2) */
.rules-masonry-v5 {
display: flex;
flex-direction: column;
gap: 20px;
}
.rule-subcard-v5 {
background-color: #fafbfc;
border: 1px solid #e2e8f0;
border-radius: 8px;
padding: 20px;
text-align: left;
}
.rule-title-v5 {
font-size: 16px;
font-weight: bold;
color: #1c2541;
margin-bottom: 5px;
border-left: 4px solid #d4a373;
padding-left: 10px;
}
.rule-explanation {
font-size: 13px;
color: #64748b;
margin: 0 0 12px 0;
}
/* Splitting ER and OR spelling list */
.spelling-split {
display: flex;
gap: 15px;
flex-wrap: wrap;
}
.split-half {
flex: 1;
min-width: 250px;
background: #ffffff;
border: 1px solid #e2e8f0;
padding: 15px;
border-radius: 6px;
}
.split-half h5 {
margin: 0 0 10px 0;
font-size: 13px;
color: #475569;
font-weight: bold;
border-bottom: 1px solid #e2e8f0;
padding-bottom: 5px;
}
.highlight-bg-or {
background-color: #fdfaf6;
border-color: #fddcbb;
}
.highlight-bg-or h5 {
color: #c27803;
border-color: #fddcbb;
}
/* Pill Buttons Group */
.pill-group-v5 {
display: flex;
flex-wrap: wrap;
gap: 6px;
}
.pill-group-v5 span {
padding: 4px 10px;
background-color: #f1f5f9;
border-radius: 15px;
font-size: 13.5px;
color: #334155;
border: 1px solid #e2e8f0;
}
.pill-group-v5 span.or-special {
background-color: #ffffff;
border-color: #fddcbb;
color: #c27803;
font-weight: bold;
}
/* Minor Rules Grid */
.minor-rules-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 15px;
}
.minor-rule-box {
background-color: #ffffff;
border: 1px solid #e2e8f0;
border-radius: 8px;
padding: 15px;
text-align: left;
}
.minor-rule-title {
font-size: 14px;
font-weight: bold;
color: #1c2541;
margin-bottom: 10px;
border-bottom: 1px dashed #e2e8f0;
padding-bottom: 5px;
}
🌍 Learn more
🎵
اختر زرًا لتشغيل الفيديو
▶️
اضغط على أي زر أدناه لعرض الفيديو
.video-learn-container {
max-width: 100%;
margin: 20px auto;
padding: 20px;
}
.video-learn-title {
font-size: 24px;
text-align: center;
margin-bottom: 20px;
color: #333;
}
.phonics-player {
max-width: 100%;
margin: 0 auto;
padding: 24px;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
border-radius: 20px;
box-shadow: 0 10px 40px rgba(102, 126, 234, 0.2);
color: #fff;
}
.phonics-header {
display: flex;
align-items: center;
gap: 12px;
margin-bottom: 20px;
}
.phonics-icon {
font-size: 32px;
animation: bounce 2s infinite;
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
40% { transform: translateY(-10px); }
60% { transform: translateY(-5px); }
}
.phonics-current-name {
font-size: 20px;
font-weight: 800;
color: #fff;
text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
.phonics-video-shell {
position: relative;
width: 100%;
padding-top: 56.25%;
border-radius: 15px;
overflow: hidden;
background: #000;
margin-bottom: 20px;
box-shadow: inset 0 0 15px rgba(0,0,0,0.5);
}
.phonics-video-player,
.phonics-video-iframe,
.phonics-video-placeholder {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
border: 0;
}
.phonics-video-placeholder {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
color: #fff;
font-size: 16px;
padding: 20px;
text-align: center;
background: linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,0,0,0.7));
}
.placeholder-icon {
font-size: 48px;
margin-bottom: 12px;
}
.placeholder-text {
font-weight: 600;
}
.phonics-video-player {
display: none;
background: #000;
}
.phonics-video-iframe {
display: none;
}
.phonics-controls {
display: flex;
flex-wrap: wrap;
gap: 10px;
justify-content: center;
}
.phonics-button {
padding: 12px 16px;
border: none;
border-radius: 12px;
background: linear-gradient(45deg, #ff6b6b, #ffa500);
color: #fff;
font-size: 14px;
font-weight: 700;
cursor: pointer;
transition: all 0.25s ease;
box-shadow: 0 4px 15px rgba(255, 107, 107, 0.2);
min-width: 80px;
}
.phonics-button:hover {
transform: translateY(-2px);
background: linear-gradient(45deg, #ff5252, #ff8c00);
}
.phonics-button.active {
background: linear-gradient(45deg, #4ecdc4, #44a08d);
box-shadow: 0 8px 25px rgba(78, 205, 196, 0.3);
}
/* MOBILE: 768px وأقل */
@media (max-width: 768px) {
.phonics-player {
padding: 16px;
}
.phonics-current-name {
font-size: 16px;
}
.phonics-button {
font-size: 12px;
padding: 10px 12px;
min-width: 70px;
}
}
/* MOBILE: 480px وأقل */
@media (max-width: 480px) {
.video-learn-container {
padding: 12px;
margin: 10px auto;
}
.video-learn-title {
font-size: 16px;
margin-bottom: 15px;
}
.phonics-player {
padding: 12px;
}
.phonics-header {
flex-direction: column;
text-align: center;
}
.phonics-icon {
font-size: 24px;
}
.phonics-current-name {
font-size: 14px;
}
.phonics-controls {
gap: 6px;
}
.phonics-button {
font-size: 11px;
padding: 8px 10px;
min-width: 60px;
flex: 1 1 50px;
}
}
/* MOBILE: 360px وأقل */
@media (max-width: 360px) {
.phonics-button {
font-size: 10px;
padding: 6px 8px;
min-width: 50px;
}
}
🎧 level 5 unit 1
| Vocabulary for Level 5 | ||
|---|---|---|
| Unit 1 | ||
| Carpenter | Farmer | Speaker |
| Parsley | Sailor | Hanger |
| Artist | Whisper | Whichever |
| Marching | Purple | Firefighter |
| Arthropod | Circle | Shopkeeper |
| Pharmacy | Never | Dreamcatcher |
| Sarcastic | Doctor | Purple |
| Harvest | Urchin | Burning |
| Article | Pursue | Performance |
| Partner | Birthplace | Surgery |
| Hardware | Perfume | Perfect |
| Marketplace | Burbage | Mercy |
| Largely | Factor | Cursing |
| Yard Sale | Survive | Purse |
| Party | Publisher | Mermaid |
| Hardship | Spencer | Percent |
| Narcissist | Further | Derive |
| Farther | Tailor | Merger |
| Faraway | Clerk | Fertilize |
| Carter | Master | Terminate |
| Harshly | Preserve | Surrender |
| Tarnish | Entertain | Mirror |
/* حاوية الجدول لجعل التصميم متجاوباً ومتوافقاً مع الجوال */
.level5-vocab-container {
width: 100%;
overflow-x: auto;
margin: 20px 0;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
border-radius: 10px;
direction: ltr;
}
/* التصميم العام للجدول */
.vocab-table-v5 {
width: 100%;
border-collapse: collapse;
font-family: -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, sans-serif;
background-color: #ffffff;
text-align: center;
border: 1px solid #cbd5e1;
}
/* رأس الجدول الرئيسي (Vocabulary for Level 5) */
.main-header-row-v5 th {
background-color: #1e3a8a; /* أزرق كحلي داكن */
color: #ffffff;
font-size: 24px;
padding: 18px;
letter-spacing: 0.5px;
font-weight: bold;
border-bottom: 2px solid #172554;
}
/* رأس الجدول الفرعي (Unit 1) */
.sub-header-row-v5 th {
background-color: #93c5fd; /* أزرق سماوي ناعم */
color: #1e3a8a;
font-size: 20px;
padding: 12px;
font-weight: bold;
border-bottom: 2px solid #60a5fa;
}
/* تصميم صفوف الكلمات */
.vocab-table-v5 td {
padding: 12px 15px;
color: #1e293b;
font-size: 15.5px;
border-bottom: 1px solid #e2e8f0;
border-right: 1px solid #e2e8f0;
font-weight: 500;
}
/* إلغاء الحد الأيمن للعمود الأخير */
.vocab-table-v5 td:last-child {
border-right: none;
}
/* تلوين خلفيات الصفوف بالتناوب المريح للعين */
.vocab-table-v5 tbody tr:nth-child(even) {
background-color: #fafbfc;
}
/* إضافة تلميح لوني خفيف جداً للأعمدة لمساعدة العين أثناء القراءة */
.vocab-table-v5 tbody td:nth-child(odd) {
background-color: rgba(147, 197, 253, 0.02);
}
/* تأثير مرور مؤشر الماوس */
.vocab-table-v5 tbody tr:hover {
background-color: #f1f5f9;
transition: background-color 0.15s ease;
}