body {
	background-color:  rgba(244, 227, 210, 0.352);
	margin-bottom: 0px;
	position: relative;
	min-height: 100vh;
}

.hero-section {
	display: flex;
	flex-direction: column;
	position: relative;
    background-image: url('image/hero-section-back.jpeg');
	z-index: 0;

}

/* HAMBURGER CONTAINER */

.line2 {
	width: 100%;
	height: 2px;
	background-color: #33333356;
	border-radius: 1px;
	align-items: center;
	flex: 1;
}

.header {
	/* font-family: 'great vibes', cursive; */
	margin-top: 50px;
	margin-bottom: 70px;
	display: flex;
}

/* SIR LUOYI */

.sirluoyi {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	text-align: center;
	font-family: 'times new roman';
	font-size: 110px;
	color: rgba(141, 16, 16, 0.978);
	font-weight: 550;
	margin: 0;
	padding: 0;
}

/* Hamburger Button Top */
.hamburger-button-top {
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 78px;
	left: 7%;
	width: 90px;
	height: 70px;
	background: transparent;
	border: none;
	justify-content: space-between;
	transform: rotate(0deg);
	transition: transform 0.3s ease;
}

.hamburger-button-top.slide {
	transform: translateX(450%) translateY(-30px) rotate(90deg);
    z-index: 5000;
}

.line30,
.line31,
.line32 {
	width: 100%;
	height: 13px;
	/* background-color: #333333b3; */
	background-color: #432709a2;
	border-radius: 1px;
	opacity: 1;
	transform: translateY(0) rotate(0);
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.line30.slide {
	transform: translateY(27px) rotate(45deg);
}

.line31.slide {
	opacity: 0;
}

.line32.slide {
	transform: translateY(-27px) rotate(-45deg);
}

/* Explore articles box */
.explore-articles-hero {
	text-align: center;
	margin: 0px 330px 65px 330px;
	padding: 15px 10px 15px 10px;
	background-color: rgba(177, 101, 19, 0.526);
	font-size: 32px;
	font-family: "Times New Roman", serif;
	color: #ffffff;
  	font-style: italic;
	text-decoration: none;
	border-radius: 25px;
}

/* Search button hero */
.search-button-hero {
	position: absolute;
	display: flex;
	top: 52px;
	right: 60px;
	z-index: 501;
}

.search-icon {
  width: 100px;
  height: 100px;
  stroke: #5C4A3A;
  stroke-width: 2.5;
  fill: none;
  opacity: 0.83;
}  

.search-button {
	background: transparent;
  	border: none;
	transition: all 0.3s ease;
}

.search-button.appear {
	transform: scale(1.2);
	filter: brightness(1.3);
}


.search-input {
	font-size: 50px;
	opacity: 0;
	text-align: center;
	font-family: "Times New Roman", serif;
	font-style: italic;
	border-radius: 30px;
	width: 550px;
	padding: 29px 0px;
	border: 6px solid rgba(165, 91, 42, 0.422);
	background-color: rgb(255, 252, 249);
	transform-origin: right;
	transform: scale(0, 1);
	transition: transform 0.22s ease;
}

.search-input.appear {
    opacity: 1;
	transform: scale(1, 1) translateX(-25px);

}

.search-input:focus {
	outline: none;
	
}

input {
	font-size: 50px;
}

.tagline1 {
	font-family: serif;
	font-size: 50px;
	justify-content: center;
	text-align: center;
	padding-left: 120px;
	padding-right: 120px;
	margin-bottom: 30px;
	margin-top: 120px;
}

.tagline2 {
	font-family: 'Inter', sans-serif;
	font-size: 30px;
	justify-content: center;
	text-align: center;
	margin-bottom: 50px;
}

/* TOPIC-SECTION */

.topics-section {
	display: flex;
	flex-direction: column;
	margin-top: 30px;
	margin-bottom: 55px;
}

.categories {
	color: #2c2c2cde;
	font-family: "playfair display", serif;
	font-weight: 600;
	font-size: 40px;
	text-align: center;
	margin-bottom: 20px;
}

.subtopic-div-1 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	gap: 12px;
	padding: 12px 16px;
	flex-wrap: wrap;
}

.topic-box {
	height: 60px;
	font-size: 35px;
	color: #5C4A3A;
	text-align: center;
	align-items: center;
	display: flex;
	flex-direction: row;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #f8f5f0;
	padding: 4px;
	border: 2px solid #e6dfd5;
	border-radius: 12px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
	text-decoration: none;
}

.all-articles-box {
	display: inline-block;
	background-color: rgba(183, 122, 41, 0.568);
	padding: 15px 10px;
	border-radius: 6px;
	color: white;
	font-size: 32px;
	font-family: 'Times New Roman', serif;
	text-decoration: none;
	font-weight: bold;
	
}

.icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
} 

.text-card {
	padding-left: 8px;
	padding-right: 10px;
}

/* FEATURED ARTICLES SECTION */


.featured-articles-section {
	display: flex; 
	font-size: 35px; 
	align-items: center; 
	margin-bottom: 35px;
	margin-left: 20px;
	margin-right: 20px;
}

.article1 {
	display: flex;
	flex-direction: row;
	font-size: 30px;
	text-decoration: none;
	padding: 7px;
	align-items: flex-start;
	margin-bottom: 4px;
}

.article1-box1 {
	width: 40%;
	overflow: hidden;
	display: flex;
}

.article1-box1 img {
	width: 100%;
	height: 490px;
	object-fit: cover;
	object-position: top;
	display: block;
	border-radius: 12px;
	margin-right: 0;
	filter: sepia(0.65) brightness(0.92) contrast(0.88) saturate(0.85);
	mix-blend-mode: multiply;
	background-color: #f4e3d2;
	opacity: 0.92;
}

.article1-box2 {
	display: flex;
	flex-direction: column;
	border: 2px solid #e6dfd5;
	border-radius: 12px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	color: #5C4A3A;
	text-align: left;
	width: 60%;
	margin-left: 8px;
	min-width: 0;
	padding: 3.5px;
}

.article-category {
	padding: 12px;
	color: rgb(146, 75, 4);
}

.article-title {
  	padding: 12px;
	color: rgb(14, 14, 14);
}

.article-main {
  	padding: 12px;
	color: rgb(95, 95, 95);
	font-size: 25px;
}

.article-footer {
  	padding: 12px;
	color: rgb(58, 58, 58);
	font-size: 20px;
	margin-bottom: 8px;
}

/* Navbar Toggle 2 */


.navbar-parent {
	background-image: url(image/nav-bg.jpg);
	position: fixed;
	display: flex;
	top: 0;
	bottom: 0;
	left: 0;
	width: 64vw;
	flex-direction: column;
	color: rgb(47, 10, 10);
	transform: translateX(-110%);
	transition: transform 0.25s ease-out;
	box-shadow: 5px 4px 80px 20px rgba(32, 32, 32, 0.44);
	border-radius: 20px;
	z-index: 2000;
}

.navbar-parent.slide {
	transform: translateX(-10px);
}

.nav-child1 {
	display: flex;
	margin-bottom: 50px;
	justify-content: space-between;
	margin: 30px; 
	margin-bottom: 30px;
	margin-top: 50px;
}

.nav-sirluoyi {
	display: flex;
	flex-direction: column;
}

.nav-sirluoyi-text {
	font-size: 80px;
	font-weight: bold;
	color: brown;
	margin-left: 35px;
}

.nav-tagline-text {
	padding-top: 5px;
	margin-left: 30px;
	font-size: 32px;
}

.nav-button {
	font-size: 50px;
}

.section-divider {
  display: flex;
	align-items: center;
	margin: 25px 40px;
	margin-top: 60px;
	gap: 10px;
	font-size: 35px;
}

.navigation-text {
	padding-left: 23px;
	font-weight: bold;
	color: rgba(45, 45, 45, 0.922);
	margin-bottom: 5px;
	border-radius: 5px;
	padding-right: 11px;
}

.nav-box {
	display: flex;
	margin: 13px 50px;
	background-color: #fff8ed34;
	padding: 30px 40px;
	border-radius: 10px;
	box-shadow: 2px 4px 8px 2px rgba(32, 32, 32, 0.08);
	gap: 37px;
	width: 390px;
	background: linear-gradient(to right, rgba(255, 255, 255, 0.504), rgba(255, 255, 255, 0));
	border-left: 10px solid rgb(185, 123, 23);
}


.nav-box-title {
	font-size: 37px;
	color: rgba(0, 0, 0, 0.9);
}

.nav-box svg {
	width: 45px;
	height: 45px;
	opacity: 0.7;
}

.nav-box-wp svg {
	width: 45px;
	height: 45px;
	opacity: 0.7;
}

.navbar-lines {
	width: 60px;
	height: 80px;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	cursor: pointer;
	background: transparent;
}

.line6 {
	width: 50px;
	height: 9px;
	background-color: #00000088;
	border-radius: 1px;
	transform: translateY(14px) rotate(45deg);
}

.line7 {
	width: 50px;
	height: 9px;
	background-color: #00000099;
	border-radius: 1px;
	transform: translateY(-14px) rotate(-45deg);
}

.line8 {
	width: 100%;
	height: 6px;
	background-color: #39393937;
	border-radius: 1px;
	align-items: center;
	flex: 1;
	margin-left: 14px;
	margin-right: 135px;
}

/* Navigation Search Box */
.nav-search-box {
  display: flex;
  margin-left: 60px;
}

.nav-search-box input {
  width: 280px;
  padding: 15px 18px;
  margin-top: 15px;
  font-size: 35px;
  font-family: "Times New Roman", serif;
  text-align: center;
  border: 1px solid #d6c5b3;
  border-radius: 25px;
  background-color: #b1651386;
  outline: none;
  transition: all 0.25s ease;
}

.nav-search-box input::placeholder {
  color: #ffffff;
  font-style: italic;
  transition: all 0.3s ease;
}

.nav-search-box input:focus {
  border-color: #8d1010;
  box-shadow: 0 0 8px rgba(141, 16, 16, 0.2);
  background-color: white;
  width: 440px;
  font-size: 50px;
  color: black;
}

/* Overlay */

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	z-index: 100;
	opacity: 0;
	transition: opacity 0.3s ease-out;
	pointer-events: none;
	backdrop-filter: blur(2px);
}

.overlay.slide,
.overlay.press {
	background-color: rgba(0, 0, 0, 0.55);
	opacity: 1;
	pointer-events: auto;
}

.overlay.cat-drop {
	background-color: rgba(0, 0, 0, 0.3);
	opacity: 1;
	pointer-events: auto;
}

/* Sanskrit Shloka */

/*
.ticker {
	width: 100%;
	height: 76px;
	overflow: hidden;
	background: #b0580093;
	color: white;
	display: flex;
	align-items: center;
	box-shadow: 0px -10px 30px rgba(0, 0, 0, 0.969);
	z-index: 2;
}
	*/
	
.ticker {
	position: absolute;
	width: 100%;
	height: 76px;
	overflow: hidden;
	background: #ce9c6a;
	color: white;
	display: flex;
	align-items: center;
	box-shadow: 0px -9px 15px rgba(0, 0, 0, 0.2);
	z-index: 2;
}


.ticker-text {
	font-size: 45px;
	white-space: nowrap;
	animation: scroll 60s linear infinite;
	letter-spacing: 1px;
}

@keyframes scroll {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}

.footer {
	bottom: 0;
	left: 0;
	height: 500px;
	width: 100%;
	background: #ebb04127;
	margin-top: 1250px;
	padding: 12px;
	box-shadow: 10px -15px 22px rgba(0, 0, 0, 0.15);
}

.footer-box-parent {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	margin-top: 50px;
	margin-bottom: 50px;

}

.footer-box {
	display: flex;
	flex-direction: column;
}

.footer-box-header {
	font-size: 30px;
	margin-bottom: 17px;
    font-weight: bold;
	color: rgb(131, 34, 9);
}

.footer-box-list-parent {
	display: flex;
	flex-direction: column;
	gap: 2.5px;
}

.footer-box-list {
	font-size: 26px;
	margin-bottom: 8px 0;
	display: block;
	text-decoration: none;
	color: rgb(0, 0, 117);
}

.footer-para {
	font-size: 25px; 
	text-align: center; 
	font-weight: bold;
	font-style: italic;
}









