*{
    font-family: "Tektur", sans-serif;

    margin: 0;
    padding: 0;
    box-sizing: border-box;

}
nav
{
    background-color: black;
    color: white;
    padding: 10px;
    position: sticky;
}
.nav,h1,ul,li
{
    display: inline;
}
#navbar2 h1{
    cursor: pointer;
}
.nav-link li
{
    padding: 5px;
    cursor: pointer;
}
.nav-link li:hover
{
color: rgb(28, 210, 251);
}
ul{
    color: gray;
margin-left: 60%;

}
.lbtn
{
font-size: smaller;
    background-color: rgb(52, 190, 245);
    color: black;
   border-radius: 5px;
    height: 40px;
    width: 80px;
}
.searchbar
{
    text-align: center;
    padding: 10px;
    padding-bottom: 2px;
   
    
}
.sbtn
{
    font-size: smaller;
    background-color: rgb(52, 190, 245);
    color: black;
   border-radius: 5px;
    height: 40px;
    width: 80px;
}
#sliderM{ background: white;
    width: 100%;
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;

}

#slider
{
overflow: hidden;

        background: white;
        padding: 0px;
        margin: 0px;
}
#slider figure{
    position:relative ;
    width:500%;
    margin: 0;
    left: 0;
    animation: 10s slider infinite;
}


#slider figure img{
    float: left;
    width: 20%;
}
@keyframes slider{
    0%{
        left: 0;

    }
    20%{
        left: 0;
    }
    25%{
        left: -100%;

    }
    40%{
        left: -100%;
    }
    50%{
        left: -200%;
    }
    70%{
        left: -200%;
    }
    75%{
        left: -300%;
    }
    


}
.sban{
   text-align: center;
}
.boxcat
{
      border-color:maroon;
    border-width: 2px;
    border-style: solid;
    margin: 5px;
    display: inline-block;
    text-align: center;

}
.boxcat p{
    font-size: xx-small;
    color: maroon;
    
}
.boxi{
    text-align: center;
    cursor: pointer;
    
}

.ph1 h1
{
    color: black;
    
}

.product-content
{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(200px,auto));
    gap: 2rem;
    align-items: center;
    margin-top: 5rem;
    padding-left: 50px;
    padding-right: 50px;
}

.box
{
    position: relative;
}
.box-img img
{
    width: 100%;
    height: auto;
    border-radius: 20px;
    margin-bottom: 1.2rem;
    transition: all.45s ease;
}
.box h3{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.1;
}
.box h4
{
    font-size: var(--p-font);
    color: var(--other-color);
    font-weight: 500;
    margin-bottom: 2rem;
}
.inbox
{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}
.price
{
    display: inline-block;
    padding: 4px 16px;
    background: transparent;
    border: 2px solid #ef4444;
    color: #ef4444;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600 ;
}
.price:hover{
    letter-spacing: 1px;
}
.rating a {
    font-size: 19px;
    color: #ef4444;
    margin-right: 4px;

}
.cbtn
{
     background-color: #ef4444 ;
   
   border-radius: 5px;
    height: 30px;
    width: 50px;
}
.cbtn:hover{
    background-color: transparent;
}
.heart i{
    position: absolute;
    height: 42px;
    width: 42px;
    display: inline-flex;
    top: 20px;
    right: 25px;
    align-items: center;
    justify-content: center;
    background: var(--bg-color);
    color: #ef4444;
    font-size: 22px;
    border-radius: 50%;
    transition: all .45s ease;
}
.heart i:hover
{
    color: var(--bg-color);
    background: #ef4444;
    cursor: pointer;
}
.footer h6
{
    font-weight: bold;


}
.footer ul
{
    color: black;
}
.footer li
{
    font-size: medium;
    cursor: pointer;
}
.footer li :hover
{
    color: rgb(65, 190, 239);
}
.contact
{
    background-color: black;
    color: white;
    text-align: center;
    font-size: small;
}