@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Courgette&family=Roboto&display=swap');

font-family: 'Courgette', cursive;
font-family: 'Roboto', sans-serif;

body {background:#fff;font-family: 'Josefin Sans', 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: #e24481;}
ul {padding:0;}
button:focus {outline: none;}
img {max-width: 100%;}

.navbar {
	padding:20px 0;
	z-index:9;
}
.navbar-nav {
    margin-left: auto;
}
.navbar-expand-lg .navbar-nav li .nav-link {
    padding: 1.7rem 1.5rem;
    color: #303149;
    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:#e24481 !important;
}

/*======================== BANNER CSS STARTS ========================*/
#banner {
    background: #fff;
    padding: 0 0 90px;
    position: relative;
    width: 100%;
	border-bottom: #fff8f5 10px solid;
}

#book_deal{background-color: #fff8f5;}
/*#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;
	margin: 0 auto;
	max-width: 585px;
}
.fs_t1-item-txt h1 {
	font-family: 'Courgette', cursive;
	font-size:76px;
	font-weight:700;
	line-height:1.2;
	color:#303149;
	max-width: 530px;
}
.fs_t1-item-txt span {
	color:#e24481;
}
.fs_t1-item-txt p {
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    line-height: 1.2;
    color: #303149;
    max-width: 590px;
}
.subscribe {
    margin: 50px 0 0;
}
.subscribe .input-group {
    border-radius: 90px;
    background: #f6f6f6;
    border: 1px solid #e8e8e8;
    padding: 6px 6px 6px 10px;
	z-index:99;
}
.subscribe .input-group input.form-control {
    border-radius: 0;
    border: none;
    color: #000;
    padding: 0 30px;
    min-height: 60px;
    background: #f6f6f6;
}
.subscribe .input-group .btn-success {
    border-radius: 90px;
    background: #e24481;
    border: none;
    padding: 10px 30px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
	font-size: 19px;
    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:#fff8f5;
	position:relative;
	z-index:99;
}
#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:#e24481;
	font-size:19px;
	font-weight:500;	
	font-family: 'Courgette', cursive;
}
.fs_t0-item-txt h2 {
    color: #303149;
    font-size: 40px;
    font-weight: 500;
    font-family: 'Courgette', cursive;
    margin: 20px 0;
}
.fs_t0-item-txt p {
	color:#5f5f64;
	font-family: 'Roboto', sans-serif;
	font-weight:300;	
}
.fs_t1-item-img img {
    width: 100%;
}
.head_title h2 {
    font-size: 55px;
	font-family: 'Courgette', cursive;
    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%;
	height: 375px;
}
.fs_t2-item-text {
    border: 1px solid #000;
    margin: 8px 0 20px;
    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:#e24481;
	font-size:15px;
}
.fs_t2-item h4:hover, .fs_t2-item span:hover {
    color: #e24481;
}
#best_seller {
	position:relative;
	background:#1c1c23;
}
#best_seller:before {
	content:"";
	position:absolute;
	top:0;
	right:0;
	background-image: url(../images/shape03.png);
    background-repeat: no-repeat;
    background-size: cover;
	width:326px;
	height:501px;
}
#best_seller .head_title h2 { 
	color:#fff;
}
#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: #dfdffd;
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
}
.fs_t5 {
    position: relative;
    z-index: 99;
}
.fs_t5-items_btn {
    background: #e24481;
    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: 'Courgette', cursive;
}
.fs_t5-items_btn a {
    background:#fff;
	border:1px solid #fff;
	color: #e24481;
    font-size: 18px;
    font-family: 'Roboto', 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:#e24481;
	color:#fff;
}	
.ftr_logo {
    text-align: center;
    margin: 70px 0 30px;
}
.fs_t5-items ul {
    margin: 0;
    padding: 0 0 30px;
	margin: 0 0 0 15px;
}
.fs_t5-items ul li {
    padding: 0 0 15px 0;
}
.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: #e24481;
}
.fs_t5-items .ftr_menu li a {
	color: #282828;
	font-family: 'Roboto', 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: #e24481;
}	
.copyright {
	background:#e24481;
	padding:10px 0;
}
.copyright p {
	color:#fff;
	margin:0;
	font-size:13px;
	font-weight:300;
	text-align:center;	
}

.fs_t5-item-txt h3 {
	font-family: 'Courgette', cursive;
  color: #343484;
  font-size: 19px;
  position: relative;
  margin: 0 0 34px;
  z-index: 99;
}

.fs_t5-item-txt h3::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  background: #343484;
  width: 37px;
  height: 3px;
}


@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: #dfdffd;
    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: #e24481;
    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;
}
.book-item-price  {
    font-size: 20px;
}
.book-item-price span {
    font-size: 30px;
}
.book-item {
    margin: 0 0 50px;
    border-bottom: 2px solid #ddd;
    padding: 0 0 50px;
}
.book-item-book h2 span {
    display: block;
    font-size: 18px;
}
main {
    margin: 40px 0 0;
}


.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;}

.book_btn {
    background: #e24481;
    padding: 9px 12px;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
}
.book_btn:hover {
    background: #000;
    color: #fff;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    text-decoration: none;
}
.navbar .dropdown-menu {
   margin: 0;
}

.fs_t1-item_img img {
    max-height: 400px;
    margin: 50px 0 0;
}
.fs_t1-item_img{
    text-align: center;
}




/* 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: #e24481;
}
.not-found-dk p{
    margin-bottom: 40px;
}


.not-found-dk .book_btn{
    padding: 15px 30px;
    border-radius: 30px;
}

/* redesign */
@media(max-width: 560px){
    .fs_t1-item {
        padding: 40px 0 0px;
    }
    #banner {
        padding: 0 0 50px;
    }
    section {
        padding: 40px 0;
    }
    .fs_t5-items .ftr_menu li {
        display: block;
    }
    footer::before {
        height: 610px;
    }
	.fs_t2-item-img img{
		height: auto;
	}
}
@media(max-width: 325px){
    .navbar-brand img{
        width: 190px !important;
    }
    .not-found-dk header h2 {
        font-size: 170px;
    }

}

@media(max-width: 900px){
	.fs_t5-item{margin-bottom: 50px; text-align: center;}
	.fs_t5-items ul{padding: 0; list-style: none;}
}