*{
    margin: 0;
    padding: 0;
}
body{
    background-color: rgba(255, 255, 255, 0.877);
}
/*****************************
*
* Nav Section CSS
*
*******************************/
nav {
    /* background-color: black; */
    padding: 2%;
}
.logo-ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
nav img {
    width: 50px;
    height: 50px;
}
.icon-ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.checkbtn{
    font-size: 30px;
    color: rgb(27, 26, 25);
    float: right;
    line-height: 80px;
    
}
nav ul {
    display: flex;
    flex-direction: row;
    justify-content: end;
    width: 75%;
    list-style: none;
}
nav ul li{
    margin-right: 2%;
}
nav ul li a{
    color: orange;
    font-size: x-large;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 900;
}
nav ul li button{
    color: #fd811b;
    border-radius: 37px;
    left: 1px;

}
nav ul li a :hover{
    color: #f80d0d;
    transform: scale(1.1);
    transition: all;
}
.banner-text-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: rgb(255, 255, 255)
}
.banner-text {
    text-align: center;
    margin-top: 10%;
    width: 70%;
}
.banner-text h3 {
    font-weight: 900;
    font-size: 50px;
}
/*****************************
*
* Sell Section CSS
*
*******************************/
.preview-section {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.introduction {
    width: 25%;
}
.content-section {
    background: rgb(238, 237, 238);
    width: 100%;
    padding: 2%;
}
.cards-wrapper { 
    display: block;
}
.cards-wrapper .card {
    width: 30%;
    margin: 1%;
    display: inline-block;
    position: relative;
}
 .card-p {
    width: 50%;
    margin: 1%;
    float: right;
    display: flex;
}
.cards-wrapper .card img {
    width: 100%;
    height: 200px;
    transition: 0.5s;
    cursor: pointer;
} 
.card-p img {
    width: 50%;
    height: 250px;
    transition: 0.5s;
    cursor: pointer;
    border-radius: 100%;
} 

.cards-wrapper .card img:hover {
    transform: scale(1.1);
    color: brown;
}
.product-details {
    padding: 5%;
}
.product-details .price {
    
    
    font-weight:700;
    color:var(--accent);
    right: 3%;
}
.product-details i {
    background-color: rgb(59, 55, 55);
    color: white;
    padding: 3%;
    border-radius: 120px;
}
.product-details button {
    font-size: small;
}
.section-title {
    color: rgb(12, 4, 4);
    line-height: 10px;
}
.preview-suites {
    background-color: rgb(32, 30, 30);
}

.banner {
    background: url("../assets/zale\ logo\ \(10\).jpg ");
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-1{
    background: url("../assets/zale\ logo\ \(6\).jpg ");
    background-repeat: no-repeat;
    background-size: 100%;
    
}
.banner-2{
    background: url("../assets/zale\ logo\ \(7\).jpg ");
    background-repeat: no-repeat;
    background-size: 100%;
    
}
.banner-color {
    height: 50vh;
    background-color: black;
    opacity: 0.7787;
}

/*****************************
*
* search-box
*
*******************************/
.search-box{
    float: right;
    height: 30px;
    width: 200px;
    padding: 8px;
    border-radius: 15px;
    margin-top: 1%;
    margin-left: 2%;
    background: transparent;
}
.search-box .content{
    background: transparent;
    
}
.section-p1{
    padding: 50px;
    border-radius: 2px 4px;
}
.sucker{
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: url("../assets/dress/dress\ \(15\).jpg");
    align-items: center;
    background-position: center;
    background-size: cover;
    width: 95%;
    height: 490px;

}.sucker-1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: url("../assets/bags/a\ \(12\).jpg ");
    align-items: center;
    background-position: center;
    background-size: cover;
    width: 95%;
    height:550px;
}
.sucker-3{
    display: flex;
    float: right;
    flex-direction: column;
   
    background-image: url("../assets/shoes/IMG-20251020-WA0065.jpg ");
    align-items: center;
    background-position: center;
    background-size: cover;
    width: 95%;
    height: 520px;
    
}
.sucker-2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: url("../assets/sneaker/sneaker\ \(1\).jpg ");
    align-items: center;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 530px;

}
.sucker button{
    color: #fd811b;
    background-color: #050504;
}
.sucker button:hover{
    color: #f80d0d;
    
}
.sucker :hover{
    color: aqua;
}
.sucker-1:hover{
    color: aqua;
}
.sucker-2:hover{
    color: aqua;
}
.sucker-4:hover{
    color: aqua;
}
.img{
    transform: scale(1.1);
    transition: all;
}
video{
    width: 95%;
    height: 600px;
}
/*****************************
*
* new Section CSS
*
*******************************/
.product-details{
    padding:10px}
 .price{
    font-weight:700;
    color:var(--accent)
}
    .search-box{
        display:flex;gap:8px}
    .search-box input{
        min-width:220px}
    .sticky-top-fix{
        position:relative;top:0;z-index:1020}
    .filter-row{
        gap:12px;margin-bottom:18px}
    footer{
        background:#e3e7f0;color:#0c265a;padding:36px 0;margin-top:40px}
    .floating-video{
        position:flex;right:18px;bottom:18px;width:220px;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.25)}
    .back-to-top{
        position:fixed;right:18px;bottom:250px;display:flex}
    @media (max-width:768px){.logo-ul ul{display:none}}
    /* Mobile optimization */
@media (max-width: 768px){
    .cards-wrapper{
      grid-template-columns: repeat(auto-fill, minmax(160px,1fr));
    }
    nav .navbar-brand img{
      height:44px;
    }
    .banner-text h1{
      font-size:1.8rem;
    }
  }
  