/* ====== الأساسيات ====== */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;700&display=swap');

:root {
  --main-bg: #0a0a0a;
  --secondary-bg: #121212;
  --accent-red: #e50914;
  --accent-gold: #f1c40f;
  --accent-cyan: #00bcd4;
  --text-light: #f5f5f5;
}

/* ====== تنسيق الجسم ====== */
body {
  background: linear-gradient(135deg, var(--main-bg), var(--secondary-bg));
  color: var(--text-light);
  font-family: 'Cairo', sans-serif;
  margin: 0;
  padding: 0;
  direction: rtl;
  background-image: url(8.png);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
position: relative    
}

/* ====== العناوين ====== */
h1, h2, h3 {
  color: var(--accent-red);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 20px 0;
}

h1 {
  font-size: 2.5em;
  text-shadow: 0 0 10px var(--accent-red);
}

h2 {
  color: lightgray;
}

h3 {
  color: whitesmoke;
}

/* ====== النصوص ====== */
strong {
  color: #f1c40f;
  border-bottom: 3px solid var(--accent-gold);
  text-transform: uppercase;
  word-spacing: 5px;
}

/* ====== الروابط ====== */
a {
 color: var(--accent-cyan);
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover {
  color: var(--accent-gold);
text-shadow: 0 0 8px var(--accent-gold);    
  text-decoration: underline;
}

/* ====== الصور ====== */
img {
  display: block;
  max-width: 80%;
  margin: 20px auto;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
}

/* ====== القوائم ====== */
ul {
  list-style: none;
  padding: 0;
  text-align: center;
}

li {
  display: inline-block;
  margin: 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid var(--accent-cyan);
  border-radius: 50px;
  width: 200px;
  height: 50px;
  line-height: 50px;
  transition: all 0.3s ease;
}
 
li:hover {
  background: var(--accent-red);
  border-color: var(--accent-gold);
  transform: scale(1.05);
}

/* ====== الأقسام العامة ====== */
div {
  font-style: italic;
  padding: 20px;
  margin: 20px auto;
  max-width: 800px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(229, 9, 20, 0.2);

}

/* ====== تجاوب مع الموبايل ====== */
@media (max-width: 768px) {
  h1 {
    font-size: 2em;
  }

  li {
    display: block;
    width: 80%;
    margin: 10px auto;
  }

  img {
    max-width: 100%;
}
input:invalid{
background-color: red;
}
mark{
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
/* الخط الأساسي للنصوص */
body {

font-size: medium;  font-family: 'Cairo', 'Noto Sans Arabic', sans-serif;
}


/* للعناوين الكبيرة (ستايل أنمي قوي) */
h1, h2 {
  font-size: medium;
  letter-spacing: 2px;

}

/* لتأكيد الكلام أو العبارات القوية */
strong {
  font-family: 'Teko', sans-serif;
  text-transform: uppercase;
  color: gold;
}

/* للفقرات والوصف */
p {
  font-family: 'Noto Sans Arabic', sans-serif;
  font-size: 24px;
  line-height: 1.8;
}
.momo-signature-regular {
  font-family: "Momo Signature", cursive;
  font-weight: 400;
  font-style: normal;
}



