body {
    user-select: none;
    margin: 0;
    font-family: 'Vazirmatn', 'Poppins', sans-serif;
    background: url('../images/stardust.png'), #0a0a23;
    color: #e0e0e0;
    direction: rtl;
}

a {
    text-decoration: none;
}
.container {
    padding: 20px;
    max-width: 1000px;
    margin: auto;
}
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #1a1a2e, #16213e);
    padding: 10px 20px;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0, 255, 255, 0.2);
}
.logo {
    font-size: 2rem;
    color: #e94560;
    font-weight: 700;
    text-shadow: 0 0 10px rgba(233, 69, 96, 0.5);
}
.icons svg {
    width: 35px;
    height: 35px;
    stroke: #00f7ff;
    transition: transform 0.3s ease, stroke 0.3s ease;
}
.categories {
    display: flex;
    overflow-x: auto;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #1a1a2e, #16213e);
    padding: 10px;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0, 255, 255, 0.2);
}
.category {
    padding: 10px 15px;
    color: #00f7ff;
    white-space: nowrap;
    background-color: #0f3460;
    margin: 0 5px;
    border-radius: 20px;
    font-weight: 600;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}
.menu {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    animation: fadeIn 1s ease-in-out;
}
.card {
   background: linear-gradient(135deg, #1a1a2e, #16213e);
    color: #e0e0e0;
    border-radius: 15px;
    padding: 15px;
    width: calc(25% - 16px);
    box-sizing: border-box;
    text-align: center;
    margin-top: 60px;
    border: 2px solid #e94560;
    box-shadow: 0 0 15px rgba(233, 69, 96, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 20px rgba(0, 247, 255, 0.5);
}
.card img {
    width: 100%;
    height: 130px;
    object-fit: cover;
    margin-top: -75px;
    border-radius: 50%;
    clip-path: circle(45% at 50% 50%);
    border: 3px solid #00f7ff;
    box-shadow: 0 0 10px rgba(0, 247, 255, 0.4);
}
.card h3 {
    font-size: 1rem;
    margin: 10px 0;
    color: #e94560;
    text-shadow: 0 0 5px rgba(233, 69, 96, 0.5);
}
.card p {
    background: #0f3460;
    border-radius: 8px;
    padding: 6px 8px;
    color: #00f7ff;
    font-weight: 600;
}
@media (max-width: 600px) {
    .card {
        width: calc(50% - 16px);
    }
}
.container1 {
    max-width: 500px;
    margin: 0 auto;
    padding: 25px;
    text-align: center;
    background: linear-gradient(180deg, #1a1a2e, #16213e); /* گرادیانت تیره */
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(233, 69, 96, 0.3);
}
.niasmenubox {
    height: 100vh;
    position: fixed;
    top: 0;
    right: -150%;
    z-index: 99999;
    overflow-y: scroll;
    transition: 0.3s ease;
    background: url('../images/stardust.png'), #0a0a23;
}
.niasmenubox.active {
    right: 0;
    animation: slideIn 0.3s ease-in-out;
}
.header1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.niasclosemenu {
    fill: #00f7ff;
    width: 35px;
    height: 35px;
    transition: transform 0.3s ease, fill 0.3s ease;
}
.niasclosemenu:hover {
    fill: #e94560;
    transform: scale(1.1);
}
.pizza-image1 img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(0, 247, 255, 0.4);
    background: #0f3460;
}
.info1 h1 {
    font-size: 2rem;
    margin-top: 25px;
    color: #e94560;
    text-shadow: 0 0 10px rgba(233, 69, 96, 0.5);
}
.price1 {
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
}
.price1 p {
    font-size: 1.4rem;
    font-weight: bold;
    color: #00f7ff;
}
.counter-box1 {
    background: #0f3460; 
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    padding: 15px 30px;
    box-shadow: 0 0 15px rgba(233, 69, 96, 0.3);
    margin-top: 20px;
}
.counter-btn1 {
    background: linear-gradient(135deg, #e94560, #00f7ff);
    border: none;
    color: #fff;
    font-size: 1.6rem;
    width: 45px;
    height: 45px;
    border-radius: 12px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.3s ease;
}
.button-pay{
    margin-top: 5px;
    background-color: #2c3e50;
    color: #e94560;
    border: 1.5px solid #00f7ff;
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);

}
.counter-btn1:hover {
    transform: scale(1.1);
    box-shadow: 0 0 10px rgba(0, 247, 255, 0.5);
}
.count1 {
    font-size: 1.4rem;
    color: #e0e0e0;
    width: 35px;
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
@media (max-width: 600px) {
    .container {
        padding: 15px;
    }
    .container1 {
        padding: 15px;
    }
    .counter-box1 {
        gap: 20px;
        padding: 12px 25px;
    }
    .counter-btn1 {
        width: 40px;
        height: 40px;
        font-size: 1.4rem;
    }
    .info1 h1 {
        font-size: 1.6rem;
    }
    .price1 p {
        font-size: 1.2rem;
    }
}
@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@400;700&display=swap');
.order {
    padding: 20px;
    width: 90%;
    height: 100%;          /* پر کردن کل صفحه */
    position: fixed;
    top: 0;
    left: -150%;
    z-index: 99999;
    overflow: hidden;      /* اسکرول کل بخش بسته میشه */
    transition: 0.3s ease;
    background: url('../images/stardust.png'), #0a0a23;
    display: flex;
    flex-direction: column;
}

.order.active {
    left: 0;
    animation: slideIn 0.3s ease-in-out;
}
.list{
    overflow: hidden;
    counter-reset: rowNumber;
    
    border-radius: 10px;
    border: 1px solid #000;
}
#cont-order {
    flex: 1;
    overflow-y: auto;
    padding-right: 5px;
    max-height: 100%;
}

.contaner-list{
    display: flex;
    color: #00f7ff;
    background: #0f3460;
    padding: 7px 0;
    text-align: center;
    border-bottom: 1px dashed #000;
    font-size: 16px;
}
.boxicon{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}
.contaner-list:first-child{
    color: #e94560;
    background: #414141;
    border-bottom: 1px solid #000;
    font-size: 18px;
}
.contaner-list:last-child{
    justify-content: center;
}
.title-list{
    width: calc(100%/2.5);
    
}
.count-list{
    width: calc(100%/10);
    
}
.price-list{
    width: calc(100%/5);
    
}
.allprice-list{
    width: calc(100%/4);
}
.row-number{
    width: calc(100%/18);
}
.num-desk {
    padding: 8px;
    margin: 5px 0;
    background: #1a1a2e;
    border: 1px solid #00f7ff;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    width: 95%;
}
.orders-container {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(15px, 3vw, 20px);
    justify-content: center;
}
.order-box {
    background: linear-gradient(135deg, #1a1a2e, #16213e);
    border-radius: 15px;
    padding: clamp(12px, 3vw, 20px);
    width: calc(33.33% - clamp(15px, 3vw, 20px));
    min-width: 350px;
    box-sizing: border-box;
    border: 2px solid #e94560;
    box-shadow: 0 0 15px rgba(233, 69, 96, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.order-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: clamp(10px, 2.5vw, 15px);
    gap: clamp(8px, 2vw, 10px);
    flex-wrap: wrap;
}


.order-id {
    width: 90%;
    text-align: center;
    background: linear-gradient(45deg, #0f3460, #1a1a2e);
    color: #00f7ff;
    font-size: clamp(0.85rem, 2.2vw, 1.1rem);
    font-weight: 600;
    padding: clamp(5px, 1.5vw, 8px) clamp(8px, 2.5vw, 15px);
    border-radius: 25px;
    border: 2px solid #00f7ff;
    text-shadow: 0 0 5px rgba(0, 247, 255, 0.5);
    box-shadow: 0 0 10px rgba(0, 247, 255, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.product-row {
    display: flex;
    justify-content: space-between;
    background: #0f3460;
    border-radius: 8px;
    padding: clamp(6px, 1.5vw, 10px);
    margin-bottom: 10px;
    color: #00f7ff;
    font-weight: 500;
    font-size: clamp(0.8rem, 2vw, 0.95rem);
}
.order-box:first-child{
    margin-top:5px ;
}
.order-box:last-child{
    margin-bottom: 30px;
}
.product-row span {
    flex: 1;
    text-align: center;
}
.remove-order {
    margin: 10px 0 15px 0;
}
.btn {
    padding: 7px;
}
.order-status {
    margin-bottom: 5px;
}