body {
	background: #9955bb;
	color: #fff;
	font-family: 'Poppins', sans-serif;
}

p{
	font-size:16px;
}

.navbar-custom {
	background-color: #9955bb;
}

.navbar-brand,
.nav-link {
	color: #fff !important;
}

.navbar-toggler{
	background: #ffffff;
}


.nav-link:hover {
	color: #000000 !important;
	color: #000000 !important;
}

.nav-link.active{
	color: #000000 !important;
	
}

.btn-register {
	background: #ffffff;
	color: #9955bb;
	border-radius: 50px;
	padding: .5rem 1rem;
	font-weight: 600;
	text-decoration: none;
}

.hero {
	padding: 120px 0;
	background: linear-gradient(115deg, #9955bb 60%, #13283200 60%), url('../images/hero-bg.avif') no-repeat center right;
	background-size: auto 100%;
}
@media screen and (max-width: 768px) {
	.hero {
		padding: 70px 0;
	}
	.highlight{
		font-size: 1.2rem;
	}
	.countdown-box {
		font-size: .8rem !important;
	}
	.hero .lead{
		font-size: 14px;
	}
	p{
		font-size: 14px !important;
	}
}

.tagline {
	font-size: .9rem;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 20px;
}

.highlight {
	border: 4px solid #9874d3;
	padding: 4px 10px;
	border-radius: 4px;
}

.countdown-box {
	background: #9874d3;
	border-radius: 6px;
	padding: 15px;
	text-align: center;
	color: #000000;
}

.countdown-box span {
	display: block;
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 4px;
}

.reserve-btn {
	background: #ffffff;
	color: #0b1b22;
	border-radius: 50px;
	padding: .75rem 1.5rem;
	font-weight: 600;
	text-decoration: none;
}

.speaker-img {
	max-width: 100%;
	border-radius: 10px;
	height: 80vh;
}

.conference-section {
	padding: 80px 0;
	background-color: #000000;
}

.image-grid img {
	border-radius: 12px;
	width: 100%;
	display: block;
}

.tagline {
	display: inline-block;
	background: #9874d3;
	padding: 6px 12px;
	border-radius: 6px;
	font-size: .85rem;
	text-transform: uppercase;
	letter-spacing: .5px;
	margin-bottom: 20px;
}

.feature-box {
	background: #9955bb3f;
	padding: 15px 20px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.feature-box i {
	font-size: 1.2rem;
}

.attend-btn {
	background: #ffffff;
	color: #04232f;
	border-radius: 50px;
	font-weight: 600;
	padding: .7rem 1rem;
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	border: 1px solid #db91ef;
}

.circle-icon {
	width: 40px;
	/* height: 40px; */
	background: #ffffff;
	color: #04232f;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.speakers {
	background-color: #9955bb;
	/* light gray background */
}

.speakers-btn {
	background: #9874d3;
	color: #ffffff;
	border-radius: 50px;
	font-weight: 600;
}

.speakers-btn:hover {
	background: #04232f;
	color: #ffffff;
}

.speakers .card {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.speakers .card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.speakers .card-img-top {
	height: 300px;
	object-fit: cover;
}

.afocmi-card {
	border-bottom: 4px solid #9955bb !important;
}

.text-lemon {
	color: #000000;
}

.afocmi-hero{
	height: 60vh;
	object-fit: cover;
	border-radius: 12px;
}
.community {
	background-color: #9874d3;
	/* light gray background */
}
