.an-bigdata-banner {
    background: url(../img/big-data-banner.webp);
    background-size: cover;
    background-position: center;
    color: white;
}
.an-bigdata-banner h4 {
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 2px;
}

.an-bigdata-banner h1 {
    font-size: 75px;
    line-height: 1;
    margin-bottom: 0px;
    color: white;
    font-family: 'Inter';
    font-weight: 800;
}

.an-bigdata-banner p {
    font-size: 20px;
    margin-top: 30px;
    max-width: 70%;
}

.an-bigdata-banner h4 span {
    color: #f3b500;
}

.an-about-bigdata-section-1 {
    background-color: #f3b500;
    text-align: center;
    color: black;
    background-image: url(../img/big-data-pattern.webp);
    background-size: contain;

}

.an-about-bigdata-section-1 h2 {
    font-size: 72px;
    font-family: 'Inter';
    font-weight: 800;
    text-transform: capitalize;
}

.an-about-bigdata-section-1 h2 + p {
    font-size: 20px;
    max-width: 80%;
    margin: auto;
    margin-bottom: 50px;
}

.an-about-bigdata-section-1 figure img {
    height: 150px;
}

.an-about-bigdata-section-1 figure {
    margin-bottom: 40px;
}

.an-about-bigdata-section-1 h4 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

.an-about-bigdata-section-1 p {
    font-size: 20px;
}

.an-about-bigdata-section-1  .row>div {
    padding: 0px 20px;
}
.an-about-bigdata-section-1:before{
    content: "";
    position: absolute;
    width: 1320px;
    height: 100%;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    background: #f3b500;
    z-index: -1;
}


.an-bigdata-section-2 {
    background: white;
    text-align: center;
    overflow: hidden;
}

.an-bigdata-section-2 h2 {
    font-size: 72px;
    color: #5207a8;
    font-family: 'Inter';
    font-weight: 800;
}

.an-bigdata-section-2 h3 {
    color: black;
    font-size: 112px;
    font-weight: 800;
    font-family: 'Inter';
}

.an-data-evolution-item {
    padding: 40px 30px;
    background: #f3b500;
    border-radius: 23px;
    min-height: 300px;
    transition: 0.5s;
}

.an-data-evolution-item h5 {
    font-size: 26px;
    font-weight: 700;
    color: black;
    border-bottom: 2px solid white;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.an-data-evolution-item p {
    font-size: 19px;
    color: black;
}

.an-bigdata-section-2 .row {
    margin-top: 50px;
}

.an-bigdata-section-2 .row>div:nth-child(2) {
    margin-top: 50px;
}
.an-bigdata-section-2:before {
    content: "";
    position: absolute;
    width: 1320px;
    height: 100%;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../img/bigData-section-2-bg.webp);
    z-index: -1;
    background-color: white;
    background-size: cover;
}
.an-bigdata-section-2>span {
    position: absolute;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 150px;
    width: 200px;
    top: 0px;
    left: 20px;
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'akira';
    color: white;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #5207a8;
    height: 100%;
    z-index: -11;
}
.an-bigdata-section-2 span.an-second-marquee {
    left: auto;
    right: 0px;
}
.an-bigdata-section-2>span.an-first-marquee {
    top: 200px;
}
.an-data-evolution-item:hover {
    box-shadow: 0px 7px 33px 0px hsl(0deg 0% 0% / 37%);
}

.an-bigdata-section-3 {
    text-align: center;
    color: white;
    background: #5207a8;
    background-image: url(../img/big-data-pattern.webp);
    background-size: contain;
}

.an-bigdata-section-3 h2 {
    font-size: 95px;
    color: #f2b424;
    font-family: 'Inter';
    font-weight: 800;
}

.an-bigdata-section-3 h2 + p {
    font-size: 17px;
    margin-bottom: 80px;
}

.an-bigdata-section-3::before {
    content: "";
    position: absolute;
    width: 1320px;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    background: #5207a8;
    z-index: -1;
    height: 100%;
}

.an-big-data-process-wrapper figure img {
    height: 100px;
}

.an-big-data-process-wrapper figure {
    margin-bottom: 40px;
}

.an-big-data-process-wrapper  h4 {
    font-size: 29px;
    font-weight: 600;
    color: #f2b424;
    margin-bottom: 20px;
}

.an-big-data-process-wrapper p {
    font-size: 16px;
}

.an-bigdata-section-3 .row>.col:nth-child(odd) {
    margin-top: 130px;
}
.an-bigdata-section-4 {
    background: #f0b324;
}

.an-bigdata-section-4::before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% - 300px);
    left: 0px;
    top: 150px;
    background-image: url(../img/unique-bg.webp);
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.an-unique-edge-wrapper {
    max-width: 1000px;
    background: white;
    padding: 70px;
    border-radius: 30px;
    margin: auto;
    text-align: center;
    box-shadow: 16px 20px 39px -1px #00000030;
}

.an-unique-edge-wrapper h2 {
    font-size: 100px;
    color: #5207a8;
    line-height: 1;
    margin-bottom: 20px;
    font-family: 'Inter';
    font-weight: 900;
}

.an-unique-edge-wrapper h2 span {
    font-size: 84px;
    display: block;
}

.an-unique-edge-wrapper p {
    font-size: 23px;
    margin-bottom: 30px;
}
.an-bigdata-section-4 murquee {
    position: absolute;
}

.an-bigdata-section-4 marquee {
    position: absolute;
    z-index: -1;
    -webkit-text-fill-color: #f0b324;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #5207a8;
    font-size: 100px;
    font-family: akira;
}

.an-bigdata-section-4 marquee.first {
    top: 0px;
    left: 0px;
}
.an-bigdata-section-4 marquee.second {
    bottom: 0px;
    left: 0px;
}
.mf-offering-section {
    padding: 120px 0px;
    position: relative;
}
.mf-offering-section:before {
    content: '';
    position: absolute;
    background: url(../img/ai/offer-lines.webp) no-repeat;
    width: 160px;
    height: 100%;
    left: 0;
}

.offer-side {
    position: relative;
    /* left: -190px; */
}

.mf-offering-section .row {
    align-items: center;
}

.offer-txt h4{
    font-size: 75px;
    color: black;
    font-family: 'akira';
}
.offer-txt h4 span{
    color: #fc6222;
    font-size: 110px;
    display: block;
    line-height: 70px;
}
.offer-txt h4 small{
    font-size: 55px;
    line-height: 55px;
    display: block;
}
.offer-txt h4 strong{
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #000000;
}
.offer-txt p{
    font-size: 30px;
    font-weight: 500;
    color: black;
    padding-top: 40px;
    padding-bottom: 100px;
}
.offer-txt {
}
.offer-txt .quote-btn:hover{
    background: black;
    color: white;
}
.mf-portfolio-section{
    background: url(../img/ai/process-sd.webp) no-repeat;
}
.mf-portfolio-section h2.an-primary-heading{
    color: #5200aa; 
}
.mf-portfolio-section h2.an-primary-heading + p{
    font-size: 30px;
    color: black;
    font-weight: 600;
}
.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;
}


.mf-cta-aisection{
    background: #f3b500;

}
.an-bigdata-banner h1 span {
    color: #f3b500;
    display: block;
}
.quote-btn {
    font-size: 22px;
    color: white;
    display: inline-block;
    padding: 15px 30px;
    background: #fc6222;
    border-radius: 40px;
    text-transform: uppercase;
    font-weight: 500;
}
.quote-btn:hover {
    background: white;
    color: black;
    transform: translateY(-5px);
}
.mf-cta-aisection, .mf-android-cta {
    background: #f3b500;
}


.mf-offering-section {
    padding: 120px 0px;
    position: relative;
}
.mf-offering-section:before {
    content: '';
    position: absolute;
    background: url(../img/curious-lines.webp) no-repeat;
    width: 160px;
    height: 100%;
    left: 0;
}

.offer-side {
    position: relative;
}

.mf-offering-section .row {
    align-items: center;
}

.offer-txt h4{
    font-size: 72px;
    color: black;
    font-weight: 800;
    line-height: 1;
    font-family: 'Inter';
}
.offer-txt h4 span{
    color: #fc6222;
    font-size: 110px;
    display: block;
    line-height: 70px;
}
.offer-txt h4 small{
    font-size: 55px;
    line-height: 55px;
    display: block;
}
.offer-txt h4 strong{
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #000000;
}
.offer-txt p{
    font-size: 26px;
    font-weight: 500;
    color: black;
    padding-top: 20px;
    padding-bottom: 100px;
}

.offer-txt .quote-btn:hover{
    background: black;
    color: white;
}
.an-testimonial-item p {
    color: black;

}