@charset "UTF-8";

body {
	color: #fff;
	text-align: center;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #07163a;
	background-image: url(https://assets.electryconsulting.com/microsite/bg.webp);
}

.ml-1 {
	margin-left: 0.25rem !important;
}

.linktree {
	display: flex;
	flex-direction: column;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding: 0 0.8rem;
	width: 100%;
	min-height: 100dvh;
	position: relative;
}

.linktree a {
	text-decoration: none;
}

.linktree .navbar,
.linktree .navbar-brand {
	padding: 0;
}

.linktree .navbar-brand .logo {
	max-width: 140px;
}

.linktree .navbar-right .icon {
	color: inherit;
	font-size: 2rem;
}

.linktree .linktree-container {
	margin: 0px auto;
	/* height: 100%; */
	width: 100%;
	max-width: 580px;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	justify-content: center;
}

.linktree .linktree-avatar {
	width: 170px;
	height: 170px;
	object-fit: cover;
	border-radius: 50%;
	margin: 0 auto;
}

.linktree .linktree-title,
.linktree .linktree-subtitle {
	font-weight: 700;
}

.linktree .linktree-title {
	font-size: 1.7rem;
	text-transform: uppercase;
}

.linktree .linktree-subtitle {
	color: #4ea7dd;
	text-transform: uppercase;
	font-size: 1.4rem;
}

.linktree .linktree-icons {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.5rem;
	margin-top: 1rem;
}

.linktree .linktree-icons a {
	padding: 1rem;
	background: #4ea7dd;
	color: #fff;
	border-radius: 0.25rem;
	width: 54px;
	height: 54px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.linktree .linktree-icons a:hover {
	background: #2073a5;
	transform: scale(1.1);
}

.linktree .linktree-icons .icon {
	font-size: 1.25rem;
}

.linktree .linktree-items {
	display: flex;
	flex-direction: column;
	gap: 0.8rem;
	text-align: left;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.linktree .linktree-item,
.linktree .accordion {
	background: #fff;
	border-radius: 0.25rem;
	color: #06426b;
	font-weight: 700;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
}

.linktree .linktree-item [class*='fa-'],
.linktree .accordion [class*='fa-'] {
	color: #4ea7dd;
	font-size: 1.6rem;
}

.linktree .linktree-item .icon,
.linktree .accordion .icon {
	width: 32px;
}

.linktree .linktree-item {
	align-items: center;
}

.linktree .linktree-item,
.linktree .accordion .header {
	display: flex;
	gap: 0.5rem;
	padding: 1rem 3em 1rem 1rem;
	position: relative;
	min-height: 65px;
}

.linktree .linktree-item:hover {
	background: #cee7f6;
	transform: scale(1.02);
}

.linktree .accordion .header {
	flex-direction: column;
	justify-content: center;
}

.linktree .accordion .header:hover {
	background: #cee7f6;
}

.linktree .accordion .header .card-title {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	color: inherit;
}

.linktree .accordion .header::before,
.linktree a.linktree-item::before,
.linktree .accordion-item::before {
	font-family: 'Font Awesome 6 Free';
	position: absolute;
	right: 1.5rem;
	top: 50%;
	transform: translate(0, -50%);
}

.linktree a.linktree-item::before,
.linktree .accordion-item::before {
	content: '';
}

.linktree .accordion .header.collapsed::before {
	content: '';
}

.linktree .accordion .header::before {
	content: '';
}

.linktree .accordion .header:not(.collapsed)::after {
	content: '';
	margin: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	width: 95%;
	background: #676b6d;
}

.linktree .accordion-items {
	padding: 0 1rem;
}

.linktree .accordion-items .accordion-item {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #676b6d;
	padding: 0.8rem 0;
	position: relative;
	transition: transform 0.15s cubic-bezier(0, 0.2, 0.5, 3);
	display: flex;
	gap: 0.5rem;
	align-items: center;
	cursor: pointer;
	color: inherit;
}

.linktree .accordion-items .accordion-item:hover {
	background: #cee7f6;
	transform: scale(1.02);
}

.linktree .accordion-items .accordion-item::before {
	right: 0.5rem;
}

.linktree .accordion-items .accordion-item:last-child {
	border-bottom: 0;
}

.linktree .accordion-items .accordion-item .icon {
	font-size: 2rem;
}

.linktree .linktree-item,
.linktree .linktree-icons a {
	transition: transform 0.15s cubic-bezier(0, 0.2, 0.5, 3);
	cursor: pointer;
}

/* Opacity card */
.linktree .linktree-item--opacity {
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
	background-color: rgba(255, 255, 255, 0.08);
	color: white;
}
.linktree .linktree-item--opacity:hover {
	color: rgb(28 42 75);
}

@media (max-width: 450px) {
	.linktree .linktree-item,
	.linktree .accordion {
		font-size: 0.8rem;
	}
}
