/*************** Import Css **************/

@import "fonts.css";
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
/*font-family: "Libre Baskerville", serif;*/

/********************* Common Css ******************/

body {
	margin: 0px;
	padding: 0px;
	font-family: "Libre Baskerville", serif;
	font-weight: 400;
	font-size: 20px;
	color: #000;
}

a {
	text-decoration: none !important;
}
a:not([href]):not([tabindex]) {
    color: #fff;
    text-decoration: none;
    cursor:pointer;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: #fff;
    text-decoration: none;
}
.loading_img_div{
	width:100%;
	height:100%;
	background:rgba(255, 255, 255, 0.41);
	position:fixed;
	z-index:9999999;
	text-align:center;
	display:none;
	top: 0;
}
.loading_img_div img{
    width: 90px;
	padding-top:300px;
}

.common-button {
	font-family: "Libre Baskerville", serif;
	font-weight: 700;
	font-size: 18px;
	color: #fff;
	border-radius: 50px;
	background: #88333A;
	display: inline-block;
	padding: 11px 15px 11px 21px;
	text-transform: capitalize;
	min-width: 226px;
	text-align: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.common-button:hover {
	color: #fff;
	background: #CD8F3D;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.common-button:after {
	content: url('../images/Frame.png');
	margin-left: 10px;
	position: relative;
	top: 6px;
}

.common-bg {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.common-arrow:after {
	display: none
}

.container {
	max-width: calc(100% - 190px);
}

.header-area {
	padding: 20px 0px;
	-webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	position: relative
}

.logo-area a {
	font-size: 20px;
	color: #000;
	font-family: "Libre Baskerville", serif;
	display: flex;
	align-items: center;
	gap: 15px;
}

/************** Banner css ***********/
.banner-area {
	min-height: 847px;
	padding-top: 88px;
}

.banner-left-slider-area {
	max-width: 827px;
}

.banner-left-slider-top {
	border: 3px solid #8C303B;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 159, 14, 1) 100%);
	padding-top: 20px;
	border-top-left-radius: 34px;
	border-top-right-radius: 34px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	max-width: calc(100% - 57px);
	margin-bottom: -10px;
}

.banner-left-slider-top>img {
	margin-bottom: 40px;
}

.each-image {
	overflow: hidden;
	border-radius: 8px;
}

.each-image img {
	width: 100%;
}

.banner-left-slider-top .swiper-slide.swiper-slide-active .each-image {
	transform: scale(1.3);
	border: 1px solid #fff;
	border-radius: 36px;
}

.banner-left-slider-top .swiper-wrapper {
	padding: 50px 0;
}

.banner-left-slider-area .swiper-button-prev {
	left: 20px;
}

.banner-left-slider-area .swiper-button-next {
	right: 20px;
}

.banner-left-slider-bottom-text-wrapper {
	background: #8C303B;
	padding: 35px 35px 30px 65px;
	height:90px;
}

.banner-left-slider-bottom-text-wrapper h4 {
	font-family: "Libre Baskerville", serif;
	font-weight: 700;
	color: #fff;
	font-size: 20px;
}

.banner-left-slider-bottom-text-wrapper p {
	font-family: "Libre Baskerville", serif;
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 0px;
}

.banner-left-slider-bottom-button-area a.common-button {
	background: #fff;
	color: #000;
	font-size: 14px;
	min-width: auto;
	white-space: nowrap;
}

.banner-left-slider-bottom-button-area a.common-button:after {
	content: url('../images/Vector.png');
	top: 0px;
	display: inline-block;
	margin-left:5px;
}

.banner-right-content {
	max-width: calc(100% - 827px);
	margin-left: 0;
	width: 100%;
	padding: 0px 70px;
}

.banner-right-content h1 {
	color: #8C303B;
	font-weight: 700;
	font-size: 50px;
    line-height: 60px;
	font-family: "Libre Baskerville", serif;
	letter-spacing: 5px;
	margin-bottom: 50px
}

.banner-right-content a.common-button {
	font-size: 18px;
	background: #CD8F3D;
	padding: 16px;
	width: 100%;
	max-width: 685px;
}

.banner-right-content a.common-button:hover {
	background: #88333A;
}

.banner-right-content a.common-button:after {
	display: none;
}

/***************** Zigzag Area ************/
.each-book-area {
	border: 5px solid #CD8F3D;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	border-top: 0px;
	margin-top: 240px;
	background-image:url('../images/each-blog-area.png');
	padding:50px 0px;
	align-items: center;
}

.each-book-content-area h2 {
	font-family: 'SolaimanLipi';
	margin-bottom: 20px;
	font-size: 28px;
}

.each-book-content-area h2 strong {
	font-family: "Libre Baskerville", serif;
	font-weight: 700;
	font-size: 24px;
}

.each-book-content-area {
	padding: 0px 110px 0px 135px;
	position: relative
}

.each-book-area:before {
	width: calc(100% + 10px);
	height: 80px;
	background: url('../images/border-top-design.png') repeat-x center / contain;
	content: '';
	position: absolute;
	bottom: 100%;
	left: -5px;
}

.each-book-content-area h5 {
	font-size: 21px;
	font-family: 'SolaimanLipi';
	color: #686666;
	margin-bottom: 20px;
}

.each-book-content-area h5 strong {
	font-family: "Libre Baskerville", serif;
	font-weight: 400;
}

.each-book-content-area p {
	font-family: 'SolaimanLipi';
	color: #686666;
	font-size: 20px;
	margin-bottom: 40px;
}

.related-books {
	/*padding-right: 60px;*/
	position: relative;
	top: 0px;
	min-width: 22%;
	width: 100%;
	max-width: 22%;
	left: 60px;
	border-radius:20px;
	overflow:hidden;
}

.related-books img {
	width: 100%;
	border-radius:20px;
}

.each-book-area.flex-row-reverse .related-books {
	left: auto;
	right: 60px;
}

.zigzag-area {
	padding-bottom: 107px;
}

/***************** Udbodhon Area ************/
.udbodhon-area {
	padding-top: 80px;
	padding-bottom: 20px;
}

.udbodhon-heading-area img {
	margin-bottom: 30px;
}

.udbodhon-area p {
	font-family: 'SolaimanLipi';
	font-size: 24px;
	color: #DBC9AE;
}

.udbodhon-heading-area {
	max-width: 907px;
}

.bookslider1 .swiper-wrapper .swiper-slide,
.bookslider2 .swiper-wrapper .swiper-slide {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	position: relative;
	overflow: hidden;
	padding: 0 5px;
}

.bookslider1 .swiper-wrapper,
.bookslider2 .swiper-wrapper {
	transition-timing-function: linear !important;
	position: relative;
}

.udbodhon-heading-area {
	margin-bottom: 60px;
}

.bookslider1 .swiper-slide img,
.bookslider2 .swiper-slide img {
	border-radius: 8px;
}

.bookslider2 {
	margin-top: 30px;
}

.each-prebooking-image {
	border-radius: 32px;
	overflow: hidden;
}

.each-prebooking-image img {
	width: 100%;
}

.each-prebooking-image a {
	position: absolute;
	top: 30px;
	right: 30px;
}

.pre-booking-area {
	padding: 90px 0px;
}

.pre-booking-slider .swiper-pagination {
	width: 100%;
	bottom: -55px;
	display:none;
}

.pre-booking-slider .swiper-pagination-bullet {
	width: 13px;
	height: 13px;
	display: inline-block;
	border-radius: 100%;
	background: #939393;
	opacity: 1;
	margin: 0px 9px;
}

.pre-booking-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #88333A;
	position: relative;
}

.pre-booking-slider .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	content: '';
	position: absolute;
	top: -5px;
	left: -5px;
	border: 1px solid #88333A;
	border-radius: 100%;
}

/************* Footer Area **********/
.footer-area {
	background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(250, 219, 155, 1) 100%);
	padding-top: 115px
}

.footer-image-area {
	height: 700px;
	border-radius: 32px;
	-webkit-box-shadow: 0px 40px 40px 0px rgba(255, 153, 0, 0.25);
	-moz-box-shadow: 0px 40px 40px 0px rgba(255, 153, 0, 0.25);
	box-shadow: 0px 40px 40px 0px rgba(255, 153, 0, 0.25);
}

.mayer-bari-content h3 {
	color: #F0BC68;
	font-family: 'SolaimanLipi';
	font-size: 64px;
	margin-bottom: 30px;
}

.mayer-bari-content h5 {
	color: #FFE9C8;
	font-size: 40px;
	margin-bottom: 50px;
}

.mayer-bari-content a:after {
	display: none
}

.mayer-bari-content a {
	background: linear-gradient(to right, rgba(213, 79, 83, 1) 0%, rgba(171, 61, 28, 1) 100%);
	padding: 16px 35px 16px 35px
}

.mayer-bari-content a img {
	margin-right: 15px;
}

.mayer-bari-content {
	padding-bottom: 65px;
}

.footer-content-area {
	padding: 60px 0px;
	border-bottom: 1px solid #000000
}

.each-footer-content h4 {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 30px;
}

.each-footer-content ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.each-footer-content ul li:not(:last-child) {
	margin-bottom: 30px;
}

.each-footer-content ul li a {
	font-size: 16px;
	color: #000;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.each-footer-content ul li a:hover {
	color: #88333a;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.each-footer-content ul li a img {
	margin-right: 15px;
}

.each-footer-content form input {
	padding: 10px 15px;
	border: 1px solid #656565;
	font-size: 16px;
	border-radius: 20px;
	width: 100%;
}

.each-footer-content form button {
	border: 0px;
	background: transparent;
}

.each-footer-content p {
	margin-bottom: 50px;
	font-size:16px;
}

.last-content ul li:not(:last-child) {
	margin-bottom: 15px;
}

.footer-bottom-area {
	padding: 50px 0px;
}

.each-footer-content form {
	display: flex;
}
p{
    font-size:16px;
}
.mayer-bari-content h3 {
    font-size: 56px;
}
.mayer-bari-content h5 {
    font-size: 35px;
}
/************* End:Footer Area **********/
.mobile-screen-button a {
	background: linear-gradient(to right, rgba(213, 79, 83, 1) 0%, rgba(171, 61, 28, 1) 100%);
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: 18px;
	padding: 12px 15px;
	font-family: "Libre Baskerville", serif;
	font-weight: 700;
	z-index: 99;
	display: none;
}

.mobile-screen-button a img {
	width: 15px;
	margin-left: 10px;
}

.multistep-from {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	background: rgba(0,0,0,0.65);
	z-index: 99;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	backdrop-filter: blur(30px);
	opacity:0;
	pointer-events:none;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.multistep-from.active{
	opacity:1;
	pointer-events:all;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
#svg_form_time {
	height: 8px;
	max-width: 80%;
	margin: 0px auto 20px;
	display: block;
	position: absolute;
	top: 50px;
}

#svg_form_time circle,
#svg_form_time rect {
	fill: white;
}

.multistep-from-feild-wrapper {
	max-width: 628px;
	background: #fff;
	border-radius: 25px;
	padding: 100px 85px 40px;
	position: relative;
	width: 100%;
	height: calc(100% - 100px);  
}
#book_order_form{
    overflow-y: scroll;
    height:100%;
    -webkit-overflow-scrolling: touch;
}
#book_order_form::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.1);
	background-color: #fff;
}

#book_order_form::-webkit-scrollbar
{
	width: 6px;
	background-color: #fff;
}

#book_order_form::-webkit-scrollbar-thumb
{
	background-color: #8C303B;
}
/*#book_order_form{
  overflow-y: scroll;
  scrollbar-color: #F5F5F5 #8C303B;
}*/

.each-step-wrapper h2 {
	font-family: "Libre Baskerville", serif;
	font-weight: 700;
	font-size: 32px;
	color: #000;
}

.each-step-wrapper p {
	font-family: "Libre Baskerville", serif;
	font-weight: 400;
	font-size: 15px;
	color: #575F6E;
}

.privacy-issue-text {
	background: #F0F2F4;
	border-radius: 8px;
	padding: 16px;
	display: flex;
	gap: 16px;
	align-items: center;
	margin-bottom: 20px;
	margin-top: 20px;
}

.privacy-issue-text p {
	font-family: "Libre Baskerville", serif;
	font-weight: 400;
	font-size: 13px;
	color: #242426;
	margin-bottom: 0px;
}

.personal-info-wrapper,
.books-wrapper,
.shipping-charges-wrapper {
	padding: 32px;
	border-radius: 8px;
	border: 1px solid #E2E4E5;
	margin-bottom: 20px;
	margin-top: 20px;
}

.each-feild {
	margin-bottom: 30px;
}

.each-feild label {
	font-family: "Libre Baskerville", serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #242426;
	display: block;
	margin-bottom: 8px;
}

.each-feild label span {
	color: #EB4335;
}

.each-feild input,
.each-feild textarea,
.each-feild select{
	padding: 8px 16px;
	font-family: "Libre Baskerville", serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 28px;
	color: #242426;
	border: 0px;
	border-bottom: 1px solid #E2E4E5;
	width: 100%;
	resize:none;
	background-color:transparent;
}

.flag-area {
	position: absolute;
	left: 0px;
	font-family: "Libre Baskerville", serif;
	font-weight: 400;
	font-size: 14px;
	color: #242426;
	top: 50%;
	transform: translateY(-50%);
	padding-right: 12px;
	border-right: 1px solid #000;
}

.flag-area img {
	margin-left: 5px;
	position: relative;
	top: -2px;
}

.country-code input {
	padding-left: 80px;
}

.terms-and-condition {
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	font-family: "Libre Baskerville", serif;
	font-weight: 400;
}

.terms-and-condition a {
	color: #CD8F3D;
}

.terms-and-condition input {
	margin-right: 10px;
}

.terms-and-condition {
	margin: 30px 0px;
}

.button {
	background: #88333A;
	border-radius: 4px;
	font-family: "Libre Baskerville", serif;
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	padding: 12px 40px;
	display: inline-block;
	cursor: pointer;
}

.pincode-wrapper {
	justify-content: space-between;
	margin-top: 30px;
}

.pincode-wrapper input {
	font-size: 24px;
	width: 55px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #D8DADC;
	border-radius: 15px;
	padding: 0px;
	text-align: center;
}

.number span {
	cursor: pointer;
}

.number .minus,
.number .plus {
	width: 20px;
	height: 20px;
	background: #CD8F3D;
	border-radius: 100%;
	display: inline-flex;
	vertical-align: middle;
	text-align: center;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 12px;
}

.number input {
	height: 22px;
	width: 47px;
	text-align: center;
	font-size: 26px;
	border: 1px solid #E2E4E5;
	border-radius: 5px;
	display: inline-block;
	vertical-align: middle;
	font-family: "Libre Baskerville", serif;
	font-size: 16px;
}

.each-books-wrapper p {
	font-size: 14px;
	margin-bottom: 8px;
}

.each-books-wrapper h5 {
	color: #CD8F3D;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 20px;
}

.book-quantity-and-price-area {
	background: #FCFCFC;
	border: 1px solid #E2E4E5;
	border-radius: 8px;
	padding: 10px 15px;
}

.effected-price {
	font-family: "Libre Baskerville", serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	color: #000;
}

.books-image-and-quantity {
	gap: 6px;
}

.each-books-wrapper:not(:last-child) {
	margin-bottom: 30px;
}

.shipping-charges-wrapper ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.shipping-charges-wrapper ul li {
	color: #AAAAAA;
	display: block;
	position: relative;
	width: 100%;
}

.shipping-charges-wrapper ul li input[type=radio] {
	position: absolute;
	visibility: hidden;
}

.shipping-charges-wrapper ul li label {
	display: block;
	position: relative;
	font-size: 13px;
	font-family: "Libre Baskerville", serif;
	font-weight: 400;
	padding-left: 30px;
	margin: 8px auto;
	height: auto;
	z-index: 9;
	cursor: pointer;
	-webkit-transition: all 0.25s linear;
	color: #575F6E;
}

.shipping-charges-wrapper ul li label strong {
	color: #000;
}

.shipping-charges-wrapper ul li .check {
	display: block;
	position: absolute;
	border: 5px solid #BCBCBC;
	border-radius: 100%;
	height: 20px;
	width: 20px;
	top: 0px;
	left: 0px;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}

.shipping-charges-wrapper input[type=radio]:checked~.check {
	border: 5px solid #CD8F3D;
}

.shipping-charges-wrapper input[type=radio]:checked~.check::before {
	background: #CD8F3D;
}

.shipping-charges-wrapper input[type=radio]:checked~label {
	color: #CD8F3D;
}

.shipping-charges-wrapper {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.books-wrapper {
	/*max-height: 359px;
	overflow-y: scroll;*/
}
.books-wrapper::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.0);
	background-color: #fff;
}

.books-wrapper::-webkit-scrollbar
{
	width: 6px;
	background-color: #Ffff;
}

.books-wrapper::-webkit-scrollbar-thumb
{
	background-color: #fff;
}
/*.close-from-area, .close-from-area2{
	position:absolute;
	right:40px;
	top:40px;
	cursor:pointer;
}*/
.close-from-area, .close-from-area2 {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}
.formError .formErrorContent{
    font-size:12px !important;
}
.formError{
    position: absolute !important;
    bottom: -20px !important;
    top: auto !important;
}
.each-feild{
    position:relative !important;
}
.number{
    min-width:100px;
    text-align: right;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.modal-dialog {
    max-width: 75%;
}
.modal-body{
	background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(250, 219, 155, 1) 100%);
    padding: 50px 30px;
}
.modal-body h2{
	margin-bottom:20px;
	color:#88333A;
}
.modal-body p{
	line-height: 30px;
    margin-bottom: 30px;
}
.modal-body h3{
	margin-bottom:20px;
	color:#88333A;
}
.modal-body .close-from-area2 img{
	filter: brightness(0) saturate(100%) invert(24%) sepia(32%) saturate(2416%) hue-rotate(320deg) brightness(84%) contrast(85%);
}
.clock-container{
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100vh;
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(250, 219, 155, 1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3vw;
    z-index:99;
}
.clock-timer{
    font-size: 72px;
    color: #88333A;
    margin-bottom: -22px;
}
.clock-label{
    font-size: 35px;
}
.clock-container .clock-col{
    width: 200px;
    height: 200px;
    border: 3px solid #88333A;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.each-book-content-area h3{
	margin-bottom:30px;
}
.each-book-content-area h3 a{
	color:#000;
	font-size:20px;
}
.banner-left-slider-bottom-text-wrapper{
	position:relative;
}
.banner-left-slider-bottom-text-wrapper .swiper-slide{
	position: absolute;
    top: 0px;
    left: 0px;
    transform: none !important;
    width: 100% !important;
	opacity:0;
}
.banner-left-slider-bottom-text-wrapper .swiper-wrapper{
	transform:none !important;
}
.banner-left-slider-bottom-text-wrapper .swiper-container {
   position: absolute;
    top: 20px;
    left: 0px;
    width: 100%;
    height: 100%;
	text-align:center;
}
.banner-left-slider-bottom-text-wrapper .swiper-slide.swiper-slide-active{
	opacity:1;
}
.pre-booking-area .each-prebooking-image a.common-button {
	display:none;
}
.pre-booking-slider{
	pointer-events:none;
}