*{
/* padding: 0px; */
margin: 0px;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
direction: rtl;
}

nav{
    width: 100%;
    position: fixed;
    z-index: 99999;
}
.head{
    width: 100%;
    height: 80px;
    background-image: linear-gradient(rgba(17, 0, 255, 0.411), rgb(51, 9, 131));
    display: flex;
    justify-content: space-between;
    align-content: center;
    flex-direction: row-reverse;
}

.logo{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.logo h3{
    color: white;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 400;

}
.head .logo img{
    width:100px;
    margin-top: 10px;
}
.head .logo h3{
    /* padding-top: 30px; */

}
.headerlinks{
    display:flex;
    gap: 30px;
    align-items: center;
    j
}
.headerlinks a{
    color: white;
    text-decoration: none;
    padding: 5px 10px;        /* مساحة داخلية بسيطة */
    background: transparent;  /* علشان نبدأ من خلفية فاضية */
    display: inline-block;    /* يخلي الخلفية على قد النص */
    transition: all 1s ease;
    border-radius: 10px;
    height: auto;             /* مهم جدًا */
    line-height: 1;           /* يتحكم في الارتفاع الداخلي */
    
}
.headerlinks a:hover{
    color: white;
    background: orange;
}

.hr{
    margin-top: 15px;
    margin-bottom: 15px;
    opacity: 30%;
}


.data .dataimg{
    width: 100%;
display: flex;
justify-content: center;
align-items: center;
margin-top: 40px;
}
.data h3,h4 , .hardselling h3 , .dataselling h3 , .laptop h3{

    color: black;
    font-size: 38px;
    letter-spacing: 2px;
    font-weight: 700;
    text-align: center;
  text-shadow: 2px 2px 50px #6219eb;
}

.hardselling div{
width: 100%;
display: flex;
justify-content: center;
align-items: center;
margin-top: 40px;
}

.dataselling div{
width: 100%;
display: flex;
justify-content: center;
align-items: center;
margin-top: 40px;
}
.laptop div{
width: 100%;
display: flex;
justify-content: center;
align-items: center;
margin-top: 40px;
}
.videos{
width: 100%;
display: flex;
justify-content: center;
align-items: center;
margin-top: 40px;
flex-direction: column;
}

.videos h3{
    color: red;
    font-size: 38px;
    letter-spacing: 2px;
    font-weight: 700;
    text-align: center;
  text-shadow: 2px 2px 20px #ff0000;
}

.videos h6{
    color: red;
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 700;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
  text-shadow: 2px 2px 20px #310606;
}

.info div{
width: 100%;
display: flex;
justify-content: center;
align-items: center;
margin-top: 40px;
flex-direction: column;
}

#info{
    color: red;
    font-size: 38px;
    letter-spacing: 2px;
    font-weight: 700;
    text-align: center;
  text-shadow: 2px 2px 20px #ff0000;
} !important;


.footer{
width: 100%;
height: 100px;
background-color: black;

}
.footer {
  background-color: #000; 
  color: white; 
  text-align: center; 
  padding: 20px 0;
  margin-top: auto;
}

.footer a {
  color: white;
  text-decoration: underline;
}

.footer a:hover {
  color: gray;
}

@media (max-width: 900px) {
  /* الصور تظهر تحت بعض */
  img {
    display: block !important;
    width: 100% !important;
    margin-bottom: 15px !important;
  }

  nav{
    position: static;
  }
  /* معالجة أي div بيخلي الصور جنب بعض */
  .image-group,
  .row,
  .container,
  .section {
    display: block !important;
  }

  body {
    margin-right: 10px;
    margin-left: 10px;
  }

  /* ✅ navbar يبقا واضح وكامل */
  .head {
    flex-direction: column;
    height: auto;
    padding: 10px 0;
    align-items: center;
  }

  .logo {
    justify-content: center;
    margin-bottom: 10px;
  }
  .logo h3{
    display: none;
  }

  .headerlinks {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
}
