*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
nav{
    background-color: rgba(15, 15, 15, 0.934);
    height: 50px;
    width: 100%;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 999;
}
nav ul{
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: end;
    align-items: center;
}
nav li{
    height: 50px;
}
.lic{
    display: block;
}
nav a,.cart,.lic button{
    height: 100%;
    padding: 0 30px;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: white;
}
nav a:hover,.cart:hover,.lic button:hover,.list .item button:hover{
    background-color: slategrey;
    transition: background-color 0.3s ease;
}
.lic button{
    width: 100%;
    background-color: transparent;
    border: none;
}
nav li:first-child{
    margin-right: auto;
}
.ul2{
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 250px;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.285);
    backdrop-filter: blur(10px);
    display: none;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    padding-left: 0;
}
.ul2 li{
    width: 100%;
}
.ul2 a{
    width: 100%;
    color: black;
}
.hideOnMob{
    display: none;
}
.cart{
    position: relative;
}
.cart span{
    background-color: rgb(184, 4, 4);
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    left: 45px;
    top: 25px;
}
.carttap{
    width: 400px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.285);
    backdrop-filter: blur(10px);
    display:none;
    grid-template-rows: 70px 1fr 70px;
}
.carttap h2{
    padding: 30px;
}
.carttap .btn{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    border: none;
    width: 100%;
    padding: 0;
}
.carttap .btn .close{
    background-color: red;
}
.carttap .btn .check{
    background-color: white;
}
.total{
    display: flex;
    align-items: center;
    justify-content: center;
}
.list{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top:50px;
    margin-bottom: 50px;
}
.list .item{
    text-align: center;
    background-color: rgba(255, 255, 255, 0.200);
    backdrop-filter: blur(10px);
    border-radius: 30px;
    width: 200px;
    padding: 20px;
    margin: 10px 0;
    color: white;
}
.list .item img{
    width: 80%;
    height: 40%;
    margin-top: 10px;
    border-radius: 20px;
    transition: transform 1s ease;
}
.list .item img:hover{
    transform: scale(1.14);
}
.list .item .title{
    margin-top: 15px;
}
.list .item .prg{
    text-decoration: none;
    color: white;
    margin-bottom: 10px;
}
.list .item .prg:hover{
    text-decoration: underline;
}
.list .item .last1{
    color: #d4af37;
    text-decoration: red line-through;
}
.list .item button{
    background-color: #1C1F25;
    color: #fff;
    width: 80%;
    height: 40px;
    border-radius: 20px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.listcards{
    overflow: auto;
}
.listcards li{
    display: grid;
    grid-template-columns: 100px repeat(3,1fr);
    margin-bottom: 30px;
}
.listcards li img{
    width: 90%;
    height: 100%;
    border-radius: 10px;
}
.listcards li div{
    display: flex;
    justify-content: center;
    align-items: center;
}
.listcards li button{
    width: 30px;
    border-radius: 50%;
    margin: 10px;
    border: none;
}
.head1{
    background-image: url(images/wolf1.avif);
    background-size: 100% 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 100vh;
    margin-bottom: 0;
}
.lay1{
    background-color: rgba(2, 9, 13, 0.564);
    height: 100% ;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.lay1 p{
    color: white;
    font-size: 20px;
    text-align: center;
    margin-bottom: 40px;
}
.lay1 h1{
    font-size: 30px;
    text-align: center;
    color: white;
    padding: 50px 50px 20px 50px;
}
.sub1{
    display: flex;
    flex-wrap: wrap;
}
.sub2{
    display: block;
    color: white;
    background-color: transparent;
    text-decoration: none;
    border: 2px white solid;
    padding: 10px 40%;
}
.sub2:hover{
    color: black;
    background-color: white;
}
.content{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 50px;
}
.content h3{
    margin-bottom: 40px;
}
.con{
    background-image: url(images/buy-2-free-get-1-sale-banner-striped-background-vector-illustration_275806-1529.avif);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 40vh;
    color: white;
    border-radius: 20px;
    width: 90%;
}
.cont{
    padding: 100px 20px 0px 20px;
    background-color: rgba(0, 0, 0, 0.516);
    height: 100%;
}
.con2{
    background-image: url(images/up-to-50-percent-off-special-discount-offer-upto-50-off-sale-of-advertising-campaign-graphics-free-vector.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 40vh;
    color: white;
    border-radius: 20px;
    width: 90%;
    margin-top: 40px;
}
.cont2{
    padding: 100px 20px 0 20px;
    background-color: rgba(0, 0, 0, 0.516);
    height: 100%;
}
.con3{
    background-image: url(images/winter-wear-sale-custom-jackets.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 40vh;
    color: white;
    border-radius: 20px;
    width: 90%;
    margin-top: 40px;
}
.cont3{
    padding: 100px 20px 0 20px;
    background-color: rgba(0, 0, 0, 0.516);
    height: 100%;
}
.end{
    text-decoration: none;
    color: white;
}
.end:hover{
    color: black;
}
.footer{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    height: 100px;
    color: white;
}
@media (min-width: 750px) {
    .hideOnMob{
    display: block;
    }
    .lic{
        display: none;
    }
    .list .item{
    width: 300px;
    padding: 20px;
    }
    .sub1{
    flex-wrap: nowrap;
    }
    .sub2{
    display:block;
    width: 140px;
    padding: 10px 20px;
    }
    .lay1 h1{
        font-size: 66px;
    }
    .lay1 p{
        font-size: 36px;
    }
    .head1{
    height: 120vh;
    background-size: 100% 100%;
    }
    .con,.con2,.con3{
        height: 65vh;
        background-size: 100% 100%;
        width: 30%;
        margin-top: 0;
    }
    .cont,.cont2,.cont3{
        padding: 215px 0 0 30px;
    }
    .footer{
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
    }
}
.ramadan-badge {
    position: fixed;
    bottom: 30px;
    left: 30px;
    background: linear-gradient(135deg, #111, #2c3e50);
    color: #d4af37;
    padding: 12px 25px;
    border-radius: 50px;
    font-family: 'Cairo', sans-serif;
    font-size: 20px;
    font-weight: 700;
    box-shadow: 0 10px 25px rgba(212,175,55,0.2);
    z-index: 9999;
    pointer-events: none;
    animation: floatBadge 2s ease-in-out infinite;
}
@keyframes floatBadge {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-12px);
    }
}

