body {
	margin: 0;
	padding: 0;
	font-family: "acumin-pro", ;
	font-weight: 400;
	font-style: normal;
}
header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 48px 56px;
	background-color: #0b0d63;
}
.logo img {
	width: 290px;
	max-width: 100%;
	max-height: 53px;
}
.nav {
	display: flex;
	align-items: center;
}
.nav a {
	text-decoration: none;
	color: #f08e80;
	margin-right: 20px;
	font-size: 16px;
	font-family: poppins;
	font-weight: 300;
}
.nav .button {
	padding: 10.08px 16.8336px;
	color: #f08e80;
	border-radius: 27px;
	font-weight: 500;
	border: 2px solid #f08e80;
	font-size: 14.4px;
	font-family: 'Poppins';
}
.nav .button:hover {
	background-color: #f08e80;
	color: white;
}
.nav .social-icon {
	width: 20px;
	height: 20px;
	margin-left: 0px;
}
.nav i {
	font-size: 22px;
}
i.fa-solid.fa-chevron-down {
    font-size: 16px;
}
img.footer-img {
    width: 150px;
}
.donation_button.footer-btn {
    margin-bottom: 15px;
}
/* Hamburger Styles */
.hamburger {
	display: none;
	cursor: pointer;
	flex-direction: column;
	justify-content: space-between;
	height: 25px;
	width: 30px;
	transition: transform 0.3s ease;
}
.hamburger .line {
	height: 2px;
	background-color: #7d4d71;
	border-radius: 5px;
	width: 100%;
	transition: transform 0.3s ease, opacity 0.3s ease;
}
/* When the menu is active */
.hamburger.active .line:nth-child(1) {
	transform: translateY(10px) rotate(45deg);
}
.hamburger.active .line:nth-child(2) {
	opacity: 0;
}
.hamburger.active .line:nth-child(3) {
	transform: translateY(-10px) rotate(-45deg);
}
/* Mobile Navigation */
.mobile-nav {
	display: none;
	flex-direction: column;
	align-items: center;
	background-color: #fef1e8;
	width: 100%;
	max-height: 100vh;
}
.mobile-nav a {
	margin: 10px 0;
	text-decoration: none;
	color: #000;
	font-size: 16px;
}
.mobile-nav.show {
	display: flex;
}
.mobile-nav .button {
	padding: 10px 20px;
	color: #f08e80;
	border-radius: 27px;
	font-weight: bold;
	border: 2px solid #f08e80;
}
/* Banner seocnd Section 2*/
.event-section {
	background-color: #0b0d63;
	color: #f08e80;
	padding-top: 6.6vmax;
	padding-bottom: 6.6vmax;
}
.dropdown {
	position: relative;
	display: inline-block;
	margin:10px 0;
}
.mobile-nav.show a {
    font-family: 'Poppins';
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
	right:0;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown-btn {
    padding: 10.08px 16.8336px;
    color: #fff;
    border-radius: 27px;
    font-weight: 500;
    border: 2px solid #f08e80;
    font-size: 14.4px;
    font-family: poppins;
    background: #f08e80;
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {
    background-color: #f1f1f1;
}
.event-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.event-content {
	max-width: 100%;
	width: 700px;
	height: 341px;
}
.event-info {
	display: flex;
	gap: 20px;
	margin-top: 22px;
}
.event-title {
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.event-description {
	font-size: 44.8px;
	margin-top: 20px;
	font-family: acumin-pro;
}
.event-info p {
	margin: 11px 0;
	font-size: 16px;
	font-family: 'Poppins';
}
.event-location,
.event-date {
	color: #fff;
}
.event-button {
	color: #f08e80;
	padding: 12.32px 20.5744px;
	font-size: 17.6px;
	font-weight: 500;
	font-family: 'Poppins';
	text-decoration: none;
	border: 2px solid #f08e80;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 22%;
	margin: auto;
}
.event-button:hover {
  background-color: #f08e80;
  color: white;
}
.event-image img {
	max-width: 100%;
	height: 258px;
}
/*amerecan dance Section 3 */
.dance-info {
	display: flex;
	justify-content: space-between;
	align-items: start;
	padding: 63.36px 57.6px;
	background-color: #fdf0e6;
}
.dance-text {
	flex: 1;
	padding-right: 20px;
}
.dance-title {
	font-size: 44.8px;
	font-family: 'acumin-pro';
	font-weight: 500;
	margin-top: 0;
}
.dance-details {
	font-size: 16px;
	font-family: 'Poppins';
	line-height: 1.6;
	color: #333;
}
.dance-link {
	color: #f28b82;
}
.dance-photo img {
	max-width: 100%;
	height: 585px;
}
/*About The Founder Section 4*/
.person-info-section {
	background-color: #f08e80;
	padding: 40px 20px;
}
.person-info-container {
	display: flex;
	align-items: start;
	justify-content: center;
	flex-direction: row;
	gap: 20px;
	max-width: 1200px;
	margin: 0 auto;
}
.person-photo {
	border-radius: 50%;
	width: 350px;
	height: 350px;
	object-fit: cover;
}
.person-details {
	max-width: 600px;
}
.person-name {
	font-size: 44.8px;
	font-weight: 500;
	color: white;
	font-family: 'acumin-pro';
	margin-top: 0;
}
.person-bio {
	font-size: 16px;
	line-height: 1.6;
	color: white;
	font-family: 'Poppins';
	font-weight: 300;
}
.founder_img {
	margin-top: 30px;
}
span.ofnation {
	text-decoration: underline;
}
/*Footer Code LastSection*/
.footer {
	background-color: #F08E80;
	color: white;
	padding: 30px 20px;
	text-align: center;
}
/* Footer Container */
.footer-container {
	text-align: left;
	padding: 20px;
}
/* Social Media Icons */
.social-icon {
	display: inline-block;
	margin: 0 15px;
	font-size: 18px;
	color: white;
	text-decoration: none;
}
.social-icons i {
    margin-bottom: 10px;
    font-size: 22px;
}
.social-icon:hover {
	text-decoration: underline;
}
/* Footer Links */
.footer-links a {
	margin-top: 20px;
	color: white;
	font-size: 15px;
	font-family: 'Poppins';
	font-weight: 200;
}
.footer-link:hover {
	text-decoration: underline;
}
a.instagram {
	font-size: 16px;
	color: white;
}
a.facebook {
	font-size: 16px;
	color: white;
}
.footer-liksss {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
body.lang-swahili-about .event-button {
    width: 25%;
}
img.dropdawn-img {
    width: 120px;
}
/*mobaile responsvie css*/
@media (max-width: 768px) {
	header {
		flex-direction: row;
		text-align: center;
		padding: 23px;
	}
	.logo img {
		height: 30px;
		width: 245px;
	}
	.nav {
		display: none;
	}
	.hamburger {
		display: flex;
	}
	.event-container {
		flex-direction: column;
		align-items: center;
	}
	.event-content {
		max-width: 100%;
		text-align: center;
		height: auto;
	}
	.event-title {
		font-size: 2rem;
	}
	.event-description {
		font-size: 1.8em;
		text-align: left;
		padding: 0px 20px;
	}
	.event-button {
		padding: 10px 20px;
		width: 77%;
		text-align: center;
		border-radius: 40px;
		font-size: 15.6px;
	}
	.event-image img {
		padding: 0;
		height: auto;
		width: 100%;
	}
	.event-image {
		margin-top: 20px;
	}
	p.event-location {
		padding: 0px 20px;
		text-align: left;
		font-size: 17px;
	}
	.event-info {
		margin: 0;
	}
	/*amerecan dance section 3*/
	.dance-info {
		flex-direction: column;
		text-align: center;
		padding: 24px;
		text-align: left;
		font-family: 'Poppins';
		padding-top: 28px;
	}
	
	.dance-text {
		padding-right: 0;
		margin-bottom: 20px;
	}
	.dance-photo img {
		width: 100%;
		height: auto;
	}
	.dance-title {
		font-size: 25.828px;
	}
	
	.dance-details {
		font-size: 1rem;
	}
	/*About The Founder 4th Section */
	.person-info-container {
		flex-direction: column;
		align-items: center;
	}
	.person-photo {
		width: 300px;
		height: 300px;
	}
	.person-name {
		font-size: 25.828px;
		margin-bottom: 32px;
	}
	.person-bio {
		font-size: 16px;
	}
	/*Footer section Last Section*/
	.footer-liksss {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-top: 20px;
		flex-direction: column;
		align-items: baseline;
		gap: 12px;
	}
	.social-icons i {
		margin-bottom: 0px;
		font-size: 22px;
	}
	.footer-link {
		font-size: 16px;
	}
	body.lang-swahili-about .event-button {
		width: 77%;
	}
}
/* Enable horizontal scrolling on mobile */
html,
body {
      overflow-x: auto;
}