/* Imports */
/* Icons */
@import url("https://site-assets.fontawesome.com/releases/v6.0.0/css/all.css");
/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
	font-family: 'Lemon Milk Light';
	src: url("../fonts/LEMONMILK-Light.otf") format("opentype");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Lemon Milk Regular';
	src: url("../fonts/LEMONMILK-Regular.otf") format("opentype");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Lemon Milk Bold';
	src: url("../fonts/LEMONMILK-Bold.otf") format("opentype");
	font-weight: 700;
	font-style: normal;
}

:root {
	--white: #fff;
	--black: #000;
	--primary: #4692A6;
	--secondary: #1B1B1B;
	--bg-color: #58bdd794;
	--font-lemon-milk-light: 'Lemon Milk Light', sans-serif;
	--font-lemon-milk-regular: 'Lemon Milk Regular', sans-serif;
	--font-lemon-milk-bold: 'Lemon Milk Bold', sans-serif;
	--font-poppins: 'Poppins', sans-serif;
}

::selection {
	background-color: var(--secondary);
	color: var(--white);
}

/* General Styling */
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	text-decoration: none !important;
	list-style-type: none;
	font-family: var(--font-poppins);
	overflow-wrap: break-word;
}

html {
	scroll-behavior: smooth;
}


body {
	overflow-x: clip;
}

a,
button {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	display: inline-block;
}

ul,
ol,
dl,
address,
label,
figure {
	margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font-lemon-milk-regular);
}

p {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.75;
}

.padd-y {
	padding: 5rem 0;
}

section {
	position: relative;
	overflow: clip;
}

/* LENIS */
html.lenis,
html.lenis body {
	height: auto;
}

.lenis.lenis-smooth {
	scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
	overscroll-behavior: contain;
}

.lenis.lenis-stopped {
	overflow: hidden;
}

.lenis.lenis-smooth iframe {
	pointer-events: none;
}

/* Cursor Start */
.mouse-cursor {
	position: fixed;
	left: 0;
	top: 0;
	pointer-events: none;
	border-radius: 50%;
}

.cursor-inner {
	width: 8px;
	height: 8px;
	z-index: 10000001;
	background-color: var(--primary);
	transition: 0.05s ease-in-out;
}

.cursor-outer {
	margin-left: -1.25rem;
	margin-top: -1.25rem;
	width: 3rem;
	height: 3rem;
	border: 2px solid var(--primary);
	mix-blend-mode: difference;
	opacity: 0.5;
	z-index: 10000001;
}

/* Cursor End */

/* PRELOADER */
.preloader {
	position: fixed;
	width: 100vw;
	height: 100dvh;
	inset: 0;
	z-index: 9999;
	display: flex;
	align-items: end;
}

.preloader .bar {
	width: 20vw;
	height: 100dvh;
	background: var(--primary);
}

.preloader h5 {
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-size: 3rem;	
	font-weight: 600;
	color: var(--white);
	margin: 0;		
}

.preloader h6 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-size: 1.85rem;
	font-weight: 600;
	color: var(--white);
	margin: 0;
	text-transform: capitalize;
	font-family: var(--font-poppins);
}

.preloader .line {
	position: absolute;
	top: 78%;
	left: 0;
	width: 0;
	height: 4px;
	background: var(--white);
	opacity: 0.75;
}

.preloader .counter {
	position: absolute;
	bottom: 0;
	right: 2rem;
	font-size: 10rem;
	font-weight: 600;
	color: var(--white);
	line-height: 1;
}

.preloader .counter span:last-child {
	font-size: 6rem;
	margin-left: 1rem;
}


/* THEMEBTN */
.themeBtn {
	width: fit-content;
	display: block;
	background-color: var(--primary);
	border: 1px solid transparent;
	color: var(--white);
	font-size: 1rem;
	font-weight: 500;
	text-transform: capitalize;
	padding: 0.7em 2em;
	border-radius: 3.125rem;
	overflow: hidden;
	outline: none !important;
}

.themeBtn--scnd {
	background: transparent;
	color: var(--primary);
	border-color: var(--primary);
}

.themeBtn:hover {
	background: transparent;
	color: var(--primary);
	border-color: var(--primary);
}

.themeBtn--scnd:hover {
	background-color: var(--primary);
	color: var(--white);
	border-color: transparent;
}

/* HEADINGS */
.sub_heading {
	color: var(--secondary);
	font-size: 1.5rem;
	font-family: var(--font-poppins);
	text-transform: capitalize;
	border-bottom: 1px solid var(--secondary);
	width: fit-content;
	margin: 0 0 1rem;
	overflow: hidden;
	position: relative;
}

.main_heading {
	font-size: 2.75rem;
	font-weight: 500;
	color: var(--secondary);
	margin: 0 0 1rem;
}

:is(.main_heading) .char {
	display: inline !important;
	font-family: var(--font-lemon-milk-regular);
}

/* HEADER */

.header__top {
	padding: .5rem 0;
	background: var(--primary);
}

.header__top--info li a {
	color: var(--white);
	font-size: 0.875rem;
	font-weight: 400;
	margin-right: 1.5rem;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	transition: all 300ms ease-in-out;
}

.header__top--info li a p {
	margin: 0;
}

.header__top--info li a span,
.footer__contact li a .icon {
	width: 32px;
	aspect-ratio: 1/1;
	border: 1px solid var(--white);
	border-radius: 50%;
	transition: all 300ms ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.875rem;
}

.header__top--info li a span i,
.footer__contact li a .icon i {
	transform: rotateX(0deg);
	transition: all 300ms ease-in-out;
}

.header__top--info li a:hover span,
.footer__contact li a:hover .icon {
	background-color: var(--white);
	color: var(--primary);
}

.header__top--info li a:hover span i,
.footer__contact li a:hover .icon i {
	transform: rotateX(360deg);
	color: var(--primary);
}

.header__top--wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header__top--social,
.footer__social {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 1rem;
}

.header__top--social li a,
.footer__social li a {
	color: var(--white);
	font-size: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	aspect-ratio: 1/1;
	border: 1px solid var(--white);
	border-radius: 50%;
	transition: all 300ms ease-in-out;
}

.header__top--social li a i,
.footer__social li a i {
	font-size: 1rem;
	transform: rotateY(0deg);
	transition: all 300ms ease-in-out;
}

.header__top--social li a svg,
.footer__social li a svg {
	fill: var(--white);
	width: 15px;
	transform: rotateY(0deg);
	transition: all 300ms ease-in-out;
}

.header__top--social li a:hover,
.footer__social li a:hover {
	background-color: var(--white);
	color: var(--primary);
}

.header__top--social li a:hover i,
.footer__social li a:hover i,
.header__top--social li a:hover svg,
.footer__social li a:hover svg {
	transform: rotateY(360deg);
	color: var(--primary);
	fill: var(--primary);
}

.header-main__logo {
	width: 180px;
}

.header-main__logo>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.header-main__nav {
	gap: 2rem;
}

.header-main__nav .nav-item .nav-link {
	color: var(--secondary);
	font-size: 1rem;
	font-weight: 500;
	padding: 0.35rem 0;
	text-transform: capitalize;
	position: relative;
}

.header-main__nav .nav-item .nav-link::after {
	content: "";
	width: 0;
	height: 2px;
	background-color: var(--primary);
	position: absolute;
	right: 0;
	bottom: 0;
	transition: all 300ms ease-in-out;
}

.header-main__nav .nav-item .nav-link:hover::after,
.header-main__nav .nav-item .nav-link.active::after {
	width: 100%;
	right: auto;
	left: 0;
}

.header-main__btn {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 2rem;
}

.header-main__btn li a i {
	font-size: 1.125rem;
	color: var(--secondary);
}

/* hero_banner */
.hero_banner {
	position: relative;
	width: 100%;
	min-height: 800px;
	background: url("../images/banner-bg.jpg") no-repeat top center/cover;
	display: flex;
	align-items: center;
}

.hero_banner::before {
	content: "";
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / 53%);
}

.hero_banner__content h5 {
	color: var(--white);
	font-family: var(--font-poppins);
	text-transform: capitalize;
	background: var(--primary);
	padding: .25em 1em;
	border-radius: 3.125rem;
	font-size: 1rem;
	line-height: normal;
	width: fit-content;
	margin: 0 0 1rem;
}

.hero_banner__content h1,
.inner_banner__content h1 {
	color: var(--white);
	font-size: 2.25rem;
	font-weight: 600;
	margin: 1.75rem 0 1rem;
	line-height: normal;
}

.hero_banner__content p {
	color: var(--white);
}

.hero_banner__content .btn-group {
	gap: 1rem;
}

/* video_section */
.video_section {
	background: var(--bg-color);
}

.video_popup {
	display: block;
	position: relative;
}

.video_popup img {
	width: 100%;
	aspect-ratio: 3/2;
	border-radius: 3.125rem;
}

.play_btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: var(--primary);
	width: 70px;
	aspect-ratio: 1/1;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 300ms ease-in-out;
}

.play_btn i {
	color: var(--white);
	font-size: 1.5rem;
}

/* about_book */
.about_book__img {
	position: relative;
}

.about_book__img::after,
.contact_us__img::after {
	content: "";
	position: absolute;
	top: 5%;
	left: 5%;
	width: 100%;
	height: 100%;
	background: var(--primary);
	border-radius: 3.125rem;
	z-index: -1;
}

.about_book__img img {
	width: 100%;
	aspect-ratio: 1/1;
	border-radius: 3.125rem;
	object-fit: cover;
}

/* testimonial */
.testimonial_slider {
	padding: 1em;
	border-radius: 1.25rem;
}

.testimonial_card {
	background: var(--white);
	padding: 2em;
	border-radius: 1.25rem;
	box-shadow: 0 4px 15px rgb(0 0 0 / 10%);
}

.testimonial_card__content h4 {
	font-size: 1.25rem;
	font-weight: 500;
	font-family: var(--font-poppins);
	color: var(--secondary);
	margin: 0;
	text-transform: uppercase;
}

.testimonial_card__content span {
	font-size: 0.875rem;
	color: var(--secondary);
}

.testimonial_card__content .rating {
	display: flex;
	align-items: center;
	gap: 0.25rem;
	margin: .5rem 0 1rem;
}

.testimonial_card__content .rating li i {
	color: #FFD700;
}

.testimonial_card__content p {
	margin: 0;
}

.testimonial_slider :is(.swiper-button-next, .swiper-button-prev) {
	color: var(--secondary);
	background-color: var(--white);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	box-shadow: 0 4px 15px rgb(0 0 0 / 10%);
	display: flex;
	align-items: center;
	justify-content: center;
}

.testimonial_slider :is(.swiper-button-next:hover, .swiper-button-prev:hover) {
	background-color: var(--primary);
	color: var(--white);
}

.testimonial_slider :is(.swiper-button-next, .swiper-button-prev)::after {
	font-size: 1.225rem;
	font-weight: 600;
}

.testimonial_slider :is(.swiper-button-next) {
	right: 0;
}

.testimonial_slider :is(.swiper-button-prev) {
	left: 0;
}

/* blog */
.blog {
	background: var(--bg-color);
}

.blog_card {
	background: var(--white);
	border-radius: 1.25rem;
	overflow: hidden;
	box-shadow: 0 4px 15px rgb(0 0 0 / 10%);
	transition: all 300ms ease-in-out;
}

.blog_card:hover {
	transform: translateY(-5px);
}

.blog_card__img {
	width: 100%;
	overflow: hidden;
}

.blog_card__img img {
	width: 100%;
	object-fit: cover;
	transition: all 300ms ease-in-out;
}

.blog_card:hover .blog_card__img img {
	transform: scale(1.1);
}

.blog_card__content {
	padding: 1.5em;
}

.blog_card__content h4 {
	font-size: 1.25rem;
	font-weight: 500;
	color: var(--secondary);
	margin: 0 0 0.5rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.blog_card__content h6 {
	font-family: var(--font-poppins);
	font-size: 0.875rem;
	color: var(--secondary);
}

.blog_card__content p {
	margin: 1rem 0 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.blog_card__content .read_more {
	color: var(--primary);
	font-weight: 500;
	margin-top: 1rem;
	display: inline-block;
}

/* contact_us */
.contact_us__img {
	position: relative;
}

.contact_us__img::after {
	top: -5%;
	left: -5%;
}

.contact_us__img img {
	width: 100%;
	aspect-ratio: 1/1;
	border-radius: 3.125rem;
	object-fit: cover;
	object-position: 50% 30%;
}

.contact_us__content {
	background: var(--white);
	padding: 2rem;
	border-radius: 1.25rem;
	box-shadow: 0 4px 15px rgb(0 0 0 / 10%);
}

.contact_form input,
.contact_form textarea {
	width: 100%;
	padding: 0.75em 0;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: var(--secondary);
	font-size: 1rem;
	font-family: var(--font-poppins);
	color: var(--secondary);
	resize: none;
	margin: 0 0 1rem;
}

.contact_form input::placeholder,
.contact_form textarea::placeholder {
	color: var(--secondary);
}

.contact_form input:focus,
.contact_form textarea:focus {
	border-color: var(--primary);
	outline: none;
}

/* footer */
.footer {
	position: relative;
	background: url("../images/footer-bg.jpg") no-repeat center top/cover;
	padding: 4rem 0 0;
}

.footer * {
	color: var(--white);
}

.footer::before {
	content: "";
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background-color: #58bdd7ed;
}

.footer .container {
	position: relative;
	z-index: 1;
}

.footer__logo {
	display: block;
	width: 300px;
	margin-bottom: 1.5rem;
}

.footer__logo img {
	filter: brightness(0) invert(1);
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.footer h3,
.footer__widget h4 {
	font-size: 1.5rem;
	font-weight: 500;
	margin: 0 0 1rem;
}

.footer__social {
	justify-content: flex-start;
}

.footer__links li a {
	color: var(--white);
	font-size: 1rem;
	margin-bottom: 0.75rem;
	display: block;
}

.footer__contact li a {
	color: var(--white);
	font-size: 1rem;
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.footer__contact li a p {
	margin: 0;
}

.footer__copyright {
	background: var(--primary);
	position: relative;
	margin: 4rem 0 0;
}

.footer__copyright p {
	margin: 0;
	padding: 1rem 0;
	text-align: center;
	font-weight: 400;
	color: var(--white);
}

/* inner-pages */
.inner_banner {
	display: flex;
	align-items: center;
	background: var(--bg-color);
}

.inner_banner__content h1 {
	color: var(--secondary);
	margin: 0;
}

/* books */
.books_card {
	background: var(--white);
	border-radius: 1.25rem;
	overflow: hidden;
	box-shadow: 0 4px 15px rgb(0 0 0 / 10%);
	transition: all 300ms ease-in-out;
}
.books_card:hover {
	transform: translateY(-5px);
}
.books_card--img {
	width: 100%;
	overflow: hidden;
}
.books_card--img img {
	width: 100%;
	object-fit: cover;
	transition: all 300ms ease-in-out;
}
.books_card:hover .books_card--img img {
	transform: scale(1.1);
}
.books_card--content {
	padding: 1.5em;
}
.books_card--content h4 {
	font-size: 1.25rem;
	font-weight: 500;
	color: var(--secondary);
	margin: 0 0 0.5rem;
}

.books_card--content h4 span {
	display: block;
	font-family: var(--font-poppins);
	font-size: 0.875rem;
	color: var(--secondary);
	margin-top: .75rem;
}

.books_card--content .themeBtn--scnd {
	margin-top: 1rem;
}

.about_book__list li {	
	margin-bottom: 1rem;
}

.about_book__list li::before {
	content: "\f00c";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	color: var(--primary);
	margin-right: 0.5rem;
}

.blog_hero {
    min-height: 60vh;
    background: linear-gradient(rgb(0 0 0 / 60%), rgb(0 0 0 / 60%)),
        url("../images/blog-bg1.jpg") no-repeat center / cover;
    display: flex;
    align-items: center;
    color: var(--white);
}

.blog_hero_two {
	background: linear-gradient(rgb(0 0 0 / 60%), rgb(0 0 0 / 60%)),
        url("../images/blog-bg2.jpg") no-repeat center / cover;
}

.blog_hero_three {
	background: linear-gradient(rgb(0 0 0 / 60%), rgb(0 0 0 / 60%)),
        url("../images/blog-bg3.jpg") no-repeat center / cover;
}

.blog_hero__content h5 {
    background: var(--primary);
    padding: .3em 1em;
    border-radius: 2rem;
    width: fit-content;
    margin-bottom: 1rem;
}

.blog_hero__content h1 {
    font-size: 2.3rem;
    line-height: 1.3;
    margin-bottom: 1rem;
}

.blog_hero__content p {
    opacity: .85;
}

/* Content */

.blog_detail p,
.impact_list{
    margin-bottom: 1.25rem;
}

.blog_detail blockquote {
    border-left: 4px solid var(--primary);
    padding-left: 1.5rem;
    margin: 2rem 0;
    font-style: italic;
    color: var(--secondary);
}

.blog_detail h3 {
    margin: 2rem 0 1rem;
    color: var(--primary);
}

.impact_list li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: .5rem;
}

.impact_list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: var(--primary);
}

.callout {
    background: var(--bg-color);
    padding: 1.5rem;
    border-left: 5px solid var(--primary);
    margin-top: 2rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
}