@import url("https://fonts.googleapis.com/css2?family=Cairo&display=swap");
:root {
  --main-color: #12407c;
  --second-color: #76787d;
}
a:hover {
  text-decoration: none;
}
body {
  background: #f9f9f9;
  font-family: "Cairo", sans-serif;
}
.banar {
  background: url(../images/15401-01.png) no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  position: relative;
  min-height: 50vh;
}
.banar .overlay {
  background-color: var(--main-color);
  opacity: 0.2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.banar .lib-info {
  font-family: "Cairo", sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  width: 90%;
}
.banar .lib-info h4 {
  font-size: 65px;
  font-weight: bold;
  padding: 10px;
}
.banar .lib-info p {
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
  line-height: 30px;
}
/* Start Books */
.books {
  margin-top: 50px;
}
.card {
  margin-bottom: 30px;
}
.card-module:hover,
.hover {
  -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
}




.img-cover {
  height: 250px;
  overflow: hidden;
}
.img-cover .card-img-top {
  width: 100%;
  height: auto;
  display: block;
}
.card-title_event .category {
  direction: rtl;
  position: absolute;
  top: 0px;
  left: 0;
  background: #3c80e7;
  padding: 10px 15px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
rd-title_event a {
  color: #FDFEFE;
}
.card-title_event a:hover {
  text-decoration: none;
  color:  #FDFEFE;

}
card-text_event a {
  color: #17202A;
  transition: 0.3s;
}
card-text_event a:hover {
  text-decoration: none;
  color: #17202A;

}
.card-text_event {
  color:#17202A;
  line-height: 30px;
}

.card-title a {
  color: var(--main-color);
  transition: 0.3s;
}
.card-title a:hover {
  text-decoration: none;
  color: var(--second-color);

}
.card-text {
  color: #777;
  line-height: 30px;
}
.custom-btn {
  padding: 10px;
  border: 1px solid var(--main-color);
  outline: none;
  transition: 0.3s;
  width: 100%;
  background: var(--main-color);
  color: #fff;
}
.custom-btn:hover {
  background: var(--main-color);
}
.custom-btn a {
  font-size: 18px;
  display: block;
  color: #fff;
}
.custom-btn a:hover {
  text-decoration: none;
  color: #fff;
}
/* End Books */

/* Start Show individual book */
.book-cover {
  overflow: hidden;
}
.book-cover img {
  width: 100%;
}
.book-content {
  margin-top: 20px;
}
.book-content h4 a {
  color: #555;
}
.book-content h4 a:hover {
  color: #777;
  text-decoration: none;
}
.book-content p {
  line-height: 30px;
}
/* Reated Books */
.related-books {
  margin-top: 70px;
}
.related-book {
  margin: 20px 0;
  background: #fff;
  padding: 10px;
  border: 1px solid #eee;
}
.cover {
  overflow: hidden;
}
.cover img {
  width: 100%;
}
.title {
  margin: 10px 0;
}
.title a {
  color: #555;
}
.title a:hover {
  color: #777;
}
/* End Show individual book */

/* Start footer */

/* End footer */

/* Show individual book */
.book-cover {
  overflow: hidden;
  display: block;
  width: 100%;
}
.book-cover img {
  width: 100%;
  display: block;
  overflow: hidden;
}





  



