nav{
    background-color:transparent;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 17vh;
    overflow: hidden;
    transition: ease 1s all;
    position: absolute;
    width: 100%;
}
.elastic{
    height: 55vh;
}
.brand{
    padding: 1.6rem;
}

.toggle{
   
    padding: 1.6rem;
    display: none;
    cursor:pointer;
}
.toggle i{
    color: white;
    font-weight: bolder;
    font-size: 1.6rem;
}

.menu{
    display: flex;
    list-style-type: none;
    padding: 1.6rem;
}
.menu li a{
    text-decoration: none;
    color:white;
    /* font-weight: bold; */
    font-size: 16px;
    margin:30px;
    transition: ease 0.5s;
}
.menu li a:hover{
    color: red;
    text-decoration: underline;
}
.img1{
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 35px;
}
.header1{
    background-image: url(../image/header\ image1.webp);
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    display:flex ;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
}
.header1-content{
    margin-bottom: 200px;
    color: white;
}
.header1-content h3{
    font-size: 50px;
}
.header1-content h4{
    margin-bottom: 40px;
}
.View{
    background-color: white;
    color: black;
    text-decoration: none;
    font-weight: bold;
    padding: 5px 19px;
}
.section1{
        /* display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 2fr));
        gap: 10px;
        justify-content: center; */
        display: flex;
        justify-content: center;
        background-color: #F5F5DC;
}
.section1 div{
    background-color: rgba(128, 128, 128, 0.329);
    margin: 40px;
    transition: 0.15s;
}
.section1 div:hover{
    border: 2px solid gray;
    border-radius: 5px;
    box-shadow: 3px 3px gray;
}
.img2{
    width: 300px;
}
.parent h4{
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}
.p1{
    text-align: center;
    color: black;
}
.section2{
    height: 100px;
    background-color: gray;
}
.section2 h3{
   text-align: center;
   color: #F5F5DC;
}
.section2 p{
    color: #F5F5DC;
    text-align: center;
}
.section3{
    display: flex;
    background-color:#F5F5DC ;
    justify-content: center;
    padding: 10px;
}
.mag{
    width: 300px;
    height: 300px;
    background-color: black;
    object-fit: cover;
    border-radius: 150px;
}
#fade{
    -webkit-animation-name: x;
    -webkit-animation-duration: 2s;
    animation-name: x;
    animation-duration: 2s;
}
@keyframes x{
    from{
        opacity: 0.1;
    }
    to{
        opacity: 1;
    }
}
.contain2{
    display: flex;
}
.child1 p,.child2 p{
    width:300px;
}
.child1,.child2{
    margin-right: 100px;
    margin-left: 70px;
    margin-top: 60px;
}
.footer {
    background-color: #222;
    color: #fff;
    padding: 20px;
    text-align: center;
}
.contact-info h3 {
    margin-bottom: 10px;
    font-size: 1.5em;
}
.contact-info p {
    margin: 5px 0;
    font-size: 1em;
}
.contact-info a {
    color: #f8d47b;
    text-decoration: none;
}
.contact-info a:hover {
    text-decoration: underline;
}
.fas {
    margin-right: 8px;
    color: #f8d47b;
}
/*cart styling*/
.products-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 2fr));
    gap:5px;
}
.products-grid .products-div{
    border: 1px solid black;
    padding-bottom: 10px;
}
.image{
    width: 250px;
}
.para1,.para2{
    color: black;
    margin-left: 35px;
}
.ratings{
    margin-left: 35px;
    color: gold;
}
.button-container{
    margin-left: 35px;
    margin-top: 10px;
}
.button-container button{
    padding:2px 17px ;
    border: none;
    background-color: black;
    color: white;
    border-radius: 20px;
}
select{
    border-radius: 10px;
    padding: 2px 7px;
}
.image{
    width: 300px;
}
.header2{
    height: 100px;
}
.section4 div{
    margin-top: 30px;
}
.add-to-cart{
    background-color: black;
    color: white;
    border: none;
    padding: 3px 17px;
    border-radius: 5px;
}
.h2{
    font-size: 18px;
    color: black;
}
.products-container img {
    width: 300px;
    height: 300px;
    object-fit: cover;
}
.cart-icon {
    font-size: 1.6rem;
    color: beige;
    padding: 1.6rem;
}
main {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 2fr));
    gap:5px;
    padding: 20px;
    background-color: #F5F5DC;
}
main img{
    width: 150px;
}
.price{
    color: red;
}

.header2{
    background-color: #F5F5DC;
}
main div{
    margin-top: 20px;
    border: 2px solid gray;
    padding: 10px;
}
#cart h2{
    text-align: center;
}
#cart{
    background-color: black;
    color: red;
    
}
#cart ul{
    list-style-type: none;
    font-size: 20px;
}
.total{
    font-size: 20px;
}
.order{
  background-color: white;  
  color: black;
  border: none;
  padding: 3px 17px;
  border-radius: 5px;
  text-align: center;
}
.header3{
    background-image: url(../image/header\ image2.webp);
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.header3-div{
    color: white;
    margin-bottom: 200px;
}
.header3-div h3,h4{
    color: white;
    font-size: 40px;
}
.container {
    background: white;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    width: 100%;
    max-width: 400px;
    margin-bottom: 20px;
}
.h2 {
    margin-bottom: 15px;
    text-align: center;
}
.label {
    display: block;
    margin-top: 10px;
    font-weight: bold;
}
.input, select {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.button {
    width: 100%;
    padding: 10px;
    margin-top: 15px;
    background: black;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.button:hover {
    background: #333;
}
.order a{
    color: black;
    text-decoration: none;
    text-align: center;
}
.header4{
    background-image: url(../image/c.webp);
    height: 400px;
    background-repeat: repeat;
    background-size: cover;
    background-position: bottom;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.header4-content{
    color: white;
    margin-bottom: 200px;
}
#wa{
    color: #25D366;
    font-size: 30px;
 }
 #tik{
    color: black;
    font-size: 30px;
    margin-left: 20px;
 }
 #in{
    color: #E4405F;
    font-size: 30px;
    margin-left: 20px;
 }
 .bb{
    display: flex;
    justify-content: center;
    margin-top:20px ;
 }
 .pow{
    font-size: 20px;
    color: black;
    font-weight: bold;
 }
 .span{
    font-size: 18px;
    color: black;
    font-weight: bold;
 }
 .bow2{
    margin-top: 30px;
 }
 .bow2 a{
    background-color: gray;
    padding: 10px 10px;
    border-radius: 5px;
 }
 