.an-influencer-marketing-banner {
    background: #5200aa;
    color: white;
}

.an-influencer-marketing-banner h1 {
    font-size: 66px;
    font-family: 'Inter';
    font-weight: 800;
}

.an-influencer-marketing-banner h1 span {
    display: block;
    color: #f2b424;
}

.an-influencer-marketing-banner h4 {
    font-size: 40px;
    margin-bottom: 20px;
}

.an-influencer-marketing-banner p {
    font-size: 21px;
    margin-bottom: 40px;
}

.an-influencer-marketing-banner a {
    /* font-size: 22px; */
    /* display: inline-block; */
    /* padding: 13px; */
    /* width: 190px; */
    /* text-align: center; */
    /* background: #fa602d; */
    /* color: white; */
    /* border-radius: 20px; */
    margin-bottom: 40px;
}

.an-influencer-marketing-banner ul {
    list-style: none;
    padding-left: 0px;
}

.an-influencer-marketing-banner ul li {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

.an-influencer-marketing-banner ul li i {
    color: #f2b424;
    margin-right: 10px;
    font-size: 30px;
    line-height: 0px;
    position: relative;
    top: 4px;
}

.influncer-banner-img {
    position: absolute;
    max-width: 46%;
    left: 0px;
    bottom: 0px;
    z-index: -1;
}

.influncer-banner-img img {
    width: 100%;
}

.influncer-banner-img i {
    font-size: 50px;
    position: absolute;
    color: red;
    transition: 0.5s;
    opacity: 0;
    transform: scale(0);
}

.influncer-banner-img i:nth-child(1) {
    top: 20%;
    right: 10%;
    animation: lieanimation 1s linear infinite;
}

.influncer-banner-img i:nth-child(2) {
    top: 30%;
    right: 20%;
    animation: lieanimation 2.5s linear infinite;
}

.influncer-banner-img i:nth-child(3) {
    top: 40%;
    right: 5%;
    animation: lieanimation 4s linear infinite;
}

.influncer-banner-img i:nth-child(4) {
    top: 60%;
    right: 40%;
    animation: lieanimation 2s linear infinite;
}

.influncer-banner-img i:nth-child(5) {
    top: 18%;
    right: 40%;
    animation: lieanimation 3s linear infinite;
}

.influncer-banner-img i:nth-child(6) {
    top: 35%;
    right: 40%;
    animation: lieanimation 2s linear infinite;
}

@keyframes lieanimation {
    0% {
        transform: scale(0) translateY(0px);
        opacity: 0;
    }
    90% {
        transform: scale(1) translateY(-100px);
        opacity: 0.8;
    }
    100% {
        transform: scale(1) translateY(-100px);
        opacity: 0;
    }
}

.influencer-section-1 {
    background: url(../img/influencer/sec-two.webp) no-repeat;
    background-size: cover;
    flex-direction: column;
    justify-content: flex-start;
    padding: 100px 0px;
}

.influencer-section-1 .an-primary-heading {
    text-align: center;
    font-family: 'Inter';
    font-weight: 800;
    color: black;
}

.influencer-section-1 .an-primary-heading span {
    color: #5200aa;
}

.influencer-section-1 .an-primary-heading+p {
    font-weight: 500;
    color: black;
    max-width: 75%;
    margin: auto;
    text-align: center;
}

.influencer-section-1 .row {
    justify-content: space-between;
    padding-top: 90px;
}

.inner-create {
    text-align: center;
    padding: 10px 20px;
    padding-bottom: 50px;
}

.inner-create img {
    margin-bottom: 20px;
}

.inner-create h4 {
    font-weight: 700;
    color: black;
    font-size: 40px;
}

.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);
}

.influencer-section-1 .quote-btn:hover {
    background: black;
    color: white;
}

.mf-booster-section {
    background: #5200aa;
    padding: 100px 0px;
    align-items: baseline;
}

.mf-booster-section .an-primary-heading {
    color: white;
    text-align: center;
    font-family: 'Inter';
    font-weight: 800;
}

.mf-booster-section .an-primary-heading span {
    color: #f3b500;
}

.mf-booster-section .an-primary-heading+p {
    text-align: center;
    color: white;
    font-weight: 500;
    max-width: 80%;
    margin: auto;
    position: relative;
    z-index: 11;
}

.inner-boost {}

.inner-boost img {
    display: block;
    margin-bottom: 40px;
}

.inner-boost h4 {
    color: #f3b500;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
}

.inner-boost p {
    color: white;
    font-weight: 500;
}

.mf-booster-section .row {
    padding-top: 100px;
    align-items: center;
}

.mf-booster-section figure img {
    border-radius: 20px;
}

.mf-android-cta {
    background: #f3b500;
}

.mf-own-section {
    background: url(../img/influencer/create-bg.webp) no-repeat;
    background-size: cover;
    padding-bottom: 0;
}

.inner-own {}

.inner-own h4 {
    font-size: 72px;
    color: #5200aa;
    font-weight: 800;
}

.inner-own h4 span {
    color: #fc6222;
}

.mf-own-section .row {
    align-items: center;
}

.mf-platform-section {
    background: #5200aa;
    position: relative;
    padding: 250px 0 200px;
}

.inner-platform h4 {
    font-size: 70px;
    font-weight: 800;
    color: white;
}

.inner-platform span {
    color: #f3b500;
}

.platform-txt p {
    color: white;
    font-weight: 500;
}

.platform-txt {
    text-align: end;
    margin-top: 160px;
}

.platform-txt p+p {
    margin-bottom: 130px;
    margin-top: 40px;
}

.girl-platform-center img {
    max-width: 100%;
}

.girl-platform-center {
    position: absolute;
    max-width: 50%;
    left: 50%;
    bottom: -100px;
    z-index: -1;
    transform: translate(-50%, 0px);
}

.mf-platform-section .row {
    justify-content: space-between;
}

.mf-platform-section:before {
    content: '';
    position: absolute;
    background: url(../img/influencer/line-platform.webp) no-repeat;
    background-size: contain;
    background-position: right;
    width: 100%;
    height: 460px;
    z-index: -1;
}

.message-box {
    position: absolute;
    right: 140px;
    top: 200px;
}

.single-box {
    position: absolute;
    left: 100px;
    bottom: 140px;
}

@keyframes ling-scale {
    0% {
        transform: scale(0.90);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(0.90);
    }
}

.single-box img,
.message-box img {
    animation: ling-scale infinite 2s linear;
}

.mf-creator-section {
    background: #fc771c;
    align-items: baseline;
    padding: 100px 0 150px;
}

.mf-creator-section .an-primary-heading {
    font-family: 'Inter';
    font-weight: 800;
    color: white;
    text-align: center;
}

.mf-creator-section .an-primary-heading+p {
    color: white;
    text-align: center;
    font-weight: 500;
    max-width: 85%;
    margin: auto;
}

.mf-creator-section .row {
    padding-top: 80px;
    align-items: center;
}

.inner-food h4 {
    font-size: 60px;
    color: black;
    font-weight: 800;
}

.inner-food p {
    color: white;
    font-weight: 500;
    margin-top: 35px;
}

.mf-enterpreneur-section {
    align-items: baseline;
    padding-bottom: 0;
}

.inner-enter span {
    color: #f3b500;
    font-size: 20px;
    font-weight: 700;
    display: block;
    padding-bottom: 40px;
    text-transform: uppercase;
}

.inner-enter p {
    font-weight: 600;
    color: black;
    padding-bottom: 40px;
    font-size: 30px;
}

.mf-enterpreneur-section .row {
    align-items: center;
}

.mf-focus-section {
    background-color: #f4f4f3;
}

.focus-txt {
    text-align: end;
}

.focus-txt h4 {
    font-weight: 800;
    color: #5200aa;
    font-size: 72px;
    margin-bottom: 30px;
}

.focus-txt h4 span {
    color: #f3b500;
}

.focus-txt p {
    font-weight: 500;
    color: black;
}

.mf-benefit-section {
    background: #5200aa;
    padding: 100px 0px;
}

.mf-benefit-section .an-primary-heading {
    color: white;
    text-align: center;
    font-family: 'Inter';
    font-weight: 800;
}

.mf-benefit-section .an-primary-heading span {
    color: #f3b500;
}

.mf-benefit-section .an-primary-heading+p {
    font-weight: 500;
    color: white;
    text-align: center;
}

.inner-benefit {
    gap: 20px;
    display: flex;
    align-items: end;
    padding: 15px 50px 30px;
    border: 5px solid white;
    border-radius: 10px;
    margin-bottom: 50px;
}

.bene-txt h4 {
    font-size: 35px;
    font-weight: 800;
    color: white;
    margin: 0;
}

.bene-txt h4 span {
    color: #fc6222;
}

.mf-benefit-section .row {
    padding-top: 60px;
}

.mf-operate-section {
    align-items: baseline;
    padding: 150px 0;
}

.mf-operate-section .an-primary-heading {
    color: #5200aa;
    font-weight: 800;
    font-family: 'Inter';
    text-align: center;
}

.inner-operate {}

.inner-operate h4 {
    font-size: 45px;
    color: #fc6222;
    font-weight: 800;
    margin-bottom: 40px;
}

.inner-operate p {
    color: black;
    font-weight: 500;
}

.inner-operate p+p {
    margin-bottom: 30px;
}

.inner-operate p:nth-child(2) {
    margin-bottom: 30px;
}

.mf-operate-section .row {
    align-items: center;
    padding-top: 80px;
}

.mf-operate-section img {
    border-radius: 20px;
}

.mf-build-section {
    background: url(../img/influencer/build-sd.webp) no-repeat;
    background-size: cover;
    position: relative;
    padding: 110px 0 200px;
    min-height: 800px;
}

.inner-build h4 {
    color: #5200aa;
    font-size: 72px;
    font-weight: 800;
    font-family: 'Inter';
    margin-bottom: 40px;
}

.inner-build p {
    font-weight: 500;
    color: black;
    margin-bottom: 40px;
}

.build-mobile {
    position: absolute;
    right: 120px;
    max-width: 40%;
    bottom: -250px;
}

.build-mobile img {
    width: 100%;
}

.mf-build-section .container-xl {
    position: relative;
}

.mf-build-section:before {
    content: '';
    position: absolute;
    background: url(../img/influencer/line-build.webp) no-repeat;
    width: 580px;
    height: 100%;
    right: 23%;
    top: 0;
}

.mf-count-section {
    padding: 100px 0px;
}

.mf-count-section .container-xxl {
    background: #5200aa;
    border-radius: 30px;
    border: 8px solid rgb(243, 181, 0);
    padding: 140px 60px 220px;
    position: relative;
}

.inner-count {}

.inner-count h4 {
    color: white;
    font-size: 72px;
    font-weight: 800;
    font-family: 'Inter';
    max-width: 80%;
    margin-bottom: 30px;
}

.inner-count h4 span {
    color: #f3b500;
}

.inner-count p {
    color: white;
    margin-bottom: 40px;
}

.mf-count-section .container-xxl {
    position: relative;
}

.count-girl {
    position: absolute;
    right: -130px;
    bottom: -60px;
}

.count-girl img {
    max-width: 100%;
}

.heart-one {
    position: absolute;
    top: 100px;
    left: 100px;
}

.message-two {
    position: absolute;
    bottom: 110px;
    left: 20px;
}

.message-one {
    position: absolute;
    top: 100px;
    right: -15px;
}

.heart-two {
    position: absolute;
    bottom: 40%;
    right: 50px;
}

.heart-one img,
.message-two img,
.message-one img,
.heart-two img {
    max-width: 70%;
    animation: ling-scale infinite 2s linear;
}

.mf-faq-section {
    background: url(../img/influencer/faq-section.webp) no-repeat;
    background-size: cover;
    align-items: baseline;
    background-position: center center;
}

.mf-faq-section .an-primary-heading {
    font-family: 'Inter';
    font-weight: 800;
    color: #5200aa;
    text-align: center;
}

.faq {
    padding-top: 50px;
}

.faq .accordion-item {
    margin-bottom: 50px;
}

.faq .accordion-item h2 button.collapsed {
    font-family: 'Inter';
    font-weight: 800;
    font-size: 35px;
    color: black;
}

.faq .accordion-item h2 button {
    font-family: 'Inter';
    color: #fc6222;
    font-weight: 800;
    font-size: 35px;
    background: transparent;
    border-bottom: none;
    box-shadow: none;
}

.faq .accordion-item h2 button:focus {
    outline: none;
    box-shadow: none;
}

.accordion-body p {
    font-size: 24px;
    max-width: 70%;
}

.mf-ultra-creates {
    background: url(../img/influencer/ultra-bg.webp) no-repeat;
    background-size: cover;
    padding-bottom: 0px;
    min-height: auto;
}

.inner-ultracreate h4 {
    font-size: 72px;
    font-weight: 800;
    color: #f3b500;
    margin-bottom: 50px;
}

.inner-ultracreate p {
    color: white;
    margin-bottom: 50px;
}

.inner-ultracreate {
    text-align: end;
}

.mf-ultra-creates .row {
    align-items: center;
    position: relative;
}