       /* style nav bar */ 
body {
     background-color:#ecf8ff;
 }
 .bg-site , .container {
     background-color:#fcf9f8;
 }
.top {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}
.category_top{
    position:fixed;
    top:60px;
    left:0;
    right:0;
    z-index:999;
    width:100%;
    margin-bottom: 2rem ;
}
.navbar{
    padding: 0 1rem 0 0.1rem; 
 /* flex-wrap: wrap;*/ 
 display: flex;
 justify-content: space-between;
  align-items: center; 
  width:100%;
}
.navbar-left {
 display: flex;
 align-items: center;
 gap: 7px; /* المسافة بين شريط البحث والأزرار */
}
.search_container_flex {
    display: flex;
}
.navbar-left-min {
 display: none;
 align-items: center;
 gap: 7px; /* المسافة بين شريط البحث والأزرار */
}

 
  
/* اكبر من 1363 */  
 @media (min-width: 1363px) {
 .navbar-left {
      display:flex;
 }
 .navbar-left-min {
 display: none;
 }
 .navbar {
     display:flex; 
 }
 .search_container_flex {
    display: none;
}
  }
 /* اصغر من 1363 */
 @media (max-width: 1363px) {
  .navbar-left {
      display:none;
 }
   .navbar-left-min {
   display: flex;
    }
    .navbar {
     display:inherit; 
 } 
}
 
 .hover{
        background-color: white;
        cursor: pointer;
    }
.hover:hover{
    background-color:whitesmoke;
}
.border-radius{
  border-radius :10px;
}
        .paddingleftright15 { 
        padding-left: 15px;
        padding-right: 15px;
        }
        .b-nav3{ 
           font-size:14px;
           background-color: transparent;
                }
       .div-nav2{ 
        background-color: #f5f5f5;
      } 
      .b-nav2:hover{
          border:0.5px solid #868585;
          padding:4px;
          border-radius:5px;
      }
      .dropdown-content2{
          background-color: #f5f5f5; 
      }
       .dropdown-content2 a:hover {background-color: #f5f5f5; 
          }
          .search{
              width:90%;
              height:40px ;
              padding: 8px;
              font-size: 15px;
             /* border: 1px solid #c7c5c5; */
              float: left;
          }
          .b-nav2{
    border:0px solid #fff;
    padding:5px 10px 5px 10px;
     font-size:17px;
     color:black;
     cursor: pointer;
     border-radius:10px;
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.b-nav2:hover{
  padding:6px 11px 6px 11px;
    border:0.5px solid #868585;
    border-radius:10px;
}
.horizontal-scroll .btn-scroll{
color:#999;
box-shadow: 0 0 10px #999;
background-color: #fff;
padding:10px 5px 5px 5px ;
font-size:20px;
border:0;
border-radius: 10%;
margin:0 5px;
z-index:1;
cursor: pointer;
}
     .overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  background-color: #ecf8ff;
  color:#211f1f;
  overflow-x: hidden;
  transition: 0.5s;
  right: 0; 
}
.overlay a {
  border:2px solid #ddeffb;
}
.btn-outline-plat {
    background-color: #fcf9f8;
    color:#0691c5;
    border:0.1px solid #0691c5;
}
.btn-outline-plat a {
    background-color: #fcf9f8;
    color:#0691c5;
    border:0.1px solid #0691c5;
}
.btn-outline-plat a:hover, .overlay a:focus {
  color: #003256;
  background-color:#c6dae7;
}
.btn-outline-plat:hover {
    border:0.5px solid #868585;
    border-radius:10px;
    background-color: #c6dae7;
    color:#fff;
}
.border-insert-platform {
    border:2px solid #b7d2e3;
}
.result { 
    right: 22%;  
    transform: translateX(-50%);
    width:400px;
    display:none;
    position: absolute;
    z-index: 2;
} 
      .items-share {
        display: flex;
        gap: 20px; 
      }
.login-icon {
            position: absolute;
            left: 115px; 
            top:50%;
            transform: translateY(-50%);
            cursor: pointer; 
        }
        .search-container-min {
           margin: auto auto; /* لجعل العنصر يتوسط الصفحة أفقياً */
           width: fit-content; /* يأخذ عرضه الطبيعي */
           position: relative; /* لضبط الأيقونة داخل الحقل بشكل صحيح */
           width:100%;
        }