* {
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

nav {
  display: grid;
  grid-template-columns: 0.8fr 1.3fr 0.45fr;
  position: sticky;
  top: 0;
  z-index: 100;
  background: #ffffff;
  border-bottom: 1px solid #EEF0C8;
  box-shadow: 0px 0px 3px 0px;
}
@media screen and (max-width: 420px) {
  nav {
    grid-template-columns: 0.1fr 0.8fr 0.1fr;
    padding: 0 5px;
  }
}
nav img {
  width: 35%;
  padding-left: 90px;
  margin-top: 2px;
}
@media screen and (max-width: 1024px) {
  nav img {
    margin-top: 7px;
  }
}
@media screen and (max-width: 730px) {
  nav img {
    padding-left: 50px;
    margin-top: 9px;
    width: 40%;
  }
}
@media screen and (max-width: 420px) {
  nav img {
    display: none;
  }
}
nav .menu-bar {
  margin-top: -2px;
}
@media screen and (max-width: 1024px) {
  nav .menu-bar {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 730px) {
  nav .menu-bar {
    margin-bottom: 15;
  }
}
nav .menu-bar ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
nav .menu-bar ul li {
  list-style: none;
  margin-top: 17px;
}
nav .menu-bar ul li a {
  text-decoration: none;
  color: #000;
  font-size: 20px;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  nav .menu-bar ul li a {
    font-size: 18px;
  }
}
@media screen and (max-width: 730px) {
  nav .menu-bar ul li a {
    font-size: 15px;
  }
}
@media screen and (max-width: 420px) {
  nav .menu-bar ul li a {
    font-size: 10px;
    display: flex;
    justify-content: center;
    width: 80px;
  }
}
nav .menu-bar ul li a:hover {
  color: #00B9BE;
  transition: 0.3s;
  font-weight: 520;
}
nav .icons-color {
  font-size: 30px;
  color: teal;
  margin-top: 10px;
}
@media screen and (max-width: 420px) {
  nav .icons-color {
    margin-top: 10px;
    font-size: 20px;
  }
}

footer {
  font-size: 20px;
  background: rgba(0, 184, 190, 0.3450980392);
  height: 180px;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 90px;
}
@media screen and (max-width: 730px) {
  footer {
    font-size: 15px;
    padding: 0px 50px;
    height: 150px;
  }
}
@media screen and (max-width: 420px) {
  footer {
    justify-content: center;
    height: 70px;
  }
}
footer .footer-left {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 420px) {
  footer .footer-left h3 {
    font-size: 15px;
  }
}
footer .footer-left .email {
  display: flex;
  align-items: center;
  gap: 10px;
}
footer .footer-left .email img {
  width: 30px;
}
@media screen and (max-width: 420px) {
  footer .footer-left .email img {
    width: 20px;
  }
}
footer .footer-left .email p {
  margin-top: -5px;
}
@media screen and (max-width: 730px) {
  footer .footer-left .email p {
    font-size: 15px;
  }
}
@media screen and (max-width: 420px) {
  footer .footer-left .email p {
    font-size: 10px;
  }
}
footer .footer-left .phone-call {
  display: flex;
  align-items: center;
  gap: 10px;
}
footer .footer-left .phone-call img {
  width: 38px;
  margin-left: -5px;
}
@media screen and (max-width: 420px) {
  footer .footer-left .phone-call img {
    width: 28px;
  }
}
footer .footer-left .phone-call p {
  margin-top: 2px;
}
@media screen and (max-width: 730px) {
  footer .footer-left .phone-call p {
    font-size: 15px;
  }
}
@media screen and (max-width: 420px) {
  footer .footer-left .phone-call p {
    font-size: 10px;
  }
}
@media screen and (max-width: 420px) {
  footer .footer-left {
    display: none;
  }
}
footer .footer-right h3 {
  text-align: center;
}
@media screen and (max-width: 420px) {
  footer .footer-right h3 {
    font-size: 15px;
  }
}
footer .footer-right .icon {
  padding: 10px;
}
@media screen and (max-width: 420px) {
  footer .footer-right .icon {
    padding: 0px;
  }
}
footer .footer-right .icon img {
  width: 30px;
  margin-left: 15px;
  margin-top: 10px;
}
@media screen and (max-width: 420px) {
  footer .footer-right .icon img {
    width: 20px;
    margin-left: 2px;
  }
}

body .cover {
  position: relative;
  background-image: url("../images/Home/cover-home-page.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0;
  height: 500px;
}
@media screen and (max-width: 420px) {
  body .cover {
    height: 260px;
    width: 100%;
  }
}
@media screen and (max-width: 730px) {
  body .cover {
    height: 300px;
  }
}
body .cover h1 {
  text-shadow: 1px 3px #d2d8b0;
  font-size: 50px;
  color: #00B9BE;
}
@media screen and (max-width: 730px) {
  body .cover h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 420px) {
  body .cover h1 {
    font-size: 20px;
  }
}
body .cover h1,
body .cover p {
  font-weight: 600;
  padding: 50px 90px;
}
@media screen and (max-width: 730px) {
  body .cover h1,
  body .cover p {
    padding: 30px 50px;
  }
}
@media screen and (max-width: 420px) {
  body .cover h1,
  body .cover p {
    padding: 20px 30px;
  }
}
body .cover p b {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.819);
}
@media screen and (max-width: 730px) {
  body .cover p b {
    font-size: 15px;
  }
}
@media screen and (max-width: 420px) {
  body .cover p b {
    text-shadow: 1px 2px rgba(210, 216, 176, 0.7215686275);
    font-size: 11px;
    width: 100%;
    color: #00B9BE;
  }
}
body .cover .open {
  box-shadow: 0px 2px 5px 2px #9d9d9d;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  color: #000;
  width: 280px;
  height: 40px;
  border-radius: 10px 15px 0px 10px;
  margin-left: 90px;
  padding: 0px;
  margin-top: 70px;
  font-size: 17px;
}
@media screen and (max-width: 730px) {
  body .cover .open {
    width: 250px;
    height: 35px;
    margin-left: 54px;
    margin-top: 20px;
    font-size: 15px;
    box-shadow: 4px 4px 4px 0px rgb(235, 232, 232);
  }
}
@media screen and (max-width: 420px) {
  body .cover .open {
    width: 180px;
    height: 25px;
    margin-top: 15px;
    margin-left: 30px;
    font-size: 11px;
    box-shadow: 4px 4px 4px 0px rgb(108, 107, 107);
  }
}
body .cover .open:hover {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00B9BE;
  color: #ffffff;
  width: 280px;
  height: 40px;
  border-radius: 10px 15px 0px 10px;
  margin-left: 90px;
  padding: 0px;
  margin-top: 70px;
  font-size: 17px;
}
@media screen and (max-width: 730px) {
  body .cover .open:hover {
    width: 250px;
    height: 35px;
    margin-left: 54px;
    margin-top: 20px;
    font-size: 15px;
  }
}
@media screen and (max-width: 420px) {
  body .cover .open:hover {
    width: 180px;
    height: 25px;
    margin-top: 15px;
    margin-left: 30px;
    font-size: 11px;
    box-shadow: 4px 4px 4px 0px rgb(156, 156, 156);
  }
}
body .popular-book {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 730px) {
  body .popular-book {
    margin-top: 15px;
  }
}
@media screen and (max-width: 420px) {
  body .popular-book {
    margin-top: 15px;
  }
}
body .popular-book h2 {
  color: #00B9BE;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 730px) {
  body .popular-book h2 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 420px) {
  body .popular-book h2 {
    font-size: 16px;
    margin-top: 15px;
  }
}
body .popular-book .books {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 20px;
}
@media screen and (max-width: 730px) {
  body .popular-book .books {
    gap: 15px;
    margin: 0 10px;
  }
}
@media screen and (max-width: 420px) {
  body .popular-book .books {
    gap: 10px;
    margin: 0 5px;
  }
}
body .popular-book .books .image-card {
  border-bottom: 4px solid #00B9BE;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 310px;
  width: 210px;
  border: 1px solid rgb(235, 231, 231);
  border-radius: 10px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  body .popular-book .books .image-card {
    display: flex;
    justify-content: center;
    height: 225px;
    width: 160px;
  }
}
@media screen and (max-width: 730px) {
  body .popular-book .books .image-card {
    height: 190px;
    width: 140px;
    display: flex;
    justify-content: center;
    margin-right: 0;
  }
}
@media screen and (max-width: 420px) {
  body .popular-book .books .image-card {
    height: 120px;
    width: 80px;
    margin-left: 5px;
    display: flex;
    justify-content: center;
    border-bottom: 3px solid #00B9BE;
  }
}
body .popular-book .books .image-card img {
  border: 1px solid #EEF0C8;
  width: 185px;
  height: 255px;
}
@media screen and (max-width: 1024px) {
  body .popular-book .books .image-card img {
    width: 120px;
    height: 165px;
  }
}
@media screen and (max-width: 730px) {
  body .popular-book .books .image-card img {
    width: 110px;
    height: 150px;
  }
}
@media screen and (max-width: 420px) {
  body .popular-book .books .image-card img {
    width: 70px;
    height: 90px;
  }
}
body .popular-book .books .image-card button {
  width: 130px;
  border-radius: 5px;
  border: 1px solid;
  font-size: 15px;
  height: 28px;
  background: none;
}
@media screen and (max-width: 1024px) {
  body .popular-book .books .image-card button {
    width: 95px;
    height: 25px;
    font-size: 12px;
  }
}
@media screen and (max-width: 730px) {
  body .popular-book .books .image-card button {
    width: 58px;
    height: 13px;
    font-size: 10px;
    border-radius: 3px;
  }
}
body .popular-book .books .image-card button a {
  text-decoration: none;
}
body .popular-book .books .image-card:hover {
  border-bottom: 4px solid #00B9BE;
  box-shadow: 0px 5px 5px 5px rgb(235, 232, 232);
  transition: 0.3s;
  height: 310px;
  width: 210px;
}
@media screen and (max-width: 1024px) {
  body .popular-book .books .image-card:hover {
    display: flex;
    justify-content: center;
    height: 225px;
    width: 160px;
  }
}
@media screen and (max-width: 730px) {
  body .popular-book .books .image-card:hover {
    height: 180px;
    width: 137px;
    margin-right: 4px;
  }
}
@media screen and (max-width: 420px) {
  body .popular-book .books .image-card:hover {
    height: 120px;
    width: 80px;
    margin-left: 5px;
    display: flex;
    justify-content: center;
    border-bottom: 3px solid #00B9BE;
  }
}
body .popular-book .books .image-card:hover button {
  background: #00B9BE;
  border: none;
  transition: 0.2s;
}
@media screen and (max-width: 730px) {
  body .popular-book .books .image-card:hover button {
    width: 100px;
  }
}
@media screen and (max-width: 420px) {
  body .popular-book .books .image-card:hover button {
    height: 15px;
    width: 60px;
    display: flex;
    justify-content: center;
  }
}
body .popular-book .books .image-card:hover button a {
  color: white;
}
body .borrow-and-return {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-direction: column;
}
@media screen and (max-width: 730px) {
  body .borrow-and-return {
    gap: 15px;
  }
}
body .borrow-and-return .borrow-card {
  box-shadow: 0px 2px 5px 2px rgb(235, 232, 232);
  margin-top: 20px;
  background: rgba(246, 246, 246, 0.441);
  border-radius: 20px;
  height: 200px;
  width: 85%;
  margin-top: 60px;
  display: flex;
}
@media screen and (max-width: 730px) {
  body .borrow-and-return .borrow-card {
    height: 210px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 420px) {
  body .borrow-and-return .borrow-card {
    height: 160px;
    width: 83%;
  }
}
body .borrow-and-return .borrow-card .borrow-title {
  display: grid;
  width: 80%;
  grid-template-rows: repeat(2, 2.5fr);
  margin-bottom: 50px;
}
body .borrow-and-return .borrow-card .borrow-title h2 a {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-left: 150px;
  color: #00B9BE;
  text-decoration: none;
}
@media screen and (max-width: 730px) {
  body .borrow-and-return .borrow-card .borrow-title h2 a {
    margin-left: 30px;
  }
}
@media screen and (max-width: 420px) {
  body .borrow-and-return .borrow-card .borrow-title h2 a {
    margin-left: 10px;
    font-size: 14px;
  }
}
body .borrow-and-return .borrow-card .borrow-title p {
  line-height: 25px;
  margin-left: 100px;
}
@media screen and (max-width: 730px) {
  body .borrow-and-return .borrow-card .borrow-title p {
    margin-left: 35px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 420px) {
  body .borrow-and-return .borrow-card .borrow-title p {
    font-size: 10px;
    margin-left: 10px;
    margin-right: 5px;
    line-height: 14px;
  }
}
body .borrow-and-return .borrow-card .img {
  width: 30%;
  align-items: center;
  display: flex;
  justify-content: center;
}
body .borrow-and-return .borrow-card .img img {
  box-shadow: 0px 2px 5px 2px rgba(128, 128, 128, 0.736);
  border-radius: 5px;
  width: 100px;
  height: 140px;
}
@media screen and (max-width: 420px) {
  body .borrow-and-return .borrow-card .img img {
    width: 70px;
    height: 110px;
  }
}
body .borrow-and-return .return-card {
  box-shadow: 0px 2px 5px 2px rgb(235, 232, 232);
  justify-content: center;
  margin-top: 20px;
  background: rgba(246, 246, 246, 0.441);
  border-radius: 20px;
  height: 200px;
  width: 85%;
  display: flex;
}
@media screen and (max-width: 730px) {
  body .borrow-and-return .return-card {
    height: 210px;
  }
}
@media screen and (max-width: 420px) {
  body .borrow-and-return .return-card {
    height: 160px;
    width: 83%;
  }
}
body .borrow-and-return .return-card .return-img {
  width: 30%;
  align-items: center;
  display: flex;
  justify-content: center;
}
body .borrow-and-return .return-card .return-img img {
  box-shadow: 0px 2px 5px 2px rgba(128, 128, 128, 0.736);
  border-radius: 5px;
  width: 100px;
  height: 140px;
}
@media screen and (max-width: 420px) {
  body .borrow-and-return .return-card .return-img img {
    width: 70px;
    height: 110px;
  }
}
body .borrow-and-return .return-card .return-title {
  display: grid;
  width: 80%;
  grid-template-rows: repeat(2, 2.5fr);
  margin-bottom: 50px;
}
body .borrow-and-return .return-card .return-title h2 a {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  color: #00B9BE;
  text-decoration: none;
}
@media screen and (max-width: 730px) {
  body .borrow-and-return .return-card .return-title h2 a {
    margin-right: 50px;
  }
}
@media screen and (max-width: 420px) {
  body .borrow-and-return .return-card .return-title h2 a {
    font-size: 14px;
    margin-right: 10px;
  }
}
body .borrow-and-return .return-card .return-title p {
  line-height: 25px;
  margin-right: 100px;
}
@media screen and (max-width: 730px) {
  body .borrow-and-return .return-card .return-title p {
    margin-right: 30px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 420px) {
  body .borrow-and-return .return-card .return-title p {
    font-size: 10px;
    margin-right: 10px;
    margin-left: 5px;
    line-height: 14px;
  }
}
body #address {
  padding: 1%;
}
@media screen and (max-width: 730px) {
  body #address {
    margin-bottom: -10px;
  }
}
body #address p a {
  list-style: none;
}
@media screen and (max-width: 730px) {
  body #address p {
    font-size: 15px;
  }
}
@media screen and (max-width: 420px) {
  body #address p {
    font-size: 8px;
    margin-top: 10px;
  }
}/*# sourceMappingURL=style.css.map */