.banner {
    max-width: 1320px;
    max-height: 600px;
    margin: 40px auto;
    position: relative;

}

.banner img {
    border-radius: 16px;
    background: linear-gradient(180deg, rgb(7, 2, 17), rgba(7, 2, 17, 0) 100%);

}

.banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 2, 17, 0.8), rgba(7, 2, 17, 0.1));
    border-radius: 16px;
}


.banner-content {
    position: absolute;
    color: white;
    text-align: center;
    max-width: 632px;
    max-height: 246px;
    left: 344px;
    right: -344px;
    top: 177px;
    bottom: -177px;
}

.banner-content h2 {
    font-size: 35px;

}

.banner-content h1 {
    font-size: 72px;
    line-height: 95px;
}
/* shared style */
.text-color-1 {
    color: #FF0000;
}

.text-color-2 {
    color: #070211;
}

.title {
    font-size: 48px;
    color: #070211;
    font-weight: 700;
}

.paragraph {
    font-size: 20px;
    line-height: 32px;
    color: rgba(7, 2, 17, 0.6);
    font-weight: normal;
}
/* discount section */
.discount-section {
    text-align: center;
    margin-top: 120px;
}

.discount-section h1 {
    font-size: 88px;
    font-weight: 700;
}

.discount-section p {
    font-size: 24px;
    font-size: 600;

}


.discount-section h2 {
    font-size: 48px;
    font-weight: 700;
}


/* party-section */
.party-section {
    max-width: 1320px;
    max-height: 600px;
    margin: 120px auto;
}

.party-section {
    position: relative;
}

.party-section-content::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(7, 2, 17, 0.8), rgba(7, 2, 17, 0.1));
}

.party-bg-img {
    border-radius: 16px;
}


.party-description {
    position: absolute;
    display: flex;
    top: 69px;
    bottom: 70px;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}


.content {
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 50px;
}

.content h1 {
    font-size: 64px;
    /* line-height: 88px; */
    letter-spacing: 11%;
}

.content p {
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.8);

}

.content a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
}


.year-image {
    padding: 70px 50px 30px 40px;
}
/* event-location-time */
.event-section {
    max-width: 1320px;
    max-height: 482px;
    margin: 0 auto;
    background: linear-gradient(to bottom, rgba(255, 0, 0, 0.1), rgba(255, 0, 0, 0));
    text-align: center;
    margin-bottom: 120px;

}

.event-location-time {
    padding: 100px 0;
}


.event-location-time p {
    font-size: 32px;
    line-height: 56px;
    font-weight: 600;
}

.btn {
    background-color: #FF0000;
    color: #FFFFFF;
    padding: 16px 32px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
}

/* upcoming-section-style */
.upcoming-section {
    max-width: 1320px;
    max-height: 450px;
    margin: 120px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

/* .left-content {
    max-width: 390px;
    padding: 22px;

} */

.offer-title {
    color: #FF0000;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 16px;
}

.left-content h2 {
    font-size: 48px;
    color: #070211;
    font-weight: 700;
    margin-bottom: 22px;
}





.upcoming-section-img {
    border: 10px solid #FF0000;
    border-radius: 50%;
    padding: 30px;
}

/* gift-section-style */
.gift-section {
    max-width: 1320px;
    margin: 120px auto;
}

.gift-title {
    font-size: 24px;
    color: #FF0000;
    margin-bottom: 16px;
}


.card-section {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}


/* subscribe-section-style */
.subscribe-section {
    max-width: 1320px;
    margin: 120px auto;
    background-color: rgba(255, 0, 0, 0.05);
    text-align: center;
    padding: 80px 212px;
    border-radius: 16px;
}

.subscribe-section input[type="email"] {
    border-radius: 50px 0 0 50px;
    padding: 30px 200px 30px 30px;
    border: none;
}

.subscribe-section input::placeholder {
    font-size: 18px;
}

.subscribe-section button {
    border: none;
    background-color: #FF0000;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 600;
    padding: 22px 56px 22px 56px;
    border-radius: 0 50px 50px 0;
}