
html body {
  background-color: #000;
  color: white;
  font-family: "Inter";
  overflow-x: hidden;
}
html body section .container {
  max-width: 80%;
}
html body section.entry {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100dvh;
  background-image: url("/images/THISAAK.jpg");
  background-size: Cover;
  background-position: top center;
  background-repeat: no-repeat;
}
html body section.about {
  margin-top: -10dvh;
}
html body section.books {
  padding: 100px 0;
}
html body section.books .swiper {
  width: 100%;
  height: 450px;
  overflow: visible;
}
html body section.books .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  overflow: hidden;
  padding: 15px;
}
html body section.books .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 0 30px rgba(213, 180, 167, 0.3);
  border: 0px solid #818181;
}
html body section.books .swiper-pagination {
  bottom: -50px !important;
}
html body section.books .swiper-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.7);
  transition: all;
}
html body section.books .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgb(213, 180, 167);
}
html body section p {
  font-size: 36px;
  font-weight: 300;
}
html body section h2 {
  font-size: 60px;
  font-weight: 300;
  margin-bottom: 60px;
  color: rgb(213, 180, 167);
  text-align: center;
}
html body footer {
  padding: 30px 0;
}

/* inter-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/inter-v18-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/inter-v18-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/inter-v18-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.rotated-buttons {
  list-style: none;
  padding: 20px;
  text-align: center;
}
.rotated-buttons li {
  display: inline-block;
  margin: 5px;
}
.rotated-buttons li:nth-child(1) {
  transform: rotate(-9deg);
}
.rotated-buttons li:nth-child(2) {
  transform: rotate(-6deg);
}
.rotated-buttons li:nth-child(3) {
  transform: rotate(-3deg);
}
.rotated-buttons li:nth-child(4) {
  transform: rotate(0deg);
}
.rotated-buttons li:nth-child(5) {
  transform: rotate(3deg);
}
.rotated-buttons li:nth-child(6) {
  transform: rotate(6deg);
}
.rotated-buttons li:nth-child(7) {
  transform: rotate(9deg);
}
.rotated-buttons li button {
  padding: 12px 20px;
  border: none;
  color: white;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.rotated-buttons li button:hover {
  transform: scale(1.1);
}/*# sourceMappingURL=style.css.map */