/* Fonts */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;700&amp;family=Roboto+Condensed:wght@400;700&amp;display=swap");

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 14px;
  overflow-x: hidden !important;
  font-family: "Open Sans", sans-serif;
  color: #666;
}

a {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  text-decoration: none;
}

ul {
  list-style: none;
}

h1,
h2,
h3,
h5,
h6 {
  font-family: "Roboto Condensed", sans-serif !important;
  color: #333;
}

h4 {
  font-family: "Open Sans", sans-serif;
  color: #333;
}

button {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

section {
  padding: 40px 0;
}

.section-title-text {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
}

.text-gray {
  color: #80808b;
}

ul {
  padding-left: 0;
}

/* Hero Area CSS Start */
.hero-img {
  max-height: 500px;
}
/* Hero Area CSS End */

/* Teasers-Trailers Section CSS Start */
.teasers-trailers-section .section-title-text {
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
}

.teasers-trailers-section .show-name {
  font-size: 18px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}

.teasers-trailers-section .show-desc {
  font-size: 14px;
}
/* Teasers-Trailers Section CSS End */

/* Books Section CSS Start */
.books-section .book {
  color: #111;
}

.books-section .book .book-img {
  transition: 0.15s ease-in-out;
}

.books-section .book-name {
  font-size: 16px;
}

.books-section .reviews i {
  color: #d8dede;
}

.books-section .reviews i.yellow {
  color: #fad413;
}

.books-section .reviews .review {
  font-size: 16px;
  margin-left: 5px;
  margin-bottom: 0 !important;
}

.books-section .paperback {
  font-size: 14px;
  margin: 5px 0;
}

.books-section .price span {
  font-family: "Open Sans", sans-serif;
}

.books-section .price h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 25px;
  margin: 0 1px;
}

.books-section .price h4 span {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  vertical-align: 8px;
}

.books-section .price .previous-price {
  font-size: 14px;
  margin-left: 5px;
}

.books-section .book:hover .book-img {
  transform: scale(1.1);
}

/* Books Section CSS End */

/* Products Section CSS Start */
.products-section {
  padding: 0;
}

.product-img {
  transition: 0.3s;
}

.product:hover .product-img {
  transform: scale(1.1);
}

.products-section .price h4 span {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  vertical-align: 8px;
}

/* Products Section CSS End */

/* Footer CSS Start */
footer a {
  font-size: 16px;
  font-weight: 700;
  color: #333;
}

footer .hidden-text {
  font-size: 4px;
}
/* Footer CSS End */

/* ===================
    Responsive CSS
=================== */

@media (max-width: 767.98px) {
  .album::after {
    display: none;
  }
}

@media (max-width: 574.98px) {
  .books-section {
    padding: 20px 0;
  }
  .book {
    text-align: center;
  }
  .book-name {
    text-align: center;
  }
  .reviews,
  .price {
    justify-content: center;
  }
}
