.solutionsHeroSection{
    margin-top: -70px;
    /* background: linear-gradient(-0.65turn, var(--color-primary), var(--color-secondary)); */
    background-color: #fff;
}
.solutionsHeroSection .heroContainer::after{
    content: "";
    position: absolute;
    background-image: url(/assets/img/wavedesignBg.png);
    background-position: bottom;
    background-repeat: no-repeat;
    top: 1px;
    width: 100%;
    height: 100%;
    /* display: none; */
}
.solutionsHeroSection .heroContainer{
    position: relative;
    z-index: 1;
    padding: 100px 80px 120px 80px;
}
.solutionsHeroSection .heroSubContainer{
    position: relative;
    z-index: 1;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 0!important;
}
/* .solutionsHeroSection .titleSubTitle{
    align-items: center;
} */
.solutionsHeroSection .herotitle, .solutionsHeroSection .heroDescription, .solutionsHeroSection .heroDescription b{
    text-align: center;
    color: var(--text-primary);
}
.solutionsHeroSection .ctaButtons{
    justify-content: center;
}
.solutionsHeroSection .primaryButton{
    background-color: var(--color-primary);
    color: #fff;
}
.solutionsHeroSection .ghostButton{
    border-color: var(--text-secondary);
    color: var(--text-secondary);
}
.solutionsHeroSection .heroImageBox{
    background: transparent;
    box-shadow: none;
    filter: drop-shadow(0px 40px 20px rgba(0, 0, 0, 0.2));
    width: 90vw !important;
    max-width: 1200px;
    height: 100% !important;
    max-height: 675px;
}
.howDoesItWorkSection, .howAreWeDifferent{
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 60px;
}
.howDoesItWorkSection .advantagesContainer{
    flex-wrap: wrap;
    row-gap: 60px;
    max-width: 1200px;
}
.howDoesItWorkSection .advantageCard{
    padding-top: 16px;
    padding-bottom: 24px;
    row-gap: 12px;
}
.howWeCardsContainer {
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    /* row-gap: 16px;
    column-gap: 16px; */
    justify-content: center;
    border: 1px solid var(--border-grey);
    border-radius: 12px;
}
.howWeCard{
    display: flex;
    flex-direction: column;
    padding: 32px;
    row-gap: 24px;
    align-items: stretch;
    border: 1px solid var(--border-grey);
    /* border-radius: 8px; */
    width: 399px;
    height: auto;
}
.howWeCard:nth-child(1),.howWeCard:nth-child(2),.howWeCard:nth-child(3){
    border-top: none;
    border-bottom: none;
}
.howWeCard:nth-child(4),.howWeCard:nth-child(5),.howWeCard:nth-child(6){
    border-bottom: none;
}
.howWeCard:nth-child(1),.howWeCard:nth-child(4),.howWeCard:nth-child(3),.howWeCard:nth-child(6){
    border-left: none;
    border-right: none;
}

.hTtitle{
    width: 100%;
    display: flex;
    column-gap: 12px;
    align-items: center;
}
.hTtitle h3{
    font-size: 24px;
    line-height: 24px;
}
.hTtitle span{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: var(--color-primary);
}
.hDecription{
    flex: 1;
    font-size: var(--16px);
    margin: 0px !important;
    color: var(--text-secondary);
}
.solutionsUse .ftTitle span{
    font-size: 16px;
}
.solutionsUse .solPointBox{
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}
.solutionsUse .solPointBox h4{
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
}
.solutionsUse .solPointBox h5{
    font-size: 20px!important;
}
.solutionsUse .solPointBox span{
    font-size: 16px !important;
}
.solutionsUse .ftImgBox img{
    object-fit: contain;
}
.solPointBox a{
    color: var(--color-primary);
    font-size: 16px !important;
}
.solPointBox a:hover{
    text-decoration: underline;
    color: var(--color-primary);
}
.howDifferent {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--dark-background-blue);
    position: relative;
    overflow: hidden;
}
.howDifferent::after{
    content: "";
    background-image: url(../img/customers/blue_pink_wave.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    transform: rotate(340deg) scale(1.1);
}
.howDifferent .blendedWave svg .cls-1, .howDifferent .blendedWave svg .cls-2, .howDifferent .blendedWave svg .cls-3{
    fill: none;
}
.howDifferent .sectionTitle {
    margin-bottom: 20px;
}
.hContainer {
    display: flex;
    width: 100%;
    max-width: 1200px;
    justify-content: space-between;
    padding: 40px 0px;
    align-items: center;
    position: relative;
    z-index: 2;
}
.sidNav {
    width: 500px ;
    display: flex;
    flex-direction: column;
    border-radius: 24px;
    padding: 12px;
    /* border-right: 1px solid #e1e1e1; */
    row-gap: 1px;
}
.howDifferent .tabs {
    padding: 12px;
    cursor: pointer;
    height: 62px;
    transition: all 0.7s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    display: flex;
    align-items: center;
    column-gap: 16px;
    border-radius: 8px;
    background-color: transparent;
}
.howDifferent .tabs span:nth-child(2){
    color: var(--color-white);
    font-size: 24px;
    font-weight: 500;
}
.howDifferent .tabs:hover span{
    color:#CBA0FA;
}
.howDifferent .tabs.active span:nth-child(2){
    color: #CBA0FA;
}
.howDifferent .tabs .iconBox svg{
    width: 32px;
    height: 32px;
    fill: var(--color-white);
}
.howDifferent .tabs.active svg{
    fill: #CBA0FA;
}
.content {
    width: 700px;
    height: 552px;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.content .content-item{
    overflow: visvible;
    width: 100%;
    height: 100%;
    position: relative;
}
.content .content-item img{
    position: absolute;
    display: block;
    object-fit: cover;
    top: 20px;
}
.howDifferent .hidden {
    display: none;
}
.howDifferent .sectionTitle h2{
    color: var(--color-white);
}
.howDifferent .sectionTitle::after{
    background: linear-gradient(60deg, rgb(14 34 97) 0%, rgb(218 154 231) 50%, rgb(14 34 97) 100%);
}
.whoDoesThisHelp {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* background-color: var(--dark-background-blue); */
    position: relative;
    row-gap: 50px;
}
.whoContainer{
    max-width: 1200px;
    height: 600px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.s-1{
    width: 604px;
    height: 604px;
    border-radius: 100%;
    background: transparent;
    border-style: dashed;
    border: 2px solid #9630c642;
    border-style: dashed;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /* top: 50%;
    left: 50%; */
}
.s-2{
    width: 404px;
    height: 404px;
    border-radius: 100%;
    background: transparent;
    border-style: dashed;
    border: 2px solid #9630c642;
    border-style: dashed;
    position:relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /* top: 50%;
    left: 50%; */
}
.s-3{
    width: 204px;
    height: 204px;
    border-radius: 100%;
    background: transparent;
    border-style: dashed;
    border: 2px solid #9630c642;
    border-style: dashed;
    position:relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* top: 50%;
    left: 50%; */
}
.c-1{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #689eee;
    position: absolute;
    display: block;
    top: 280px;
    left: 280px;
    animation: orbit 30s linear infinite;
}
.c-2{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #cd9de4;
    position: absolute;
    display: block;
    top: 185px;
    left: 185px;
    animation: orbit2 40s linear infinite;
}
.c-3{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #e298dd;
    position: absolute;
    display: block;
    top: 90px;
    left: 90px;
    animation: orbit3 50s linear infinite;
}
@keyframes orbit{
    0%{
        transform: rotate(0deg) translate(302px);
    }
    100%{
        transform: rotate(360deg) translate(302px);
    }
}
@keyframes orbit2{
    0%{
        transform: rotate(0deg) translate(202px);
    }
    100%{
        transform: rotate(360deg) translate(202px);
    }
}
@keyframes orbit3{
    0%{
        transform: rotate(0deg) translate(102px);
    }
    100%{
        transform: rotate(360deg) translate(102px);
    }
}
.whoCard{
    width: 300px;
    height: 200px;
    background-color: var(--color-primary);
    border-radius: 12px;
    position: absolute;
    display: flex;
    flex-direction: column;
    padding: 16px;
    row-gap: 12px;
    box-shadow: 4px 10px 20px 2px rgba(0, 0, 200, 0.2);
    transition: all 0.5s ease-in-out;
}
.whoCard:hover{
    transform: scale(1.2);
}
.whoDoesThisHelp::after{
    content: ' ';
    background-image: url(/assets/img/wavedesignBg.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    filter: contrast(0.5);
    z-index: 1;
    bottom: 0;
}
.whoContainer{
    width: 100%;
    display: flex;
    justify-content: center;
    height: auto;
    padding-top: 50px;
    padding-bottom: 120px;
    z-index: 2;
}
.whoCard h3{
    font-size: 20px;
    color: var(--color-white);
}
.whoCard p{
    font-size: var(--14px);
    color: var(--color-white);
    margin: 0;
}
.Card1{
    left: -130px;
    top: 30px;
}
.Card2{
    right: -100px;
    top: 100px;
}
.Card3{
    left: 180px;
    bottom: -50px;
}
.bLogo{
    width: 150px;
    height: 150px;
}
.bLogo img{
    height: 100%;
    opacity: 0.6;
}
@media(max-width: 1200px){
    .howWeCardsContainer{
        border: none;
        row-gap: var(--16px);
        column-gap: var(--16px);
    }
    .howWeCard{
        border-radius: var(--8px);
        border: var(--1px) solid var(--border-grey) !important;

    }
    .howDifferent::after{
    transform: rotate(340deg) scale(1.3);
    }
}
@media (max-width: 768px) {
    .solutionsHeroSection .heroContainer, .solutionsHeroSection .heroSubContainer{
        padding: 40px var(--16px);
        padding-top: 40px !important;
    }

    .s-1 {
        width: 400px;
        height: 400px;
    }

    .s-2 {
        width: 300px;
        height: 300px;
    }

    .s-3 {
        width: 200px;
        height: 200px;
    }

    .c-1 {
      top: 185px;
      left: 185px;
        width: 30px;
        height: 30px;
    }

    .c-2 {
      width: 25px;
        height: 25px;
        top: 135px;
        left: 135px;
    }

    .c-3 {
      top: 90px;
        left: 90px;
        width: 15px;
        height: 15px;
    }

    @keyframes orbit {
        0% { transform: rotate(0deg) translate(200px); }
        100% { transform: rotate(360deg) translate(200px); }
    }

    @keyframes orbit2 {
        0% { transform: rotate(0deg) translate(150px); }
        100% { transform: rotate(360deg) translate(150px); }
    }

    @keyframes orbit3 {
        0% { transform: rotate(0deg) translate(100px); }
        100% { transform: rotate(360deg) translate(100px); }
    }
    .content .content-item img {
        width: 100%;
        height: 100%;
        position: relative;
    }
    .hContainer{
        flex-direction: column;
    }
    .sidNav{
        flex-direction: row;
        width: 100%;
        flex-wrap: wrap;
    }
    .content {
        width: 100%;
        height: 690px;
    }
    .whoCard{
        transform: scale(0.6);
    }
    .Card1 {
        left: -50px;
        top: -80px;
    }
    .Card2 {
        right: -60px;
        top: 50px;
    }
    .Card3 {
        left: -10px;
        bottom: -110px;
    }  
}
@media (max-width: 430px) {
    .solutionsUse .solPointBox span{
        font-weight: 300;
    }
      
    .howDifferent .tabs .iconBox svg{
        width: 16px;
        height: 16px;
    }
    .howDifferent .tabs {
        column-gap: var(--6px);
    }
    .howDifferent .tabs span:nth-child(2){
        font-size: var(--14px);
    }
    .content {
        width: 100%;
        height: 400px;
    }
}
