
 .hradbtn{
    padding: 40px 0px 0px 0px ;
  width: 78%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* border: 1px solid red; */

 }


 .hradbtn .head{
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    color: #0a3148;
    font-weight: 600;
 }

 .hradbtn .button{
    padding: 10px 30px;
    border-radius: 20px;
    font-size: 19px;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    background-color: #f70000;
 }

.santanu_book{
    width: 90%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0px 50px 30px;
    overflow: hidden;
    /* border: 1px solid red; */
}


 .santanu_book .card {
    width: 300px;
    background: #ffffff;
    border-radius: 15px;
    padding: 15px;
    gap: 40px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    /* border: 1px solid red; */
}



 .santanu_book .card .card-image {
    width: 100%;
    height: 150px;
    background: #f3f3f3;
    border-radius: 12px;
    overflow: hidden;
}

 .santanu_book .card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


#owl img {
    display: block;
    width: 100% !important;

}

   .santanu_book .card .card-content .category {
    margin-top: 12px;
    font-size: 14px;
    color: #6F7275;
}

    .santanu_book .card .card-content .title {
    font-size: 20px;
    font-weight: 700;
    color: #0D1A26;
}


   .santanu_book .card .card-content .author-row {
    display: flex;
    gap: 10px;
    align-items: center;
  
}

   .santanu_book .card .card-content .author-row .author-img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 8px;
}

  .santanu_book .card .card-content .author-row .author-name {
    font-size: 15px;
    font-weight: 600;
    margin-right: auto;
}

  .santanu_book .card .card-content .author-row .rating {
    color: orange;
    font-size: 18px;
}
  .santanu_book .card .card-content .author-row .rating i{
    font-size: 16px;


}

