*{
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  font-family: "Google Sans Regular";
  box-sizing: border-box;
  }
  
  body{
    background: #fefefe;
  }
  
  .ins-tile__text{
    width: 100%;
    height: 26px;
    display: block;
    text-wrap: balance;
    word-wrap: break-word;
    background: #1e9efa;
    color: rgb(255, 255, 255);
    text-align: center;
    font-family:Arial, Helvetica, sans-serif;
    padding-top: 5px;
    padding-bottom: 20px;
    font-size: 15px;
    box-shadow: 3px 3px 3px 3px red;
    
  }
  
  
  header{
    width: 100%;
    height: 70px;
    background: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 100px;
    box-shadow: 5px 3px 3px 5px rgba(0, 111, 188, 0.226);
    position: relative;
  
  }
  
  .logo{
    width: 70px;
    height: 70px;
    margin-top: 5px;
  }
  
  .hamburger{
    display: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  
  .nav-bar ul{
    display: flex;
    transition: opacity 0.5s ease, transform 0.5s ease;
    transform: translateY(-10px); /* تراجع خفيف عند الخروج */
    opacity: 1;
    padding-top: 15px;
  }
  
  .nav-bar ul li a{
    display: block;
    color: #000000;
    font-size: 20px;
    padding: 10px 25px;
    border-radius: 50px;
    transition: 0.2s;
    margin: 0 5px;
  }
  
  .nav-bar ul li a:hover{
    color: rgb(25, 60, 85);
    background: #fefefe;
  }
  
  .nav-bar ul li a.active{
    color: #ffffff;
    background: #1e9efa;
  }
  #i{
    color: #1e9efa;
    font-size: 25px;
  
  
  }
  .main {
    width: 100%;
    height: auto;
  }
  
  .seccenter{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .viweproduct {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40%;
    margin-top: 50px;
  
    
  }
  
  .panar{
    width: 100%;
    height: auto;
    
  }
  
  .seccenter .menu{
    width: 100%;
    height: 500px;
    margin-top: 30px;
    background-color: #1e9efa;
    color: #fff;
    flex-direction: column;
  
  }
  
  @media only screen and (max-width: 1320px) {
    header{
      padding: 0 50px;
    }
  }
  
  @media only screen and (max-width: 1100px) {
    header{
      padding: 0 30px;
    }
  }
  
  @media only screen and (max-width: 900px) {
    .hamburger{
      display: block;
      cursor: pointer;
    }


    .hamburger .line{
      width: 25px;
      height: 2px;
      background: #1e9efa;
      margin: 6px 0;
    }
    .nav-bar{
      height: 0;
      position: absolute;
      top:54px;
      left: 0;
      right: 0;
      width: 100vw;
      background: rgb(255, 255, 255);
      transition: 0.5s;
      overflow: hidden;
      display: flex;
      
    }
  
    .nav-bar.active{
      height: 450px;
  
    }
    .nav-bar ul{
      list-style-type: none;
      padding: 0; /* لإزالة الحشو */
      margin: 0; /* لإزالة الهوامش */
      display: block;
      width: fit-content;
      margin: 80px auto 0 auto;
      text-align: center;
      transition: 0.5s;
      opacity: 0;
    }
  
    .nav-bar.active ul{
      opacity: 1;
    }
    .nav-bar ul li a{
      margin-bottom: 12px;
      display: flex;
      align-items: center;
      gap: 10px;
      text-decoration: none;
    }
  
    .nav-bar ul li a i{
      color: #1e9efa;
      font-size: 15px;
      
    }




  
    .carticon {
      position: absolute;
      right: 70px; /* المسافة من الحافة اليمنى */
      top: 51%; /* المركز بالنسبة للارتفاع */
      transform: translateY(-50%); /* محاذاة في منتصف العنصر رأسياً */
      background-color: #1e9efa;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      box-shadow: 0 0 10px #0095ff3d;
    }

    .carticon:hover{
      width: 35px;
      height: 35px;
      color: #000000;
      font-size: 510px;
      transition:0.5s ;
    }
    
    .fa-solid{
      color: #ffffff;
      font-size: 16px;
    }
    .fa-solid:hover{
      color: #ffffff;
      font-size: 20px;
      /* transition: color 2.0s; */
      transition: 0.5s;
    }
    .viweproduct{
      width: 70px;
      height: 15px;
    }
    .seccenter{
      display: flex;
      justify-content: center;
      align-items: center;
    }
    
    .viweproduct {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 50%;
      margin-top: 13vh;
    
      
    }

.nav-bar li {
    display: inline; /* لجعل العناصر تظهر في خط واحد */
    margin-right: 20px; /* المسافة بين العناصر */
}
    .nav-bar ul li a:hover{
      color: #1e9efa;
      border: #1e9efa;
      border-style: none;
      transition: 0.1s;
      border-radius: 1;
      background-color: #1e9efa;
      color: #fff;
      
    } 
    .nav-bar a:hover i {
      color: white; /* لون الأيقونة عند التمرير */
      transition: color 0.1s;
  }
  .nav-bar ul li:hover{
    color: #fff;
  }
    
    .panar{
      width: 100%;
      height: auto;
      
    }
  
    .wordh1{
      margin-top: 13vh;
      color: #1e9efa;
    }
  
   .menu{
      width: 100%;
      height: 50px;
      background-color: #1e9efa;
      flex-direction: row;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      padding-top: 15px;
    }
  
    .seclogo-container {
      display: flex;
      justify-content: center;
      align-items: center; 
    }
  
    .seclogo {
      width: 100px; 
    }
  
    .fa-brands {
      color: #1e9efa;
    }
    .fa-regular {
      color: #1e9efa;
      display: flex;
    }
  }