#footer,
#footer p {
	font-family: var(--secondary-font);
	font-weight: 300;
}

#footer p {
	font-size: 1.82rem;
	letter-spacing: 0.02rem;
	opacity: 0.5;
}

#footer a {
	font-weight: 300;
}

#footer h3 {
	font-size: 1.8rem;
	letter-spacing: 0.01rem;
	text-transform: uppercase;

	line-height: 20px;
}

#footer .flex-container:first-child {
	grid-column: 1 / span 3;
	gap: 2rem;
}

#footer .app-icons {
	width: auto;
}

#footer .flex-container:first-child > div {
	display: flex;
	width: 50%;
	flex-direction: column;
	align-items: center;
}

#footer .flex-container:first-child > div:first-of-type {
	position: relative;
}

#footer .social-icons {
	display: flex;
}

#footer .social-icons i {
	transition: all 0.2s ease-in-out;
}

#footer .social-icons i:hover {
	transform: scale(0.96);
	background-color: var(--primary-color);
}

#footer .social-icons i {
	padding: 1.2rem;
	background-color: var(--dark-color);
	border-radius: 1rem;
	min-width: 4.5rem;
	font-size: 1.6rem;
	text-align: center;
	margin: 0 0.21rem;
}

#footer .flex-container:nth-child(2) {
	grid-column: 1 / span 3;
	max-width: 80%;
	margin: 0 auto;
	padding-top: 2rem;
}

#footer .flex-container:nth-child(2) ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#footer .flex-container:nth-child(2) ul li {
	padding: 0.8rem 1rem;
}

#footer .flex-container:nth-child(2) ul li a {
	font-size: 2rem;
	font-weight: 300;
	margin: 0 0.51rem;
	color: var(--dark-color);
	transition: all 0.2s ease-in-out;
}

#footer .flex-container:nth-child(2) ul li a:hover {
	color: var(--light-color);
}

#footer .flex-container:last-child {
	grid-column: 1 / span 3;
	border-top: 0.1rem solid var(--dark-color);
	margin-top: 3rem;
	font-size: 1.4rem;
	opacity: 0.5;
	justify-content: space-between;
}
