section {
    overflow: hidden;
}

.discover-our-trending-ideas-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.discover-our-trending-ideas h2 {
    padding-bottom: 1px;
    font-family: "Archivo", sans-serif, sans-serif;
    font-weight: 500;
    font-size: 52px;
    line-height: 52px;
    letter-spacing: 0;
    text-align: center;
    color: transparent;
    /* background: linear-gradient(91.13deg, #7C35E9 31.51%, #3A3A3A 47.54%); */
    background: linear-gradient(91.13deg, #7C35E9 22.51%, #3A3A3A 44.54%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.discover-our-trending-ideas .discover-our-trending-ideas-subheading p {
    font-family: "Archivo";
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0;
    margin-top: 10px;
    color: #696F75;
    text-align: center;
}

/* SWIPER */

.discover-our-trending-ideas .swiper {
    width: 100%;
    height: 600px;
    margin: 70px 0 83px 0px;
}



.discover-our-trending-ideas .swiper-slide {
    position: relative;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
    border-radius: 22px;
    user-select: none;
}

.discover-our-trending-ideas .swiper-slide img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.discover-our-trending-ideas .img-position {
    object-position: 50% 0%;
}

.discover-our-trending-ideas .swiper-img-text-discover{
    font-family: "Archivo", sans-serif, sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0;
    text-align: center;
    text-transform: capitalize;
    z-index: 1;
    max-width: 399px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 50%;
    color: #FFF;
}

/* .discover-our-trending-ideas .overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #0f2027, transparent, transparent);
    background-repeat: no-repeat;
    background-size: cover;
} */

/* .discover-our-trending-ideas .overlay span {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    padding: 7px 18px;
    margin: 10px;
    border-radius: 20px;
    letter-spacing: 2px;
    font-size: 0.8rem;
    font-weight: 700;
    font-family: inherit;
    background: rgba(255, 255, 255, 0.095);
    box-shadow: inset 2px -2px 20px rgba(214, 214, 214, 0.2),
        inset -3px 3px 3px rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(74px);
} */

.discover-our-trending-ideas .overlay h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.4;
    margin: 0 0 20px 20px;
}

.discover-our-trending-ideas .swiper-pagination {
    display: none;
}


.discover-our-trending-ideas-content .cmp-container {
    display: flex;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    gap: 20px;
    margin-top: -58px;
}

.sleek-kitchen .discover-our-trending-ideas-content .cmp-container {
    max-width: max-content;
    justify-content: center;
    text-align: center;
}

.sleek-kitchen .discover-our-trending-ideas .swiper-pagination {
    width: max-content;
    bottom: -60px;
    display: block;
}

.sleek-kitchen .discover-our-trending-ideas .swiper-pagination-bullet {
    width: 30px;
    height: 3px;
    opacity: 1;
    border-radius: 8px;
    background: #00000026;
}

.sleek-kitchen .discover-our-trending-ideas .swiper-pagination-bullet {
    width: 30px;
    height: 3px;
    border-radius: 8px;
}

.sleek-kitchen .discover-our-trending-ideas .swiper-pagination-bullet-active {
    background-color: #000000;
    width: 56px;
}

.discover-our-trending-ideas-content p {
    font-family: "Archivo";
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0;
    color: #696F75;
    max-width: 334px;
}

.discover-our-trending-ideas-cta a {
    font-family: "Archivo";
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    text-transform: capitalize;
    padding: 15px 28px;
    box-shadow: 0px 9px 14px -2px #0000001F;
    background-color: #333642;
    color: #fff;
    border-radius: 60px;
    cursor: pointer;
}

.discover-our-trending-ideas-wrapper .swiper-button-prev,
.discover-our-trending-ideas-wrapper .swiper-button-next {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid #222;
    border-radius: 50%;
    z-index: 1;
    cursor: pointer;
}

.discover-our-trending-ideas-wrapper .swiper-button-prev,
.discover-our-trending-ideas-wrapper .swiper-button-next {
    width: 64px;
    height: 64px;
}

.discover-our-trending-ideas-wrapper .swiper-button-prev {
    right: 0;
    top: unset;
    bottom: -83px;
    transform: translateX(-60px);
    border: 1px solid #D9D9D9;
    margin: 18px 20px 0px 0px;
    left: unset;
}

.discover-our-trending-ideas-wrapper .swiper-button-next {
    right: 0;
    left: unset;
    top: unset;
    bottom: -83px;
    border: 1px solid #D9D9D9;
    margin-top: 18px;
}

.discover-our-trending-ideas-wrapper .swiper-button-prev::after,
.discover-our-trending-ideas-wrapper .swiper-button-next::after {
    content: "";
    width: 10px;
    height: 10px;
    border: solid #222;
    border-width: 1px 1px 0 0;
    display: inline-block;
}

.discover-our-trending-ideas-wrapper .swiper-button-prev::after {
    margin-left: 3px;
    transform: rotate(-135deg);
}

.discover-our-trending-ideas-wrapper .swiper-button-next::after {
    margin-right: 3px;
    transform: rotate(45deg);
}

.discover-our-trending-ideas .international-designs h2 {
    padding-bottom: 1px;
    font-family: "Archivo", sans-serif, sans-serif;
    font-weight: 500;
    font-size: 52px;
    line-height: 52px;
    letter-spacing: 0;
    text-align: center;
    color: transparent;
    /* background: linear-gradient(91.13deg, #7C35E9 31.51%, #3A3A3A 47.54%); */
    background: linear-gradient(91.13deg,#7c35e9 3.51%,#3a3a3a 47.54%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



@media screen and (max-width: 767px) {
    .discover-our-trending-ideas-wrapper {
        width: 75%;
    }

    .discover-our-trending-ideas h2 {
        font-size: 24px;
        line-height: 26px;
        letter-spacing: 0;
        text-align: center;
        color: transparent;
        margin-bottom: unset;
        /* background: linear-gradient(91.13deg, #7C35E9 -1.49%, #3A3A3A 47.54%); */
        background: linear-gradient(91.13deg, #7C35E9 -27.49%, #3A3A3A 47.54%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin: 0 16px;
    }

    .discover-our-trending-ideas .swiper-img-text-discover{
        font-size: 18px;
        /* bottom: 50%; */
        line-height: 19px;
        max-width: unset;
        width: 200px;
        bottom: 26%;
    }

     .discover-our-trending-ideas .international-designs h2 {
        font-size: 24px;
        line-height: 26px;
        letter-spacing: 0;
        text-align: center;
        color: transparent;
        margin-bottom: unset;
        /* background: linear-gradient(91.13deg, #7C35E9 -1.49%, #3A3A3A 47.54%); */
        background: linear-gradient(91.13deg, #7c35e9 -13.49%, #3a3a3a 47.54%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin: 0 16px;
    }

    .discover-our-trending-ideas .discover-our-trending-ideas-subheading p {
        font-size: 16px;
        line-height: 21px;
        color: #74798A;
        margin-top: 6px;
    }

    .discover-our-trending-ideas .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 18px;
        font-size: 22px;
        font-weight: bold;
        color: #fff;
        height: 420px;
    }

    .discover-our-trending-ideas .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 18px;
    }

    .discover-our-trending-ideas .swiper {
        /* padding: 22px 0px 20px 0px; */
        margin: 24px 0 56px 0px;
        height: auto;
    }

    .discover-our-trending-ideas .swiper-button-next,
    .discover-our-trending-ideas .swiper-button-prev {
        display: none;
    }

    /* .discover-our-trending-ideas .swiper-pagination {
        display: block;
        position: absolute;
        bottom: -27px;
    } */

    .discover-our-trending-ideas .swiper-pagination-clickable .swiper-pagination-bullet {
        background: #00000026;
        width: 20px;
        height: 3px;
        opacity: 1;
        border-radius: 8px;
    }

    .discover-our-trending-ideas .swiper-pagination-clickable .swiper-pagination-bullet-active {
        width: 40px;
        height: 3px;
        opacity: 1;
        border-radius: 2px;
        background: #000000;

    }

    .discover-our-trending-ideas-content .cmp-container {
        flex-direction: column;
        gap: 20px;
        margin-top: -7px;
    }

    .discover-our-trending-ideas-content p {
        font-family: "Archivo";
        font-size: 16px;
        line-height: 21px;
        letter-spacing: 0;
        text-align: center;
        color: #74798A;
        margin-top: unset;
        max-width: 328px;
    }

    .sleek-kitchen .discover-our-trending-ideas .swiper-pagination {
        left: 50%;
        width: max-content;
        bottom: -30px;
        transform: translate(-50%, 0);
    }
}