/**
Theme Name: glaura theme
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: glaura-theme
Template: astra
*/

#space-hero {
  position: relative;
  /* min-height: 100vh; */
  overflow: hidden;
  background: radial-gradient(ellipse at bottom, #0b0f1a 0%, #020409 100%);
}

/* الكانفس */
#spaceCanvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /* background-color: red; */
  pointer-events: none;
}

/* محتوى القسم فوق */
#space-hero > .elementor-container {
  position: relative;
  z-index: 2;
}


/* التنسيقلت الخاصة بقسم رجل الفضاء  */
#astronaut-section {
  position: relative;
  /* min-height: 100vh; */
 /* min-height: 100vh; */

  overflow: hidden;
  background: radial-gradient(circle at center, #020409 0%, #000 100%);
}

/* الكانفس */
#spaceCanvas2 {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* رائد الفضاء */
.astronaut {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 380px;
  z-index: 5;
  cursor: pointer;
  filter: drop-shadow(0 0 25px rgba(255,255,255,0.15));
}

/* انفجار الضوء */
.light-burst {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, #ffd54f, transparent 70%);
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  z-index: 4;
}

.light-burst.active {
  animation: burst 0.6s ease forwards;
}

@keyframes burst {
  0% {
    transform: translate(-50%, -50%) scale(0.2);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}


/* التنسيقلت الخاصة بقسم رجل الفضاء  */




/* تنسيقات السلاايدر شركاؤونا */
.partners-slider {
  overflow: hidden;
  width: 100%;
}

/* الحركة الأساسية */
.partners-track {
  display: flex;
  gap: 40px;
  width: max-content;
  animation: scrollLTR 20s linear infinite;
  will-change: transform;
}

/* RTL */
html[dir="rtl"] .partners-track {
  animation: scrollRTL 20s linear infinite;
}

/* ⏸️ PAUSE عند hover */
.partners-slider:hover .partners-track {
  animation-play-state: paused;
}

/* تحسين الأداء */
.partners-track:hover {
  cursor: pointer;
}

/* animation LTR */
@keyframes scrollLTR {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* animation RTL */
@keyframes scrollRTL {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(50%);
  }
}

/* العناصر */
/* الوضع الافتراضي (ديسكتوب) */
.partners-track > * {
  flex: 0 0 auto;
  width: 220px;
}

/* 📱 موبايل */
@media (max-width: 767px) {
  .partners-track > * {
    width: 140px;
  }
}
/* hover effect */
.partners-track img {
  transition: 0.3s;
  opacity: 0.85;
}

.partners-track img:hover {
  opacity: 1;
  transform: scale(1.05);
}
/* تنسيقات السلاايدر شركاؤونا */

