body {
    background-color: #ffb120;
}


/*navbar*/
.navbar,
.navbar-nav .nav-link {
    font-family: 'Tajawal', sans-serif;
    position: relative;
    top: 0;
    padding: 10px;
}

.navbar-nav {
    position: relative;
    left: 20px;
}

/* ✅ تحسين حجم الخط */
.navbar-nav .nav-link {
    font-weight: 700;
    /* خط عريض */
    font-size: 180px;
    /* تكبير الخط */
}



/*المنتجات */

#cardbody {
    position: relative;
    top: 100px;
    font-size: 20px;

}

.card-body {
    background-color: #f1f1f1;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.card {
    text-align: center;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    margin-bottom: 50px;
}
.card:hover{
    opacity: 0.9;
}
.card-title {
    

  font-family: "Readex Pro", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "HEXP" 0;
    

}

.fw-bold {
    position: relative;
    top: 90px;
    background-color: #495057;
    color: #f1f1f1;
    padding: 5px;
    border-radius: 10px;
display: inline;

}

.card-text{
      font-family: "Readex Pro", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "HEXP" 0;
}




/* Sidebar */
.sidebar {
    width: 250px;
    height: 45vh;
    background-color: #242424;
    color: white;
    position: fixed;
    top: 0;
    right: -250px;
    /* مخفية بالبداية */
    transition: right 0.3s ease;
    z-index: 1050;
    padding-top: 60px;
    border-radius: 10px;
    background-color: #303030;
    
}

.sidebar.show {
    right: 0;
}

.sidebar a {
    color: white;
    text-decoration: none;
    display: block;
    padding: 15px 20px;
    transition: 0.3s;
    text-align: end;
    margin-top: 10px;
    background-color: #d38900;
gap: 10px;
}

.sidebar a:hover {
    background-color: #a1a1a1;
}

/*  محتوى الصفحة */
.content {
    padding: 20px;
}

.toggle-btn {
    position: fixed;
    top: 5px;
    right: 15px;
    /* المسافة من الطرف الأيمن */
    z-index: 1100;
    background-color: #fdae1b;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
}

.btn-warning{
    font-family: "Reem Kufi", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    
    
}


