@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.t-primary-bgcolor {
	background-color: #2f353e;
}

a {
	color: rgb(36, 76, 166);
}

.container {
	width: 1100px;
}

.header-wrapper {
	/*border-bottom: 50px solid #f5f4f7;*/
	background-image: linear-gradient(rgba(36, 76, 166, 0.6), rgba(16, 15, 13, 0.6));
	font-family: "Poppins", Helvetica, sans-serif;
}

.header-wrapper::before {
	position: absolute;
	left: 0;
	top: 37px;
	right: 0;
	content: '';
	background-image: url('blueprints.jpg');
	background-size: cover;
	display: block;
	height: 180px;
	z-index: -1;
	background-position: center;
}

.header {
	width: 100%;
}

.header__logo {
	margin: 20px 0;
	max-width: 170px;
}

body {
	background-color: #FFF;
}

.main {
	padding: 2rem 0;
}

.header__top {
	height: 47px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 12.8px;
	background-color: black;
	padding: 0 4%;
}

.header__top,
.header__top a {
	color: #939393;
	font-size: 12px;
}

.header__top a:hover {
	text-decoration: none;
}

.header__top i {
	margin-left: 20px;
	margin-right: 4px;
	color: white;
}

.header__top i:first-child {
	margin-left: 0;
}

.socials a {
	margin-left: 10px;
}

.socials i {
	font-size: 20px;
}

.header__main {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 4%;
}

.header__nav {
	display: flex;
	gap: 4rem;
}

.header__nav a {
	color: white;
	font-size: 16px;
	position: relative;
	padding-bottom: 4px;
	text-decoration: none;
}

.header__nav a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background-color: white;
	transition: width 0.2s ease;
}

.header__nav a:hover::after {
	width: 100%;
}

.planroom-link::after {
	width: 100% !important;
}

.upload-button {
	color: #1f4488;
	background-color: white;
	border-radius: 50px;
	height: 55px;
	Width: 172px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	transition: ease 0.2s;
}

.upload-button:hover {
	color: white;
	background-color: #1f4488;
	text-decoration: none;
}

.page-upload .navbar__menu {
	visibility: hidden;
}