/*--------------------------------------------------------------
# speaker-page
--------------------------------------------------------------*/

.page-photo {
	display: block;
	margin: 0 auto;
	border-radius: 50%;
	overflow: hidden;
	max-width: 200px;
}

.speaker-info h5 {
	font-size: 17px;
	font-weight: 400;
	color: #989595;
}

@media (max-width: 576px) {
	.speaker-info h3 {
		margin-top: 2rem;
	}
}

.social {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	margin: 10px 0 20px;
	padding: 10px 20px;
	border-radius: 30px;
	border: 1px solid #f39800;
}

.social .bi-share-fill {
	color: #f39800;
}

.social a {
	transition: ease-in-out 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	width: 40px;
	height: 40px;
	background: #fef3cb;
	color: #f39800;
}

.social a i {
	font-size: 18px;
	margin: 0 3px;
}

.social a:hover {
	background: #f39800;
	color: #fff;
}

.social a+a {
	margin-left: 8px;
}

.agenda-info {
	background-color: rgb(114, 9, 183);
	background:
		linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(114, 9, 183, 0.9) 100%),
		url(../img/hero-bg.jpg) center center no-repeat;
	background-size: cover;
}

.agenda-info .section-title {
	color: #ffffff;
}

.agenda-box {
	padding: 2rem 2rem 1.2rem 2rem;
	background: #fff;
	border-radius: 5px;
	margin-bottom: 1.5rem;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}

.agenda-box .head {
	font-size: 17px;
	font-weight: 400;
	margin: -15px -15px 15px -15px;
	padding: 10px 20px;
	color: #ffffff;
	background: #212121;
}

.agenda-box h4 {
	color: #f39800;
	margin-bottom: 15px;
}

.agenda-box p {
	color: #666666;
}

.agenda-box p:last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# session-page
--------------------------------------------------------------*/
.session-page {
	color: #ffffff;
	padding-top: 50px;
	background:
		linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(114, 9, 183, 0.9) 100%),
		url(../img/hero-bg.jpg) center center no-repeat;
	background-size: cover;
}

.session-share {
	font-size: 16px;
	color: #fff;
	background-color: #8577fb;
	padding: 5px 20px;
	border-radius: 25px;
}

.session-share a {
	transition: ease-in-out 0.3s;
	color: #fff;
	margin-left: 10px;
}

.session-share a:hover {
	color: #7b2cbf;
}

.session-title {
	font-weight: 600;
	margin: 1.2rem 0 2rem;
}

.session-txt {
	margin-bottom: 2.5rem;
}

.session-card {
	color: #212121;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	padding: 30px;
	border-radius: 10px;
	background: #fff;
	gap: 15px;
}

.session-card .pic {
	overflow: hidden;
	border-radius: 10px;
	flex: 0 0 180px;
}

.session-card .info {
	padding-left: 30px;
	flex: 1;
}

.session-card .info .title {
	font-size: 20px;
	color: #7b2cbf;
	border-bottom: 1px solid #7b2cbf;
	margin-bottom: 10px;
}

.speaker-title {
	font-size: 17px;
	line-height: 30px;
	font-weight: 400;
	color: #989595;
	margin-bottom: 20px;
}

.right-box {
	color: #fff;
	padding: 1.2rem 2rem;
	border-radius: 10px;
	background-color: #ebe9e6;
	border: 1px solid #ffffff;
	background: rgba(255, 255, 255, 0.25);
	backdrop-filter: blur(5px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}

.session-info {
	line-height: 32px;
}

.session-info span {
	color: #ffdd00;
	font-weight: 600;
}

.right-box .btn {
	color: #fff;
	display: block;
	margin-bottom: 15px;
	padding: 10px;
	transition: ease-in-out 0.2s;
}

.right-box .btn:hover {
	opacity: 0.8;
}

.btn-ppt {
	background-color: #fe0468;
}

.btn-cowrite {
	background-color: #00b5e3;
}

.btn-none {
	background-color: #9bb0a5;
}

/*--------------------------------------------------------------
# partner-page
--------------------------------------------------------------*/
.partner-info {
	color: #ffffff;
	padding-top: 50px;
	background:
		linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(76, 21, 112, 0.7) 50%, rgba(56, 3, 92, 1) 100%),
		url(../img/hero-bg.jpg) center center no-repeat;
	background-size: cover;
}

.partner-img img {
	border-radius: 10px;
	background-color: #fff;
}

@media (max-width: 576px) {
	.partner-img img {
		margin-bottom: 1.5rem;
	}
}

.partner-info .social {
	border: none;
	padding: 10px 0 20px;
	margin: 0;
}

.partner-info h5 {
	font-weight: 400;
	color: #b8c0ff;
	margin-bottom: 15px;
}

.partner-info h6 {
	font-size: 18px;
}

.partner-info h6 a {
	color: #ffffff;
}

.partner-info h6 a:hover {
	color: #f39800;
}

.partner-info .info-txt {
	margin: 2rem 0 4rem;
}

.partner-info .info-txt a {
	color: #f39800;
}

.partner-info .info-txt a:hover {
	color: #fef3cb;
}

.feature-box {
	border: 1px solid #999;
	padding: 2rem;
	background: rgba(255, 255, 255, 0.25);
	backdrop-filter: blur(5px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}

.feature-box .content {
	border-top: 1px solid rgba(255, 255, 255, 0.6);
	padding-top: 25px;
	margin-bottom: 25px;
}

.feature-box .content img {
	background-color: #fff;
}

.feature-box .content:first-child {
	border: none;
	padding-top: 0;
}

.feature-box .content:last-child {
	margin-bottom: 0;
}