@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

body {

    font-family: "Inter", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Plus Jakarta Sans", sans-serif;
}

/*********** global css **************/
.btn-yellow {
    background-color: #FBEEAC;
    color: #000;
    padding: 0.625rem 1.25rem;
    border-radius: 0.625rem;
    transition: all 0.5s ease-in-out;

}

.btn-yellow:hover {
    background-color: #000;
    transform: scale(1.1) !important;
    color: #fff;
    box-shadow: 0 8px 20px #0003;
}

.btn-black {
    background-color: #000;
    color: #fff;
    padding: 0.625rem 1.25rem;
    border-radius: 0.625rem;
    transition: all 0.5s ease-in-out;

}

.btn-black:hover {
    background-color: #FBEEAC;
    transform: scale(1.1) !important;
    color: #000;
    box-shadow: 0 8px 20px #0003;
}



/********** Navigation bar ************/

/* a.navbar-brand img {
    max-width: 150px;
} */

.navbar .nav-link {
    color: #000 !important;
    font-size: 1rem;
}

.nav-link:hover {
    text-decoration: underline;
}

a.nav-link.active {
    color: #000 !important;
    text-decoration: underline;
}

.navbar-icons i,
.navbar-center-icons i {
    color: #000;
}

.navbar-icons a {
    color: white;
    font-size: 1rem;
    margin: 0 0.625rem;
    text-decoration: none;
    text-align: center;
}

/***Navbar logo ***/
.logo-img {
    height: 120px;
}

.contact-info i {
    margin-right: 0.3rem;
}



.navbar span {
    margin: 0 5px;
    color: #000;
}

.navbar span a {
    margin: 0 5px;
    color: #000;
}

/***** joelsimpsonart Slider*****/
.hero {
    position: relative;
}

.hero .hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.hero .hero-content h1 {
    color: #fff;
    font-size: 4rem;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .joelsimpsonart-slider .hero-content h1 {
        font-size: 2.5rem;
    }

}

@media (max-width: 480px) {
    .joelsimpsonart-slider .hero-content h1 {
        font-size: 2rem;
    }

}


/********About Us********/
.about-us .about-content h4 {
    background-color: #DBCCCC;
    color: #000;
    font-size: 1rem;
    padding: 0.625rem;
    max-width: fit-content;
    border-radius: 4rem;
}

.about-us .about-content h2 {
    font-size: 1.6rem;
    font-weight: 700;
}

.about-us .about-content p {
    font-size: 1rem;
    color: #000;
    line-height: 2;
}

.about-us figure {
    position: relative;
}

.about-us figcaption {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.5rem;
    color: #fff;
    font-weight: 500;
}



/**********Most popular landing view************/

.most-popular {
    background-color: #FAF9DE;
}

.most-popular h4 {
    background-color: #DBCCCC;
    color: #000;
    font-size: 1rem;
    padding: 0.625rem;
    max-width: fit-content;
    border-radius: 4rem;
    margin: 0 auto;
    text-align: center;
}

.most-popular h2 {
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    padding-top: 0.625rem;
}

.most-popular img {
    transition: all 0.5s ease-in-out;
    width: 100%;
}

.most-popular img:hover {
    transform: translateY(-10px);
}


/******Own the Book That Changes How You See the Earth******/
.own-book {
    background: linear-gradient(to top, #fff 40%, #FAF9DE 50%);
    position: relative;
    z-index: 0;
}

.own-book .container {
    background-image: url(../images/own-bookbg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
    border-radius: 50px;
    border: 1px solid #b2b2b2;
    padding-bottom: 10px;
}

.own-book .own-book-content {
    padding: 3rem;
}

/******Testimonials*****/

.testimonials h4 {
    background-color: #DBCCCC;
    color: #000;
    font-size: 1rem;
    padding: 0.625rem;
    max-width: fit-content;
    border-radius: 4rem;
}

.testimonials h2 {
    font-size: 2rem;
    font-weight: 500;
    padding-top: 0.625rem;
}

.testimonials .card {
    padding: 2.5rem 2.5rem 1.25rem;
    box-shadow: 0 0 0.625rem #ddd;
    border-radius: 1.25rem;
    transition: all 0.5s ease-in-out;
    min-height: 475px;
}

.testimonials .card:hover {
    background-color: #EEE1E1;
    transform: translateY(-10px);
}

.testimonials .card img {
    width: 44px;
    height: 38px;
    padding-bottom: 1rem;
}

.testimonials .card .star-group span {
    color: #FCB41A;
    padding-bottom: 1.25rem;
}

.testimonials .card .card-box p {
    font-size: 1rem;
    color: #000;
    line-height: 2;
}

.testimonials .card .name-author h3 {
    font-size: 1.1rem;
    color: #000;
    font-weight: 500;
}



/* testimonials owl nav css */

.testimonials .owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: -100px;
    right: 43px;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    background-color: #EDEDED !IMPORTANT;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 3.125rem !important;
}


/*******Our Video********/

.our-video h4 {
    background-color: #DBCCCC;
    color: #000;
    font-size: 1rem;
    padding: 0.625rem;
    max-width: fit-content;
    border-radius: 4rem;
    text-align: center;
    margin: 0 auto;
}

.our-video h2 {
    font-size: 2rem;
    font-weight: 500;
    padding-top: 0.625rem;
    text-align: center;
}

/**************/

.subscribe-email {
    background-color: #E5E5E5;
}

.subscribe-email h2 {
    font-size: 2.5rem;
    color: #000;
    padding-bottom: 0.625rem;
    text-align: center;
}

.subscribe-email .input-wrapper {
    position: relative;
    width: 100%;
    max-width: 620px;
    text-align: center;
    margin: 0 auto;
}

.subscribe-email .input-wrapper input {
    width: 100%;
    padding: 10px 100px 10px 20px;
    font-size: 16px;
    box-sizing: border-box;
    height: 65px;
    border-radius: 50px;
    border: 1px solid #ccc;
    outline: none;

}

.subscribe-email .input-wrapper button {
    position: absolute;
    right: 20px;
    top: 8px;
    bottom: 5px;
    background-color: black;
    color: white;
    border: none;
    padding: 0 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 50px;
    height: 50px;
    transition: all 0.5s ease-in-out;
}

.subscribe-email .input-wrapper button:hover {
    background-color: #FBEEAC;
    transform: scale(1.05);
    color: #000;
}

/**********Footer **********/

.main-footer ul.footer-menus {
    display: flex;
    justify-content: space-evenly;
    list-style: none;
    padding: 0;
}

.main-footer ul.footer-menus li a {
    text-decoration: none;
    color: #000;
    font-size: 1rem;
}

.copyright {
    border-top: 1px solid #000;
}

.copyright p,
.copyright a {
    color: #000;
    text-decoration: none;
    font-size: 1rem;
    text-align: center;
    margin-top: 1rem;
}

#ib2a,
#i9kx {
    width: auto !important;
}

#imc2g {
    position: absolute !important;
    right: 25px !important;
}

#ivrac {
    margin: 0 !important;
    border-radius: 50px !important;
}


/* inner page gallery */

.page-title .elementor-shortcode span,
.elementor-shortcode span a {
    color: #fff;
}

/* contact page */
.contact_form input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 90%;
    line-height: 40px;
}

.contact_form textarea.wpcf7-form-control.wpcf7-textarea {
    width: 90%;
}


/* Bookstore Page */

.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    height: 40px;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    color: #000
}

.woocommerce ul.products li.product .button {
    display: inline-block;
    margin-top: 1em;
    background-color: #FBEEAC !important;
    border-radius: 5px;
    color: #000;
}

.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
    height: 36px;
}

.woocommerce div.product form.cart .button {
    background-color: #FBEEAC !important;
    color: #000;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    color: #000;
}

.woocommerce-cart .wc-block-components-button {
    background-color: #FBEEAC !important;
    border-radius: 5px;
    color: #000;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus {
    box-shadow: none !important;
    outline: none !important;
    outline: 0 !important;
}

.woocommerce a.added_to_cart {
    padding-top: .5em;
    display: inline-block;
    margin: 0 10px;
    color: #000;
    font-weight: 700;
}

/**Top Search**/
form.search-form {
    display: flex;
    justify-content: end;
}

form.search-form .search-field {
    padding: 8px 12px;
    border: 1px solid #000;
    border-radius: 25px 0 0 25px;/ outline: none;
    font-size: 14px;
}

form.search-form .search-submit {
    padding: 7px 12px;
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
    border-left: none;
    border-radius: 0 25px 25px 0;
    cursor: pointer;
}

form.search-form .search-submit:hover {
    background-color: #555;
}

.is-large.wc-block-cart .wc-block-cart__totals-title {
    font-size: 1rem !important;
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid__products {
    margin: 30px -8px 16px;
    padding: 0;
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-title {
    font-size: 16px;
    color: #000;
    line-height: 1.5;
    min-height: 55px;
}

.wp-block-woocommerce-empty-cart-block .woocommerce .woocommerce-breadcrumb {
    padding: 60px 0 0;
}

.woocommerce .woocommerce-breadcrumb {
    margin: 1em 0 1em !important;
}

.page-template-default .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-title {
    min-height: 72px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    max-width: fit-content;
    width: 100%;
}

.woocommerce #reviews #comments ol.commentlist {
    padding: 0;
}

.search-results h3 a {
    font-size: 28px;
    color: #000;
}

.search-results .inner-breadcrumb h2 {
    padding-bottom: 20px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    min-height: 80px;
}

.search-no-results .main-content-sec {
    height: 55vh;
}

.woocommerce-notices-wrapper {
    margin: 10px 0;
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
    background-color: #fbeeac;
    color: #000;
}


/* ******RESPONSIVE****** */


@media screen and (min-width: 1200px) {
    #menu-main-menu {
        gap: 1.5rem;
    }

    .navbar .center-logo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {

    .testimonials .card {
        min-height: 615px;
    }

    .navbar .center-logo {
        position: absolute;
        left: 48%;
        transform: translateX(-48%);
    }

    .navbar span {
        margin: 0px;
        color: #000;
    }

}

@media screen and (max-width: 991px) and (min-width: 768px) {}

@media screen and (max-width: 991px) {
    .testimonials .card {
        min-height: auto;
    }

    .about-us .about-content {
        padding-bottom: 30px;
    }

    .navbar-collapse {
        position: absolute;
        top: 130px;
        background-color: #fff;
        z-index: 9;
        left: 0;
        padding: 0 20px 20px;
    }
}

@media screen and (max-width: 767px) {
    #imc2g {
        position: initial !important;
        right: 25px !important;
        margin-top: 20px;
    }

    .es-form-field-container .gjs-row {
        display: block !important;
    }

    form.search-form {
        display: flex;
        justify-content: center;
    }
}