.main-A {
  background: rgba(255, 255, 255, 0.938);;
  padding: 7px 7px;
  margin: 20px;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.9);
  
}
.main-library{
  background-color: rgb(253, 254, 255);
  width: 100%;
  height: 800px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.9);
}

.search-box {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 5px;

}
.search-box input {
  flex: 1;
  padding-left: 15px;
  border-radius: 8px;
  border:none;
  margin-top: 17px; 
  box-shadow: 0 2px 6px rgba(0,0,0,0.9);
  margin-bottom: 5px;
  padding-bottom: 10px;
  padding-top: 10px;
  
}
.main-libraryA{
  background-color: rgb(253, 254, 255);
  width: 100%;
  height: 350px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.9);
}
.love-novel img{
 width:100%;
 height:352px;
 padding: 0px 0px;
border-radius: 8px;
margin-bottom: 5px;
object-fit:cover ;
transition: all 0.5s ease;
}

.love-novel img:hover{
 transform: translateY(-2px);
 box-shadow: 0 10px 30px rgba(19, 6, 194, 0.781);
}
.main-library:hover{
   transform: translateY(-2px);
 box-shadow: 0 10px 30px rgba(9, 6, 177, 0.877);
}
h5{
  text-align:center;
  text-decoration: none;
  font-weight: 600;
  font-size: 17px;
  margin-top: 8px;
  background-color:rgba(8, 5, 167, 0.849);
  border-radius: 3px;
  color: white;
}

.B2{
display: flex;

}

.B1{
  margin-left: 50px;
  margin-top: 20px;
  width: 200px;
  height:200px;
  box-shadow:0 10px 30px rgba(0, 0, 0, 0.452);
  border-radius: 8px;
  margin-bottom: 10px;
  
}

.space{
  width: 100%;
  height: 20px;
}
.B1 img{
  height: 205px;
  object-fit: fill; 
}

.B1 a{
  margin-left: 0px;
  text-decoration: none;
  font-size: 15px;
  padding: 2px;
}


@media (max-width: 720px) {
  .B1{
  margin-left: 18px;
  margin-top: 70px;
  width: 70px;
  height:130px;
  box-shadow:0 10px 30px rgba(125, 126, 134, 0.911);
}

.B1 a{
  margin-left: 0px;
  text-decoration: none;
  font-size: 10px;
  padding: 0%;
}
.B1 img{
  height: 142px;
}
.like-btn{
  height:25px;
  font-size: 11px; 
}
}



p{
  text-align: center;
  color: red;
  margin-top: 15px;
}
.footer-content p{
  color: white;
}

.love-novelA{
  width: 100%;
  height: 350px;
  background-color: rgb(255, 255, 255);
  margin-top: 42px;
  border-radius: 10px;
  display: flex;
  margin-top: 70px;
}
.back{
  width: 100%;
}
.back a{
  color: white;
  text-decoration: none;
  font-size: 12px;
  justify-content: space-between;
  margin: 50px;
  
}
.back a:hover{
  text-transform: uppercase;
  color: red;
  text-decoration: underline;
}
.love-novel{
  margin-top:10px;
  display:column;
  gap: 10px;
}
button{
   background: linear-gradient(135deg, rgba(0, 0, 255, 0.438) 0%, white 80%);
   color: rgb(3, 0, 199);
   border: none;
   padding: 5px 10px;
   font-size: 18px;
   font-weight: 600;
   border-radius: 20px;
   transition: all 0.3s ease;
   margin-top: 15px;
  }

 button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(7, 7, 7, 0.925);
  }
  .hey{
  font-size: 14px;
  margin-top: 10px;
  color: white;
}
.search-Btn{
background-color: blue;
 }

 .menu-toggle {
  display: none;
}

.filters-section {
  padding: 20px 0;
  text-align: center;
}

.category-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 20px;
}

.filter-btn {
  padding: 8px 16px;
  border: 2px solid blue;
  background: white;
  color: blue;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.filter-btn:hover {
  background: whitesmoke;
}

.filter-btn.active {
  background: blue;
  color: white;
}

.B1 {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 8px;
  position: relative;
}

.B1:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

