@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
html,
.content,
body,
.main {
	height: 100%;
}

.banner {
	position: relative;
}
img {
	width: 100%;
	object-fit: cover;
}
.banner img {
	display: block;
	height: 20em;
	position: relative;
}
.overlay:after {
	position: absolute;
	content: '';
	background: linear-gradient(#6969691f, #030303);
	opacity: 0.6;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.content h1 {
	position: absolute;
	bottom: 0;
	left: 5%;
	font-size: 2em;
	/* font-weight: bold; */
	font-family: 'Bebas Neue', cursive;
}
.description {
	margin: 2em;
	text-align: left;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.description:after {
	background: #e44c65;
	content: '';
	display: inline-block;
	height: 0.2em;
	max-width: 20em;
	width: 75%;
	margin-top: 2em;
}
.content h3 {
	margin-left: 5%;
	margin-bottom: 2em;
	font-weight: bold;
}
.grid {
	margin: 2em;
	display: grid;
	justify-items: center;
	grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
	grid-gap: 2.5em;
}
#thaparLogo {
	width: 8em;
}
.sponsorDiv {
	display: flex;
	align-items: center;
}

@media screen and (min-width: 480px) {
	.grid {
		grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
	}
}
@media screen and (min-width: 700px) {
	.grid {
		grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	}
}
/* Alumni Sponsors */
.carousel {
	height: 40em;
}
@media screen and (min-width: 1024px) {
	.carousel {
		height: 50em;
	}
}
@media screen and (min-width: 2024px) {
	.carousel {
		height: 75em;
	}
}
@media screen and (max-width: 700px) {
	.carousel {
		height: 30em;
	}
}
.swiper-container {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}
.swiper-slide {
	background-size: cover;
	background-position: center;
}
.gallery-top {
	height: 80%;
	width: 100%;
}
.gallery-thumbs {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
}
.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}
.sponsorInfo {
	font-size: small;
}
