@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,400;0,700;1,400&family=Sedgwick+Ave&display=swap");
@keyframes wiggle {
  0% {
    transform: rotate(-0.2deg);
  }
  20% {
    transform: rotate(0.1deg);
  }
  40% {
    transform: rotate(-0.2deg);
  }
  60% {
    transform: rotate(0.1deg);
  }
  90% {
    transform: rotate(-0.2deg);
  }
  100% {
    transform: rotate(0);
  }
}
* {
  box-sizing: border-box;
  color: #2b2b2b;
  font-family: "Lato", sans-serif;
  margin: 0;
  padding: 0;
}

body {
  background-color: #f6f6f6;
}

.gasabook-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  min-height: 100vh;
  position: relative;
  width: 100vw;
}
.gasabook-header__left-side-header {
  background-color: #fcf1da;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 600px;
  min-height: 80vh;
  overflow: hidden;
  position: relative;
  width: 100%;
  align-items: flex-start;
  padding-left: 1.75rem;
  padding-right: 80px;
}
.gasabook-header__left-side-header::after {
  border-radius: 50%;
  border: 20px solid #f0af02;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 450px;
  position: absolute;
  top: calc(50% - 200px);
  width: 450px;
  z-index: 1;
  right: -225px;
}
.gasabook-header__right-side-header {
  background-color: #f0af02;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 600px;
  min-height: 80vh;
  overflow: hidden;
  position: relative;
  width: 100%;
  align-items: center;
  padding: 1.75rem 1.75rem 1.75rem 80px;
}
.gasabook-header__right-side-header::before {
  border-radius: 50%;
  border: 20px solid #fcf1da;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 450px;
  position: absolute;
  top: calc(50% - 200px);
  width: 450px;
  z-index: 1;
  left: -225px;
}
@media (min-width: 1200px) {
  .gasabook-header .left-side-header {
    border-top-left-radius: 15px;
  }
  .gasabook-header .right-side-header {
    border-top-right-radius: 15px;
    padding-bottom: calc(100px + 1.75rem);
  }
}
.gasabook-header .left-side-header__subtitle {
  font-size: 1.5rem;
  margin-bottom: 20px;
  text-transform: uppercase;
  z-index: 2;
}
.gasabook-header .left-side-header__subtitle:nth-child(2) {
  font-size: 2.25rem;
  margin-bottom: 20px;
  text-transform: uppercase;
  z-index: 2;
  color: #f0af02;
  text-transform: none;
}
.gasabook-header .left-side-header__title {
  font-size: 2.25rem;
  margin-bottom: 40px;
  text-transform: uppercase;
  z-index: 2;
  max-width: 350px;
  width: 95%;
}
.gasabook-header .left-side-header__button {
  background-color: #2b2b2b;
  border-radius: 15px;
  box-shadow: 0px 8px 25px -5px rgb(66, 68, 90);
  color: #f6e8cc;
  cursor: pointer;
  display: block;
  font-size: 1.25rem;
  letter-spacing: 0.15rem;
  line-height: 1.3;
  margin: 1rem 0;
  padding: 1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 65%;
  align-self: center;
  z-index: 2;
}
.gasabook-header .left-side-header__button:hover {
  background-color: transparent;
  color: #2b2b2b;
}
.gasabook-header .left-side-header__button--with-pulse {
  animation: 1s wiggle ease 10s 10;
}
.gasabook-header .left-side-header__button--invisible {
  display: none;
}
.gasabook-header .right-side-header .books-vertical-list {
  padding-bottom: 2rem;
  width: 200px;
  z-index: 2;
}
.gasabook-header .right-side-header .books-vertical-list .single-book-element {
  align-items: center;
  background-color: #fcf1da;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 35%;
  border-top-right-radius: 35%;
  box-shadow: 0px 8px 25px -5px rgb(66, 68, 90);
  display: flex;
  flex-direction: column;
  height: 220px;
  justify-content: flex-end;
  margin: calc(40px + 1.2rem) auto 1rem;
  padding: 0 0.5rem 0.25rem;
  position: relative;
  text-align: center;
  width: 160px;
}
.gasabook-header .right-side-header .books-vertical-list .single-book-element__book-cover {
  box-shadow: 0px 8px 25px -5px rgb(66, 68, 90);
  left: 40px;
  position: absolute;
  top: -45px;
  width: 80px;
}
.gasabook-header .right-side-header .books-vertical-list .single-book-element__book-cover--polish {
  box-shadow: none;
  left: 20px;
  top: -40px;
  width: 120px;
}
.gasabook-header .right-side-header .books-vertical-list .single-book-element__book-title {
  font-size: 0.85rem;
}
.gasabook-header .right-side-header .books-vertical-list .single-book-element__book-price {
  font-weight: 600;
  margin: 0.25em auto 0;
}
.gasabook-header .right-side-header .books-vertical-list .single-book-element__frame-btn {
  background-color: #fcf1da;
  border-radius: 15px;
  border: 1px solid #2b2b2b;
  color: #2b2b2b;
  cursor: pointer;
  display: block;
  font-size: 0.75rem;
  margin: 0.65rem 0;
  padding: 0.5rem;
  text-align: center;
  text-decoration: none;
  width: 80%;
  position: relative;
}
.gasabook-header .right-side-header .books-vertical-list .single-book-element__frame-btn:hover {
  background-color: #2b2b2b;
  border-color: #fcf1da;
  color: #fcf1da;
}
.gasabook-header .right-side-header .books-vertical-list .single-book-element__frame-btn::after {
  content: "🇵🇱";
  display: block;
  width: 20px;
  height: 20px;
  font-size: 18px;
  position: absolute;
  top: -14px;
  right: -8px;
}
.gasabook-header .right-side-header .books-vertical-list .single-book-element__frame-btn--amazon-btn {
  background-color: #fcf1da;
  border-radius: 15px;
  border: 1px solid #2b2b2b;
  color: #2b2b2b;
  cursor: pointer;
  display: block;
  font-size: 0.85rem;
  margin: 0.65rem 0;
  padding: 0.5rem;
  text-align: center;
  text-decoration: none;
  width: 80%;
}
.gasabook-header .right-side-header .books-vertical-list .single-book-element__frame-btn--amazon-btn:hover {
  background-color: #2b2b2b;
  border-color: #fcf1da;
  color: #fcf1da;
}
.gasabook-header__bottom-side-list-header {
  display: none;
}
@media (min-width: 1200px) {
  .gasabook-header .bottom-side-list-header {
    align-items: center;
    background-color: #63b76a;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 1000px;
    min-height: 100px;
    position: absolute;
    width: 80%;
  }
  .gasabook-header .bottom-side-list-header::before {
    background: url(../images/author-with-books.PNG) no-repeat center center/cover;
    content: "";
    height: 400px;
    left: calc(50% - 200px);
    position: absolute;
    top: -400px;
    width: 400px;
    z-index: 1;
  }
}
.gasabook-header .bottom-side-list-header__single-element {
  align-items: center;
  display: flex;
  flex-direction: column;
  max-width: 200px;
  min-width: 33%;
  padding: 0.75rem 0 0.5rem;
}
.gasabook-header .bottom-side-list-header .single-element__image {
  margin-bottom: 0.75rem;
  width: 18%;
}
.gasabook-header .bottom-side-list-header .single-element__important-word {
  font-size: 0.85rem;
  letter-spacing: 0.5rem;
  text-transform: uppercase;
}

.gasabook-footer {
  background-color: #63b76a;
  margin: 0 auto;
  max-width: 1200px;
  overflow: hidden;
  width: 100%;
}
.gasabook-footer__social-media-links {
  align-items: center;
  display: flex;
  justify-content: space-around;
  padding: 1.75rem;
}
.gasabook-footer__social-media-links li {
  list-style: none;
}
.gasabook-footer__social-media-links i {
  color: #f6f6f6;
}
.gasabook-footer__copyrights {
  background-color: #2b2b2b;
  padding: 1.75rem;
  text-align: center;
}
.gasabook-footer__copyrights p {
  color: #f6f6f6;
  font-size: 0.85rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 1200px) {
  .gasabook-footer {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
}
.aside-for-amazon-button {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.aside-for-amazon-button__buy-btn {
  background-color: #2b2b2b;
  border-radius: 15px;
  box-shadow: 0px 8px 25px -5px rgb(66, 68, 90);
  color: #f6e8cc;
  cursor: pointer;
  display: block;
  font-size: 1.5rem;
  letter-spacing: 0.15rem;
  line-height: 1.3;
  margin: 1rem 0;
  padding: 1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
}
.aside-for-amazon-button__buy-btn:hover {
  background-color: transparent;
  color: #2b2b2b;
}
.aside-for-amazon-button__buy-btn--with-pulse {
  animation: 1s wiggle ease 10s 10;
}
.aside-for-amazon-button__buy-btn--invisible {
  display: none;
}
.aside-for-amazon-button__amazon-stores {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-around;
  margin: 40px auto;
  padding: 0 1.75rem;
  max-width: 625px;
}
.aside-for-amazon-button .amazon-stores__single-element {
  cursor: pointer;
  list-style-type: none;
  text-align: center;
  text-decoration: underline;
}

.about-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
  min-height: 95vh;
  padding-top: 40px;
  position: relative;
  width: 100vw;
}
.about-section__left-side-description {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 600px;
  min-height: 80vh;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-left: 1.75rem;
}
.about-section__right-side-image {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 600px;
  min-height: 80vh;
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 380px;
  text-align: center;
}
.about-section__right-side-image::before {
  background-color: #63b76a;
  border: 20px solid #f0af02;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 380px;
  position: absolute;
  width: 190px;
  z-index: -1;
  border-radius: 190px 0 0 190px;
  border-right: none;
  left: calc(50% - 190px);
}
.about-section__right-side-image::after {
  background-color: #f0af02;
  border: 20px solid #63b76a;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 380px;
  position: absolute;
  width: 190px;
  z-index: -1;
  border-left: none;
  border-radius: 0 190px 190px 0;
  right: calc(50% - 190px);
}
.about-section .left-side-description__title {
  font-size: 2rem;
  margin-bottom: 40px;
  text-transform: uppercase;
  z-index: 2;
}
.about-section .left-side-description__title .gasa-name {
  text-transform: none;
}
.about-section .left-side-description__subtitle {
  font-size: 1.5rem;
  margin-bottom: 20px;
  text-transform: uppercase;
  z-index: 2;
}
.about-section .left-side-description__subtitle .gasa-name {
  text-transform: none;
}
.about-section .left-side-description__txt-about {
  font-size: 1.15rem;
  margin-bottom: 20px;
}
.about-section .left-side-description__txt-about p {
  margin-bottom: 0.5rem;
}
.about-section .left-side-description__hello {
  color: #f0af02;
  font-family: "Sedgwick Ave", cursive;
  font-size: 2.25rem;
  margin-bottom: 20px;
}
.about-section .left-side-description__btn-author {
  background-color: #f0af02;
  border-radius: 15px;
  border: 1px solid #2b2b2b;
  color: #2b2b2b;
  cursor: pointer;
  display: block;
  font-size: 1.2rem;
  margin: 0.65rem 0;
  padding: 0.5rem;
  text-align: center;
  text-decoration: none;
  width: 200px;
  margin-top: 1.5rem;
}
.about-section .left-side-description__btn-author:hover {
  background-color: #2b2b2b;
  border-color: #f0af02;
  color: #f0af02;
}
.about-section .left-side-description__social-media-links {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 40px;
}
.about-section .left-side-description__social-media-links li {
  align-items: center;
  background-color: #fcf1da;
  border-radius: 50%;
  box-shadow: 0px 8px 25px -5px rgb(66, 68, 90);
  display: flex;
  height: 60px;
  justify-content: center;
  list-style-type: none;
  margin-right: 4rem;
  width: 60px;
}
.about-section .left-side-description__social-media-links li i {
  color: #2b2b2b;
}
.about-section .right-side-image__image {
  height: -moz-fit-content;
  height: fit-content;
  min-width: 350px;
  position: relative;
  width: 75%;
  z-index: 2;
}
.about-section--short {
  min-height: 60vh;
}
.about-section--short .left-side-description,
.about-section--short .right-side-image {
  min-height: 420px;
}
.about-section--reverse {
  flex-direction: row-reverse;
}
.about-section--reverse .left-side-description {
  padding: 0 1.75rem;
}

.baner-section {
  align-items: flex-start;
  background-color: #fcf1da;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto 40px;
  max-width: 1200px;
  min-height: 95vh;
  overflow: hidden;
  padding: 1.75rem;
  position: relative;
  width: 100vw;
}
.baner-section__title {
  font-size: 2rem;
  margin-bottom: 40px;
  text-transform: uppercase;
  width: 100%;
  z-index: 2;
}
.baner-section__baner-description {
  font-size: 1.15rem;
  margin-bottom: 20px;
  margin-bottom: 20px;
  width: 100%;
  z-index: 2;
}
.baner-section__baner-description p {
  margin-bottom: 0.5rem;
}
.baner-section__baner-btn {
  background-color: #2b2b2b;
  border-radius: 15px;
  box-shadow: 0px 8px 25px -5px rgb(66, 68, 90);
  color: #f6e8cc;
  cursor: pointer;
  display: block;
  font-size: 1.25rem;
  letter-spacing: 0.15rem;
  line-height: 1.3;
  margin: 1rem 0;
  padding: 1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 65%;
  margin-top: 2rem;
}
.baner-section__baner-btn:hover {
  background-color: transparent;
  color: #2b2b2b;
}
.baner-section__baner-btn--with-pulse {
  animation: 1s wiggle ease 10s 10;
}
.baner-section__baner-btn--invisible {
  display: none;
}
.baner-section__image-bckg {
  display: none;
}
.baner-section__title-on-bckg {
  bottom: -15%;
  color: #fcf1da;
  font-size: 20rem;
  left: 1.75rem;
  opacity: 0.35;
  position: absolute;
  text-shadow: -15px 0 #f0af02, 0 15px #f0af02, 15px 0 #f0af02, 0 -15px #f0af02;
}
@media (min-width: 1200px) {
  .baner-section .baner-description {
    max-width: 450px;
  }
  .baner-section .image-bckg {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(-30deg);
    width: 400px;
  }
  .baner-section .image-bckg__image {
    box-shadow: 0px 8px 25px -5px rgb(66, 68, 90);
    opacity: 0.75;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .baner-section {
    justify-content: flex-end;
  }
}
.books-list-section {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0 auto 40px;
  max-width: 1200px;
  min-height: 95vh;
  padding: 1.75rem 40px 1.75rem;
  position: relative;
  width: 100vw;
  background-color: #f0af02;
}
.books-list-section__title {
  font-size: 2rem;
  margin-bottom: 40px;
  text-transform: uppercase;
  width: 100%;
  z-index: 2;
}
.books-list-section__title .gasa-name {
  text-transform: none;
}
.books-list-section__books-horizontal-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 20px;
  width: 100%;
}
.books-list-section .books-horizontal-list .single-book-element {
  align-items: center;
  background-color: #fcf1da;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 35%;
  border-top-right-radius: 35%;
  box-shadow: 0px 8px 25px -5px rgb(66, 68, 90);
  display: flex;
  flex-direction: column;
  height: 330px;
  justify-content: flex-end;
  margin: calc(50px + 1.2rem) auto 1rem;
  padding: 1rem;
  position: relative;
  text-align: center;
  width: 240px;
}
.books-list-section .books-horizontal-list .single-book-element__book-cover {
  box-shadow: 0px 8px 25px -5px rgb(66, 68, 90);
  left: calc(50% - 80px);
  position: absolute;
  top: -50px;
  width: 160px;
}
.books-list-section .books-horizontal-list .single-book-element__book-cover--english-cover {
  top: -70px;
}
.books-list-section .books-horizontal-list .single-book-element__book-price {
  font-weight: 600;
  margin: 0.5em auto 0;
}
.books-list-section .books-horizontal-list .single-book-element__frame-btn {
  background-color: #fcf1da;
  border-radius: 15px;
  border: 1px solid #2b2b2b;
  color: #2b2b2b;
  cursor: pointer;
  display: block;
  font-size: 0.75rem;
  margin: 0.65rem 0;
  padding: 0.5rem;
  text-align: center;
  text-decoration: none;
  width: 80%;
  position: relative;
}
.books-list-section .books-horizontal-list .single-book-element__frame-btn:hover {
  background-color: #2b2b2b;
  border-color: #fcf1da;
  color: #fcf1da;
}
.books-list-section .books-horizontal-list .single-book-element__frame-btn::after {
  content: "🇵🇱";
  display: block;
  font-size: 18px;
  height: 20px;
  position: absolute;
  right: -8px;
  top: -14px;
  width: 20px;
}
.books-list-section .books-horizontal-list .single-book-element__frame-btn--amazon-btn {
  background-color: #fcf1da;
  border-radius: 15px;
  border: 1px solid #2b2b2b;
  color: #2b2b2b;
  cursor: pointer;
  display: block;
  font-size: 0.85rem;
  margin: 0.65rem 0;
  padding: 0.5rem;
  text-align: center;
  text-decoration: none;
  width: 80%;
}
.books-list-section .books-horizontal-list .single-book-element__frame-btn--amazon-btn:hover {
  background-color: #2b2b2b;
  border-color: #fcf1da;
  color: #fcf1da;
}

.book-inside-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0 auto 40px;
  max-width: 1200px;
  min-height: 95vh;
  padding: 40px 1.75rem 40px;
  position: relative;
  width: 100vw;
}
.book-inside-section__title {
  font-size: 2rem;
  margin-bottom: 40px;
  text-transform: uppercase;
  width: 100%;
  z-index: 2;
}
.book-inside-section__inside-list {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 20px;
  width: 100%;
}
.book-inside-section .inside-list__single-element {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  list-style-type: none;
  max-width: 350px;
  width: 100%;
}
.book-inside-section .inside-list .single-element__inside-title {
  font-size: 1.25rem;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.book-inside-section .inside-list .single-element__paw-image {
  align-items: center;
  background-color: #fcf1da;
  border-radius: 50%;
  box-shadow: 0px 8px 25px -5px rgb(66, 68, 90);
  display: flex;
  height: 60px;
  justify-content: center;
  margin: 40px 0 20px;
  width: 60px;
}
.book-inside-section .inside-list .single-element__paw-image img {
  height: 40px;
}
.book-inside-section .inside-list .single-element__inside-description {
  line-height: 1.3;
  margin-bottom: 1.75rem;
}
.book-inside-section .inside-list .single-element__inside-description:last-child {
  margin-bottom: 40px;
}

.book-reviews {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 auto 40px;
  max-width: 1200px;
  min-height: 95vh;
  padding: 1.75rem 40px 1.75rem;
  width: 100vw;
}
.book-reviews__title {
  align-self: flex-end;
  font-size: 2rem;
  margin-bottom: 40px;
  text-transform: uppercase;
  width: 100%;
}
.book-reviews__reviews-description {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  min-height: 80px;
  width: 100%;
}
.book-reviews .reviews-description__text {
  font-size: 1.25rem;
  width: 65%;
}
.book-reviews .reviews-description__feedback-amazon-btn {
  background-color: #2b2b2b;
  border-radius: 15px;
  border: 1px solid #fcf1da;
  color: #fcf1da;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  margin: 0.65rem 0;
  padding: 0.5rem;
  text-align: center;
  text-decoration: none;
  width: 200px;
}
.book-reviews .reviews-description__feedback-amazon-btn:hover {
  background-color: #fcf1da;
  border-color: #2b2b2b;
  color: #2b2b2b;
}
.book-reviews__review-baner {
  display: none;
}
.book-reviews__review-baner img {
  width: 75%;
}
.book-reviews__slide-wrap {
  width: 100%;
}
.book-reviews__slide-mask {
  border-radius: 15px;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 85vh;
  overflow: hidden;
  position: relative;
}
.book-reviews__slide-group {
  align-items: flex-start;
  background-color: #fcf1da;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  left: 0;
  position: absolute;
  top: 0px;
  width: 100%;
}
.book-reviews .slide-wrap__slide-nav {
  text-align: center;
}
.book-reviews .slide-wrap__slide-nav ul {
  margin: 0;
  padding: 0;
}
.book-reviews .slide-wrap__slide-nav .bullet {
  background: #fcf1da;
  cursor: pointer;
  display: inline-block;
  height: 10px;
  margin-left: 0.5em;
  width: 10px;
}
.book-reviews .slide-wrap__slide-nav .bullet.current {
  background: #f8afb2;
}
.book-reviews .slide-group__single-review {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: space-around;
  list-style-type: none;
  min-height: 85vh;
  padding: 1.75rem;
}
.book-reviews .slide-group .single-review .fa-quote-left {
  color: #f8afb2;
  margin-bottom: 20px;
}
.book-reviews .slide-group .single-review__quote {
  font-size: 1.15rem;
  margin-bottom: 20px;
}
.book-reviews .slide-group .single-review__quote-author {
  font-weight: 600;
}
@media (min-width: 480px) {
  .book-reviews .slide-mask {
    height: -moz-fit-content;
    height: fit-content;
    min-height: 60vh;
  }
  .book-reviews .single-review {
    height: -moz-fit-content;
    height: fit-content;
    min-height: 60vh;
  }
}
@media (min-width: 760px) {
  .book-reviews .slide-mask {
    height: -moz-fit-content;
    height: fit-content;
    min-height: 50vh;
  }
  .book-reviews .single-review {
    height: -moz-fit-content;
    height: fit-content;
    min-height: 50vh;
  }
}
@media (min-width: 1200px) {
  .book-reviews .review-baner {
    align-items: center;
    background-color: #f8afb2;
    border-radius: 15px;
    display: flex;
    justify-content: flex-start;
    max-height: 500px;
    max-width: 600px;
    overflow: hidden;
    width: 100%;
  }
  .book-reviews .slide-wrap {
    max-width: 500px;
    translate: -20%;
    z-index: 2;
  }
}

.gallery-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0 auto 40px;
  max-width: 1200px;
  min-height: 95vh;
  padding: 40px 1.75rem 40px;
  position: relative;
  width: 100vw;
}
.gallery-section__title {
  font-size: 1.5rem;
  margin-bottom: 20px;
  text-transform: uppercase;
  z-index: 2;
}
.gallery-section__gallery-description {
  margin-bottom: 20px;
}
.gallery-section__gallery-description p {
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
}
.gallery-section__gallery-description .important-paragraph {
  font-weight: 600;
}
.gallery-section__relaxed-dogs-images {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 20px;
  width: 100%;
}
.gallery-section .relaxed-dogs-images__single-image {
  align-items: center;
  background-color: #fcf1da;
  border-radius: 15px;
  box-shadow: 0px 8px 25px -5px rgb(66, 68, 90);
  display: flex;
  height: 350px;
  justify-content: center;
  list-style-type: none;
  margin-bottom: 1.75rem;
  max-width: 350px;
  width: 100%;
}
.gallery-section .relaxed-dogs-images__single-image img {
  max-width: 325px;
  width: 90%;
}

.cookies-message { 
  z-index: 10000; 
  display: none;
  position: fixed;
  padding: 8px 21px;
  border-radius: 5px;
  text-align: center;
  bottom: 50px;
  right: 30px;
  margin-left: 5%;
  color: #000000;
  background-color: #fcf1da;
  font-size: 11px;
  font-weight: 600;
  line-height: 2;
  border: 1px solid #f0af02;
}


.cookies-message__accept-cookies-button { 
  transition: all 0.5s; 
  padding: 2px 6px; 
  display: inline-block; 
  cursor: pointer;
  border-radius: 5px;
  line-height: 1.5;
  text-align: center;
  width: 100px;
  margin-left: 20px;
  font-size: 12px;
  font-weight: 600;
  background-color: #f0af02; 
  color: #000;
  border: 1px solid #f0af02;
}

.cookies-message__accept-cookies-button:hover{ 
  background-color: transparent;
  color: #000;
}
