
.inter-primary {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}


.merriweather-secondary {
  font-family: "Merriweather", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

/* main styles */
main{
    
    max-width: 1100px;
    margin: 50px auto 0;
}

section{
    margin-bottom: 120px;
}

span{
    color: red;
}


/* celebration section styles */
.celebration{
    background: linear-gradient(to bottom, #070211, #07021100), url("../images/Banner\ Image.png");
    background-size: contain, cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 16px;
    text-align: center;
    align-items: center;
    /* max-height: 500px; */
    color: white;
    padding: 170px 300px;
}

.celebration-title{
    font-size: 22px;
    margin-bottom: 18px;
}

.celebration-description{
    font-size: 52px;
    margin-top: 0;
}


/* off section styles */
.off{
    text-align: center;
    width: 800px;
    margin: 0 auto;
}

.off-title{
    font-size: 80px;
    font-weight: bold;
    color: red;
    margin-bottom: 45px;
}

.off-subtitle{
    font-size: 24px;
    color: #FF0000;
    font-weight: 500;
    margin-bottom: 0 auto;
}

.off-description{
    font-size: 45px;
    font-weight: bold;
    color: #070211 ;
    margin-top: 16px;
    margin-bottom: 45px;
}


/* party section styles */
.party{
    background: linear-gradient(to right, #070211, #07021100), url("../images/Vectorrr.png");
    background-size: contain, cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 16px;
    /* max-height: 500px; */
    margin-top: 120px;
    padding: 125px 125px;
    display: flex;
    gap: 40px;
}

.party-title{
    font-size: 50px;
    font-weight: 900;
    color: white;
    margin-bottom: 20px;
}

.party-description{
    font-size: 16px;
    color: #FFFFFF;
    margin: 0 auto 40px;
}

.party button{
    background: none;
    border: none;
    color: white;
    font-weight:500;
    font-size: 20px;
    margin-left: 10px;
}

/* event section styles */
.event{
    background: linear-gradient(to bottom, #ff00003b, #ff000000);
    padding: 100px 300px;
    text-align: center;
    font-size: 25px;
    font-weight: semi-bold;
}


.event button{
    background-color: #FF0000;
    border: none;
    border-radius: 16px;
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 16px 32px;
    margin-top: 40px;
}

/* upcoming offer section styles */
.upcoming-offer{
    display: flex;
    align-items: center;
}

.offer-title{
    font-size: 20px;
    font-weight: 600;
    color: red;
    margin-bottom: 20px;
}

.offer-subtitle{
    font-size: 45px;
    font-weight: 900;
    margin: 0 auto;
}

.offer-description{
    font-size: 18px;
    color: #070211b2;
    margin-top: 20px;
}

.offer-img{
    border: red 15px solid;
    border-radius: 50%;
    padding: 40px;
    margin: auto 100px auto 80px;
}

.date-title{
    color: red;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 16px;
}

/* holiday section styles */
.sale{
    text-align: center;
    margin-bottom: 0;
}

.sale-subtitle{
    font-size: 16px;
    font-weight: 500;
}

.sale-title{
    font-size: 40px;
    font-weight: 900;
    margin: 18px auto 20px auto;
}

.sale-description{
    margin-top: 0;
    margin-bottom: 50px;
    font-size: 18px;
    color: #070211bb;
    padding: 0 180px;
    margin-bottom: 0;
}

.img-container{
    display: flex;
    justify-content: space-around;
    margin-bottom: 0;
    margin-top: 0;
}

.position{
    position: relative;
    top: 180px;
}

.position2{
    object-fit: cover;
    padding: 100px;
}

/* portfolio section styles */
.portfolio-intro{
    color: red;
    font-style: 20px;
    font-weight: 500;
    margin-bottom: 0;
}

.portfolio-title{
    font-size: 38px;
    font-weight: 900;
    margin: 18px auto;
}

.portfolio-description{
    font-size: 16px;
    color: #070211b4;
    margin: 0 400px 40px 0;
}

.product-container{
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    
}

.product-image{
    width: 30%;
}


/* newsletter section styles */
.newsletter{
    background-color: #ff000011;
    padding: 80px 200px;
}

.newsletter-container{
    text-align: center;
}

.newsletter-title{
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 18px;
}

.newsletter-description{
    font-size: 16px;
    color: #070211a4;
    margin-top: 0;
}

#email{
    padding: 20px 30px;
    border: none;
    border-radius: 50px 0 0 50px;
}

.newsletter form button{
    padding: 20px 25px;
    border: none;
    background-color: #FF0000;
    color: white;
    border-radius: 0 50px 50px 0;
}


/* footer styles */
footer{
    background-color: #070211;
    color: white;
    padding: 100px 120px;
}

.address{
    display: flex;
    justify-content: space-between;
}

.contact{
    display: flex;
    align-items: center;
    gap: 6px;
}

footer hr{
    background-color: rgba(255, 255, 255, 0.15);
    margin: 40px auto;
}

.links{
    display: flex;
    gap: 20px;
    justify-content: center;
}

.copyright{
    display: flex;
    justify-content: space-between;
}

