@import url('https://fonts.googleapis.com/css2?family=Newsreader:ital,opsz,wght@0,6..72,200..800;1,6..72,200..800&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
*{
    box-sizing: border-box;
}

body{
    background-color:#f3f2f0;
    margin:0;
    display:flex;
    flex-direction:column;
    width:100%;
    overflow-x:hidden;
}

.head{
    width:100%;
    min-height:136px;
    padding:0 64px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    font-size:21px;
    font-family:'Newsreader';
    margin-bottom:40px;
}

.logo{
    flex-shrink:0;
    overflow:hidden;
    padding-bottom:20px;
}

.logo img{
    width:112px;
    height:auto;
    padding-top: 20px;
}

.links{
    flex:1;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:35px;
    font-weight:bold;
    font-family:"Newsreader", serif;
    font-size: 20px;
    height: max-content;
}

.links a{
    text-decoration:none;
    color:#595856;
    white-space:nowrap;
}

.links a:hover,
.links a:active{
    color:#D99544;
}

.bu{
    width:1px;
}

.search{
    flex-shrink:0;
    display:flex;
    gap:25px;
    align-items:center;
    color:#434241;
}

.search a{
    text-decoration:none;
}

.search a img{
    width:30px;
}

.li,
.ri{
    display:flex;
    align-items:center;
    gap:15px;
}

.search hr{
    height:30px;
    width:1px;
    background:black;
    border:none;
}
.links .act{
    color: #D99544;
}
main{
    min-height:1400px;
}

.c{
    width:calc(100% - 128px);
    margin:auto;
}

.foot{
    width:100%;
    padding:30px 64px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.left{
    display:flex;
    flex-direction:column;
    gap:10px;
}

.left img{
    width:112px;
    height:auto;
}

.left p{
    margin:0;
    color:#543B25;
    font-family:'Poppins';
    font-size:15px;
}

.right{
    display:flex;
    gap:20px;
    flex-wrap:wrap;
}

.right a{
    text-decoration:none;
    color:gray;
}






.main-body{
  margin-left: 60px;
  margin-top: 10px;
}
.my-shelf{
  font-family: "Newsreader", serif;
  font-size: 61px;
  margin-bottom: 14px;
  color: #232227;
}
.my-shelf-diS{
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 24px;
  color: #5B403D;
}
.fav-books-header{
  display: flex;
  flex-direction: row;
  align-items:baseline;
  justify-content: space-between;
  margin-top: 60px;
  
}
.fav-books-text{
  font-family: "Newsreader", serif;
  font-size: 36px;
  margin-bottom: 40px;
  color: #232227;
}
.fav-books-view{
  font-family: "Newsreader", serif;
  font-weight: 600;
  font-size: 21px;
  color:#D99544 ;
  margin-right: 120px;

}
.fav-books-view:hover{
  
  cursor: pointer;
}
.fav-books-cover{
  width: 252px;
  height: 364px;
  border-radius: 2px;
}
.fav-books-title{
  font-family: "Newsreader", serif;
  font-size: 18px;
  color: #232227;
  margin-top: 14px;
}
.fav-books-auther{
   font-family: "Poppins", sans-serif;
   font-size: 14px;
   color: #5B403D;
   margin-top: 5px;
}
.view-details{
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  color: #D99544;
  margin-top: 14px;
  margin-bottom: 90px;
}
.view-details:hover{
  cursor: pointer;
}
.my-bookshelf-bar{
  display: flex;
  flex-direction: row;
  align-items:baseline;
  justify-content: space-between;
  margin-bottom: 50px;

}
.my-bookshelf-text{
   font-family: "Newsreader", serif;
   font-size: 36px;
   color: #232227;
}
.bookshelf-choices{
  display: flex;
  flex-direction: row;
  align-items:baseline;
  justify-content: space-between;
  margin-right: 106px;


}
.bookshelf-all{
   font-family: "Newsreader", serif;
   font-size: 21px;
   font-weight: 700;
   color: #232227;
   margin-right: 8px;
}
.bookshelf-all:hover{
  cursor: pointer;
}
.bookshelf-read-fin{
   font-family: "Newsreader", serif;
   font-size: 21px;
   font-weight: 700;
   color:#5B403D;
   margin-right: 14px;
   margin-left: 14px;
}
.bookshelf-read-fin:hover{
  cursor: pointer;

}
.bookshelf-read-fin:active{
  color: #232227;
 
}
.bookshelf-books{
  display: flex;
  flex-direction: row;
}

.bookshelf-book-info{
  display: flex;
  flex-direction: row;
  margin-right: 20px;
}
.bookshelf-covers{
  width: 96px;
  height: 144px;
  margin-right: 25px;
  border-radius: 2px;
}

.bookshelf-title{
   font-family: "Newsreader", serif;
  font-size: 18px;
  color: #232227;
  margin-top: 0px;

}
.bookshelf-auther{
  font-family: "Poppins", sans-serif;
   font-size: 14px;
   color: #5B403D;
   margin-top: 5px;
}
.progress-container {
  
  width: 219px;
  background-color: #e0e0e0;
  border-radius: 25px;
}

.progress-bar {
  margin-top:92px ;
  width: 65%;
  height: 6px;
  background-color:#D99544;
  border-radius: 25px;
  text-align: center;
  color: white;
}
.progress-container-crime {
  
  width: 219px;
  background-color: #e0e0e0;
  border-radius: 25px;
}

.progress-bar-crime {
  margin-top:92px ;
  width: 10%;
  height: 6px;
  background-color:#D99544;
  border-radius: 25px;
  text-align: center;
  color: white;
}
.recently-viewd-text{
  font-family: "Newsreader", serif;
   font-size: 36px;
   color: #232227;
   margin-top: 50px;
}
.recently-bar{
  display:flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 50px;
}
.recent-books{
  display: flex ;
  flex-direction: row;
 

}
.recent-book-info{
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-right: 50px;
}
.recent-cover{
  width: 48px;
  height: 72px;
  margin-right: 15px;
  border-radius: 2px;
}
.recent-title{
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  color: #232227;

}
.recent-auther{
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
  color: #5B403D;
}
