.mobile-header {
    display: none;
  }
  
  /* إعدادات الفيديو */
  .mobile-header {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  
  .mobile-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  @media (max-width: 768px) {
    .desktop-header {
      display: none;
    }
    .mobile-header {
      display: block;
    }
  }
  .event-style1 .event-content {
      flex: 1;
      padding: 30px 15px 21px 15px;
  }
  .product-style1 {
      border: 0px solid #eee;
      background: #eda851;
  }
  .text-dark
   {
      color: #ffffff !important;
  }
  .product-style1 .vs-btn {
      background-color: #ffffff;
      padding: 17px 26px;
          color: #650101;
  
  }
  .sec-subtitle {
      color: #650101;
    }
  .title-area .sec-text {
      width: 65%;
      margin: 0 auto;
      color: #000000;
  }
  .vs-btn.style2, .social-style1.v2 a, .service-style1 .service-title, .header-game a i, .vs-btn:hover, .breadcumb-menu span, .breadcumb-menu li, .breadcumb-menu a,
  .vs-btn.style4 {
      color: #ffffff;
  }
  .vs-btn.style2:hover {
      background-color: var(--white-color);
      color: #ffffff;
  }
  .testi-icon.mx-auto.w-24.h-auto.mb-6 {
      width: 85px;
      height: auto;
  }
  .h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6
   {
      color: #650101;
    }
    .footer-layout4 {
      position: relative;
      background: #640000;
      padding: 50px 0;
      margin-top: 50px;
      text-align: center;
  }