/* Green divider for about section */
.green-divider {
	display: none;
}

@font-face {
	font-family: "AlaskaBeta";
	font-display: swap;
	src: url("/?originalUrl=https%3A%2F%2Fstudentclash.reply.com%2Ffonts%2FAlaskaBeta-Thin.otf") format("opentype");
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: "AlaskaBeta";
	font-display: swap;
	src: url("/?originalUrl=https%3A%2F%2Fstudentclash.reply.com%2Ffonts%2FAlaskaBeta-ExtraLight.otf") format("opentype");
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: "AlaskaBeta";
	font-display: swap;
	src: url("/?originalUrl=https%3A%2F%2Fstudentclash.reply.com%2Ffonts%2FAlaskaBeta-Light.otf") format("opentype");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "AlaskaBeta";
	font-display: swap;
	src: url("/?originalUrl=https%3A%2F%2Fstudentclash.reply.com%2Ffonts%2FAlaskaBeta-Regular.otf") format("opentype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "AlaskaBeta";
	font-display: swap;
	src: url("/?originalUrl=https%3A%2F%2Fstudentclash.reply.com%2Ffonts%2FAlaskaBeta-Medium.otf") format("opentype");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "AlaskaBeta";
	font-display: swap;
	src: url("/?originalUrl=https%3A%2F%2Fstudentclash.reply.com%2Ffonts%2FAlaskaBeta-SemiBold.otf") format("opentype");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "AlaskaBeta";
	font-display: swap;
	src: url("/?originalUrl=https%3A%2F%2Fstudentclash.reply.com%2Ffonts%2FAlaskaBeta-Bold.otf") format("opentype");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "AlaskaBeta";
	font-display: swap;
	src: url("/?originalUrl=https%3A%2F%2Fstudentclash.reply.com%2Ffonts%2FAlaskaBeta-ExtraBold.otf") format("opentype");
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: "AlaskaBeta";
	font-display: swap;
	src: url("/?originalUrl=https%3A%2F%2Fstudentclash.reply.com%2Ffonts%2FAlaskaBeta-Black.otf") format("opentype");
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: "AlaskaBeta";
	font-display: swap;
	src: url("/?originalUrl=https%3A%2F%2Fstudentclash.reply.com%2Ffonts%2FAlaskaBeta-ExtraBlack.otf") format("opentype");
	font-weight: 950;
	font-style: normal;
}

body {
	font-family: "AlaskaBeta";
}

section {
	margin-top: 100px;
}

.leaderboard-subheading {
	margin-top: 100px !important;
	margin-bottom: 100px !important;
	font-size: 40px;
	width: fit-content;
	margin: auto;
	font-weight: 600;
}

.leaderboard {
	width: 70%;
	margin: auto;
	margin-top: 80px;
}

.leaderboard p {
	margin-top: 8px;
	margin-bottom: 8px;
}

.headerTable {
	color: #00ea51;
	font-weight: 700;
	font-size: 36px;
	text-align: center;
	padding: 10px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.tableRow {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	padding: 10px;
	background-color: rgba(0, 234, 81, 0.5);
	text-align: center;
	font-weight: 600;
	font-size: 24px;
	align-items: center;
}

.tableRow:nth-child(odd) {
	background-color: transparent;
}

.date,
.activity,
.point {
	text-align: center;
	margin-bottom: 0 !important;
}

.navbar-logo img {
	max-width: 300px;
	margin-top: 15px;
	margin-bottom: 15px;
	height: 38px;
}

.nav-link {
	font-size: 20px;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 234, 81, 0.7);
	display: flex;
	align-items: center;
	justify-content: center;
}

.cards-title {
	color: #ffffff;
	font-size: 28px;
	font-weight: 600;
	text-align: center;
}

.mt-10 {
	margin-top: 100px !important;
}

.-mt-10 {
	margin-top: -100px !important;
}

.mt-20 {
	margin-top: 150px !important;
}

.card-section {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.leaderboard-section {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 60px;
	width: 60%;
	margin: auto;
}

.winnersGrid {
	display: grid;
	width: 60%;
	margin: auto;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.winnerCard-Torino {
	position: relative;
	width: 320px;
	height: 400px;
	background-image: url("/?originalUrl=https%3A%2F%2Fstudentclash.reply.com%2Fimg%2Fprizes%2FPolitecnico_Torino.png");
	background-size: cover;
	border-radius: 10px;
	overflow: hidden;
	margin: auto;
}

.winnerCard-Milano {
	position: relative;
	width: 320px;
	height: 400px;
	background-image: url("/?originalUrl=https%3A%2F%2Fstudentclash.reply.com%2Fimg%2Fprizes%2FPolitecnico_Milano.png");
	background-size: cover;
	border-radius: 10px;
	overflow: hidden;
	margin: auto;
}

.winnerCard-Bicocca {
	position: relative;
	width: 320px;
	height: 400px;
	background-image: url("/?originalUrl=https%3A%2F%2Fstudentclash.reply.com%2Fimg%2Fprizes%2FBicocca.png");
	background-size: cover;
	border-radius: 10px;
	overflow: hidden;
	margin: auto;
}

.winnerCard-Sapienza {
	position: relative;
	width: 320px;
	height: 400px;
	background-image: url("/?originalUrl=https%3A%2F%2Fstudentclash.reply.com%2Fimg%2Fprizes%2FSapienza.png");
	background-size: cover;
	border-radius: 10px;
	overflow: hidden;
	margin: auto;
}

.winnerCard-TUM_Imperial {
	position: relative;
	width: 320px;
	height: 400px;
	background-image: url("/?originalUrl=https%3A%2F%2Fstudentclash.reply.com%2Fimg%2Fprizes%2FImperialTUM.png");
	background-size: cover;
	border-radius: 10px;
	overflow: hidden;
	margin: auto;
}


.hero-buttons {
	margin-top: 50px;
}

.mx-48 {
	margin-left: 200px;
	margin-right: 200px;
}

.navbar-el {
	margin-left: 200px;
	margin-right: 200px;
}

.register-arrow {
	height: 20px;
	margin-left: 10px;
	align-items: center;
}

.primary-button {
	background-color: transparent;
	border-width: 3px;
	border-radius: 50px;
	width: 300px;
	height: 60px;
	font-size: 26px;
	margin-right: 100px;
	font-weight: 600;
}

.primary-button a:hover,
.primary-button a:hover>.arrow-icon {
	color: #00ea51;
	fill: #00ea51;
}

.ml-20 {
	margin-left: 160px;
}

.mt-40 {
	margin-top: 60px;
}

.secondary-button {
	background-color: transparent;
	font-size: 26px;
	font-weight: 600;
	align-self: center;
}

a:hover>.arrow-icon {
	color: #00ea51;
	fill: #00ea51;
}

a:hover {
	color: #00ea51;
}

.arrow-icon {
	margin-left: 15px;
	height: 20px;
}

a,
a:hover,
a.active {
	outline: 0;
}

a {
	text-decoration: none;
}

a.active {
	color: #00ea51;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-transform: uppercase;
	font-weight: 700;
}

h1.number {
	font-size: 7em;
	color: #236f43;
	margin: 0 0 30px;
}

h4 {
	font-size: 18px;
}

.row {
	margin-left: 0;
	margin-right: 0;
}

/*IMPORTANT */

.section-heading {
	font-size: 72px;
	font-weight: 900;
	text-transform: uppercase;
	width: fit-content;
	margin: auto;
}

.section-subheading {
	font-size: 40px;
	width: fit-content;
	margin: auto;
	font-weight: 600;
	color: #5f5f5f;
}

.section-subheading b {
	color: #00ea51;
}

.text-reply-green {
	color: #00ea51;
}

.flex-grow-2 {
	flex-grow: 1;
}

/* Navbar */

.navbar-default {
	background-color: rgba(0, 234, 81, 1);
	box-shadow: 0 1px 10px 2px rgba(0, 0, 0, 0.3);
	padding: 4px;
}

.fixed-top {
	width: 100vw;
}

.navbar-default>.container-fluid {
	margin: 0px 20px;
}

.navbar-default .navbar-brand {
	color: #ffffff;
	text-transform: uppercase;
	font-style: italic;
	font-size: 30px;
	margin: 0;
	padding: 0;
}

.navbar-brand-reply-man {
	display: none;
}

.navbar-default .navbar-collapse {
	border-color: rgba(255, 255, 255, 0.02);
	font-size: 14px;
}

.navbar-default .navbar-toggler {
	color: #00ea51;
}

.navbar-default .navbar-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	background-size: 30px;
}

.mt-40 {
	margin-top: 30px;
}

.navbar-default li a {
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
	color: #fff;
}

.nav-item {
	align-self: center;
}

.navbar-nav>li>a {
	font-size: 20px;
	color: black;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
	color: #00772a;
	font-weight: 900 !important;
}

.nav-link {
	transition: none;
	font-weight: 600 !important;
}

.navbar-nav .nav-link.active:hover,
.navbar-nav .show>.nav-link:hover,
.nav-link:hover {
	color: black;
	font-weight: 900 !important;
}

.nav-link:focus {
	color: #ffffff;
}

/*.navbar-logo a img {
	width: 137px;
	height: 65px;
	display: block;
}/*

/* END NAVBAR */
section>.container {
	padding: 0;
}

/* NEXT EVENT */
section#Next {
	margin-top: 0px;
}

section#Next>div.container-fluid {
	flex-direction: row;
}

.headerImg {
	height: 590px;
	width: 360px;
	border-radius: 10px;
	margin-top: 40px;
}

.headerImg-mobile {
	display: none;
}

.STCLogo {
	width: 70%;
}

.STCLogo-mobile {
	display: none;
}

.heroText {
	font-weight: 800;
	font-size: 96px;
	line-height: 100px;
	margin-bottom: 28px;
	max-width: 750px;
	text-align: center;
	margin-top: 20px;
}

.headerText {
	font-size: 28px;
	font-weight: 500;
	max-width: 600px;
	text-align: center;
}

.headerTextAccent {
	color: #00ea51;
	font-size: 22px;
	font-weight: 600;
}

.headerTextBold {
	font-weight: 800;
}

/* WHO WHY WHAT SECTION */
section#WhoWhyWhat {
	padding-top: 100px;
	padding-bottom: 100px;
}

.WWW-header {
	color: #ffffff;
	font-size: 40px;
	font-weight: 700;
	padding-top: 50px;
}

/* ABOUT SECTION */
section#About>div.container {
	flex-direction: row;
}

.about-heading {
	font-size: 36px;
	font-weight: 800;
	color: #00ea51;
	text-transform: uppercase;
}

.about-text-container {
	width: 86%;
	margin: 0px 0;

	align-items: center;
	text-align: center;
	padding: 40px;

	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 16px;
	text-align: center;
}

.card-about {
	background: rgba(0, 234, 81, 0.5);
	/* glassy pastel green */
	backdrop-filter: blur(12px) saturate(180%);
	-webkit-backdrop-filter: blur(12px) saturate(180%);
	height: 400px;
	width: 300px;
	border-radius: 10px;
	border: 1.5px solid rgba(0, 234, 82, 0.75);
	box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
}

.WWW-cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	justify-items: center;
}

.about-subheading {
	font-size: 28px;
	max-width: 900px;
}

.about-subheading-card {
	max-width: 250px;
	margin: auto;
	margin-top: 20px;
	font-size: 18px;
	font-weight: 600;
	align-content: center;
	color: rgb(0, 0, 0);
}

.about-subheading b {
	color: #00ea51;
	font-weight: 800;
}

.about-img-mobile {
	display: none;
}

.about-subheading-willYou {
	color: #ffff;
	text-align: center;
	font-weight: 900;
}

.about-subheading-willYou span {
	font-weight: normal;
	text-transform: uppercase;
}

/*PRIZES SECTION*/

.prizes-title {
	font-size: 36px;
	font-weight: 600;
}

.prizes-number {
	color: #ffffff;
	font-size: 180px;
	font-weight: 800;
}

.prizes-subheading {
	font-size: 22px;
	max-width: 800px;
	color: #ffff;
}

/* REGISTER SECTION */
section#Register>div {
	margin-top: 50px;
}

.btn-link {
	color: inherit;
	text-decoration: none;
	font-size: 16px;
	transition: font-size 0.2s;
}

.btn-link:focus {
	color: inherit;
	text-decoration: none;
}

.btn-link:hover {
	font-size: 24px;
	color: inherit;
	text-decoration: none;
	/* Dimensione del testo all'hover */
}

.btn-disabled,
btn-disable:hover {
	color: inherit !important;
	text-decoration: none !important;
}

.register-cardbg {
	background-color: rgba(0, 234, 81, 0.8);
}

.register-button {
	background-color: transparent;
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	align-self: center;
	cursor: pointer;
}

.register-button:hover,
.register-button:hover>.register-arrow {
	transform: scale(1.05);
	color: #fff;
}

/* ACTIVITIES AND LEADERBOARDS*/

.activitiesText {
	font-weight: 800;
	font-size: 72px;
}

.activitiesHeader {
	font-weight: 500;
	font-size: 36px;
	margin-bottom: 28px;
}

.activities-subheading {
	font-size: 28px;
	max-width: 1000px;
	margin: auto;
	text-align: center;
	margin-top: 40px;
}

.activities-tabel {
	border: none;
}

.table-no-border {
	border: none;
	max-width: 900px;
}

.table-no-border th,
.table-no-border td {
	border: none;
}

.row-green {
	background-color: #00ea51;
	opacity: 0.5;
}

@keyframes lampeggiante {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.live {
	height: 30px;
	width: 30px;
	background-color: #e6304c;
	margin-left: 20px;
	border-radius: 50%;
	animation: lampeggiante 2s infinite;
}

/* Register Section Cards */
.card-register .logo-association-container {
	height: 90px;
}

.card-register .logo-association {
	display: block;
}

/* DOWNLOAD SECTION */
section#Download>div {
	margin-top: 50px;
}

/*Challenge section*/
section#Challenge h3.section-subheading {
	margin-bottom: 0;
}

section#Live>div {
	margin-top: 50px;
}

/* SOCIAL WALL */
section#Tagboard {
	min-height: 30vh;
}

/* CAROUSEL */
section#AllSTC {
	scroll-margin-top: 100px;
}

.carousel {
	margin: auto;
}

.carousel-inner {
	max-width: 850px;
	min-height: 920px;
	margin: auto;
}

.allEditionContainer {
	max-width: 990px;
	padding: 0;
}

.carousel-control-next-icon {
	background-image: none;
	color: #00ea51;
	width: fit-content;
	height: fit-content;
}

.carousel-control-prev-icon {
	background-image: none;
	color: #00ea51;
	width: fit-content;
	height: fit-content;
}

.carousel-control-next {
	opacity: 0.7;
}

.carousel-control-prev {
	opacity: 0.7;
}

.carousel-indicators [data-bs-target] {
	background-color: var(--secondary);
	height: 10px;
	width: 40px;
}

.allEditionContainer {
	max-width: 1199px;
	padding: 0;
	margin: auto;
}

/*BOOTSTRAP CARDS*/
.card {
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.65rem;
	display: block;
	margin-bottom: 3rem;
	position: relative;
	width: 100%;
}

.card-head {
	position: relative;
}

.card-img-top {
	width: 100%;
	border-radius: 0.65rem;
}

.card-register>.card-body {
	min-height: 314px;
}

.card-topic {
	background: rgba(0, 77, 86, 0.6) none repeat scroll 0 0;
	color: #fff;
	font-size: 19px;
	left: 3%;
	padding: 0.1rem;
	position: absolute;
	top: 4%;
}

.card-date {
	background: rgba(0, 77, 86, 0.6) none repeat scroll 0 0;
	color: #fff;
	font-size: 16px;
	padding: 0.2rem;
	position: absolute;
	right: 0;
	text-align: right;
	bottom: 0;
	margin: 0;
}

.no-cta {
	min-height: 112.41px;
}

.card-title {
	font-size: 16px;
	color: black;
}

.card-city {
	margin-top: 1rem;
}

.card-cta .btn-lg {
	width: 90%;
	font-size: 15px;
	margin: 15px 0;
}

div.card-cta .text-center>a {
	background: #2fb457;
}

.card-bn {
	float: left;
	width: 33%;
	padding: 0 0.1rem;
}

.card-numbers {
	border: 1px solid #eae7e5;
	border-radius: 10px;
	text-align: center;
	width: 100%;
}

.card-number-num {
	font-size: 24px;
	color: black;
}

.card-number-label {
	text-transform: uppercase;
	font-size: 13px;
	color: black;
}

/* CONTACT SECTION */
section#Contacts {
	color: #fff;
	position: relative;
}

.contact-heading {
	font-size: 68px;
	max-width: 550px;
	margin: auto;
	margin-left: 100px;
	font-weight: 700;
	height: fit-content;
	color: black;
}

.contact-subheading {
	font-size: 32px;
	margin: auto;
	width: 450px;
	color: black;
}

section#Contacts .contact-subheading a {
	color: #023699;
}

/* FOOTER */
footer {
	padding-top: 300px;
	padding-bottom: 25px;
	text-align: center;
	margin-top: 200px;
}

.footer-contact {
	background-color: #00ea51;
	width: 1400px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	padding-left: 40px;
	padding-right: 40px;
	display: grid;
	border-radius: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	height: 300px;
	position: absolute;
}

footer span.copyright {
	font-size: 16px;
	width: fit-content;
	margin: auto;
}

footer p.credits {
	font-size: 14px;
	color: #5f5f5f;
	width: fit-content;
	margin: auto;
	margin-top: 10px;
}

footer img.credits-logo {
	height: 30px;
	width: auto;
	margin: auto;
	margin-top: 10px;
}

.reply-link {
	width: fit-content;
	margin: auto;
	margin-top: 30px;
}

footer ul.quicklinks {
	margin-bottom: 0;
	text-transform: uppercase;
	text-transform: none;
	line-height: 60px;
}

.cards-heading {
	font-size: 22px;
}

.section-heading-mobile {
	display: none;
}