.bd-list, .bd-list1{
   display: flex;
   flex-wrap: wrap;
   justify-content:center ;
   align-items: center;
   gap: 10px;

}
.bd{
    margin-top: 2%;
}
.img6{
    height: 310px;
    width: 280px;
}
.shop{
    color: black;
    background-color: white;
    text-transform: uppercase;
    border: 1.5px solid black;
    margin: 7px;
    padding: 5px;
    font-size: larger;
    border-radius: 20px;
    text-align: center;
    transition: 1s ;
    text-align: center;
    font-family: "Caveat", cursive;
    font-optical-sizing: auto;
    font-style: normal;
    cursor: pointer;
}
.shop:hover{
    background-color: black;
    color: white;
}
h6{
    font-size: larger;
    margin: 5px 0px;
}
.bd-item{
    border: 3px solid black;
    width: min-content;
    height: 430px;
}
.bd-item1{
    border: 3px solid black;
    width: min-content;
}
.img6{
   height: 310px;
    width: 280px;
    margin: 0 auto;
}
p{
    text-align: center;
    font-size: 20px;
    font-family: "Caveat", cursive;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 700;
    padding: 4px;
}
i{
    margin: 5px;
}
.bd-item1{
    margin: 0 auto;
    place-items: center;
}
#aside{
    box-shadow: 1px 1px 3px 3px;
    display: none;
    flex-direction: column;
    font-weight: bold;
    width: fit-content;
    padding: 0px 90px 90px 90px ;
    font-family: "Caveat", cursive;
    font-optical-sizing: auto;
    font-style: normal;
    background-position: center;
    background-size: contain;
    position: fixed;
    z-index: 100000;
    top: 52%;
    left: 50%;
    transform: translateX(-50%) translateY(-52%);
    overflow-x: hidden;
    background-color: rgba(0, 0, 0, 0.492);
    transition: 10s ;
    background-repeat: no-repeat;
    text-align: center;
}
h7{
    font-size: 3rem;
    color: white;
}
#links{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 40px;
}
#link{
    font-size: 2rem;
    border: 2px solid black;
    border-radius: 15px;
    margin: 10px 0px;
    text-align: center;
    padding: 5px;
    color: white;
    transition: .5s linear;
    background-color: black;
}
#link:hover{
    color: black;
    background-color: white;
    border: 2px solid white;

}
.hamburger1a{
    cursor: pointer;
    margin: 0 auto;
    font-size: 35px;
    padding: 4px;
    transition: .5s;
    color: white;

}
.openNavStyles{
    width: 100%;
    visibility: visible;
}
.img8{
    width: 580px;
    height: 580px;

}
.ob1{
    display: flex;
    flex-direction: row;

}
.ob{
    padding: 15px;
}
.p5{
    font-size: 47px;
    letter-spacing: 1px;
    justify-self: center;
    align-self: center;
    width: 900px;
    margin-left: 5px;

}
@media only screen and (min-width: 200px) and (max-width: 789px){
    #aside{
        height: 300px;
        width: 300px;
        overflow: hidden;
        padding: 20px;
    }
    h7{
        font-size: 1.6rem;
    }
    #links{
        margin-top: 10px;
        flex-wrap: nowrap;
    }
    #link{
        font-size: 1.4rem;
        margin: 10px 0px;
        padding: 5px 40px;
    }
    #link:hover{
        color: black;
        background-color: white;
    }
    .hamburger1a{
        cursor: pointer;
        margin: 0 auto;
        font-size: 35px;
        padding: 4px;
        transition: .5s;
        color: white;
    }    
.bd-list{
    display: flex;
    flex-wrap: wrap;
}
.bd-list1{
    display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   margin: 0 auto;
   gap: 10px;
}
.bd-item, .bd-item1{
    border: 3px solid black;
    margin: 0 auto;
    
}
.bd-item{
    height: 280px;
}
.bd-item img{
    width: 180px;
    height: 190px;
}
.bd-item1 .img6{
    width: 180px;
    height: 200px;
}
p{
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
.shop{
    margin: 4px;
    padding: 0px;
    font-size: 15px;
    border-radius: 20px;
}
}

@media only screen and (min-width: 790px) and (max-width: 1025px){
h7{
    font-size: 2rem;
    text-align: center;
}
.bd-item, .bd-item1{
  border: 3px solid black;
  margin: 0 auto;

}
.bd-item{
    height: 450px;

}
.bd-item img{
  width: 335px;
 height: 350px;
}
.bd-item img{
    width: 335px;
   height: 350px;
}

p{
 font-size: 17px;
 font-weight: 700;
 text-align: center;
}
.shop{
  padding: 0px;
  font-size: 15px;
  border-radius: 20px;
  width: 50%;
  margin: 0 auto;
  margin-bottom:5px;
  margin-top:5px;
  font-size: 20px;
}

}