@keyframes siteFooterFeaturedTitleShimmer { 0%, 100% { background-position: 0% center; } 50% { background-position: 100% center; } } @keyframes siteFooterFeaturedKickerPulse { 0%, 100% { transform: scale(1); opacity: 0.88; } 50% { transform: scale(1.06); opacity: 1; } } .footer a { color: rgba(124,247,255,.92); text-decoration: none; font-weight: 700; } .footer a:hover { text-decoration: underline; } .footerAbout .aboutShowcase { display: grid; grid-template-columns: repeat(1, minmax(0, 1fr)); gap: 10px; margin-top: 6px; width: 100%; align-self: stretch; text-align: start; } @media (min-width: 720px) { .footerAbout .aboutShowcase { grid-template-columns: repeat(3, 1fr); } } .footerAbout .aboutCard { border: 1px solid var(--line); border-radius: 14px; padding: 14px; background: rgba(255,255,255,.04); transition: transform .22s ease, border-color .2s ease, box-shadow .22s ease; border-color: rgba(124, 247, 255, 0.22); background: rgba(0, 0, 0, 0.2); } .footerAbout .aboutCard:hover { transform: translateY(-4px); border-color: rgba(124,247,255,.38); box-shadow: 0 14px 36px rgba(0,0,0,.28); } .footerAbout .aboutIcon { font-size: 28px; margin-bottom: 8px; filter: drop-shadow(0 0 10px rgba(124,247,255,.25)); } .footerAbout .aboutCard h5 { margin: 0 0 6px; font-size: 15px; color: #fff; } .footerAbout .aboutCard p { margin: 0; font-size: 13px; line-height: 1.65; color: var(--muted); } .footer { margin-top: 22px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.03); padding: clamp(18px, 4vw, 22px) clamp(12px, 4vw, 18px) clamp(18px, 3vw, 20px); width: 100%; max-width: 100%; margin-left: 0; margin-right: 0; box-sizing: border-box; min-width: 0; flex-shrink: 0; overflow-anchor: none; } .footerGrid { display: grid; grid-template-columns: repeat(1,minmax(0,1fr)); gap: 22px 28px; align-items: stretch; } @media (min-width: 900px) { .footerGrid { grid-template-columns: minmax(0, 3fr) minmax(0, 1fr); } } .footerAbout { min-width: 0; display: flex; flex-direction: column; } .footerAboutInner { flex: 1 1 auto; display: flex; flex-direction: column; align-items: center; min-height: min-content; border: 1px solid rgba(124, 247, 255, 0.16); border-radius: 20px; padding: 26px 22px 28px; background: radial-gradient(900px 320px at 100% 0%, rgba(124, 247, 255, 0.12), transparent 55%), radial-gradient(800px 280px at 0% 100%, rgba(162, 91, 255, 0.1), transparent 50%), linear-gradient(175deg, rgba(8, 12, 28, 0.55), rgba(10, 18, 42, 0.42)); box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.06); } .footerAboutKicker { display: block; text-align: center; font-size: 26px; line-height: 1; margin-bottom: 14px; filter: drop-shadow(0 0 16px rgba(124, 247, 255, 0.4)); animation: siteFooterFeaturedKickerPulse 3.2s ease-in-out infinite; } .footerBrandTitle { margin: 0 0 0; text-align: center; font-size: clamp(24px, 3.2vw, 34px); font-weight: 900; letter-spacing: 0.03em; line-height: 1.2; } .footerBrandTitleText { display: inline-block; background: linear-gradient(115deg, #ffffff 0%, #a8fbff 35%, #c9b0ff 70%, #ffc8f0 100%); background-size: 200% auto; -webkit-background-clip: text; background-clip: text; color: transparent; animation: siteFooterFeaturedTitleShimmer 10s ease-in-out infinite; } .footerBrandLine { height: 3px; max-width: 280px; margin: 20px auto 22px; border-radius: 999px; background: linear-gradient(90deg, transparent, rgba(124, 247, 255, 0.75), rgba(162, 91, 255, 0.55), transparent); opacity: 0.9; } .footerLead { width: min(100%, 40rem); max-width: 40rem; margin: 0 0 26px; padding: 0 12px; box-sizing: border-box; font-size: 16px; line-height: 2.05; color: rgba(255, 255, 255, 0.86); font-weight: 500; text-align: center; text-wrap: balance; } @media (prefers-reduced-motion: reduce) { .footerAboutKicker, .footerBrandTitleText { animation: none; } .footerBrandTitleText { color: var(--primary); background: none; -webkit-background-clip: unset; background-clip: unset; } } .footerLinksRail { display: flex; flex-direction: column; justify-content: center; gap: 22px; min-width: 0; min-height: 0; height: 100%; box-sizing: border-box; padding: 22px 18px; border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 16px; background: rgba(5, 9, 22, 0.45); } .footerLinksRail .footerMiniCol { flex: 0 0 auto; } @media (min-width: 520px) and (max-width: 899px) { .footerLinksRail { flex-direction: row; flex-wrap: wrap; align-items: flex-start; justify-content: center; } .footerLinksRail .footerMiniCol { flex: 1 1 min(280px, calc(50% - 12px)); } } .footerMiniCol { min-width: 0; } .footerColTitle { margin: 0 0 14px; padding-bottom: 10px; border-bottom: 1px solid rgba(255, 200, 140, 0.2); font-size: 16px; font-weight: 900; letter-spacing: 0.04em; color: rgba(255, 216, 170, 0.98); text-shadow: 0 0 24px rgba(255, 140, 180, 0.22); } html[dir="ltr"] .footerColTitle { text-transform: uppercase; letter-spacing: 0.08em; font-size: 13px; color: rgba(255, 220, 185, 0.96); } .footerColTitle a { color: inherit; text-decoration: none; transition: color .2s ease, text-shadow .2s ease, filter .2s ease; } .footerColTitle a:hover { color: #fff8f0; text-shadow: 0 0 18px rgba(255, 180, 120, 0.45); filter: brightness(1.06); } .footerMiniCol ul { margin: 4px 0 0; padding: 0; list-style: none; display: grid; gap: 12px; } .footerMiniCol li { position: relative; padding-inline-start: 18px; font-size: 14px; line-height: 1.6; } .footerMiniCol li::before { content: ""; position: absolute; inset-inline-start: 0; top: 0.62em; width: 6px; height: 6px; border-radius: 999px; background: linear-gradient(145deg, rgba(255, 200, 130, 0.95), rgba(255, 120, 190, 0.9)); box-shadow: 0 0 10px rgba(255, 150, 160, 0.55), 0 0 6px rgba(124, 247, 255, 0.2); border: 1px solid rgba(255, 255, 255, 0.25); } .footer p, .footer li { color: var(--muted); font-size: 15px; line-height: 1.9; margin: 0; } .footerMiniCol a { color: rgba(124, 247, 255, 0.88); text-decoration: none; font-weight: 700; transition: color .18s ease, text-shadow .18s ease; } .footerMiniCol a:hover { color: #fff; text-shadow: 0 0 14px rgba(124, 247, 255, 0.35); text-decoration: none; } .footer ul { margin: 0; padding: 0; list-style: none; } .footerBottom { margin-top: 12px; padding-top: 10px; border-top: 1px dashed var(--line); color: rgba(255,255,255,.55); font-size: clamp(12px, 3.4vw, 14px); line-height: 1.5; text-align: center; overflow-wrap: anywhere; padding-inline: 4px; } @media (max-width: 768px) { .footerAboutInner { padding: 20px clamp(12px, 4vw, 18px) 22px; border-radius: 16px; } .footerAboutKicker { font-size: 22px; } .footerLead { font-size: 15px; line-height: 1.85; padding-inline: clamp(4px, 2vw, 10px); } .footerLinksRail { padding: clamp(16px, 4vw, 22px) clamp(12px, 3vw, 18px); } .footer p, .footer li { font-size: 14px; } } @media (max-width: 480px) { .footerGrid { gap: 18px; } .footerAbout .aboutShowcase { gap: 8px; } .footerMiniCol li { font-size: 13px; } } html { overflow-x: hidden; max-width: 100%; scrollbar-gutter: stable; } body { padding-bottom: env(safe-area-inset-bottom, 0px); } /* تجاهل تأثير .reveal على التذييل حتى لا يبقى شفافاً قبل IntersectionObserver */ .footer.reveal { opacity: 1; transform: none; transition: none; } .footerSocialLinks { display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: 4px; margin-bottom: 22px; flex-wrap: wrap; } .socialLink { width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line); display: inline-flex; align-items: center; justify-content: center; color: #fff; background: rgba(255,255,255,.06); font-size: 19px; text-decoration: none; transition: transform .22s cubic-bezier(.2,.8,.28,1), border-color .2s ease, box-shadow .2s ease, background .2s ease; } .socialLink:hover, .socialLink:focus-visible { transform: translateY(-3px) scale(1.08); border-color: rgba(124,247,255,.65); box-shadow: 0 0 20px rgba(124,247,255,.4); background: rgba(124,247,255,.14); outline: none; color: #fff; } .socialLink span { line-height: 1; display: inline-flex; align-items: center; justify-content: center; }
المتجر
تسجيل الدخول حساب جديد
English

برنامج الجملة

هذه صفحة يمكن تحريرها من لوحة التحكم (CMS).