
@font-face {
      font-family: 'futuramdbt_bold';
      src: url('futuramdbt_bold.eot'); /* IE9 Compat Modes */
      src: url('futuramdbt_bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
           url('webfont.woff') format('woff'), /* Modern Browsers */
           url('futuramdbt_bold.otf')  format('truetype'); /* Safari, Android, iOS */
         
    }
    @font-face {
      font-family: 'zahra.arabic.bold';
      src: url('zahra.arabic.bold.eot'); /* IE9 Compat Modes */
      src: url('zahra.arabic.bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
           url('webfont.woff') format('woff'), /* Modern Browsers */
           url('zahra.arabic.bold.otf')  format('truetype'); /* Safari, Android, iOS */
         
    }
    
    html[lang="ar"] {
      direction: rtl;
      font-family: "zahra.arabic.bold", sans-serif;
    }
    
    html[lang="en"] {
      direction: ltr;
      font-family: "futuramdbt_bold", sans-serif;
    }
      
body {
        margin:0;
        padding-top: 0;
    
        background:#32327f;

        color:#d8ac46;
        direction: rtl; 
      }
       
  .navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  margin: 0;
  padding: 0;
  z-index: 10;
}

    
          .menu-btn {
            position: fixed;
            margin-top: 10px;
            margin-right: 10px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            width: 30px;
            height: 20px;
            background: transparent;
            border: none;
            cursor: pointer;
            padding: 0px;
          }
        
html[dir="rtl"] .menu-btn {
  right: 10px;
  left: auto;
}

/* وضعه يسار لما الاتجاه LTR */
html[dir="ltr"] .menu-btn {
  left: 10px;
  right: auto;
}
          .menu-btn span {
            display: block;
            height: 3px;
            width: 100%;
            background-color: #fff;
            border-radius: 2px;
            transition: all 0.3s ease;
          }
          .menu-btn.open span:nth-child(1) {
            transform: rotate(45deg) translate(5px, 5px);
          }
          .menu-btn.open span:nth-child(2) {
            opacity: 0;
          }
          .menu-btn.open span:nth-child(3) {
            transform: rotate(-45deg) translate(5px, -5px);
          }

          .full-screen-menu {
            position: fixed;
            top: 0;
            left: 0;
            width: 100vw;
            height: 100%; 
            background-color: #32327f;
            overflow-y: auto;
            -webkit-overflow-scrolling: touch;
            display: flex;
            flex-direction: column; 
            align-items: center;    
          
            opacity: 0;
            pointer-events: none;
            z-index: 999;
        
            padding-bottom: 300px; 
        
          
            visibility: hidden;
            transition: opacity 0.4s ease;
          }
        
          .full-screen-menu .mt-5 {
            padding-top: 100px;
            margin-bottom: 40px; 
          
          }
        
        .menu-logo {
              
                max-width: clamp(220px, 25vw, 280px);
                opacity: 0;
                transform: translateY(-20px);
                transition: opacity 0.4s ease, transform 0.4s ease;
                transition-delay: 0.05s;
                }
        .full-screen-menu.active .menu-logo {
                  opacity: 1;
                  transform: translateY(0);
                }
        
          .full-screen-menu.active {
            opacity: 1;
            pointer-events: auto;
            visibility: visible;
        
        
          }
          
          
        
          .nav-rows {
            display: flex;
            flex-direction: column;
            width: 85%;
            gap: 10px; 
            padding-bottom: 80px;
          }
          
          .nav-rows  a:not(.lang-btn) {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 25px 0;
            width: 100%;
            border-radius: 10px;

            border: 1px solid #d8ac46;
            background: linear-gradient(145deg, #3a3aad, #32327f, #2a2a6a);
          /* ✨ تدرج اللمعة على النص */
          background-clip: text;
          -webkit-background-clip: text;
          color: transparent;
          -webkit-text-fill-color: transparent;
          background-image: linear-gradient(90deg, #fff4b2, #d8ac46, #fff4b2);
          background-size: 200%;
            font-weight: bold;
            text-decoration: none;
            text-align: center;
            font-size: clamp(32px, 2vw, 50px);
            text-transform: uppercase;
        
        
            opacity: 0;
            transform: translateY(-20px);
            transition: opacity 0.4s ease, transform 0.4s ease;
          }
          /* كل عنصر يتأخر شوي */
        .nav-rows a:nth-child(1) { transition-delay: 0.1s; }
        .nav-rows a:nth-child(2) { transition-delay: 0.2s; }
        .nav-rows a:nth-child(3) { transition-delay: 0.3s; }
        .nav-rows a:nth-child(4) { transition-delay: 0.4s; }
        .nav-rows a:nth-child(5) { transition-delay: 0.5s; }
        
        
        .full-screen-menu.active .nav-rows  a:not(.lang-btn) {
          opacity: 1;
          transform: translateY(0);
        }
        



    html[lang="en"] .nav-rows  a:not(.lang-btn) {
    font-size: clamp(26px, 2vw, 40px);
  }

      .nav-rows .lang-btn {
        display: block;
        width: auto;
        padding: 5px 10px;
        background: none;      
        color: #d8ac46;       
        font-size: clamp(20px, 4vw, 30px);  
        font-weight: normal;
        text-decoration: underline;
        cursor: pointer;
        text-align: center;
        margin-top: 10px;     
      }
      
      

          .close-menu {
            position: absolute;
            top: 20px;
            right: 20px;
            font-size: 40px;
            color: #fff;
            background: none;
            border: none;
            cursor: pointer;
            z-index: 1000;
          }
          html[dir="ltr"] .close-menu {
            left: 20px;
            right: auto;
          }
      

          html[dir="rtl"] .full-screen-menu {
            text-align: right;
          }

          html[dir="ltr"] .full-screen-menu {
            text-align: left;
          }
      
      
    
      .hero-container {
        position: relative;
        width: 100%;
        height: clamp(120px, 70vh, 500px);
        overflow: hidden;
      
      }
      

.hero-video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
      }
      
      

.hero-logo {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 4;
      }
      
.hero-logo img {
        max-width: clamp(180px, 25vw, 280px);
        display: block;
      }
      
.floating-cards {
        position: relative;
        z-index: 5;
        top: -70px; /* 👈 يرفعها فوق الفيديو بدون ما يترك فراغ تحته */
        display: flex;
        gap:clamp(10px, 2vw, 18px);          /* المسافة بين الكروت */
        padding: 0 20px 40px;   /* مسافة من الحواف */
        
        overflow-x: auto;       /* يضيف سكرول أفقي إذا زادت الكروت */
        scroll-behavior: smooth; /* تمرير سلس */
        -webkit-overflow-scrolling: touch; /* دعم السحب في الموبايل */
      }
      

      .floating-cards::-webkit-scrollbar {
        display: none;
      }
      

      .card {
        flex: 0 0 auto;      
        width: clamp(150px, 28vw, 260px);       
        background: #fff;
        border-radius: 6px;
        overflow: hidden;
        box-shadow: 0 4px 12px rgba(0,0,0,0.15);
        cursor: pointer;
        transition: transform .2s ease;
        display: flex;
        flex-direction: column;
      }

      .card:hover {
        transform: translateY(-6px);
      }
      
      .card img {
        width: 100%;
        height: clamp(120px, 22vw, 170px);
        object-fit: cover;
        display: block;
      
      }
      .card a {
        display: block;
        text-decoration: none;
        color: inherit;      
      }
      .card-title {
        padding: clamp(4px, 2vw, 8px);
        font-size: clamp(15px, 2vw, 18px);
      font-weight: bold;
        background: #d8ac46;
        color: white;
      }
      
      html[dir="rtl"] .floating-cards, html[dir="rtl"] .card-title {
        direction: rtl;
        text-align: right;
      }
      
      html[dir="ltr"] .floating-cards,html[dir="ltr"] .card-title {
        direction: ltr;
        text-align: left;
      }
      
      .blue-section {
        position: relative;
        background-color: #32327f;
        z-index: 3; 
      }
      
      .blue-section::before {
        content: "";
        position: absolute;
        top: -90px;
        left: 0;
        width: 100%;
        height: 100px;
        background: linear-gradient(
          to top,
          rgba(50, 50, 127, 1),   /* نفس #32327f */
          rgba(50, 50, 127, 0.9),
          rgba(50, 50, 127, 0.7),
          rgba(50, 50, 127, 0.4),
          transparent
        );
        z-index: 4; 
        pointer-events: none;
      }
      
      
      
      
      @media (max-width: 576px) {
        body {
          padding: 0 !important;
          margin: 0 !important;
          
        }
      }
      
      .actions {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        gap: 10px;
        z-index: 6;
        position: relative;
        top: -80px; 
      
        padding:20px;
        padding-bottom: 0px;
      }
      
      
      .welcome-btn, .menu-btn-hero {
        background: #d8ac46;
        color: white;
        border: none;
        padding: clamp(3px, 2vw, 12px) clamp(15px, 2vw, 38px);
        border-radius: 70px;
      font-size: 14px;
        cursor: pointer;
        box-shadow: 0 4px 10px rgba(0,0,0,0.25);
        z-index: 5;
      }
      
 

      
      .welcome-msg {
        flex-basis: 100%;  
        font-size:clamp(15px, 1.5vw, 17px);
        line-height: 1.6;
      
        top: -10px; 
        display: none;     
        z-index: 5;
        position: relative;
      
        color:#fff;
      }
      
      .welcome-msg.show {
        display: block;
      }
      
      .video-overlay {
        position: absolute;
        bottom: 0; 
        left: 0;
        width: 100%;
        height: 20%; 
        z-index: 3;   
        background: linear-gradient(
        to top,
        rgba(14, 16, 32, 0.9),  
        rgba(14, 16, 32, 0.7),
        rgba(14, 16, 32, 0.4),
        transparent
      );
      
        pointer-events: none;
      }
      

      
      html[dir="ltr"] .welcome-msg 
      { text-align: left; }
      
      html[dir="ltr"] .welcome-msg 
      { text-align: left; }
      
      
      html[dir="rtl"] .actions {
        display: flex;
        flex-direction: row-reverse; 
        justify-content: space-between;
        align-items: center;
        gap: 10px;
      }
      

      html[dir="ltr"] .actions {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
      }
      
      .card-body{
        margin: 0;
        padding: 20px;
        margin-top: -100px;
      }
      

      
      .info-btn {
        display: inline-flex;
        align-items: center;
        gap: 7px;           
        padding: clamp(3px, 2vw, 12px) clamp(15px, 2vw, 38px);
        border-radius: 70px;
      font-size: 14px;
        border: 1px solid #fff;
        background: #fff;
        color: #32327f;
        font-weight: 700;
        cursor: pointer;
        flex-direction: row; 
        direction: ltr;   
        font-size: 15px;   
      }
      
      .info-btn .btn-text {
        direction: inherit;    
      }
      
      

      html[dir="rtl"] .info-btn {
        flex-direction: row-reverse;
      }
      

      html[dir="ltr"] .info-btn {
        flex-direction: row;
      }
      
      

      .info-card {
        padding: 20px; 
        padding-top: 3px;    
        background: #fff;
        border-radius: 10px;
        width: 100%;             
        max-width: 1500px;       
        min-width: 300px;      
        margin: 0 auto 20px;      
        box-sizing: border-box;
        color: #3c3d42;
        text-align: left;
       
        margin-top: 10px;
      }
      html[dir="rtl"] .info-card 
      
      { text-align: right; }
      

      
      html[dir="ltr"] .info-card 
      
      { text-align: left; }
      
      
      
      
      html[dir="rtl"] .info-btn-wrapper {
        display: flex;
        justify-content: flex-start;
      }
      
      html[dir="ltr"] .info-btn-wrapper {
        display: flex;
        justify-content: flex-end;
      }
      
      
      
      .social-icons a {
            color: #d8ac46;
            font-size: 24px;
            margin-right: 15px;
            text-decoration: none;
            margin-top: 20px;
          }
      .underline-link {
        text-decoration: underline; 
        color: #3c3d42;             
        cursor: pointer;
      }
      .underline-link-two {
        text-decoration:none;
        color: #3c3d42;              
        cursor: pointer;
      }

      .underline-link:hover {
        color: #3c3d42;              
      }
      
  
      .info-title {
        font-size:  clamp(17px, 2vw, 20px);
        font-weight: bold;
        margin-top: 30px;  
        margin-bottom: 9px;
        text-transform: capitalize;
      }
      
      .info-body {
        font-size:  clamp(15px, 2vw, 18px);
        margin: 0 0 5px 0;
        text-decoration: none;
      }

      html[dir="rtl"] .welcome-msg.show + .info-btn-wrapper,
      html[dir="rtl"] .welcome-msg.show ~ .info-btn-wrapper {
        width: 100%;
        text-align: right;    
        display: block !important;
      }
      
      html[dir="rtl"] .welcome-msg.show + .info-btn-wrapper button,
      html[dir="rtl"] .welcome-msg.show ~ .info-btn-wrapper button {
        float: right;         
      }
      
      
      html[dir="ltr"] .welcome-msg.show + .info-btn-wrapper,
      html[dir="ltr"] .welcome-msg.show ~ .info-btn-wrapper {
        width: 100%;
        text-align: left;
        display: block !important;
      }
      
      html[dir="ltr"] .welcome-msg.show + .info-btn-wrapper button,
      html[dir="ltr"] .welcome-msg.show ~ .info-btn-wrapper button {
        float: left;
      }



.bottom{
        margin-top: -20px;
      
        padding-top: 0;
  
        padding: 10px;
        text-align: center;
        text-decoration: none;  
         border:none; 
         font-size:  clamp(16px, 2vw, 20px); 
      }
      hr {
        border: none;
        height: 0.6px;
        background-color: #232352;
      }
      .footer {
        display: flex;              /* يجعل محتوى الفوتر قابل للتوسيط */
        justify-content: center;    /* يوسّط المحتوى أفقياً */
        align-items: center;        /* يوسّط المحتوى عمودياً */
        padding: 20px;
        color: #fff;
        font-size: 12px;
        margin-bottom: 20px;
      }
      
      .footer a {
        text-decoration: none;      /* يشيل أي خط من الرابط */
        color: inherit;
        
      }
      
      .footer .underline-word {
        text-decoration: underline; /* خط تحت الكلمة فقط */
      }
      