:root{
    --color-theme-1: #00A79C;
    --color-theme-2: #1C75BB;
    --color-theme-3: #802487;
    --color-theme-4: #00ab7d;
    --color-white: #fff;
    --color-gray-bg: #DBDBDB;
    --color-light-gray: #e7e7e7;

    --gradient-left: linear-gradient(to left, #00A79C 0%, #1C75BB 50%, #802487 100%);
    --gradient-right: linear-gradient(to right, #00A79C 0%, #1C75BB 50%, #802487 100%);
    --gradient-top: linear-gradient(to top, #00A79C 0%, #1C75BB 50%, #802487 100%);
    --gradient-bottom: linear-gradient(to bottom, #00A79C 0%, #1C75BB 50%, #802487 100%);

    --gradient-mobile: linear-gradient(to bottom, #00A79C, #1C75BB);
    --gradient-timeline: linear-gradient(to right, #00A79C, #802487);
}

html,body{
    position: relative;
    margin: 0;

    font-family: "Montserrat", sans-serif !important;
    font-size: 12px;
}

button{
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
}

ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

img{
    width: 100%;
}

section{
    position: relative;
    padding: 2rem 0;
}

.text-justify{
    text-align: justify;
}

.last-text-justify{
    text-align-last: center;
}

.bg-cover{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-contain{
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.section--white {
    background-color: #fff;
}

.section--gray{
    background: linear-gradient(to bottom, var(--color-gray-bg),transparent);
}

.section--light-gray {
    background-color: rgb(239, 238, 238);
}

.divider--gradient::after{
    content: " ";
    display: block;
    height: 5px;

    background-image: url(../png/gradient-dash.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

/*==============*/
/*HEADER*/
/*==============*/
.logo img{
    max-width: 80px;
}
.mono-header{
    padding: 1rem 0;
}

.mono-navbar{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mono-menu{
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}

.mono-menu ul{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.sidebar-icon{
    max-width: 40px;
    filter: invert(1);
}

.mobile-menu{
    position: fixed;
    left: 0;
    top: 0;

    width: 100%;
    height: 0;

    background-image: var(--gradient-mobile);
    z-index: 99;

    overflow-y: scroll;
    transition: ease 1s all;
}

.mobile-menu .sidebar-icon{
    filter: invert(0);
}

.mobile-nav{
    padding: 1rem;
}

.mobile-item{
    margin-bottom: 1.5rem;
}

.mobile-link{
    color: var(--color-white);

    font-size: 16px;
    font-weight: 600;
    text-decoration: unset;
}

.mobile-expand{
    height: 100%;
    transition: ease 1s all;
}

.hideOnMobile{
    display: none;
}

/*==============*/
/*PARTNER SLIDER*/
/*==============*/
img.partner-img{
    width: 180px;
    height: 60px;
    object-fit: contain;

    margin-left: auto;
    margin-right: auto;
}

.partner-name{
    font-size: 16px;
}

.partner-slider .slide-col{
    text-align: center;
    font-size: 12px;
}

/*==============*/
/*USP SECTION*/
/*==============*/
.usp .usp-shape1,
.usp .usp-shape2,
.usp .usp-shape3{
    height: 125px;
    margin-bottom: 1rem;
}

.usp h3{
    font-size: 6px;
    color: var(--color-white);
    width: 90px;
    margin: 1.5rem auto 0 auto;
    text-align: center;
}

.usp-shape1 {
    background-image: url(../png/panel-green-mobile.png);
    overflow: hidden;
    position: relative;
    width: 100%;
}

.usp-shape2 {
    background-image: url(../png/panel-purple-mobile.png);
    overflow: hidden;
    position: relative;
}

.usp-shape3 {
    background-image: url(../png/panel-blue-mobile.png);
    overflow: hidden;
    position: relative;
    width: 100%;
}

.usp-image{
    width: 32px;
    height: 32px;
    margin: 1.5rem auto 0 auto;
}

/*==============*/
/*SERVICE SECTION*/
/*==============*/
.service-description ul{
    padding-left: 20px;
    list-style: disc;
}

/*==============*/
/*INDEX SECTION*/
/*==============*/
.section-title h2{
    font-size: 16px;
    font-weight: 700;
}

.section-title{
    margin-bottom: 1rem;
    text-align: center;
}

.main-slider__slide{
    height: 250px;
}

.main-slider__slide--wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;

    text-align: center;
}

.issue-title{
    width: 100%;
}

.issue-icon {
    position: relative;
    width: 100%;
    height: 300px;
    border-radius: 100%;
    margin: auto;
}

.challenge-icon{
    width: 18%;
    height: 18%;

    object-fit: contain;

    position: absolute;

    transform: translate(-50%,-50%);
    transition: ease 0.3s all;
}

.challenge-icon:hover{
    transform: translate(-50%,-50%) scale(1.10);
    transition: ease 0.3s all;
}

#icon-challenge-1{
    top: 25%;
    left: 59.5%;

    width: 17%;
    height: 17%;
}

#icon-challenge-2{
    top: 34%;
    left: 72%;
}

#icon-challenge-3{
    top: 50%;
    left: 76%;
}

#icon-challenge-4{
    top: 66%;
    left: 72%;
}

#icon-challenge-5{
    top: 75%;
    left: 59.5%;

    width: 17%;
    height: 17%;
}

#icon-challenge-6{
    top: 75%;
    left: 40.5%;

    width: 17%;
    height: 17%;
}

#icon-challenge-7{
    top: 66%;
    left: 28%;
}

#icon-challenge-8{
    top: 50%;
    left: 24%;
}

#icon-challenge-9{
    top: 34%;
    left: 29%;
}

#icon-challenge-10{
    top: 25%;
    left: 41.5%;

    width: 17%;
    height: 17%;
}

.center-circle{
    border: 5px solid var(--color-theme-3);
    border-radius: 50%;
    width: 100px;
    height: 100px;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;

    background-image: linear-gradient(to top left, #E2E2E4 25%, white 75%);
}

.center-title{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;

    width: 88%;
    height: 88%;
    border-radius: 50%;

    font-size: 10px;
    font-weight: 700;

    text-align: center;
    background-image: linear-gradient(to bottom right, #E2E2E4 25%, white 75%);
}

.circle-container{
    position: relative;
}

.sign-up-text{
    text-align: center;
}

.btn-mono{
    display: block;
    text-align: center;
    text-decoration: unset;
    padding: 0.375rem 0.875rem;
    border-radius: 25px;
    width: 200px;
    margin: 0 auto;
}

.client-review{
    background: var(--color-light-gray);
    border-radius: 25px;

    position: relative;

    margin-bottom: 2rem;
    overflow: hidden;

    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.quote-icon{
    position: absolute;
    width: 32px;
    height: 32px;
}

.quote-open{
    top: 5%;
    left: 5%;
}

.quote-close{
    bottom: 5%;
    right: 5%;
}

.client-review-content-title h3{
    font-size: 20px;
    font-weight: 700;
}

.client-desc{
    padding: 6rem 2rem 1rem 2rem;
}

.client-reviewer{
    display: flex;
    justify-content: start;

    background: var(--color-white);
    padding: 0.5rem 1rem;

    border-top-right-radius: 12px;

    width: 80%;
}

.client-reviewer img{
    align-self: center;

    width: 40px;
    height: 40px;
    object-fit: contain;

    background: var(--color-white);
    margin-right: 1rem;
}

.client-reviewer-content{
    align-self: center;
}

/*==============*/
/*ABOUT SECTION*/
/*==============*/
.vm-wrapper{
    color: var(--color-white);

    padding: 1rem;
}

.vision-content {
    position: absolute;
    top: 35%;
    left: 18.5%;
    transform: translateY(-50%);
    width: 65%;
    color: white;
}

.mission-content {
    position: absolute;
    top: 85%;
    right: 19.5%;
    transform: translateY(-50%);
    width: 90%;
    text-align: right;
    color: white;
}

.vision-content p, .mission-content p{
    font-size: 0.6rem;
}

.vm-image{
    padding-top: 0.5rem;
}

.vm-image img{
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-bottom: 1rem;
}

.team-image{
    margin-bottom: 1rem;
}

.team-image img{
    width: 120px;
    height: 120px;
    object-fit: contain;
}

.our-team{
    text-align: center;
}

.timeline-group{
    padding-left: 20px;
}

.timeline-list{
    position: relative;
}

.journey-table{
    width: 100%;
}

.gradient-circle{
    position: relative;
    font-weight: bolder !important;
    font-size: 20px;
    background: var(--gradient-timeline);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    z-index: 11;
}

.black-dot{
    display: block;
    border-radius: 5px;
    width: 5px;
    height: 5px;
    background: #000;
}



.dotted-line:after{
    position: absolute;
    display: block;
    content: ' ';
    z-index: 1;
    border-top: 6px dotted #111;

    width: 200px;
    height: 2px;

    transform: rotate(90deg);

    top: 130px;
    left: -91px;

}

.timeline-item{
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.timeline-title{
    position: relative;
    display: inline-block;
    color: var(--color-white);
    font-weight: 600;
    padding: 0.8rem 2.5rem;
    width: 150px;
}

.timeline-desc{
    margin-top: 1rem;
    margin-left: 3rem;
    width: 60%;
}

.timeline-item:nth-child(odd) .timeline-title:before{
    content: "";
    border-top: 30px solid;
    border-left: 30px solid transparent;
    position: absolute;
    top: 0;
    right: 99.5%;
}

.timeline-item:nth-child(even) .timeline-title:before{
    content: "";
    border-top: 30px solid;
    border-left: 30px solid transparent;
    position: absolute;
    top: 0;
    right: 99.5%;
}

.journey-desc{
    position: relative;
    padding: 1rem;
    color: var(--color-white);
}

.even{
    text-align: right;
}

.odd:before{
    content: "";
    border-top: 30px solid;
    border-left: 30px solid transparent;
    position: absolute;
    top: 0;
    right: 99.5%;
}

.even:before{
    content: "";
    border-top: 30px solid;
    border-right: 30px solid transparent;
    position: absolute;
    top: 0;
    left: 99.5%;
}

.journey-desc h3{
    font-weight: 700;
}

.journey-desc p{
    margin-bottom: 0;
    font-size: 8px;
}

.bd-wrapper div{
    margin-bottom: 8px;
}

.bd-wrapper div:last-child{
    margin-bottom: 0;
}

#journey1.journey-desc,
#journey3.journey-desc,
#journey5.journey-desc,
#journey7.journey-desc{
    margin-top: 1rem;
    margin-left: 1.5rem;
}

#journey2.journey-desc,
#journey4.journey-desc,
#journey6.journey-desc{
    margin-top: 1.5rem;
    margin-right: 1.5rem;
}

.timeline-c1{
    background: #00A69C;
}

.timeline-c2{
    background: #91298C;
}

.timeline-c3{
    background: #1A75BB;
}

.timeline-c4{
    background: #08ACBC;
}

.timeline-c1-before:before{
    border-top-color: #00A69C;
}

.timeline-c2-before:before{
    border-top-color: #91298C;
}

.timeline-c3-before:before{
    border-top-color: #1A75BB;
}

.timeline-c4-before:before{
    border-top-color: #08ACBC;
}

.timeline-item:nth-child(n+1) .timeline-title{
    background: #08ACBC;
}

.timeline-item:nth-child(n+1) .timeline-title:before{
    border-top-color: #08ACBC;
}

.timeline-item:nth-child(2n+1) .timeline-title{
    background: #1A75BB;
}

.timeline-item:nth-child(2n+1) .timeline-title:before{
    border-top-color: #1A75BB;
}

.timeline-item:nth-child(3n+1) .timeline-title{
    background: #91298C;
}

.timeline-item:nth-child(3n+1) .timeline-title:before{
    border-top-color: #91298C;
}

.timeline-item:nth-child(4n+1) .timeline-title{
    background: #00A69C;
}

.timeline-item:nth-child(4n+1) .timeline-title:before{
    border-top-color: #00A69C;
}

.timeline-item:nth-child(even) .timeline-title:before{
    border-right: 30px solid transparent;
    left: 77.5%;
    display: table;
}

.timeline-item{
    justify-content: end;
}

.timeline-desc{
    width: 41.4%;
}

.timeline-item:nth-child(even) {
    flex-direction: row-reverse;
    justify-content: start;
}

.timeline-item:nth-child(even) .timeline-desc{
    text-align: end;
    margin-right: 3rem;
    margin-left: unset;
}

.section-title span {
    color: #06cbbe;
    font-weight: bold;
}

/*==========================*/
/*E-COMMERCE ENABLER SECTION*/
/*==========================*/
.service-field{
    position: relative;
    background: var(--color-light-gray);
    border-bottom-right-radius: 25px;

    padding: 2.5rem 1rem 1rem 1rem;

    margin-bottom: 2rem;
}

.service-icon{
    background: var(--gradient-right);
    width: 50px;
    height: 50px;
    border-radius: 50%;

    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;

    position: absolute;
    top: -10%;
    right: -10%;
}

.service-icon img{
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.service-title{
    font-weight: 700;
    font-size: 14px;
}

.service-description{
    font-size: 14px;
}

.section--gradient {
    background-image: var(--gradient-bottom);
}

.container-gradient{
    text-align: center;
    color: var(--color-white);
}

.gradient-icon{
    margin-bottom: 1rem;
}

.gradient-icon img{
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.gradient-title h3{
    font-weight: 600;
}

.gradient-description{
    margin-bottom: 2rem;
}

.section-target-client{
    padding-top: 1rem;
}

.row-target-client{
    display: block;
}

.target-client-icon{
    width: 30%;
    margin: 0 auto 1rem auto;
}

.target-client-text{
    text-align: center;
}

.connector-container{
    transform: rotate(-90deg);
    width: 30px;
    height: 30px;
    margin: 0 auto;
    padding: 10px;
}

.target-client-connector{
    position: relative;
}

.connector-dot{
    width: 30px;
    height: 10px;
    overflow: hidden;
    position: relative;
    padding-top: 2px;
}

.connector-dot:after{
    display: block;
    content: '';
    background: transparent;
    border-top: 2px dashed #000;
}

.purple-ball{
    width: 10px;
    height: 10px;
    background: var(--color-theme-3);

    border-radius: 50%;

    position: absolute;
    bottom: 7px;
    right: 50%;
    transform: translateY(-50%);
}

.award-seller-origin {
    position: relative;
}

.award-seller-origin{
    width: 100%;
    margin-bottom: 1rem;
}

.section-title-seller-origin{
    text-align: center;
}

.section-title-seller-origin h4{
    color: var(--color-theme-1);
    margin-bottom: 1rem;
}

/*==========================*/
/*FULFILLMENT SECTION*/
/*==========================*/
.fulfillment-services-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

    width: 100%;
}

.fulfillment-services-title p{
    width: 25%;
    font-size: 8px;
    text-align: center;
}

.fulfillment-services-img{
    width: 100%;
    margin: 0 auto 1rem auto;
}

.section-icon{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.gallery-slide{
    padding: 1rem;
    text-align: center;
}

.gallery-slide img{
    width: 150px;
    height: 60px;
    object-fit: contain;

    margin-left: auto;
    margin-right: auto;
}

.reason{
    position: relative;
    display: block;
    padding: 1rem;
    margin-bottom: 2rem;
    z-index: 1;

    background: var(--color-white);

    box-shadow: -1px 1px 15px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: -1px 1px 15px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: -1px 1px 15px 5px rgba(0,0,0,0.2);
}

.reason-icon{
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
}

.reason-text{
    width: 100%;
}

.reason-text h3{
    font-size: 16px;
    text-align: center;
    color: var(--color-theme-1);
    font-weight: 700;
}

.reason-text p{
    text-align: center;
}

.reason-video{
    text-align: center;
}

.reason-video, .video-thumbnail{
    border-radius: 25px;
    overflow: hidden;
}

video{
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}

#service-wrapper .center-title{
    background-image: linear-gradient(to bottom right, rgb(213, 213, 213) 0%, white 100%);
}

#service-wrapper .center-title h3{
    font-size: 10px;
    font-weight: bold;
}

.center-title h4 {
    font-weight: bold;
    background: var(--gradient-right);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.com-title{
    position: absolute;
    transform: translate(-50%,-50%);
    display: block;
    text-align: center;
}

#title-com-1 {
    top: 18%;
    left: 18%;
}

#title-com-2 {
    top: 62%;
    left: 20%;
}

#title-com-3{
    top: 73%;
    left: 50%;
}

#title-com-4{
    top: 62%;
    left: 75%;
}

#title-com-5 {
    top: 18%;
    left: 82%;
}

#service-wrapper .center-circle{
    top: 25%;
}

.com-icon{
    position: absolute;
    width: 18%;
    height: 18%;
    object-fit: contain;
    transform: translate(-50%,-50%);
    transition: ease .3s all;
}

.com-icon:hover{
    transform: translate(-50%,-50%) scale(1.10);
    transition: ease .3s all;
}

#icon-com-1{
    top: 37%;
    left: 23%;
}

#icon-com-2{
    top: 50%;
    left: 33%;
}

#icon-com-3{
    top: 55%;
    left: 50%;
}

#icon-com-4{
    top: 50%;
    left: 67%;
}

#icon-com-5{
    top: 37%;
    left: 77%;
}

.circle-point-mobile{
    margin-top: -80px;
}

.circle-point-mobile ol{
    padding-left: 40px;
}

/*==========================*/
/*INTELLIGENCE SECTION*/
/*==========================*/
.ai-data-text h3{
    color: var(--color-theme-1);
}

.ai-data-examples ul{
    display: flex;
    flex-wrap: wrap;
    padding-left: 20px;
    list-style: disc;
}

.ai-data-examples ul li{
    width: 50%;
    margin-bottom: 1rem;
}

.functions-container {
    background-image: linear-gradient(to bottom right, var(--color-theme-1) 0%, var(--color-theme-2) 50%, var(--color-theme-3) 100%);
    box-shadow: 3px 3px rgb(33, 33, 33);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem;
    margin-bottom: 2rem;
}

.functions-text p{
    color: var(--color-white);
    text-align: center;
    margin-bottom: 0;
}

.functions-image{
    margin-bottom: 1rem;
    text-align: center;
}

.functions-image img{
    width: 50%;
}

.bg-divider-left:after{
    background-position: left;
}

footer a:hover{
    color: var(--color-light-gray);
}

.main-slider__slide{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg-shape-1{
    position: absolute;
    top: 15%;
    left: 0;
    transform: translate(-50%,-40%);

    width: 50%;
    opacity: 0.7;
}

.section-award img{
    position: relative;
    z-index: 11;
}

footer{
    position: relative;
    z-index: 11;
}

.bg-shape-2{
    background-image: url("../png/bg-shape-2.png");
}

.bg-shape-3{
    background-image: url("../png/bg-shape-3.png");
    z-index: 10;
}

.bg-shape-4{
    background-image: url("../png/bg-shape-5.png");
    z-index: 10;
}

.footer-info .footer-icon{
    width: 30px;
    text-align: center;
    padding-top: 5px;
}

.footer-info .footer-icon:before{
    width: 30px;
    display: block;
}

.bg-journey{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,0%) scale(1.3);
    display: none;
}

.review-2{
    position: relative;
    overflow: unset;
}

.message-arrow{
    position: absolute;
    left: 70%;
    bottom: -30px;

    width: 30px;
    height: 30px;

}

.review-2{
    margin-bottom: 3rem;
}

.client-reviewer-2{
    display: flex;
    justify-content: start;
    margin-bottom: 2rem;

    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.client-reviewer-2 img{
    align-self: center;

    width: 40px;
    height: 40px;
    object-fit: contain;

    background: var(--color-white);
    margin-right: 1rem;
}

.vm-content h3{
    font-weight: 700;
}

.review-2 .client-desc{
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.wo-border{
    border: 0;

    background-image: linear-gradient(to top, #E2E2E4 25%, transparent 90%);

    box-shadow: 5px 8px 10px -3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 5px 8px 10px -3px rgba(0,0,0,0.2);
    -moz-box-shadow: 5px 8px 10px -3px rgba(0,0,0,0.2);
}

.wo-border .center-title{
    width: 95%;
    height: 95%;
    background-image: linear-gradient(to top, #f3f3f3 0%, #f6f6f6 50%)!important;
}

.video-thumbnail{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 95%;
    z-index: 22;
}

.challenge-title{
    position: absolute;
    transform: translate(-50%,-50%);
    text-align: center;
    z-index: 11;

    max-width: 50px;

    font-size: 8px;
}

#title-challenge-1{
    top: 11%;
    left: 60%;
}

#title-challenge-2{
    top: 26%;
    left: 83.5%;
}

#title-challenge-3{
    top: 50%;
    left: 92%;
}

#title-challenge-4{
    top: 74%;
    left: 83.5%;
}

#title-challenge-5{
    top: 90%;
    left: 62%;
}

#title-challenge-6{
    top: 90%;
    left: 37%;
}

#title-challenge-7{
    top: 74%;
    left: 13.5%;
}

#title-challenge-8{
    top: 50%;
    left: 6%;
}

#title-challenge-9{
    top: 26%;
    left: 13%;
}

#title-challenge-10{
    top: 11%;
    left: 39%;
}

.usp-1,
.usp-2,
.usp-3{
    position: absolute;
    transform: translate(-50%,-50%);
}

.usp-1{
    top: 60%;
    left: 18%;
}

.usp-2{
    top: 55%;
    left: 50%;
}

.usp-3{
    top: 65%;
    left: 79%;
    transform: translate(-40%,-50%);
}

.reach-image{
    width: 80%;
    margin: 0 auto;
}

.btn-play{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: white;
    background-image: var(--gradient-right);

    width: 50px;
    height: 50px;

    border-radius: 50%;

    font-size: 20px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

