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

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

* {
    margin: 0;
    padding: 0;
}

/* shared styles */
.white {
    color: white;
}

.red {
    color: red;
}

.black2 {
    color: rgba(7, 2, 17, 0.6);
    font-size: 20px;
}

/* landing page style */
.landing {
    background: linear-gradient(180deg, #070211 0%, rgba(7, 2, 17, 0) 100%),
        url(../resources/Banner-Image.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 600px;
    width: 1320px;
    border-radius: 16px;
    margin: 50px auto;
}

.landing .content {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    gap: 16px;

}

.landing .subtitle {
    margin-top: 177px;
    font-size: 32px;
}

.landing .title {
    font-size: 72px;
    text-align: center;
}

/* offer page styles */
.offer {
    text-align: center;
}

.offer .title {
    font-size: 88px;
    margin-bottom: 48px;
    font-weight: bold;
}

.offer .subtitle {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 16px;
}

.offer .description {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 48px;
}

/* welcome page styles */
.welcome {
    background: linear-gradient(90deg, #070211 0%, rgba(7, 2, 17, 0) 100%),
        url(../resources/Vectorrr.png);
    height: 600px;
    width: 1320px;
    margin: 120px auto;
    border-radius: 16px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.welcome .title {
    font-size: 64px;
    margin-bottom: 24px;
    font-weight: 900;
}

.welcome .description {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    max-width: 697px;
    margin-bottom: 48px;
}

.welcome img {
    background-position: right;
}

.btn1 {
    font-size: 20px;
    font-weight: bold;
    color: white;
    background: none;
    border: none;
    cursor: pointer;
}

/* joinnow section styles */
.joinnow {
    background: linear-gradient(180deg, rgba(255, 0, 0, 0.1) 0%, rgba(255, 0, 0, 0) 100%);
    border-radius: 16px;
    height: 482px;
    width: 1320px;
    margin: 0px auto;
    /* text-align: center; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.joinnow span {
    color: #ff0000;
}

.joinnow .description {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.btn {
    margin-top: 48px;
    background: #FF0000;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
    color: white;
    border: none;
    padding: 16px 32px;
    cursor: pointer;
}

/* comingsoon section styles */
.comingsoon {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 120px auto;
}

.comingsoon .nbest {
    max-width: 393px;
}

.comingsoon .nbest .subtitle {
    font-size: 24px;
    margin-bottom: 16px;
    font-weight: 500;
}

.comingsoon .nbest .title {
    color: #070211;
    font-size: 48px;
    margin-bottom: 22px;
}

.comingsoon .nbest .description {
    font-size: 20px;
    font-weight: 500;
}

.comingsoon .cimg {
    border: 15px solid #FF0000;
    border-radius: 50%;
    padding: 30px;
}

.comingsoon .c2024 {
    max-width: 276px;
}

.comingsoon .c2024 .title {
    font-size: 48px;
    font-weight: 900;
    margin-bottom: 16px;
}

.comingsoon .c2024 .description {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 43px;
}

/* saleoff section styles */
.saleoff {
    margin: 0px auto;
    margin-bottom: 120px;
}

.saleoff .details {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.saleoff .details .subtitle {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 16px;
}

.saleoff .details .title {
    font-size: 72px;
    font-weight: 900;
    margin-bottom: 28px;
}

.saleoff .details .description {
    max-width: 1068px;
    text-align: center;
    margin-bottom: 64px;
}

.saleoff .s-img {
    background: url(../resources/Rectangle-2.png);
    background-repeat: no-repeat;
    background-position: bottom;
    display: flex;
    justify-content: space-around;
}

.saleoff .s-img .girlbadge {
    background: url(../resources/Rectangle-1.png);
    background-repeat: no-repeat;
    background-position: top right;
}

.saleoff .s-img .girlbadge img {
    max-width: 220px;
    padding: 77px 276.74px 50.31px 0px;
}

/* bestgift section styles */
.bestgift {
    margin: 0px auto;
    max-width: 1320px;
    margin-bottom: 120px;
}

.bestgift .subtitle {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 16px;
}

.bestgift .title {
    font-size: 48px;
    font-weight: 900;
    margin-bottom: 22px;
}

.bestgift .description {
    margin-bottom: 48px;
    max-width: 896px;
}

.bestgift .products {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 20px;
    width: 33.%;
    flex-wrap: wrap;
}

/* newsletter section styles */
.newsletter {
    text-align: center;
    background-color: rgba(255, 0, 0, 0.05);
    margin-bottom: 120px;
}

.newsletter img {
    margin-top: 80px;
    margin-bottom: 40px;
}

.newsletter .title {
    font-size: 48px;
    font-weight: 900;
    margin-bottom: 22px;
}

.newsletter .description {
    margin-bottom: 48px;
    text-align: center;
}
.newsletter .input-wrap {
    display: inline-flex;
    width: 648px;
    height: 72px;
    overflow: hidden;
    margin-bottom: 80px;
    border-radius: 50px;
}

.newsletter .input-wrap input {
    flex: 1;
    border: none;
    outline: none;
    padding: 0 24px;
    font-size: 18px;
    color: #999;
}

.newsletter .input-wrap button {
    width: 180px;
    background: #ff0000;
    color: #fff;
    border: none;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
}
footer{
    background-color: #070211;
    font-size: 24px;
    font-weight: 500;
    padding-top: 120px;
    padding-bottom: 120px;
}
footer .top{
    padding-bottom: 50px;
    padding: 0px auto;
    display: flex;
    justify-content: space-around;
}
footer hr{
    margin: 0 auto;
    width: 1320px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}
footer .icon{
    padding: 48px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}
footer .allright{
    display: flex;
    padding-top: 50px;
    justify-content: space-around;
}
footer a{
    text-decoration: none;
    color: white;
}