* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: #f4f4f4;
    color: #333;
}

#hero {
    position: relative;
    height: 100vh;
    background: url('IPL-2025.jpg') no-repeat center center/cover; /* Replace 'your-image.jpg' with the actual image */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    padding: 20px;
}

.hero-content {
    max-width: 800px;
    z-index: 2;
    height:100%;
}

h1 {
    font-size: 3rem;
    margin-bottom: 20px;
    font-weight: bold;
}

p {
    font-size: 1.2rem;
    margin:-30px;
}

.cta-links {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 160px;
}

.cta-btn, .cta-whatsapp {
    padding: 15px 30px;
    background-color: #f39c12;
    color: white;
    text-decoration: none;
    font-size: 1.1rem;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.cta-btn:hover, .cta-whatsapp:hover {
    background-color: #e67e22;
}

.cta-whatsapp {
    background-color: #25D366;
}

.cta-whatsapp:hover {
    background-color: #128C7E;
}

footer {
    text-align: center;
    padding: 15px;
    background-color: #333;
    color: white;
    position: fixed;
    width: 100%;
    bottom: 0;
}

footer p {
    font-size: 0.9rem;
}
