#books-navbar-selection {
  color: #ff8960;
}
.Books-Item-Hero-Section {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  align-items: center;
  padding: 0 83px;
}
.Books-Item-Hero-Section-Box {
  display: flex;
  position: relative;
  max-width: 995px;
  width: 100%;
  min-width: 1024px;
  background: #0c0e47;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  grid-gap: 30px;
  padding: 70px 42.5px;
}
.Books-Item-Hero-Section-Box-Head {
  display: flex;
  position: relative;
  flex-direction: column;
  grid-gap: 20px;
}
.Books-Item-Hero-Section-Box-Head-Heading {
  color: #fff;
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 0.833;
  letter-spacing: 1.432px;
  text-transform: uppercase;
}
.Books-Item-Hero-Section-Box-Head-Subtitle {
  color: #fff;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.67;
  letter-spacing: 0.716px;
}
.Books-Item-Hero-Section-Box-Head-Buttons {
  display: flex;
  position: relative;
  grid-gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}
.Books-Item-Hero-Section-Box-Head-Buttons-Buy {
  border: 1.5px solid #ff9900;
  border-radius: 5px;
  padding: 14px 20px;
  color: #ff9900;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  transition: background 0.2s, color 0.2s;
}
.Books-Item-Hero-Section-Box-Head-Buttons-Buy:hover {
  background: #ff9900;
  color: #fff;
}
.Books-Item-Hero-Section-Box-Image {
  max-width: 376px;
    flex: 1 1 23.65%;
    max-height: 444px;
    display: flex
;
    position: relative;
    align-items: center;
    justify-content: center;
}
.Books-Item-Hero-Section-Box-Image-imgTag {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  /* width: 100%; */
}
.Books-Item-Info-Section {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  align-items: center;
  padding: 35px 83px;
}
.Books-Item-Info-Section-Box {
  display: flex;
  position: relative;
  max-width: 995px;
  width: 100%;
  min-width: 1024px;
  flex-direction: column;
  grid-gap: 25px;
}
.Books-Item-Info-Section-Box-Heading {
  color: #000;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.11;
  letter-spacing: 1.08px;
  text-transform: uppercase;
}
.Books-Item-Info-Section-Box-Description {
  color: #000;
  text-align: justify;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: 0.66px;
}
.Books-Item-Info-Section-Box-Image {
  display: flex;
  position: relative;
  width: 100%;
  justify-content: center;
}
.Books-Item-Info-Section-Box-Image-imgTag {
  width: 380px;
}
.Books-Item-Review-Section {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  align-items: center;
  padding: 7px 83px;
  padding-bottom: 100px;
}
.Books-Item-Review-Section-Box {
  display: flex;
  position: relative;
  max-width: 1590px;
  width: 100%;
  min-width: 1024px;
  flex-direction: column;
  grid-gap: 33px;
}
.Books-Item-Review-Section-Box-Heading {
  color: #000;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.11;
  letter-spacing: 1.08px;
  text-transform: uppercase;
}
.Books-Item-Review-Section-Box-Cards {
  display: flex;
  position: relative;
  width: 100%;
  overflow-x: scroll;
  padding-bottom: 20px;
  grid-gap: 30px;
}
.Books-Item-Review-Section-Box-Cards::-webkit-scrollbar {
  display: none;
}
.Books-Item-Review-Section-Box-Cards-Card {
  display: flex;
  position: relative;
  background: #f7f5f5;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  flex-direction: column;
  grid-gap: 24px;
  padding: 18px 30px;
  border-radius: 10px;
  max-width: 705px;
  flex: 1 1 44.33%;
  min-width: 505px;
}
.Books-Item-Review-Section-Box-Cards-Card-Head {
  display: flex;
  position: relative;
  grid-gap: 14px;
}
.Books-Item-Review-Section-Box-Cards-Card-Head-DP {
  width: 67px;
  aspect-ratio: 1 / 1;
  background: #e5e5e5;
  border-radius: 50%;
}
.Books-Item-Review-Section-Box-Cards-Card-Head-Reviwer {
  display: flex;
  position: relative;
  flex-direction: column;
  grid-gap: 1px;
}
.Books-Item-Review-Section-Box-Cards-Card-Head-Reviwer-Name {
  color: #141414;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: 0.66px;
}
.Books-Item-Review-Section-Box-Cards-Card-Head-Reviwer-Title {
  color: #757575;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.6px;
}
.Books-Item-Review-Section-Box-Cards-Card-Text {
  color: #000;
  text-align: center;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: 0.66px;
}
@media (max-width: 1245px) {
  .Books-Item-Hero-Section,
  .Books-Item-Info-Section,
  .Books-Item-Review-Section {
    padding-left: 29px;
    padding-right: 29px;
  }
  .Books-Item-Hero-Section-Box {
    max-width: unset;
    min-width: unset;
  }
  .Books-Item-Info-Section-Box {
    max-width: unset;
    min-width: unset;
  }
}
@media (max-width: 1050px) {
  .Books-Item-Review-Section-Box {
    max-width: unset;
    min-width: unset;
  }
}
@media (max-width: 450px) {
  .Books-Item-Hero-Section {
    padding-left: 0;
    padding-right: 0;
  }
  .Books-Item-Hero-Section-Box {
    flex-direction: column;
    border-radius: 0;
    padding: 0;
    grid-gap: 0;
  }
  .Books-Item-Hero-Section-Box-Head {
    width: 100%;
    grid-gap: 6px;
    padding: 17px 11px;
    background: #fff;
  }
  .Books-Item-Hero-Section-Box-Head-Heading {
    font-size: 1.5rem;
    line-height: 1.38;
    color: #0c0e47;
  }
  .Books-Item-Hero-Section-Box-Head-Subtitle {
    font-size: 1.33rem;
    line-height: 1.56;
    color: #6d0000;
  }
  .Books-Item-Hero-Section-Box-Head-Buttons {
    grid-gap: 10px;
  }
  .Books-Item-Hero-Section-Box-Head-Buttons-Buy {
    padding: 10px 14px;
    font-size: 0.875rem;
    color: #ff9900;
    border-color: #ff9900;
  }
  .Books-Item-Hero-Section-Box-Image {
    max-width: 190px;
    padding: 22px 0;
  }
  .Books-Item-Info-Section {
    padding: 6px 11px;
  }
  .Books-Item-Info-Section-Box-Heading {
    display: none;
  }
  .Books-Item-Info-Section-Box-Description {
    font-size: 1.16rem;
    line-height: 1.78;
  }
  .Books-Item-Info-Section-Box-Image-imgTag {
    width: 205px;
  }
  .Books-Item-Review-Section {
    padding: 50px 11px;
  }
  .Books-Item-Review-Section-Box {
    grid-gap: 6px;
  }
  .Books-Item-Review-Section-Box-Heading {
    font-size: 1.5rem;
    line-height: 1.38;
  }
  .Books-Item-Review-Section-Box-Cards-Card {
    grid-gap: 24px;
    padding: 17px 10px;
    border-radius: 5px;
    max-width: unset;
    min-width: unset;
    grid-gap: 0;
    flex: unset;
    width: 90%;
    flex-shrink: 0;
  }
  .Books-Item-Review-Section-Box-Cards-Card-Head {
    grid-gap: 10px;
  }
  .Books-Item-Review-Section-Box-Cards-Card-Head-DP {
    width: 33px;
    height: 33px;
  }
  .Books-Item-Review-Section-Box-Cards-Card-Head-Reviwer-Name {
    font-size: 1.16rem;
    line-height: 1.05;
  }
  .Books-Item-Review-Section-Box-Cards-Card-Head-Reviwer-Title {
    font-size: 1.16rem;
    line-height: 1.42;
  }
  .Books-Item-Review-Section-Box-Cards-Card-Text {
    font-size: 1.16rem;
    line-height: 1.78;
  }
}
