@font-face {
    font-family: 'taj';
    src: url(Tajawal-Regular.ttf);
}

 /* @media (max-width: 480px) {
    .shoes-container {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 10px;
        padding: 10px;
        margin-top: 60px; 
    }
}  */

/* Custom Scrollbar Styles */
/* For Chrome, Safari, Edge, Opera */
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #0F555A;
    border-radius: 10px;
    border: 2px solid #f1f1f1;
}

::-webkit-scrollbar-thumb:hover {
    background: #0a4347;
}

/* For Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #0F555A #679396;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'taj', sans-serif;
    background-color: #ffffff;
    margin-bottom: 20px;
    
}

a{
    direction: none;
    text-decoration: none;
    outline: none;
    color: white;
}

.montag {
    height: 50px; /* نخلي ارتفاع واحد بس */
    width: 100%; /* عشان ياخد عرض الشاشة كله */
    background-color: #0F555A; /* لون خلفية الشريط */
    color: white;
    margin: 0;
    position: fixed; /* عشان يثبت فوق */
    top: 0; /* يبدأ من أول الصفحة */
    left: 0;
    z-index: 10000000000000000000; /* يفضل فوق كل العناصر */
    font-family: 'taj', sans-serif;
}

.title {
    font-size: 30px;
    font-weight: bold;
    line-height: 50px; /* عشان يكون النص في وسط الشريط */
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.t1 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 8px;
    position: absolute;
    margin-left: 10px;
    z-index: 100000;
}

.t2 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 8px;
    margin-right: 10px;
    text-align: right;
    position: absolute;
    right: 0;
    z-index: 100000;

}

.shoes-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(293px, 1fr));
    gap: 29px;
    padding: 20px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    max-width: 1300px;
    font-family: 'taj', sans-serif;
    font-size: 24px;
    width: 100%;
    box-sizing: border-box;
}

.shoes-nameh{
    color: black;
    text-align: center;
    font-family: 'taj', sans-serif;
    font-size: 32px;
    font-weight: bold;
    margin: 30px auto;
    display: block;
    grid-column: 1 / -1;
    margin-top: 40px;
    margin-bottom: 20px;
}

.shoes-nameh2{
    color: black;
    text-align: center;
    grid-column: 1 / -1;
    margin-top: -10px;
    margin-bottom: 10px;
    position: static;
    font-weight: bold;
    font-family: 'taj', sans-serif;
}

.s{
    width: 265px;
    height: 390px;
    background-color: #263743;
    border-radius: 35px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: end;
    margin-bottom: 15px;
    /* border: 6px solid #263743; */
    transform: translate3d(0, 0, 0);
    transition: transform 0.3s ease;
}

.s1{
    width: 265px;
    height: 390px;
    background-color: #263743;
    border-radius: 35px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: end;
    margin-bottom: 15px;
    border: 6px solid #263743;
    transform: translate3d(0, 0, 0);
    transition: transform 0.3s ease;
}

.pr{
    position: absolute;
    margin-bottom: 40px;
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
}

.shoes-img{
    width: 100%;
    height: 75%;
    object-fit: cover;
    margin-bottom: 98px;
    border-radius: 30px;
    /* border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px; */
    /* box-shadow: 0 0 10px 0 #456478; */
    transition: transform 0.3s ease;
    transform: scale(1);
    overflow: hidden;
}

.shoes-name{
    position: absolute;
    margin-bottom: 67px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
}

.s:hover{
    transform: translate3d(0, 0, 0) scale(1.05);
}

.s1:hover{
    transform: translate3d(0, 0, 0) scale(1.05);
}

.product-card {
    cursor: pointer;
}

.add-to-cart{
    position: absolute;
    margin-bottom: 7px;
    color: #263743;
    font-weight: bold;
    font-size: 20px;
    border-radius: 25px;
    width: 160px;
    font-family: 'taj', sans-serif;
    cursor: pointer;
    border: none;
}

.img1{
    width: 100%;
    height: auto;
    display: block;
    margin-top: 50px;
    object-fit: cover;
}

/* Container for image and button */
.img-container {
    position: relative;
    width: 100%;
    display: block;
}

.a1 {
    border-radius: 50px;
    position: absolute;
    top: 83%;
    left: 67%;
    transform: translate(-50%, -50%);
    width: auto;
    min-width: 100px;
    padding: 10px 20px;
    font-family: 'taj', sans-serif;
    font-weight: bold;
    font-size: 18px;
    background-color: rgba(15, 85, 90, 0.9);
    color: white;
    border: none;
    cursor: pointer;
    z-index: 10;
    white-space: nowrap;
}

.a2{
    border-radius: 50px;
    position: absolute;
    top: 83%;
    left: 33%;
    transform: translate(-50%, -50%);
    width: auto;
    min-width: 100px;
    padding: 10px 20px;
    font-family: 'taj', sans-serif;
    font-weight: bold;
    font-size: 18px;
    background-color: rgba(15, 85, 90, 0.9);
    color: white;
    border: none;
    cursor: pointer;
    z-index: 10;
    white-space: nowrap;
    margin-right: 20px;
}

.a3{
    border-radius: 50px;
    position: absolute;
    top: 52%;
    left: 50%;
    margin-top: -20px;
    transform: translate(-50%, -50%);
    font-size: 70px;
    width: auto;
    /* min-width: 100px; */
    padding: 10px 20px;
    font-family: 'taj', sans-serif;
    font-weight: bold;
    /* background-color: rgba(15, 85, 90, 0.9); */
    color: white;
    border: none;
    z-index: 10;
    white-space: nowrap;
}