*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:  sans-serif;
}
    




.header{
    position: sticky;
    top: 0;
    height: 60px;
    background-color: #F5F5F5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 3;
}


.logo{
margin-left:10px;
width:160px;
height: 55px;

}
  

.search{
    display: flex;
} 

.search-input{
    margin-left: 30px;
    font-size: 14px;
    width: 400px;
    height: 45px;
    padding: 10px;
    border: none;
    border-left: 1px solid;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}




.search-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    border: none;
    border-right: 1px solid;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;

}

.fa-magnifying-glass{
    font-size: 18px;
    margin-right: 20px;
    margin-left: 20px;
}

.fa-magnifying-glass:hover{
    cursor: pointer;
    transition: ease-in-out 0.2s;
    transform: scale(1.3);
}

.btns{
 margin-left: 30px;
 margin-right: 20px;
 width: 50%;
 display: flex;
 justify-content: center;
 align-items: center;
 justify-content: space-around;
 font-size: 14px;
}

.btn{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.btntext{
    margin-top: 10px;
}

.btn:hover{
    cursor: pointer;
    transition: ease-in-out 0.2s;
    transform: scale(1.3);
}

.fa-bars{
    font-size: 30px;
}



/* css for productbar */

.productbar{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background-color: black;
    width: 100%;
    height: 30px;
    font-size: 12px;
    color: white;
    position: sticky;
    top: 60px;
    z-index: 3;
}

.product:hover{
    cursor: pointer;
    color: red;
}



/* css for iphone16 image */
.iphone16{
    width: 100%;
    height: 550px;
    background-image: url(logo/Iphonetop.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
}

    








/* css for main products section */


.catagories{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}



.box{
    font-size: 14px;
    margin: 30px;
    width: 20%;
    height: 320px;
    background-color: white;
    box-shadow: 0px 0px 5px gray;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.box:hover{
    transition: ease-in-out 0.1s;
    transform: scale(0.9);
    cursor: pointer;
    box-shadow: 0PX 0PX 10PX gray,
                0PX 0PX 20PX gray,
                0PX 0PX 30PX gray,
                0PX 0PX 40PX gray; 
}

.item{
    margin-bottom: 15px;
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    background-size: contain;
}

.offerprice{
    margin: 5px;
    color: red;
}

.mrp{
    text-decoration: line-through;
    color: gray;
}



.offeravilabe{
    margin: 5px;
    margin-right: 5px;
    display: flex;
    align-items: center;
    color: green;
}

.fa-tag{
    margin-right: 5px;
}

fieldset{
    margin-top: 30px;
}

legend{
    color: grey;
    font-size: 25px;
    margin: auto;
}




.view{
    width: 100%;
    margin-top:10px ;
    margin-bottom:10px;
}

.viewall{
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 5px gray;
    width: 100px;
    height: 35px;
    background-color: red;
    color: white;
    font-size: 15px;
}

.viewall:hover{
    transition: ease-in-out 0.2s;
    transform: scale(0.9);
    box-shadow: 0px 0px 10px gray;
    cursor: pointer;
}








/* images for smartphones */
 
.sp1{
    background-image: url(Smartphones/sp1.jpg);
}

.sp2{
    background-image: url(Smartphones/sp2.jpg);
}

.sp3{
    background-image: url(Smartphones/sp3.jpg);
}

.sp4{
    background-image: url(Smartphones/sp4.jpg);
}

.sp5{
    background-image: url(Smartphones/sp5.jpg);
}

.sp6{
    background-image: url(Smartphones/sp6.jpg);
}

.sp7{
    background-image: url(Smartphones/sp7.jpg);
}

.sp8{
    background-image: url(Smartphones/sp8.jpg);
}




/* images for televisions */

.tv1{
    background-image: url(TV/tv1.jpg);
}

.tv2{
    background-image: url(TV/tv2.jpg);
}

.tv3{
    background-image: url(TV/tv3.jpg);
}

.tv4{
    background-image: url(TV/tv4.jpg);
}

.tv5{
    background-image: url(TV/tv5.jpg);
}

.tv6{
    background-image: url(TV/tv6.jpg);
}

.tv7{
    background-image: url(TV/tv7.jpg);
}

.tv8{
    background-image: url(tv8.jpg);
}




/* images for apple products */

.ip1{
    background-image: url(Apple_Products/ip1.jpg);
}

.ip2{
    background-image: url(Apple_Products/ip2.jpg);
}

.ip3{
    background-image: url(Apple_Products/ip3.jpg);
}

.ip4{
    background-image: url(Apple_Products/ip4.jpg);
}

.ip5{
    background-image: url(Apple_Products/ip5.jpg);
}

.ip6{
    background-image: url(Apple_Products/ip6.jpg);
}

.ip7{
    background-image: url(Apple_Products/ip7.jpg);
}

.ip8{
    background-image: url(Apple_Products/ip8.jpg);
}

.ip9{
    background-image: url(Apple_Products/ip9.jpg);
}

.ip10{
    background-image: url(Apple_Products/ip10.jpg);
}

.ip11{
    background-image: url(Apple_Products/ip11.jpg);
}

.ip12{
    background-image: url(Apple_Products/ip12.jpg);
}



/* images for laptops */

.lp1{
    background-image: url(Laptops/lp1.jpg);
}

.lp2{
    background-image: url(Laptops/lp2.jpg);
}

.lp3{
    background-image: url(Laptops/lp3.jpg);
}

.lp4{
    background-image: url(Laptops/lp4.jpg);
}

.lp5{
    background-image: url(Laptops/lp5.jpg);
}

.lp6{
    background-image: url(Laptops/lp6.jpg);
}

.lp7{
    background-image: url(Laptops/lp7.jpg);
}

.lp8{
    background-image: url(Laptops/lp8.jpg);
}



 /* images for smartwatches & earbuds */

 .se1{
    background-image: url(Smart_Watches_&_Earbuds/se1.jpg);
}

.se2{
    background-image: url(Smart_Watches_&_Earbuds/se2.jpg);
}

.se3{
    background-image: url(Smart_Watches_&_Earbuds/se3.jpg);
}

.se4{
    background-image: url(Smart_Watches_&_Earbuds/se4.jpg);
}

.se5{
    background-image: url(Smart_Watches_&_Earbuds/se5.jpg);
}

.se6{
    background-image: url(Smart_Watches_&_Earbuds/se6.jpg);
}

.se7{
    background-image: url(Smart_Watches_&_Earbuds/se7.jpg);
}

.se8{
    background-image: url(Smart_Watches_&_Earbuds/se8.jpg);
}



/* images for tablets */

.tb1{
    background-image: url(Tablets/tb1.jpg);
}

.tb2{
    background-image: url(Tablets/tb2.jpg);
}

.tb3{
    background-image: url(Tablets/tb3.jpg);
}

.tb4{
    background-image: url(Tablets/tb4.jpg);
}

.tb5{
    background-image: url(Tablets/tb5.jpg);
}

.tb6{
    background-image: url(Tablets/tb6.jpg);
}

.tb7{
    background-image: url(Tablets/tb7.jpg);
}

.tb8{
    background-image: url(Tablets/tb8.jpg);
}






/* images for refrigerators */

.rf1{
    background-image: url(Refrigerators/rf1.jpg);
}

.rf2{
    background-image: url(Refrigerators/rf2.jpg);
}

.rf3{
    background-image: url(Refrigerators/rf3.jpg);
}

.rf4{
    background-image: url(Refrigerators/rf4.jpg);
}

.rf5{
    background-image: url(Refrigerators/rf5.jpg);
}

.rf6{
    background-image: url(Refrigerators/rf6.jpg);
}

.rf7{
    background-image: url(Refrigerators/rf7.jpg);
}

.rf8{
    background-image: url(Refrigerators/rf8.jpg);
}


 /* images for microwave ovens */

 .mo1{
    background-image: url(Microwave_Ovens/mo1.jpg);
}

.mo2{
    background-image: url(Microwave_Ovens/mo2.jpg);
}

.mo3{
    background-image: url(Microwave_Ovens/mo3.jpg);
}

.mo4{
    background-image: url(Microwave_Ovens/mo4.jpg);
}

.mo5{
    background-image: url(Microwave_Ovens/mo5.jpg);
}

.mo6{
    background-image: url(Microwave_Ovens/mo6.jpg);
}

.mo7{
    background-image: url(Microwave_Ovens/mo7.jpg);
}

.mo8{
    background-image: url(Microwave_Ovens/mo8.jpg);
}



 /* images for air conditioner */

 .ac1{
    background-image: url(Air_Conditioners/ac1.jpg);
}

.ac2{
    background-image: url(Air_Conditioners/ac2.jpg);
}

.ac3{
    background-image: url(Air_Conditioners/ac3.jpg);
}

.ac4{
    background-image: url(Air_Conditioners/ac4.jpg);
}



 /* images for washing machinwm */

 .wm1{
    background-image: url(Washing_Machines/wm1.jpg);
}

.wm2{
    background-image: url(Washing_Machines/wm2.jpg);
}

.wm3{
    background-image: url(Washing_Machines/wm3.jpg);
}

.wm4{
    background-image: url(Washing_Machines/wm4.jpg);
}

.wm5{
    background-image: url(Washing_Machines/wm5.jpg);
}

.wm6{
    background-image: url(Washing_Machines/wm6.jpg);
}

.wm7{
    background-image: url(Washing_Machines/wm7.jpg);
}

.wm8{
    background-image: url(Washing_Machines/wm8.jpg);
}







/* css for footer */


footer{
    /* margin-top: 50px; */
    width: 100%;
    height: 350px;
    background-color: black;
    display: flex;
    color: lightgrey;
    justify-content: space-around;
    /* align-items: center; */
}


ul{
    margin-top: 50px;
}


ul>p{
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;

}

ul>div{
    font-size: 13px;
    margin-top: 7px;

}

ul>div:hover{
    cursor: pointer;
    color: white;
}






/* css for footer input */




.mail{
display: flex;
} 

.mail-input{
font-size: 12px;
width: 200px;
height: 30px;
padding: 10px;
border: none;
border-left: 1px solid;
border-top: 1px solid;
border-bottom: 1px solid;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}


.mail-icon{
display: flex;
justify-content: center;
align-items: center;
color: black;
background-color: white;
border: none;
border-right: 1px solid;
border-top: 1px solid;
border-bottom: 1px solid;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;

}

.fa-paper-plane{
font-size: 12px;
margin-right: 10px;
margin-left: 10px;
}

.fa-paper-plane:hover{
cursor: pointer;
transition: ease-in-out 0.2s;
transform: scale(1.3);
}



/* css for follow us section */
.follow{
font-weight: 700;
font-size: 18px;
margin-bottom: 20px;
margin-top: 50px;
}

.fa-square-facebook{
font-size: 30px;
color: white;
margin-right: 20px;
}


.fa-square-instagram{
font-size: 30px;
color: white;
margin-right: 20px;
}


.fa-square-x-twitter{
font-size: 30px;
color: white;
margin-right: 20px;
}


.fa-linkedin{
font-size: 30px;
color: white;
margin-right: 20px;
}


/* css for last company name */

.last{
    width: 100%;
    height: 100px;
    background-color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.company{
    background-image: url(logo\ new\ png.png);
    width: 120px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    filter: invert(4);
}

.designby{
    margin-top: 20px;
    color: white;
    font-size: 10px;
    font-style: italic;
}









    


