 *{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    text-decoration: none;
}
 body{
    font-family: 'Tahoma', sans-serif;
    background: linear-gradient(135deg,#667eea 0%,#764ba2 100%);
    min-height: 100dvh;
    padding: 20px;
    background: transparent;
    direction: rtl;
 }
#container{
    background-color: transparent;
    width: auto;
    height: auto;
}
/* header */
.header{
    background-color: black;
    width: 100%;
    height: 60px;
    border-radius: 15px;
}
.header h3{
    color: #fff;
    text-align: center;
    margin: 0px;
    padding: 5px;
}
/* product-cards */
.product-card{
        border: 1px solid #ddd;
        border-radius: 8px;
        padding: 16px;
        background-color: #fff;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
      }
      .product-img{
        width: 100%;
        height: 220px;
        object-fit: cover;
        border-radius: 6px;
        margin-bottom: 12px;
        background-color: #e9ecef;
      }
      .product-title{
        font-size: 1rem;
        font-weight: 600;
        margin-bottom: 8px;
      }
      .product-price{
        font-size: 0.95rem;
        font-weight: 700;
        color: #198754;
        margin-bottom: 12px;
        direction: ltr;
      }
/* Nav */
 .navbar{
            position: relative;
            width: 100%;
            top: 3px;
            background: #000;
            border-bottom: 1px solid #d4af37;
            padding: 10px 20px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            position: relative;
            border-radius: 20px;
            z-index: 1000000000;
        }
        .nav-links{
            list-style: none;
            display: flex;
            gap: 25px;
            font-family:'Segoe UI', Tahoma, Verdana, sans-serif;
            font-weight: bold;
            font-size: large;
        }
        .nav-links li{
            position: relative;
        }
        .nav-links a{
            color: #fff;
            font-size: 16px;
            font-family: Verdana,Tahoma, sans-serif;
            transition: 0.3s;
            float: right;
        }
        .nav-links a:hover{
            color: #d4a737;
        }
        /* .logo{
            color: yellow;
            font-family: Verdana,Tahoma, sans-serif;
            font-size: 20px;
            font-weight: 600;
        } */
        .hamburger{
            display: none;
            flex-direction: column;
            gap: 4px;
            cursor: pointer;
        }
        .hamburger span{
            width: 22px;
            height: 2px;
            background: #d4a737;
        }
        @media (max-width:768px) {
            .nav-links{
                max-height: 15vh;
                overflow-y: auto;
                position:fixed;
                top: 55px;
                right: 0;
                background: #000;
                flex-direction: column;
                width: 70%;
                padding: 15px 20px;
                gap: 15px;
                border-top: 1px solid #d4a737;
                border-left: 1px solid #d4af37;
                border-bottom: 1px solid #d4a737;
                border-radius: 0 0 0 12px;
                display: none;
                z-index: 9999;
            }
            .hamburger{
                display: flex;
            }
        }
        .nav-links.show{
            display: flex;
        }
/* content */
.content1{
    background-color: #fff;
    width: 100%;
    height: 100px;
}
.content2{
    background-color: #fff;
    width: 100%;
    height: 370px;
    margin-top: 10px;
}
.content3{
    background-color: #fff;
    width: 100%;
    height: 50px;
}
.content3 p{
    float: right;
    font-weight: bold;
    font-size: 20px;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
}
.content3 span{
    float: right;
    font-weight: bold;
    font-size: 20px;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    color: red;
    margin-right: 3px;
}
.content4{
    background-color: #fff;
    width: 100%;
    height: 350px;
    margin-top: 10px;
}
.content5{
    background-color: #fff;
    width: 100%;
    height: 80px;
    margin-top: 10px;
}
.content5 p {
    float: right;
    font-weight: bold;
    font-size: 20px;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    margin-top: 3px;
}
.content5 span{
    float: right;
    font-weight: bold;
    font-size: 20px;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    color: blue;
    margin-top: 3px;
}
.content7{
    background-color: #fff;
    width: 100%;
    height: 140px;
}
.content8{
    background-color: #fff;
    width: 100%;
    height: 140px;
}
.content9{
    background-color: #fff;
    width: 100%;
    height: 50px;
}
.content9 p {
    float: right;
    font-weight: bold;
    font-size: 20px;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
}
.content9 span{
    color: red;
    float: right;
    font-weight: bold;
    font-size: 20px;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    margin-right: 3px;
}
.content10{
    background-color: #fff;
    width: 100%;
    height: 500px;
    margin-top: 10px;
}
.content11{
     background-color: #fff;
    width: 100%;
    height: 470px;
    margin-top: 30px;
}
.content12{
    width: 100%;
    height: 80px;
    margin-top: 2px;
    color: #fff;
}
.content14{
    background-color: #fff;
    width: 100%;
    height: 350px;
    margin-top: 4px;
}
.content15{
    background-color: #fff;
    width: 100%;
    margin-top: 1px;
    height: 350px;
}
.content16{
    background-color: #fff;
    width: 100%;
    height: 200px;
}
.content17{
    background-color: #fff;
    width: 100%;
    height: 350px;
}
.content18{
    background-color: #fff;
    width: 100%;
    height: 350px;
}
.content19{
    background-color: #fff;
    width: 100%;
    height: 350px;
}
.content20{
    background-color: #fff;
    width: 100%;
    height: 350px;
}
.content21{
    background-color: #fff;
    width: 100%;
    height: 350px;
}
.content22{
    background-color: #fff;
    width: 100%;
    height: 800px;
}
.content23,
.content24,
.content25{
    background-color: #fff;
    width: 100%;
    height: 350px;
}
.content26{
    background-color: #fff;
    width: 100%;
    height:auto;
}
.content27{
    background-color: #fff;
    width: 100%;
    height:450px;
    border: 7px solid red;
}
.content27 h2{
    text-align: center;
    margin-top: 12px;
    color:black;
    font-family: sans-serif;
    font-weight:bold;
    font-size: 45px;
}
.content27 h3{
    text-align: center;
    color:black;
    font-family: sans-serif;
    font-size: 30px;
}
.content27 ul{
    text-align: center;
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 20px;
    list-style-position:inside;
}
.content27 li{
    list-style-type: decimal;
    color: #6604e6;
}
.content27 h4{
    text-align: center;
    color: #000;
    font-family:serif;
    font-size: 30px;
    font-weight: 300;
}
/* Banner */
.banner1,
.banner2,
.banner3,
.banner4{
    background-color: #fff;
    width: 100%;
    height: 350px;
    background-image: url(../image/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
 .center-icons{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 4vh;
    gap: 10px;
    
 }
 .center-icons:hover{
    transform: translateY(-3px);
 }
 /* border */
.border{
    background-color:red;
    width: 80%;
    height: 110px;
    border-radius: 50px;
    margin: auto;
    box-shadow: 0px 10px 10px rgb(138, 3, 3);
    margin-top: 10px;
}
.border:hover{
    cursor: pointer;
     transform: translateY(-6px) scale(1);
}
/* Contact Card */
.contact-card{
    display: flex;
    gap: 40px;
    justify-content: center;
    flex-wrap: wrap;
}
.card1{
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(10px);
    width: 320px;
    height: 380px;
    border-radius: 25px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 25px 50px rgba(0,0,0,0.15);
    transition: all 0.4s ease;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.2);
    margin-top: 5px;
}
.card1:hover{
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 35px 70px rgba(0,0,0,0.25);
}
.card1 h3{
    font-size: 26px;
    color: #333;
    margin-bottom: 15px;
    font-weight: bold;
    font-family:Tahoma,sans-serif;
}
.card1 p{
    color: #666;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 30px;
}
.contact-btn{
    background: linear-gradient(45deg,#667eea,#764ba2);
    color: white;
    border: none;
    padding: 15px 35px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
    display: block;
}
.card-body h3 {
    direction: ltr;
    color:#000;
    font-size: 25px;
    text-align: center;
    
}
.card-body h4{
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: blue;
}

/* Footer */
.footer{
    background-color: #fff;
    color: #fff;
    padding: 10px;
    font-family: serif;
    text-align: center;
    box-shadow: inset 0 2px 10px rgba(212,175,55,0.2);
    font-size: 17px;
    margin-top: 15px;
}
.footer p{
    color: #000;
    font-weight: 500;
    font-size: 17px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.footer h4{
    color: #000;
    font-weight: 600;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.imagefooter{
    border-radius: 30px;
}
.card:hover{
    transform: translateY(-4px);
}
/* error_success */
 .error{
        font-weight: bold;
        color: #dc3545;
        font-size: 0.875em;
        margin-top: 2px;
        float: right;
 }
.success{
        color: green;
        font-weight: bold;
        background: #d4edda;
        border: 1px solid #c3e6cb;
        padding: 5px;
        border-radius: 10px;
        margin-top: 5px;
        float: right;
}
/* Home page card  */
 .card-small{
    position: relative;
            max-width: 650px;
            width: 100%;
            background: #fff;
            border-radius: 20px;
            box-shadow: 0 8px 30px rgba(0,0,0,0.1);
            padding: 20px;
            margin: auto;
            z-index: 1;
        }
        .card-small .header1{
            font-weight: 700;
            font-size:1.2rem;
            color:#2d2d2d;
            margin-bottom: 16px;
            display: flex;
            align-items:center;
            /* justify-content: space-between; */
        }
        .card-small .header1 a{
            font-size: 0.83rem;
            color: #fff;
            text-decoration: none;
            font-weight: 500;
        }
        .card-medium{
            border: none;
            border-radius: 16px;
            overflow: hidden;
            background: #fff;
            box-shadow: 0 4px 16px rgba(0,0,0,0.6);
            transition: transform 0.2s ease, box-shadow 0.2s ease;
        }
        .card-medium:hover{
            transform: translateY(-3px);
            box-shadow: 0 6px 24px rgba(0,0,0,.12);
        }
        .card-medium img{
            width: 100%;
            height: auto;
            object-fit: cover;
        }
        .card-body{
            padding: 12px 14px 14px;
            
        }
        .card-body .title{
            font-weight: 600;
            font-size: 0.95rem;
            color: #1a1a1a;
            margin-bottom: 10px;
            text-align: center;
            
        }
        .btn1{
            width: auto;
            height: auto;
            background: #2d2d2d;
            color: #fff;
            border: none;
            border-radius: 15px;
            padding: 4px 14px;
            font-size: 0.8rem;
            font-weight: 500;
            transition: background 0.2s;
        }
        .btn1 h4{
            font-size: 18.5px;
            font-weight: bold;
            font-family: sans-serif;
            margin-bottom: 2px;
        }
        .btn1-sm:hover{
            /* background: #e63946; */
            background: red;
            color: #fff;
        }
        .btn2{
            width: auto;
            height: auto;
            background: #2d2d2d;
            color: #fff;
            border: none;
            margin: auto;
            border-radius: 15px;
            padding: 4px 14px;
            font-size: 0.8rem;
            font-weight: 500;
            transition: background 0.2s;
        }
        .btn2 a{
            text-decoration: none;
            color: #fff;
            font-size: 11px;
            font-family: sans-serif;
            font-weight: 500;
        }
        .btn2-sm:hover{
            /* background: #e63946; */
            background:red;
            color: #fff;
        }
/* Sale Box */
.salebox{
    max-width: 650px;
    margin:0px auto;
    background: #fff;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}
.card2{
    transition: transform 0.3s;
}
.card2:hover{
    transform: translateY(-5px);
}
.sale-badge{
    /* background: blue; */
    color: #fff;
    font-size: 0.85rem;
    border-radius: 20px;
    padding: 4px 12px;
}
.card-img-top{
    height: 260px;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
}