@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');

body {background:#fff;font-family: 'Poppins', sans-serif;font-size:18px;color:#000;padding:0;margin:0 auto;}
h1, h2, h3, h4 {padding:0;margin:0 0 15px;}
h1 {font-size:30px;}
h2 {font-size:26px;}
h3 {font-size:22px;}
h4 {font-size:18px;}
p {padding:0;margin:0 0 15px;}
input:focus {outline:0;}
.form-control:focus, .btn-success.focus, .btn-success:focus  {box-shadow:none;}
section {padding:80px 0;}
a {text-decoration:none; color: #a33cda;}
ul {padding:0;}
button:focus {outline: none;}
img {max-width: 100%;}

.book_btn {
    background: #a33cda;
    padding: 9px 12px;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
}
.book_btn:hover {
    background: #fff;
    color: #a33cda;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    text-decoration: none;
}
.navbar {
	padding:20px 0;
	z-index:9;
}
.navbar-nav {
    margin-left: auto;
}
/*.navbar-expand-lg .navbar-nav li:first-child,
.navbar-expand-lg .navbar-nav li:nth-child(2){display: none !important;}*/
.navbar-expand-lg .navbar-nav li .nav-link {
	padding:1.3rem 1.5rem;
	color:#fff;
	font-weight:500;
	transition:all 0.4s ease-in-out;
	-webkit-transition:all 0.4s ease-in-out;
}
.navbar-expand-lg .navbar-nav li a:hover, .navbar-expand-lg .navbar-nav li.active a {
	color:#a33cda !important;
}

/*======================== BANNER CSS STARTS ========================*/
#banner {
    background: #fff;
    padding: 0 0 90px;
    position: relative;
    width: 100%;
}
#banner:after {
    content: "";
    background-image: url(../images/main_banner.png);
    background-repeat: no-repeat;
    background-size: 85%;
    height: 709px;
    width: 963px;
    position: absolute;
    top: 0;
    right: 0;
    background-position: right top;
}	
.fs_t1-item {
    padding: 90px 0 0;
}
.fs_t1-item-txt h1 {
	font-family: 'Poppins', sans-serif;
	font-size:59px;
	font-weight:700;
	line-height:1.2;
	color:#303149;
	max-width: 530px;
}
.fs_t1-item-txt span {
	color:#a33cda;
}
.fs_t1-item-txt p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.2;
    color: #303149;
    max-width: 590px;
}
.subscribe {
    margin: 50px 0 0;
}
.subscribe .input-group {
    border-radius: 10px;
    background: #f6f6f6;
    border: 1px solid #e8e8e8;
    padding: 0;
	z-index:99;
}
.subscribe .input-group input.form-control {
    border-radius: 0;
    border: none;
    color: #000;
    padding: 0 15px;
    min-height: 43px;
    background: #f6f6f6;
}
.subscribe .input-group .btn-success {
    border-radius: 10px;
    background: #a33cda;
    border: none;
    padding: 0 30px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}
.subscribe .input-group .btn-success:hover, .subscribe .input-group .btn-success:focus, .subscribe .input-group .btn-success:active, .subscribe .input-group .btn-success:active:focus {
	background: #000;
	box-shadow:none;
}

#about {
	background:#f7e9ff;
	position:relative;
	z-index:99;
	margin:90px 0 0;
}
/*#about:before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	background-image: url(../images/shape01.png);
    background-repeat: no-repeat;
    background-size: 60%;
	width:169px;
	height:270px;
}*/
#about:after {
	content:"";
	position:absolute;
	top:0;
	right:0;
	background-image: url(../images/shape02.png);
    background-repeat: no-repeat;
    background-size: 100%;
	width:340px;
	height:445px;
	z-index:-1;
} 
.fs_t0-item-img img {
    width: 10;
    width: 100%;
}
.fs_t0-item-txt {
    padding: 30px 0 0;
	position:relative;
	z-index:99;
}
.fs_t0-item-txt span {
	color:#a33cda;
	font-size:19px;
	font-weight:500;	
	font-family: 'Poppins', sans-serif;
}
.fs_t0-item-txt h2 {
    color: #303149;
    font-size: 40px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    margin: 20px 0;
}
.fs_t0-item-txt p {
	color:#5f5f64;
	font-family: 'Poppins', sans-serif;
	font-weight:300;	
}
.fs_t1-item-img img {
    width: 100%;
}
.head_title h2 {
    font-size: 41px;
	font-family: 'Poppins', sans-serif;
    color: #303149;
    font-weight: 700;
    margin: 0 auto 40px;
    max-width: 720px;
}
.fs_t2-item .fs_t2-item-img img {
    border: 5px solid #efefef;
}
.fs_t2-item-img img {
	width:100%;
}
.fs_t2-item-text {
    border: 1px solid #000;
    margin: 8px 0 0;
    padding: 10px;
}
.fs_t2-item h4 {
	color:#282828;
	font-size:17px;
	margin: 0;
}
.fs_t2-item a {
    text-decoration: none;
}
.fs_t2-item span {
	color:#a33cda;
	font-size:15px;
}
.fs_t2-item h4:hover, .fs_t2-item span:hover {
    color: #a33cda;
}
#best_seller {
	position:relative;
	background:#f7e9ff;
}
#best_seller:before {
	content:"";
	position:absolute;
	top:0;
	right:0;
	background-image: url(../images/shape02.png);
    background-repeat: no-repeat;
    background-size: cover;
	width:326px;
	height:501px;
}
#best_seller .head_title h2 { 
	color:#303149;
}
#best_seller .fs_t2-item .fs_t2-item-img img {
    border: 5px solid #fff;
}
#best_seller .fs_t2-item-text {
	background:#fff;
}
.fs_t3-item {
    background: #fff;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 4px 8px 16px rgb(0 0 0 / 9%);
    margin: 0 0 30px;
}
.fs_t3-item-img img {
    width: 100%;
    margin: 0 0 26px;
}
.fs_t2-item-txt h2 {
	font-size:21px;
	color:#171717;
	font-weight:700;
}
.fs_t2-item-txt p {
	font-size:15px;
	color:#525252;
}
.fs_t2-item-txt a {
	color:#00a9dc;
	transition:all 0.4s ease-in-out;
	-webkit-transition:all 0.4s ease-in-out;
}
.fs_t2-item-txt a:hover {
	color:#000;
}
#testimonial {
	background-color:#060606;
	background-image:url(../images/testimonial_bg.png);
	background-repeat:no-repeat;
	background-size:cover;
	padding-bottom:60px;
}
#testimonial .head_title h2 {
	color:#fff;
}
#testimonial .owl-theme .owl-dots .owl-dot span {
	width: 25px;
    height: 8px;
	background:#680707;
}
#testimonial .owl-theme .owl-dots .owl-dot.active span {
	background:#bf0505;
	width: 40px;
}
.fs_t4-item {
    background: #333;
    display: inline-block;
    width: 100%;
    padding: 30px;
	position:relative;
	margin:0 0 20px;
}
.fs_t4-item:before {
    content: "";
    background-image: url(../images/testimonials_quote.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 30px;
    left: 30px;
    width: 35px;
    height: 28px;
}
.fs_t4-item:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 30px;
    width: 20px;
    height: 20px;
    background: #333;
    transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.fs_t4-item-img {
    float: left;
    margin: 0 20px 0 0;
}
.fs_t4-item-text {
    padding: 10px 0 0;
}
.fs_t4-item-text h4 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.fs_t4-item-text span {
    color: #fff;
    font-size: 12px;
	position:relative;
}
.rating {
    margin: 14px 0 0;
}
.fs_t4-item p {
    width: 100%;
    float: left;
    margin: 45px 0 0 0;
    color: #fff;
    font-size: 16px;
}
footer {
	padding:80px 0 30px;
	background:#fff;
	position:relative;
}
footer:before {
    content: "";
    background-image: url(../images/ftr_waves.png);
    background-repeat: no-repeat;
    height: 450px;
    width: 1600px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.fs_t5 {
    position: relative;
    z-index: 99;
}
.fs_t5-items_btn {
    background: #a33cda;
    margin: 0 auto;
    padding: 30px 10px;
    text-align: center;
    border-radius: 90px;
    max-width: 890px;
    position: relative;
	z-index:99;
	overflow:hidden;
}
/*.fs_t5-items_btn {
    background-image: url(../images/subscribe_bg.png);
    background-repeat: no-repeat;
    height: 169px;
    width: 933px;
    margin: 0 auto;
    padding: 36px 0;
    text-align: center;
}*/
.fs_t5-items_btn h4 {
    color: #fff;
    font-size: 33px;
    font-family: 'Poppins', sans-serif;
}
.fs_t5-items_btn a {
    background:#fff;
	border:1px solid #fff;
	color: #a33cda;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
	border-radius:90px;
	padding:8px 26px;
	display:inline-block;
	text-decoration:none;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
}
.fs_t5-items_btn a:hover {
    background:#a33cda;
	color:#fff;
}	
.ftr_logo {
    text-align: center;
    margin: 70px 0 30px;
}
.fs_t5-items ul {
    text-align: center;
    margin: 0;
    padding: 0 0 30px;
}
.fs_t5-items ul li {
    list-style: none;
    display: inline-block;
    margin: 0 5px;
}
.fs_t5-items .ftr_menu li {
	margin:0 20px;
}
.fs_t5-items .social li {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    margin: 0 7px;
    background: #ffe4d8;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
.fs_t5-items .social li:hover {
    background: #a33cda;
}
.fs_t5-items .ftr_menu li a {
	color: #282828;
	font-family: 'Poppins', sans-serif;
	font-size:19px;	
	text-decoration:none;
	transition:all 0.4s ease-in-out;
	-webkit-transition:all 0.4s ease-in-out;
}
.fs_t5-items .ftr_menu li a:hover {
	color: #a33cda;
}	
.copyright {
	background:#a33cda;
	padding:10px 0;
}
.copyright p {
	color:#fff;
	margin:0;
	font-size:13px;
	font-weight:300;
	text-align:center;	
}


@media screen and (max-width: 1199px) {
.fs_t1-item-txt h1 {
    font-size: 56px;
}


}

@media screen and (max-width: 991px) {
.fs_t2-item {
    margin: 0 0 30px;
}
.fs_t2-item-img img{
	width:100%;
}
.fs_t5-item-txt h3 {
	font-size:18px;
}
.fs_t5-item-txt li a {
	font-size:14px;	
}
.navbar-nav {
    float: none;
}
.navbar-expand-lg .navbar-nav li .nav-link {
	padding:1rem 1.5rem;
}
.navbar-nav {
	margin-top:20px;
}
.fs_t5-items_btn:after {
    opacity:0;
}
.fs_t5-items_btn:before {
	opacity:0;	
}

}

@media screen and (max-width: 767px) {
.fs_t1-item-txt h1 {
    font-size: 39px;
}
.head_title h2 {
    font-size: 22px;
}
.fs_t4-item {
    margin: 0 0 20px;
}
.fs_t5-item {
    margin: 0 0 40px;
}
footer {
    padding: 80px 0 40px;
}
.fs_t5-items_btn h4 {
    font-size: 19px;
}
	
}

header {
    background: linear-gradient(-180deg, rgb(0 0 0 / 46%) 0%, rgb(0 0 0 / 0%) 100%);
	z-index: 9;
    position: relative;
}






.navbar-nav li>span {
    position: relative;
    display: block;
    padding: 10px 15px;
    font-weight:bold;
}


/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 767px) {
  
  /* remove the padding from the navbar so the dropdown hover state is not broken */
.navbar {
  padding-top:0px;
  padding-bottom:0px;
}

/* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
.navbar .nav-item {
  padding: 0 .5rem;
}

  
/* makes the dropdown full width  */
.navbar .dropdown {position:static;}

  
.navbar .dropdown-menu {
  width:100%;
  left:0;
  right:0;
/*  height of nav-item  */
  top:100%;
  
  display:block;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s linear;
  margin: 0;
}
  
 

  
  /* shows the dropdown menu on hover */
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
  display:block;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.3s linear;
}
  
  .navbar .dropdown-menu {
    border: 1px solid rgba(0,0,0,.15);
    background-color: #fff;
	text-align: center;
  }

}
.dropdown-menu ul li {
    display: inline-block;
    list-style: none;
    padding: 5px 10px;
}

.sidebar-item .subscribe .input-group {
    display: block;
	border: none;
	background: none;
	border-radius: 0;
	padding: 0;
}
.sidebar-item .subscribe .input-group input.form-control {
    border: none;
    width: 100%;
    border-radius: 0;
    padding: 5px 10px;
	min-height: 38px;
}
.sidebar-item .fs-t1-inr {
    background: #a33cda;
    color: #fff;
    padding: 16px;
	margin: 0 0 30px;
}
.sidebar-item .subscribe {margin: 0;}
.sidebar-item .subscribe .input-group .btn-success {
    background: #000;
    border-radius: 0;
    width: 100%;
    margin: 5px 0 0;
    padding: 7px 10px;
}
.audible_img_amz {
    margin: 50px 0;
}
.book-item-links a {
    background: #000;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    padding: 6px 12px;
    display: inline-block;
    border-radius: 3px;
    margin: 0 0 5px;
}

/* Other Stores modal (Phase 8 item 1) */
.book-item-links .btn-store,
.book-item-links .btn-other-stores {
    background: #f0f0f0;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #ddd;
    padding: 12px 20px;
    border-radius: 6px;
    line-height: 1.6;
    display: inline-block;
    margin: 0 6px 5px 0;
    cursor: pointer;
    font-size: 14px;
}
.book-item-links .btn-store:hover,
.book-item-links .btn-other-stores:hover {
    background: #e2e2e2;
}
.book-item-links .btn-store {
    background: #a33cda;
    color: #fff !important;
    border: 1px solid #a33cda;
}
.book-item-links .btn-store:hover {
    background: #7f28a8;
    border: 1px solid #7f28a8;
}
.book-item-links .btn-other-stores {
    background: #6c757d;
    color: #fff !important;
    border: 1px solid #6c757d;
}
.book-item-links .btn-other-stores:hover {
    background: #5c636a;
    border: 1px solid #5c636a;
}
.other-stores {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.other-stores.open {
    display: block;
}
.other-stores-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
.other-stores-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    width: 90%;
    max-width: 640px;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 10px 40px rgb(0 0 0 / 25%);
}
.other-stores-close {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    color: #333;
}
.other-stores-box h4 {
    margin: 0 0 20px;
}
.other-stores-links {
    column-count: 3;
    column-gap: 20px;
}
.other-stores-links a {
    display: block;
    padding: 6px 0;
    color: #333;
    break-inside: avoid;
}
.other-stores-links a:hover {
    color: #a33cda;
}
@media (max-width: 767px) {
    .other-stores-links {
        column-count: 1;
    }
}
.book-item-price  {
    font-size: 20px;
}
.book-item-price span {
    font-size: 30px;
}
.book-item {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    padding: 25px 25px 20px;
    margin: 0 0 30px;
}
.book-item-book h2 {
    margin: 6px 0 2px;
}
.book-item-book h2 a {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
}
.book-item-desc {
    line-height: 1.6;
    margin: 0 0 16px;
}
.book-item-links {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px;
    margin: 0 0 20px;
}
.book-item-book h2 span {
    display: block;
    font-size: 18px;
}
main {
    margin: 40px 0;
}

/* Phase 8 book listing/detail page UI pattern */
.book-item-author {
    margin: 4px 0 10px;
    color: #666;
    font-size: 15px;
}
.book-item-meta-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 6px;
    font-size: 13px;
    color: #666;
}
.book-item-price .price-current {
    color: #a33cda;
    font-weight: 900;
    font-size: 22px;
}
.book-item-price .price-regular {
    color: #999;
    text-decoration: line-through;
    font-size: 15px;
    margin-left: 8px;
    font-weight: 400;
}
.book-item-date {
    margin: 0 0 12px;
}
.book-item-desc.collapsed {
    max-height: 220px;
    overflow: hidden;
    position: relative;
}
.book-item-desc.collapsed:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
}
.read-more-btn {
    background: none;
    border: none;
    color: #a33cda;
    font-weight: 600;
    cursor: pointer;
    padding: 0;
    margin: 0 0 15px;
    display: inline-block;
}
.read-more-btn:hover {
    text-decoration: underline;
}
.site-signup-section {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    padding: 25px;
    margin: 30px 0 0;
    text-align: center;
}
.site-signup-section h3 {
    margin: 0 0 15px;
}
.site-signup-section .subscribe {
    margin: 0;
}
.site-signup-section .subscribe .input-group {
    display: flex;
    flex-wrap: nowrap;
    max-width: 460px;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
}
.site-signup-section .subscribe .input-group input.form-control {
    border: none;
    flex: 1 1 auto;
}
.site-signup-section .subscribe .input-group .btn-success {
    border-radius: 0;
    background: #a33cda;
    color: #fff;
    border: 1px solid #a33cda;
}
.site-signup-section .subscribe .input-group .btn-success:hover,
.site-signup-section .subscribe .input-group .btn-success:focus,
.site-signup-section .subscribe .input-group .btn-success:active {
    background: #7f28a8;
    border-color: #7f28a8;
}
.recent-books-widget {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
}
.recent-books-widget h3 {
    font-size: 18px;
    margin: 0 0 15px;
}
.recent-books-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.recent-books-list li {
    margin: 0 0 12px;
}
.recent-books-list li:last-child {
    margin-bottom: 0;
}
.recent-books-list a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #282828;
}
.recent-books-list a:hover span {
    color: #a33cda;
}
.recent-books-list img {
    width: 50px;
    height: 75px;
    object-fit: cover;
    flex: 0 0 auto;
    border-radius: 4px;
}

/* Pagination (replaces the "Easy WP Page Navigation" plugin -- Phase 6) */
.cravebooks-pagination {
    margin: 30px 0;
    text-align: center;
}
.cravebooks-pagination-list {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.cravebooks-pagination-list li {
    display: inline-block;
}
.cravebooks-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 10px;
    border-radius: 50%;
    background: #f5f5f5;
    color: #333;
    font-weight: 600;
    text-decoration: none;
}
.cravebooks-pagination .page-numbers.current {
    background: #a33cda;
    color: #fff;
}
.cravebooks-pagination .page-numbers:hover {
    background: #a33cda;
    color: #fff;
}
.cravebooks-pagination .page-numbers.dots {
    background: none;
}

@media (min-width: 1400px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 1350px;
  }
}


.main_contact {
    padding: 70px 0;
}
.main_contact .contact_text {
	text-align:center;
}
.main_contact form {
    max-width: 560px;
    margin: 60px auto 0;
}
html{scroll-behavior: smooth;}







/* redesign */


/* 404 page css */
.not-found-dk{
    padding: 30px 0 80px;
}
.not-found-dk img{
        width: 280px;
        margin: auto;
}
.not-found-dk header{
    background: unset;
}

.not-found-dk header h1{
        margin-top: 30px;
}
.not-found-dk header h2{
    font-size: 200px;
    line-height: 165px;
    margin-top: 30px;
    color: #a33cda;
}
.not-found-dk p{
    margin-bottom: 40px;
}


.not-found-dk .book_btn{
    padding: 15px 30px;
    border-radius: 30px;
}





@media(max-width: 1200px){
    #banner::after {
    background-size: 60%;
    }
}
@media(max-width: 767px){
    #banner::after {
        display: none;
    }
    #banner {
        padding: 0px;
    }
}
@media(max-width: 560px){
    .fs_t1-item {
        padding: 40px 0 0px;
    }
    #banner {
        padding: 0 0 50px;
    }

    #about{
        margin-top: 0px;
    }
    section {
        padding: 40px 0;
    }
    .fs_t5-items .ftr_menu li {
        display: block;
    }
    footer::before {
        height: 610px;
    }
    footer {
        padding: 50px 0 40px;
    }
}
@media(max-width: 325px){
    .navbar-brand img{
        width: 190px !important;
    }
    .not-found-dk header h2 {
        font-size: 155px;
    }
}

#banner::after{
    z-index: -9;
}
#banner{
    background: unset;
}

/* Item 22: subscribe button padding consistent wherever userSubscribeform() renders on the detail page. */
.single-books input.subBtn {
    padding: 10px !important;
}
