@font-face {
    font-family: 'drone';
    src: url('./fonts/drone-1.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

:root {
    --e-global-color-primary: #6EC1E4;
    --e-global-color-secondary: #54595F;
    --e-global-color-text: #7A7A7A;
    --e-global-color-accent: #61CE70;
    --e-global-typography-primary-font-family: "Roboto";
    --e-global-typography-primary-font-weight: 600;
    --e-global-typography-secondary-font-family: "Roboto Slab";
    --e-global-typography-secondary-font-weight: 400;
    --e-global-typography-text-font-family: "Roboto";
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-accent-font-family: "Roboto";
    --e-global-typography-accent-font-weight: 500;
}

::placeholder {
    color: #666;
    opacity: 1;
    text-transform: uppercase;
}

body {
    font-family: 'Roboto', sans-serif;
    background: #fff;
    color: #111;
}

.navbar-container {
    max-width: 1280px;
}

.page-heading {
    font-family: "drone", sans-serif;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: normal;
    color: #000000;
}

/* Header */
.navbar {
    background: #111;
}

.navbar-nav .nav-link {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-family: Poppins, sans-serif;
    padding: 13px 10px 11px !important;
}

.header-carouse-image {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* One Thing */
.ots-left-image {
    width: 100%;
    max-width: 380px;
    height: auto;
    margin-top: -130px;
    z-index: 1;
    position: relative;
}

.one-thing-section .page-heading {
    margin: 64px 0 40px;
}

.ots-p {
    color: #9B0F08;
    font-family: "Roboto", sans-serif;
    font-size: 40px;
    font-weight: 600;
    margin: 0 0 60px;
    line-height: 1.2;
}

.btn-dark {
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #000000;
    border-radius: 0 0 0 0;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 18px;
    padding: 20px 40px;
    line-height: 1;
    transition: all 0.2s linear;
}

.btn-dark:hover {
    background-color: #9B0F08;
}

/* want more Section */
.want-more {
    text-align: center;
    padding: 60px 20px;
}

.want-more p {
    font-size: 18px;
    margin: 0 0 30px;
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
}

.want-more img {
    width: 100%;
    max-width: 600px;
    filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.5);
    animation: floatUpDown 5s ease-in-out infinite;
}

@keyframes floatUpDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0);
    }
}

/* Newsletter */
.newsletter {
    padding: 60px 20px;
    text-align: center;
}

.newsletter-form {
    background-color: #f6f6f6;
    padding: 20px;
    max-width: 400px;
    border-radius: 4px;
}

.newsletter input {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0 0 16px;
    padding: 10px 10px;
}

.newsletter .newsletter-button {
    width: 100%;
    border-radius: 4px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 10px;
}

/* Books Grid */
.series {
    padding: 60px 20px;
    text-align: center;
}

.series h2 {
    font-family: 'drone', sans-serif;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
}

.book-card {
    margin-bottom: 50px;
}

.book-card img {
    display: block;
    width: 100%;
    height: auto;
}

.book-title {
    background: #000;
    font-family: var(--e-global-typography-primary-font-family), sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
    font-size: 30px;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin-top: 16px;
    display: block;
    text-decoration: none;
    transition: all 0.2s linear;
}

.book-title:hover {
    background: #bc030a;
}

/* Footer */
.footer {
    background: #333333;
    color: #fff;
    text-align: center;
    padding: 50px 0 0;
}

.footer .footer-title {
    font-family: 'drone', sans-serif;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer .footer-description {
    color: #fff;
    font-family: var(--e-global-typography-text-font-family), sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
    font-size: 18px;
    line-height: 1.875;
    margin: auto auto 20px;
}

.social-icons a {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50px;
    line-height: 50px;
    text-align: center;
    color: #E40201;
    font-size: 25px;
    transition: all 0.2s linear;
    margin: 4px 2px;
}

.social-icons a:hover {
    transform: scale(1.1);
    opacity: .9;
}

.copyright {
    margin: 20px 0 0;
    background-color: #000;
    line-height: 1.5;
    padding: 30px;
    text-align: center;
    font-family: Poppins, sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.navbar-brand img {
    width: 100%;
    max-width: 250px;
    height: auto;
}

/*Books Page*/
.books-section-book-title {
    padding: 10px 0;
    border-radius: 5px;
    display: block;
    text-align: center;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    border-bottom: none;
    font-size: 16px;
    font-weight: 600;
    background-color: #000;
    color: #fff;
    margin-top: 20px;
}

.books-section-book-title:hover {
    background-color: #bc030a;
}

.books-section {
    padding: 80px 0;
}

.books-section-sub-title {
    color: #000000;
    font-family: var(--e-global-typography-primary-font-family), sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
    margin-top: 16px;
    margin-bottom: 28px;
}

.inner-book-title {
    background-color: #000;
    border-width: 0;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-family: Poppins, sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.5px;
    display: block;
    padding: 18px 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: normal;
    margin-top: 16px;
    transition: 0.2s linear;
}

.inner-book-title:hover {
    background-color: #bc030a;
    color: #ffffff;
}

/* Pre Orders page Css */
.pre-order-form-title {
    color: #E40201;
    font-family: var(--e-global-typography-primary-font-family), sans-serif;
    padding: 20px 25px;
    font-weight: 700;
    line-height: 1;
    font-size: 18px;
}

.pre-order-description {
    padding: 20px;
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
    font-size: 18px;
    line-height: 1.875;
    text-decoration: none;
}

.pre-order-description a {
    color: #000;
    text-decoration: none;
}

/* Contact Page Css */
.contact-form-control {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #000;
    font-family: Poppins, sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.5px;
    padding: 15px 20px;
    width: 100%;
    line-height: 1.15;
    margin: 0;
}

.contact-submit-btn {
    background-color: #e40201;
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.5px;
    padding: 18px 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    outline: 0;
    border: 0;
}

/*Product Category -> Pre Order page Css*/
.product-category-product {
    position: relative;
}

.product-category-product a {
    text-decoration: none;
    color: #000;
    display: block;
    margin-bottom: 8px;
    text-align: center;
}

.product-category-product a:focus {
    padding: 0 10px;
    border: #ccc solid 1px;
    margin-bottom: 28px;
}

.product-category-product img {
    width: 100%;
    object-fit: contain;
    height: auto;
    margin-bottom: 8px;
}

.sale-text-label {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    margin: -.5em -.5em 0 0;
    background-color: #e40201;
    color: #ffffff;
    line-height: 1.75;
    min-width: 3.236em;
    padding: .202em;
    font-family: "Noto Serif SC", serif;
    font-size: 1em;
    font-weight: 700;
    z-index: 9;
    text-align: center;
}

.product-category-book-title {
    padding: .5em 0;
    margin: 0;
    font-size: 1.4em;
    font-family: 'drone', sans-serif;
    font-weight: 700;
    line-height: 1.25;
}

.product-category-actual-price {
    color: #000000;
    font-weight: 600;
    font-size: 18px;
    font-family: "Noto Serif SC", serif;
    line-height: 1.875;
    margin: 0;
}

.product-category-actual-price .discount-price, .book-details .discount-price {
    opacity: .5;
    margin-right: 4px;
    text-decoration: line-through;
}

a.add-to-cart-button {
    border: 0;
    outline: 0;
    color: #ffffff;
    background-color: #000;
    border-radius: 3px;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    padding: 16px 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1;
    width: 100%;
    transition: all 0.2s linear;
    /*background-image: url(../images/shopping_cart-white.png);*/
    /*background-repeat: no-repeat;*/
    /*background-position: 42px;*/
    margin-top: 12px;
}

.add-to-cart-button:hover {
    background-color: #bc030a;
}

/*Cart page*/
.cart-table td {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1.75;
    word-break: normal;
    font-weight: 300;
}

.cart-table th {
    font-weight: 700;
    line-height: 1.5em;
    padding: 9px 12px;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}

.cart-total-title {
    font-family: 'drone', sans-serif;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000;
}

/*Events Page*/
.event-title {
    color: #000;
    font-family: "Noto Serif SC", serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.875;
    text-decoration: none;
}

.event-title a {
    text-decoration: none;
    color: #000;
}

@media only screen and (max-width: 767px) {
    .ots-left-image {margin-top: 32px;}
}