body{
    margin: 0 140px;
}

.container{
    width: 83%;
    max-width: 1320px;
    margin: 0 auto;
}

header{
    width: 1320px;
    height: 600px;
    flex-shrink: 0;
    border-radius: 16px;
    background:linear-gradient(180deg, #070211 0%, rgba(7, 2, 17, 0.00) 100%),url(../resources/Banner\ Image.png);
    margin: 50px auto;
    display: flex;
    align-items: center;
   
}
header .container .header .header-titles{
    text-align: center;
    width: fit-content;
    margin: auto;
}

header .container .header .header-titles h4 {
    color: #fff;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

header .container .header .header-titles h2{
    width: 632px;
    color: #fff;
    font-size: 72px;
    font-style: normal;
    font-weight: 900;
    line-height: 95px;
}

.discount-categories{
    margin-top: 120px;
    display: block;
    text-align: center;
    font-family: 'Inter', sans-serif;
    word-wrap: break-word
}

.discount-title{
    color: #FF0000;
    font-size: 88px;
    font-weight: 700;
    margin: 0px 0px 48px 0px;
}

.discount-subtitle{
    color: #FF0000;
    font-size: 24px;
    font-weight: 500;
    margin: 0px 0px 16px 0px;
}
/* party section */
.content{
    color: #070211;
    font-size: 48px;
    font-weight: 700;
    margin: 0px 0px 48px 0px;
}

main .party {
    width: 1320px;
    height: 600px;
    flex-shrink: 0;
    border-radius: 16px;
    background: linear-gradient(90deg, #070211 0%, rgba(7, 2, 17, 0.00) 100%), url("../resources/Vectorrr.png");
    margin: 120px auto;
    display: flex;
    align-items: center;
}

main .party .container .party-section {
    text-align: left;
    
}

main .party .container .party-section h2 {
    width: 642px;
    color: #FFF;
    font-size: 64px;
    font-style: normal;
    font-weight: 900;
    line-height: 88px;
    letter-spacing: 7.04px;
}

main .party .container .party-section p {
    width: 697px;
    color: rgba(255, 255, 255, 0.80);
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
   
}

main .party .container .party-section button {
    padding: 16px 32px;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    background-color:#F00;
    border: none;
}
main .event {
    width: 1320px;
    height: 482px;
    flex-shrink: 0;
    background: linear-gradient(180deg, rgba(255, 0, 0, 0.10) 0%, rgba(255, 0, 0, 0.00) 100%);
    margin: 120px auto;
    display: flex;
    align-items: center;
    text-align: center;
}

main .event .container .event-venue p {
    color: #070211;
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
}

main .event .container .event-venue p .venue-head {
    color: #F00;
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
}

main .event .container .event-venue button {
    padding: 16px 32px;
    border-radius: 8px;
    background: #F00;
    border: #F00;
    color: #FFF;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 64px 0px 64px 0px;
}