*{
    margin: 0;
    padding: 0;
}
.navbar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    top: 0;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    
}

.navbar-links{
    display: flex;
    column-gap: 20px;
   
}

.navbar-links a{
    text-decoration: none;
    color: #1D232C;
   
}

.navbar-links a:hover{
    text-decoration: underline;
}

.navbar-menu-toggle{
    display: none;
}

.side-navbar{
    background-color: #1D232C;
    width: 30%;
    height: 100%;
    position: fixed;
    top: 0;
    left:-40%;
    padding: 20px;
    color: white;
    transition: 2s;
    
}

.side-navbar-link{
    margin-bottom: 30px;
}

.side-navbar-links a{
    text-decoration: none;
    color: white;
    
}

.side-navbar-links a:hover{
    text-decoration: underline;
}

@media screen and (max-width:700px){
    .navbar-menu-toggle{
        display: block;
    }
    .navbar-links{
        display: none;
    }
    .img{
        display: none;
    }
    .service-1{
        display:none;
    }
    .service-2{
        display: block;
        flex-direction:column;
    }
   
}

.header{
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-top: 5%;
    padding: 5px;
}

.header img{
    width: 300px;
    height: 300px;
}

.shop{
    background-color: black;
    color: white;
    padding: 5px;
    margin-top: 5px;
}

.service-1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}

.service-2{
    display: flex;
    justify-content:center;
    gap: 10px;
    
    
}
.service-2 div{
    background-color: rgb(187, 183, 183);
    border-radius: 5px;
    padding-left: 10px;
}

.new-arrival img{
    width: 200px;
    height: 200px;
}
.new-arrival{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.new-arrival-1{
    position: relative;
    flex-basis: 20%;
}
.new-arrival button{
    position: absolute;
    padding-left: 7%;
    padding-right: 7%;
    padding-top: 9px;
    padding-bottom: 9px;
    top: 50%;
    left: 18%;
    color: #1D232C;
    border: none;
    border-radius: 10px;
}
.h2{
    padding: 10px;
}
.most-wanted img{
    width: 200px;
    height: 200px;
}
.most-wanted{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.most-wanted button{
    position: absolute;
    padding-left: 7%;
    padding-right: 7%;
    padding-top: 9px;
    padding-bottom: 9px;
    top: 50%;
    left: 18%;
    color: #1D232C;
    border: none;
    border-radius: 10px;

}
.most-wanted-1{
    position: relative;
    flex-basis: 20%;
}
.header1{
    text-align: center;
}
.h4{
    text-align: center;
    padding: 5px;
}
.search-bar{
    padding: 10px;
    text-align: center;
}
input{
    width: 50%;
}
.Suscribe button{
    background-color: black;
    color: white;
    position: relative;
    text-align: center;
    padding: 5px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 5px;
    padding-right: 5px;
    border: none;
    border-radius: 5px;
}

.Suscribe {
    position: relative;
    text-align: center;
   
}
.search-bar input{
    padding: 5px;
} 
.box{
    background-color: #1D232C;
    color: white;
    width: 100%;
    height: 200px;
}
.box{
    position: relative;
    margin-top:10px;
}

.box-1{
    position: absolute;    
    margin-top: 20px;
    left: 30px;
    padding: 10px;
    padding-bottom: 10px;
}
.products img{
    width: 200px;
    height: 200px;
    border-radius: 10px;
}
.product-search{
    width: 80%;
    border: solid black 2px;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
} 
.product-search input{
    border: none;
    background-color: transparent;
    width: 100%;
}
.product-search input:focus{
    outline: none;
}
.products{
    padding: 10px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-around;
}
.product-box{
    text-align: center;
    flex-basis: 20%;
    
}

.contact-box{
    background-color:#1D232C;
    color: white;
    width: 50%;
    height: 500px;
    border-radius: 10px;
    position: relative;
    left: 20%;
    z-index: 1;
    display: flex;
    
}
.name input{
    padding: 10px;
    border-radius: 7px;
    width: 80%;
}
.name input:focus{
    outline: none;
}
.email input:focus{
    outline: none;
}
.email input{
    padding: 10px;
    border-radius: 7px;
    width: 80%;
}
.message input:focus{
    outline: none;
}
.message input{
    padding: 40px;
    border-radius: 7px;
    width: 71%;
    display: flex;
    flex-wrap: wrap;
}
.btn button{
    background-color: blue;
    color: white;
    border-radius: 5px;
    padding: 5px;
}
.name{
    padding-bottom: 15px;
}
.email{
    padding-bottom: 15px;
}
.message{
    padding-bottom: 15px;
}
.contact{
    position: relative;
    left: 50px;
    top: 10%;
}
.contact h3{
    padding-bottom: 10px;
}
.name h4{
    padding-bottom:5px ;
}
.email h4{
    padding-bottom:5px ;
}
.message h4{
    padding-bottom:5px ;
}
