body {
	font-family: "Inter", sans-serif;
	overflow-x: hidden;
}

.bottom-register-box {
	max-width: 24rem;
	padding: 2rem;
	background-color: white;
	border-radius: 0.25rem;
	border: 0.5px solid #dfdfdf;
}

.chevron-right {
	width: 32px;
	height: 32px;
	margin-right: 12px;
}

.bullseye-right {
	width: 24px;
	height: 24px;
	margin-right: 12px;
}

.readable-width {
	max-width: 1000px;
}

.font-obviously {
	font-weight: bold;
}

a {
	color: #6a82e3;
	text-decoration: none;
}

.form-control:focus {
	border: 1px solid #a8a8a8;
	box-shadow: 0 0 0;
}

.text-bg-gradient {
	padding: 0px;
	line-height: 1.6rem;
	display: inline-block;
	background-image: linear-gradient(to right, #d9e0f2, #f4d7ed);
}

.bg-gradient-blue1 {
	top: -30px;
	left: -800px;
	z-index: -10;
	background-image: -webkit-radial-gradient(center, 30em 150px, #d2f2f9, transparent);
}

.youtube-iframe {
	z-index: 2;
	border-radius: 4px;
}
.youtube-gradient-1 {
	top: -8px;
	opacity: 0.6;
	z-index: 1;
	position: absolute;
	left: -12px;
	height: 100%;
	--tw-gradient-stops: black;
	border-radius: 4px;
	background-image: linear-gradient(to right, #fbe0d0, #f4d7ed);
}
.youtube-gradient-2 {
	top: -15px;
	opacity: 0.6;

	margin-left: 12px;
	position: absolute;
	height: 100%;
	border-radius: 4px;
	--tw-gradient-stops: black;
	background-image: linear-gradient(to right, #d6f5e4, #d9e0f2);
}

.bg-gradient-blue2 {
	left: -300px;
	top: -250px;
	z-index: -10;

	box-shadow: inset 50px 40px 40px 40px transparent;

	background-image: -webkit-radial-gradient(
		center,
		20em 300px,
		rgba(214, 245, 228, 0.75),
		transparent
	);
}

.form-check-input:checked {
	background-color: rgb(12, 12, 12);
	border-color: rgb(12, 12, 12);
}

.terms {
	font-size: 0.75rem;
}

.body-list {
	line-height: 2rem;
}

.font-obviously {
	font-family: obviously, Inter;
}

.text-large-heading {
	font-size: 2rem;
	line-height: 2.4rem;
}

/* Footer Styles */

.footer-border {
	height: 1px;
	margin: 6rem 0 2rem 0;
	--tw-bg-opacity: 0.3;
	width: 100%;
	background-color: rgba(168, 168, 168, var(--tw-bg-opacity));
}

.footer-item-heading {
	--tw-text-opacity: 1;
	font-size: 16px;
	font-family: obviously, Inter;
	letter-spacing: 0.1rem;
	line-height: 1.5rem;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 1rem;
	color: rgba(168, 168, 168, var(--tw-text-opacity));
}
.footer-item {
	--tw-bg-opacity: 1;
	line-height: 1.5rem;
	font-weight: 500;
	margin-bottom: 1.5rem;
	text-decoration: none;
	color: #000;
}

.footer-items-container {
	display: grid;
	column-gap: 4rem;
	row-gap: 3rem;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	text-align: center;
}

.footer-copyright {
	color: rgba(9, 17, 19, var(--tw-text-opacity));
	line-height: 1.25rem;
	font-weight: 300;
	font-size: 0.875rem;
}

.footer-img {
	margin-bottom: 1rem;
}

.footer-copyright-container {
	display: flex;
	margin-top: 2rem;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

/* Lg */
@media (min-width: 976px) {
	.footer-items-container {
		grid-template-columns: repeat(5, minmax(0, 1fr));
		row-gap: 4rem;
		column-gap: 6rem;
		text-align: left;
	}

	.footer-copyright-container {
		flex-direction: row;
	}
}

#hero-img {
	max-height: 60vh;
}

#hero-image-section {
	width: 100%;
}

#form-submit-success-modal .modal-content {
	height: 20rem;
	max-height: 75vh;
}

#form-submit-success-modal .modal-header {
	border-bottom: none;
	margin-bottom: 0rem;
}

#form-submit-success-modal .modal-body {
	margin-top: -1rem;
	padding-top: 0px;
}

.modal-submit {
	width: 400px;
}

#timer {
	background: linear-gradient(90deg, #6a82e3 0%, #e85555 100%);
	top: 0;
	position: absolute;
	width: 100%;
	font-size: 1rem;
	color: #fff;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}

#timer span.text {
	margin-right: 1rem;
	font-family: "Obviously";
	font-size: 0.9rem;
	line-height: 1rem;
}

#timer span {
	display: flex;
	align-items: center;
	justify-content: center;
}

#timer span.time span {
	font-weight: 700;
	display: flex;
	flex-direction: column;
	justify-content: center;
	line-height: 1.5rem;
}

#timer i {
	font-family: "Roboto Mono", monospace;
	font-style: normal;
	font-size: 1.5rem;
	font-weight: 700;
	display: inline-block;
	margin-right: 1rem;
}

#timer i:last-child {
	font-size: 0.8rem;
	font-weight: 300;
}

.hero-section {
	position: relative;
}

.timer-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.85);
	display: flex;
	align-items: center;
	justify-content: center;
}

.timer-overlay #timer {
	background: none;
	flex-direction: column;
	position: relative;
}

.timer-overlay #timer .text,
#thank-you {
	font-size: 2rem;
	line-height: 4rem;
	margin-bottom: 2rem;
}

#thank-you {
	color: #fff;
	font-weight: bold;
	font-family: "Obviously";
	width: 60%;
	text-align: center;
	line-height: 3rem;
}

.timer-overlay #timer .time > span {
	margin-right: 1.25em;
}

.timer-overlay #timer .time i {
	font-size: 2.5rem;
	line-height: 2.5rem;
}

.timer-overlay #timer .time i:last-child {
	font-size: 1rem;
}

.timer-overlay #timer .time span:last-child {
	margin-right: 0;
}

.navbar {
	position: sticky;
	top: 0;
	z-index: 100;
	background: #fff;
	margin-bottom: 1em;
}

.badabusiness-copyright {
	margin-top: 1em;
	color: #a8a8a8;
	font-size: 0.75rem;
}

.success-section-hr {
	margin-top: 2em;
	margin-bottom: 2em;
}

.register-box {
	position: relative;
	max-width: 82rem;
	box-shadow: 5px 5px 5px rgb(255 255 255 / 20%), inset 5px 5px 5px rgb(255 255 255 / 20%);
	padding: 1rem 1rem 4rem 1rem;
	border-radius: 0.25rem;
	margin-top: 2rem;
}

.register-box.success {
	border: 0.5px solid #dfdfdf;
	padding: 3rem 1rem 4rem 1rem;
	max-width: auto;
}

.hero-section img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.btn {
	padding: 0.375rem 1.75rem;
	font-weight: bold;
}

#seek-bar {
	position: absolute;
	width: 100%;
	height: 4px;
	bottom: -4px;
}

#seek-bar > div.bar {
	width: 100%;
	height: 4px;
	background: #e85555;
}

#seek-bar > div.red-dot {
	position: absolute;
	right: -1px;
	width: 16px;
	height: 16px;
	background: #e85555;
	border-radius: 100%;
	bottom: -5px;
	z-index: 100;
}

#navigator-share-2,
#navigator-share-1 {
	display: none;
}

#clipboard-copy-1,
#clipboard-copy-2 {
	display: block;
	width: 44px;
	height: 44px;
	border-radius: 4px;
	cursor: pointer;
}

.footer-items-container {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

#dos-and-donts-section .title {
	margin-bottom: 1.5em;
}

#live-chip {
	position: absolute;
	top: 2rem;
	left: 2rem;
	padding: 0 8px;
	color: #fff;
	background-color: #eb5757;
	font-size: 1rem;
	border-radius: 4px;
	font-weight: bold;
}

#hero-player-section {
	width: 100%;
}

video {
	width: 100%;
}

@media (max-width: 968px) {
	.register-box {
		max-width: 24rem;
	}
}

@media (max-width: 768px) {
	.container {
		--bs-gutter-x: 1.125rem;
	}

	#live-chip {
		top: 1rem;
		left: 1rem;
		padding: 0 4px;
		font-size: 0.9rem;
	}

	.footer-items-container {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.bottom-register-box {
		border: none;
	}

	#navigator-share-2,
	#navigator-share-1 {
		display: block;
	}

	#clipboard-copy-1,
	#clipboard-copy-2 {
		display: none;
	}

	.bottom-register-box-container {
		justify-content: center;
	}

	.register-box-gradient {
		width: 100%;
		top: -100px;
		left: -1px;
		z-index: -10;
		background-image: -webkit-radial-gradient(center, 30em 150px, #fea4e8, transparent);
		height: 100px;
		position: absolute;
		opacity: 0.1;
	}

	.register-box {
		max-width: 24rem;
	}

	.hero-section-container {
		padding: 0;
	}

	#timer span.text {
		width: 40%;
		display: inline-block;
		text-align: left;
	}

	#dos-and-donts-section .title {
		font-size: 1.5rem;
		line-height: 1.75rem;
	}

	#dos-and-donts-section > div {
		margin-top: 2em;
	}

	.timer-overlay #timer .text,
	#thank-you {
		font-size: 1rem;
		line-height: 1.5rem;
		margin-bottom: 1.5rem;
		width: 100%;
		text-align: center;
	}

	.timer-overlay #timer .time i {
		font-size: 1.5rem;
		line-height: 1.5rem;
	}

	.congratulations,
	.register-now-title,
	#bottom-form .title {
		font-size: 1.25rem;
	}

	.success-registered {
		font-size: 0.9rem;
	}

	.share-title {
		font-size: 0.9rem;
	}

	.container > p:not(.badabusiness-copyright),
	.container .title {
		font-size: 1.5rem;
		text-align: center;
		line-height: 2rem;
	}

	.navbar-container {
		justify-content: start !important;
	}

	.navbar-brand {
		margin-left: 1rem;
		flex-grow: 1;
	}
}
