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;
  }

  .project-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
  }
/*  السهم الي يطلعك لفوق انتهى */

/* cards */

  .cards{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    
  }

  @media (max-width: 600px ){
    .cards{
      flex-direction: column;
      width: 90%;
      align-items: center;
      justify-content: center;
      margin-top: 50px;
      margin-bottom: 50px;
    }  
    .card{
      margin-top: 150px !important;
    }
  }

  /* card */

    .card1 , .card2 , .card3 , .card4 , .card5 , .card6 , .card7 , .card8 , .card9 , 
    .card10 , .card11 , .card12 , .card13 , .card14 , .card15  {
      background-color: #ffffff;
      margin: 20px;
      width: 250px;
      height: 300px;
      flex-shrink: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: end;
      color: white;
      border-radius: 30px;
      position: relative;
      margin-top: 150px;
      box-shadow: 0px 0px 15px rgb(0, 0, 0, 0.15);
      border: 1px solid #fdfdfd;
      padding: 30px 20px;
      box-shadow: 0px 0px 15px rgb(0, 0, 0, 0.15);
    }

    
    
    /* titl card */

      .titlcard-box2{
      width: 80%;
      border-radius: 15px;
      background: #a9a9a9;
      overflow: hidden;
      font-weight: bold;
      display: flex;
      justify-content: center;
      color: #000;
      position: absolute;
      bottom: 95% !important;
      z-index: 300;
    }
    

    /* الجزء المتعبّي */
    .titlcard-box2::before {
      display: block;
      content: "";
      position: absolute;
      inset: 0;
      width: var(--titlcard);
      background: linear-gradient(90deg, #6e473b, #a06b5a);
      z-index: 0;
      transition: 0.5s ease;
    }

    /* النص يكون فوق التعبئة */
    .titlcard-box2 span {
      position: relative;
      bottom: 10% !important;
      z-index: 1;
      font-size: 15px;
      color: #2f1d0c !important;
      font-weight: 900 !important;
      direction: rtl !important;
    }

    /* /titl card */


    /* img card */
      .img-card {
      width: 100%;
      height:  100%;
      z-index: 1;
      border-radius: 30px;
    }
    .c-img-card {
      width: 80%;
      height:  80%;
      z-index: 1;
      position: relative;
      
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    /* /img card */   
    
    /* card body */
      .card h3{
      margin-bottom: 10% !important;
      color: #2f1d0c;
      font-size: 17px;
    }

    .card p{
      margin-bottom: 30% !important;
      color: #2f1d0c;
    }

    .card span{
      color: #746856;
    }
    /* /card body */

    /* card foot */
      .foot-card{
        margin-right: 0;
        margin-left: 0;
        background-color: #2f1d0c;
        width: 100%;
        height: 15% ;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 85%;
        z-index: 1;
        border-radius: 0 0 30px 30px;
      }

      .foot-card > * {
        margin: 0;
      }

      .foot-card-a{
        color: #746856;
        text-decoration: none;
        font-weight: bold;
      }

      .foot-card-a:hover {
        color: floralwhite;
      }
    /* /card foot */ 
    /*  card phon */ 
    @media (max-width: 600px ) {

        .cards-wrapper {
          width: calc((var(--card-width) + var(--gap)) * var(--visible-cards));
          overflow: hidden;
          height: 50vh;
        }

        
      }
    /* / card phon */
  /* /card */

/* cards/ */

/* تنسيقات السكرول */
  /* عرض السكرول */
    ::-webkit-scrollbar {
      width: 10px;
    }

    /* الخلفية */
    ::-webkit-scrollbar-track {
      background: #414141; 
    }

    /* الجزء المتحرك */
    ::-webkit-scrollbar-thumb {
      background: #e3d8c8;
      border-radius: 10px;
    }

    /* عند المرور عليه */
    ::-webkit-scrollbar-thumb:hover {
      background: #8a5a4b;
    }
/* تنسيقات السكرول انتهى */

/* الحقوق */

  .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;
    }

  }

/* الحقوق انتهى */



@media (max-width: 600px ){
  /* الانميشن */

/* البداية: العنصر مخفي */
    .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);
    }


  /* الانميشن انتهى */
}


