/* ==========================
HOME HERO
========================== */

.home-hero {
  position: relative;

  min-height: 100vh;

  padding: 140px 0;

  background: url("Images/mar.png") center center/cover no-repeat;

  overflow: hidden;
}

.hero-overlay {
  position: absolute;

  inset: 0;

  background: linear-gradient(rgba(10, 10, 10, 0.82), rgba(10, 10, 10, 0.88));
}

.home-hero .container {
  position: relative;

  z-index: 2;
}

.hero-content {
  margin-bottom: 90px;
}

.ornament {
  color: #b88b43;

  font-size: 28px;

  margin-bottom: 20px;
}

.hero-title {
  font-family: "Cinzel", serif;

  color: white;

  font-size: 74px;

  line-height: 1.1;

  margin-bottom: 25px;
}

.hero-title span {
  color: #c79a46;
}

.hero-description {
  max-width: 700px;

  margin: auto;

  color: #e9dfcf;

  font-size: 22px;

  font-family: "Cormorant Garamond", serif;

  margin-bottom: 45px;
}

.hero-btn {
  background: #b88b43;

  color: #111;

  padding: 16px 46px;

  text-decoration: none;

  letter-spacing: 2px;

  font-weight: 600;

  transition: 0.35s;
}

.hero-btn:hover {
  background: #d8af63;
}

.hero-book-section {
  margin-top: 40px;
}

.book-cover {
  max-width: 340px;

  filter: drop-shadow(0 30px 40px rgba(0, 0, 0, 0.6));
}

.small-title {
  color: #b88b43;

  letter-spacing: 3px;

  font-size: 14px;
}

.hero-book-section h2 {
  font-family: "Cinzel", serif;

  color: white;

  font-size: 52px;
}

.hero-book-section h4 {
  color: #c9a055;

  font-family: "Cormorant Garamond", serif;

  margin-bottom: 25px;
}

.gold-line {
  width: 90px;

  height: 2px;

  background: #b88b43;

  margin: 25px 0;
}

.book-text {
  color: #ddd;

  font-size: 20px;

  line-height: 1.8;

  margin-bottom: 35px;
}

.book-info {
  display: flex;

  gap: 60px;

  margin-bottom: 40px;
}

.book-info h6 {
  color: #c79a46;

  text-transform: uppercase;
}

.book-info p {
  color: #ddd;
}

.hero-buttons {
  display: flex;

  gap: 20px;
}

.btn-gold {
  background: #b88b43;

  color: #111;

  padding: 15px 35px;

  text-decoration: none;
}

.btn-outline {
  border: 1px solid #b88b43;

  color: white;

  padding: 15px 35px;

  text-decoration: none;
}

.btn-outline:hover {
  background: #b88b43;

  color: #111;
}

.quote-area {
  margin-top: 120px;
}

.quote-icon {
  color: #b88b43;

  font-size: 70px;
}

.quote-area h3 {
  color: #efe5d7;

  font-family: "Cormorant Garamond", serif;

  font-size: 42px;

  line-height: 1.5;
}

.quote-area span {
  color: #b88b43;

  letter-spacing: 2px;
}

/* ===========================
BOOK INFORMATION
=========================== */

.book-meta {
  display: flex;

  justify-content: space-between;

  align-items: flex-start;

  gap: 60px;

  margin: 45px 0;

  max-width: 650px;
}

.meta-item {
  flex: 1;

  text-align: center;
}

.meta-icon {
  font-size: 42px;

  color: #c89b45;

  margin-bottom: 18px;
}

.meta-title {
  display: block;

  font-family: "Cinzel", serif;

  color: #c89b45;

  font-size: 15px;

  letter-spacing: 3px;

  margin-bottom: 10px;
}

.meta-value {
  display: block;

  color: #efe8dd;

  font-size: 18px;

  line-height: 1.5;
}

.meta-item {
  width: 120px;
}

.meta-icon {
  font-size: 24px;
}

.meta-title {
  font-size: 11px;
}

.meta-value {
  font-size: 14px;
}

/* ===========================
BOOK INFORMATION
=========================== */

.book-meta {
  display: flex;

  justify-content: center;

  align-items: flex-start;

  gap: 45px;

  margin: 35px 0;

  flex-wrap: wrap;
}

.meta-item {
  width: 140px;

  text-align: center;
}

.meta-icon {
  font-size: 28px; /* Smaller icon */

  color: #c89b45;

  margin-bottom: 10px;
}

.meta-title {
  display: block;

  font-family: "Cinzel", serif;

  color: #c89b45;

  font-size: 12px; /* Smaller title */

  letter-spacing: 2px;

  margin-bottom: 6px;

  text-transform: uppercase;
}

.meta-value {
  display: block;

  color: #efe8dd;

  font-size: 15px; /* Smaller text */

  line-height: 1.4;
}

/* ===============================
POETRY HERO
================================ */

.poetry-home {
  min-height: 100vh;

  display: flex;

  align-items: center;

  background: radial-gradient(circle at top, #2d2d2d 0%, #111 45%, #000 100%);

  overflow: hidden;

  position: relative;

  padding: 120px 0;
}

/* Decorative Glow */

.poetry-home::before {
  content: "";

  position: absolute;

  width: 700px;

  height: 700px;

  background: rgba(212, 175, 55, 0.08);

  border-radius: 50%;

  filter: blur(140px);

  right: -250px;

  top: -150px;
}

/* LEFT */

.poetry-content {
  position: relative;

  z-index: 2;
}

.poetry-label {
  display: inline-block;

  color: #d4af37;

  border: 1px solid rgba(212, 175, 55, 0.4);

  padding: 10px 24px;

  border-radius: 30px;

  letter-spacing: 4px;

  font-size: 13px;

  margin-bottom: 35px;

  font-family: Arial;
}

.poetry-content h1 {
  color: white;

  font-size: 6rem;

  line-height: 0.95;

  font-family: "Playfair Display", serif;

  margin-bottom: 20px;
}

.gold-line {
  width: 120px;

  height: 2px;

  background: #d4af37;

  margin: 35px 0;
}

.poetry-content h4 {
  color: #d4af37;

  font-size: 1.7rem;

  margin-bottom: 25px;

  font-family: "Cormorant Garamond", serif;
}

.poetry-content p {
  color: #d8d8d8;

  font-size: 1.25rem;

  line-height: 1.9;

  max-width: 560px;

  margin-bottom: 45px;
}

/* BUTTON */

.discover-btn {
  display: inline-block;

  padding: 18px 42px;

  color: black;

  text-decoration: none;

  background: linear-gradient(135deg, #f4d36b, #bf8f14);

  border-radius: 40px;

  font-weight: bold;

  transition: 0.4s;

  box-shadow: 0 12px 35px rgba(212, 175, 55, 0.25);
}

.discover-btn:hover {
  transform: translateY(-6px);

  color: black;

  box-shadow: 0 25px 50px rgba(212, 175, 55, 0.4);
}

/* RIGHT */

.book-wrapper {
  position: relative;

  display: inline-block;
}

/* Gold Circle */

.gold-circle {
  position: absolute;

  width: 520px;

  height: 520px;

  border: 2px solid rgba(212, 175, 55, 0.15);

  border-radius: 50%;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);
}

.gold-circle::before {
  content: "";

  position: absolute;

  inset: 25px;

  border-radius: 50%;

  border: 1px solid rgba(212, 175, 55, 0.08);
}

.hero-book {
  position: relative;

  width: 100%;

  max-width: 460px;

  filter: drop-shadow(0 45px 70px rgba(0, 0, 0, 0.85));

  animation: floatBook 6s ease-in-out infinite;

  transition: 0.5s;
}

.hero-book:hover {
  transform: scale(1.05);
}

/* Floating */

@keyframes floatBook {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-18px);
  }

  100% {
    transform: translateY(0px);
  }
}

/* MOBILE */

@media (max-width: 992px) {
  .poetry-home {
    text-align: center;

    padding-top: 140px;
  }

  .poetry-content h1 {
    font-size: 4rem;
  }

  .poetry-content p {
    margin: auto auto 40px;
  }

  .gold-line {
    margin: 30px auto;
  }

  .hero-book {
    margin-top: 60px;

    max-width: 320px;
  }

  .gold-circle {
    width: 360px;

    height: 360px;
  }
}

@media (max-width: 576px) {
  .poetry-content h1 {
    font-size: 3rem;
  }

  .poetry-content h4 {
    font-size: 1.3rem;
  }

  .poetry-content p {
    font-size: 1.05rem;
  }

  .poetry-label {
    letter-spacing: 2px;

    font-size: 11px;
  }

  .discover-btn {
    padding: 15px 30px;
  }
}

/*===============================
 HERO
================================*/

.hero-home {
  position: relative;
  min-height: 100vh;

  background: url("Images/bghome.png");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0.2) 35%,
    rgba(0, 0, 0, 0.88) 100%
  );
}

.hero-home .container {
  position: relative;
  z-index: 2;
}

/*============================*/

.hero-left {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-book {
  width: 430px;

  filter: drop-shadow(0 45px 50px rgba(0, 0, 0, 0.75));

  transition: 0.5s;
}

.hero-book:hover {
  transform: translateY(-8px) scale(1.03);
}

/*============================*/

.hero-content {
  color: white;

  padding-left: 60px;
}

.hero-subtitle {
  display: block;

  color: #c9a44e;

  font-family: "Cinzel", serif;

  letter-spacing: 4px;

  margin-bottom: 18px;

  font-size: 14px;
}

.hero-content h1 {
  font-family: "Playfair Display", serif;

  font-size: 88px;

  line-height: 0.95;

  color: #ece2d1;

  margin-bottom: 20px;
}

.hero-content h1 span {
  color: #ece2d1;
}

.gold-divider {
  width: 180px;

  height: 2px;

  background: #c9a44e;

  margin: 28px 0;
}

.hero-content h3 {
  font-family: "Cormorant Garamond", serif;

  font-size: 44px;

  color: #c9a44e;

  margin-bottom: 25px;
}

.hero-content p {
  color: #d8d8d8;

  font-size: 21px;

  line-height: 1.8;

  max-width: 520px;

  margin-bottom: 45px;
}

/*============================*/

.hero-buttons {
  display: flex;

  gap: 18px;
}

.btn-gold {
  background: #c9a44e;

  color: #111;

  padding: 17px 38px;

  text-decoration: none;

  font-weight: 600;

  transition: 0.3s;
}

.btn-gold:hover {
  background: white;

  color: black;
}

.btn-outline-gold {
  border: 1px solid #c9a44e;

  color: #c9a44e;

  padding: 17px 38px;

  text-decoration: none;

  transition: 0.3s;
}

.btn-outline-gold:hover {
  background: #c9a44e;

  color: black;
}

/*============================*/

@media (max-width: 991px) {
  .hero-home {
    text-align: center;
  }

  .hero-content {
    padding-left: 0;

    margin-top: 60px;
  }

  .hero-book {
    width: 290px;
  }

  .hero-content h1 {
    font-size: 60px;
  }

  .hero-content h3 {
    font-size: 32px;
  }

  .gold-divider {
    margin: 25px auto;
  }

  .hero-buttons {
    justify-content: center;

    flex-wrap: wrap;
  }
}

/* ==========================================
   AUTHOR SECTION
========================================== */


/* Decorative circles */

.author-home::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(202, 162, 79, 0.08);
  top: -180px;
  right: -120px;
}

.author-home::after {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(202, 162, 79, 0.05);
  bottom: -120px;
  left: -100px;
}

.author-home .container {
  position: relative;
  z-index: 2;
}

/* Image */

.author-image {
  max-width: 390px;
  width: 100%;
  border-radius: 20px;
  border: 8px solid #fff;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.18);
  transition: 0.4s;
}

.author-image:hover {
  transform: translateY(-10px);
  box-shadow: 0 35px 70px rgba(0, 0, 0, 0.22);
}

/* Text */

.section-tag {
  display: inline-block;
  font-family: "Cinzel", serif;
  color: #b8893c;
  font-size: 14px;
  letter-spacing: 4px;
  margin-bottom: 18px;
}

.section-tag::after {
  content: "";
  display: block;
  width: 90px;
  height: 2px;
  background: #b8893c;
  margin-top: 10px;
}

.author-home h2 {
  font-family: "Playfair Display", serif;
  font-size: 58px;
  color: #2c1f17;
  margin-bottom: 25px;
}

.author-home p {
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  line-height: 1.9;
  color: #5d5148;
  margin-bottom: 40px;
  max-width: 620px;
}

/* Button */

.author-home .btn-outline-gold {
  display: inline-block;
  padding: 15px 38px;
  border: 2px solid #b8893c;
  color: #b8893c;
  text-decoration: none;
  border-radius: 50px;
  font-family: "Cinzel", serif;
  transition: 0.35s;
}

.author-home .btn-outline-gold:hover {
  background: #b8893c;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(184, 137, 60, 0.25);
}

/* Responsive */

@media (max-width: 991px) {
  .author-home {
    text-align: center;
    padding: 90px 0;
  }

  .author-image {
    max-width: 300px;
    margin-bottom: 40px;
  }

  .section-tag::after {
    margin: 10px auto 0;
  }

  .author-home h2 {
    font-size: 42px;
  }

  .author-home p {
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
  }
}



.author-image {
  max-width: 300px; /* Reduced from 390px */
  width: 100%;
  border-radius: 18px;
}

.author-home h2 {
  font-size: 46px; /* Reduced from 58px */
  margin-bottom: 15px;
}

.author-home p {
  font-size: 25px;
  line-height: 1.8;
  margin-bottom: 25px;

  text-align: justify;
  text-indent: 2em; /* First-line indentation */
}

.section-tag {
  margin-bottom: 10px;
}



/* ================= AUTHOR SECTION ANIMATION ================= */

.author-home .author-image {
  opacity: 0;
  transform: translateX(-80px);
  animation: authorImageReveal 1s ease forwards;
}

.author-home .section-tag,
.author-home h2,
.author-home p,
.author-home .btn-outline-gold {
  opacity: 0;
  transform: translateX(80px);
  animation: authorTextReveal 1s ease forwards;
}

/* Delay each text element */

.author-home .section-tag {
  animation-delay: 0.2s;
}

.author-home h2 {
  animation-delay: 0.4s;
}

.author-home p {
  animation-delay: 0.6s;
}

.author-home .btn-outline-gold {
  animation-delay: 0.8s;
}

/* Image Animation */

@keyframes authorImageReveal {
  from {
    opacity: 0;
    transform: translateX(-80px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Text Animation */

@keyframes authorTextReveal {
  from {
    opacity: 0;
    transform: translateX(80px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Hover effect on author image */

.author-image {
  transition:
    transform 0.5s ease,
    filter 0.5s ease;
}

.author-image:hover {
  transform: scale(1.05);

  filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.25));
}

/* ==========================================
   AUTHOR SECTION SCROLL ANIMATION
========================================== */

.author-home .author-image,
.author-home .section-tag,
.author-home h2,
.author-home p,
.author-home .btn-outline-gold {
  opacity: 0;

  transition: all 1s ease;
}

/* Image starts from left */

.author-home .author-image {
  transform: translateX(-80px);
}

/* Text starts from right */

.author-home .section-tag,
.author-home h2,
.author-home p,
.author-home .btn-outline-gold {
  transform: translateX(80px);
}

/* Active animation */

.author-home.show .author-image {
  opacity: 1;

  transform: translateX(0);
}

.author-home.show .section-tag {
  opacity: 1;

  transform: translateX(0);

  transition-delay: 0.2s;
}

.author-home.show h2 {
  opacity: 1;

  transform: translateX(0);

  transition-delay: 0.4s;
}

.author-home.show p {
  opacity: 1;

  transform: translateX(0);

  transition-delay: 0.6s;
}

.author-home.show .btn-outline-gold {
  opacity: 1;

  transform: translateX(0);

  transition-delay: 0.8s;
}

/* Image hover */

.author-image {
  transition: transform 0.5s ease;
}

.author-image:hover {
  transform: scale(1.05);
}

/* ==========================================
   HERO HOME PREMIUM ANIMATION
========================================== */

.hero-content {
  animation: heroFadeUp 1.2s ease forwards;
}

/* ==========================================
   BOOK IMAGE ANIMATION
========================================== */

.hero-book {
  opacity: 0;

  transform: translateX(-80px) scale(0.9);

  animation: bookReveal 1.3s ease forwards;

  animation-delay: 0.4s;

  transition: transform 0.5s ease;
}

/* Book Hover Effect */

.hero-book:hover {
  transform: scale(1.05) translateY(-10px);
}

/* Subtitle */

.hero-subtitle {
  display: inline-block;

  opacity: 0;

  transform: translateY(-30px);

  animation: subtitleReveal 1s ease forwards;

  animation-delay: 0.3s;
}

/* Main Title */

.hero-content h1 {
  opacity: 0;

  transform: translateY(40px);

  animation: titleReveal 1.2s ease forwards;

  animation-delay: 0.5s;
}

/* Gold Divider */

.gold-divider {
  width: 0;

  animation: dividerReveal 1s ease forwards;

  animation-delay: 0.9s;
}

/* Author Name */

.hero-content h3 {
  opacity: 0;

  transform: translateY(30px);

  animation: fadeText 1s ease forwards;

  animation-delay: 1.1s;
}

/* Description */

.hero-content p {
  opacity: 0;

  transform: translateY(30px);

  animation: fadeText 1s ease forwards;

  animation-delay: 1.3s;
}

/* Buttons */

.hero-buttons {
  opacity: 0;

  transform: translateY(30px);

  animation: fadeText 1s ease forwards;

  animation-delay: 1.5s;
}

/* ==========================================
   BUTTON HOVER EFFECT
========================================== */

.btn-gold,
.btn-outline-gold {
  transition: all 0.4s ease;
}

.btn-gold:hover {
  transform: translateY(-5px);

  box-shadow: 0 10px 30px rgba(212, 175, 55, 0.35);
}

.btn-outline-gold:hover {
  transform: translateY(-5px);

  background: rgba(212, 175, 55, 0.1);
}

/* ==========================================
   KEYFRAMES
========================================== */

@keyframes heroFadeUp {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Book Reveal */

@keyframes bookReveal {
  from {
    opacity: 0;

    transform: translateX(-80px) scale(0.9);
  }

  to {
    opacity: 1;

    transform: translateX(0) scale(1);
  }
}

@keyframes subtitleReveal {
  from {
    opacity: 0;

    transform: translateY(-30px);
  }

  to {
    opacity: 1;

    transform: translateY(0);
  }
}

@keyframes titleReveal {
  from {
    opacity: 0;

    transform: translateY(40px);
  }

  to {
    opacity: 1;

    transform: translateY(0);
  }
}

@keyframes dividerReveal {
  from {
    width: 0;
  }

  to {
    width: 120px;
  }
}

@keyframes fadeText {
  from {
    opacity: 0;

    transform: translateY(30px);
  }

  to {
    opacity: 1;

    transform: translateY(0);
  }
}



.hero-content p {
    text-align: justify;
    text-indent: 40px;
    line-height: 1.8;
}





.hero-home {
    position: relative;
    min-height: 100vh;

    background-image: url("Images/bghome.png");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}



.hero-content {
    position: relative;
    top: 50px; /* moves the content down */
}








.author-home {
    position: relative;
    background-image: url("Images/6.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
    overflow: hidden;
}

/* Optional soft overlay to make the text easier to read */
.author-home::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(248, 244, 235, 0.25);
    z-index: 0;
}

/* Keep your content above the background */
.author-home .container {
    position: relative;
    z-index: 1;
}




.hero-buttons {
    display: flex;
    gap: 15px;
    align-items: center;
}

.btn-gold,
.btn-outline-gold {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 14px 32px;
    border-radius: 50px; /* makes it rounded/circle shape */

    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 1px;

    transition: all 0.3s ease;
}

/* Gold Button */
.btn-gold {
    background: #c9a44e;
    color: white;
    border: 2px solid #c9a44e;
}

.btn-gold:hover {
    background: transparent;
    color: #c9a44e;
    transform: translateY(-3px);
}

/* Outline Button */
.btn-outline-gold {
    background: transparent;
    color: #c9a44e;
    border: 2px solid #c9a44e;
}

.btn-outline-gold:hover {
    background: #c9a44e;
    color: white;
    transform: translateY(-3px);
}




































/* ==========================
   SECOND SECTION ANIMATION
========================== */

.author-home .author-image,
.author-home .col-lg-7 {

    opacity: 0;
    transition: all 1s ease;

}


/* Image comes from left */

.author-home .author-image {

    transform: translateX(-80px);

}


/* Text comes from right */

.author-home .col-lg-7 {

    transform: translateX(80px);

}


/* Show animation */

.author-home .show {

    opacity: 1;
    transform: translateX(0);

}