.mf-ios-banner {
    background: #5200aa;
    color: white;
    padding: 100px 0;
}

.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);
}

.ios-ban {
    position: relative;
}

.ios-ban .ios-app-banner.is-inview {
    position: absolute;
    right: -250px;
    top: -250px;
}

.mf-ios-banner h1 {
    font-size: 72px;
    font-family: 'Inter';
    font-weight: 800;
}

.mf-ios-banner h1 span {
    color: #f3b500;
}


.mf-seam-section{
    background: url(../img/ios/seam-bg.webp) no-repeat;
    background-size: cover;
    padding-top: 90px;
}

.seam-txt{}
.seam-txt h2{
    font-size: 58px;
    font-weight: 800;
    color: black;
    font-family: 'Inter';
}
.seam-txt h2 span{
    color: #fc6222;
    font-size: 96px;
    margin-left: 30px;
    display: inline-block;
}
.seam-txt p{
    font-size: 24px;
    font-weight: 500;
    color: black;
}
.mf-seam-section .row {
    align-items: center;
}
.mf-solution-section{
    background: #f3b500;
    padding: 130px 0 160px;
}
.solution-sd {
    text-align: end;
    margin-top: -220px;
}
.mf-solution-section .seam-txt h2 span{
    color: #5200aa;
}
.mf-solution-section .seam-txt p{
    margin-bottom: 15px;
}
.mf-solution-section .seam-txt p + p{
    padding-bottom: 30px;
}

.mf-ios-connect .an-primary-heading{
    font-family: 'Inter';
    font-weight: 800;
}
.mf-ios-connect .an-primary-heading span{
    color: #fc6222;
}
.mf-ios-connect .an-primary-heading + p{
    font-size: 24px;
}
.mf-ios-connect .an-why-connect-box h4{
    font-size: 36px;
}
.mf-ios-connect .an-why-connect-box p{
    font-size: 24px;
}
.mf-unique-ios{
    background: url(../img/ios/unique-bg.webp) no-repeat;
    background-size: cover;
    padding: 170px 0;
}
.unique-txt{}
.unique-txt h2{
    font-size: 85px;
    color: black;
    font-family: 'akira';
    font-family: 'Inter';
    font-weight: 800;
    padding-bottom: 25px;
}
.unique-txt h2 span{
    display: block;
    font-size: 120px;
    color: #fc6222;
}
.unique-txt p{
    font-size: 24px;
    font-weight: 500;
}
.unique-txt p:nth-child(even),
.unique-txt p:nth-child(odd) {
    margin-bottom: 30px;
}

.mf-offer-section {
    background: #5200aa;
    padding: 200px 0 190px;
    position: relative;
}

.inner-offers h2 {
    font-size: 60px;
    color: white;
    font-family: 'Inter';
    font-weight: 900;
    color: #f3b500;
    padding-bottom: 20px;
}
.inner-offers p {
    color: white;
    line-height: inherit;
    padding-bottom: 80px;
}
.offer-side {
    position: absolute;
    bottom: 0;
    right: 60px;
}

.offer-side img {
    max-width: 90%;
}

.mf-brand-testimonial-section {
    background: url(../img/brand/review-bg.webp) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.mf-brand-testimonial-section .an-primary-heading {
    color: black;
    font-size: 85px;
    font-family: 'Inter';
    font-weight: 800;
}

.ai-test-inner {
    background: #fc6222;
}

.ai-test-inner span {
    font-size: 30px;
    font-weight: 600;
    color: black;
}


.mf-cta-aisection {
    background: #f3b500;

}