@media(max-width:768px){
    nav{
            background-color: transparent;
            width: 100%;
            flex-wrap: wrap;
            height: 14vh;
            margin-bottom: 50px;
        }
        .toggle{
            display: initial;
            font-size: 20px;
            padding: 12px;
        }
        .toggle i{
            color: white;
            font-weight: bolder;
            font-size: 1.6rem;
        }
        .menu{
            flex-direction:column;
            background-color: transparent;
            color: white;
        }
        .menu li{
            width: 100vw;
            color: aliceblue;
            display: inline-block;
        }
        .menu li a{
            color: white;
            font-weight: bold;
            transition: 0.5s;
            display: block;
            margin: 0;
            line-height: 35px;
            padding-left: 10px;
            border-radius: 10px;
            font-size: 13px;
            
        }
        .menu li a:hover{
            background-color: black;
            color: white;
            text-decoration: none;
            
        }
        .brand a{
            text-decoration: none;
            color: black;
            font-weight: bolder;
            font-size: 15px;
            margin-left: 5px;
        }
        .brand{
            padding: 10px;
        }
        .img1{
            width: 50px;
            height: 50px;
            object-fit: cover;
            border-radius: 25px;
        }
        .header1-content{
            margin-bottom: 180px;
            color: white;
        }
        .header1-content h3{
            font-size: 25px;
        }
        .header1-content h4{
            margin-bottom: 10px;
        }
        .View{
            background-color: white;
            color: black;
            text-decoration: none;
            font-weight: bold;
            padding: 5px 15px;
        }
        .section1{
            display: block;
        }
        .section1 div{
            margin: 5px;
        }
        .img2{
            width: 200px;
        }
        .parent h4{
            text-align: center;
            font-size: 18px;
            margin-bottom: 20px;
            margin-top: 20px;
        }
        .p1{
            font-size: 14px;
        }
        .section2{
            height: 250px;
            background-color: gray;
        }
        .section2 h3{
           text-align: center;
           color: #F5F5DC;
           font-size: 20px;
        }
        .section2 p{
            color: #F5F5DC;
            text-align: center;
            font-size: 14px;
        }
        .section3{
            display: block;
        }
        .mag{
            width: 200px;
            height: 200px;
            background-color: black;
            object-fit: cover;
            border-radius: 100px;
        }
        .contain2{
            display: block;
            margin-top: 20px;
        }
        .child1 p,.child2 p{
            width: 100%;
            text-align: center;
            font-size: 14px;
        }
        .child1 ,h5.child2 h5{
            text-align: center;
            font-size: 18px;
        }
        .child1,.child2{
            margin-left: 3px;
            margin-right: 3px;
            margin-top: 2px;
        }
        h5{
            text-align: center;
        }
        .contact-info h3{
            font-size: 18px;
        }
        .contact-info p {
            font-size: 14px;
        }
       .image{
        width: 150px
       }
        main {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 2fr));
            gap:5px;
            padding: 20px;
            background-color:#F5F5DC;
            width: 100%;
        }
        .add-to-cart{
            padding: 3px 10px;
            font-size: 14px;
            margin-top: 10px;
        }
        main div{
            margin-top: 20px;
            border: 2px solid gray;
            padding: 10px;
        }
        #cart h2{
            text-align: center;
            font-size: 18px;
        }
        #cart{
            background-color: black;
            color: red;
            text-align: center;
            
        }
        #cart ul{
            list-style-type: none;
            font-size: 16px;
        }
        .total{
            font-size: 16px;
        }
        .order{
            background-color: white;  
            color: black;
            border: none;
            padding: 3px 10px;
            font-size: 14px;
            margin-top: 10px;
            margin-bottom: 10px;
          }
          .header3{
            background-image: url(../image/header\ image2.webp);
            height: 400px;
            background-repeat: no-repeat;
            background-size: cover;
            display: flex;
            align-items: flex-end;
            justify-content: center;
        }
        .header3-div{
            color: white;
            margin-bottom: 100px;
        }
        .header3-div h3,h4{
            color: white;
            font-size: 20px;
        }
        .header4-content{
            color: white;
            margin-bottom: 150px;
        }
        .header4{
            background-position: left;
        }
        .header4-content h3{
          font-size: 30px;
        }
        #wa{
            color: #25D366;
            font-size: 18px;
            font-weight: bold;
         }
         #tik{
            color: black;
            font-size: 18px;
            margin-left: 20px;
            font-weight: bold;
         }
         #in{
            color: #E4405F;
            font-size: 18px;
            margin-left: 2px;
            margin-top: 10px;
            font-weight: bold;
         }
         .bb{
            display: flex;
            justify-content: center;
            margin-top:2px ;
         }
         .pow{
            font-size: 18px;
            color: black;
            font-weight: bold;
            text-align: center;
         }
         .span{
            font-size: 15px;
            color: black;
            font-weight: bold;
         }
         .bow2{
            margin-top: 30px;
         }
         .bow2 a{
            background-color: gray;
            padding: 5px 10px;
            border-radius: 5px;
         }
        
        
    }