@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&display=swap');

* {
    box-sizing: border-box;
}

.head {
    background-image: url(../images/photo_2024-03-09_12-51-17.jpg);


}


.navigation a {

    text-decoration: none;
    color: #ffff;
    display: inline-block;
    padding: 15px 30px;
    font-size: 20px;


}

a:hover {
    color: #b69045;
}

h2 {
    padding: 230px 25px;
    text-align: center;
    /* font-weight: 10%; */
    font-size: 40px;
    color: white;
    /* background-image: url(../images/photo_2024-03-09_12-51-17.jpg); */
}

.form {

    font-size: 25px;
    background-color: #ababa3;



}

.form input {
    border-radius: 0.64em;
    width: 300px;
    height: 37px;

    border: none;


}

/*  */



.register {
    display: inline-block;
    width: 50%;
    height: 30px;
    border-radius: 0.3em;
    font-size: large;
    border: none;
    background-color: rgb(33, 86, 45);
    cursor: pointer;
    margin-left: 30px;


}


.reg {
    /* border: 2px solid #72a372; */
    width: 40%;


    padding: 15% 10%;
    margin: 0 30%;
}


.form2 {

    border: 2px solid #72a372;
    width: 30%;
    padding: 10px 10px;
    margin: 30%;


}

.login {

    width: 30%;
    height: 30px;
    border-radius: 0.3em;
    font-size: large;
    border: none;
    background-color: rgb(255, 255, 255);
    cursor: pointer;


}


.logo {
    text-align: center;
}

.category_list {
    width: 84%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;

}

.category {
    /* align-items: center;
    align-content: center; */
    margin: 30px auto;
    width: 150px;
    height: 150px;
    border-radius: 40px;
    cursor: pointer;
    box-shadow: 5px 5px 30px 7px rgba(0, 0, 0, 25), -5px -5px 38px 7px rgba(0, 0, 0, 0.22);
    transition: 0.4s;
    margin-bottom: 100px;
}

.category_imge {
    width: 200px;
    height: 200px;
}

.category_imge img {
    width: 400px;
    height: 400px;
    border-radius: 40px;
    object-fit: cover;

}

.category_title {
    color: #3f2a1b;
    text-align: center;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 50px;
    margin-top: -50px;
    text-shadow: 1px 2px white;
}

.category:hover {
    transform: scale(1.1)
}
.logofooter
{
    /* font-family:Monotype Corsiva; */
    font-family: Segoe Print;
    
    /* color:#6d6d6b */
    
}


footer
{
    padding-top: 30px;
    padding-left: 20px;
    
    background-color: #f2f2ef;
    border-radius:1em ;
    margin:90px 17px 5px 5px;
    display: flex;
    justify-content: space-between;
    padding-right: 40%;
    flex-wrap: wrap;
    
   
    

}


#content
{
    font-size: 22px;
}

.contact a

    {    padding-left: 50%;
        padding-top: 10px;
        padding-bottom: 10px;
        display: flex;
        justify-content: space-between;
        padding-right: 40%;
        flex-wrap: wrap;
        text-decoration: none;
        font-size: 25px;
        color: #484747;
    
}
.contact a:hover
{
color:#a54a99;
}
hr
{
    display: block;
padding-left: 20px;
}

.gallery{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 50px 0;
    
    
}
.content{
    width: 17%;
   
    margin: 15px;
    box-sizing: border-box;
    float: left;
    text-align: center;
    font-family: sans-serif;
    border-radius: 20px;
    cursor: pointer;
    padding-top: 10px;
    box-shadow: 0 14px 28px rgba(0,0, 0,0.25),
    0 10px 10px rgba(0, 0,0,0.22);
    transition: .45;
    background:#eeeeea ;
    
}
.content:hover{
    box-shadow: 0 3px 6px rgba(0, 0,0,0,16),
    0 3px 6px rgba(0,0,0,0.23) ;
    transform: translate(0px,-8px);
}
img{
    width: 150px;
    height: 150px;
    text-align: center;
    margin: 0 auto;
    display: block;

}


h6{
    font-size: 26px;
    text-align: center;
    color: #222f3e;
    margin: 0;
}
ul{
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0%;
}
li{
    padding-top: 5px;

}
.fa{
    font-size: 26px;
    transition: .4s;
    margin: 5px;
}
.checked{
    color: #f5d3a7;
}
.fa:hover{
    transform: scale(1.3);
    transition: .6s;
}
button{
    text-align: center;
    font-size: 24px;
    color: #fff;
    width: 100%;
    padding: 15px;
    border: 0;
    outline: none;
    cursor: pointer;
    margin-top: 5px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;


}
.buy-1{
    background: #d3b29b;
}

.buy-2{
    background: #d3b29b;
}
.buy-3{
    background: #d3b29b;
}
.buy-4{
    background: #d3b29b;
}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: black;
}

html{
    font-size: 62.5%;
}

main{
    max-width: 1500px;
    width: 95%;
    margin: 30px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
}

main .card{
    max-width: 300px;
    flex: 1 1 210px;
    text-align: center;
    height: 420px;
    border: 1px solid lightgray;
    margin: 20px;
}

main .card .image{
    height: 50%;
    margin-bottom: 20px;
}

main .card .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

main .card .caption{
    padding-left: 1em;
    text-align: left;
    line-height: 3em;
    height: 25%;
}

main .card .caption p{
    font-size: 1.5rem;
}

del{
    text-decoration: line-through;
}

main .card .caption .rate{
    display: flex;
}

main .card .caption .rate i{
    color: gold;
    margin-left: 2px;
}

main .card a{
    width: 50%;
}

main .card button{
    border: 2px solid black;
    padding: 1em;
    width: 80%;
    cursor: pointer;
    margin-top: 2em;
    font-weight: bold;
    position: relative;
}

main .card button:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    background-color: black;
    transition: all .5s;
    margin: 0;
}

main .card button::after{
    content:  "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    background-color: black;
    transition: all .5s;
}

main .card button:hover::before{
    width: 30%;
}

main .card button:hover::after{
    width: 30%;
}


/* * {
    background: #e6ddd3;
} */
@media (max-width:991px){

    html{
       font-size: 55%;
    }
 
 }
 
 @media (max-width:768px){
 
    .product-display{
       overflow-y:scroll;
    }
 
    .product-display .product-display-table{
       width: 80rem;
    }
 
 }
 
 @media (max-width:450px){
 
    html{
       font-size: 50%;
    }
 
 }









 