@import url("/templates/global.css");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;700&display=swap');

.t-primary-bgcolor {
	background-color: #807F7F;
}

a {
	color: #051038;
}

body {
	background-color: #fff;
}

.container {
	width: 1200px;
}

.header {
	width: 100%;
	background-color: #e4e4e4;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 300;
	display: flex;
	justify-content: space-between;
	padding: 20px 50px;
}

.header__logo img {
	width: 275px;
}

.header__nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
}

.header__nav a {
	color: #2d2e32;
	border-bottom: 2px solid transparent;
	line-height: 2;
}

.header__nav a:hover, .header__nav .active {
	text-decoration: none;
	border-bottom: 2px solid #2d2e32;
}
