@font-face{
	font-family: poppins-regular;
    src: url("../font/Poppins-Regular.ttf");
}
@font-face{
	font-family: HelveticaNowText-bold;
    src: url("../font/HelveticaNowText-Bold.ttf");
}
@font-face{
	font-family: poppins-light;
    src: url("../font/Poppins-Light.ttf");
}
@font-face{
	font-family: poppins-medium;
    src: url("../font/Poppins-Medium.ttf");
}
@font-face{
	font-family: poppins-semibold;
    src: url("../font/Poppins-SemiBold.ttf");
}
@font-face{
	font-family: Poppins-Thin;
	src: url("../font/Poppins-Thin.ttf");
}

body{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: poppins-regular;
	background-color: #101010;
	
}
.container{
	max-width: 900px;
	margin: auto;
}
p{
	color: #777777;
	font-family: poppins-regular;
}

h1{
	font-size: 2.8rem;
	font-family: poppins-semibold;
}
h2{
	font-size: 2.6rem;
	font-family: HelveticaNowText-bold;
   
}
h4{
	font-family: poppins-medium;
	font-size:22px;
}
a{
	color: #101010;
	font-size: 15px;
	font-family: HelveticaNowText-bold;
	text-decoration-line: none;
}
a:hover{
	text-decoration: none;
}

ul{
	list-style-type: none;
	padding-left: 0px;
}
li{
	list-style-type: none;
	padding-left: 0px;
	font-size:14px;
	line-height:25px;
}

.home-banner{
	position: relative;
}
.home-banner img{
	width: 100%;
}

.home-logo {
	position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.chapter_img {
	text-align: center;
}
.chapter_img img{
	max-width: 200px;
}
.chapter-area{
	position: absolute;
	bottom: -100px;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 800px;
}
.chapter_flex{
	display: flex;
	justify-content: space-between;
	column-gap: 30px;
}
.chapter{
  text-align: center;
}
.chapter img{
	max-width: 150px;
}
.chapter h4{
	color: #00acda;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 20px;
	font-weight: 500;
	margin-top: 20px;
}
.chapter span{
	color: #ffffff;
}

.mt-15 {
	margin-top:15px;
}
.home-banner::before{
	position: absolute;
	content: "";
	background: linear-gradient(to top, rgba(0,0,0,0.9)10%, rgba(0,0,0,0.0)100%);
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 350px;
}
.home-logo h4{
	color: #ffffff;
}
.book_page_details {
	position: relative;
	background-color: #000000;
	padding: 0px 0px;
}
.car img{
	width: 100%;
	border:1px solid #ffffff;
}

.logo_text h4{
	font-weight: 400;
}
.logo_text img {
	width:100%
}

.inner-bg-img {
	position: relative;
}
.logo-top-right{
	position: absolute;
	top:120px;
	right: 50px;
}
.logo-top-right img{
	max-width: 400px;
}
.logo-top-right h4{
	color: #ffffff;
}
.over-view-box h4{
	color: #1b7cb2;
}
.over-view-box p{
	font-size: 15px;
	color: #ffffff;
}
.chapter-overview{
	position: relative;
	margin-top:-50px: 
}
.heading-text h1{
	color: #00b4e5;
	font-size:85px;
}
.heading-text h2{
	color: #0a78b9;
	font-size: 60px;
	letter-spacing: 1px;
}
.charector-iroduction-page h2{
	color: #00b4e5;
}
.charector-iroduction-page h2 span{
	color: #0a78b9;
}
.charector_description h4{
	color: #00b4e5;
	font-size: 22px;
}
.charector_description p{
	font-size: 15px;
	color: #000000;
}
.details ul {
  list-style-type: none; /* Remove default bullets */
 
  grid-template-columns: repeat(2, minmax(0, 1fr)); /* Two items per row */
  gap: 10px; /* Space between items */
  padding: 0;
}

.details ul li {
  display: flex; /* Align dot and text in one line */
  align-items: flex-start; /* Align dot with text's top */
}

.details ul li::before {
  content: "•"; /* Add a bullet point before each item */
  color: #00b4e5; /* Set bullet color */
  margin-right: 8px; /* Space between bullet and text */
  flex-shrink: 0; /* Prevent dot from shrinking */
}

.episode_describe ul li{
	text-align:left;
    align-items: flex-start;
    color: #e2e2e2;
	font-size: 14px;
}
.episode_describe ul li::before {
  content: "•"; /* Add a bullet point before each item */
  color: #00b4e5; /* Set bullet color */
  margin-right: 8px; /* Space between bullet and text */
  flex-shrink: 0; /* Prevent dot from shrinking */
}
.details h4 {
  margin-bottom: 10px;
  color: #333;
}

.details h4{
	color: #00b4e5;
	font-size: 18px;
}

.episode_page {
	position: relative;
}

.episode-page {
	position: relative;
	padding:10px 10px;
}

.episode-page h4{
	color: #00b4e5;
}

.episode_heading_title h1{
	color: #00b4e5;
	font-size: 65px;
	font-weight: bold;
}
.episode_heading_title h4{
	color: #ffffff;
	font-size:35px;
	left: 1.5px;
}
.episode_bg_area{
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}
.episode_bg_area::before{
	position: absolute;
	background: linear-gradient(to top, rgba(0,0,0,0.9)10%, rgba(0,0,0,0.0)100%);
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 300px;
	content: "";

}
.episode_page_description{
	position: relative;
	z-index: 1;
}
.episode_page_description h4{
	color: #00b4e5;
	font-size: 18px;
}
.episode_page_description p{
	color: #ffffff;
	font-size: 14px;
}

.episode-adjust {
	margin-top:-10%;
}

.shade_left::before{
	position: absolute;
	left: 0px;
	bottom: 0px;
	top: 0px;
	content: "";
	background: linear-gradient(to right, rgba(0,0,0,0.9)10%, rgba(0,0,0,0.0)100%);
	height: 100vh;
	width: 50%;
}
.episode_describe{
	position: relative;
	z-index: 1;
}
.episode_describe span{
	color: #00b4e5;
	font-size: 18px;
}
.episode_describe p{
	color: #ffffff;
	font-size: 15px;
}
.episode_describe_details{
	background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	padding: 30px;
	position: relative;
	margin-top: -50px;
}

.black_bg{
	background-color: #000000;
	padding-top: 30px;
	position: relative;
}
.stack_img {
	position: relative;
}
.top-center{
	position: absolute;
	top: 100px;
	left: 50%;
	margin: auto;
	text-align: center;
	transform: translate(-50%, -50%);
}
.stack_img::before{
	position: absolute;
	background: linear-gradient(to bottom, rgba(0,0,0,0.9)10%, rgba(0,0,0,0.0)100%);
	top: 0px;
	left: 0px;
	right: 0px;
	height: 350px;
	content: "";
}

.bottom-center{
	position: absolute;
	content: "";
    background: linear-gradient(to top, rgba(0,0,0,0.9)10%, rgba(0,0,0,0.0)100%);
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 350px;
	width: 100%;
	padding: 30px;
}

.column-flex{
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 25px;

}
.epi_sode_img{
	position: relative;
}
.top_shade{
	position: absolute;
	background: linear-gradient(to bottom, rgba(0,0,0,0.9)10%, rgba(0,0,0,0.0)100%);
	top: 0px;
	left: 0px;
	right: 0px;
	height: 350px;
	content: "";
}

.page-break{
	margin-top: 20px;
	margin-bottom: 20px;
}

.chapter-area-black{
	background-color: #000000;
	position: relative;
	padding: 30px 10px 0px 10px;
}
.chapter-area-img{
	position: relative;
}
.chapter-area-img::before{
	position: absolute;
	background: linear-gradient(to bottom, rgba(0,0,0,0.9)10%, rgba(0,0,0,0.0)100%);
	top: 0px;
	left: 0px;
	right: 0px;
	height: 100px;
	content: "";
}

.chapter-area-black h1{
	color: #00b4e5;
	font-size: 65px;
	font-weight: bold;
	display: block;
	line-height: 60px;
}
.chapter-area-black h4{
	color: #ffffff;
	font-size:28px;
     letter-spacing: 2px;
	margin-top: 25px;
}
.chapter-area-black p{
	color: #ffffff;
	margin-top: 25px;
	font-size: 15px;
}

.episode_detils {
	padding: 30px;
}
.episode_describe b{
	font-size: 15px;
	color: #ffffff;
}
.episode_describe p{
	color: #e2e2e2;
	font-size: 14px;
}
 
.episode_describe p{
	display: block;
}
.episode_sub_heading h4{
	color: #00b4e5;
	font-size: 22px;
}

.episode_sub_heading h6{
	color: #00b4e5;
	font-size: 16px;
}

.heading-text {
	text-align:center;
}

.text-therem {
	color: #00b4e5;
}
.book-page-content {
	margin-bottom:20px;
}
.book-page-content p{
	color: #e2e2e2;
}
.book-page-content b{
	color: #ffffff
}