
/* This is the stylesheet that css for the page header section */


/* New Styles */

.header-home {
	height: 180px;
	width: 100%;
	background-color: #9d2503;
	padding: 0;
	margin: 0;
	box-sizing: border-box; 
	align-items: left;
	flex-wrap: wrap;
	transition: padding 0.3s ease; 
} 

.header-home-box {
	height: 140px;
	background-color: #9d2503;
	padding: 10px 20px 10px 10px;
	display: flex;
	flex-wrap: wrap;
	font-family: "Bilbo Swash Caps", cursive;
	text-align: left;
	margin-left: 10px;
	transition: padding 0.3s ease; 

	align-items: left;
	width:100%;
	
}

.header-home-box img {
	align-items: left;
	width: clamp(50px, 8vw, 100px); 
	height: auto; 
	order: -1;
	transition: width 0.3s ease; 
}

.header-texts {
	text-align: left;
	flex-grow: 1;
	margin-left: 0;
	margin-right: 0;		
	text-shadow: 2px 2px 4px #000000;
	padding: 15px 15px 15px 0px;
	transition: font-size 0.3s ease; 
}

.header-texts .header-main-title {
	margin: 0 0 0 0;
	color: #ffffff;
	font-family: "Bilbo Swash Caps", cursive;
	padding: 0px;
	line-height: 1.2;
	font-size: clamp(15px, 5vw, 24px); 
	transition: font-size 0.2s ease;

}

.header-texts .header-sub-title {
	margin: 0 0 0 0;
	color: #ffffff;
	font-family: "Bilbo Swash Caps", cursive;
	padding: 0px;
	line-height: 1.2;
	font-size: clamp(25px, 5vw, 50px);
	transition: font-size 0.2s ease;
}

.navigation {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	background-color: #9d2503;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
}

.navigation a {
	color: #ffffff;
	text-decoration: none;
	display:inline-block;
	padding: 5px 15px 15px 5px;
	border-radius: 5px;
	background-color: #9d2503;
	text-shadow: 2px 2px 4px #000000; 
	font-family: 'Sen', sans-serif;
	font-weight: lighter;
	font-style: normal;
	font-size: clamp(14px, 3vw, 20px);
}

.navigation li{
	display:inline;
}


.navigation a:hover {
	background-color: #771c02;
}

.content {
	padding: 20px;
	text-align: center;
}

.menu-icon {
	display: none;
	flex-direction: column;
	cursor: pointer;
	z-index: 2;
	order: 3; 
	padding: 25px 25px;
	align-items: right;
}

.menu-icon div {
	width: 25px;
	height: 3px;
	background-color: #fff;
	margin: 5px 0;
	transition: transform 0.3s, opacity 0.3s;
}

@media (max-width: 1150px) {
	.navigation {
		display: none;
		flex-direction: column;
		width: 100%;
		right: 0; 
		z-index: 1;
		text-align: right; 
		position: relative;
	}

	.navigation a {
		padding: 10px;
		font-size: 18px; 
	}

	.navigation.active {
		display: flex;
		background-color: #9d2503;
		line-height: 2; 
		padding: 10px;

	}

	.menu-icon {
		display: flex;
		background-color: #9d2503;
	}

	.menu-icon.active div:nth-child(1) {
		transform: rotate(45deg) translate(10px, 8px);

	}

	.menu-icon.active div:nth-child(2) {
		opacity: 0;
	}

	.menu-icon.active div:nth-child(3) {
		transform: rotate(-45deg) translate(9px, -9px);
	}

	.header-home {
		grid-template-columns: auto minmax(0, max-content) max-content;
		height: auto;
	}
	
	.header-home-box {
		flex-direction: column;
		align-items: flex-start;
	}
	
	.header-home-box img {
		margin-bottom: 10px;
		flex-direction: column;
		align-items: left;
		order: -1;
	}

	.header-texts {
		margin-bottom: 10px;
		text-shadow: 2px 2px 4px #000000;
		text-align: left;
		padding: 15px 15px 15px 0px;

	}

}

@media screen and (max-width: 600px){
	.navbar li {display: inline-block;}

	/* .trio-img{
		
		max-width: 100%;
		
	} */

	.holyimg-3{
		
		flex: 1 1 100%;
	
	}
}

element.style {
	--aa8eed20: 350px;
	--daecaa86: 76px;
	--cb66da22: 250px;
	--d5125dc4: 54px;
	--e799d5c4: undefined;
	--aeef6b02: undefined;
}




/* New Mandir info CSS */
.image-column img {
    max-width: 90%;
    height: auto;
    /* border: 10px solid #ffd5ab;  */
    border-radius: 5px; /* Rounded corners for the image */
	display: block;
	margin: 0 auto;
}

/* Header content holder on the left */
.header-left {
	position: relative;
	display: block;
	flex: 65.1%;
	background-color: #f7ddc4;
	color: black;
	align-items: center;
	padding-top: 10px;
	padding-left: 6px;
	padding-right: 6px;
}

/* Header content holder on the right */
.header-right {
	position: relative;
	display: block;
	flex: 34.9%;
	/* background-color: #ffd5ab; */
	padding: 20px;
	padding-top: 0px;
	padding-bottom: 0 60px;
}

#info{
    float:center;
    width: 85%;
	align-items:center;
	/* padding-left: 130px; */
}

/* Id for mandir info para */
#info-text-left{
    float:left;
    /* width: 35%; */
	width: 50%;
}

#info-text-right{
	float:left;
    /* width: 60%; */
	width: 50%;


}

.mandir-info-1 {
	position: relative;
	display: block;
	color: black;
	align-items: center;
	padding-top: 5px;
	word-wrap: break-word;
	text-align: center;
}

.mandir-info-2 {
	position: relative;
	display: block;
	color: black;
	align-items: center;
	padding-top: 5px;
	text-align: center;
}

.name2 {
	font-family: "Bilbo Swash Caps", cursive;
	text-align: center;
	color: black;
	padding-top: 5px;
	padding-left: 0px;
	background-color: #fff2e5;
	text-decoration: none;
	font-size: 20px;
	margin-top: 0px;
	padding-top: 0px;
	font-weight: bold;
}

.h1side2 {
	color: black;
	font-family: 'Sen', sans-serif;
	font-weight: normal;
	padding-bottom: 0px;
	margin-bottom: 0px;
	background-color: #fff2e5;
	width: auto;
 }

.trio-img{
	text-align: center;
	padding:20px 20px 20px 20px;
	margin-top: 20px;
	width: 100%;
	height: auto;
	max-width: 100%;
    /* margin: 0 auto; */
	margin: auto;
	/* align-items: center; */
	display:flex;
	flex-wrap: wrap;
}

.holyimg-1{
	width: 100%;
	height: auto;
	/* padding:20px; */
	/* margin-top: 20px; */
	float: left; 
	padding-left: 30px; 
	padding-top: 0px; 
	/* margin-top: 0px;  */
	max-width: 300px;
	max-height: 322px;
}

.holyimg-2{
	width: 100%;
	height: auto;
	/* padding:20px; */
	/* margin-top: 20px; */
	float: left; 
	padding-left: 30px; 
	padding-top: 0px; 
	/* margin-top: 0px;  */
	max-width: 300px;
	max-height: 322px;
	margin-bottom: 60px;
}

.holyimg-3{
	width: 80%;
	height: auto;
	/* padding-left: 30px;  */
	margin-top: 0px; 
	flex: 1 1 100%;

}

/* Ends New CSS */
