#soylution {
    background-image: url(../img/soylution_bg.png);
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
}

#soylution .top {
    width: 100%;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#soylution .top h1 {
    font-family: 'Futura Std Condensed';
    font-size: 6rem;
    color: #fff;
    font-weight: 700;
}

#soylution .top h1 span {
    display: inline-block;
    background-color: #009C7C;
    color: #fff;
    padding: 5px
}

#soylution .top .btn {
    background-color: #edb927;
    margin-top: 30px;
}

#soylution #soylutionTab {
    scroll-margin-top: 100px;
}

#soylution .tabs button {
    height: 150px;
    background-color: #000;
    border: none;
    border-radius: 30px 30px 0 0;
    font-size: 2rem;
    font-family: 'Futura Std Condensed';
    font-weight: 700;
    text-align: left;
    color: #fff;
    display: flex;
    align-items: start;
    position: relative;
    padding: 30px
}

#soylution .tabs button#what-tab {
    background-color: #019c7c;
}

#soylution .tabs button#why-tab {
    background-color: #a4a6a3;
}

#soylution .tabs button#benefit-tab {
    background-color: #7d63a4;
}

#soylution .tabs button img {
    position: absolute;
    right: 15px;
    top: 0;
    height: 150%;
    width: auto;
    transform: translateY(-25%)
}

#soylution .tabs button span {
    position: absolute;
    right: 15px;
    top: 50px;
    width: 40px;
    height: 40px;
    background-color: #edb927;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1rem;
}

#soylution .tabs button.active img {
    transform: translateY(-15%);
    height: 175%;
    right: 30px;
}

#soylution .tabs .tab-pane {
    padding: 100px 0 125px 0;
    color: #fff;
    text-align:justify
}

#soylution .tabs .tab-pane h2 {
    font-weight: 700;
    font-size: 2rem;
    font-family: 'Futura Std Condensed';
}

#soylution .tabs .tab-pane p {
    margin-top: 15px;
    line-height: 1.5rem;
}

#soylution .tabs .tab-pane .bigger {
    font-size: 1.5rem;
}

#soylution .tabs .tab-pane .divide {
    display: flex;
    font-weight: 700;
    font-size: 1rem;
    text-align:left
}

#soylution .tabs .tab-pane .divide span:not(:first-child) {
    padding-left: 30px;
    border-left: solid 1px #fff
}

#soylution .tabs .tab-pane#what-tab-pane {
    background-color: #019c7c;
}

#soylution .tabs .tab-pane#why-tab-pane {
    background-color: #a4a6a3;
}

#soylution .tabs .tab-pane#benefit-tab-pane {
    background-color: #7d63a4;
}


#soylution .bmi {
    background-image: url(../img/testimonials_bg.png);
    background-size: cover;
    color: #fff;
}

#soylution .bmi .left {
    font-family: 'Futura Std Condensed';
    font-weight: 300;
    font-size: 4rem;
}

#soylution .bmi .left strong {
    font-weight: 700;
}

#soylution .bmi .left .btn {
    background-color: #edb927;
    margin-top: 30px;
}

#soylution .bmi .right img {
    width: 100%;
    transform: scale(1.5);
}

#soylution .faq {
    padding: 50px 0;
    background-color: #eff4d4;
}

#soylution .faq h2 {
    font-family: 'Futura Std Condensed';
    color: #095046;
    font-weight: 700;
    font-size: 3.5rem;
    display: flex;
    justify-content: space-between;
}

#soylution .faq .items {
    margin-top: 30px;
    padding-left: 100px
}

#soylution .faq .items h3 {
    top: 0;
    left: 0;
    width: 100%;
    height: 75%;
    background-color: #eaa524;
    padding: 30px;
    padding-left: 70px;
    padding-top: 25px;
    border-radius: 15px;
    color: #095046;
    position: absolute;
    z-index: 2;
    min-height: 100px;
}

#soylution .faq .items .answer {
    background-color: #019c7c;
    padding: 30px;
    border-radius: 15px;
    position: relative;
    z-index: 1;
    color: transparent;

}

#soylution .faq .items .swiper-slide.swiper-slide-active h3 {
    position: relative;
    width: 60%;
    font-weight: 500;

}

#soylution .faq .items .swiper-slide.swiper-slide-active .answer {
    font-weight: 500;
    padding-top: 60px;
    margin-top: -30px;
    margin-left: 30px;
    color: #fff;
    text-align: center;
    line-height: 1.5rem;
}

#soylution .faq .items .swiper-slide.swiper-slide-active .answer ul,
#soylution .faq .items .swiper-slide.swiper-slide-active .answer ol {
    list-style-position: inside;
}

#soylution .faq .items .swiper-slide-prev {
    opacity: 0;
}

#soylution .faq .items .ic {
    border-radius: 5px;
    position: absolute;
    left: 15px;
    top: 15px;
    width: 40px;
    height: 40px;
    color: #fff;
    font-family: 'Futura Std Condensed';
    font-weight: 900;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #095046;
}

#soylution .faq .items .answer .ic {
    left: auto;
    right: 15px;
    background-color: #eaa524;
}

#soylution .faq .arrow a {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: solid 1px #019c7c;
    color: #019c7c;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    text-decoration: none;
    font-size: 1.2rem;
}


@media (orientation: portrait) {
    #soylution .top {
        height: auto;
        padding: 50px 0
    }

    #soylution .top h1 {
        font-size: 3rem;
    }

    #soylution .tabs .container {
        padding: 0
    }

    #soylution .tabs button {
        font-size: 1rem;
        padding: 15px 15px 60px;
        text-align: center;
        height: auto;
        display: block;
    }

    #soylution .tabs button img {
        display: none;
    }

    #soylution .tabs button span {
        bottom: 15px;
        left: 50%;
        transform: translateX(-50%);
        top: unset;
        width: 30px;
        height: 30px;
    }

    #soylution .tabs .tab-pane {
        padding: 30px 15px
    }

    #soylution .tabs .tab-pane .divide {
        flex-direction: column;
    }

    #soylution .tabs .tab-pane .divide span:not(:first-child) {
        padding-left: 0;
        padding-top: 15px;
        border: none;
        border-top: solid 1px #fff;
        margin-top: 15px;
    }

    #soylution .bmi {
        padding: 50px 0
    }

    #soylution .bmi .right {
        text-align: center;
        margin-top: 30px;
    }

    #soylution .bmi .right img {
        transform: unset;
        width: 75%;
    }

    #soylution .faq .items {
        padding: 0 15px
    }

    #soylution .tabs .tab-pane h2 {
        font-size: 1.2rem;
    }

    #soylution .tabs .tab-pane p {
        font-size: 1rem;
    }

    #soylution .tabs .tab-pane .bigger {
        font-size: 1.2rem;
    }

    #soylution .faq .items .swiper-slide.swiper-slide-active h3 {
        font-size: 1rem;
    }

    #soylution .faq .items .swiper-slide.swiper-slide-active .answer {
        font-size: 1rem;
    }
}