* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --black-color: #000000;
    --theme-color: #CD5A0A;
    --white-color: #ffffff;
    --yellow-color: #FFC107;
}

body {
    font-family: "Quattrocento Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Cormorant Garamond", serif;
}

.orange-btn {
    background-color: var(--theme-color);
    font-size: 16px;
    font-weight: 400;
    color: var(--white-color);
    padding: 18px 60px;
    border-radius: 20px;
    text-decoration: none;
    transition: all ease 0.3s;
}

.orange-btn:hover {
    background-color: var(--yellow-color);
    color: #000;
}

.black-btn {
    background-color: var(--black-color);
    font-size: 16px;
    font-weight: 400;
    color: var(--white-color);
    padding: 18px 60px;
    border-radius: 20px;
    text-decoration: none;
    transition: all ease 0.3s;
}

.black-btn:hover {
    background-color: var(--theme-color);
}

.yellow-btn {
    background-color: var(--yellow-color);
    font-size: 16px;
    font-weight: 400;
    color: var(--black-color);
    padding: 18px 60px;
    border-radius: 20px;
    text-decoration: none;
    transition: all ease 0.3s;
}

.yellow-btn:hover {
    background-color: var(--theme-color);
}

.same-heading {
    font-weight: 700;
    font-size: 57px;
    color: var(--theme-color);
}

.para {
    font-size: 16px;
    font-weight: 400;
    color: #1A1A38;
}

/* header start */
.header {
    background-color: var(--black-color);
}

.header .navbar-nav {
    gap: 30px;
}

.header .navbar-brand img {
    width: 120px;
}

.header .nav-item .nav-link {
    padding: 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--white-color);
    transition: all ease 0.3s;
    border-bottom: 2px solid #000;
}

.header .nav-item .nav-link:hover {
    color: var(--theme-color);
    border-bottom: 2px solid var(--theme-color);
}

.header .nav-item .nav-link.active {
    border-bottom: 2px solid var(--theme-color);
}

.header .navbar-brand {
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--black-color);
    font-family: "Cormorant Garamond", serif;
}

/* header end */

/* home banner start */
.home-banner-slide-box {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0px;
}

.home-banner-slide-box1 {
    background-image: url("../images/banner1.png");
}

.home-banner-slide-box2 {
    background-image: url("../images/banner5.png");
}

.home-banner-slide-box3 {
    background-image: url("../images/banner3.png");
}

.home-banner-slide-box4 {
    background-image: url("../images/banner4.png");
}

.home-banner-slide-box h1 {
    color: var(--yellow-color);
    text-align: start;
    font-size: 70px;
    font-weight: 700;
    margin-bottom: 30px;
    font-style: italic;
}

.home-banner-slide-box p {
    text-align: center;
    color: #FFFEFE;
    width: 100%;
    text-align: start;
    margin: 0 auto;
    line-height: 28px;
    font-size: 17px;
}

.home-banner-slide-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 40px;
}

.home-banner .owl-nav {
    margin: 0;
}

.home-banner .owl-nav .owl-prev {
    position: absolute;
    left: 25px;
    top: 0;
    bottom: 0;
    background: red !important;
}

.home-banner .owl-nav .owl-prev span {
    display: none;
}

.home-banner .owl-nav .owl-prev::before {
    content: "\f053";
    position: absolute;
    align-items: center;
    justify-content: center;
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    display: flex;
    color: var(--white-color);
    font-size: 55px;
}

.home-banner .owl-nav .owl-next {
    position: absolute;
    right: 50px;
    top: 0;
    bottom: 0;
    background: red !important;
}

.home-banner .owl-nav .owl-next span {
    display: none;
}

.home-banner .owl-nav .owl-next::before {
    content: "\f054";
    position: absolute;
    align-items: center;
    justify-content: center;
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    display: flex;
    color: var(--white-color);
    font-size: 55px;
}

/* home banner end */

/* about author start */
.about-author-sec {
    background-color: #FAF7F0;
    padding: 100px 0px;
}

.about-author-content h2 {
    margin-bottom: 30px;
}

.about-author-btn {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.about-author-image img {
    width: 100%;
}

/* about author end */

/* about book start */
.about-book {
    background-color: var(--black-color);
    padding: 100px 0px;
    position: relative;
}

.about-book-content h2 {
    margin-bottom: 30px;
}

.about-book-content p {
    color: var(--white-color);
}

.about-book-bold-paras p {
    font-weight: 800;
}

.about-book-bold-paras {
    margin: 20px 0px;
}

.about-book-btn {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.about-book .about-book-collage img {
    width: 300px;
}

.about-book2 .about-book-collage img {
    width: 300px;
    height: 306px;
    object-fit: cover;
    object-position: top;
}

/* about book end */

/* video-sec start */

.video-sec {
    background-color: #b6b6b6;
    padding: 280px 0px;
}

.video-play-btn {
    text-align: center;
}

.video-play-btn button {
    background-color: unset;
    outline: none;
    border: none;
}

/* video-sec end */

/*testimonials sec start*/
.testimonials-sec {
    background-color: var(--black-color);
    padding: 100px 0px;
}

.testimonials-content {
    text-align: center;
}

.testimonials-content h3 {
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 700;
    color: var(--yellow-color);
    font-family: 'Quattrocento Sans';
    text-transform: uppercase;
}

.testi-slides {
    margin-top: 60px;
}

.testi-box {
    background-color: #FAF7F0;
    padding: 50px 40px;
    height: 400px;
}

.testi-box p {
    text-align: start;
}

.testi-box h4 {
    text-align: start;
    font-size: 14px;
    font-weight: 800;
    margin-top: 50px;
}

.testi-box .testi-stars {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 40px;
}

.testi-box .testi-stars i {
    color: #FFC107;
}

.testi-slides .owl-dots {
    margin-top: 60px !important;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: var(--theme-color);
}

/*testimonials sec end*/

/* blogs sec start */
.blogs-sec {
    padding: 100px 0px;
    background-color: #FAF7F0;
}

.blogs-content {
    text-align: center;
    margin-bottom: 60px;
}

.blogs-content h3 {
    font-size: 30px;
    font-weight: 800;
    color: var(--yellow-color);
    margin-bottom: 20px;
}

.blog-box {
    background: var(--black-color);
    padding: 20px 20px 50px 20px;
    height: 520px;
    margin-bottom: 20px;
    border-radius: 20px;
}

.blog-box img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: top;
    border-radius: 20px;
}

.blog-box-content h3 {
    color: var(--white-color);
    text-align: center;
    margin: 30px 0px;
    font-size: 26px;
    font-weight: 600;
}

.blog-box-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* blogs sec end */

/*buy-book start*/
.buy-book-sec {
    background-image: url("../images/buy-book-bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0px;
}

.buy-book-content {
    text-align: center;
}

.buy-book-content h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--theme-color);
    text-transform: uppercase;
    font-family: "Quattrocento Sans", sans-serif;
    margin-bottom: 30px;
}

.buy-book-content p {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 0;
    font-family: 'Cormorant Garamond';
}

.buy-book-btns {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.buy-book-btns a {
    border-radius: 100px;
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 30px;
}

.buy-book-btns a i {
    color: var(--yellow-color);
    font-size: 20px;
}

/*buy-book end*/

/* footer start */
.footer {
    background-color: #0C0C0C;
    padding: 100px 0px;
}

.footer-branding h2 {
    font-size: 40px;
    font-weight: 700;
    color: var(--yellow-color);
    margin-bottom: 40px;
}

.footer-branding h4 {
    color: var(--white-color);
    margin: 20px 0px;
    font-weight: 400;
}

.footer-branding p {
    color: var(--white-color);
    font-family: "Cormorant Garamond", serif;
    font-size: 20px;
    font-weight: 400;
}

.footer-links h3 {
    color: var(--white-color);
    margin-bottom: 25px;
    font-size: 26px;
    font-weight: 600;
}

.footer-links ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
}

.footer-links ul li {
    margin-bottom: 10px;
}

.footer-links ul li a {
    color: var(--white-color);
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    transition: all ease 0.3s;
}

.footer-links ul li a:hover {
    color: var(--theme-color);
}

.footer-socials-links h3 {
    color: var(--white-color);
    margin-bottom: 25px;
    font-size: 26px;
    font-weight: 600;
}

.footer-socials-links ul {
    display: flex;
    align-items: center;
    gap: 5px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer-socials-links ul li a {
    border: 1px solid var(--theme-color);
    width: 45px;
    height: 45px;
    display: grid;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    text-decoration: none;
    color: var(--white-color);
}

.footer-branding a img {
    width: 120px;
}

/* footer end */

/* copyright start */
.copyright-sec {
    background-color: #0C0C0C;
    border-top: 1px solid #272727;
}

.copyright-content p {
    margin-bottom: 0;
    color: var(--white-color);
}

.copyright-content {
    padding: 30px 0px;
    text-align: center;
}

/* copyright end */

/* inner banner start */
.inner-banner {
    background-image: url("../images/banner1.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 300px 0px;
}

.inner-banner h1 {
    color: var(--yellow-color);
    font-size: 100px;
    font-weight: 700;
    margin-bottom: 30px;
    font-style: italic;
    text-align: center;
}

.form-sec {
    padding: 100px 0px;
}

.form-sec-content-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--white-color);
    padding: 50px 0px;
    width: 800px;
    margin: 0 auto;
    border-radius: 20px;
    gap: 20px;
}

.form-sec-content-box a {
    color: var(--black-color);
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}

.form-sec-content-box i {
    color: var(--theme-color);
    font-size: 50px;
}

.form-sec-content form input {
    width: 800px;
    margin-bottom: 15px;
    height: 50px;
    padding: 15px;
    border-radius: 10px;
    border: none;
    outline: none;
    font-family: 'Poppins', sans-serif;
    border: 1px solid var(--black-color);
}

.form-sec-content form {
    margin-top: 20px;
    text-align: center;
}

.form-sec-content form textarea {
    width: 800px;
    margin-bottom: 15px;
    height: 126px;
    padding: 15px;
    border-radius: 10px;
    border: none;
    outline: none;
    resize: none;
    font-family: 'Poppins', sans-serif;
    border: 1px solid var(--black-color);
}

.form-sec-content form button {
    background-color: var(--theme-color);
    color: var(--white-color);
    width: 800px;
    height: 50px;
    border-radius: 10px;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.form-sec-content form label {
    display: flex;
    align-items: baseline;
    width: 800px;
    margin: 0 auto;
    color: var(--white-color);
}

.form-sec-content form label input[type="checkbox"] {
    width: unset;
    height: unset;
    margin: 0;
}

.form-sec-content form label a {
    color: var(--white-color);
    text-decoration: underline;
}

.home-banner-book img {
    width: unset !important;
    margin: 0 auto;
}

.home-banner-slide-box-content {
    padding-left: 12rem;
}

.about-book-collage2 {
    position: absolute;
    left: 7rem;
    top: 12rem;
    z-index: 0;
}

.about-book-collage1 {
    position: relative;
    z-index: 1;
}

.about-book-collage3 {
    position: absolute;
    left: 33rem;
    bottom: 12rem;
    z-index: 0;
}

.about-book2 .about-book-collage2 {
    position: absolute;
    left: 7rem;
    top: 7rem;
    z-index: 0;
}

.about-book2 .about-book-collage3 {
    position: absolute;
    left: 33rem;
    bottom: 7rem;
    z-index: 0;
}

.buy-book-content-links {
    margin-top: 30px;
}

.buy-book-content-links h4 {
    font-weight: 700;
    font-size: 32px;
}

.about-book2 .about-book-collage1 img {
    height: unset;
    object-fit: unset;
    object-position: unset;
}

#loader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    transition: opacity 0.9s ease, visibility 0.9s ease;
}

#loader.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.orb {
    position: absolute;
    width: min(500px, 90vw);
    height: min(500px, 90vw);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(192, 148, 50, 0.11) 0%, transparent 68%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: orbPulse 3s ease-in-out infinite;
    pointer-events: none;
}

@keyframes orbPulse {

    0%,
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.7;
    }

    50% {
        transform: translate(-50%, -50%) scale(1.08);
        opacity: 1;
    }
}

.ring-outer {
    position: relative;
    width: min(210px, 55vw);
    height: min(210px, 55vw);
    margin-bottom: clamp(1.4rem, 4vw, 2.2rem);
}

.ring-outer::before,
.ring-outer::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    border: 1px solid #8d5f1e;
    animation: spinRing 9s linear infinite;
}

.ring-outer::before {
    inset: -10px;
    border-top-color: #8d5f1e;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.ring-outer::after {
    inset: -18px;
    border-bottom-color: #8d5f1e;
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    animation-direction: reverse;
    animation-duration: 13s;
}

@keyframes spinRing {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.logo-circle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid var(--gold-mid);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #050400;
    box-shadow: 0 0 30px rgba(192, 148, 50, 0.12), inset 0 0 20px rgba(0, 0, 0, 0.6);
}

.logo-circle img {
    width: 92%;
    height: 92%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

.fallback-jb {
    font-family: 'Cinzel Decorative', serif;
    font-size: clamp(36px, 10vw, 52px);
    font-weight: 900;
    color: var(--gold-mid);
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.brand-name {
    /* font-family: 'Cinzel Decorative', serif; */
    font-size: clamp(22px, 5.5vw, 32px);
    font-weight: bolder;
    letter-spacing: 0.16em;
    color: #8d5f1e;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 6px;
    animation: fadeUp 0.8s 0.2s both;
}

.brand-tagline {
    /* font-family: 'Cinzel', serif; */
    font-size: clamp(9px, 2.5vw, 12px);
    letter-spacing: 0.42em;
    color: #8d5f1e;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: clamp(1.4rem, 4vw, 2rem);
    animation: fadeUp 0.8s 0.4s both;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.divider {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: clamp(1.4rem, 4vw, 2rem);
    animation: fadeUp 0.8s 0.5s both;
}

.div-line {
    width: clamp(40px, 12vw, 72px);
    height: 1px;
    background: linear-gradient(to right, transparent, var(--gold-dark));
}

.div-line.r {
    background: linear-gradient(to left, transparent, var(--gold-dark));
}

.div-gem {
    width: 6px;
    height: 6px;
    border: 1px solid var(--gold-mid);
    transform: rotate(45deg);
    background: var(--gold-deep);
}

.progress-wrap {
    width: min(300px, 80vw);
    animation: fadeUp 0.8s 0.6s both;
}

.progress-labels {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
}

.progress-label {
    font-family: 'Cinzel', serif;
    font-size: 9px;
    letter-spacing: 0.22em;
    color: #8d5f1e;
    text-transform: uppercase;
}

.pct-label {
    font-family: 'Cinzel', serif;
    font-size: 9px;
    letter-spacing: 0.1em;
    color: #8d5f1e;
}

.progress-track {
    width: 100%;
    height: 2px;
    background: #8d5f1e;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 10px;
}

.progress-fill {
    height: 100%;
    width: 0%;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--gold-deep), var(--gold-bright), var(--gold-mid));
    transition: width 0.25s ease;
}

.status-msg {
    font-family: 'Cinzel', serif;
    font-size: clamp(9px, 2.4vw, 11px);
    letter-spacing: 0.28em;
    color: #8d5f1e;
    text-align: center;
    text-transform: uppercase;
    min-height: 16px;
    transition: opacity 0.35s;
}

.dots {
    display: flex;
    gap: 7px;
    margin-top: clamp(1.2rem, 3.5vw, 1.8rem);
    animation: fadeUp 0.8s 0.8s both;
}

.dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--gold-deep);
    animation: dotPop 1.5s ease-in-out infinite;
}

.dot:nth-child(2) {
    animation-delay: 0.22s;
}

.dot:nth-child(3) {
    animation-delay: 0.44s;
}

@keyframes dotPop {

    0%,
    80%,
    100% {
        background: var(--gold-deep);
        transform: scale(1);
    }

    40% {
        background: var(--gold-bright);
        transform: scale(1.5);
    }
}

.shapes {
    position: relative;
    height: 100vh;
    width: 100vw;
    background: #2128bd;
    overflow: hidden;
}

.shape {
    will-change: transform;
    position: absolute;
    border-radius: 50%;
}

.shape.shape-1 {
    background: #005ffe;
    width: 650px;
    height: 650px;
    margin: -325px 0 0 -325px;
}

.shape.shape-2 {
    background: #ffe5e3;
    width: 440px;
    height: 440px;
    margin: -220px 0 0 -220px;
}

.shape.shape-3 {
    background: #ffcc57;
    width: 270px;
    height: 270px;
    margin: -135px 0 0 -135px;
}

.cursor {
    position: fixed;
    background: #8d5f1e;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border-radius: 50%;
    will-change: transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
}

::-moz-selection {
    color: #fff;
    background: #8d5f1e;
}

::selection {
    color: #fff;
    background: #8d5f1e;
}