body.show {
	height: 100vh;
	overflow-y: hidden;
	padding-right: 15px;
	position: fixed;
}

p {
	max-width: 1200px;
}

/*  */

.title-wrapper + p {
	margin-bottom: 2rem;
}

.epara {
	font-size: 1.5rem;
	font-weight: 500;
}

/*  */

button.blank {
	background-color: transparent;
	border: unset;
	width: fit-content;
}

button.blank:hover {
	background-color: transparent;
	color: var(--textWhite);
}

button.close {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 2rem;
}

button:disabled {
	color: var(--textDark);
	border-color: var(--textDark);
	opacity: 0.7;
}

#loadMoreBtn {
	position: relative;
}

button:disabled::after {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: var(--textWhite);
	opacity: 0.3;
	content: "";
}

.img-container img {
	width: 100%;
	display: block;
}

.in-page img {
	max-width: 100%;
	height: auto;
}

/* .in-page {
	--optimalWidth: clamp(815px, 60vw, 1600px);

	position: fixed;
	min-height: 105%;
	height: 100vh;
	width: 100%;
	padding: 5rem 0;
	top: 0;

	background: var(--bgTheme);
	color: var(--textWhite);

	opacity: 0;
	overflow-y: scroll;
	visibility: collapse;
}
.in-page.show {
	z-index: 3;
	transition: var(--speedNormal);
	visibility: visible;
	opacity: 1;
	overflow-x: hidden;
} */

.alumni .splide__list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.profile.flex-col {
	gap: 2rem;
}

.profile .flex-divider {
	margin: unset;
}

.profile .img-container {
	width: clamp(100px, 10vw, 180px);
}

.profile > .flex-row {
	align-items: flex-end;
	gap: 1rem;
}

.profile > .flex-row::before {
	content: "";
	height: 3px;
	width: 50px;
	position: absolute;
	top: -1.5rem;
	background: var(--bgLogo);
}

.profile > .flex-row > .flex-col {
	gap: 1rem;
}

.profile h2 {
	color: var(--textWhite);
	font-size: var(--fontSizeBig);
	text-transform: uppercase;
	letter-spacing: 3px;
}

.profile h3 {
	color: var(--bgLogo);
	font-size: var(--fontSizeMedium);
}

.profile a {
	color: var(--bgLogo);
	font-weight: 700;
}

.position {
	font-weight: 600;
}

/*  */

.award-statue.flex-row {
	margin: 3rem 0;
	align-items: center;
	gap: 2rem;
}

.award-statue .img-container {
	max-height: 15vw;
	width: auto;
}

.award-statue .img-container img {
}

/* Animation container */

.animation-container {
	height: auto;
	max-height: 0;
	transition: var(--speedNormal);
}

.animation-container.reveal {
	max-height: 100vh;
}

.alumni-card {
	position: relative;
	color: var(--textWhite);
	translate: 0 25px;
	transition: var(--speedNormal);
	visibility: hidden;
}

.alumni-card a[data-href] {
	pointer-events: none;
}

/******** remove previous hover effect */
.alumni-card .alumni-details {
	opacity: 1;
}

.alumni-card .alumni-details-bg {
	opacity: 1;
	transform: translateY(0);
}

.alumni-card:hover .img-container img {
	filter: unset;
}

.alumni .flex-col {
	justify-content: flex-start;
}

.alumni-details {
	position: relative;
	text-shadow: unset;
}

.alumni .grid {
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
}

.alumni-name {
	/* text-transform: unset; */
	color: var(--bgLogo);
	font-weight: 700;
	font-size: calc(var(--fontSizeOK) + 3px);
}

.alumni h3,
.alumni h2 {
	color: var(--textDark);
}

.alumni h2 {
	font-weight: 700;
	font-size: var(--fontSizeMedium);
	margin-top: 0.1rem;
}

/********  */

.reveal .alumni-card {
	translate: 0 0;
	visibility: visible;
}

/* Student Transformation */

.metamorphosis svg {
	fill: var(--textDark);
}

.flex-col.after,
.flex-col.before {
	gap: 0.5rem;
}

.switch-slide {
	position: absolute;
	top: 50%;
	z-index: 100;
	translate: 0 -50%;
	cursor: pointer;
}

.switch-slide svg {
	fill: var(--bgLogo);
}

/* Added */
added {
	display: flex;
	flex-direction: column;
	gap: 3rem;
}

added p {
	margin-top: 1rem;
}

@media only screen and (min-width: 300px) and (max-width: 910px) {
	/* Student Transformation */

	button.close {
		position: relative;
		margin-left: auto;
		margin-bottom: 1rem;
	}

	.profile > .flex-row {
		flex-direction: column;
		align-items: flex-start;
	}

	.profile h2 {
		line-height: 1;
	}

	/* Graduate Success */
	.award-statue .img-container {
		display: none;
	}

	.alumni .grid {
		grid-template-columns: 1fr;
		overflow: unset;
		height: unset;
	}

	.alumni-card {
		flex-direction: column;
	}
}
