body {
	background-color: #141e30;
	padding: 0;
	margin: 0;
	font-family: 'Segoe UI', sans-serif;
  }
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #283438 inset !important;  /* لون الخلفية */
  -webkit-text-fill-color: #fff !important; /* لون الخط */
  transition: background-color 9999s ease-in-out 0s !important;
}

  .mun{
	display: none;
  }
  ::selection{
	background-color: #53339c;
	color: #ffffff;
  }
  /* ----------- HEADER ----------- */
  header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: linear-gradient(to right, #141e30, #243b55);
	padding: 14px 24px;
	color: white;
	user-select: none;
	position: sticky;
	height: 30px;
	border-radius: 0px;
	top: 0;
	z-index: 1000;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  }
  
  .logo-link {
	text-decoration: none;
	color: inherit;
  }
  
  .logo {
	display: flex;
	align-items: center;
	gap: 10px;
	z-index: 99999;
  }
  
.logo img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 999999;
  border: 3px solid transparent;
  background: conic-gradient(from 0deg, #ff006a, #e100ff, #00e1e1, #ff006a);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: 0 0 0 2px transparent;
  animation: swing-rotate 2s ease-in-out infinite;
  transform-origin: center center;
}

/* حركة تأرجح (يسار ↔ يمين) */
@keyframes swing-rotate {
  0%   { transform: rotate(0deg); }
  25%  { transform: rotate(90deg); }
  50%  { transform: rotate(0deg); }
  75%  { transform: rotate(-90deg); }
  100% { transform: rotate(0deg); }
}

  
  .logo h3 {
	z-index: 999999;
	font-family: 'Dancing Script', cursive;
	font-size: 25px;
	font-weight: 700;
	background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
	background-size: 300% 300%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: gradientFlow 5s ease infinite;
	margin: 0;
  }
  
  @keyframes gradientFlow {
	0% { background-position: 0% 50%; }
	50% { background-position: 100% 50%; }
	100% { background-position: 0% 50%; }
  }
  
  .nav-links {
	display: flex;
	gap: 20px;
  }
  
  .nav-links a {
	position: relative;
	text-decoration: none;
	color: #ddd;
	font-weight: 500;
	transition: 0.3s;
	padding: 10px;
	border-radius: 50px;
  }
  
  /* الخط السفلي */
  .nav-links a::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 5px;
	transform: translateX(-50%) scaleX(0);
	transform-origin: center;
	width: 80%;
	height: 2px;
	background-color: #fff;
	transition: transform 0.3s ease;
	border-radius: 5px;
  }
  
  /* عند التمرير */
  .nav-links a:hover::after {
	transform: translateX(-50%) scaleX(1);
  }
  
  .nav-links a:hover {
	color: #00ff88;
  }
  
  
  .menu-icon {
	font-size: 24px;
	cursor: pointer;
	display: none;
	z-index: 9999999;
	margin-left: auto;
  }
  
  /* ----------- MOBILE MENU ----------- */
  .mobile-menu {
	display: none;
  }
  
  /* ----------- RESPONSIVE ----------- */
  @media (max-width: 768px) {
	.mun{
		display: block;
	  }
	.nav-links {
	  display: none;
	}
	.mobile-menu{
		display: none;
	}
	.menu-icon{
		display: block;
	}
  
	.mobile-menu {
	  position: fixed;
	  top: 0;
	  left: 0;
	  width: 100vw;
	  height: 100vh;
	  background: linear-gradient(to bottom, #1e2a38, #111);
	  display: flex;
	  flex-direction: column;
	  align-items: center;
	  justify-content: center;
	  text-align: center;
	  z-index: 9999;
	  opacity: 0.98;
	  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);
	  transition: none;
	}
  
	.mobile-menu a {
	  padding: 20px;
	  font-size: 20px;
	  color: white;
	  text-decoration: none;
	  border-bottom: 1px solid #333;
	  width: 100%;
	  transition: background 0.3s ease;
	}
  
	.mobile-menu a:hover {
	  background: #2c3e50;
	}
  }
  

  body {
	overflow: hidden;
	font-family: sans-serif;
  }
  
 /* الغلاف */
.intro-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: radial-gradient(circle, #101820, #000);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2147483647; /* أعلى قيمة ممكنة تقريبًا */
	overflow: hidden;
	pointer-events: auto; /* يمنع التفاعل مع العناصر تحته */
  }
  
  
  /* الجسيمات */
  .particles {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url('https://img.freepik.com/free-vector/gradient-abstract-wireframe-background_23-2149009903.jpg?semt=ais_hybrid&w=740');
	background-size: cover;
	opacity: 0.2;
	pointer-events: none;
  }
  
  /* الحاوية */
  .logo-blast {
	position: relative;
	width: 200px;
	height: 200px;
	animation: pulse 2s ease-in-out infinite;
  }
  
  /* التأثير الدائري */
  .glow-ring {
	position: absolute;
	width: 200px;	
	height: 200px;	
	border-radius: 50%;
	border: 4px solid #00ffff;
	animation: rotate 3s linear infinite;
	box-shadow: 0 0 25px #00ffff88;
  }
  
  /* الشعار */
  .logo-blast img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	z-index: 2;
	object-fit: contain;
	transition: all 1s ease;
  }
  
  /* الانفجار */
  .blast-out {
	transform: scale(8);
	opacity: 0;
	filter: blur(30px);
  }
  
  /* الحركات */
  @keyframes rotate {
	0% { transform: rotate(0deg);}
	100% { transform: rotate(360deg);}
  }
  
  @keyframes pulse {
	0%, 100% { transform: scale(1);}
	50% { transform: scale(1.05);}
  }
  

  body::-webkit-scrollbar {
	width: 7px;
  }
  
  body::-webkit-scrollbar-track {
	background: #1a1f27;
	border-radius: 0px;
  }
  
  body::-webkit-scrollbar-thumb {
	background: linear-gradient(180deg, #00d9ff, #007bff);
	border-radius: 0px;
	box-shadow: inset 0 0 4px rgba(255, 255, 255, 0.2);
  }
  
  body::-webkit-scrollbar-thumb:hover {
	background: linear-gradient(180deg, #00ffff, #0066ff);
  }
  html {
	scroll-behavior: smooth;
  }
  
