/* Header */
.header-wrap {
    padding: 40px 0 0;
}

.main-logo img {
    max-width: 300px;
}

.main-menu ul {
    display: inline-flex;
}

.main-menu ul li a {
    color: var(--RickBlack);
    text-align: center;
    text-decoration: none;
    padding: 0 10px;
    font-size: 1.2em;
}

.main-menu ul li a.active {
    color: var(--Red);
}


.common-wrap {
    padding: 80px 0;
}

.journey-box {
    border-radius: 24px;
    flex-flow: row;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 0;
    width: 100%;
    height: min-content;
    padding: 24px 0;
    display: flex;
    position: sticky;
    overflow: hidden;
    background: #1a0d001a;
    top: 0;
}

.journey-box img {
    max-width: 230px;
    border-radius: 8px;
}

.other-books-block {
    padding: 50px 0;
}

.ob-right {
    background: #1a0d001a;
    width: calc(100% - 250px);
    height: 4px;
    position: relative;
}

.ob-right:after {
    content: "";
    width: 40px;
    height: 4px;
    position: absolute;
    bottom: 0;
    right: 0;
    overflow: hidden;
    background: #694a36;
}

.ob-books-block {
    gap: 24px;
    overflow-y: auto;
}

.ob-books-block .obb-box {
    min-width: 270px;
}

.ob-books-block .obb-box img {
    height: 400px;
    object-fit: cover;
}

.newsletter-wrap {
    padding: 25px 0;
    background: #d5e8ae;
}

.newsletter-block {
    width: 450px;
    display: flex;
    align-items: center;
    border-radius: 50px;
    background: #fff;
    overflow: hidden;
}

.newsletter-block .form-control {
    width: calc(100% - 150px);
    background: transparent;
    border: none;
    height: 50px;
    padding: 5px 35px;
}

.nsw-btn {
    background-color: #1a0d00;
    border-radius: 0 25px 25px 0;
    opacity: 1;
    will-change: auto;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    line-height: 170%;
    transition: all 0.5s ease-in-out 0s;
    width: 150px;
}

.nsw-btn:hover {
    background: #694a36;
}

.footer-wrap {
    background: #000;
    padding: 60px 0 40px;
}

.footer-menu ul li a {
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    font-size: 14px;
    padding: 0 15px;
}

.footer-menu ul li:last-child a {
    padding-right: 0;
}

.footer-logo img {
    max-width: 200px;
}

.social-links ul {
    display: flex;
    align-items: center;
}

.social-links ul li {
    padding: 0 7px;
}

.social-links ul li:last-child {
    padding-right: 0;
}

.social-links ul img {
    max-width: 20px;
    max-height: 20px;
}

.ms-wrap {
    padding: 60px 0 30px;
}

.ms-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    width: 176px;
    height: 280px;
    border-radius: 85px;
}

.ms-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.scroll-downs {
    margin: auto;
    width: 34px;
    height: 55px;
}

.mousey {
    width: 3px;
    padding: 10px 15px;
    height: 35px;
    border: 2px solid #694a36;
    border-radius: 25px;
    opacity: 0.75;
    box-sizing: content-box;
}

.scroller {
    width: 3px;
    height: 10px;
    border-radius: 25%;
    background-color: #694a36;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15, .41, .69, .94);
    animation-iteration-count: infinite;
}

@keyframes scroll {
    0% {
        opacity: 0;
    }

    10% {
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        transform: translateY(15px);
        opacity: 0;
    }
}

.fix-box {
    position: sticky;
    top: 0;
}

.fix-box p {
    font-weight: 400;
    color: #898886;
    font-size: 20px;
    line-height: 170%;
}


.book {
    width: 250px;
    height: 375px;
    position: relative;
    perspective: 1000px;
    cursor: pointer;
    margin: 0 auto;
}

.cover {
    width: 100%;
    height: 100%;
    background: #8b0000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    position: absolute;
    transform-origin: left;
    transition: transform 0.6s ease;
    border-radius: 6px;
    z-index: 2;
    background-size: 100% 100% !important;
}

.pages {
    width: 100%;
    height: 100%;
    background: #f5f5dc;
    position: absolute;
    border-radius: 6px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
}
.pages-relative {
    position: relative;
    width: 100%;
    height: 100%;
}
.pages-abs {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 100%;
    text-align: center;
    padding: 0 30px;
}
/* spine effect */
.pages::after {
    content: "";
    position: absolute;
    right: 4px;
    top: 0;
    width: 4px;
    height: 100%;
    background: #ddd;
}

/* hover animation */
.book:hover .cover {
    transform: rotateY(-80deg);
    box-shadow: -10px 0 20px rgba(0, 0, 0, 0.3);
}
.custom-form .form-control {
    background: #d0ddb4;
    border: none;
    border-radius: 8px;
    resize: none;
    height: 50px;
}
.custom-form textarea.form-control {
    height: 150px;
}
.ms-about-wrap {
    padding: 30px 0 70px;
}
.ms-book-wrap {
    padding: 30px 0 0;
}
.ms-contact-wrap {
    padding: 30px 0 70px;
}
.blog-box {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}
.blog-box:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(15, 15, 20, 0.4);
}
.h-416 {
    height: 418px !important;
}
.h-502 {
    height: 502px !important;
}
.h-200 {
    height: 200px !important;
}
.blog-box {
    overflow: hidden;
}
.blog-box a {
    display: block;
    width: 100%;
    height: 100%;
}
.blog-box a > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
 }
.blog-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px;
    z-index: 1;
}
.blog-title {
    font-size: 30px;
    margin-bottom: 4px;
    font-family: "Corben", serif;
    font-weight: 900;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 0;
}
.blog-post-name {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}
.blog-label {
    position: absolute;
    top: 25px;
    left: 25px;
    background: #fff;
    color: #694a36;
    padding: 5px 15px;
    border-radius: 16px;
    font-size: 11px;
    font-weight: 400;
    z-index: 1;
}
.blog-sm-box .blog-title {
    font-size: 19px;
}
.blog-sm-box .blog-post-name {
    font-size: 14px;
}
.common-content p {
    font-size: 22px;
    color: #fff;
    max-width: 80%;
}
.border-line {
    width: 30px;
    border-top: 2px solid #fff;
    margin: 0 0;
    display: inline-block;
}
.blog-full-box {
    position: relative;
}
.blog-full-box {
    position: relative;
}
.blog-full-box .blog-content {
    position: absolute;
    bottom: inherit;
    top: 50%;
    transform: translate(0, -50%);
}
.loadmore-button {
    width: calc(80% - 40px);
    margin-top: 10px;
    font-size: 12px;
    font-weight: 500;
    box-sizing: border-box;
    height: auto;
    margin: 5px auto 0;
    padding: 25px 35px;
    cursor: pointer;
    text-decoration: none;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #000;
    border: none;
    border-radius: 12px;
    outline: 0;
    background-color: #ededf1;
}
.bd-image img {
    width: 100%;
    height: 474px;
    border-radius: 16px;
    object-fit: cover;
}
.share-icons {
    display: inline-flex;
    overflow: hidden;
    border-radius: 8px;
}
.share-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    transition: background-color .15s ease;
    border: none;
    background-color: #e0eacb;
}
.share-icons a svg {
    width: 20px;
    height: 20px;
    fill: #1a0d00;
}   
.share-icons a:hover {
    background-color: #694a36;
}
.common-text p a {
    color: var(--themeColor);
    text-decoration: underline;
}