* {
    padding: 0;
    margin: 0;
}

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

.banner {
    background-image:
        linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(255, 255, 255, 0)),
        url("../resources/banner-image.png");
    border-radius: 16px;
}

.banner-bg {
    max-height: 600px;
    height: 100%;
}

/* font size related css start*/
.ff-merri {
    font-family: "Merriweather";
}

.ff-inter {
    font-family: "Inter", sans-serif;
}

.fs-88 {
    font-size: 88px;
    font-weight: 700;
}

.fs-72 {
    font-size: 72px;
    font-weight: 900;
    line-height: 95px;
}

.fs-64 {
    font-size: 64px;
    font-weight: 900;
    line-height: 88px;
}

.fs-48 {
    font-size: 48px;
    font-weight: 700;
}

.fs-48a {
    font-size: 48px;
    font-weight: 900;
}

.tt-cap {
    text-transform: capitalize;
}

.fs-32a {
    font-size: 32px;
    font-weight: 600;
    font-style: normal;
    line-height: 56px;
    text-transform: capitalize;
}

.fs-32 {
    font-size: 32px;
    font-weight: 400;
}

.fs-24 {
    font-size: 24px;
    font-weight: 500;
}

.fs-20 {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    color: rgba(7, 2, 17, 0.6);
}

.fs-20a {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    color: rgba(7, 2, 17, 0.6);
}

.fs-20b {
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
}

.fs-18a {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.fs-18 {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.8);
}

/* font size related css end */
.upper {
    text-transform: uppercase;
}

.herobg {
    background-image:
        linear-gradient(to right, rgba(0, 0, 0, 0.855), rgba(255, 255, 255, 0)),
        url("../resources/vectorrr.png");
    position: relative;
    display: flex;
    border-radius: 16px;
}

.y2024 {
    position: absolute;
    top: 50px;
    right: 80px;
}

.join-btn {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    background-color: #ff0000;
    border: 0;
    padding: 16px 32px;
    margin-left: 32px;
    margin-top: 48px;
    margin-bottom: 130px;
    transition: 1s;
    border-radius: 5px;
    cursor: pointer;
}

.join-btn:hover {
    border-radius: 5px;
    background-color: #ff0000bd;
}

.d-flex {
    display: flex;
}

.d-block {
    display: block;
}

.join-btn2 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    background-color: #f00;
    border: 2px solid #f00;
    border-radius: 8px;
    margin: 48px auto 110px auto;
    transition: 1s;
    padding: 16px 32px;
    cursor: pointer;
}

.join-btn2:hover {
    border-radius: 5px;
    color: #f00;
    background-color: #ffffff;
}

.circle {
    width: 100%;
    max-width: 365px;
    height: 100%;
    max-height: 365px;
    padding: 30px;
    border-radius: 50%;
    border: 10px solid #ff0000;
}

.main-bottom {
    position: relative;
}

.gift-box {
    position: absolute;
    bottom: 1px;
    left: 1px;
}

.discount {
    position: absolute;
    bottom: 266px;
    right: 300px;
}

.product {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-column-end: auto;
    align-content: center;
}

.box {
    height: 440px;
    width: 420px;
    margin: 10px;
    transition: all 0.5s ease-out;
    border-width: 0;
    border-radius: 16px;
    overflow: hidden;
}

.box:hover {
    transform: scale(1.068);
    box-shadow: 0px 2px 10px -5px;
}

.w-full {
    width: 100%;
    padding: 0;
}

.sub-btn {
    border-radius: 0 50px 50px 0;
    padding: 24px 56px;
    max-width: 210px;
    width: 100%;
    cursor: pointer;
}

.email {
    border-radius: 50px 0 0 50px;
    padding-left: 30px;
    max-width: 438px;
    width: 100%;
}

.border-none {
    border: 0;
}

.tx-dec-none {
    text-decoration: none;
}

.social {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-column-end: auto;
    align-content: center;
}

.media {
    border-radius: 50%;
    transition: all 0.5s ease-out;
    overflow: hidden;
}

.media:hover {
    transform: scale(1.1);
    box-shadow: 0px -10px 50px -20px #ffffff;
}

.bb-1 {
    border-bottom: 1px solid #ffffff3b;
}
