/* =========== HEADER LAYOUT ============== */
.menu-header {
	position: sticky;
	top: 0;
	z-index: 99999;
	width: 100%;
	padding: 0.625rem 0;
	background: linear-gradient(90deg, rgba(226, 188, 255, 0.69) 0%, #f8e9ef 40%, #f4dfe8 100%);

}


.website-logo { 
	width: 15.375rem;
}
.main-menu-sec{
	display:flex;
}

/* ============= MAIN MENU ===== */
.mainmenu ul {
	margin: 0;
	/* padding-left: 0.9375rem; */

}






.mainmenu ul li {
	display: inline-flex;
	position: relative;
}

.mainmenu ul li a {
	text-decoration: none;
	color: #000;
	font-weight: 600;
	font-size: 1rem;

	padding: 0.75rem 0.75rem;

	white-space: nowrap;
	transition: color 0.3s ease;
}

.mainmenu ul li a:hover {
	color: red;
}

.demo-btn {
	background: linear-gradient(94.93deg, #AA50F0 3.97%, #E14B7E 105.33%);
	border-style: none !important;
	border-radius: 2.9375rem;

	color: #fff !important;
}

.demo-btn a {
	color: #fff !important;
	text-decoration: none;
	font-size: 0.75rem;

}

/* =========== MOBILE MENU =========== */
.right-0 {
	right: 0 !important;
}

.mobile-overlay {
	position: fixed;
	inset: 0;

}

.footer-logo img {
	width: 150px;
}

.footer-section {
	background: rgba(240, 240, 240, 1);

}


.footer-title {
	font-weight: 600;
	color: rgba(225, 75, 126, 1);

}

.footer-link {
	text-decoration: none;

	transition: all 0.3s ease;
	color: #000 !important;

}

.footer-link:hover {
	color: #dc3545;
}

.social-icon {
	width: 2.25rem;
	height: 2.25rem;
	border-radius: 50%;
	background: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #dc3545;
	text-decoration: none;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
}

.social-icon:hover {
	background: #dc3545;
	color: #ffffff;
}
.footerlogos img {
	width: 100px;
}
ul.footerlogos {
	list-style: none;
	display: flex;
}