/* [project]/app/(public)/thirukkural/page.module.css [app-client] (css) */
.page-module__5-KN3a__shell {
  background: #000;
  justify-content: center;
  min-height: 100dvh;
  display: flex;
}

.page-module__5-KN3a__page {
  background: #000;
  flex-direction: column;
  width: 100%;
  max-width: 430px;
  min-height: 100dvh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.page-module__5-KN3a__hero {
  flex-shrink: 0;
  width: 100%;
  height: 58dvh;
  position: relative;
}

.page-module__5-KN3a__heroImg {
  object-fit: cover;
  object-position: center top;
}

.page-module__5-KN3a__backBtn {
  z-index: 10;
  -webkit-backdrop-filter: blur(8px);
  cursor: pointer;
  background: #0009;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  padding: 8px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 16px;
  left: 16px;
  box-shadow: inset 0 1px 1.1px #ffffff40;
}

.page-module__5-KN3a__card {
  border-radius: 50px 50px 0 0;
  flex: 1;
  margin-top: -32px;
  position: relative;
  overflow: hidden;
}

.page-module__5-KN3a__cardTexture {
  z-index: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.page-module__5-KN3a__cardContent {
  z-index: 1;
  flex-direction: column;
  gap: 10px;
  padding: 32px 24px 40px;
  display: flex;
  position: relative;
}

.page-module__5-KN3a__title {
  font-family: var(--font-tamil);
  color: #674807;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

.page-module__5-KN3a__author {
  font-family: var(--font-tamil);
  color: #674807;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}

.page-module__5-KN3a__descTamil {
  font-family: var(--font-tamil);
  color: #272727;
  margin-top: 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

.page-module__5-KN3a__descEnglish {
  font-family: var(--font-ui);
  color: #272727;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

.page-module__5-KN3a__readBtn {
  mix-blend-mode: multiply;
  width: 100%;
  height: 60px;
  font-family: var(--font-ui);
  color: #fff;
  cursor: pointer;
  background: #87770b;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

/*# sourceMappingURL=app_%28public%29_thirukkural_page_module_1olqw0c.css.map*/