body {
	font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
	font-weight: 400;
	line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', 'Inter', sans-serif;
	font-weight: 700;
}

.material-symbols-outlined {
	font-family: 'Material Symbols Outlined' !important;
	font-style: normal;
	font-weight: normal;
	font-size: 32px;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	white-space: nowrap;
	direction: ltr;
	font-variation-settings:
		'FILL' 1,
		'wght' 400,
		'GRAD' 0,
		'opsz' 32;
	color: #ffffff;
	z-index: 1;
}

.header-upper .logo-box a > img {
	width: 200px;
}

.language {
    left: -25px;
    top: -10px;
}

.language:after {
    content: none !important;
    background: none !important;
    display: none !important;
}

.language .dropdown-menu {
    background-color: #f4f4f4;
    border: none !important;
    padding: 0px;
    border-top: 3px solid #6a169e;
}

.language .dropdown-menu > li > a {
    color: #6a169e;
}

.language .dropdown-menu > li > a:hover {
    color: #f4f4f4;
    background: #6a169e;
}

.menu-right-content .nav-toggler .nav-btn > i {
	
	color: #eaeaea;
	font-size: 18px;
	 transition: transform 0.3s ease, color 0.3s ease;

}

.menu-right-content .nav-toggler .nav-btn > i:hover {
	
	color: #facf79;

}

.main-menu .navigation>li>a {

    font-weight: normal;

}

.hidden-bar {

	background-color: #4c1071;

}