body {
  margin: 0;
  direction: rtl;          /* الموقع عربي */
  font-family: 'Tajawal', sans-serif; /*كل الموقع بذا الخط*/
  margin-top: 0%;
}

/* navbar */
  header{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .header{
    width: 100%;
    position: relative;
    height: 80px;
    background-color: #000000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.4s ease;
    color: #fff;
    padding: 0 0 0 3em;
    z-index: 20;
  }

  .header.scrolled {
    position: fixed;      /* يصير ثابت */
    width: 100%;
    height: 80px;
    top: 0;
    left: 0;
    background-color: #000000a8;
  }

  .logo img {
    cursor: pointer;
    margin: 5% 30% 0% 0%;
    width: 150px;   /* غيره مثل ما تبغى */
    height: 80%;
    object-fit: fill;
    object-position: center bottom ;
  }
      /* */
   .logo .scrolled{
    cursor: pointer;
    width: auto;   /* غيره مثل ما تبغى */
    height: auto;
    margin: 5px;
   }

  .humburger {
    display: none;
  }

  .navbar ul{
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .navbar ul li a{
    color: #ffff;
    text-decoration: none;
    margin: 0 20px;
    cursor: pointer;
  }

  .navbar ul li a:hover{
    color: #6e473b;
  }

  .about-but {
    color: #6e473b !important;
    font-weight: 600;
  }

  
  @media (max-width: 900px){

    .logo img {
      margin: 5% 5% 0% 0%;
      width: 120px;
    }


    .header{
      position: relative;
    }

  .humburger {
    display: block;
    cursor: pointer;
    font-size: 25px;
    width: 45px;
    height: 45px;
  }

  .humburger i {
    position: absolute;
    bottom: 33%;
    left: 7%;
    width: max-content; /*تاخذ اقصى عرض*/
    height: max-content; /*تاخذ اقصى طول*/
    opacity: 0;
    transition: 0.3s ease;
  }

  .humburger i.active {
    opacity: 1;
    transform: rotate(180deg);
  }

  .navbar{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.484);
    top: 80px;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 0 1rem;
    opacity: 0; /*نخفيها كامل*/
    transition: 0.3s ease;
  }

  .navbar.active{
    opacity: 1; /* نضهرها عند الضغط*/
  }

  .navbar ul{
    display: block;
  }
  
  .navbar ul li {
    margin: 20px 0;
    border-right: 1px solid #a4a4a4;
  }

  }

/* / navbar */

/* علامه واتس */

  .fa-square-whatsapp{
    padding: 5px;
    background-color: #ffff;
    font-size: xx-large;
    color: #2f1d0c;
    z-index: 5;
    border-radius: 49%;
    position: fixed;
    top: 90%;
    right: 95%;
  }

  @media (max-width: 600px ){
    .fa-square-whatsapp{
      padding: 5px;
      background-color: #ffff;
      font-size: xx-large;
      color: #2f1d0c;
      z-index: 5;
      border-radius: 49%;
      position: fixed;
      top: 90%;
      right: 85% !important;
    }
  }
/* علامه واتس انتهى*/

/*  السهم الي يطلعك لفوق */
  .hide{
    display: none;
  }
  #shmtob{
    color: #fff;
    background: #6e473bd2;
    border: none;
    padding: 3px ;
    height: 25px;
    width: 25px;
    position: fixed;
    z-index: 20;
    top: 80%;
    border-radius: 15px 0px 0px 15px
  }
/*  السهم الي يطلعك لفوق انتهى */

/* صورة الواجهه */
  /* تخلي القسم يملأ الشاشة */
  .image-wrapper {
    position: relative;
    width: 100%;
    height: 100vh; /* هذا مهم */
    overflow: hidden;
  }

  /* الصورة تغطي الشاشة بالكامل */
  .custom-image {
    width: 100%;
    height: 100vh;
    object-fit: cover;
  }

  /* الطبقة الحمراء */
  .overlay {
    position: absolute;
    inset: 0;

    background: linear-gradient(
      135deg,
      #2f1d0cbb
    );

    z-index: 1;
  }

  /* النص فوق كل شيء */
  .overlay-content {
    position: absolute;
    inset: 0;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;

    text-align: center;
    color: white;
    padding: 20px;

    z-index: 2;
  }

  .butabout {
    background: #d6c3a6;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
  }

  .butabout:hover {
    background: #2f1d0c;
    color: #746856;
    
  }

  /* تنسيق العنوان */
  .title {
    font-size: 58px;
    margin-bottom: 20px;
    text-align: right ;
    border-right: 10px solid #d6c3a6 !important;
    padding-right: 15px;
    font-weight: 600;
  }

  /* الفقرة */
  .overlay-content p {
    max-width: 700px;
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 20px;
  }
  
/* صورة الواجهه انتهى */

/* تنسيقات السكرول */
  /* عرض السكرول */
    ::-webkit-scrollbar {
      width: 10px;
    }

    /* الخلفية */
    ::-webkit-scrollbar-track {
      background: #414141; 
    }

    /* الجزء المتحرك */
    ::-webkit-scrollbar-thumb {
      background: #746856;
      border-radius: 10px;
    }

    /* عند المرور عليه */
    ::-webkit-scrollbar-thumb:hover {
      background: #8a5a4b;
    }
/* تنسيقات السكرول انتهى */

/* الاشعار */
    .logo-about{
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .logo-about img{
      width: 30%;
      height: auto;
    }

    @media (max-width: 600px ){
      .logo-about img{
        width: 50%;
        height: auto;
      }
    }

/* الاشعار انتهى */

/* رؤيــتــنــا و رســــالــتـــنــا */
    .rr-about{
      display: flex;
      justify-content: space-around;
    }

    .r1-about , .r2-about{
      border-right: 3px solid #6e473b;
      margin: 5px;
    }

    .r1-about p  , .r2-about p  {
      margin-right: 7px;
      color: #746856;
      font-size: 18px;
    }

    .r1-about h4 , .r2-about h4{
      margin-right: 7px;
      font-weight: bold;
      font-size: 20px;
    }
    @media (max-width: 600px ){
      .rr-about{
      display: flex;
      flex-direction: column;
      justify-content: space-around;
    }
    }
/* رؤيــتــنــا و رســــالــتـــنــا انتهى */

/* قيمنا */
    .qymna{
      text-align: center;
    }

    .qymna-h{
      width: 80%;
      height: 60px;
      margin-bottom: 20px;
      font-weight: bolder;
      border: none;
      background-color: #2f1d0c;
      color: #fff;
      border-radius: 7px;
      font-family: 'Tajawal', sans-serif;
      padding: 2px;
    }

    .BC button{
      width: 40%;
      font-weight: bold;
      font-family: 'Tajawal', sans-serif;
      padding: 2px;
      border-radius: 7px;
      border: none;
      color: #fff;
      background-color: #6e473b;
      margin-bottom: 10px;
    }
    .D button{
      width: 40%;
      font-weight: bold;
      font-family: 'Tajawal', sans-serif;
      padding: 2px;
      border-radius: 7px;
      border: none;
      color: #fff;
      background-color: #6e473b;
      margin-bottom: 10px;
    }
    .FG button{
      width: 40%;
      font-weight: bold;
      font-family: 'Tajawal', sans-serif;
      padding: 2px;
      border-radius: 7px;
      border: none;
      color: #fff;
      background-color: #6e473b;
    }

    .qymna-t{
      margin: 5px;
      font-size: 80%;
    }

    .qymna-t:hover{
      background-color: #2f1d0c;
    }

    @media (max-width: 600px ){
      .qymna-h{
        width: 80px;
        height: 30px;
        font-weight: bolder;
        border: none;
        background-color: #2f1d0c;
        color: #fff;
        border-radius: 7px;
        font-family: 'Tajawal', sans-serif;
        padding: 2px;
      }

      .qymna-t{
        width: 60px;
        font-weight: bold;
        font-family: 'Tajawal', sans-serif;
        padding: 2px;
        border-radius: 7px;
        border: none;
        color: #fff;
        background-color: #6e473b;
        
      }

      .tarv p{
        margin: 0 5px !important;
      }

    }
/* قيمنا انتهى  */

/* تعرف علينا  */
    .tarv{
      text-align: center;
    }
    .tarv h2{
      color: #2f1d0c;
      font-weight: bolder;
    }
    .tarv p{
      margin: 0 150px;
    }
/* تعرف علينا انتهى */

/* مميزاتنا */
    .mmyz{
      background-image:  linear-gradient(30deg, #2F1B0C 12%, transparent 12.5%, transparent 87%, #2F1B0C 87.5%, #2F1B0C), linear-gradient(150deg, #2F1B0C 12%, transparent 12.5%, transparent 87%, #2F1B0C 87.5%, #2F1B0C), linear-gradient(30deg, #2F1B0C 12%, transparent 12.5%, transparent 87%, #2F1B0C 87.5%, #2F1B0C), linear-gradient(150deg, #2F1B0C 12%, transparent 12.5%, transparent 87%, #2F1B0C 87.5%, #2F1B0C), linear-gradient(60deg, #2F1B0C80 25%, transparent 25.5%, transparent 75%, #2F1B0C80 75%, #2F1B0C80), linear-gradient(60deg, #2F1B0C80 25%, transparent 25.5%, transparent 75%, #2F1B0C80 75%, #2F1B0C80);
	    background-size: 64px 112px;
      background-position: 0 0, 0 0, 32px 56px, 32px 56px, 0 0, 32px 56px;
      background-color: #1E1108;
      color: #FFF;
      padding: 20px 0;
    }
    .mmyz H2{
      padding-bottom: 10px;
      text-align: center;
      font-weight: bolder;
      margin-top: 10px;
      font-size: 30px;
    }

    .mmyz-itemz{
      display: flex;
      flex-wrap: wrap;
      justify-content: space-evenly;
    }
    .mmyz-itemz i{
      margin-left: 5px;
      font-size: 35px;
      color: #746856;
    }

    .alloneitems{
      display: flex;
      flex-direction: row;
      align-items: center;
    }

    @media (max-width: 600px ){
      .mmyz-itemz{
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: space-evenly;
        margin-right: 10px;
      }

      
    }
/* مميزاتنا انتهى */





/* تنسيقات الخطوط  */
  .line {
    width: 150px;      /* طول الخط */
    height: 4px;       /* سماكة الخط */
    background-color: #e3d8c8; /* لون الخط */      
    border: none;
    margin: 30px auto; /* يخليه في الوسط */
    border-radius: 10px; /* شكل ناعم (اختياري) */
  }

  .line2 {
    width: 50px;      /* طول الخط */
    height: 4px;       /* سماكة الخط */
    background-color: #6e473b; /* لون الخط */      
    border: none;
    margin: 20px auto; /* يخليه في الوسط */
    border-radius: 10px; /* شكل ناعم (اختياري) */
  }
/* تنسيقات الخطوط انتهى */


/* الحقوق */

  .Rights{
    display: flex;
    justify-content: space-around !important;
    width: 100%;
    font-family: 'Tajawal', sans-serif;
    color: #fff;
    background-color: #000;
  }

  .Rights a{
    text-decoration: none;
    background: linear-gradient(90deg, #00d4ff, #7b2cff, #ff2fd1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: all 5s ease;
  }

  .Rights a:hover {
    background: linear-gradient(90deg, #ff2fd1, #7b2cff, #00d4ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }

  .pasadroot{
    background: linear-gradient(90deg, #ff2fd1, #7b2cff, #00d4ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: bold;
    transition: all 5s ease;
  }

  .pasadroot:hover {
    background: linear-gradient(90deg, #00d4ff, #7b2cff, #ff2fd1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }

  @media (max-width: 600px ){
    .Rights p{
      text-align: center;
      font-size: smaller;
    }

  }

/* الحقوق انتهى */

*{
  font-family: 'Tajawal', sans-serif;
}

  /* الانميشن */

/* البداية: العنصر مخفي */
    .animate {
      opacity: 0;
      transition: 1.8s ease;
    }

    /* لما يدخل العنصر الشاشة */
    .animate.show {
      opacity: 1;
      transform: translate(0,0);
    }

    /* من اليمين لليسار */
    .right-to-left {
      transform: translateX(50px);
    }

    /* من اليسار لليمين */
    .left-to-right {
      transform: translateX(-50px);
    }

    /* من فوق لتحت */
    .top-to-bottom {
      transform: translateY(-50px);
    }

    /* من تحت لفوق */
    .bottom-to-top {
      transform: translateY(50px);
    }

    @media (max-width: 600px ){

      /* من اليمين لليسار */
      .right-to-left {
        transform: translateX(0);
      }

      /* من اليسار لليمين */
      .left-to-right {
        transform: translateX(0);
      }

      /* من فوق لتحت */
      .top-to-bottom {
        transform: translateY(0);
      }

      /* من تحت لفوق */
      .bottom-to-top {
        transform: translateY(0);
      }
    }

  /* الانميشن انتهى */