.brand_strip{
    padding: 0 0 20px;
}
.brand-wrap{
    margin-top: 30px;
    background-color: #fff;
    width:100%;
    background-size:50% auto;
    background-position:center;
    background-repeat:repeat-x;
    transition:.3s;
    position:relative;
    -webkit-animation:900s linear infinite brand_slide;
    animation:900s linear infinite brand_slide;
    height: 55px;
    min-height: 45px
}
.nb_active .hero_section{
    padding-top: 120px;
}
@-webkit-keyframes brand_slide{from{background-position:0 0}to{background-position:-50000px 0}}
@keyframes brand_slide{from{background-position:0 0}to{background-position:-50000px 0}}

.bs-text .gradient-text{
    top:-1px;    
}
.fs-20px{
    font-size: 20px;
}

.gradient-text{
    background: -webkit-linear-gradient(left, #673982, #C63D77);
    -webkit-background-clip: text;
    background-clip: text;
    color: #784d9d;
    display: inline-block;
    opacity: 1;
    -webkit-text-fill-color: #fff0;
    vertical-align: middle;
    min-width: max-content;
}
.hero_section .typed-text{
    background: -webkit-linear-gradient(left, #bf5986, #784d9d);
    -webkit-background-clip: text;
    background-clip: text;
    color: #784d9d;
    display: inline-block;
    opacity: 1;
    -webkit-text-fill-color: #fff0;
    min-width: max-content;
    padding-right: 3px;
}
.bg-dark {
    background-color: var(--bs-dark) !important;
}
.everything-youNeed .card{
    border-radius: 18px;
}
/* DISCOVER CTA CSS START */

.discover-cta .wrapper{
    max-width: 1120px;
    margin: 0 auto;
    border-radius: 18px;
    padding: 41px 30px;
}

.discover-cta .cta-text{
    border-bottom: 1px solid rgba(255,255,255,0.1)
}

.discover-cta .cta-text h3 {
    max-width: 600px;
    margin: 0 auto 10px;
}

.discover-cta .cta-text a{
    margin-bottom: 33px;
}

.discover-cta .number-wrap {
    padding-top: 33px;
}

.number-title{
    font-size: 59px;
    font-weight: 700;
    line-height: 1.4;
}

.number-text{
    font-size: 18px;
    color: #FFF;
}

/* DISCOVER CTA CSS END */

/* CASE STUDY CSS START */

.case-study{
    padding: 80px 0;
}

.case-study .container {
    max-width: 1440px;
}

.cs-wrapper{
    max-width: 1120px;
    margin: 0 auto;
    border-radius: 18px;
}

.case-study h2 {
    max-width: 610px;
    margin: 0 auto 65px;
}

.case-study-tabs .nav-link {
    border: none;
    background: none;
    border-bottom: 1px solid #D9D9D9;
    padding: 0;
}

.cs-img-wrap img {
    filter: brightness(0.5);
}

.case-study-tabs .nav-link.active {
    background: none;
    border: none;
}

.case-study-tabs .nav-link.active .cs-img-wrap img {
    filter: brightness(1);
}

.cs-img-wrap {
    padding: 0 30px 20px;
}

.case-study-tabs .nav-link.active .cs-img-wrap {
    border-bottom: 1px solid var(--bs-red);
}

.cs-right{
    padding: 49px 50px;
    background: #1E222D;
}

.cs-logo img {
    max-height: 48px;
}

.cs-number-box {
    width: 160px;
    height: 160px;
    border-radius: 12px;
    padding: 12px;
}

.cs-number-heading {
    font-size: 44px;
    font-weight: 600;
}

.cs-number-desc {
    font-size: 15px;
    font-weight: 600;
}

.author-comment{
    margin: 50px 0 40px;
}

.leela-tab .author-comment {
    min-height: 82px;
}

.bose-tab .author-comment {
    min-height: 102px;
}

.reina-tab .cs-right {
    padding: 48px 50px 47px;
}

.earthday-tab .cs-right {
    padding: 48px 50px 49px;
}

.eurekaFurniture-tab .author-comment {
    min-height: 90px;
}

.author-detail {
    margin: 0 0 35px;
}

.author-image {
    max-width: 53px;
    border: 1px solid #1A232F;
    border-radius: 100%;
}

.author-content {
    margin-left: 12px;
}

.author-name {
    font-size: 18px;
    font-weight: 500;
}

.author-position {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}

.cs-video video {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.reina-tab .author-comment{
    margin: 34px 0 30px;
}

.earthday-tab .author-comment {
    margin: 32px 0 30px;
}

.eurekaFurniture-tab .author-comment {
    margin: 39px 0 34px;
}

/* CASE STUDY CSS END */

/* TESTIMONIAL CSS START */

swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

swiper-slide {
    width: 80%;
}

.testimonial .swiper-slide {
    background: #F5F6FA;
    border-radius: 18px;
    margin-top: 40px;
}

.testimonial .swiper-slide{
    transform: scale(0.98);
    transition: all 0.5s ease-in-out;
}

.testimonial .swiper-slide-active{
    transform: scale(1.02);
}

.testimonial .swiper-slide-prev,
.testimonial .swiper-slide-next{
    opacity: 0.3;
}

.swiper-slide {
    width: 80%;
}

.testimonial .swiper, .testimonial .swiper-wrapper {
    height: auto;
}

.testi-img-wrap {
    width: 35%;
}

.testi-content-wrap {
    padding: 42px 50px;
    text-align: left;
    width: 65%;
}

.testi-logo {
    max-width: 200px;
}

.angelina-palermo .testi-logo {
    max-width: 100px;
}

.testi-content {
    margin: 38px 0;
    font-size: 18px;
    font-weight: 400;
}

.auth-name {
    font-size: 21px;
}

.auth-position{
    font-size: 19px;
    color: #5A6276;
}

/* TESTIMONIAL CSS END */
.hero-rating{
    max-width: 350px;
    margin: 0 auto;
    border: 1px solid #E7EAF5;
}

html[lang="es"] .hero-rating,
html[lang="de"] .hero-rating,
html[lang="fr"] .hero-rating {
    max-width: 440px;
}

html[lang="it"] .hero-rating {
    max-width: 410px;
}

html[lang="nl"] .hero-rating {
    max-width: 420px;
}

html[lang="ja"] .hero-rating {
    max-width: 370px;
}

html[lang="pt"] .hero-rating {
    max-width: 450px;
}
.vh-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.influencer-item-icon{
    height: 70px;
    width: 70px;
    margin-top: -60px;
}
@media screen and (max-width:1600px){
    .testi-content {
        font-size: 16px;
        margin: 16px 0;
    }

    .angelina-palermo .testi-logo {
        max-width: 60px;
    }

    .testi-content-wrap {
        padding: 29px 50px;
        width: calc(100% - 35%);
    }
}
@media screen and (max-width: 1366px) {
    .testi-img-wrap {
        width: 30%;
    }

    .testi-content-wrap {
        width: 70%;
        padding: 15px 20px;
    }

    .testi-logo {
        max-width: 150px;
    }

    .angelina-palermo .testi-logo {
        max-width: 50px;
    }

    .priscilla-y .testi-logo {
        max-width: 90px;
    }
}
@media screen and (max-width:991px){
    .discover-cta .wrapper {
        max-width: 100%;
        width: calc(100% - 30px);
    }
}
@media screen and (max-width:767px){
    .testimonial .swiper-container {
        max-width: 100%;
    }

    .testi-img-wrap,
    .testi-content-wrap {
        width: 100%;
        padding: 40px;
    }

    .testi-content-wrap{
        padding-top: 0;
    }

    .testi-logo,
    .priscilla-y .testi-logo {
        max-width: 200px;
    }

    .testi-content {
        margin: 30px 0;
        font-size: 18px;
    }
     .g2-badges{
        position: relative;
        width: 100%;
        height: auto;
    }
}
@media screen and (max-width:480px){
    .discover-cta .wrapper {
        width: calc(100% - 24px);
    }

    .testi-img-wrap {
        padding: 40px 0;
    }

    .testi-content-wrap {
        padding: 0 15px 40px;
    }

    .cs-tab-box {
        padding-left: 0;
    }
}
@media screen and (max-width:360px){
    .hero-rating {
        flex-wrap: wrap;
        padding: 7px !important;
        gap: 0px;
    }
}