body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: "Inter", sans-serif;
}

a {
    text-decoration: none !important;
    padding: 0 !important;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

/* header css start */

.shipping-top {
    background: black;
    text-align: center;
    padding: 2px 0;
}

.shipping-top a {
    color: white;
    font-weight: 500;
    font-size: 14px;
    text-decoration: underline !important;
}


.navbar-brand {
    width: 140px;
}

.navbar {
    padding: 0;
}

.navbar-nav {
    gap: 50px;
    padding: 0 30px;
    width: 60%;
}

.navbar-nav li a {
    color: black !important;
    font-weight: 800;
    font-size: 20px;
    text-transform: uppercase;
}

.search-book {
    position: relative;
    z-index: 0;
}

.search-book input {
    background: #f5f5f5;
    padding: 15px 20px;
    width: 400px;
}

.search-book i {
    position: absolute;
    z-index: 0;
    right: 0;
    top: 0px;
    background: #d1d5db;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    border-radius: 0 5px 5px 0px;
}

form.header-form {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 30px;
}

.cart-btn {
    display: flex;
    align-items: center;
    gap: 30px;
}

.cart-btn a i {
    font-size: 25px;
    color: black;
}



.dropdown-hover:hover .dropdown-services {
    opacity: 1;
    transform: translateY(60px);
    transition: all ease 0.5s;
    visibility: visible;
}

.dropdown-services {
    opacity: 0;
    position: absolute;
    z-index: 80;
    top: 20px;
    left: 0;
    padding: 30px 20px;
    background: white;
    box-shadow: 0 0 22px 1px #00000040;
    border-radius: 5px;
    transform: translateY(50px);
    width: 100%;
    transition: all ease 0.5s;
    visibility: hidden;
    border-top: 5px solid #e2231a;
}


.dropdown-services a {
    display: block;
    padding: 7px 5px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
}

.service-nav ul {
    list-style: none !important;
    padding-left: 0;
}

.dropdown-services li {
    padding: 0;
}

.service-nav h5 a {
    font-size: 12px;
    font-weight: 400;
    border-bottom: 1px solid #101010;
    padding-bottom: 5px !important;
}

.service-nav h3 a {
    font-size: 1rem;
    font-weight: 600;
    margin-top: 10px;
}

.service-nav ul li a {
    font-size: 14px;
    font-weight: 500;
    padding: 5px 0 !important;
}

li.nav-item.dropdown-hover:hover a i {
    transform: rotate(-180deg);
}

/* header css end */

/* seller-books css start */

.seller-books {
    padding: 50px 0 50px 0px;
}

.book-sales {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.book-sales h4 {
    color: black;
    font-size: 25px;
    font-weight: 700;
}

.book-sales a {
    color: black;
    font-size: 16px;
    font-weight: 500;
}

.book-slider-main {
    padding: 0 30px;
}

.book-carousel .book-shop-slides {
    padding: 15px !important;
    width: 100%;
    display: inline-block;
}

.book-carousel .book-img {
    padding: 15px;
    box-shadow: 0 0 8px 1px #00000059;
}

.book-carousel .book-img img {
    height: 200px !important;
    width: 140px !important;
    margin: auto;
    object-fit: cover;
}

.book-shop-slides h5 {
    color: #171717;
    font-weight: 700;
    font-size: 18px;
    margin-top: 20px;
}

.book-shop-slides p {
    color: #171717;
    font-weight: 400;
    font-size: 15px;
    margin-top: 10px;
}

.owl-nav button {
    position: absolute;
    z-index: 0;
    top: 35%;
    width: 30px;
    height: 30px;
    box-shadow: 0 0 5px 1px #0000002b;
}

.owl-nav .owl-prev {
    left: -50px;
}

.owl-nav .owl-next {
    right: -50px;
}

/* seller-books css end */

/* banner-award css start */

.award-winner-banner img {
    margin-bottom: 20px;
    border-radius: 10px;
}

/* banner-award css end */

/* book-carousel css start */

.book-slider-main .book-carousel-circle .book-shop-slides {
    padding: unset !important;
    display: unset;
    text-align: center;
}

.book-slider-main .book-carousel-circle .book-shop-slides img {
    border-radius: 60%;
    width: 160px !important;
    height: 160px !important;
    margin: auto;
}

.book-slider-main .book-carousel-circle .book-shop-slides .book-img {
    box-shadow: unset;
    padding: 0;
    text-align: center;
}

/* book-carousel css end */



/* book-carousel css start */
.book-carousel-curated .book-shop-slides {
    text-align: center;
    margin: 20px !important;
    display: inline-block;
}

.book-carousel-curated .book-shop-slides img {
    border-radius: 10px;
}


/* book-carousel css end */

/* Events css start */

.book-shop-slides h6 {
    color: #171717;
    font-weight: 300;
    font-size: 14px;
    margin-top: 10px;
}

/* Events css end */

/* grid-card-order css start */


.grid-card-order {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
}

.grid-card-order li {
    text-align: center;
}

.grid-card-order li a img {
    width: 60%;
}

.grid-card-order li a h5 {
    color: black;
    font-weight: 600;
    font-size: 20px;
    margin-top: 20px;
}

/* grid-card-order css end */

/* fiercly-since css start */


.fiercly-since {
    text-align: center;
    margin-top: 60px;
}

.fiercly-since h5 {
    color: #171717;
    font-weight: 600;
    font-size: 22px;
}

.fiercly-since p {
    color: #171717;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    margin: 20px auto;
    width: 92%;
}


/* fiercly-since css end */

/* say-hello css start */


.say-hello {
    padding: 50px 0;
    background: #fef6f6;
}

.city-info {
    padding: 14px 0;
}

.city-info h5 {
    color: black;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}

.city-info p {
    color: #171717;
    font-weight: 300;
    font-size: 12px;
}

.city-info ul li {
    padding: 8px 0;
}

.city-info ul li p {
    font-weight: 500;
    color: #938A8A;
    font-size: 15px;
}

.city-info a {
    color: black;
    font-weight: 600;
    font-size: 15px;
}

/* say-hello css end */

/* footer css start */

footer {
    margin-top: 25px;
    background: #201d1d;
    padding: 50px 0 0 0;
}

.footer-links h5 {
    color: white;
    font-weight: 800;
}

.footer-links ul li {
    padding: 10px 0;
}

.footer-links ul {
    padding: 15px 0;
}

.footer-links ul li a {
    color: white;
    font-weight: 400;
    font-size: 17px;
}

.footer-bottom {
    background: black;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    gap: 35px;
}

.footer-bottom p {
    color: white;
    font-weight: 700;
}

.footer-bottom a {
    color: white;
    font-weight: 800;
}

.footer-links .social-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.footer-links .social-links li a {
    font-size: 30px;
}

.newsletter-form {
    margin: auto;
    width: 40%;
}

.newsletter-form h5 {
    margin-bottom: 10px;
}

.newsletter-form input {
    background: #4d4d4d;
    padding: 12px 30px;
}

.newsletter-form .form-group {
    position: relative;
    z-index: 0;
}

.newsletter-form .form-group button {
    position: absolute;
    z-index: 0;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 51px;
    width: 50px;
}

.newsletter-form h5 {
    font-size: 17px;
}

.loader img {
    width: 50px;
}

/* footer css end */


.form_main_div {
    display: flex;
    width: 100%;
    position: fixed;
    top: 150px;
    z-index: 99999999;
    display: none;
}

.form_main_div.show-modal.active {
    display: block;
}

.form_main_div .Mainbanner_form,
.process_img {
    margin: 0 auto;
}

.Mainbanner_form {
    width: 35%;
    padding: 70px 30px;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    background: white;
    box-shadow: 0 0 10px 1px #0000004d;
}

.banner_formHead {
    font-size: 29px;
    text-transform: uppercase;
    font-weight: 700;
    #000: #fff;
    margin: 0 0 20px;
}

.formIcon {
    height: 80px;
    justify-content: center;
    margin: 0 auto 10px;
    background: #bf3c384a;
    font-size: 25px;
}

.book_icon,
.formIcon {
    width: 80px;
    border-radius: 100%;
}

.banner_formHead span {
    display: block;
    text-align: center;
    font-size: 19px;
    color: #fff;
    font-weight: 600;
}

.banner_feild {
    background: #eee;
    padding: 6px 20px;
    border-radius: 10px;
    margin: 12px 0;
    border-bottom: 1px solid black;
}

.feild_icon {
    color: #7d7d7d;
}

.banner_feild :is(input, textarea) {
    height: 40px;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    background-color: transparent;
    box-shadow: none !important;
    border: none !important;
}

.textarea_feild {
    align-items: flex-start;
}

.banner_feild textarea {
    height: 90px;
}

.banner_feild :is(input, textarea):focus-visible {
    box-shadow: none !important;
    border: none !important;

    outline: none;
}

.Mainbanner_form .btn {
    background-color: #e2231a;
    color: #fff;
    padding: 10px;
    width: 100%;
    font-weight: 800;
    font-size: 18px;
}

.closePoptwo {
    animation: 5s linear infinite movement;
    right: 0;
    position: absolute;
    top: 0;
    color: black;
    width: 40px;
    height: 40px;
    border-radius: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: 600;
    z-index: 1;
    opacity: 1 !important;
    text-shadow: none !important;
}