@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");

:root {
    --headline: #0d121e;
    --body: #465162;
    --font-family: "DM Sans", sans-serif;
    --inflanar-font-medium: "DM Sans", sans-serif;
    --inflanar-font-regular: "DM Sans", sans-serif;
}

body.in-home5-theme {
    font-family: "DM Sans", sans-serif !important;
    font-size: 16px;
    color: var(--body);
}
p {
    font-family: var(--font-family);
    color: var(--body);
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--headline);
}
body,
button,
input,
select,
optgroup,
textarea {
    font-family: var(--font-family) !important;
}
.inflanar-header--v2 .inflanar-header__middle {
    background: transparent;
}
.inflanar-header__button.inflanar-header__button--v2 {
    gap: 12px;
}
.hero-left-side-shape {
    position: absolute;
    left: 0px;
    top: 0px;
}

.breadcrumb-left-side-shape {
    position: absolute;
    left: 0px;
    top: 0px;
}
.hero-right-side-circle {
    position: absolute;
    right: -3%;
    bottom: -30%;
    width: clamp(300px, 50vw, 940px);
    height: clamp(300px, 50vw, 960px);
    background: var(--secondary-color);
    border-radius: 99999px;
}
.inflanar-btn.inflanar-btn__search {
    background: var(--primary-color);
    color: var(--primary-foreground-color);
    border-bottom: 3px solid #0d121e;
    &:hover {
        background: var(--primary-color);
        color: var(--primary-foreground-color);
    }
    & svg {
        fill: none;
    }
    &:hover svg {
        fill: none;
        color: var(--primary-foreground-color);
    }
}
.wsus__message__button.inflanar-btn {
    background: var(--primary-color);
    color: var(--primary-foreground-color);
    & .wsus__message__button-icon {
        color: var(--primary-foreground-color);
    }
}
.inflanar-header {
    border: none !important;
}
.inflanar-header__logo img {
    max-width: 220px;
    max-height: 48px;
}

.inflanar-header__menu .nav-menu li a {
    color: var(--headline);
    font-weight: 500;
    font-family: var(--font-family);
}

.inflanar-btn.inflanar-btn--header.inline-btn {
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 15px 24px;
    border-radius: 6px;
    border-bottom: 3px solid var(--headline);
    background: var(--secondary-color);
    height: fit-content;
    box-shadow: none;

    &::before {
        display: none;
    }
    & .icon {
        line-height: 18px;
        color: var(--secondary-foreground-color);
        & svg {
            fill: none;
        }
    }
    & .text {
        font-size: 16px;
        font-weight: 500;
        font-family: var(--font-family);
        color: var(--secondary-foreground-color);
        line-height: 18px;
    }
    &:hover {
        background: var(--secondary-color);
        color: #fff;
        & .text {
            color: var(--secondary-foreground-color);
        }
        & .icon {
            color: var(--secondary-foreground-color);
        }
    }
}
.currency-item {
    background: transparent !important;
    padding-left: 0;
    & .select2-container .select2-selection--single {
        padding: 0 0 0 6px;
    }
    & .select2-container {
        width: 93px !important;
    }
    &
        .select2-container
        .select2-selection--single
        .select2-selection__rendered {
        padding-right: 0px;
    }
    &
        .select2-container--default
        .select2-selection--single
        .select2-selection__arrow {
        width: 12px;
    }
    &
        .select2-container--default
        .select2-selection--single
        .select2-selection__arrow
        b {
        background-image: url("data:image/svg+xml,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 0.633816C11.9468 0.446997 11.8569 0.28353 11.6806 0.158011C11.3811 -0.0492418 10.9485 -0.0550799 10.649 0.155092C10.5925 0.195958 10.5359 0.239744 10.4826 0.286449C9.02519 1.56499 7.5644 2.84645 6.10695 4.125C6.07367 4.15419 6.04705 4.18922 5.96719 4.24176C5.9439 4.20673 5.93059 4.16294 5.89731 4.13375C4.42655 2.84062 2.95245 1.5504 1.48168 0.257257C1.22214 0.0295716 0.922659 -0.0579998 0.563286 0.0412478C0.040864 0.1872 -0.172097 0.776848 0.157328 1.16216C0.193931 1.20595 0.237188 1.24681 0.280446 1.28768C1.97749 2.7764 3.6712 4.26511 5.36824 5.75091C5.6777 6.02238 6.07034 6.07492 6.42639 5.89394C6.51291 5.85015 6.58944 5.78594 6.65932 5.72464C8.30644 4.27971 9.95024 2.83478 11.6007 1.39277C11.7837 1.23222 11.9468 1.06875 12 0.838149C12 0.771011 12 0.703873 12 0.633816Z' fill='%230F0F0F'/%3E%3C/svg%3E%0A");
        background-color: transparent;
        background-size: contain;
        background-repeat: no-repeat;
        border: none !important;
        height: 6px !important;
        width: 12px !important;
        margin: auto !important;
        top: auto !important;
        left: auto !important;
        transform: none !important;
    }
    & .select2-container .select2-selection--single {
        gap: 9px;
        justify-content: start;
    }
}

.select2-container--default .select2-results > .select2-results__options {
    overflow-x: hidden;
}
.currency-item
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    font-size: 16px !important;
    font-weight: 500 !important;
    font-family: var(--font-family) !important;
    color: var(--headline) !important;
}
.h-with-lang-switch .inflanar-header__lang {
    background: transparent !important;
    padding-left: 0;
}
.inflanar-header__lang {
    gap: 0 !important;
    & .select2-container .select2-selection--single {
        padding: 0 0 0 6px;
    }
    & .select2-container {
        width: 93px !important;
    }
    &
        .select2-container
        .select2-selection--single
        .select2-selection__rendered {
        padding-right: 0px;
    }
    &
        .select2-container--default
        .select2-selection--single
        .select2-selection__arrow {
        width: 12px;
    }
    &
        .select2-container--default
        .select2-selection--single
        .select2-selection__arrow
        b {
        background-image: url("data:image/svg+xml,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 0.633816C11.9468 0.446997 11.8569 0.28353 11.6806 0.158011C11.3811 -0.0492418 10.9485 -0.0550799 10.649 0.155092C10.5925 0.195958 10.5359 0.239744 10.4826 0.286449C9.02519 1.56499 7.5644 2.84645 6.10694 4.125C6.07367 4.15419 6.04705 4.18922 5.96719 4.24176C5.94389 4.20673 5.93059 4.16294 5.89731 4.13375C4.42654 2.84062 2.95245 1.5504 1.48168 0.257257C1.22213 0.0295716 0.922652 -0.0579998 0.563279 0.0412478C0.0408573 0.1872 -0.172104 0.776848 0.157321 1.16216C0.193924 1.20595 0.237182 1.24681 0.280439 1.28768C1.97748 2.7764 3.67119 4.26511 5.36823 5.75091C5.67769 6.02238 6.07034 6.07492 6.42639 5.89394C6.5129 5.85015 6.58944 5.78594 6.65931 5.72464C8.30644 4.27971 9.95024 2.83478 11.6007 1.39277C11.7837 1.23222 11.9468 1.06875 12 0.838149C12 0.771011 12 0.703873 12 0.633816Z' fill='white'/%3E%3C/svg%3E%0A");
        background-color: transparent;
        background-size: contain;
        background-repeat: no-repeat;
        border: none !important;
        height: 6px !important;
        width: 12px !important;
        margin: auto !important;
        top: auto !important;
        left: auto !important;
        transform: none !important;
    }
    & .select2-container .select2-selection--single {
        gap: 9px !important;
        justify-content: start !important;
    }
}
.inflanar-header__lang
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    font-size: 16px !important;
    font-weight: 500 !important;
    font-family: var(--font-family) !important;
    color: #fff !important;
}
.select2-dropdown.select2-dropdown--below.active {
    left: 0 !important;
    width: fit-content !important;
}
.inflanar-header__button {
    gap: 0px;
}
.inflanar-header__inside {
    padding: 7px 20px;
    background: #fff;
    border-radius: 12px;
}
.inflanar-hero {
    background-color: var(--primary-color);
    background-image: none;
    position: relative;
}
.inflanar-hero .inflanar-hero-shape-stroke {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    color: var(--primary-color);
}
.inflanar-header {
    border-bottom: 1px solid #ff4e0129;
}
.inflanar-anim-shape1 {
    animation: tpupdown 0.8s infinite alternate;
    animation-delay: 0.2s;
}

.inflanar-hero-social.inflanar-hero-social--4 {
    top: 10%;
    left: 5%;
    width: 54px;
    height: auto;
    & img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}
.inflanar-hero__img > img {
    position: relative;
    top: 70px;
}
.inflanar-hero-social.inflanar-hero-social--1 {
    top: 20%;
    right: -24%;
    width: 216px;
    height: auto;
    img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}
.inflanar-hero-social img {
    max-width: fit-content;
}

.inflanar-hero-social.inflanar-hero-social--3 {
    bottom: 23%;
    left: 2%;
}
.inflanar-hero-social.inflanar-hero-social--2 {
    bottom: 22%;
    right: -16%;
    width: 308px;
    height: auto;
    img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}
.big-star,
.small-star {
    transform-origin: center;
    transform-box: fill-box;
    animation: starAnim 5s infinite ease-in-out;
    fill: var(--primary-color);
}

/* Small star starts later */
.small-star {
    animation-delay: 0.8s;
}
@keyframes starAnim {
    /* Hidden */
    0% {
        transform: scale(0);
        opacity: 0;
    }

    /* Appear */
    20% {
        transform: scale(1);
        opacity: 1;
    }

    /* Stay visible */
    60% {
        transform: scale(1);
        opacity: 1;
    }

    /* Both disappear together */
    100% {
        transform: scale(0);
        opacity: 0;
    }
}

.inflanar-hero__sub {
    font-size: 24px;
    color: var(--secondary-color);
    line-height: 20px;
    display: inline-block;
    padding: 0px;
    background: none;
    width: fit-content;
    font-weight: 400;
}
.inflanar-hero__img {
    flex: 1 1 0%;
    min-width: auto !important;
}
.inflanar-hero__inner {
    width: 772px;
}
.inflanar-hero__title {
    font-size: 76px;
    font-weight: 600;
    line-height: 90px;
    margin-top: 24px;
    margin-bottom: 42px;
    color: #fff;
    font-family: var(--font-family);
}
.inflanar-hero__inside {
    padding-top: 87px;
    position: relative;
    z-index: 2;
    min-height: 980px;
}

.inflanar-hero-star {
    position: absolute;
    left: -100px;
    top: -100px;
}
.inflanar-search-form__form {
    border-radius: 8px;
    height: 82px;
    padding: 16px 20px 16px 20px;
}
.inflanar-search-form__group {
    flex: 1 1 0%;
    max-width: 100%;
}
.inflanar-search-form__group input {
    font-size: 22px;
}
.inflanar-search-form__group input::placeholder {
    font-size: 22px;
}
@media only screen and (min-width: 1000px) and (max-width: 10000px) {
    #active-sticky.is-sticky .inflanar-header__middle {
        position: fixed;
        top: 0;
        padding: 0;
        background: #ffffff;
        box-shadow: 0px -98px 134px var(--primary-color);
    }
}

.inflanar-btn {
    background: var(--secondary-color);
    color: var(--secondary-foreground-color);
    &:hover {
        background: var(--secondary-color);
        color: var(--secondary-foreground-color);
    }
}
.inflanar-btn.inflanar-btn--header {
    & .icon {
        & svg {
            fill: none;
        }
    }
    & .text {
        font-weight: 500;
        font-family: var(--font-family);
        font-size: 16px;
    }
}
.inflanar-ptags__list {
    gap: 28px;
}
.inflanar-ptags__list a {
    color: #e9d5ff;
    background: none;
    padding: 0px;
    border: none;
    box-shadow: none;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 24px;
    font-family: var(--font-family);
    &:hover {
        color: #fff;
        background: none;
        border: none;
        box-shadow: none;
        text-decoration: underline;
    }
}
.inflanar-search-form {
    .inflanar-btn.inflanar-btn--search {
        background-color: #0d121e;
        color: #fff;
        border-bottom: 3px solid var(--primary-color);
    }
}

.pd-top-140 {
    padding-top: 140px;
}

.pd-btm-140 {
    padding-bottom: 140px;
}

.marquee-animation-section-wrapper {
    overflow: hidden;
    position: relative;
    height: fit-content;
    padding: 85px 0;
}

.marquee-animation-section .hero-inner-block-5 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    margin-bottom: 0;
    display: flex;
}

.marquee-animation-section .hero-marquee-block {
    background-color: var(--secondary-color);
    color: var(--secondary-foreground-color);
    white-space: nowrap;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 80px;
    font-weight: 400;
    line-height: 1em;
    transform: rotate(-5deg);
    overflow: hidden;
}

.marquee-animation-section .hero-marquee-block._2nd {
    background-color: var(--primary-color);
    color: var(--primary-foreground-color);
    position: absolute;
    inset: auto;
    transform: rotate(5deg);
    overflow: hidden;
}

.marquee-animation-section .hero-marquee-text-block {
    display: inline-block;
    font-weight: bold;
    font-family: Arial, sans-serif;
    padding-right: 100px;
}

@media (max-width: 1024px) {
    .pd-btm-140 {
        padding-bottom: 60px !important;
    }

    .pd-top-140 {
        padding-top: 60px !important;
    }

    .marquee-animation-section-wrapper.pd-top-140.pd-btm-140 {
        padding: 75px 0px !important;
    }
}
.inflanar-section__head {
    gap: 16px;
}
.inflanar-section__title {
    color: var(--headline);
    font-size: 40px;
    font-weight: 500;
    line-height: 52px;
}

.inflanar-category__single {
    background: #fff;
    box-shadow: 15px 15px 45px 0px #0000000f;
    width: 100%;
    height: 100%;
    & .inflanar-category__title {
        color: var(--headline);
        font-size: 28px;
        line-height: 36px;
        font-weight: 500;
        margin-bottom: 6px;
    }
    &:hover {
        transform: translateY(0);
        box-shadow: 15px 15px 45px 0px #0000000f;
        & .inflanar-category__title {
            text-decoration: underline;
        }
    }
}
.inflanar-category {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.inflanar-section-shape {
    background-image: none;
    background-color: #fff;
}

.inflanar-section-shape13 {
    background-color: #ffffff;
    background-image: radial-gradient(
        161.88% 161.88% at 19.5% -12.35%,
        var(--primary-opacity-color) 0%,
        rgba(255, 255, 255, 0) 100%
    );
}

.inflanar-list-tabs a {
    padding: 0;
    border: none !important;
    border-radius: 0 !important;
    color: var(--body) !important;
    height: auto;
}
.inflanar-list-tabs a .icon-wrapper {
    width: 58px;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--primary-color);
    border-radius: 99999px;
    margin-bottom: 8px;
}
.inflanar-list-tabs a svg {
    fill: none;
    color: var(--primary-color);
}
.inflanar-list-tabs a.active::before,
.inflanar-list-tabs a:hover::before {
    background: none;
}
.inflanar-list-tabs a:hover,
.inflanar-list-tabs a.active {
    color: var(--primary-color) !important;
}
.inflanar-list-tabs a:hover .icon-wrapper,
.inflanar-list-tabs a.active .icon-wrapper {
    background: var(--primary-color);
}
.inflanar-list-tabs a.active svg,
.inflanar-list-tabs a:hover svg {
    fill: none;
    color: var(--primary-foreground-color);
}
.inflanar-tbox .inflanar-tbox__title {
    font-size: clamp(26px, 1.5rem + 0.625vw, 36px);
    line-height: clamp(39px, 2.275rem + 0.8125vw, 52px);
    font-weight: 500;
    color: var(--headline);
}
.inflanar-tbox .inflanar-tbox__content {
    font-size: 16px;
    line-height: 26px;
    color: var(--body);
}
.inflanar-btn.inflanar-btn__fifth.h5-primary-btn {
    background: var(--primary-color);
    height: 48px;
    & .text {
        font-size: 18px;
        font-weight: 500;
        color: var(--primary-foreground-color);
        font-family: var(--font-family);
    }
    & .icon {
        & svg {
            fill: none;
            color: var(--primary-foreground-color);
        }
    }
}
.inflanar-tbox__img img {
    box-shadow: none;
}

.mini-header {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    & .mini-header__text {
        font-size: 24px;
        line-height: 32px;
        color: var(--headline);
        font-weight: 500;
        text-align: center;
        & span {
            color: var(--primary-color);
        }
    }
}
.inflanar_brands-list {
    display: flex;
    row-gap: 30px;
    column-gap: 40px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    & .brands__single-v4 {
        width: 160px;
        height: 50px;
        & a {
            display: block;
            width: 100%;
            height: 100%;
            & img {
                width: 100%;
                height: 100%;
                object-fit: contain;
                filter: grayscale(100%);
                opacity: 0.6;
                transition: all 0.3s ease;
            }
        }
        &:hover {
            & a {
                & img {
                    filter: grayscale(0%);
                    opacity: 1;
                }
            }
        }
    }
}
.inflanar-section-shape3 {
    background: none;
}
.video-cta {
    padding-top: 40px;
}
.video-cta_hv4 {
    padding: 80px;
    border-radius: 28px;
    border: 1px solid var(--primary-opacity-color);
    overflow: hidden;
    position: relative;
    & .video-cta__shape1 {
        color: var(--primary-color);
        position: absolute;
        top: -10px;
        right: 0;
        width: 886.16px;
        height: 287.494px;
        transform: rotate(0.272deg);
    }
    & .video-cta__shape2 {
        color: var(--primary-color);
        position: absolute;
        bottom: 90px;
        left: -4%;
        width: 932.695px;
        height: 311.073px;
        transform: rotate(360deg);
    }
}
.video-cta__inner {
    display: flex;
    gap: 50px;
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
    & .video-cta__video {
        width: 533px;
        aspect-ratio: 533/363;
        border-radius: 16px;
        overflow: hidden;
        & .video-cta__card {
            width: 100%;
            height: 100%;
            & img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        }
    }
    & .video-cta__content {
        flex: 1 1 0%;

        & .video-cta__title {
            font-size: clamp(26px, 1.5rem + 0.625vw, 36px);
            line-height: clamp(39px, 2.275rem + 0.8125vw, 52px);
            font-weight: 500;
            color: var(--headline);
        }
        & .video-cta__text {
            color: var(--body);
        }
    }
}
.inflanar-section-shape2.inflanar-section-shape2-v4 {
    background: rgba(250, 251, 253, 1);
}
.faq-section__text {
    font-size: 16px;
    color: var(--body);
    line-height: 26px;
    margin-bottom: 42px;
}
.inflanar-accordion__single {
    border: none !important;
    border-radius: 8px !important;
}
.inflanar-accordion .inflanar-accordion__heading {
    padding: 20px 24px;
    font-size: 20px;
    font-weight: 400;
    color: var(--headline);
}
.accordion-body.inflanar-accordion__body {
    padding: 20px 0;
    color: var(--body);
}
.inflanar-accordion .accordion-button::after {
    display: none;
}
.accordion-flush .accordion-item .accordion-button {
    display: flex;
    justify-content: space-between;
}
.accordion-button {
    & .icon-arrow {
        transform: rotate(180deg);
        & .icon-arrow__bg {
            fill: var(--primary-color);
        }
        & .icon-arrow__path {
            fill: #fff;
        }
    }
    &.collapsed {
        & .icon-arrow {
            transform: rotate(0deg);
            & .icon-arrow__bg {
                fill: var(--primary-opacity-color);
            }
            & .icon-arrow__path {
                fill: var(--headline);
            }
        }
    }
}
.inflanar-section__badge span {
    padding: 0px;
}
.video-cta_counter {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    position: relative;
    z-index: 1;
    width: 100%;
    & .counter-item_v {
        display: flex;
        align-items: center;
        gap: 16px;
        border: 1px solid #0d121e14;
        border-radius: 10px;
        padding: 24px;
        & .image-wrapper {
            width: 70px;
            height: 70px;
            border-radius: 99999px;
            overflow: hidden;
            display: flex;
            justify-content: center;
            align-items: center;
            background: var(--primary-color);
            padding: 20px;
            & img {
                width: 100%;
                height: 100%;
                object-fit: contain;
            }
        }
        & .content-wrapper {
            flex: 1 1 0%;
            display: flex;
            flex-direction: column;
            & .counter-item_title {
                font-size: 40px;
                line-height: 52px;
                font-weight: 500;
                color: var(--headline);
                margin-bottom: 0;
            }
            & .counter-item_text {
                font-size: 16px;
                line-height: 26px;
                color: var(--body);
                margin-bottom: 0;
            }
        }
    }
}
.video-cta__shape1 {
    color: rgba(255, 78, 1, 0.4);
    position: absolute;
    top: -10px;
    right: 0;
    width: 886.16px;
    height: 287.494px;
    transform: rotate(0.272deg);
}
.video-cta__shape2 {
    color: rgba(255, 78, 1, 0.4);
    position: absolute;
    bottom: 90px;
    left: -4%;
    width: 932.695px;
    height: 311.073px;
    transform: rotate(360deg);
}
.mobile-app-section {
    & .mobile-app-section__content {
        width: 100%;
        padding: 145px 80px;
        border-radius: 28px;
        overflow: hidden;
        position: relative;
        background: var(--secondary-color);
        & .article-wrapper {
            z-index: 1;
            position: relative;
            max-width: 577px;
            & .title {
                font-size: clamp(26px, 1.5rem + 2vw, 58px);
                line-height: clamp(39px, 2.275rem + 2vw, 58px);
                font-weight: 500;
                color: var(--headline);
                margin-bottom: 12px;
            }
            & .description {
                font-size: 16px;
                line-height: 26px;
                color: var(--headline);
                margin-bottom: 38px;
            }
            & .app-links {
                display: flex;
                gap: 22px;
                align-items: center;
                color: var(--headline);
            }
        }
        & .image-wrapper {
            position: absolute;
            bottom: 0;
            right: 0;
            z-index: 1;
        }
    }
}
.section-padding {
    padding: 100px 0;
}
.footer-cta {
    margin-bottom: 0px;
}
.footer-top-inner {
    padding-top: 100px;
    padding-bottom: 60px;
}
.footer-area {
    background-color: #ffffff;
    background-image: radial-gradient(
        161.88% 161.88% at 19.5% -12.35%,
        var(--primary-opacity-color) 0%,
        rgba(255, 255, 255, 0) 100%
    );
}
.footer-cta {
    margin-bottom: 80px;
    & .footer-cta__inner {
        background: var(--primary-color);
        padding: 32px 62px;
        gap: 50px;
        border-radius: 24px;
        & .footer-cta__content {
            max-width: 570px;
            & .inflanar-btn.inflanar-btn__fifth.h5-primary-btn {
                background: var(--primary-foreground-color);
                margin: 0 !important;

                & .text {
                    color: var(--headline);
                }
                & .icon {
                    & svg {
                        color: var(--headline);
                    }
                }
            }
        }
        & .footer-cta__img {
            min-width: 40%;
            max-width: 50%;
        }
    }
}

.footer-cta__title {
    font-size: 40px;
    font-weight: 500;
    line-height: 52px;
    color: #fff;
    margin-bottom: 32px;
}
.widget-title {
    color: var(--headline);
    font-size: 20px;
    font-weight: normal;
}
.footer-about-widget__title {
    color: var(--body);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin: 21px 0 32px 0 !important;
}
.footer-area ul li,
.footer-area ul li a {
    color: var(--body) !important;
}
.copyright__inner {
    border-top: 1px solid #cfcccd;
}
.copyright-text {
    color: var(--body) !important;
}
.footer-area p {
    color: var(--primary-color);
    & a {
        color: var(--body) !important;
    }
}
.footer-get-touch {
    margin-top: 0px;
}
.footer-about-widget {
    margin-top: 0px;
}
.footer-main {
    display: flex;
    gap: 76px;
    & .short-des {
        width: 290px;
    }
    & .footer-links {
        flex: 1 1 0%;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
        & .links-col {
            & .widget-title {
                font-size: 20px;
                font-weight: 400;
                color: var(--headline);
                margin-bottom: 20px;
            }
            & .links-list {
                list-style-type: none;
                padding: 0;
                margin: 0;
                display: flex;
                flex-direction: column;
                gap: 16px;
                & li {
                    & a {
                        font-size: 16px;
                        line-height: 26px;
                        color: var(--body) !important;
                        transition: all 0.3s ease;
                        &:hover {
                            color: var(--primary-color) !important;
                            transform: translateX(10px);
                        }
                    }
                }
            }
            & .app-links {
                display: flex;
                flex-direction: column;
                gap: 10px;
            }
        }
    }
}

.inflanar-category__icon {
    min-width: 78px;
    width: 78px;
    height: 78px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--primary-opacity-color);
    border-radius: 8px;
    color: var(--primary-color);
    padding: 10px;
    & img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}
.inflanar-breadcrumb .inflanar-breadcrumb__shape {
    display: block;
}
.inflanar-breadcrumb {
    height: 304px;
    background-color: var(--primary-color) !important;
    background-image: none !important;
    position: relative;
    .container {
        position: relative;
        z-index: 1;
    }
}
.inflanar-breadcrumb__title {
    font-size: 40px;
    font-weight: 500;
    line-height: 52px;
    color: var(--primary-foreground-color);
}
.inflanar-breadcrumb__menu li.active a {
    color: var(--secondary-color) !important;
}
.inflanar-breadcrumb__menu li {
    color: var(--primary-foreground-color);
}
.inflanar-breadcrumb__menu li::after {
    color: var(--primary-foreground-color);
}
.inflanar-breadcrumb__inner {
    margin-top: 70px;
}
.breadcrumb-thumb {
    position: absolute;
    bottom: -26px;
    right: 0;
    z-index: 1;
    display: block;
}
.feature-list-v4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 60px;
}
.inflanar-features-list__icon {
    background: var(--primary-opacity-color);
    border-radius: 4px;
    padding: 24px;
    & img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}
.inflanar-features-list__single {
    gap: 32px;
}
.inflanar-features-list__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    color: var(--headline);
    margin-bottom: 0px;
}
.inflanar-features-list__body {
    gap: 16px;
    & .inflanar-features-list__text {
        font-size: 16px;
        line-height: 26px;
        color: var(--body);
    }
}

.wc-section-wrapper-v4 {
    display: flex;
    gap: 53px;
    align-items: center;
    & .wc-section-image-v4 {
        flex: 1 1 0%;
        width: 100%;
        aspect-ratio: 681 / 667;
        & .inflan-why-choose__gorup {
            width: 100%;
            height: 100%;
            & .inflanar-why-choose__img {
                width: 100%;
                height: 100%;
                & img {
                    width: 100%;
                    height: 100%;
                    object-fit: contain;
                }
            }
        }
    }
    & .wc-section-content-v4 {
        width: 584px;
    }
}
.inflanar-section-shape8 {
    background: none !important;
}
.inflanar-why-choose {
    gap: 20px;
}
.inflanar-why-choose__title {
    font-size: 24px;
    line-height: 32px;
    color: var(--headline);
    font-weight: 500;
    margin-bottom: 12px;
}
.inflanar-why-choose__text {
    font-size: 16px;
    color: var(--body);
}
.inflanar-why-choose__icon {
    background: var(--primary-opacity-color);
    border: none;
    color: var(--primary-color);
}
.inflanar-section-shape16.inflanar-section-shape16-v4 {
    background: none !important;
}
.inflanar-section-bigspace {
    margin-bottom: 0px;
}

.inner-page-wrapper.influencer-details-page {
    background-color: #ffffff;
}
.inner-page-wrapper.influencer-details-page .inflanar-breadcrumb {
    height: 430px !important;
}
.inflanar-contact-form__title {
    font-weight: 500;
}
.inflanar-contact__box {
    background-image: none !important;
}
.inflanar-contact__icon {
    background: var(--primary-opacity-color);
    color: var(--primary-color);
}
.inflanar-section-shape16 {
    background-image: none;
    background-color: #fafbfd;
}
.inflanar-section__badge {
    color: var(--primary-color);
    & svg {
        display: none;
    }
}

.in-home5-theme .inflaner-inner-page.people-dash {
    background: #fafafa;
}
.in-home5-theme .inflaner-inner-page {
    & .inflanar-psidebar {
        background: #fff;
        border: 1px solid #ececed;
        padding: 28px;
    }
    & .inflanar-psidebar__aedit label {
        background: var(--primary-color);
    }
    & .inflanar-psidebar__list .list-group-item.active,
    & .inflanar-psidebar__list .list-group-item:hover {
        background: none !important;
    }
    .inflanar-psidebar__list svg {
        fill: none !important;
        color: var(--body) !important;
    }
    .inflanar-psidebar__list .inflanar-psidebar__icon {
        display: grid;
    }
    .inflanar-psidebar__list .inflanar-psidebar__title {
        line-height: 18px;
    }
    & .inflanar-psidebar__list .list-group-item.active svg,
    & .inflanar-psidebar__list .list-group-item:hover svg {
        fill: none !important;
        color: var(--primary-color) !important;
    }
    &
        .inflanar-psidebar__list
        .list-group-item.active
        .inflanar-psidebar__title,
    &
        .inflanar-psidebar__list
        .list-group-item:hover
        .inflanar-psidebar__title {
        color: var(--primary-color) !important;
    }
    & .inflanar-psidebar__list .list-group-item {
        padding: 0px !important;
    }
    & .inflanar-psidebar__list {
        gap: 27px;
    }

    & .inflanar-pdbox {
        flex-direction: row-reverse;
        padding: 24px;
        justify-content: space-between;
        border-radius: 12px;
        background-color: #fff;
    }
    & .inflanar-pdbox__title {
        flex-direction: column-reverse;
        gap: 8px;
        & span {
            font-size: 16px;
            color: var(--body);
            font-weight: 500;
        }
    }
    & .inflanar-pdbox__icon {
        width: 68px;
        height: 68px;
        background: var(--primary-opacity-color);
        border-radius: 12px;
        color: var(--primary-color);
    }
    & .inflanar-profile-info {
        padding: 32px;
        background: #fff;
    }
    & .inflanar-profile-info__heading {
        font-weight: 500;
    }
    & .inflanar-table__main .inflanar-table__head tr th,
    & .inflanar-table__main .inflanar-table__body tr td {
        font-weight: 400;
    }
    & .inner-core-body {
        background: #fff;
        border-radius: 10px;
        padding-bottom: 22px;
        & .inflanar-supports__bgroup {
            padding-right: 20px;
        }
    }
    & .inflanar-supports {
        box-shadow: none;
        background: #fff;
    }
    & .inflanar-table.inflanar-table__favorite {
        box-shadow: none;
        background: #fff;
    }
    & .inflanar-btn.inflanar-btn__cancel {
        &::before {
            display: none;
        }
        &:hover {
            background: var(--primary-opacity-color);
            color: var(--primary-color);
            box-shadow: none;
        }
    }
}
/* category section css  */

.inflanar-bg-purple-light {
    background-color: #faf5ff;
}

.max-w-1000 {
    max-width: 1000px;
}

/* Section Header */
.inflanar-section__head {
    z-index: 10;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: start;
    align-items: start;
}

.inflanar-section__head.inflanar-section__center {
    justify-content: center;
    align-items: center;
    text-align: center;
}

.inflanar-section__title {
    margin: 0;
    font-weight: 500;
    color: #181818;
}

.inflanar-section__title.v2-s_title {
    font-size: clamp(24px, 5vw, 52px) !important;
    line-height: clamp(32px, 6vw, 60px) !important;
    font-weight: 400;
}

.inflanar-section__title.v2-s_title.max-w-1000 {
    max-width: 1000px;
}

/* Category Slider - Linear Transition */
.category-slider-first .swiper-wrapper,
.category-slider-second .swiper-wrapper {
    transition-timing-function: linear !important;
    transition-property: transform !important;
}

/* Category Card */
.cetagorycardborder {
    border: 1px solid #f5eeff;
}

.inflanar-category__single {
    display: flex;
    gap: 15px;
    max-width: 308px;
    width: 100%;
    padding: 12px;
    background: #ffffff;
    box-shadow: none;
    align-items: center;
    height: 100px;
    text-decoration: none;
    color: inherit;
    border-radius: 16px;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.inflanar-category__single:hover {
    transform: translateY(0px);
    box-shadow: none;
}
.overflow-x-hidden {
    overflow-x: hidden;
}
.inflanar-category__single {
    max-width: 100%;
    height: auto !important;
    width: 100%;
}

.inflanar-category__content {
    display: flex;
    flex-direction: column;
}

.inflanar-category__title {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    word-wrap: break-word;
    word-break: break-word;
}

.inflanar-category__label {
    font-size: 16px;
    color: #647082;
}

/* Responsive */

@media (max-width: 767px) {
    /* .inflanar-category__single {
        max-width: 280px;
    } */

    /* .inflanar-category__icon {
        min-width: 60px !important;
        max-width: 60px !important;
        width: 60px;
        height: 60px;
    } */
}

/*  end category slider css  */

.section-title {
    font-size: clamp(24px, 5vw, 84px);
    line-height: clamp(32px, 6vw, 100px);
    font-weight: 400;
    color: #ff006e;
}

/* Sticky title */
.working-process-section .sticky-title {
    position: sticky;
    top: 100px;
}

/* Card wrapper */
.working-process-card-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.working-process-section .working-process-container {
    max-width: 1135px;
    padding: 0 20px;
    margin: 0 auto;
}
.working-process-card-wrapper .working-process-card {
    padding: 32px;
    border-radius: 20px;
    background-color: #f2f0fd;
    position: sticky;
    top: 100px;
    border: 1px solid #000000;
}

.working-process-card-wrapper .working-process-card:nth-child(2) {
    background-color: #feffec;
}
.working-process-card-wrapper .working-process-card:nth-child(3) {
    background-color: #e9f2ff;
}
.working-process-card-wrapper .working-process-card:nth-child(4) {
    background-color: #fff3ed;
}
/* .working-process-card-wrapper
    .working-process-card:nth-child(2)
    .working-process-card-content
    .title,
.working-process-card-wrapper
    .working-process-card:nth-child(2)
    .working-process-card-content
    .description {
    color: #111827;
} */

/* .working-process-card-wrapper .working-process-card:nth-child(3) {
    background-color: #ff006e;
} */

/* Card content */
.working-process-card-content .step-icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 77px;
}

/* .working-process-card-content .step-icon .icon {
    width: 112px;
    height: 112px;
    border-radius: 99999px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 7px solid #111827;
} */

.working-process-card-content .step-icon .icon svg {
    width: 60px;
    height: 60px;
}

.working-process-card-content .step-icon .step-number {
    font-size: 24px;
    color: #111827;
    /* padding: 6px 12px; */
    line-height: 32px;
    font-weight: 500;
    font-family: var(--font-family);
    /* background: #ffffff;
    border-bottom: 4px solid #111827; */
    /* border-radius: 99999px; */
}

.working-process-card-content .title {
    font-size: clamp(24px, 5vw, 32px) !important;
    line-height: clamp(32px, 6vw, 40px) !important;
    color: #0d121e;
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #0d121e33;
    font-weight: 400;
}

.working-process-card-content .description {
    font-size: 18px;
    line-height: 28px;
    color: #465162;
}

/* .working-process-card-wrapper
    .working-process-card:nth-child(2)
    .working-process-card-content
    .description {
    color: rgba(17, 24, 39, 0.9);
} */

/* Responsive - 640px and below */
@media (max-width: 640px) {
    .working-process-section .sticky-title {
        margin-bottom: 22px;
    }

    .working-process-card-wrapper .working-process-card {
        position: static;
    }

    .working-process-card-content .step-icon {
        margin-bottom: 22px;
    }

    .working-process-card-content .step-icon .step-number {
        padding: 0 18px;
        font-size: 16px;
    }

    .working-process-card-content .step-icon .icon {
        width: 60px;
        height: 60px;
    }

    .working-process-card-content .step-icon .icon svg {
        width: 30px;
        height: 30px;
    }

    /* .working-process-card-content .title {
        line-height: 50px !important;
    } */
}

.influencer-section-v4 {
    background: var(--primary-opacity-color);
}
.inflanar-influencer .inflanar-influencer-banner {
    background: var(--secondary-opacity-color);
}
/*  end working process css  */
.inflanar-influencer {
    border-width: 0px 1px 5px 0px;
    border-style: solid;
    border-color: #000000;
    box-shadow: 15px 15px 45px 0px #0000000f;
}

.inflanar-slider-testimonial-v4-section-wrapper {
    width: 100%;
    & .inflanar-slider-testimonial-v4-section-contain {
        width: calc(100% + 500px);
    }
}
.inflanar-testimonial__review {
    display: flex;
    gap: 8px;
    align-items: center;
}
.inflanar-testimonial__text {
    font-size: 18px;
    line-height: 28px;
}
.inflanar-testimonial__author img {
    border-radius: 999999px;
}
.inflanar-testimonial__author--title {
    font-size: 24px;
    font-weight: 500;
    color: var(--headline);
}
.inflanar-testimonial__author--info .inflanar-testimonial__author--position {
    font-size: 16px;
    color: var(--body);
}

.inflanar-testimonial {
    padding: 32px;
    border-radius: 20px;
    border-width: 1px 1px 7px 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 1);
    box-shadow: none;
}
.inflanar-testimonial__head {
    margin-bottom: 28px;
}
.inflanar-testimonial__bottom {
    margin-top: 62px;
}
.inflanar-slider-testimonial-v4
    .swiper-slide:nth-child(even)
    .inflanar-testimonial {
    background-color: var(--primary-opacity-color);
}
.inflanar-slider-testimonial-v4
    .swiper-slide:nth-child(odd)
    .inflanar-testimonial {
    background-color: var(--secondary-opacity-color);
}

.swiper-pagination.inflanar-slider-testimonial-pagination-v4 span {
    background: var(--primary-color);
}

.footer-marquee {
    background-color: #ffec47;
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* Track wraps the block for animation */
.footer-marquee-track {
    width: max-content;
    animation: marquee-scroll 120s linear infinite;
}

.footer-marquee-block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
    white-space: nowrap;
    padding: 23px 0px;
    background-color: var(--secondary-color);
}

.footer-marquee-text {
    color: #121212;
    flex: none;
    font-size: 96px;
    line-height: 1em;
    font-weight: 400;
}

.footer-marquee-icon {
    width: 70px;
    height: 70px;
    flex: none;
}

@keyframes marquee-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Responsive */
@media (max-width: 991px) {
    .footer-marquee-block {
        gap: 30px;
    }

    .footer-marquee-text {
        font-size: 70px;
    }

    .footer-marquee-icon {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 767px) {
    .footer-marquee-text {
        font-size: 44px;
    }

    .footer-marquee-icon {
        width: 42px;
        height: 42px;
    }
}

@media (max-width: 479px) {
    .footer-marquee-block {
        gap: 20px;
    }

    .footer-marquee-text {
        font-size: 36px;
    }

    .footer-marquee-icon {
        width: 34px;
        height: 34px;
    }
}

.footer-crt-wrapper {
    background: var(--primary-color);
    padding-top: 90px;
}

.footer-crt-wrapper .logo-des-area {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 50px;
}

.footer-crt-wrapper .logo-des-area .logo img {
    width: 414px;
    height: 90px;
    object-fit: contain;
}

.footer-crt-wrapper .logo-des-area .des-area {
    max-width: 442px;
}

.footer-crt-wrapper .logo-des-area .des-area .des {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #f3f3f3;
}

/* Middle content */
.footer-crt-wrapper .middle-content-area .quick-links-area {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-crt-wrapper .middle-content-area .quick-links-area .title,
.footer-crt-wrapper .middle-content-area .join-community-area .title,
.footer-crt-wrapper .middle-content-area .newsletter-area .title {
    font-size: clamp(20px, 4vw, 26px);
    line-height: clamp(30px, 4vw, 32px);
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
}

.footer-crt-wrapper .middle-content-area .join-community-area .title,
.footer-crt-wrapper .middle-content-area .newsletter-area .title {
    margin-bottom: 16px;
}

.footer-crt-wrapper .middle-content-area .quick-links-area ul {
    display: flex;
    flex-direction: column;
    gap: 14px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-crt-wrapper .middle-content-area .quick-links-area ul li a {
    font-size: clamp(16px, 4vw, 18px);
    font-weight: 300;
    line-height: clamp(30px, 4vw, 26px);
    color: #fff;
    text-decoration: none;
}

.footer-crt-wrapper .middle-content-area .quick-links-area ul li a:hover {
    text-decoration: underline;
}

/* Join community */
/* .footer-crt-wrapper .middle-content-area .join-community-area {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
} */

.footer-crt-wrapper .middle-content-area .join-community-area .description {
    font-size: clamp(16px, 4vw, 16px);
    line-height: clamp(30px, 4vw, 26px);
    font-weight: 400;
    color: #fff;
    margin-bottom: 36px;
}

/* Footer navigation */
.footer-crt-wrapper .ft-navigation-area {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 60px;
}

.footer-crt-wrapper .ft-navigation-area ul {
    background-color: #fff;
    padding: 15px 56px;
    border-radius: 9999px;
    list-style: none;
    display: flex;
    gap: 60px;
}

.footer-crt-wrapper .ft-navigation-area ul li a {
    text-decoration: none;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: #121212;
}

.footer-crt-wrapper .ft-navigation-area ul li a:hover {
    text-decoration: underline;
}

/* Copyright */
.footer-crt-wrapper .copyright-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-crt-wrapper .copyright-area .copyright-text {
    font-size: clamp(16px, 4vw, 16px);
    line-height: clamp(30px, 4vw, 26px);
    color: #ffffff !important;
}

.footer-crt-wrapper .copyright-area .footer-pages {
    display: flex;
    gap: 24px;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-crt-wrapper .copyright-area .footer-pages li {
    padding: 0;
    border: none;
    margin: 0;
    transition: all 0.3s ease;
    & a {
        &:hover {
            color: var(--secondary-color);
        }
    }
}

.footer-crt-wrapper .copyright-area .footer-pages a {
    text-decoration: none;
    font-size: clamp(16px, 4vw, 20px);
    line-height: clamp(30px, 4vw, 24px);
    color: #ffffff;
}

.footer-crt-wrapper .copyright-area .footer-pages a:hover {
    text-decoration: underline;
}
.join-community-area .inflanar-btn.inflanar-btn--header.inline-btn {
    width: fit-content;
}
.footer-bottom-big-logo {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    & .footer-bottom-big-logo-wrapper {
        width: 100%;
        aspect-ratio: 1209/305;
        & img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
    }
}

/* Responsive */
@media (max-width: 1024px) {
    .footer-crt-wrapper {
        padding-top: 50px;
    }

    .footer-crt-wrapper .logo-des-area {
        flex-direction: column;
    }

    .footer-crt-wrapper .logo-des-area .des-area .des {
        text-align: center;
    }

    .footer-crt-wrapper .middle-content-area .join-community-area {
        padding: 0;
        padding-right: 20px;
    }
}

@media (max-width: 768px) {
    .footer-crt-wrapper .middle-content-area .quick-links-area {
        border-right: none;
        margin-bottom: 30px;
    }

    .footer-crt-wrapper .middle-content-area .join-community-area {
        border-right: 0;
        margin-bottom: 30px;
    }
}

@media (max-width: 479px) {
    .footer-crt-wrapper .copyright-area {
        flex-direction: column;
    }
}
.foooter-options-area {
    display: flex;
    gap: 66px;
    & .footer-options-link {
        flex: 1 1 0%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 66px;
    }
}
.foooter-options-area .join-community-area {
    width: 351px;
}

/* TODO: ===============RESPONSIVE */

@media (max-width: 1536px) {
    .inflanar-hero-star {
        display: none;
    }
    .inflanar-hero-social.inflanar-hero-social--1 {
        right: -4%;
    }
    .inflanar-hero-social.inflanar-hero-social--2 {
        bottom: 15%;
        right: 1%;
    }
}

@media (max-width: 1280px) {
    .inflanar-hero__title {
        line-height: 70px;
    }
}
@media (max-width: 1024px) {
    .inflanar-slider-testimonial-v4-section-wrapper {
        & .inflanar-slider-testimonial-v4-section-contain {
            width: 100%;
        }
    }
    .inflanar-hero__content {
        align-items: center;
    }
    .inflanar-hero__title {
        text-align: center;
    }
    .inflanar-ptags {
        align-items: center;
    }
    .inflanar-sclient {
        justify-content: center;
    }
    .inflanar-search-form {
        justify-content: center;
    }
    .inflanar-hero__inner {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .inflanar-hero__inside {
        min-height: 720px;
    }
    .inflanar-sclient {
        margin-top: 30px;
    }
    .inflanar-category {
        grid-template-columns: repeat(3, 1fr);
    }
    .video-cta__inner {
        & .video-cta__video {
            width: 320px;
            aspect-ratio: 533 / 363;
            border-radius: 16px;
            overflow: hidden;
        }
    }
    .video-cta_hv4.video-cta_hv4 {
        padding: 40px;
    }
    .video-cta_counter {
        & .counter-item_v {
            padding: 5px 16px;
        }
    }
    .video-cta_counter {
        & .counter-item_v {
            & .image-wrapper {
                width: 50px;
                height: 50px;
                padding: 10px;
            }
        }
    }
    .mobile-app-section {
        & .mobile-app-section__content {
            padding: 50px 80px;
            & .image-wrapper {
                display: none;
            }
        }
    }
    .footer-main {
        & .footer-links {
            grid-template-columns: repeat(3, 1fr);
            row-gap: 40px;
        }
    }
    .inflanar-hero__title {
        line-height: 70x;
    }
    .inflanar-category__single {
        & .inflanar-category__title {
            font-size: 18px;
            line-height: 26px;
        }
    }
    .breadcrumb-thumb {
        display: none !important;
    }
    .hero-right-side-circle {
        display: none;
    }
    .offcanvas-toggler {
        position: static;
    }
}

@media (max-width: 768px) {
    .category-section-v4 {
        & .mg-top-80 {
            margin-top: 40px !important;
        }
    }
    .inflanar-header__logo {
        display: flex;
        justify-content: center;
    }
    .footer-top-inner {
        padding-top: 60px;
    }
    .footer-main {
        display: block;
        & .short-des {
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            & .footer-about-widget {
                margin-bottom: 50px;
                & .footer-about-widget__title {
                    max-width: 500px;
                    text-align: center;
                    margin: 13px 0 8px 0 !important;
                }
            }
        }
    }
    .video-cta__inner {
        & .video-cta__video {
            display: none;
        }
    }
    .video-cta_counter {
        grid-template-columns: repeat(2, 1fr);
    }
    .inflanar-support-img {
        display: none;
    }
    .faq-section__text {
        margin-bottom: 0px;
    }
    .inflanar-hero__inner {
        width: 100%;
    }
    .inflanar-hero__title {
        line-height: 40px;
    }
    .pd-btm-100 {
        padding-bottom: 60px !important;
    }
    .pd-top-100 {
        padding-top: 60px !important;
    }
    .section-padding {
        padding: 60px 0 !important;
    }

    .feature-list-v4 {
        grid-template-columns: repeat(3, 1fr);
    }
    .wc-section-wrapper-v4 {
        & .wc-section-content-v4 {
            width: 100%;
        }
    }
    .foooter-options-area {
        gap: 10px;
        flex-direction: column;
    }
}

@media (max-width: 640px) {
    .inflanar-testimonial {
        padding: 20px;
    }
    .inflanar-testimonial__author--title {
        font-size: 20px;
        line-height: 28px;
    }
    .inflanar-testimonial__bottom {
        margin-top: 20px;
    }
    .working-process-card-wrapper .working-process-card {
        padding: 20px;
    }
    .foooter-options-area {
        gap: 10px;
        flex-direction: column;
        & .footer-options-link {
            grid-template-columns: repeat(2, 1fr);
            gap: 10px;
        }
        & .join-community-area {
            width: 100%;
        }
    }
    .feature-list-v4 {
        grid-template-columns: repeat(2, 1fr);
    }
    .inflanar-category {
        grid-template-columns: repeat(1, 1fr);
    }
    .inflanar-section__title {
        line-height: 32px;
    }
    .inflanar-section__head {
        gap: 10px;
    }
    .inflanar-search-form.inflanar-search-form__hero {
        width: 100%;
        max-width: 100%;
    }
    .inflanar-search-form__form {
        height: 50px;
        padding: 5px 10px 5px 9px;
        & .inflanar-btn {
            padding: 0 17px;
        }
    }
    .video-cta_hv4.video-cta_hv4 {
        padding: 20px;
    }
    .video-cta_counter {
        grid-template-columns: repeat(1, 1fr);
    }
    .mobile-app-section {
        & .mobile-app-section__content {
            padding: 20px 20px;
        }
    }
    .footer-main {
        & .footer-links {
            grid-template-columns: repeat(2, 1fr);
            row-gap: 40px;
        }
    }
    .inner-page-wrapper.influencer-details-page .inflanar-breadcrumb {
        height: 250px !important;
    }
    .inflanar-ptags__list a {
        font-size: 14px;
        line-height: 20px;
    }
    .inflanar-ptags__list {
        gap: 10px;
    }
    .inflanar-hero__sub {
        font-size: 20px;
        line-height: 28px;
    }
    .inflanar-hero__inside {
        min-height: 720px;
    }
    .inflanar-hero__inside {
        min-height: 560px;
    }
    .inflanar-header__inside {
        padding: 7px;
    }
}
