/* Banner section start */
.landing {
	background-image: url("../../img/2021/banner-sm-blank.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 640px;
}

.banner-logo {
	width: 75%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.banner-description {
	text-align: center;
	margin-bottom: 15px;
	font-size: 30px;
}

.banner-dates {
	text-align: center;
	margin-bottom: 15px;
	font-size: 25px;
}

.banner-registration-button {
	padding-left: 30px;
	padding-right: 30px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-size: 30px;
	background-color: #072c48;
	border-radius: 15px;
	color: #e9f2f7;
}

.banner-registration-button:hover {
	color: #e9f2f7;
	background-color: #032138;
}

.landing-content-text {
	margin-top: auto;
	margin-bottom: auto;
}

@media screen and (min-width: 360px) {
	.landing {
		background-image: url("../../img/2021/banner-sm-blank.png");
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		height: 640px;
	}

	.banner-logo {
		width: 75%;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}

	.banner-description {
		text-align: center;
		margin-bottom: 15px;
		font-size: 30px;
	}

	.banner-dates {
		text-align: center;
		margin-bottom: 15px;
		font-size: 25px;
	}

	.banner-registration-button {
		display: block;
		margin-left: auto;
		margin-right: auto;
		font-size: 30px;
	}

	.landing-content-text {
		margin-top: auto;
		margin-bottom: auto;
	}
}

@media screen and (min-width: 768px) {
	.landing {
		background-image: url("../../img/2021/banner-md-blank.png");
		background-size: cover;
		background-repeat: no-repeat;
		height: 1024px;
	}

	.banner-logo {
		width: 75%;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}

	.banner-description {
		text-align: center;
		margin-bottom: 15px;
		font-size: 35px;
	}

	.banner-dates {
		text-align: center;
		margin-bottom: 15px;
		font-size: 30px;
	}

	.banner-registration-button {
		display: block;
		margin-left: auto;
		margin-right: auto;
		font-size: 45px;
	}

	.landing-content-text {
		margin-top: auto;
		margin-bottom: auto;
	}
}

@media screen and (min-width: 992px) {
	.landing {
		background: url("../../img/2021/banner-lg-blank.png");
		background-size: cover;
		background-repeat: no-repeat;
		height: 768px;
		background-position: bottom right;
	}

	.banner-logo {
		width: 75%;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}


	.banner-description {
		text-align: center;
		margin-bottom: 15px;
		font-size: 35px;
		font-weight: 700;
	}

	.banner-dates {
		text-align: center;
		margin-bottom: 15px;
		font-size: 30px;
		font-weight: 600;
	}

	.banner-registration-button {
		display: block;
		margin-left: auto;
		font-size: 45px;
		margin-right: auto;
	}

	.landing-content-text {
		margin-top: auto;
		margin-bottom: auto;
	}
}

@media screen and (min-width: 1440px) {
	.landing {
		background-image: url("../../img/2021/banner-xl-blank.png");
		background-size: cover;
		background-position: right;
	}
}

@media screen and (min-width: 245px) {
	.tagline {
		font-size: 50px;
		margin-bottom: 60px;
	}

	.tagline-content {
		margin-bottom: -30px;
	}
}

@media screen and (min-width: 768px) {
	.tagline {
		font-size: 70px;
		margin-bottom: 100px;
	}

	.tagline-content {
		margin-bottom: -40px;
	}
}

@media screen and (min-width: 1024px) {
	.tagline {
		font-size: 90px;
	}

	.tagline-content {
		margin-bottom: -50px;
	}
}

/* .landing-content {
	padding-top: 250px;
	padding-bottom: 250px;
} */

.tagline-color-1 {
	color: #424041;
}

.tagline-color-2 {
	color: #ED1C23;
}

/* .banner-description {
	color: #080808;
	margin-bottom: -15px;
	font-size: 30px;
} */

/* .banner-dates {
	color: #727071;
	font-weight: bolder;
	font-size: 40px;
	margin-bottom: -20px;
}

.banner-registration-button {
	font-size: 45px;
	margin-bottom: 0px;
} */

.banner-registration-button-color-1 {
	color: #ED1C23;
}

.banner-registration-button-color-2 {
	color: black;
}

/* Banner section end */

/* Registration section start */

.registration-section {
	background-color: rgba(243, 243, 243, 0);
}

.registration-form-container {
	background-color: white;
	border-radius: 20px;
	max-width: 800px;
}

.registration-title {
	color: #DF28BE;
	font-size: 22px;
}

.registration-description {
	color: #072C48;
	font-size: 18px;
}

.form-label {
	font-weight: 600;
	color: #072C48;
}

.form-control {
	border-radius: 8px;
	color: #072C48;
}

.form-prepend {
	border-radius: 8px;
	border: none;
	color: #072C48;
}

.submit-button {
	color: white;
	background-color: #072C48;
	padding: 5px 35px;
	font-size: 18px;
	border-radius: 8px;
}

.submit-button:hover {
	color: white;
	background-color: #061d2f;
}

.data-privacy-modal-activator {
	color: #072c48;
	text-decoration: underline;
	cursor: pointer;
}

/* Registration section end */

/* Keynote section start */

.keynote-section {
	background-image: url(../../img/2021/bg5.svg);
	width: 100%;
	aspect-ratio: 960/300;
	background-repeat: no-repeat;
	background-size: cover;
}

.keynote-title {
	font-size: 40px;
	font-weight: bolder;
	color: #323031;
}

.keynote-title-emphasis {
	color: #09BEF3;
}

.keynote-card {
	min-height: 200px;
}

/* Keynote section end */

/* Speakers section start */

.speakers-section {
	background-color: #F0F7F9;
}

.speakers-title {
	font-size: 40px;
	font-weight: bolder;
	color: #323031;
}

.speakers-title-emphasis {
	color: #F1770A;
}

.speakers-card {
	min-height: 200px;
}

/* Speakers section end */

/* Agenda section start */

.agenda-section {
	background-color: #D7EBF4;
	color: #072C48;
}

.agenda-title {
	font-size: 40px;
	font-weight: bolder;
	color: #072C48;
}

.agenda-title-emphasis {
	color: #7CCE10;
}

.agenda-section-sessions-title {
	color: white;
	font-size: 28px;
}

.session {
	font-size: 24px;
}

.session-1 {
	color: #D5C818;
	margin-bottom: 0;
}

.session-2 {
	color: #1BC9DA;
	margin-bottom: 0;
}

.session-3 {
	color: #72D160;
	margin-bottom: 0;
}

.session-4 {
	color: #CF6DDC;
	margin-bottom: 0;
}

.agenda-day-title {
	font-size: 50px;
	font-weight: bolder;
	color: #FA4C4B;
}

.agenda-table-even-col {
	width: 28%;
}

.agenda-table-keynote-header {
	color: #F1770A;
	font-size: 18px;
}

/* Agenda section end */

/* About section start */

.about-section {
	background-color: white;
}

.about-section-title {
	font-size: 40px;
	font-weight: bolder;
	color: #323031;
}

.about-section-title-emphasis {
	color: #F50B0A;
}

.about-section-content {
	font-size: 22px;
}

/* About section end */

/* Highlights section start */

.highlights-section {
	background-color: #F1EFF0;
}

.highlights-section-title {
	font-size: 40px;
	font-weight: bolder;
	color: #323031;
}

.highlights-section-title-emphasis {
	color: #F50B0A;
}

/* Highlights section end */


.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
	color: #072C48;
}

.error-text {
	width: 100%;
	margin-top: .25rem;
	font-size: .875em;
	color: #dc3545;
}

.flex-auto {
	flex: auto;
}

/* Recaptcha */

@media screen and (min-width: 320px) {
	.g-recaptcha {
		transform: scale(0.85);
		transform-origin: left top;
	}
}

@media screen and (min-width: 360px) {
	.g-recaptcha {
		transform: scale(0.85);
		transform-origin: center top;
	}
}

@media screen and (min-width: 768px) {
	.g-recaptcha {
		transform: scale(1);
		transform-origin: center top;
	}
}

/* table card colors */
.card.bg-red {
	background-color: #98CEDC;
	color: #072C48;
}

.card.bg-purple {
	background-color: #CBE6ED;
	color: #072C48;
}

.card.bg-white {
	background-color: #98B9CA !important;
	color: #072C48;
}

.cursor-pointer {
	cursor: pointer;
}

.bg-dark-blue {
	background-color: #072C48;
	color: #fff;
}

.bg-light-blue {
	background-color: #EAF3F8;
}

.track-details .image {
	display: block;
	position: relative;
	z-index: 1;
	overflow: hidden;
	text-align: center;
	/* border: 5px solid #FFF; */
	height: 250px;
	background-image: linear-gradient(0deg, rgb(0 0 0 / 40%), rgb(255 255 255 / 0%), rgb(255 255 255 / 46%)),url(../../img/2021/banner-lg-blank.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	padding: 20px 20px 20px 20px !important;
}

.writeup-body {
	font-size:18px;
}

.agenda-table-container > .table {
	border-color: initial;
}

.individual-session {
	width: 83.8% !important;
}