.an-ecommerce-banner {
    background-image: url(../img/ecommerce/banner-img.webp);
    background-size: cover;
    background-position: center;
    color: white;
}
h1, h2, h3 {
    font-family: Inter;
  }
.an-ecommerce-banner h1 span {
    font-size: 72px;
    display: block;
    line-height: 72px;
    font-weight: 700;
}

.an-ecommerce-banner h1 b {
    font-size: 72px;
    color: white;
    font-weight: 700;
    line-height: 72px;
    display: block;
}
.an-ecommerce-banner h1 {
    font-size: 150px;
    font-weight: 800;
    line-height: 140px;
    color: #f2b424;
}
.an-ecommerce-banner p {
    margin-bottom: 40px;
}
.an-ecommerce-section-1 {
    text-align: center;
}

.an-ecommerce-section-1 h2 {
    font-size: 72px;
    font-weight: 700;
    color: black;
    margin-bottom: 40px;
}

.an-ecommerce-section-1 h2 span {
    display: block;
    color: #fa602d;
}

.an-ecommerce-section-1 p {
    max-width: 100%;
    width: 1170px;
    margin: auto;
    margin-bottom: 50px;
}

.an-ecommerce-section-1  .row {
    margin-top: 100px;
}

.an-ecommerce-section-1  figure img {
    height: 100px;
}

.an-ecommerce-section-1 figure {
    margin-bottom: 30px;
}

.an-ecommerce-section-1 h3 {font-size: 30px;font-weight: 800;}
.an-ecommerce-section-2 .row {
    align-items: center;
}

.an-ecommerce-section-2 {
    background: #f2b424;
    text-align: right;
}

.an-ecommerce-section-2 figure {
    margin-bottom: 0px;
    height: 100%;
}

.an-ecommerce-section-2 figure img {
    height: 100%;
    max-width: 100%;
}

.an-ecommerce-section-2 h2 {
    font-size: 72px;
    font-weight: 800;
    color: black;
    line-height: 72px;
    margin-bottom: 20px;
}

.an-ecommerce-section-2 p {
    color: white;
}

.mf-cta-aisection {
    background: #f3b500;
}
.an-ecommerce-section-3 {
    padding: 100px 0;
    align-items: baseline;
}
.an-ecommerce-section-3 .row.first-row{
    border-radius: 50px;
    background-color: rgb(82, 0, 170);
    padding: 80px 0 200px;
}

.inner-buyer {
    text-align: center;
}

.inner-buyer h2 {
    font-size: 72px;
    font-weight: 800;
    color: #f3b500;
    margin-bottom: 35px;
}

.inner-buyer p {
    color: white;
    max-width: 90%;
    margin: auto;
    font-weight: 500;
    margin-bottom: 20px;
}
.journey-txt{
    border-radius: 20px;
    background-color: rgb(243, 181, 0);
    box-shadow: 0px -11px 26.56px 5.44px rgba(0, 0, 0, 0.35);
    text-align: center;
    margin-top: -100px;
    padding: 0 50px 70px;
    min-height: 600px;
}
.journey-txt figure{
    width: 175px;
    height: 175px;
    border-radius: 50%;
    background-color: rgb(243, 181, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    position: relative;
    top: -75px;
    margin-bottom: -50px;
}
.journey-txt figure img{
}
.journey-txt h6{
    color: #5200aa;
    font-size: 45px;
    font-weight: 800;
    margin-bottom: 25px;
}
.journey-txt p{
    color: black;

}
.mf-chosen-process-section{
    background: url(../img/ecommerce/work-bg.webp) no-repeat;
    background-size: cover;
    align-items: baseline;
    padding: 130px 0;
}
.mf-chosen-process-section .an-primary-heading{
    text-align: center;
    font-weight: 800;
    color: black;
}
.mf-chosen-process-section .an-primary-heading + p{
    text-align: center;
    color: black;
}

.mf-chosen-process-section  .process-chose {
    border: 15px solid rgb(243, 181, 0);
    border-radius: 40px;
    background-color: rgb(252, 98, 34);
    padding: 100px 80px;
}
.inner-chosen{
    text-align: center;
    color: white;
    padding: 10px 15px;
}
.inner-chosen h4{
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 15px;
    border-bottom: 1px solid white;
}
.inner-chosen p{
    font-size: 20px;
    font-weight: 500;
}

.mf-technalogy-section {
    background: #5200aa;
    flex-direction: column;
    position: relative;
    padding-bottom: 0;
}

.mf-technalogy-section marquee {
    z-index: -1;
    -webkit-text-fill-color: #5200aa;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #f45e2f;
    font-size: 120px;
    font-family: akira;
}

.inner-technology {
    text-align: end;
}

.inner-technology h2 {
    font-size: 72px;
    color: white;
    font-weight: 800;
    font-family: 'Inter';
    margin-bottom: 30px;
}

.inner-technology h2 span {
    color: #f3b500;
}

.inner-technology p {
    color: white;
    font-weight: 500;
    font-size: 20px;
}

.mf-technalogy-section img {
    max-width: 100%;
}

.mf-technalogy-section .last-slides {
    position: absolute;
    bottom: 0;
}

.mf-technalogy-section .row {
    padding: 60px 0px 0;
}

.mf-web-solution{
    background: #f3b500;
    padding: 120px 0;
}
.inner-solution{
    text-align: center;
}
.inner-solution h2{
    font-size: 72px;
    color: black;
    font-family: 'Inter';
    font-weight: 800;
    margin-bottom: 40px;
}
.inner-solution p{
    color: black;
    margin-bottom: 50px;

}
.inner-solution a{
    text-transform: inherit;
}

.mf-ai-testimonial-section {
    background: url(../img/ai/testimonails-bg.webp) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.mf-ai-testimonial-section .an-primary-heading {
    color: #f3b500;
    font-size: 70px;
    font-family: 'Inter';
    font-weight: 800;
}
.ai-test-inner{
    background: #fff;
}
.ai-test-inner span{
    font-size: 30px;
    font-weight: 600;
    color: black;
}
.an-testimonial-item p {
    font-size: 23px;
    margin-bottom: 0px;
    color: black;
}
.mf-portfolio-section .an-primary-heading{
    color: #5200aa;
    font-weight: 800;
    max-width: 90%;
    margin: auto;
    margin-bottom: 20px;
    line-height: 1;
}
.mf-portfolio-section .an-primary-heading + p{
    font-size: 30px;
}


.mf-trend-section{
    background: #5200aa;
    min-height: 800px;  
    padding-bottom: 0px;
}
.mf-trend-section .row {
    align-items: center;
}
.inner-trend h2{
    font-size: 72px;
    color: white;
    font-weight: 800;
    margin-bottom: 30px;
}
.inner-trend h2 span{
    color: #f3b500;
}
.inner-trend p{
    color: white;
    margin-bottom: 50px;
}