@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap');
.friday-performance-topbar {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 2%;
}
.performance-topbar-discount-heading {
	font-family: 'Unbounded', sans-serif !important;
	font-size: 31px;
	color: #ffffff;
	margin: 0px;
	font-weight: 800;
	line-height: 25.83px;
	text-align: center;
}
.perf-heading-bf-24 {
	font-family: Unbounded;
	font-size: 45px;
	font-weight: 800;
	line-height: 54px;
	color: #ffffff !important;
}
.perf-subheading-bf-24 {
	font-family: Unbounded;
	margin-top: 10px;
	font-size: 24px;
	font-weight: 800;
	line-height: 24px;
	color: #ffffff !important;
}
.perf-btn-bf-24:hover {
	color: black;
}
.perf-btn-bf-24 {
	margin-top: 20px;
	font-family: 'Unbounded', sans-serif;
	background-color: white;
	font-size: 14.4px;
	color: black;
	border-radius: 0;
	margin-top: 20px;
	font-weight: 600;
	height: 48px;
	text-align: left;
	border: none;
	width: 201px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.perf-text-bf-24 {
	font-family: Space Grotesk;
	margin-top: 30px;
	font-size: 22px;
	font-weight: 400;
	line-height: 34px;
	letter-spacing: 0.0025em;
	text-align: left;
	color: #ffffff !important;
}
@media (max-width: 767px) {
	/* Styles for mobile devices */
	.friday-performance-topbar {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.performance-topbar-discount-heading {
		font-size: 14px !important;
	}
	.topbar-icon-friday {
		width: 31px;
	}
	.perf-banner-bf-24 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.perf-heading-bf-24 {
		font-size: 28px;
		line-height: 28px;
	}
	.perf-subheading-bf-24 {
		font-size: 21.16px;
		line-height: 21.16px;
	}
	.perf-text-bf-24 {
		font-family: Space Grotesk;
		font-size: 18px;
		font-weight: 400;
		line-height: 24px;
		letter-spacing: 0.0025em;
		text-align: left;
	}
	.perf-img-bf-24 {
		width: 100%;
	}
}

.navbar-bf {
	width: 100%;
	height: 30px;

	display: flex;
	align-items: center;
	justify-content: center;

	background-color: #000;
}

.navbar-content-bf {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 28px;
}

.perf-banner-bf25 {
	display: flex;
	flex-direction: column;
}

.perf-image-bf25 {
	width: 524.226px;
	height: 221.696px;
	flex-shrink: 0;

	margin-left: -26px;
}

.perf-btn-bf25 {
	display: flex;
	width: 257px;
	height: 61.373px;
	padding: 13.042px 27.618px;
	justify-content: center;
	align-items: center;
	gap: 15px;
	flex-shrink: 0;

	color: #000;
	font-family: 'Dela Gothic One';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 19.2px */
	background-color: #fff;

	margin-top: 28px;
	text-transform: uppercase;
}

.perf-btn-bf25:hover {
	color: #000;
}

.perf-text-bf25 {
	color: #fff;
	font-family: 'Space Grotesk';
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 34px; /* 154.545% */
	letter-spacing: 0.055px;

	margin-bottom: 32px;
	margin-top: 36px;
}

@media screen and (max-width: 1023px) {
	/* .navbar-bf {
		display: none;
	} */
}

@media screen and (max-width: 768px) {
	.perf-image-bf25 {
		width: 359px;
		height: 153.564453125px;
	}

	.perf-text-bf25 {
		color: #fff;
		font-family: 'Space Grotesk';
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px; /* 133.333% */
		letter-spacing: 0.045px;
	}
}

@media screen and (max-width: 595px) {
	.navbar-bf {
		height: auto;
		padding: 5px 0px;
	}

	.navbar-content-bf {
		flex-direction: column;
		gap: 5px;
	}
}

@media screen and (max-width: 575px) {
	.perf-image-bf25 {
		margin-left: -15px;
	}
}
