html {
    cursor: default;
  scroll-behavior: smooth;
}

body {
    padding: 0px;
    margin: 0px;
}

.color {
    color: #d1c996;
}

.script {
    margin-bottom: 30px;
    font-size: 65px;
    font-family: 'Brittany Signature', sans-serif;
}

.script {
    font-size: 40px;
}
.script-sm {
        font-family: 'Brittany Signature', sans-serif;
    font-size: 30px;
}
.script-xs {
    color: #d1c996;
    margin-bottom: 30px;
    font-size: 40px;
    font-family: 'Brittany Signature', sans-serif;
}
/* navigation */

.brand-name {
    text-transform: uppercase;
    font-size: 25px;
    color: #d1c996;
    text-decoration: none;
    cursor: pointer;
    margin-left: 40px;
}

.navigation-container {
    justify-content: center;
    display: flex;
  gap: 20px;
  padding-top: 5px;
}

.nav-item a {
    color: white;
    text-decoration: none;
}

.nav-item a:hover {
    color: #d1c996;
    text-decoration: none;
}

@media only screen and (max-width: 600px) {
.navigation-container {
    justify-content: center;
    display: flex;
  gap: 25px;
  padding: 20px 0px 10px 0px;
}
.brand-container {
    text-align: center;
}
}

.main-nav {
    box-shadow: 0px 28px 40px 7px #080808;
    color: white;
    background-color: #0c0c0c;
    padding: 30px 20px;
    transition: 0.3s ease all;
    position: fixed;
}

.nav-item {
    text-transform: uppercase;
    cursor: pointer;
}

.nav-item:hover {
    color: #d1c996;
    border-bottom: 1px solid #d1c996;
}

/* landing-container */

.landing-container {
      background-attachment: fixed;
    color: white;
    background-image: url("./images/Untitled\ design.jpg");
  display: flex;
  background-position: center;
  background-size: cover;
  justify-content: center; /* horizontal centering */
  align-items: center;     /* vertical centering */
  height: 100vh;           /* full viewport height */
  text-align: center;      /* optional: center text */
}

.col-sm-6 {
    padding: 0;
}

.intro-text-container {
    height: fit-content;
  margin-top: 50px;
  padding: 40px;     /* optional: limits width for better readability */
}
.intro-text {
    font-family: 'Nunito', sans-serif;     
    margin-bottom: 30px;
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
text-shadow: -1px 4px 4px rgba(29, 29, 29, 1);
}


.about-text-container {
    padding: 20px;
}

.about-container {
    text-align: center;
    background: linear-gradient(127deg, rgba(12, 12, 12, 1) 0%, rgba(41, 41, 41, 1) 100%, rgba(12, 12, 12, 1) 100%);
    padding: 200px 20px;
}

.about-heading {
    color: #d1c996;
    font-family: 'Nesans', sans-serif;
    font-size: 55px;
    text-transform: uppercase;
    text-shadow: -1px 4px 4px rgba(29, 29, 29, 1);
}

.about-text {
    margin: 0 auto;
    max-width: 850px;
    font-size: 18px !important;
    padding-bottom: 15px;
    color: white;
        font-family: 'Nunito', sans-serif;
}

.social-container {
    border-radius: 10px;
    padding: 20px 20px;
    width: fit-content;
    margin-top: 20px;
    display: flex;
    gap: 20px;
}

.social-container-about {
    border-radius: 10px;
    padding: 20px 20px;
    width: fit-content;
    margin: 0 auto;
    margin-top: 20px;
    display: flex;
    gap: 20px;
}

.social-container span {
    color: #d1c996;
    margin-top: 2px;
        font-size: 15px;
    font-family: 'Nunito', sans-serif;
}

.social-icon {
    cursor: pointer;
        transition: 0.3s ease all;
}

.social-icon:hover {
    transform: scale(1.2);
}


/*book info*/

.book-info-container {
    font-family: 'Nunito', sans-serif;     
    background-color: #151515;
    color: white;
  display: flex;
  justify-content: center; /* horizontal centering */
  align-items: center;     /* vertical centering */
}

.book-specs-container {
    display: flex;
    gap: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    width: fit-content;
    padding: 15px 0px;
    border-top: 1px solid #373737;
        border-bottom: 1px solid #373737;
}

.book-info-heading {
    font-weight: 400;
    font-size: 55px;
    color: #d1c996;
    text-transform: uppercase;
    font-family: 'Nesans', sans-serif;
                                                
}

.book-text {
    font-size: 16px;
    font-family: 'Nunito', sans-serif; 
    color: white;
}

.book-info-page {
    background-color: #a0906b;
    width: fit-content;
    padding: 5px 10px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    margin-bottom: 40px;
    font-size: 15px;
    padding: 10px;
    border-radius: 20px;
    font-family: 'Nunito', sans-serif; 
}

.purchase-note {
    margin-top: 10px;
    max-width: 480px;
    color: rgb(160, 160, 160);
}

.purchase-note a {
    color: rgb(253, 253, 253);
}

.book-cta {
    margin-bottom: 150px;
    margin-top: 20px;
}

.book-cta-container {
    padding: 40px;
}

.color-text {
    color: #d1c996;
}

.color-link {
    color: #d1c996 !important;
}

.book-info-text-container {
    padding: 100px 40px;
}

.book-info-bg {
    background-image: url("./images/Untitled\ design\ \(31\).jpg");
    background-position: center;
    background-size: cover;
    padding: 0xp 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}



/* buttons */

.button-1 {
        font-weight: bold;
        font-family: 'Nunito', sans-serif; 
    margin: 10px;
    font-size: 15px;
    text-transform: uppercase;
    border: none;
    background-color: #d1c996;
    border-radius: 30px;
    padding: 10px 40px;
    transition: 0.4s ease all;
}

.button-1:hover {
    transform: translateY(-5px);
        background-color: #9c9670;
}

.button-2 {
    font-weight: bold;
            font-family: 'Nunito', sans-serif; 
    margin: 10px;
    font-size: 15px;
    color: white;
    text-transform: uppercase;
    border: 2px solid #d1c996;
    background-color: #252525;
    border-radius: 30px;
    padding: 10px 40px;
        transition: 0.4s ease all;
}

.button-2:hover {
        border: 2px solid #9c9670;
    background-color: #171717;
        transform: translateY(-5px);
}

.button-3 {
        font-weight: bold;
            font-family: 'Nunito', sans-serif; 
    margin: 10px;
    font-size: 15px;
    color: white;
    text-transform: uppercase;
    border: 2px solid #d1c996;
    background-color: #252525;
    border-radius: 30px;
    padding: 10px 40px;
        transition: 0.4s ease all;
}

.button-3:hover {
        transform: translateY(-5px);
    background-color: #181818;
}

.social-icon {
  position: relative;
  display: inline-block;
  width: fit-content;
}

.social-icon img {
  display: block;
}

.social-icon span {
    display: none;
  position: absolute;
  top: -40%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-weight: bold;
  font-size: 14px;
  pointer-events: none; /* Makes sure span doesn't block clicks on the image */
}

/*footer*/

footer {
    color: white;
    padding: 50px 30px 20px 30px;
    background-color: #0c0c0c;
}

.footer-nav {
    display: grid;
    grid-template-columns: auto auto;
    margin: 0 auto;
    padding: 20px;
}

.footer-nav-link {
    text-decoration: none;
    text-transform: uppercase;
    color: white;
    cursor: pointer;
    font-family: 'Nunito', sans-serif; 
}

.footer-nav-link:hover {
    color: #d1c996;
    border-bottom: 1px solid #d1c996;
}

.book-img {
    width: 70%;
    max-height: 450px;
    transition: 0.8s ease all;
        box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.7);
}

.review-label {
    margin-left: 10px;
}

.review-container {
background: #0C0C0C;
background: linear-gradient(127deg, rgba(12, 12, 12, 1) 0%, rgba(41, 41, 41, 1) 100%, rgba(12, 12, 12, 1) 100%);
    border-radius: 10px;
    padding: 30px;
    margin: 100px 0px;;
    background-color: #0c0c0c;
    border: 1px solid rgb(12, 12, 12);
    width: 100%;
}

.slider-container {
    padding: 20px;
}

.review-label {
    font-size: 15px;
    margin-left: 10px;
}

.intro-heading {
    color: #d1c996;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 28px;
    font-family: 'Nunito', sans-serif; 
}

.rating-heading {
    font-size: 25px;
    color: #d1c996;
}

.review-text {
    font-size: 20px;
}

.review-heading {
    font-size: 45px;
    text-transform: uppercase;
    font-family: 'Margesh', sans-serif;
    margin-top: 150px;
    margin-bottom: 30px;
    color: #d1c996;
}

    .slider {
        border-radius: 10px;
        padding: 40px 20px;
background: #0a0a0a;
background: linear-gradient(336deg, rgba(10, 10, 10, 1) 0%, rgba(37, 37, 37, 1) 82%);
        border: 1px solid #d1c996;
        color: white;
        margin: 0 auto;
    }
    .review {
      display: none;
      animation: fade 0.5s ease-in-out;
    }
    .review.active {
      display: block;
    }
    @keyframes fade {
      from {opacity: 0;}
      to {opacity: 1;}
    }
    .buttons {
      margin-top: 15px;
    }

    .next-btn:hover {
        transform: scale(1.2);
    }

    @media only screen and (max-width: 600px) {
    .next-btn {
        border-radius: 100%;
        margin-top: 250px;
        cursor: pointer;
        transition: 0.3s ease all;
        box-shadow: 0px -16px 32px -8px #444444;
    }
    .intro-text-container {
  margin-top: 150px;
}

.main-nav {
    border-bottom:1px solid #2d2d2d;
    padding: 15px 10px;
}

.footer-nav {
    display: grid;
    grid-template-columns: auto auto;
    margin: 0 auto;
    padding: 20px;
}

}

    .profile-img {
        border-radius: 100%;
    }

        .contact-container {
      background-attachment: fixed;
    color: white;
    background-image: url("./images/Untitled\ design\ \(24\).jpg");
  display: flex;
  background-position: center;
  background-size: cover;
  justify-content: center; /* horizontal centering */
  align-items: center;     /* vertical centering */
  height: 30vh;           /* full viewport height */
  text-align: center;      /* optional: center text */
}

.contact-text-container {
    gap: 50px;
    display: flex;
    height: fit-content;
  margin-top: 150px;
  padding: 40px;     /* optional: limits width for better readability */
}

.contact-page-container {
    text-align: center;
    background: linear-gradient(127deg, rgba(12, 12, 12, 1) 0%, rgba(41, 41, 41, 1) 100%, rgba(12, 12, 12, 1) 100%);
    padding: 100px 20px;
}

.contact-h1 {
    font-size: 55px;
        font-family: 'Nesans', sans-serif;
        text-transform: uppercase;
    color: #a0906b;
}

.contact-text {
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 30px;
    color: white;
    font-size: 18px;
            font-family: 'Nunito', sans-serif;
}

.card-text {
    margin-top: 5px;
    font-size: 18px;
            font-family: 'Nunito', sans-serif;
            font-weight: 600;
}

.contact-grid {
    gap: 80px;
    display: grid;
    grid-template-columns: auto auto;
}

.contact-card {
    box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.7);
    align-content: center;
    font-family: 'Nunito', sans-serif;
    height: 300px;
    border-radius: 20px;
    padding: 50px;
    border: 1px solid #d1c99630;
    transition: 0.3s ease all;
    color: white;
}

.contact-card:hover {
    transform: translateY(-3px);
        box-shadow: 0px 10px 15px 0px #424242b3;
    border: 1px solid #d1c996cc;
}

.card-header {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    color: #d1c996;
            font-family: 'Nesans', sans-serif;
        text-transform: uppercase;
        letter-spacing: 2px;
}

.contact-icon {
    background: linear-gradient(127deg, rgba(12, 12, 12, 1) 0%, rgba(41, 41, 41, 1) 100%, rgba(12, 12, 12, 1) 100%);
    border-radius: 50%;
    padding: 20px;
    color: white;
    margin-bottom: 10px;
    transition: 0.3s ease all;
}

.contact-card:hover .contact-icon {
    transform: translateY(-12px);
}

    /* CONTACT PAGE */

 @media only screen and (max-width: 600px) {
.contact-grid {
    gap: 30px;
    display: grid;
    grid-template-columns: auto;
}
}

 @media only screen and (max-width: 600px) {
.contact-container {
display: none;
}
.about-page-container,.contact-page-container {
    margin-top: 100px;
}
}



/* About Page */

.about-page-container {
    text-align: center;
    background: linear-gradient(127deg, rgba(12, 12, 12, 1) 0%, rgba(41, 41, 41, 1) 100%, rgba(12, 12, 12, 1) 100%);
    padding: 100px 20px;
}

.about-h1 {
    text-transform: uppercase;
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: 40px;
    color: #d1c996;
    font-family: 'Nesans', sans-serif;
    text-transform: uppercase;
}

.about-h1-b {
    background-color: rgb(26, 26, 26);
    text-transform: uppercase;
    max-width: 900px;
    width: fit-content;
    padding: 10px 50px 3px 50px;
    margin: 0 auto;
    margin-bottom: 50px;
    font-size: 40px;
    color: #d1c996;
    font-family: 'Nesans', sans-serif;
    text-transform: uppercase;
    border-radius: 10px;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.4);
    z-index: -1;
    border: 1px solid #d1c99630;
}
.about-h1-s {
    text-transform: uppercase;
    max-width: 900px;
    margin: 0 auto;
    margin-top: 100px;
    font-size: 35px;
    letter-spacing: 2px;
    color: #d1c996;
    font-family: 'Nesans', sans-serif;
    text-transform: uppercase;
}

.c-1 {
    transition: 0.3s ease all;
    text-decoration: none;
    color: #d1c996;
    opacity: 0.7;
}

.c-2 {
        transition: 0.3s ease all;
        opacity: 0.7;
        text-decoration: none;
    color: rgb(164, 164, 164);
}
.c-3 {
        transition: 0.3s ease all;
        opacity: 0.7;
        text-decoration: none;
    color: #a0906b;
}
.c-4 {
        transition: 0.3s ease all;
        opacity: 0.7;
        text-decoration: none;
    color: rgb(225, 225, 225);
}

.c-1:hover {
    opacity: 1;
}
.c-2:hover {
    opacity: 1;
}
.c-3:hover {
    opacity: 1;
}
.c-4:hover {
    opacity: 1;
}

.about-slide-1 {
 padding-bottom: 50px;
}
.about-slide-2 {
    display: none;
}
.about-slide-3 {
        display: none;
}
.about-slide-4 {
        display: none;
}


/*Books Page*/

.books-img {
    height: 300px;
    margin-bottom: 30px;
    border-radius: 5px;
}



.books-text {
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 30px;
    color: white;
    font-size: 16px;
            font-family: 'Nunito', sans-serif;
}

.published-block {
    color: rgb(124, 124, 124);
    justify-content: center;
    gap: 10px;
    display: flex;
    font-size: 13px;
}

.disclaimer {
    margin-top: 20px;
    max-width: 370px;
    color: rgb(84, 84, 84);
    font-size: 12px;
    
}

.button-2 a {
    color: #d1c996;
        text-decoration: none;
}

.button-1 a {
    color: #252525;
        text-decoration: none;
}

.button-3 a {
    text-decoration: none;
    color: #d1c996;
}

.book-heading {
    font-size: 25px;
    color: white;
        font-family: 'Nunito', sans-serif; 
}

/* --- Base Styles (Desktop) --- */
.books-container {
    padding: 60px 20px;
    background: linear-gradient(127deg, rgba(12, 12, 12, 1) 0%, rgba(41, 41, 41, 1) 100%);
}

.book-card {
    margin: 15px;
    display: flex; 
    flex-direction: row; /* Side by side on desktop */
    gap: 25px;
    box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.7);
    font-family: 'Nunito', sans-serif;
    border-radius: 20px;
    border: 1px solid #d1c99630;
    padding: 25px;
    transition: 0.3s ease all;
    color: white;
    align-items: center;
}


/* --- Mobile & Tablet Adjustments --- */
@media (max-width: 992px) {
    .book-card {
        /* Stacks the image on top of the text */
        flex-direction: column; 
        text-align: center;
        align-items: center;
        max-width: 450px; /* Prevents cards from getting too wide on tablets */
        margin: 15px auto; /* Centers the card in the column */
    }

    .image-container img {
        height: 220px; /* Slightly smaller image for mobile */
        margin-bottom: 10px;
    }

    .book-button-2 {
        width: 100%; /* Makes the button easier to tap on mobile */
        max-width: 250px;
    }
}

/* --- Hover & Interaction Refinements --- */
.book-card:hover {
    transform: translateY(-5px);
    border: 1px solid #d1c996cc;
}

.book-button-2 {
    font-weight: bold;
    font-family: 'Nunito', sans-serif; 
    font-size: 12px;
    text-transform: uppercase;
    border: 2px solid #d1c996;
    background-color: #252525;
    border-radius: 30px;
    padding: 0; /* Removing padding here to let the link fill the space */
    transition: 0.4s ease all;
    cursor: pointer;
}

.book-button-2 a {
    display: block; /* Makes the entire button clickable */
    padding: 12px 20px;
    color: #d1c996;
    text-decoration: none;
}

.book-button-2:hover {
    background-color: #d1c996;
}

.book-button-2:hover a {
    color: #171717;
}

.disclaimer {
    font-size: 11px;
    line-height: 1.4;
    margin-top: 15px;
    color: #bbb;
}

.book-page-title {
    color: #d1c996;
            font-family: 'Nesans', sans-serif;
        text-transform: uppercase;
            font-size: 45px;
}

.page-title {
    text-align: center;
    padding: 20px 0px;
    background: linear-gradient(127deg, rgba(12, 12, 12, 1) 0%, rgba(41, 41, 41, 1) 100%, rgba(12, 12, 12, 1) 100%);
}
.book-page-text {
        font-family: 'Nunito', sans-serif; 
    color: rgb(225, 225, 225);
}

.ava-class {
   color: #d1c996;
}