.hero-container {
    gap: 0px;
    padding: clamp(40px, 6vw, 50px) 50px;
}

.hero-text {
    flex: 1 1 680px;
    max-width: 700px;
    display: flex;
    flex-direction: column;
    gap: 1.8rem;
    position: relative;
    z-index: 1;
}

.hero-text h1 span {
    font-size: clamp(3rem, 6vw, 5rem);
    font-weight: bold;
    line-height: 1.2;
}

.hero-text h1 .highlight::after {
    content: "";
    position: absolute;
    bottom: -0.4em;
    left: 0;
    width: 100%;
    height: 0.8em;
    background: url(/assets/shape/ZiczackLine.svg) no-repeat center/contain;
}

.exclamation {
    width: clamp(25px, 4vw, 60px);
    display: inline-block;
}

.hero-text p {
    max-width: 90%;
    font-size: 22px;
    line-height: 1.5;
}

.hero-image {
    flex: 1 1 650px;
    max-width: 700px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}

.banner-mobile-image {
    max-width: 60%;
}

.community-section {
    text-align: center;
    align-self: center;
    position: relative;
    margin-bottom: 20px;
    max-width: 14rem;
    z-index: 1;
}

.community-section::after {
    content: "";
    position: absolute;
    bottom: -7.4em;
    left: 60px;
    rotate: 210deg;
    width: 100%;
    height: 5em;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    z-index: -1;
    background: url(/assets/Icon/arrow2.svg) no-repeat center/contain;
}

.crown-icon {
    width: 50px;
    margin: auto;
    margin-bottom: 10px;
}

.avatars {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
    margin-left: -10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.title {
    font-size: 25px;
    font-weight: bold;
    color: var(--primary-color);
    margin-bottom: 5px;
}

.subtitle {
    font-size: 16px;
    font-weight: 500;
    color: #a6a6a6;
}

.banner-image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 1;
}

.banner-image::after {
    content: "";
    position: absolute;
    top: -4em;
    left: 136px;
    width: 25em;
    height: 25em;
    z-index: -1;
    background: url(/assets/image/bannerShape.svg) no-repeat center / contain;
}

.store-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.closeArrow {
    position: relative;
    z-index: 1;
}

.closeArrow::after {
    content: "";
    position: absolute;
    top: 2.5em;
    right: -80px;
    rotate: 180deg;
    width: 5em;
    height: 5em;
    z-index: -1;
    background: url(/assets/shape/openarrow.svg) no-repeat center / contain;
}

.store-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    border-radius: 50px;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease;
}

.store-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(0, 0, 0, .3);
}

.store-btn img {
    height: 28px;
}

.store-text {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    line-height: 1.2;
}

.store-text strong {
    font-size: 16px;
}

.highlight {
    color: var(--primary-color);
}

/* ========= Section Containers ========= */

.features-container,
.discover-container,
.creators-container,
.fashion-container,
.feedback-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
}

.hero-container,
.features-container,
.discover-container,
.creators-container,
.brand-container,
.fashion-container,
.feedback-container {
    margin-bottom: 100px;
}

.brand-container {
    padding: 0 20px;
}

.features-container,
.discover-container,
.fashion-container {
    gap: 2rem;
}

.features-container {
    position: relative;
    z-index: 1;
}

.features-container::before {
    content: "";
    position: absolute;
    top: -4em;
    left: -115px;
    width: 12em;
    height: 12em;
    z-index: -1;
    background: url(/assets/shape/shape3.svg) no-repeat center/contain;
}

.features-container::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -135px;
    width: 22em;
    height: 22em;
    z-index: -1;
    background: url(/assets/shape/shape4.svg) no-repeat center / contain;
}

.discover-container {
    margin-top: 80px;
    position: relative;
    z-index: 1;
}

.discover-container::before {
    content: "";
    position: absolute;
    top: -4em;
    left: -115px;
    width: 12em;
    height: 12em;
    z-index: -1;
    background: url(/assets/shape/shape5.svg) no-repeat center/contain;
}

.discover-container::after {
    content: "";
    position: absolute;
    bottom: 22em;
    right: -115px;
    width: 12em;
    height: 12em;
    z-index: -1;
    background: url(/assets/shape/shape7.svg) no-repeat center/contain;
}

[data-key="happer-discover-title"] {
    position: relative;
    z-index: 1;
}

[data-key="happer-discover-title"]::after {
    content: "";
    position: absolute;
    top: -2.3em;
    right: -42px;
    width: 6em;
    height: 6em;
    z-index: -1;
    background: url(/assets/shape/shape6.svg) no-repeat center/contain;
}

.discover-boxes {
    position: relative;
    z-index: 1;
}

.discover-boxes::after {
    content: "";
    position: absolute;
    top: .7em;
    width: 110em;
    height: 13em;
    z-index: -1;
    background: url(/assets/shape/dotLine.svg) no-repeat center / contain;
}

.box2 {
    margin-top: 9%;
}

.box4 {
    margin-top: 7%;
}

.creators-container {
    position: relative;
    z-index: 1;
}

.creators-container::before {
    content: "";
    position: absolute;
    top: -4em;
    left: 307px;
    width: 15em;
    height: 15em;
    z-index: -1;
    background: url(/assets/shape/shape8.svg) no-repeat center/contain;
}

.creators-container::after {
    content: "";
    position: absolute;
    top: 0;
    right: -115px;
    width: 12em;
    height: 12em;
    z-index: -1;
    background: url(/assets/shape/shape9.svg) no-repeat center/contain;
}

.fashion-items:nth-child(3) {
    position: relative;
    z-index: 1;
}

.fashion-items:nth-child(3)::after {
    content: "";
    position: absolute;
    top: -4em;
    right: 14px;
    width: 3em;
    height: 3em;
    z-index: -1;
    background: url(/assets/shape/emptystarts.svg) no-repeat center/contain;
}




.discover-container h1,
.fashion-container>h1 {
    font-size: clamp(2rem, 5vw, 3rem);
    line-height: 1.2em;
}

.brand-container {
    margin-bottom: 150px;
}

.brand-container h1 {
    font-size: clamp(1.6rem, 5vw, 3rem);
    line-height: 1.2em;
}

.features-container h1 {
    font-size: clamp(2rem, 5vw, 2.2rem);
    line-height: 1.2em;
    max-width: 65%;
}

.creators-container h1,
.feedback-container>h1 {
    font-size: clamp(3rem, 5vw, 2rem);
    line-height: 1.2em;
}

.creators-container h3 {
    font-size: clamp(2rem, 4vw, 1.5rem);
    line-height: 1em;
}

.discover-container p,
.brand-container p,
.features-container p,
.feedback-container p {
    font-size: clamp(1rem, 2.8vw, 1.2rem);
    max-width: 80%;
    color: #6b6b6b;
}

.feature-boxes,
.discover-boxes,
.fashion-items,
.feedback-items,
.brand-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    position: relative;
    z-index: 3;
}

.feature-boxes,
.discover-boxes,
.fashion-items {
    align-items: flex-start;
    gap: 5rem;
}

.discover-box,
.fashion-item,
.brand-left,
.brand-right,
.box {
    flex: 1 1 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;

}

.feedback-left,
.feedback-right {
    flex: 1 1 350px;
    max-width: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.feedback-items {
    position: relative;
    z-index: 1;

    &::after {
        content: "";
        position: absolute;
        bottom: -15%;
        left: 40%;
        transform: scaleX(-1);
        rotate: 144deg;
        width: 10rem;
        height: 10rem;
        z-index: -1;
        background: url(/assets/Icon/arrow2.svg) no-repeat center / contain;
    }
}

.feedback-left img {
    max-width: 50%;
}

.feedback-right h1 {
    font-size: clamp(2rem, 5vw, 2.5rem);
    ;
}

.feedback-right p {
    font-size: clamp(1rem, 2.8vw, 1.5rem);
    max-width: 80%;
    color: #6b6b6b;
}

.store-btn2 {
    padding: 1rem 2rem;
}

.brand-right {
    position: relative;
    z-index: 1;
}

.brand-right::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -6em;
    width: 15em;
    height: 15em;
    z-index: -1;
    background: url(/assets/shape/shape10.svg) no-repeat center/contain;
}

.brand-left {
    align-items: flex-start;
    position: relative;
    z-index: 1;
}

.brand-left::before {
    content: "";
    position: absolute;
    top: -20em;
    left: -10em;
    width: 55em;
    height: 55em;
    z-index: -5;
    background: url(/assets/shape/shape11.svg) no-repeat center/contain;
}

.brand-left::after {
    content: "";
    position: absolute;
    top: -5em;
    left: -21em;
    width: 100%;
    height: 6em;
    z-index: -1;
    background: url(/assets/shape/openarrow.svg) no-repeat center/contain;
}

.fashion-container {
    position: relative;
    z-index: 1;
}

.fashion-container::before {
    content: "";
    position: absolute;
    bottom: -6em;
    width: 5em;
    height: 5em;
    z-index: -1;
    background: url(/assets/shape/starts.svg) no-repeat center/contain;
}

.fashion-container::after {
    content: "";
    position: absolute;
    bottom: -12em;
    right: -200px;
    width: 20em;
    height: 20em;
    z-index: -1;
    background: url(/assets/shape/line2.svg) no-repeat center/contain;
}

.box {
    flex: 1 1 100px;
}

.fashion-container>img,
.discover-container>img{
    width: 120px;
}
.discover-box img {
    width: 100px;
}

.logo3 {
    position: relative;
    z-index: 1;

    &::after {
        content: "";
        position: absolute;
        bottom: 7em;
        right: 0px;
        rotate: 45deg;
        width: 6em;
        height: 5em;
        z-index: -1;
        background: url(/assets/shape/crown5.svg) no-repeat center / contain;
    }
}

.logo3>img {
    width: 180px;
}

.creator-image-creator {
    width: 90%;
    position: relative;
    z-index: 2;
}

.fashion-item>img {
    width: 60%;
}

.box img {
    width: 150px;
}

.box p,
.fashion-container p {
    font-size: clamp(1rem, 2.8vw, 1.1rem);
    max-width: 100%;
    color: #6b6b6b;
}

.feedback-quote {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 50%;
    gap: 40px;
    margin-bottom: 80px;
}

.glam-quote-box {
    display: inline-block;
    background: #fff;
    padding: 40px 60px;
    border-radius: 12px;
    position: relative;
    max-width: 600px;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #333;
    text-align: center;
}

.glam-quote-box::before {
    content: "“";
    font-size: 60px;
    color: #000;
    position: absolute;
    top: -10px;
    left: 15px;
}

.glam-quote-box::after {
    content: "”";
    font-size: 40px;
    color: #000;
    position: absolute;
    bottom: -15px;
    right: 15px;
}

.arrow {
    display: inline-block;
    font-size: 24px !important;
    color: #999;
    cursor: pointer;
    vertical-align: middle;
    padding: 0 15px;
}

.feedback-container {
    position: relative;
    z-index: 1;
    margin-top: 200px;
    margin-bottom: 200px;
}

.feedback-container::before {
    content: "";
    position: absolute;
    top: -6em;
    width: 115em;
    height: 52em;
    z-index: -2;
    background: url(/assets/shape/shape14.svg) no-repeat center / contain;
}

.feedback-container::after {
    content: "";
    position: absolute;
    bottom: -25em;
    width: 104em;
    height: 50em;
    z-index: -1;
    background: url(/assets/shape/bottombackground.svg) no-repeat center / contain;
}


/* ========= Media Queries ========= */
/* For screens between 1025px and 1440px */
@media (min-width: 1274px) and (max-width: 1440px) {

    .community-section {
        max-width: 11rem;
    }

    .hero-container {
        gap: 1.5rem;
        padding: 50px 50px;
        /* reduce padding slightly */
    }

    .hero-text {
        max-width: 550px;
        /* reduce width for better balance */
    }

    .hero-text h1 span {
        font-size: clamp(2.5rem, 5vw, 4rem);
    }

    .hero-text p {
        font-size: 20px;
        max-width: 85%;
    }

    .hero-image {
        max-width: 600px;
        gap: 15px;
    }

    .banner-image::after {
        width: 20em;
        height: 20em;
        left: 100px;
        /* adjust positioning */
    }
}

@media (max-width: 1273px) {
    .hero-container {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .shop-btn {
        align-self: center;
    }
}

@media (max-width: 1024px) {
    .hero-container {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .shop-btn {
        align-self: center;
    }

    .brand-container p,
    .work-container p,
    .feedback-container p {
        max-width: 70%;
    }

    .brand-left::before {
        width: 43em;
        height: 55em;
    }

    .feedback-quote {
        max-width: 100%;
    }

    .glam-quote-box {
        padding: 45px 5px;
    }

    .discover-boxes::after {
        display: none;
    }

    .feedback-items {
        &::after {
            display: none;
        }

        .store-btn2 {
            padding: 1rem 1rem;
        }
    }
}

@media (max-width: 768px) {
    .features {
        justify-content: center;
    }

    .brand-images img {
        width: 8rem;
    }

    .work-container p,
    .monetize-container p {
        max-width: 90%;
    }

    .content-right-side,
    .partner-content-right-side {
        align-items: center;
    }

    .brand-left::before {
        width: 32em;
        height: 55em;
    }

    .banner-image::after {
        top: -3em;
        left: 120px;
    }

    .feedback-quote {
        max-width: 100%;
    }

    .glam-quote-box {
        padding: 45px 5px;
    }

    .discover-boxes::after {
        display: none;
    }

    .feedback-items {
        &::after {
            display: none;
        }
    }

    .logo3 {
        margin-top: 50px;
    }
}

@media (max-width: 480px) {
    .hero-container::after {
        bottom: 48.5em;
        left: -18%;
    }

    .closeArrow::after {
        right: -20px;
    }

    .features-container::before {
        top: -13em;
        left: -85px;
    }

    .features-container::after {
        bottom: -61px;
        right: -133px;
    }

    .brand-container {
        gap: 8rem;
    }

    .hero-container {
        flex-direction: column-reverse;
        gap: 40px !important;
        padding: clamp(70px, 6vw, 50px) 15px !important;
    }

    .features-container h1 {
        max-width: 100%;
    }

    .discover-container p {
        max-width: 80%;
    }

    .brand-images img {
        width: 7rem;
    }

    .community-section::after {
        display: none;
    }

    .brand-left::before {
        width: 30em;
        height: 50em;
    }

    .banner-image::after {
        top: -3em;
        left: 135px;
        height: 18em;
        width: 18em;
    }

    .feedback-quote {
        gap: 0px;
    }

    .glam-quote-box {
        padding: 50px 18px;
    }

    .discover-boxes::after {
        display: none;
    }

    .creators-container::before {
        top: -2em;
        left: -10px;
        width: 8em;
        height: 8em;
    }

    .creator-image-creator {
        width: 95%;
    }

    .feedback-container::before {
        top: -6em;
    }

    .fashion-items:nth-child(3)::after {
        display: none;
    }

    .hero-text {
        margin-bottom: 40px;
    }

    .feedback-items {
        &::after {
            display: none;
        }
    }

    .store-btn2 {
        padding: 1rem 1rem;
    }

    .store-buttons {
        justify-content: center;
    }

    .brand-container p,
    .work-container p,
    .feedback-container p {
        max-width: 90%;
    }

    .feedback-container::after {
        bottom: -26em;
        width: 40em;
        height: 40em;
    }

    .hero-image {
        flex-wrap: wrap-reverse;
    }

    .logo3 {
        margin-top: 50px;
    }
}