/*---------- Benefits Section Start Here ----------*/
.benefitsSectionWrap {
    padding: 100px 0;
  }
  .benefitsSectionWrap .benefits-wrapper {
    margin-top: 56px;
  }
  .benefitsSectionWrap .benefitsColumn {
    position: relative;
  }
  .benefitsSectionWrap .benefitsColumn:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    width: 1px;
    height: 142px;
    background-color: #fff;
    opacity: 0.4;
  }
  .benefitsSectionWrap .benefitsColumn .benefitsIcon {
    height: 80px;
    width: 80px;
    margin: 0 auto;
    margin-bottom: 25px;
  }
  .benefitsSectionWrap .benefitsColumn .counterNumber {
    font-size: 50px;
    text-transform: uppercase;
    letter-spacing: 3.5px;
    font-weight: 600;
    line-height: 1.2;
  }
  .benefitsSectionWrap .benefitsColumn .decorative-title {
    letter-spacing: 1.82px;
    font-size: 26px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.5;
  }
  .benefitsSectionWrap .benefitsColumn p {
    text-transform: capitalize;
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.5px;
    font-weight: 300;
  }
  @media (max-width:1199px){
    .benefitsSectionWrap {
      padding: 80px 0;
    }
    .benefitsSectionWrap .benefitsColumn p{
      font-size: 15px;
      line-height: 1.5;
      font-weight: 400;
    }
    .benefitsSectionWrap .benefitsColumn .counterNumber {
      font-size: 36px;
    }
    .benefitsSectionWrap .benefitsColumn .decorative-title {
      font-size: 22px;
    }
  }
  @media (max-width:991px){
    .benefitsSectionWrap .benefits-wrapper {
      grid-gap: 50px 0;
    }
    .benefitsSectionWrap .benefitsColumn:not(:nth-child(odd))::after {
      display: none;
    }
  }
  @media (max-width:767px){
    .benefitsSectionWrap {
      padding: 60px 0;
    }
    .benefitsSectionWrap .benefitsColumn:not(:last-child)::after {
      display: block;
      left: 0;
      top: calc(100% + 25px);
      transform: translateY(0);
      width: 100%;
      height: 1px;
    }
  }
/*---------- Benefits Section Close Here ----------*/
/*----------What We Localize Section Start Here ----------*/
.whatWeLocalize {
    padding: 95px 0 140px;
}
.whatWeLocalizeWrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px 20px;
    margin-top: 57px;
}
.whatWeLocalizeWrapper .localizeItem {
    border-radius: 10px;
    background-color: #fff;
    padding: 50px 38px 40px;
    min-height: 350px;
    transition: all 0.7s ease-in-out;
}
.whatWeLocalizeWrapper .localizeItem:hover {
    transform: translateY(-8px);
    box-shadow: 0 0 10px #eee;
}
.whatWeLocalizeWrapper .localizeItem .localizeIcon {
    min-height: 60px;
}
.whatWeLocalizeWrapper .localizeItem .localizeIcon img {
    max-height: 60px;
}
.whatWeLocalizeWrapper .localizeItem .midHeading {
    font-weight: 600;
    margin: 30px 0 10px;
    line-height: 2.167;
}
.whatWeLocalizeWrapper .localizeItem .localizeContent p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.3px;
}
@media (max-width:1399px){
    .whatWeLocalize {
        padding: 80px 0 100px;
    }
    .whatWeLocalizeWrapper {
        grid-gap: 20px 15px;
    }
    .whatWeLocalizeWrapper .localizeItem .localizeContent p {
        font-size: 18px;
    }
    .whatWeLocalizeWrapper .localizeItem {
        padding: 40px 25px 40px;
        min-height: 300px;
    }
}
@media (max-width:1199px){
    .whatWeLocalizeWrapper {
        grid-gap: 20px;
        grid-template-columns: repeat(3, 1fr);
        margin-top: 40px;
    }
}
@media (max-width:991px){
    .whatWeLocalizeWrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .whatWeLocalizeWrapper .localizeItem .localizeContent p {
        font-size: 16px;
    }
    .whatWeLocalize {
        padding: 60px 0;
    }
}
@media (max-width:767px){
    .whatWeLocalizeWrapper {
        grid-gap: 15px;
    }
    .whatWeLocalizeWrapper .localizeItem {
        padding: 30px 25px;
        min-height: 250px;
    }
    .whatWeLocalizeWrapper .localizeItem .midHeading {
        margin: 20px 0 10px;
        line-height: 1.5;
    }
}
@media (max-width:575px){
    .whatWeLocalizeWrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    .whatWeLocalizeWrapper .localizeItem {
        padding: 20px;
        min-height: auto;
    }
}
/*----------What We Localize Section Close Here ----------*/
/*Transition Process*/
.translationProcessWrapper {
    position: relative;
    padding-left: 35px;
}
.translationProcess {
    transform:scale(-1);
    writing-mode: vertical-rl;
    position: absolute;
    left: 0;
    height: 100%;
    display: flex;
    justify-content: center;
}
.translationProcessText {
    font-size: 24px;
    font-weight: 700;
    font-family: var(--fontMulish);
}
/*---------- Human In The Loop Section Start Here  ----------*/
.humanInLoopSection {
    margin: 100px 0;
}
.humanInLoopWrapper {
    padding: 110px 70px;
    border-radius: 33px;
}
.humanInLoopWrapper .humanInLoopContentColumn .midHeading.white {
    letter-spacing: 0.33px;
    font-weight: 600;
    line-height: 1.5;
    margin: 17px 0 25px;
}
.humanInLoopWrapper .humanInLoopContentColumn .tabDescription {
    font-size: 24px;
    line-height: 1.5835;
    font-weight: 300;
    letter-spacing: 1px;
}
/* Human In Loop AI Tab Start */
.drag-and-drop-tab-ai {
    position: relative;
    margin: 130px 0 120px;
}
.humanInLoopTabWrapper, .humanInLoopHumanWrapper{
    display: flex;
    position: relative;
    align-items: center;
    height: 130px;
}
.humanInLoopTabWrapper .humanInLoopAI, .humanInLoopHumanWrapper .humanInLoopHuman{
    border-radius: 73px;
    background-color: var(--primaryColor);
    outline: 2px dashed #FFFFFF;
    outline-offset: -11px;
    display: flex;
    height: 130px;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 310px;
    z-index: -1;
}
.humanInLoopTabWrapper .humanInLoopAI .humanINLoopAIContent, .humanInLoopHuman .humanInLoopHumanContent{
    color: #fff;
    font-size: 33px;
    font-weight: 700;
}
.humanInLoopAiTab, ul#sortable, .humanInLoopHumanListItems{
    display: flex;
    justify-content: center;
    text-align: center;
    grid-gap: 20px;
    width: calc(100% - 250px);
    margin-left: auto;
    padding: 0 80px;

}
.humanInLoopAiTab, .humanInLoopHumanListItems{
    background-color: #790058;
    height: 110px;
    border-radius: 58px;
}
.humanInLoopAiTab .humanInLoopTabItem, ul#sortable li, .humanInLoopHumanListItems .humanInLoopHumanList{
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 120px;
    margin: 0 auto;
    cursor: pointer;
}
.humanInLoopAiTab .humanInLoopTabItem .humanOverlayContent {
    position: absolute;
    bottom: 100%;
}
.humanInLoopHumanListItems .humanInLoopHumanList:last-child {
    max-width: 130px;
}
.humanInLoopTabItem .humanTabItemContent .humanTabText {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.2px;
    line-height: 1.286;
}
.humanOverlayContent .overlayContent {
    padding: 10px;
    font-size: 14px;
    color: #780058;
    font-weight: 600;
    line-height: 1.286;
}
.humanOverlayContent .overlayContent span {
    display: block;
}
.humanInLoopTabItem:first-child .overlayContent span:first-child{
    color: #0E7800;
}
.humanInLoopTabItem:nth-child(2) .overlayContent span:first-child{
    color: #59ADE0;
}
.humanInLoopTabItem:nth-child(3) .overlayContent span:first-child{
    color: #FB501D;
}
.humanInLoopTabItem:nth-child(4) .overlayContent span:first-child{
    color: #EA5CEB;
}
.humanInLoopTabItem:nth-child(5) .overlayContent span:first-child{
    color: #CB6D00;
}
.humanInLoopTabItem:last-child .overlayContent span:first-child{
    color: #17C8A1;
}
.humanInLoopTabItem .bottomCircle {
    position: absolute;
    background-color: #780058;
    width: 62px;
    height: 41px;
    top: calc(100% - 20.5px);
    border-radius: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.humanInLoopTabItem .bottomCircle::after {
    content: '';
    position: absolute;
    width: 32px;
    height: 21px;
    background-color: #9B0D74;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* Human In Loop AI Tab Close */
/* Human In Loop Human tab Start */
.humanInLoopHumanWrapper {
    margin-top: 45px;
}
.humanInLoopHumanWrapper .humanInLoopHuman{
    background-color:#780058;
}
.humanInLoopHumanListItems{
    background-color: var(--primaryColor);
    padding: 0 30px;
}
.humanInLoopHumanListItems .humanInLoopHumanList:first-child {
    margin-right: 120px;
}
.humanInLoopHumanListItems .humanInLoopHumanList:nth-child(2) {
    margin-right: 250px;
}
.overflowHumanImg {
    position: absolute;
    bottom: calc(100% - 25px);
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    background-color: var(--primaryColor);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.overflowHumanImg img {
    width: 40px;
    height: 40px;
}
.humanInLoopHumanListContent .humanInLoopHumanListContent {
    font-size: 14px;
    line-height: 1.286;
    margin-top: 5px;
    color: #fff;
}
.humanInLoopHumanListContent {
    position: relative;
    z-index: 1;
}
.humanInLoopHumanListIcon img {
    width: 30px;
    height: 30px;
    margin-top: 12px;
}
.available_zone .box {
    position: absolute;
    top: -60px;
    z-index: 2;
    color: white;
    background: #FFFFFF57;
    border: 1px solid #9B0D74;
    border-radius: 20px;
    width: 100%;
    min-height: 338px;
    font-size: 0;
    cursor: pointer;
    transition: all 0.35s ease-in-out;
}
.available_zone .box.hide {
    opacity: 0;
    border-radius: 20px;
}
/* Human In Loop Human tab Close */
@media (max-width:1399px){
    .humanInLoopSection {
        margin: 80px 0;
    }
    .humanInLoopWrapper .humanInLoopContentColumn .tabDescription {
        font-size: 20px;
    }
    .humanInLoopWrapper {
        padding: 80px 50px;
    }
    .humanInLoopTabWrapper .humanInLoopAI, .humanInLoopHumanWrapper .humanInLoopHuman {
        height: 120px;
        width: 250px;
    }
    .humanInLoopTabWrapper .humanInLoopAI .humanINLoopAIContent, .humanInLoopHuman .humanInLoopHumanContent {
        font-size: 28px;
    }
    .humanInLoopAiTab, .humanInLoopHumanListItems {
        height: 100px;
    }
    .humanInLoopAiTab, ul#sortable, .humanInLoopHumanListItems {
        width: calc(100% - 180px);
    }
    .humanInLoopHumanListItems .humanInLoopHumanList:first-child {
        margin-right: 50px;
    }
    .humanInLoopHumanListItems .humanInLoopHumanList:nth-child(2) {
        margin-right: 120px;
    }
    .humanInLoopHumanListIcon img {
        width: 25px;
        height: 25px;
    }
    .overflowHumanImg img {
        width: 30px;
        height: 30px;
    }
    .overflowHumanImg {
        bottom: calc(100% - 20px);
        width: 40px;
        height: 40px;
    }
    .available_zone .box {
        min-height: 310px;
    }
    .humanInLoopHumanWrapper {
        margin-top: 25px;
    }
    .drag-and-drop-tab-ai {
        position: relative;
        margin: 100px 0 100px;
    }
}
@media (max-width:1199px){
    .drag-and-drop-tab-ai {
        position: relative;
        margin: 80px 0 80px;
    }
    .humanInLoopSection {
        margin: 60px 0;
    }
    .humanInLoopWrapper {
        padding: 50px 35px;
    }
    .humanInLoopWrapper .humanInLoopContentColumn .tabDescription {
        font-size: 18px;
    }
    .humanOverlayContent .overlayContent, .humanInLoopTabItem .humanTabItemContent .humanTabText, .humanInLoopHumanListContent .humanInLoopHumanListContent{
        font-size: 12px;
    }
    .humanInLoopTabWrapper .humanInLoopAI, .humanInLoopHumanWrapper .humanInLoopHuman {
        height: 100px;
        width: 200px;
    }
    .humanInLoopTabWrapper .humanInLoopAI .humanINLoopAIContent, .humanInLoopHuman .humanInLoopHumanContent {
        font-size: 24px;
    }
    .humanInLoopAiTab, ul#sortable, .humanInLoopHumanListItems {
        width: calc(100% - 150px);
        padding: 0 40px;
    }
    .humanInLoopAiTab, .humanInLoopHumanListItems {
        height: 80px;
    }
    .humanInLoopTabItem .bottomCircle {
        width: 50px;
        height: 34px;
        top: calc(100% - 17px);
    }
    .humanInLoopHumanListIcon img {
        width: 20px;
        height: 20px;
    }
    .overflowHumanImg {
        bottom: calc(100% - 17px);
        width: 34px;
        height: 34px;
    }
    .overflowHumanImg img {
        width: 26px;
        height: 26px;
    }
    .humanInLoopHumanListItems .humanInLoopHumanList:nth-child(2) {
        margin-right: 80px;
    }
    .available_zone .box {
        min-height: 276px;
    }
    .humanInLoopHumanWrapper {
        margin-top: 10px;
    }
}
@media (max-width:991px){
    .drag-and-drop-tab-ai {
        position: relative;
        margin: 30px 0 60px;
    }
    .humanInLoopWrapper {
        border-radius: 20px;
        padding: 30px 20px;
    }
    .humanInLoopWrapper .humanInLoopContentColumn .midHeading.white {
        margin: 12px 0;
    }
    .humanInLoopTabWrapper, .humanInLoopHumanWrapper{
        flex-wrap:wrap;
        height: 100%;
    }
    .humanInLoopTabWrapper .humanInLoopAI, .humanInLoopHumanWrapper .humanInLoopHuman {
        position: static;
    }
    .humanInLoopHumanWrapper .humanInLoopHuman {
        order: 2;
        margin: 0 auto;
    }
    .humanInLoopAiTab, .humanInLoopHumanListItems {
        height: 85px;
        width: 100%;
        padding: 0 20px;
    }
    .humanInLoopHumanWrapper .humanInLoopHumanListItems {
        order: 1;
        margin: 30px 0;
    }
    .humanInLoopTabWrapper .humanInLoopAI, .humanInLoopHumanWrapper .humanInLoopHuman {
        height: 80px;
    }
    .humanInLoopTabWrapper .humanInLoopAI {
        margin: 0 auto 90px;
    }
    .humanInLoopHumanWrapper {
        margin-top: 20px;
    }
    .humanInLoopTabWrapper .humanInLoopAI .humanINLoopAIContent, .humanInLoopHuman .humanInLoopHumanContent {
        font-size: 20px;
    }
    .translationProcess {
        transform: scale(1);
        writing-mode: unset;
        position: static;
        height: auto;
        display: flex;
        justify-content: center;
        text-align: center;
        margin-top: 50px;
    }
    .translationProcessWrapper {
        padding-left: 0;
    }
}
@media (max-width:767px){
    .humanInLoopAI, .humanInLoopHuman {
        border-radius: 73px;
        background-color: var(--primaryColor);
        outline: 2px dashed #FFFFFF;
        outline-offset: -11px;
        display: flex;
        height: 70px;
        align-items: center;
        justify-content: center;
        width: 200px;
        margin: 0 auto;
    }
    .humanINLoopAIContent, .humanInLoopHumanContent {
        color: #fff;
        font-size: 20px;
        font-weight: 700;
    }
    .drag-and-drop-tab-ai {
        position: relative;
        margin: 20px 0 10px;
        overflow: auto;
        padding: 70px 0 0;
    }
    .humanInLoopTabWrapper, .humanInLoopHumanWrapper {
        min-width: 700px;
    }
    .humanInLoopAI {
        margin-top: 40px;
    }
    .humanInLoopHuman {
        margin-bottom: 40px;
    }
}
/*---------- Human In The Loop Section Close Here  ----------*/
/*---------- Quality Assurance Section Start Here  ----------*/
.qualityAssuranceMain {
    padding: 100px 0;
}
.qualitySectionContent .textBorder {
    border-color: #fff;
}
.qualityAssuranceRow {
    margin: 80px -27.5px 0;
    grid-gap: 55px 0;
}
.qualityAssuranceRow .qualityAssuranceColumn {
    display: grid;
    align-items: center;
    border: 1px solid #FFFFFF70;
    border-radius: 10px;
    margin: 0 27.5px;
    width: calc(16.6% - 55px);
    min-height: 187px;
    background-color: #AC2086;
    padding: 20px;
    transition: all .5s ease-in-out;
}
.qualityAssuranceRow .qualityAssuranceColumn:hover{
    transform: translateY(-6px);
}
.qualityAssuranceColumn .qualityAssuranceIcon img {
    max-height: 52px;
}
.qualityAssuranceTitle {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
}
.qualityAssuranceIcon + .qualityAssuranceTitle.white {
    padding-top: 15px;
}
@media (max-width:1399px){
    .qualityAssuranceMain {
        padding: 80px 0;
    }
    .qualityAssuranceRow .qualityAssuranceColumn {
        margin: 0 18px;
        width: calc(16.6% - 36px);
        padding: 15px;
        min-height: 175px;
    }
    .qualityAssuranceRow {
        margin: 60px -18px 0;
        grid-gap: 36px 0;
    }
    .qualityAssuranceTitle {
        font-size: 18px;
    }
}
@media (max-width:1199px){
    .qualityAssuranceMain {
        padding: 60px 0;
    }
    .qualityAssuranceRow {
        margin: 60px -18px 0;
    }
    .qualityAssuranceRow .qualityAssuranceColumn {
        width: calc(20% - 36px);
    }
}
@media (max-width:991px){
    .qualitySectionImg {
        margin-top: 20px;
    }
    .qualityAssuranceRow {
        margin: 60px -10px 0;
        grid-gap: 20px 0;
    }
    .qualityAssuranceRow .qualityAssuranceColumn {
        margin: 0 10px;
        width: calc(25% - 20px);
    }
}
@media (max-width:767px){
    .qualityAssuranceRow .qualityAssuranceColumn {
        width: calc(33.3% - 20px);
    }
    .qualityAssuranceTitle {
        font-size: 16px;
    }
}
@media (max-width:480px){
    .qualityAssuranceMain {
        padding: 50px 0;
    }
    .qualityAssuranceRow {
        margin: 40px -10px 0;
    }
    .qualityAssuranceRow .qualityAssuranceColumn {
        width: calc(50% - 20px);
        min-height: 160px;
        max-width: 160px;
    }
}
/*---------- Quality Assurance Section Close Here  ----------*/
/* demo human in loop */
/*.drag-and-drop-tab-ai ul#sortable {
    position: absolute;
    top: -50px;
    right: 0;
}
.drag-and-drop-tab-ai ul#sortable li {
    opacity: 0;
    background: #FFFFFF57;
    border: 1px solid #9B0D74;
    border-radius: 20px;
    width: 100%;
    min-height: 338px;
    font-size: 0;
}
.drag-and-drop-tab-ai ul#sortable li.active{
    opacity: 1;
}*/











/*  main {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;

    font-weight: 600;
    font-family: system-ui;
}*/

/*section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}*/

/*section h1 {
    flex-basis: 100%;
    text-align: center;
    font-size: 2em;
    margin: 0;
}*/

/*section article {
    background: #74b087;
    width: 6rem;
    height: 6rem;
    padding: 0.3rem;
    border-radius: 0.25rem;
}*/

/*.available_zone {
    position: relative;
    border: 0.25rem dotted #dddddd50;
    padding: 0.2rem;
    height: 5rem;
}
*/
/*.available_zone::before {
    content: attr(number);
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: min-content;
    height: min-content;
    z-index: 1;
    color: #dddddd50;
    font-size: 2em;
}*/
