Join us for a celebration of culture, music, and joy. Experience the magic of our annual festival with amazing performances, food stalls, and activities for all ages.
View Events
Get Tickets
.festival-header {
text-align: center;
padding: 20px;
background-color: #ffcccb; /* Light red background */
}
h1 {
color: #c70039; /* Festival-themed heading color */
font-family: ‘Arial’, sans-serif;
font-size: 2.5em;
}
.main-menu ul {
list-style: none;
padding: 0;
}
.main-menu li {
display: inline;
margin: 0 15px;
}
.main-menu a {
text-decoration: none;
color: #c70039;
font-weight: bold;
}
.main-menu a:hover {
text-decoration: underline;
}
.festival-section {
text-align: center;
padding: 40px;
background-color: #ffe6e6; /* Light pink background */
border: 2px solid #ff4d4d; /* Bright red border */
margin: 20px;
border-radius: 8px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
p {
color: #333; /* Dark text for readability */
font-size: 1.2em;
}
.button {
display: inline-block;
padding: 12px 25px;
background-color: #ff4d4d; /* Bright red button */
color: white;
text-decoration: none;
border-radius: 5px;
transition: background-color 0.3s, transform 0.2s;
margin: 10px;
}
.button:hover {
background-color: #c70039; /* Darker red on hover */
transform: scale(1.05); /* Slight grow effect */
}
.button-secondary {
background-color: #ffcc00; /* Bright yellow button */
}
.button-secondary:hover {
background-color: #e6b800; /* Darker yellow on hover */
}
.photo-album {
text-align: center;
margin: 40px 0;
}
.photo-album h2 {
color: #c70039;
}
.gallery {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
gap: 10px;
padding: 0 20px;
}
.gallery img {
width: 100%;
border-radius: 8px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}