/* General Styles */
body, h1, h2, h3, p {
    margin: 5;
    padding: 5;
    font-family: Arial, sans-serif;
    position: center;
    background: center;
}

body {
    background: center;
    background: white;
}

/* Navigation Bar */
header {
    font-size: 2rem;
    background: white;
    color: red;
    padding: 1rem;
    text-align: center;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 0;
}

nav ul {
    background: center;
    position: center;
    list-style: none;
    display: flex;
    justify-content: center;
}

nav ul li {
    background: center;
    position: center;
    margin: 0 15px;
}

nav ul li a {
    background: center;
    position: center;
    color: red;
    text-decoration: none;
}

/* Hero Section */
.hero {
    justify-content: center;
    margin-top: 100px;
    padding: 100px 100px;
    background: url("../images/image2.png") no-repeat center center/cover;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    flex-direction: column;
    margin-bottom: 1000px;
}

.hero .btn {
    font-size: 4rem;
    background: red;
    color: white;
    padding: 10px 20px;
    border: none;
    margin-top: 10px;
    cursor: pointer;
}

/* Carousel */
.carousel {
    background: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    position: center;
}

.carousel-inner {
    background: center;
    position: center;
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-item {
    background: center;
    position: center;
    width: 80%;
    height: 80%;
    object-fit: center;
}

/* Cards Section */
.cards {
    background: center;
    position: center;
    margin-top: 500px;
    font-size: 2rem;
    display: flex;
    justify-content: center;
    gap: 100px;
    padding: 100px;
}

.card {
    background: center;
    position: center;
    background: blue;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 1 1 10px rgba(10, 10, 10, 0.1);
    margin-bottom: 500px;
}

/* Countdown Timer */
#countdown {
    background: center;
    position: center;
    margin-top: 500px;
    font-size: 6rem;
    text-align: center;
    margin: 20px;
    margin-bottom: 1000px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .cards {
        flex-direction: column;
        align-items: center;
    }
}
