
:root {
    --color1: #fff9f0;
    --color2: #f7f2eb;
    --color3: #f2f0de;
    --color4: #edf1f6;
    --color5: #d0e3ff;
    --color6: #bad6eb;
    --color7: #7096d1;
    --color8: #334eac;
    --color9:#081f5c;

    --grad:linear-gradient(-45deg,#d0e3ff,#edf1f6,#f2f0de);
}
body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            color: #333;
        
}

/* header {
    background-color: #081f5c;
    color: white;
    padding: 1rem;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    
}
.logo {
    font-size: 1.5rem;
    font-weight: bold;
}
.search-bar {
    flex: 1;
    margin: 0 1rem;
}
.search-bar input {
    width: 30%;
    padding: 0.5rem;
    border: none;
    border-radius: 15px;
    font-size: 15px;
} */

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;  
    scroll-behavior: smooth;
}
header{
  background-color:var(--color9);
  align-items:center;
  display: flex;
  padding-top: 6px;
  padding-right: 10px;
  padding-left: 10px;
  justify-content: space-between;
  width: 100%;
} 
.logo{
text-decoration: none;
color:white ;
font-weight: 800;
font-size: 2.2em;
margin-top: -7px;
}
.supermarket{
color: orange;
font-size:0.7em ;
font-weight: 400;
}
.box {
background-color: white; 
border-radius: 20px;
padding-right: 100px ;
margin-bottom: 8px;
display: flex;
width: 500px;
height: 40px;
margin-left: -100px;
} 
.box form {
background-color: var (--light-color);  
border-radius: 150px; 
padding: 10px;
width: 100%;
display: flex;
align-items: center; 
}
.box form i {
padding: 5px;
color: orange;
}
 .box form input[type="search"] {
  flex: 1; 
  min-width: 10px; 
  border: none; 
  padding: 0px 5px; 
}
.box form input[type="submit"] {
background-color:white; 
color: white; 
border-radius: 150px;
padding: 10px;
font-weight:700;
border: none; 
}
.theme-toggle {
position: absolute;
 display: none;  
}
.theme-label {
position: absolute;
top:2px;
margin-left: -55px;
background-color: #131921;
color:orange;
padding: 10px 20px; 
font-size: 1.7em;
font-weight: bold;
cursor:pointer;
}
#icon1{
font-size: 1.5em;
color: white;
margin-right: 25px;
margin-left: 25px;
}
#icon1:hover{
color: orange;
}
#icon2{
font-size: 1.5em;
color: white;
padding-right: 5px;
margin-right: 20px;
margin-left: 20px;
}
#icon2:hover{
color:orange;
}
#icon3{
font-size: 1.5em;
color: white;
padding-left: 10px;
margin-right: 10px;
margin-left: 10px;
}
#icon3:hover{
color:orange;
}
.name-page{
    text-decoration: none;
    font-size:0.9em ;
    font-weight:800 ;
    color: white;
    font-family: "Roboto Slab", serif;
  }

.back{
    /* background-color: var(--color1); */
    background: var(--grad);
    padding-bottom: 100px;
}
.containerr {
    width: 70%;
    margin: 0 15%;
    padding: 1rem;
    /* transition: all 0.5s; */
    /* animation: bounce 2s linear; */
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    /*  */
}
.product {
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: white;
    padding: 1rem;
    margin: 1rem;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    width:25%;
    height: 30%;
    text-align: center;
    cursor: pointer;
    transition: .4s;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25);
}
/* .product :hover {
    transform:translate(0px,-8px);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16),0 3px 6px rgba(0, 0, 0, 0.26);
} */
.description{
font-size: 20px;
font-weight: 300;
color: #3d3e41;
}
.product img {
    max-width: 70%;
    height: 100px;
    border-radius: 5px;
    margin: auto;
}
.product h2 {
    font-size: 1.5rem;
    color:var(--color8);
}
.product p {
    font-size: 1rem;
    margin: 0.5rem 0;
    
}
.product .price {
    color: rgb(224, 28, 28);
    font-size: 25px;
    font-weight: 500;
}
.quant ,.rate{
    color: #848588;
}
.rattings{
    content: "\2605 \2605 \2605 \2605 \2605";
    color: var(--color9);
}
.add-to-cart {
    background-color: var(--color9);
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
}
.add-to-cart:hover {
    background-color: #0056b3;
}
/* footer {
    background-color: #081f5c;
    color: white;
    text-align: center;
    padding: 1rem;
    position: fixed;
    width: 100%;
    bottom: 0;

} */

.footer{
  background-color:var(--color9);
    padding: 50px 0px;
  }
  .container{
    max-width: 1170px;
    background-color:var(--color9);
    margin: auto;
  }
  .row{
    display: flex;
    flex-wrap: wrap;
  }
  .row ul{
    list-style:none;
  }
  .coul{
    width: 25%;
    padding: 0px 15px;
  }
  .coul h3{
    font-size: 1.7em;
    color: white;
    text-transform: capitalize;
    margin-bottom: 30px;
    font-weight: 500;
    font-weight: 500;
    position: relative;  
    margin-top: 7px;
  } 
  .coul h3::before{
    content: ''; 
    position: absolute; 
    left: 0;
    bottom: -10px;
    background-color: orange;
    height: 2px;
    width: 50px;
  }
  .coul ul li a{
    font-size: 16px;
    text-decoration: none; 
    font-weight: 300;
    color: #bbbbbb;
    display: block; 
    transition: all 0.3s ease; 
    margin-top: 7px;
  }
  .coul ul li a:hover{
    color: #ffff;
    padding-left: 8px;
  }
  .coul .socialz a{
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: rgba(255,255,255,.2);
    margin: 0 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color:#ffffff;
    transition: all 0.5s ease; 
    margin-top: 7px;
  }
  .socialz a:hover{
    color: #24262b;
    background-color: white;
  }


  .submit-button {
    background-color: orange; 
    color: white; 
    border: none;
    border-radius: 5px; 
    padding: 10px 20px; 
    font-size: 16px; 
    cursor: pointer; 
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); 
    transition: background-color 0.3s ease; 
}

.submit-button:hover {
    background-color: #4CA7F7; 
}