*{

    margin: 0;
    padding: 0;
    font-family: sans-serif;
    
  }
  .productsbanner{
    width: 100%;
    height: 300vh;
    background-image: linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.75)),url(sgt_pepper_background.jpg);
    background-size: cover;
    background-position: center;
  }
  .navbar{
    width: 80%;
    height: auto;
    padding: 35px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    filter: drop-shadow(20px 20px 10px white);
    position: relative;
    z-index: 2;
    
  }
  .logo {
   width: 600px;
   height: 125px;
  }
  .navbar ul li{
    list-style: none;
    display: inline-block;
    margin: 
    0 20px;
    position: relative;
  }
  .navbar ul li a{
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
  }
  .navbar ul li ::after{
    content: '';
    height: 3px;
    width: 0;
    background: #FFF;
    position: absolute;
    left: 0px;
    bottom: -10px;
    transition: 0.5s;
  }
  .navbar ul li a:hover::after{
    width: 100%;
  }
  h3{
    text-align: center;
    font-size: 24px;
    margin: 0;
    padding-top: 10px;
    margin-bottom: 5px;
  }
  a{
    text-decoration: none;
  }
  .gallery{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 50px 0;
    position: absolute;
    top: 140%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .content{
    width: 20%;
    margin: 15px;
    box-sizing: border-box;
    float: left;
    text-align: center;
    border-radius: 20px;
    cursor: pointer;
    padding-top: 10px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25),
    0 10px 10px rgba(0,0,0,0.22);
    transition: .4s;
    background: #f2f2f2;
  }
  .content:hover{
    box-shadow: 0 3px 6px rgba(0,0,0,0.16),
    0 3px 6px rgba(0,0,0,0.23);
    transform: translate(0px, -8px);
  }
  img{
    width: 200px;
    height: 200px;
    text-align: center;
    margin: 0 auto;
    display: bloc;
  }
  p{
    text-align: center;
    color: #2390bf;
    padding-top: 0 8px;
    font-size: 18px;
    margin-bottom: 5px;
  }
  h6{
    font-size: 26px;
    text-align: center;
    color: #222f3e;
    margin: 0;
  }
  ul{
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }
  li{
    padding: 5px;
  }
  .fa{
    font-size: 26px;
    transition: .4s;
  }
  .checked{
    color: #ff9f43;
  }
  .fa:hover{
    transform: scale(1.3);
    transition: .6s;
  }
  button{
    text-align: center;
    font-size: 24px;
    color: #fff;
    width: 100%;
    padding: 15px;
    border: 0;
    outline: none;
    cursor: pointer;
    margin-top: 5px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .buy-1{
    background: #2183a2;
  }
  .buy-2{
    background: #2183a2;
  }
  .buy-3{
    background: #2183a2;
  }
  .buy-4{
    background: #2183a2;
  }
  .buy-5{
    background: #2183a2;
  }
  .buy-6{
    background: #2183a2
  }
  .buy-7{
    background: #2183a2
  }
  .buy-8{
    background: #2183a2
  }
  .buy-9{
    background: #2183a2
  }
  @media(max-width:1000px){
    .content{
      width: 45%;
    }
  }
  @media(max-width:750px){
    .content{
      width: 100%;
    }
  }
.shoppingitem1,
.shoppingitem2,
.shoppingitem3,
.shoppingitem5,
.shoppingitem6,
.shoppingitem7,
.shoppingitem8,
.shoppingitem9{
    width: 20%;
    margin: 50px;
    margin-bottom: 5px;
    box-sizing: border-box;
    float: left;
    text-align: center;
    border-radius: 20px;
    cursor: pointer;
    padding-top: 10px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25),
    0 10px 10px rgba(0,0,0,0.22);
    transition: .4s;
    background: #f2f2f2;
}
.shoppingitem4 {
    bottom: 0;
    width: 20%;
    margin: 15px;
    margin-bottom: 5px;
    box-sizing: border-box;
    float: left;
    text-align: center;
    border-radius: 20px;
    cursor: pointer;
    padding-top: 10px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25),
    0 10px 10px rgba(0,0,0,0.22);
    transition: .4s;
    background: #f2f2f2;
}
.shoppingitem4 p{
  font-size: 14px;
}

.shoppingitem1:hover,
.shoppingitem2:hover,
.shoppingitem3:hover,
.shoppingitem4:hover,
.shoppingitem5:hover,
.shoppingitem6:hover,
.shoppingitem7:hover,
.shoppingitem8:hover,
.shoppingitem9:hover {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16),
    0 3px 6px rgba(0,0,0,0.23);
    transform: translate(0px, -8px);
}
.imagescredit p {
  top: 105%;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  font-family: sans-serif;
}

.imagescredit a {
  color: #007bff;
  text-decoration: none;
}

.imagescredit a:hover {
  text-decoration: underline;
  transition: .4s;
}