*{
    margin:0;
    padding:0;
    right:0;
    left:0;
}

.nav{
    
    display:flex; 
    height: 50px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    width:100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom:20px;
    
}
.nav-collection{
    display:inline-block;
    
    color:#341539;
    font-size: 20px;
    
    
}
.nav-collection a:hover{
    text-decoration: underline;
}
.nav p{
    
    color:#341539;
    font-size: 40px;
}
.nav-collection a{
    padding:10px;
    text-decoration: none;
    color:#341539;
   
    
}
.title{
    text-align: center;
    margin-top:80px;
    
    
}
.title h2{
    padding:20px;
}
.title h3{
    padding:20px;
}


.img img{
    margin:20px;
    width:400px;
    height:300px;

}
.btnshop{
    background-color:black;
    font-size: medium;
    padding:10px;
    width:50px;
    
}
.btnshop a{
    text-decoration: none;
    color:white;
}
.side-navbars {
   
    color:#341539;
    display: none;
    
}

.side-nav{
    left:-300px;
    height: 100%;
    width:300px;
    background-color:#341539;
    color:white;
    position: absolute;
    position: fixed;
    transition: 1s;
}
.side-nav p{
     text-align:right ;
}
.side-nav a{
    margin-left:10px;
    padding:15px;
    display:block;
    text-decoration: none;
    color:white;
    font-size: x-large;
}
.side-nav a:hover{
    text-decoration: underline;
}


    
   
.be h3{
    margin-left:10px;
    margin-top: 30px;
    margin-bottom:30px;
    
}
.home-img{
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
    margin-left:30px;

}
.himg img{
    display: flex;
    width:200px;
    height:250px;
    z-index:1;
    margin:10px;
}
 
.himg button:hover{
    background-color: white;
}

.search{
    margin-top:40px;
    display:inline;
    justify-content: center;
}
.search input{
    width:600px;
    padding:7px;
    border-color:black;
  
    border-style:solid;
    border-radius:15px;
    
}


.collection-img{
   display:flex;
   margin-left: 20px; 
   flex-basis:50%;
   flex-wrap: wrap;
   text-align: center;
   
}
.div1 img{
    width:200px;
    height:250px;
    display:flex;
    padding:20px;
    flex-grow: 1;
    
}
.footer{
    
    margin-top:50px;
    background-color:#341539;
    color:white;
    width:100%;
    height:200px;
    margin-left:0%;

}
.footer h1{
    margin-top:20px;
    margin-left:20px;
}
.footer ,h4,i{
    padding:10px;
    font-size: large;
    
    margin-left:20px;
}
.footer h1,h4,i:hover{
    cursor: pointer;
}
.contect-form{
    background-color: #341539;
    color:white;
    padding:30px;
    width:450px;
    height:350px;
    
    display:flex;
}
.contect-div{
    display:flex;
    width:100%;
    height:100%;
    justify-content: space-around;
    margin-top:40px;
}
.contect-form input,textarea{
    width:300px;
    height:40px;
    margin-left:40px;

}.contect-form textarea{
    width:300px;
    height:60px;
    margin-left:40px;

}
.contect-form h2,h4{
    margin-left:40px;
}
.contect-form button{
    width:100px;
    height:40px;
    border:none;
    margin:10px;
    margin-left:40px;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    
}


@media screen and (max-width:700px)
{
    .nav-collection{
        display: none;

    }
    .side-navbars{
        display:inline-block;
    }
    .himg img{
        width:150px;
        height:200px;
    }
    .search input{
        width:350px;
    }
    .div1 img{
        width:150px;
        height: 200px;
        flex-wrap:wrap;
    }
    .div1 h4{
        font-size:small;
}
}
@media screen and (max-width:1340px)
{
    .nav{
        width:100%;
    }
}