/* styles.css */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: #333;
    color: #fff;
}

header .logo img {
    height: 50px;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 20px;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
}

.hero {
    background-color: transparent;
    color: #333;
    text-align: center;
    padding: 100px 20px;
}

.hero h1 {
    font-size: 3em;
    margin-bottom: 20px;
}

.hero .cta {
    background-color: #ff6600;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
}

.about, .events, .gallery, .contact {
    padding: 50px 20px;
    text-align: center;
}

.event-list {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.event {
    background-color: violet;
    padding: 20px;
    border-radius: 50px;
    width: 30%;
    border: #00bcd4;
}

.image-grid {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.image-grid img {
    width: 100%;
    height: 60VH;
    max-width: 640px;
    margin-left: 10%;
    margin-right: auto;
    scroll-behavior:auto

}

form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 400px;
    margin: 0 auto;
}

form input, form textarea {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

form button {
    background-color: #333;
    color: #fff;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 20px;
}
/* Apply wallpaper to the entire page */
body {
    background-image: url('colorful-windows-10-gradient-minimalism-soft-gradient-hd-wallpaper-preview.jpg');
    background-size: cover; /* Ensures the image covers the whole page */
    background-position: center; /* Centers the image */
    background-attachment: fixed; /* Keeps the image fixed while scrolling */
}
.learn-more-btn {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 20px;
    background-color: #00bcd4;
    color: white;
    text-decoration: none;
    font-size: 16px;
    border-radius: 5px;
    transition: background 0.3s ease;
    border-radius: 30px;
}

.learn-more-btn:hover {
    background-color: #008ba3;
}
.sponsors{
    color:red;
    font-size: 50px;
    font-style: oblique;
    
}
.spo{
    padding: 0;
}
.spo{
    width: 100px;
    height: 100px;
    padding: 60px;
    
  
}
.event1{
    background-color:rgb(243, 10, 10);
    border-radius: 30px;
    width: 30%;
    text-align: center;
    margin-left: 35%;

}
.event1:hover{
    background-color: snow;
    cursor: pointer;
}
.event:hover{
    background-color: aqua;
}
.con1{
    border-radius: 15px;
}
#message{
    border-radius: 15px;
}
.con2{
    padding-left: 0%;
    margin-left: 0%;
}
.gall{
   filter:drop-shadow(2px 2px 20px orange)
}
.gall2{
    filter:drop-shadow(2px 2px 20px red)
}
.gall3{
    filter:drop-shadow(2px 2px 20px white)
}
.wall{
    width: 50px;
    border-radius: 10px;
    display: inline;
    margin: 10px;
}
.wall:hover{
    color: #000;
    cursor: pointer;
}
