* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

:root {
	--amber: #c8873a;
	--amber-dk: #a5692a;
	--amber-lt: #e4a660;
	--amber-pale: #f5efe3;
	--amber-bg: #fbf7f1;
	--navy: #1a2747;
	--navy-lt: #243055;
	--dark: #141418;
	--mid: #444850;
	--muted: #8a8f9e;
	--lt-gray: #f5f5f5;
	--border: #e8e3da;
	--star: #f4a80a;
	--white: #ffffff;
	--charcoal: #3c3e42;
}

* html {
	overflow-x: hidden;
}

html,
body {
	scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
}

a {
	-webkit-transition: var(--transition);
	transition: var(--transition);
	color: var(--blackColor);
	text-decoration: none;
	outline: 0 !important;
}

a:hover {
	color: var(--mainColor);
	text-decoration: none;
}

:focus {
	outline: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

ul,
ol,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.no-padding {
	padding: 0px;
}

img {
	max-width: 100%;
	height: auto;
}

p:last-child {
	margin-bottom: 0;
}

img {
	max-width: 100%;
}

*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	font-family: Hind Siliguri;
	overflow-x: hidden;
}

.custom-container {
	max-width: 1700px;
	margin: 0px auto;
	padding: 0px 15px;
}

.cmn-gap {
	padding: 100px 0px;
	margin: 0px;
}

.cmn-butn {
	font-family: Poppins;
	font-weight: 500;
	font-size: 20px;

	line-height: 20px;
	letter-spacing: 0%;

	border-radius: 30px;
	padding: 16px 30px;
	transition: all 0.3s ease-in-out;
}

.orng-butn {
	background: #cb7a47;
	border: 1px solid #cb7a47;
	color: #fdfdfd;
	transition: all 0.25s;
	box-shadow: 0px 16px 48px 0px #ff6b1814;
}

.orng-butn:hover {
	background: #ffff;
	border: 1px solid #cb7a47;
	color: #cb7a47;
	transform: translateY(-2px);
}

.white-butn {
	background: #fff;
	border: 1px solid #cb7a47;
	color: #cb7a47;
	transition: all 0.25s;
}

.white-butn:hover {
	background: #cb7a47;
	border: 1px solid #cb7a47;
	color: #fdfdfd;
	transform: translateY(-2px);
}

.cmn-butn.white-butn span {
	margin-left: 10px;
}

.cmn-gap {
	padding: 80px 0px;
}

h6 {
	font-family: Hind Siliguri;
	font-weight: 600;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: 19%;
	color: #ffffff;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

h2 {
	font-family: Playfair Display;
	font-weight: 500;
	font-size: 64px;
	line-height: 74px;
	letter-spacing: 0px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.blue-text {
	color: #011b3a;
}

h3 {
	font-family: Hind Siliguri;
	font-weight: 400;
	font-size: 24px;

	line-height: 34px;
	letter-spacing: 0%;

	text-transform: capitalize;
	color: #011b3a;
	padding: 0px;
	margin: 0px 0px 30px 0px;
}

p {
	font-family: Hind Siliguri;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

/* =================================== */
/* =============my-css-start===========*/
/* =================================== */

/* =================================== */
/* ============header-section===========*/
/* =================================== */

/* ========NAVBAR===========*/

header {
	background: radial-gradient(50% 50% at 50% 50%, #f8f2ed 0%, #f6ede5 100%);
	margin: 0px;
	padding: 10px 0px;
	overflow: hidden;
	position: relative;
	height: 100vh;
}

.main-nav {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	background: #ffffff00;
	transition: all 0.1s ease 0s;
	z-index: 9;
	position: absolute;
	top: 20px;
	overflow: hidden;
}

.main-nav.scroll {
	background: #f6ede5;
	height: auto;
	padding: 0px;
	transition: background-color 0.5s ease 0s;
	top: 0;
	position: fixed;
	transition: all 0.3s ease 0s;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.07);
}

.site-nav {
	padding: 0px;
	margin: 0px;
	transition:
		box-shadow 0.3s,
		padding 0.3s;
	background: transparent;
}

.logo {
	width: 200px;
	height: auto;
	margin: 0px;
	padding: 0px;
	position: relative;
}

.logo img {
	width: 100%;
}

/*.main-nav.scroll .logo {*/
/*	width: 50%;*/
/*	margin: 10px 0px;*/
/*}*/

.stellarnav.mobile.right>ul {
	z-index: 99;
	background: #f0d04d;
}

.stellarnav {
	position: relative;
	width: 100%;
	line-height: normal;
	display: flex;
	justify-content: end;
	align-items: center;
	height: 100%;
}

.stellarnav ul {
	margin: 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 60px;
}

.stellarnav>ul>li>a {
	font-family: Hind Siliguri;
	font-weight: 400;
	font-size: 18px;

	line-height: 26px;
	letter-spacing: 0%;
	text-transform: uppercase;

	color: #011b3a;
	padding: 0px;
	margin: 0px;
}

.stellarnav>ul>li>a:hover {
	color: #cb7a47;
	text-decoration: none;
}

.stellarnav>ul>li>a.active {
	color: #cb7a47 !important;
	text-decoration: none;
	font-weight: 600;
}

.main-nav-socialicon {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px;
	position: relative;
	text-align: right;
}

.main-nav .stellarnav ul ul {
	width: 263px;
	padding: 12px 0px;
}

.main-nav .stellarnav li li {
	margin: 0px 0px;
	width: 100% !important;
	border-bottom: #ccccccb8 1px solid;
}

.main-nav .stellarnav li li a {
	font-size: 15px;
	padding: 8px 12px;
	color: #2c2c2c;
	font-weight: 400;
}

.stellarnav li.has-sub a {
	padding-right: 0px !important;
}

.main-nav .stellarnav li li a:hover {
	background: #f9f9f9;
	color: #a4b4e8;
}

.main-nav .stellarnav li li a.active {
	background: #f9f9f9;
	color: #a4b4e8;
}

.stellarnav li.has-sub>a::after {
	content: "\f107";
	margin-left: 7px !important;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #267ec3;
	display: inline-block;
	border: none !important;
	font: normal normal normal 16px/1 FontAwesome;
}

.rightlink {
	display: flex;
	align-items: center;
	gap: 30px;
	justify-content: end;
	height: 100%;
}

.header-info ul {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 30px;
}

.header-info ul li a {
	font-size: 24px;
	color: #000000;
}

.header-info ul li a:hover {
	color: #cb7a47;
}

.header-login ul {
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 5px;
}

.header-login ul li a {
	font-family: Poppins;
	font-weight: 500;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0%;
	color: #cb7a47;
	padding: 8px 20px;
	border-radius: 30px;
	background: transparent;
}

.header-login ul li a:hover {
	background: #cb7a47;
	color: #fff;
}

.header-login ul li a.active {
	background: #cb7a47;
	color: #fff;
}


/* ========NAVBAR===========*/

/* =======banner-section===========*/

.banner-section {
	background: radial-gradient(50% 50% at 50% 50%, #f8f2ed 0%, #f6ede5 100%);
	padding: 0px;
	margin: 0px;
	position: relative;
}

.hero-content {
	position: absolute;
	color: #ffffff;
	top: 260px;
	width: 100%;
}

.banner-section h6 {
	font-weight: 600;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: 19%;
	text-transform: uppercase;
	color: #cb7a47;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.banner-section h1 {
	font-family: Playfair Display;
	font-weight: 500;

	font-size: 64px;
	line-height: 74px;
	letter-spacing: 0px;
	color: #011b3a;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.banner-section h1 span {
	color: #bb8331;
	font-style: Italic;
}

.banner-section p {
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;
	color: #011b3a;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	max-width: 80%;
}

.hero-btns {
	margin: 50px 0px;
	display: flex;
	justify-content: start;
	align-items: start;
	gap: 20px;
}

.cmn-butn.white-butn span i {
	font-size: 20px;
}

/*================================================
banner-section
=================================================*/

/*================================================
our-mission-section
=================================================*/

.our-mission {
	background: #011b3a;
	position: relative;
	padding: 60px 0px;
	margin: 0px;
}

.our-mission-top {
	border-bottom: 1px solid #ffffff;
}

.our-mission-top-img {
	position: absolute;
	top: -174px;
}

.our-mission-top-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.our-mission-top-text {
	text-align: right;
}

.our-mission-top h2 {
	color: #fff;
	font-style: italic;
}

.our-mission-top h2 span {
	color: #e7d3b8;
}

.our-mission-top-text p {
	padding: 0px 0px 60px 200px;
	text-align: right;
	color: #fff;
}

.our-mission-butm {
	padding: 50px 0px 0px;
	margin: 0px;
}

.our-mission-butm h3 {
	font-family: Hind Siliguri;
	font-weight: 400;
	font-size: 30px;
	line-height: 50px;
	letter-spacing: 0%;
	color: #fff;
	padding: 0px;
	margin: 0px;
}

.our-mission-butm h3 span {
	font-weight: 600;
}

/*================================================
our-mission-section
=================================================*/

/*================================================
featured-section
=================================================*/

.italic-gold {
	font-style: italic;
	color: #bb8331;
}

.featured-section {
	background: #fff;
	position: relative;
	overflow: hidden;
}

.featured-section-header {
	text-align: center;
	margin: 0px 0px 50px 0px;
	padding: 0px;
}

.featured-section-header h3 {
	color: #011b3a;
}

/* Book card */
.book-card {
	border-radius: 19px;
	overflow: hidden;
	transition:
		transform 0.38s ease,
		box-shadow 0.38s ease,
		border-color 0.3s;
	cursor: pointer;
	height: 100%;
	margin: 20px 0px 40px;
}

.book-card:hover {
	transform: translateY(-12px);
	box-shadow: 0 28px 65px rgba(200, 135, 58, 0.17);
	border-color: var(--amber-lt);
}

/* book image area */
.book-thumb-wrap {
	position: relative;
	background: #f7efe9;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 36px 28px 28px;
	min-height: 400px;
	border-radius: 20px;
}

.book-thumb-wrap img {
	height: 300px;
	object-fit: contain;
	filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.2));
	transition: transform 0.45s ease;
}

.book-card:hover .book-thumb-wrap img {
	transform: scale(1.07) translateY(-4px);
}

.book-stars-wrap {
	position: absolute;
	top: 14px;
	right: 14px;
}

/* book body */

.book-card-body {
	padding: 30px 25px;
}

.book-title {
	font-weight: 600;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 0%;
	text-transform: capitalize;
	color: #011b3a;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.book-subtitle {
	font-family: Hind Siliguri;
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0%;
	text-transform: capitalize;
	color: #667085;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.book-desc {
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;
	color: #011b3a;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	min-height: 83px;
}

/* price buttons row */
.price-row {
	display: flex;
	gap: 10px;
	margin-bottom: 20px;
}

.org-box {
	background: #f6ede5;
	border: 1px solid #cb7a47;
}

.gry-box {
	background: #f2f3f5;
	border: 1px solid #617183;
}

.price-btn {
	flex: 1;
	border-radius: 10px;
	padding: 10px 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: border-color 0.25s;
	cursor: pointer;
	gap: 20px;
}

.price-btn:hover {
	border-color: var(--amber);
}

.price-btn-left {
	display: flex;
	align-items: center;
	gap: 6px;
}

.price-btn-left img {
	width: 18px !important;
	height: 18px;
	object-fit: contain;
}

.price-type-name {
	font-weight: 600;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0%;
	padding: 0px;
	margin: 0px;
}

.org-box .price-type-name {
	color: #cb7a47;
}

.gry-box .price-type-name {
	color: #011b3a;
}

.price-type-sub {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0%;
}

.org-box .price-type-sub {
	color: #cb7a47;
}

.gry-box .price-type-sub {
	color: #011b3a;
}

.price-val {
	font-weight: 600;
	font-size: 28px;
	line-height: 28px;
	letter-spacing: 0%;
	text-transform: capitalize;
	color: #011b3a;
	padding: 0px;
	margin: 0px;
}

/* amazon row */
.amazon-row {
	background: #fcf7d1;

	border-radius: 8px;
	padding: 10px 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.amazon-row p {
	font-weight: 400;

	font-size: 18px;

	line-height: 18px;
	letter-spacing: 0%;
	color: #011b3a;
	padding: 0px;
	margin: 0px;
}

.amazon-row a {
	font-weight: 600;
}

.amazon-row a:hover {
	text-decoration: underline;
}

.stars {
	background: #fff;
	padding: 5px 15px;
	border-radius: 30px;
}

.stars i {
	color: #f3e047;
}

/* books owl overrides */
.books-carousel .owl-nav {
	display: none;
}

.books-carousel .owl-dots {
	position: absolute;
	bottom: 0px;
	right: 0px;
	left: 0px;
	display: flex;
	justify-content: center;
	flex-direction: row;
	gap: 5px;
}

.books-carousel .owl-dots .owl-dot span {
	width: 14px;
	height: 14px;
	margin: 0px;
	background: #cecece;
	display: block;
	transition: opacity 0.2s ease;
	border-radius: 50%;
}

.books-carousel .owl-dots .owl-dot.active span,
.books-carousel .owl-dots .owl-dot:hover span {
	background: #cb7a47;
	width: 37px;
	height: 14px;
	border-radius: 25px;
}

/*================================================
featured-section
=================================================*/

/*================================================
preview-section
=================================================*/

.preview-section {
	position: relative;
	overflow: hidden;
}

.preview-card {
	background: #cb7a47;
	border-radius: 32px;
	overflow: hidden;
	position: relative;
	background: url(../images/pre-bg.png) top left no-repeat;
	background-size: cover;
	height: 750px;
}

.preview-book-sec {
	position: absolute;
	left: 192px;
	top: 145px;
}

.preview-book-sec img {
	width: 350px;
	height: 524px;
	object-fit: cover;
}

.preview-book-col {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: 50px 0 0;
}

.preview-book-col img {
	max-height: 310px;
	object-fit: contain;
	filter: drop-shadow(0 20px 38px rgba(0, 0, 0, 0.3));
	animation: heroFloat 6s ease-in-out infinite alternate;
}

.preview-content {
	position: relative;
	z-index: 2;
	padding: 100px 200px 50px 80px;
}

.preview-content h2 {
	color: #ffffff;
	font-style: italic;
	margin: 0px 0px 50px 0px;
}

.preview-content p {
	color: #ffffff;
}


/* mini audio player */

.audio-card-row {
	display: flex;
	justify-content: space-between;
	align-items: start;
	gap: 20px;
}

.audio-card {
	background: #d49167;
	width: 75%;
	border-radius: 20px;
	padding: 40px 30px;
	margin-bottom: 20px;
}

.audio-chapter {
	font-weight: 400;

	font-size: 18px;

	line-height: 18px;
	letter-spacing: 0%;
	color: #fff;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.audio-title {
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0%;
	color: #fff;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.audio-row {
	display: flex;
	align-items: center;
	gap: 10px;
}

.play-btn {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	flex-shrink: 0;
	background: rgba(255, 255, 255, 0.22);
	border: none;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.68rem;
	cursor: pointer;
	transition: background 0.25s;
}

.play-btn:hover {
	background: rgba(255, 255, 255, 0.38);
}

.audio-track {
	flex: 1;
	height: 3px;
	background: rgba(255, 255, 255, 0.25);
	border-radius: 2px;
}

.audio-fill {
	height: 100%;
	width: 22%;
	background: #fff;
	border-radius: 2px;
}

.audio-time {
	font-size: 0.67rem;
	color: rgba(255, 255, 255, 0.6);
	white-space: nowrap;
}

/* price + buy row */
.preview-buy-row {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 14px;
	background: #f6ede5;
	border-radius: 20px;
	padding: 28px 25px;
	width: 45%;
}

.preview-price-box {
	display: flex;
	align-items: center;
	gap: 0px;
	justify-content: space-between;
	width: 100%;
}

.ppb-icon {
	display: flex;
	align-items: center;
	gap: 10px;
}

.ppb-icon img {
	width: 18px;
	height: 18px;
	object-fit: contain;
}

.ppb-name {
	font-weight: 600;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0%;
	color: #cb7a47;
	padding: 0px;
	margin: 0px;
}

.ppb-sub {
	font-weight: 400;
	color: #cb7a47;
	font-size: 18px;

	line-height: 28px;
	letter-spacing: 0%;
	padding: 0px;
	margin: 0px;
}

.ppb-val {
	font-weight: 600;
	font-size: 35px;
	line-height: 35px;
	letter-spacing: 0%;
	text-transform: capitalize;
	color: #cb7a47;
}

.btn-buy-now {
	background: var(--amber-dk);
	color: #fff;
	border: none;
	border-radius: 10px;
	padding: 12px 26px;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	font-size: 0.86rem;
	cursor: pointer;
	transition: all 0.3s;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

.btn-buy-now:hover {
	background: #87511c;
	transform: translateY(-2px);
}

.preview-note {
	font-size: 0.77rem;
	color: rgba(255, 255, 255, 0.65);
	line-height: 1.65;
	margin-top: 4px;
}

.preview-buy-row .orng-butn {
	background: #cb7a47;
	border: 1px solid #cb7a47;
	color: #fdfdfd;
	transition: all 0.25s;
	box-shadow: 0px 16px 48px 0px #ff6b1814;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 14px 0px;
	margin: 10px 0px 0px 0px;
}

/*================================================
preview-section
=================================================*/

/*================================================
how-section
=================================================*/

.how-section {
	position: relative;
	overflow: hidden;
}

.how-section-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0px 0px 60px 0px;
}

.how-section-header .italic-gold {
	font-style: italic;
}

.how-section-header p {
	max-width: 70%;
	color: #011b3a;
}

.how-card {
	border-radius: 20px;
	padding: 0px;
	height: 100%;
	transition: all 0.35s;
	box-shadow: 0 2px 14px rgba(0, 0, 0, 0.04);
}

.how-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.1);
	border-color: var(--amber-lt);
}

.how-card.orng-sec {
	background: #fcf8f6;
	border: 1px solid #f8e3d5;
}

.how-card-header {
	display: flex;
	align-items: center;
	gap: 25px;
	border-radius: 20px;
	padding: 25px 25px;
	margin-bottom: 20px;
}

.how-card-header.orng-sec-header {
	background: #fcf8f6;
	border: 1px solid #f8e3d5;
}

.how-card-icon-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.how-card-icon-wrap img {
	width: 50px;
	height: 50px;
	object-fit: contain;
}

.how-card-title {
	font-weight: 600;
	font-size: 38px;
	line-height: 38px;
	letter-spacing: 0%;
}

.how-card-header.orng-sec-header .how-card-title {
	color: #cb7a47;
}

.how-step-body {
	padding: 40px 30px;
	margin: 0px;
}

.how-step {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
	justify-content: start;
	align-items: start;
}

.how-step:last-child {
	margin-bottom: 0;
}

.step-bubble {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;

	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0%;
}

.step-body h6 {
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 0%;
	color: #000;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

.step-body p {
	font-weight: 400;
	font-size: 22px;
	line-height: 30px;
	color: #000;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.how-card.orng-sec .step-bubble {
	background: #f6ede5;
	border: 1px solid #cb7a47;
	color: #cb7a47;
}

.how-card.gry-sec {
	background: #e8ecf1;
	border: 1px solid #8199b6;
}

.how-card-header.gry-sec-header {
	background: #e8ecf1;
	border: 1px solid #8199b6;
}

.how-card.gry-sec .step-bubble {
	background: #e8ecf1;
	border: 1px solid #011b3a;
	color: #011b3a;
}

/*================================================
how-section
=================================================*/

/*================================================
newest-section
=================================================*/

.newest-section {
	background: #fff;
	padding: 0 0 90px;
}

.newest-card {
	border-radius: 30px;
	overflow: hidden;
	position: relative;
	height: 730px;
	background: url(../images/pre-bg2.png) top left no-repeat;
	background-size: cover;
}

.newest-dots {
	position: absolute;
	top: 100px;
	right: 180px;
	/* opacity: .35; pointer-events: none; */
}

.newest-dots img {
	width: 180px;
}

.newest-body {
	padding: 100px 100px 100px 80px;
	position: relative;
	z-index: 2;
}

.newest-body h6 {
	color: #cb7a47;
}

.newest-body h2 {
	color: #cb7a47;
	font-style: italic;
}

.newest-body h3 {
	color: #011b3a;
	font-weight: 500;
}

.newest-body p {
	color: #011b3a;
	margin: 0px 0px 40px 0px;
	padding: 0px;
}

.newest-body .amazon-row p {
	padding: 0px;
	margin: 0px;
}

.newest-body .price-btn {
	gap: 65px;
}

.newest-body .price-row {
	max-width: 90%;
}

.newest-body .amazon-row {
	max-width: 71%;
}

.newest-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: rgba(200, 135, 58, 0.1);
	border: 1px solid rgba(200, 135, 58, 0.25);
	border-radius: 20px;
	padding: 4px 14px;
	font-family: "Lato", sans-serif;
	font-size: 0.7rem;
	font-weight: 700;
	color: var(--amber);
	margin-bottom: 4px;
}

.newest-badge-dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--amber);
	animation: pulseGreen 1.6s infinite;
}

@keyframes pulseGreen {

	0%,
	100% {
		opacity: 1;
		transform: scale(1);
	}

	50% {
		opacity: 0.45;
		transform: scale(1.5);
	}
}

.newest-by {
	font-size: 0.73rem;
	color: var(--muted);
	margin-bottom: 16px;
}

.newest-img-wrap {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px;
	top: 52px;
	left: -150px;
}

.newest-img-wrap img {
	max-height: 550px;
	object-fit: contain;
	width: 375px;
	animation: heroFloat 7s ease-in-out infinite alternate;
	animation-delay: 1s;
}

.newest-badge-info ul {
	display: flex;
	justify-content: start;
	align-items: start;
	gap: 20px;
}

.newest-badge-info {
	margin: 0px 0px 30px 0px;
	padding: 0px;
}

.newest-badge-info ul li a {
	font-weight: 400;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0%;
	text-transform: capitalize;
	color: #bb8331;
	margin: 0px;
	padding: 7px 12px;
}

.newest-badge-info ul li a:hover {
	background: #f3e04740;
	border-radius: 30px;
}

/*================================================
newest-section
=================================================*/

/*================================================
newsletter-section
=================================================*/
.newsletter-section {
	background: #474747;
	border-radius: 20px;
	margin: 0px 0px 80px 0px;
	padding: 80px 60px;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 138px 137px -92px #00000029;
}

.nl-icon {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #585858;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 22px;
	color: #fff;
	font-size: 40px;
}

.newsletter-section h2 {
	font-style: italic;
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
}

.newsletter-section p {
	text-align: center;
	max-width: 750px;
	margin: 0 auto 40px;
	line-height: 1.72;
	font-weight: 400;
	color: #fff;
}

.nl-form {
	max-width: 500px;
	margin: 0 auto;
	display: flex;
	background: #fff;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 30px;
	overflow: hidden;
}

.nl-form input {
	flex: 1;
	background: transparent;
	border: none;
	outline: none;
	padding: 10px 22px;
	font-size: 20px;
	color: #ccc;
}

.nl-form input::placeholder {
	color: #ccc;
}

.nl-form button {
	background: #cb7a47;
	color: #fff;
	border: none;
	border-radius: 32px;
	margin: 4px;
	padding: 12px 24px;
	font-weight: 500;
	font-size: 20px;
	cursor: pointer;
	transition: background 0.28s;
}

.nl-form button:hover {
	background: var(--amber-dk);
}

/*================================================
newsletter-section
=================================================*/

/*================================================
testi-section
=================================================*/

.testi-section {
	background: #f4f4f445;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 24px 48px 0px #0c132230;
}

.testi-section h2 {
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 700;
	text-align: center;
	margin-bottom: 44px;
}

.testi-card {
	background: #fff;
	border-radius: 30px;
	padding: 24px;
	margin: 30px 0px 65px 0px;
	box-shadow: 0 2px 14px rgba(0, 0, 0, 0.04);
	transition: all 0.35s;
	box-shadow: 0px 24px 48px 0px #0c132230;
	height: 280px;
}

.testi-card:hover {
	transform: translateY(-7px);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
	border-color: var(--amber-lt);
}

.testi-avatar {
	width: 60px !important;
	height: 60px;
	object-fit: cover;
	margin-bottom: 20px;
	display: block;
}

.testi-name {
	font-weight: 600;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 0%;
	color: #1f2125;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.testi-text {
	font-weight: 400;

	font-size: 16px;

	line-height: 26px;
	letter-spacing: 0%;
	color: #1f2125;
	margin: 0px;
	padding: 0px;
}

/* owl testi overrides */
.testi-carousel .owl-nav {
	display: none;
}

.testi-carousel .owl-dots {
	position: absolute;
	bottom: 0px;
	right: 0px;
	left: 0px;
	display: flex;
	justify-content: center;
	flex-direction: row;
	gap: 5px;
}

.testi-carousel .owl-dots .owl-dot span {
	width: 14px;
	height: 14px;
	margin: 0px;
	background: #cecece;
	display: block;
	transition: opacity 0.2s ease;
	border-radius: 50%;
}

.testi-carousel .owl-dots .owl-dot.active span,
.testi-carousel .owl-dots .owl-dot:hover span {
	background: #cb7a47;
	width: 37px;
	height: 14px;
	border-radius: 25px;
}


/*================================================
testi-section
=================================================*/

/*================================================
footer-section
=================================================*/

.footer {
	background: #fafafa;

	padding: 80px 0 0;
	position: relative;
	overflow: hidden;
}

.footer-logo img {
	height: 60px;
	margin-bottom: 16px;
}

.footer-tagline {
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;
	max-width: 280px;
	color: #011b3a;
	padding: 0px;
	margin: 30px 0px 0px 0px;
	text-align: justify;
}

.footer h6 {
	font-weight: 600;
	font-size: 24px;
	line-height: 26px;
	letter-spacing: 19%;
	text-transform: uppercase;
	color: #cb7a47;
	position: relative;
	margin: 0px 0px 25px 0px;
	padding: 0px;
}

.footer h6::after {
	position: absolute;
	bottom: -10px;
	left: 0px;
	content: "";
	width: 60px;
	height: 3px;
	background: #f3d5b5;
}

.footer-links {
	list-style: none;
	padding: 0;
}

.footer-links li {
	margin-bottom: 10px;
}

.footer-links a {
	font-weight: 400;

	font-size: 18px;

	line-height: 28px;
	letter-spacing: 0%;
	transition: all 0.25s;
	color: #011b3a;
}

.footer-links a:hover {
	color: #cb7a47;
	padding-left: 4px;
}

.footer-payments {
	display: flex;
	gap: 15px;
	margin-top: 20px;
	flex-wrap: wrap;
}

.footer-payments img {
	height: 34px;
	object-fit: contain;

	transition: opacity 0.25s;
}

.footer-payments img:hover {
	opacity: 0.8;
}

.footer-bottom {
	border-top: 1px solid var(--border);
	margin-top: 50px;
	padding: 18px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px;
}

.footer-author {
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;
	text-align: center;
	text-transform: uppercase;
	color: #583101;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

.footer-copy {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	text-align: center;
	color: #583101;
	padding: 0px;
	margin: 0px;
}

.footer-socials {
	display: flex;
	gap: 8px;
}

.footer-socials a {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #603808;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #603808;
	font-size: 18ppx;
	transition: all 0.25s;
}

.footer-socials a:hover {
	background: #cb7a47;
	border-color: #cb7a47;
	color: #fff;
	transform: translateY(-2px);
}


.stellarnav .icon-close::after {
	border-bottom: solid 1px #fff;
}

.stellarnav .icon-close::before {
	border-bottom: solid 1px #fff;
}


/*================================================
footer-section
=================================================*/

/*================================================
Go Top CSS
=================================================*/
.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 100px;
	right: 20px;
	border-radius: 50%;
	background-color: #cb7a47;
	color: #ffffff;
	z-index: 999;
	width: 50px;
	text-align: center;
	height: 50px;
	opacity: 0;
	visibility: hidden;
	font-size: 25px;
	-webkit-transition: var(--transition);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top i {
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.go-top:hover {
	color: #ffffff;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	background-color: #000;
	border: 1px solid #000;
}

.go-top.active {
	opacity: 1;
	visibility: visible;
	bottom: 25px;
	-webkit-animation: top-bottom 5s infinite linear;
	animation: top-bottom 5s infinite linear;
}

/*================================================
Go Top CSS
=================================================*/

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(28px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translateX(-28px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translateX(28px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

.a1 {
	animation: fadeInLeft 0.8s ease 0.05s both;
}

.a2 {
	animation: fadeInUp 0.8s ease 0.15s both;
}

.a3 {
	animation: fadeInUp 0.8s ease 0.3s both;
}

.a4 {
	animation: fadeInUp 0.8s ease 0.45s both;
}

.a5 {
	animation: fadeInRight 0.8s ease 0.2s both;
}


/*=============	Modal Area CSS =============*/
.modal {
	z-index: 9999;
	top: 100px;
}

.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 12px 65px 41px 65px;
}

.modal-cardtext {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	z-index: 9;
}

.modal-cardtext .input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	margin: 11px auto;
}

.modal-cardtext .input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	margin: 11px auto;
}

.modal-cardtext .btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background: #CB7A47 !important;
	border: 1px solid transparent;
	padding: 18px 32px;
	font-size: 19px;
	border-radius: 0px 33px 33px 0px;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.modal-cardtext .form-control {
	display: block;
	padding: 21px 36px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 33px;
	border-top-right-radius: 33px;
	border-bottom-right-radius: 33px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/*=============	Modal Area CSS End =============*/


/*=============	inner pages =============*/


.inner-banner-section {
	margin: 0px 0px;
	padding: 0px;
	width: 100%;
	position: relative;
	min-height: auto;
	z-index: 0;
	height: 300px;
}

.inner-banner-text h1 {
	font-size: 50px;
	font-weight: 600;
	line-height: 60px;
}


.woocommerce-Reviews-title {
	font-size: 40px;
	line-height: 40px;
}

.woocommerce div.product .product_title {
	clear: none;
	margin-top: 0;
	padding: 0;
	font-size: 45px;
	line-height: 45px;
	margin: 0px 0px 15px 0px;
}


.inner-banner-section .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	background: rgba(7, 7, 9, 0.39);
}


.inner-banner-section img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.banner-text {
	position: absolute;
	top: 30%;
	text-align: left;
	left: 3%;
	width: 50%;

}


.banner-text h2 {
	width: 100%;
	margin: 0px 0px 50px 0px;
	padding: 0px;
	text-align: left;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
	font-size: 90px;
	line-height: 95px;
	font-weight: 500;
	font-family: 'KyivType Serif';
	text-transform: revert;
}


.banner-butn-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 53%;
	gap: 10px;
}

.inner-banner-text {
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0px;
	color: #000;
	z-index: 99;
	text-align: center;
	width: auto;
	margin: 0px auto;
}

.inner-banner-text h1 {
	position: relative;
	color: #000;
	font-size: 54px;
	font-weight: 500;
	line-height: 39.96px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;

}

.inner-banner-text p {
	position: relative;
	color: #000;
	font-size: 20px;
	font-weight: 350;
	line-height: 36px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	padding: 1% 35%;
}

.contact-us-inn .addresscard {
	margin: 0px 0px;
	padding: 40px 15px;
	position: relative;
	width: 100%;
	background: #fff;
	border-radius: 19px;
	min-height: 260px;
	box-shadow: 0px 4px 50px 0px #C4C4BB8C;
}

.addresscard-icon {
	margin: 5px auto;
	padding: 10px 0px;
	background: top;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.addresscard-icon img {
	width: 26px;
}

.contact-us-inn .addresscard h5 {
	margin: 0px 0px;
	padding: 0px 0px 10px 0px;
	text-align: center;
	font-size: 26px;
	line-height: 26px;
	font-weight: 600;
	color: #CB7A47;
	text-transform: uppercase;
	width: 100%;
}

.contact-us-inn .addresscard p {
	margin: 0px 0px;
	padding: 0px 15px;
	text-align: center;
	font-size: 24px;
	line-height: 24px;
	font-weight: 500;
	color: #161413;
	width: 100%;
}

.addresscard p a {
	color: #161413;
	text-decoration: none;
}

.contact_section2 {
	margin-top: 60px;
}

.contact_section2 h3 {
	text-align: center;
	padding: 0px 0px;
	margin: 0px 0px 40px 0px;
	font-family: "Playfair Display", serif;
	font-size: 45px;
	font-weight: 500;
	line-height: 55px;
	letter-spacing: 0%;
	color: #0B1C3F;
}

.contact_right .form-group {
	margin-bottom: 23px;
}

.contact_right .form-group label {
	display: inline-block;
	margin-top: 10px;
	float: left;
	font-size: 18px;
	line-height: 28px;
	margin: 0px 0px 10px 0px;
}

.contact_right .form-group input {
	margin: 0;
	padding: 10px;
	width: 100%;
	color: #333;
	border: 1px solid #a7a6a4;
	background: #fff;
	height: 45px;
}

.contact_right .form-group textarea {
	margin: 0;
	padding: 10px;
	width: 100%;
	color: #333;
	border: 1px solid #adaba9;
	background: #fff;
	height: 125px;
	resize: none;
	/* font-family: 'Arial'; */
	border-radius: 10px;
}

.contact_right .contact_button {
	margin: 33px 0px 0px 0px;
	padding: 10px 25px;
	position: relative;
	border: #000 1px solid;
	font-size: 18px;
	font-weight: 500;
	border-radius: 20px;
	color: #fff;
	background: #000;
	display: block;
	width: 154px;
	text-align: center;
	font-family: 'Inter';
}


.woocommerce-product-gallery__image {
	width: 300px;
	height: auto;
	margin: 0px auto;
}

.woocommerce h2 {
	font-size: 35px;
	line-height: 45px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.woocommerce-product-details__short-description p {
	font-size: 20px;
	line-height: 40px;
	margin: 0px 0px 30px 0px;
}

.woocommerce .quantity .qty {
	width: 70px;
	text-align: center;
	height: 36px;
}

.single_add_to_cart_button.button.alt {
	background: #cb7a47 !important;
	font-size: 16px !important;
	font-weight: 500 !important;
}

.single_add_to_cart_button.button.alt:hover {
	background: #000 !important;
}

.orderby {
	background: #fff;
	border-radius: 30px;
	border: 1px solid #ccc;
	padding: 8px 20px !important;
}


.woocommerce-button.button {
	background: #cb7a47 !important;
	color: #fff !important;
	border-radius: 30px !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	padding: 12px 30px !important;
	margin: 15px 20px 0px 0px !important;
}

.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
	margin-top: 20px;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	border: 1px solid #cfc8d8;
	padding: 20px;
	margin: 2em 0;
	text-align: left;
	border-radius: 20px;
	min-height: 350px;
}

/*==================================*/

.woocommerce-MyAccount-navigation-link {
	background: #f0e5db;
	margin: 0px 0px 3px 0px;
	padding: 10px 30px;
	font-size: 18px;
	font-weight: 500;
}

.woocommerce-MyAccount-navigation-link:hover {
	background: #cb7a47;
	color: #fff;
}

.woocommerce-MyAccount-content {
	border: 1px solid #cccccc7d;
	border-radius: 10px;
	padding: 30px 30px;
}


.woocommerce-Button.button {
	background: #cb7a47 !important;
	border-radius: 30px !important;
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	padding: 14px 30px !important;
}


.woocommerce-Address {
	background: #f6ede5;
	border-radius: 10px;
	padding: 30px;
}

.woocommerce-Address h2 {
	font-size: 28px;
	line-height: 38px;
}


#commentform {
	width: 50%;
	border: 1px solid #ccc;
	border-radius: 15px;
	padding: 30px;
	margin: 30px 0px;
}

.submit {
	background: #cb7a47 !important;
	border-radius: 30px !important;
	color: #fff !important;
	font-weight: 500 !important;
}

.submit:hover {
	background: #000;
}


/*==================================*/


.custom-products {
	width: 100%;
}

.product-inner-wrapper {
	margin-top: 100px;
}

.audio-row audio {
	width: 100%;
}


.variations .label {
	width: 100px;
	font-size: 20px;
	font-weight: 400;
}

.woocommerce div.product form.cart .variations select {
	border: 1px solid #ccc !important;
	border-radius: 10px !important;
	padding: 10px 20px !important;
}


.newest-body .price-row {
	gap: 15px;
}

.forMob {
	display: none;
}


/*.main-nav.scroll .logo {*/
/*	width: 38%;*/
/*	margin: 10px 0px;*/
/*}*/



/* ==================================================================*/
/* end M.B css*/
/* ==================================================================*/