@import "bootstrap.min.css";
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;300;400;500;700;800;900&display=swap');
html,
body {
    position: relative;
    height: 100%;
}

body {
    font-family: 'Raleway', sans-serif;
    color: #1A1A1A;
    font-weight: 400;
}

a.active,
a:focus,
button:focus,
button.active {
    outline: none;
}

a {
    text-decoration: none;
}

a:focus,
a:hover,
a:active {
    outline: 0;
    box-shadow: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

a {
    text-decoration: none;
    transition: all .5s ease-in-out;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    list-style: none;
}

p {
    margin: 0;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

img {
    border-style: none;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.wrapper {
    overflow: hidden;
}


/*--------------------------------------
HEADER 
-------------------------------------*/

.top-bar {
    display: flex;
    align-items: center;
    padding: 21px 0 10px;
}

.social-link {
    display: flex;
    margin-left: auto;
    margin-right: 50px;
}

.social-link li {
    margin: 0 3.5px;
}

.social-link li a {
    display: inline-flex;
}


/*--------------------------------------
BREADCRUMB 
-------------------------------------------*/

.breadcrumb-banner {
    height: 334px;
    background: linear-gradient(#6ba9c9 0%, #0989cb 100%);
    text-align: center;
    padding: 72px 0;
}

.title-link,
.title {
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
}

.title-link {
    text-align: left;
    color: #272626;
    display: inline-flex;
}

.caption {
    margin-bottom: 40px;
}

.title-link:hover {
    color: #272626;
}

.books-card {
    border-radius: 8px;
    box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.23);
    overflow: hidden;
    display: block;
}

.books-card img {
    width: 100%;
}

.featured-books {
    margin: -172px 0 0;
    position: relative;
}

.featured-books .container-fluid {
    padding: 0 30px;
}

.card-book {
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 21px;
}

.card-book:after {
    border-radius: 21px;
}

.kindle-booked .row {
    flex-wrap: wrap;
}

.kindle-booked .row [class*="col"] {
    width: 20%;
    flex: auto;
    flex-grow: inherit;
    height: 337px;
    margin-bottom: 30px;
}

.card-book .card-btn {
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    min-height: 98px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    line-height: 35px;
}

.card-book .dropdown {
    border-radius: 20px 20px 13px 13px;
}

.card-btn {
    border-radius: 20px 20px 0 0;
}

.card-book .dropdown-menu.show {
    border-radius: 0 0 20px 20px;
}

.kindle-booked {
    padding: 90px 0;
    overflow: auto;
    height: 100%;
    width: 100%;
    scrollbar-width: none;
}

.kindle-booked::-webkit-scrollbar {
    display: none;
}

.kindle-booked .container {
    max-width: 1669px;
}

.card-book:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.card-red:after {
    background-color: rgba(239, 30, 37, 0.46);
}

.card-book .dropdown-menu {
    min-width: 100%;
    margin: 0;
    border-radius: 0;
    border: none;
    z-index: 5;
    padding: 0 30px;
    transform: inherit !important;
    top: 0 !important;
    overflow-y: auto;
    position: relative !important;
}

.dropdown-menu a {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 13px;
}

.dropdown-menu a.more-link {
    text-align: center;
    border-bottom: none;
    padding: 0;
    font-size: 16px;
}

.dropdown-menu a:last-of-type {
    border-bottom: none;
}

.card-red .dropdown-menu {
    background-color: #FC3E44;
}

.card-red .card-btn {
    background: #FC3E44;
}

.dropdown.show {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.card-purple:after {
    background-color: rgba(145, 36, 163, 0.5);
}

.card-purple .dropdown-menu {
    background-color: #9124A3;
}

.card-purple .card-btn {
    background: #9124A3;
}

.card-dark-red:after {
    background-color: rgba(231, 16, 24, 0.5);
}

.card-dark-red .dropdown-menu {
    background-color: #DF060D;
}

.card-dark-red .card-btn {
    background: #DF060D;
}

.card-light-blue:after {
    background-color: rgba(62, 207, 252, 0.5);
}

.card-light-blue .dropdown-menu {
    background-color: #3ECFFC;
}

.card-light-blue .card-btn {
    background: #3ECFFC;
}

.card-dark-yellow:after {
    background-color: rgba(255, 153, 0, 0.49);
}

.card-dark-yellow .dropdown-menu {
    background-color: #FF9900;
}

.card-dark-yellow .card-btn {
    background: #FF9900;
}

.card-yellow:after {
    background-color: rgba(255, 170, 0, 0.5);
}

.card-yellow .dropdown-menu {
    background-color: #EF9F00;
}

.card-yellow .card-btn {
    background: #EF9F00;
}

.card-pink:after {
    background-color: rgba(252, 62, 170, 0.5);
}

.card-pink .dropdown-menu {
    background-color: #FC3EAA;
}

.card-pink .card-btn {
    background: #FC3EAA;
}

.card-dark:after {
    background-color: rgba(39, 38, 38, 0.51);
}

.card-dark .dropdown-menu {
    background-color: #272626;
}

.card-dark .card-btn {
    background: #272626;
}

.card-light-blue:after {
    background-color: rgba(107, 169, 201, 0.5);
}

.card-light-blue .dropdown-menu {
    background-color: #6BA9C9;
}

.card-light-blue .card-btn {
    background: #6BA9C9;
}

.card-yellow-3:after {
    background-color: rgba(246, 198, 83, 0.5);
}

.card-yellow-3 .dropdown-menu {
    background-color: #DCA92D;
}

.card-yellow-3 .card-btn {
    background: #DCA92D;
}

.card-green:after {
    background-color: rgba(102, 205, 170, 0.5);
}

.card-green .dropdown-menu {
    background-color: #13BF85;
}

.card-green .card-btn {
    background: #13BF85;
}

.card-yellow-4:after {
    background-color: rgba(255, 165, 0, 0.5);
}

.card-yellow-4 .dropdown-menu {
    background-color: #FFA500;
}

.card-yellow-4 .card-btn {
    background: #FFA500;
}

.card-light-pink:after {
    background: rgba(246, 116, 83, 0.5);
}

.card-light-pink .dropdown-menu {
    background-color: #F67453;
}

.card-light-pink .card-btn {
    background: #F67453;
}

.card-orange:after {
    background: rgba(237, 85, 59, 0.5);
}

.card-orange .dropdown-menu {
    background-color: #ED553B;
}

.card-orange .card-btn {
    background: #ED553B;
}

.card-blue:after {
    background: rgba(32, 99, 155, 0.5);
}

.card-blue .dropdown-menu {
    background-color: #20639B;
}

.card-blue .card-btn {
    background: #20639B;
}

.card-dark-blue:after {
    background: rgba(23, 63, 95, 0.5);
}

.card-dark-blue .dropdown-menu {
    background-color: #173F5F;
}

.card-dark-blue .card-btn {
    background: #173F5F;
}

.custom-modal {
    max-width: 1205px;
    border-radius: 47px;
}

.custom-modal .modal-content {
    border-radius: 47px;
    overflow: hidden;
    border: none;
}

.custom-modal .modal-content {
    padding: 177px 135px;
}

.custom-modal h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 57px;
    text-align: center;
    color: #272626;
    margin-bottom: 30px;
}

.form_row {
    display: flex;
}

.form_row .form-control {
    height: 100px;
    border-radius: 50px;
    background: #eee;
    border: 1px solid #707070;
    font-weight: 500;
    font-size: 23px;
    text-align: left;
    color: #272626;
    text-transform: capitalize;
    padding: 30px;
}

.form_row .cta-primary {
    min-width: 271px;
    height: 100px;
    border-radius: 50px;
    background: #f90;
    border: 3px solid #f90;
    margin-left: 19px;
    font-weight: 500;
    font-size: 30px;
    text-align: left;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.close {
    width: 76px;
    height: 68px;
    border-radius: 0px 47px 0px 35px;
    background: #dc2d2d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    text-shadow: none;
    font-size: 36px;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
}

.modal {
    background: transparent;
    backdrop-filter: blur(13px);
    --webkit-backdrop-filter: blur(13px);
    background-color: rgba(0, 0, 0, 0.2);
}

.wrapper.padding {
    padding-bottom: 800px;
}

@supports (-webkit-touch-callout: none) {
    .wrapper-display {
        display: flex;
        flex-direction: column;
    }
    .wrapper-display .featured {
        order: 2;
    }
    .wrapper-display .kindle-booked {
        order: 1;
    }
}