/* start most entrusted */
/* #most__entrusted {
background: var(--color-soft-light-blue);
padding-bottom: 8.31rem;
display: flex;
align-items: center;
flex-direction: column;
overflow: hidden;
} */
/* .most__entrusted .mySwiperCustomer {
width: 100%;
height: 100%;
} */
.image__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}
.most__entrusted .testimonial-slide {
    background: var(--color-palette-white-background);
    display: flex;
    justify-content: center;
    border: 2px solid #C5C6C6;
    border-radius: 0.625rem;
    overflow: hidden;
}

.most_entrusted__top {
    display: flex;
    align-items: center;
    margin-bottom: var(--12);
}

.most__entrusted {
    position: relative;
    overflow: visible;
    margin: 0 auto;
}

.most__entrusted .mySwiperCustomer {
    width: 100%;
    /*top: 0;*/
    /*left: 50%;*/
    /*transform: translate(-50%, 0);*/
}

/* .most__entrusted__swiper .testimonial-slide {
border-radius: var(--radius-rounded-10px);
background: transparent;
height: 100%;
transition: all 0.4s ease;
cursor: grab;
overflow: visible;
}
*/

#customer .headline {
    margin-bottom: 3.5rem;
}

@media screen and (min-width: 640px) {
    #customer {
        overflow: hidden;
    }
    #customer .testimonial-slide {
        transition: all 0.4s;
    }

    #customer .testimonial-slide-next {
        opacity: 1;
        transform: scale(1);
    }
}

#most__entrusted .container_entrusted_item {
    padding: 2.72rem 2.37rem 3.5rem 2.44rem;
    background: var(--color-neutral-white);
    border-radius: 0.625rem;
}

.most__entrusted .swiper-wrapper {
    /*width: 100rem;*/
    align-items: center;
}

.most_entrusted__top > img {
    width: 3.74156rem;
    height: 3.74156rem;
    object-fit: contain;
}

.most_entrusted__top h4.name {
    color: var(--text-text-oxford-blue-100-tiitle, var(--12-semi, #092c4c));
    font-size: var(--font-size-sub1);
    font-weight: 600;
    text-transform: uppercase;
}

.most_entrusted__top .subtitle {
    color: var(--text-text-oxford-blue-100-tiitle, var(--12-semi, #092c4c));
    font-family: Poppins;
    font-size: var(--font-size-caption);
    line-height: 1rem;
    letter-spacing: 0.025rem;
}

#customer .swiper-pagination {
    bottom: 5.625rem;
}

/* #customer .swiper-pagination-bullet {
width: 0.5rem;
height: 0.5rem;
margin: 0 0.25rem;
} */

#customer .swiper-pagination-bullet-active {
    background: var(--Primary-color-Tangerine-Red);
}

/* ======================================= custom ===================================================== */
#customer {
    padding-top: 5.625rem;
    padding-bottom: 8.625rem;
    background: var(--color-light-periwinkle);
}

/*  sports */
#customer .container__story {
    position: relative;
    background: var(--color-palette-white-background);
    padding: 2rem 3.75rem 2rem 1.75rem;
    width: 100%;
    margin: 0 auto;
}
.flexLayout {
    display: flex;
    gap: 3rem;
    margin-left: 1.5rem;
}
#customer .container__story .image__deco {
    width: 20rem;
    height: 20rem;
    border-radius: 0.625rem;
    position: relative;
    z-index: 1;
}

#customer .container__story .quote__icon {
    width: 12rem;
    height: 12.0625rem;
    object-fit: cover;
    top: 0;
    right: 1.87rem;
    position: absolute;
}
#customer .container__story .quote__icon__ht{
    top: 0;
    right: 3rem;
    position: absolute;
    font-size: 11rem;
    transform: rotatey(180deg);
    color: var(--soft-aqua);
    opacity: 0.3;
}
#customer .container__story .quote__icon__sport{
    font-size: 11rem;
    transform: rotatey(180deg);
    top: 0;
    right: 3rem;
    color: var(--light-lime);
    position: absolute;
    opacity: 0.3;
}

#customer .explore__content .explore__content__item .content  .quote__icon__pink{
    font-size: 2.25rem;
    color: var(--bright-pink);
    opacity: 0.3;
}

#customer .explore__content .explore__content__item .content  .quote__icon__purple{
    color: var(--light-purple);
    font-size: 2.25rem;
    opacity: 0.3;
}
#customer .container__story .box__background {
    height: 5rem;
    border-radius: 0.625rem;
    background: linear-gradient(0deg, #d6f966 0%, #d6f966 100%), #fff;
    padding-left: 25.76rem;
    display: flex;
    align-items: center;
}

#customer .home-tool .container__story .box__background {
    background: var(--color-light-sky-blue-01);
    justify-content: space-between;
    position: relative;
    bottom: 3rem;
    margin-bottom: -3rem;
}

#customer .container__story .box__background > img {
    width: auto;
    height: 3rem;
    object-fit: contain;
}

#customer .container__story .content {

}

#customer .container__story .content .desc {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    color: var(--Text-Text-Oxford-Blue-87-body-text-1);
    font-size: var(--font-size-body1);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.00625rem;
    margin-bottom: 0.5rem;
}

#customer .container__story .content .title {
    color: var(--Text-Links-Indigo, #1313c1);
    font-size: var(--font-size-H3);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.00938rem;
    margin-top: 1.25rem;
}
#customer .container__story .content .subTitle {
    margin-bottom: 1.25rem;
    display: block;
}

#customer .container__story .content .section-link-btn {
    display: none;
}

@media screen and (max-width: 639px) {
    .flexLayout {
        flex-direction: column-reverse;
        margin-left: 0;
        gap: 0.96rem;
    }
    .most__entrusted .swiper-wrapper {
        align-items: start;
    }
    #customer .container__story .quote__icon__sport{
        font-size: 8.5rem;
        top: 5rem;
        right: 2rem;
    }
    #customer .container__story .quote__icon__ht{
        right: 2rem;
        font-size: 7rem;
    }
    #customer {
        padding: 2.69rem 1.25rem;
    }

    #customer .container:nth-child(2) {
        padding: 0;
    }

    #customer .container__story {
        width: 100%;
        padding: 1.93rem 1.12rem 1.92rem;
    }
    #customer .container__story .image__deco {
        width: 100%;
        height: 100%;
        bottom: unset;
        top: unset;
        left: 0;
        position: relative;
        z-index: 1;
    }

    #customer .container__story .quote__icon {
        width: 8.625rem;
        height: 8.66994rem;
        right: 0;
        top: 0;
    }

    #customer .container__story .content {
        width: 100%;
        margin-left: 0;
        margin-bottom: 0.62rem;
    }

    #customer .container__story .content .title {
        margin-bottom: 0.62rem;
        font-size: var(--font-size-H4);
    }

    #customer .container__story .content .desc {
        margin-bottom: 0.62rem;
        font-size: var(--font-size-sub1);
        font-weight: 400;
        letter-spacing: 0.00938rem;
    }

    #customer .home-tool .container__story .box__background {
        position: absolute;
        left: 0;
        /*bottom: 0;*/
        width: 100%;
        padding-left: 0;
        border-radius: 0;
    }

    #customer .container__story .box__background > img,
    #customer .container__story .box__background .section-link-btn {
        display: none;
    }

    #customer .container__story .content .section-link-btn {
        display: flex;
    }
}

/* beauty  */
#customer .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#customer .explore__content {
    /*     width: 68.5rem; */
    width: 100%;
    height: 30.875rem;
    border-radius: 0.625rem;
    overflow: hidden;
    position: relative;
}

#customer .explore__content .explore__content__item {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#customer .explore__content .explore__content__item > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

#customer .explore__content .explore__content__item .content {
    width: 29.375rem;
    border-radius: 1rem;
    /*     overflow: hidden; */
    background: var(--color-palette-white-background);
    height: fit-content;
    position: absolute;
    z-index: 1;
    top: 1.88rem;
    left: 1.88rem;
    padding: 1.62rem 1.56rem 4rem 1.56rem;
}

#customer .explore__content .explore__content__item .content > img {
    width: 1.92706rem;
    height: 1.66669rem;
    object-fit: cover;
    margin-bottom: 0.91rem;
}

#customer .explore__content__item .content > .description {
    color: var(--Text-Text-Oxford-Blue-87-body-text-1);
    font-size: var(--font-size-sub2);
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.00625rem;
    margin-bottom: 1.5rem;
    max-height: 15rem;
    overflow: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
}

#customer .explore__content__item .content > .description strong {
    font-weight: 600;
}

#customer .explore__content__item .content .info {
    margin-bottom: 1.07rem;
}

#customer .explore__content__item .content .info > .name {
    font-size: var(--font-size-sub2);
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    letter-spacing: 0.01563rem;
    background: var(--Gradient-main);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0.25rem;
}

#customer .explore__content__item .content .info > .sub_title {
    color: var(--text-text-oxford-blue-54, rgba(9, 44, 76, 0.54));
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1rem;
    letter-spacing: 0.025rem;
    opacity: 0.8;
}
.section-link-btn {
    margin-right: 1.5rem;
}
.author {
    color: var(--oxford-blue-oxford-blue-100, #092C4C);
    opacity: 0.72;
    font-size: var(--font-size-sub2);
}
#customer .read__story .section-link-btn {
    padding-top: 0.68rem;
    padding-bottom: 0.81rem;
    color: var(--text-white);
}

#customer .read__story .section-link-btn span {
    color: var(--text-text-oxford-blue-0);
    font-size: var(--font-size-sub1);
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    letter-spacing: 0.03125rem;
}

#customer .section-link-btn img {
    filter: none;
}

#customer .read__story {
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0rem 0rem 1rem 1rem;
    background: var(--color-gradient-pink-shades);
    width: 100%;
    padding-left: 1.58rem;
}

#customer .fashion .read__story {
    background: var(--Background-purple-85);
}

#customer .explore__content .explore__content__item.active {
    opacity: 1;
    visibility: visible;
}

/* Mobile */

@media screen and (max-width: 639px) {
    #customer {
        padding: 2.69rem 0;
        background: linear-gradient(180deg, #fff 0%, #f7f7fd 100%);
    }

    #customer h2 {
        width: 100%;
        margin-bottom: 0.88rem;
        text-align: center;
    }

    #customer .explore__tab {
        grid-template-columns: 1fr;
        gap: 0.81rem;
        margin-bottom: 0.75rem;
    }

    #customer .explore__content {
        width: 100%;
        padding: 1.88rem 0.66rem;
        height: auto;
    }

    #customer .explore__content .explore__content__item {
        position: unset;
    }

    #customer .explore__content .explore__content__item > img {
        top: 0;
        left: 0;
    }

    #customer .explore__content .explore__content__item .content {
        width: 100%;
        left: 0;
        top: 0;
        padding: 1.18rem 1.2rem 3.5rem 1.25rem;
        position: relative;
        border-radius: 0.625rem;
    }

    #customer .read__story {
        border-radius: 0rem 0rem 0.625rem 0.625rem;
    }

    #customer .explore__content .explore__content__item .content > img {
        margin-bottom: 0.28rem;
    }

    #customer .explore__content__item .content > .description {
        line-height: 1.6;
        color: var(--Text-Text-Oxford-Blue-87-body-text-1);
        max-height: unset;
        overflow: auto;
        font-size: var(--font-size-sub1);
        letter-spacing: 0.00938rem;
        font-weight: 400;
    }

    #customer .read__story .section-link-btn span {
        font-size: var(--font-size-button);
    }

    #customer .headline {
        margin-bottom: 2.5rem;
    }

    /*     #customer .explore__tab-item>img {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 0.59994rem;
    margin-right: 1rem;
}
    */
    /*     #customer .explore__tab-item .explore__tab-title {
    font-size: var(--font-size-sub1);
} */
}

/* ========================================================= end custom ============================================================ */
/* @media (min-width: 640px) {

.container_entrusted_item * {
transition: all 0.4s ease;
}

.testimonial-slide .most_entrusted__top > img {
margin-right: 1rem;
}
.most__entrusted__swiper .swiper-slide.testimonial-slide {
transform: scale(0.85);
}
.most__entrusted__swiper .swiper-slide.testimonial-slide-next {
transform: scale(1);
}
.testimonial-slide .most_entrusted__top > img {
width: 5.30763rem;
height: 5.30763rem;
}
.testimonial-slide .most_entrusted__top .subtitle {
font-size: var(--font-size-sub2);
letter-spacing: 0.01563rem;
}
.testimonial-slide .container_entrusted_item > .desc {
letter-spacing: 0.03125rem;
font-size: var(--font-size-sub1);
line-height: 1.5;
}
}

.overlay-blue {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 1.081rem;
border-radius: 0rem 0rem 0.4375rem 0.625rem;
background: linear-gradient(
270deg,
#11dcfd -7.24%,
#2871ff 46.35%,
#1313c1 102.43%
);
transition: all 0.4s ease;
}
.most__entrusted .testimonial-slide-next .overlay-blue {
opacity: 1;
visibility: visible;
}
.container_entrusted_item > .title {
color: var(--text-text-oxford-blue-100-tiitle, var(--12-semi, #092c4c));
font-size: var(--font-size-caption);
font-weight: 600;
letter-spacing: 0.025rem;
line-height: normal;
font-style: normal;
margin-bottom: 0.58rem;
}
.testimonial-slide .container_entrusted_item > .title {
font-size: var(--font-size-sub1);
line-height: 160%;
letter-spacing: 0.03125rem;
margin-bottom: 0.75rem;
}

.container_entrusted_item > .desc {
color: var(
--text-text-oxford-blue-high-emphasis-active-body-text-1,
rgba(9, 44, 76, 0.87)
);
font-family: Poppins;
font-size: var(--font-size-caption);
line-height: 1rem;
letter-spacing: 0.025rem;
}

#most__entrusted .swiper-pagination-bullet-active {
background-color: var(--Bagde-Tangerine-red);
}

#most__entrusted .title__linear__gradient {
font-weight: 600;
padding-top: 6.97rem;
padding-bottom: 1rem;
text-align: center;
width: 51.39356rem;
}
#most__entrusted .title__linear__gradient strong {
font-weight: 600;
}
#most__entrusted .description__most__entrusted {
width: 46.20019rem;
color: var(--Text-Text-Oxford-Blue-87-body-text-1);
text-align: center;
font-size: var(--font-size-sub2);
font-weight: 400;
line-height: 150%;
letter-spacing: 0.025rem;
margin: 0 auto;
}
#most__entrusted .swiper-pagination {
bottom: 5.97rem;
}
#most__entrusted .item__slide {
background: var(--color-palette-white-background);
filter: drop-shadow(3px 10px 23px rgba(50, 34, 129, 0.1))
drop-shadow(10px 41px 43px rgba(50, 34, 129, 0.09))
drop-shadow(23px 93px 57px rgba(50, 34, 129, 0.05))
drop-shadow(41px 165px 68px rgba(50, 34, 129, 0.01))
drop-shadow(64px 258px 74px rgba(50, 34, 129, 0));
width: 45.25rem;
height: 20.9375rem;
margin: 0 auto;
border-radius: 0.6875rem;
} */
/* end most entrusted */

@media screen and (max-width: 639.9px) {
    #most__entrusted .most__entrusted .swiper-wrapper {
        align-items: start;
    }

    #most__entrusted {
        background: var(--Background-linear-gradient-blue-to-white-180);
        padding-bottom: 2.31rem;
    }

    #most__entrusted .container {
        padding: 0;
    }

    #most__entrusted .container_entrusted_item {
        padding: 2rem 1.25rem;
        border-radius: 0.5rem;
        background: var(--Background-linear-gradient-gray-330);
    }

    .most__entrusted {
        background: transparent;
        margin-top: 0;
    }

    .most__entrusted .mySwiperCustomer {
        height: 100%;
        width: 100%;
        padding-bottom: 0;
    }

    #customer .container:nth-child(2) {
        margin-bottom: 0.88rem;
    }

    #customer .swiper-pagination {
        bottom: unset;
        position: unset;
        margin-top: 1.5rem;
    }

    .most__entrusted .swiper-wrapper {
        width: 100%;
        padding-left: 1rem;
    }
}
