/* Embeded Fonts */
@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Light.woff2') format('woff2'),url('../fonts/Outfit-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-SemiBold.woff2') format('woff2'),url('../fonts/Outfit-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Bold.woff2') format('woff2'),url('../fonts/Outfit-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Regular.woff2') format('woff2'),url('../fonts/Outfit-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* Generic Styles */
body {
    font-family: 'Outfit';
    background: #6F02AA;
}

.wrapper {
    overflow: hidden;
    background: #fff;
}

* {
    scrollbar-width: thin;
    scrollbar-color: #6F00AA #ccc;
}

::-webkit-scrollbar {
    width: 4px;
    height: 8px;
    border: none !important
}

::-webkit-scrollbar-track {
    background: #8E82FF;
    border: none !important
}

::-webkit-scrollbar-thumb {
    background-color: #6F00AA;
    border: none
}
/* Reset Styles */
@media (min-width:1400px) {
    .container {
        max-width: 1340px;
    }
}

a, a:hover {
    text-decoration: none;
}
/* Common Styles */
.ff-primary {
    font-family: 'Outfit';
}

.transition, #footer .footer-nav li:after {
    transition: all ease-in-out 0.3s;
}

.text-theme {
    color: #7A04B8;
}

.btn {
    border-radius: 40px;
    padding: 12px 30px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
}

.btn-filled {
    background: #7A04B8;
    border: 1px solid #7A04B8;
    color: #fff;
}

.btn-save {
    text-align: right;
    margin-right: 10px;
    margin-bottom: 7px;
}

.btn-filled:hover {
    background: #fff;
    color: #7A04B8;
    border-color: #7A04B8;
}

.btn-white-filled {
    background: #fff;
    border: 1px solid #fff;
    color: #7A04B8;
}

    .btn-white-filled:hover {
        background: transparent;
        color: #fff;
        border-color: #fff;
    }

.influencer h2, .boost-brand h2, .startup-add-section h2, .yapiee-work h2, .yapiee-work h3, .yapiee-explore h2, .faq-contact-section h2, #footer h3, .page-banner h2, .page-content h2, .content-page .collect-block h3, .terms-points-block .terms-points h3 {
    font-weight: 600;
}

.dropdown-menu {
    background: #7A04B8;
    padding: 0;
    overflow: hidden;
    border: none;
    font-size: 14px;
    line-height: 18px;
}

    .dropdown-menu li {
        border-bottom: 1px solid #8E82FF;
    }

        .dropdown-menu li:last-child {
            border: none;
        }

        .dropdown-menu li a {
            color: #fff;
            padding: 10px 10px;
        }

            .dropdown-menu li a:hover {
                color: #7A04B8;
                background: #fff;
            }

.content-points {
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    border-left: 2px solid #7A04B8;
    padding: 0 0 0 10px;
    margin: 0 0 35px;
}

    .content-points li {
        margin: 0 0 15px;
    }
/* Header Styles */
#header {
    padding: 10px 0;
}

    #header .logo {
        width: 102px;
    }

    #header .social-links li {
        margin: 0 0 0 16px;
    }

        #header .social-links li.facebook {
            width: 8px;
        }

        #header .social-links li.twitter {
            width: 19px;
        }

        #header .social-links li.youtube {
            width: 22px;
        }

        #header .social-links li.tiktok {
            width: 14px;
        }

        #header .social-links li img {
            -o-transform: scale(1);
            -ms-transform: scale(1);
            -moz-transform: scale(1);
            -webkit-transform: scale(1);
            transform: scale(1);
        }

        #header .social-links li:hover img {
            -o-transform: scale(1.2);
            -ms-transform: scale(1.2);
            -moz-transform: scale(1.2);
            -webkit-transform: scale(1.2);
            transform: scale(1.2);
        }

    #header .country-dropdown button {
        width: 35px;
        background: none;
        padding: 0;
        border: none; /*box-shadow:0px 1px 4px 1px rgba(0, 0, 0, 0.09);*/
    }

        #header .country-dropdown button:after {
            content: "";
            width: 12px;
            height: 7px;
            margin: 0;
            border: none;
            background: url('../images/chevron-down.svg');
            background-size: cover;
            position: absolute;
            top: 50%;
            right: -15px;
            background-repeat: no-repeat;
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -webkittransform: translateY(-50%);
            transform: translateY(-50%);
        }
/* Home Banner Styles */
.home-banner {
    height: 700px;
    background: linear-gradient(258.87deg, #8E82FF 0.69%, #6F00AA 92.74%);
}

    .home-banner .container, .home-banner .row {
        height: 100%;
    }

    .home-banner .banner-content {
        font-size: 20px;
        line-height: 25px;
        font-weight: 400;
    }

    .home-banner .banner-text {
        max-width: 80%;
        margin: 0 0 40px;
    }

    .home-banner .banner-content strong {
        font-size: 60px;
        line-height: 64px;
        font-weight: 300;
    }

    .home-banner .banner-content h1 {
        font-size: 130px;
        line-height: 135px;
        font-weight: 700;
        margin: 0 0 30px;
    }

    .home-banner .banner-content .btn-store {
        margin: 0 14px 14px 0;
        border-radius: 9px;
        overflow: hidden;
    }

        .home-banner .banner-content .btn-store:hover {
            box-shadow: 0 0 17px rgba(0,0,0,0.8);
        }

    .home-banner .banner-lottie-holder {
        background-image: url("../images/yapiee-curve.svg");
        background-size: 50%;
        background-position: 56% 50%;
        background-repeat: no-repeat;
    }
/* Services Styles */
.services {
    padding: 0 0 80px;
}

    .services .container {
        margin-top: -65px;
        max-width: 1170px;
    }

    .services .service-col {
        height: 100%;
        background: #fff;
        padding: 35px 40px;
        box-shadow: 0px 13px 19px rgba(0, 0, 0, 0.07);
    }

        .services .service-col .icon-holder {
            width: 65px;
            margin: 0 0 20px;
        }

        .services .service-col .service-name {
            font-size: 20px;
            line-height: 24px;
            font-weight: 600;
            color: #000;
            padding: 0 0 20px;
            margin: 0 0 20px;
        }

            .services .service-col .service-name:after {
                content: "";
                width: 50px;
                height: 2px;
                position: absolute;
                left: 0;
                bottom: 0;
                background: #121862;
            }

    .services .row > *:first-child .service-col {
        border-radius: 10px 0 0 10px;
    }

    .services .row > *:last-child .service-col {
        border-radius: 0 10px 10px 0;
    }
/* About Section */
.about-section {
    padding: 80px 0;
}

    .about-section .lottie-holder {
        width: 460px;
        height: 396px;
        background: #7A04B8;
        border-radius: 20px;
        margin: 0 65px 0 0;
    }

    .about-section .vertical-text {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
    }

        .about-section .vertical-text img {
            width: auto;
            height: 100%;
        }

    .about-section .animation-img-holder {
        width: 90%;
    }

    .about-section .content-holder {
        width: calc(100% - 525px);
        font-size: 20px;
        line-height: 30px;
        padding: 0 50px 0 0;
    }

    .about-section .sub-heading {
        font-size: 50px;
        line-height: 54px;
        font-weight: 300;
        color: #000000;
        margin: 0 0 10px;
    }

    .about-section h2 {
        font-size: 60px;
        line-height: 72px;
        font-weight: 700;
        color: #7A04B8;
        margin: 0 0 30px;
    }

    .about-section .content-holder .text-theme {
        font-weight: 600;
    }
/* influencer section */
.influencer {
    padding: 80px 0;
}

    .influencer h2,
    .boost-brand h2 {
        font-weight: 600;
    }

    .influencer .content-holder {
        padding: 0 0 0 30px;
    }

    .influencer .padding-right-0 {
        padding-right: 0;
    }

    .influencer .influencer-points {
        padding: 0 0 20px;
        margin: 0;
    }

        .influencer .influencer-points li {
            background: #fff;
            box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.1);
            margin: 0 0 20px;
            padding: 23px 20px;
        }

        .influencer .influencer-points .icon-holder,
        .terms-points-block .terms-points .icon-holder {
            width: 80px;
            height: 80px;
            border-radius: 10px;
            padding: 15px;
            margin: 0 25px 0 0;
        }

            .influencer .influencer-points .icon-holder.pink-box {
                background: #FFC3C3;
            }

            .influencer .influencer-points .icon-holder.green-box {
                background: #DCF1F2;
            }

            .influencer .influencer-points .icon-holder.brown-box {
                background: #FFDDC5;
            }

        .influencer .influencer-points .content-holder, .terms-points-block .terms-points .text-holder {
            width: calc(100% - 105px);
            font-size: 16px;
            line-height: 22px;
        }

        .influencer .influencer-points h3, .terms-points-block .terms-points h3 {
            font-size: 20px;
            line-height: 24px;
            margin: 0 0 10px;
        }

    .influencer .lottie-holder {
        padding: 0 0 0 60px;
    }

        .influencer .lottie-holder img {
            width: 100%;
            height: auto;
            border-radius: 10px 0 0 10px;
        }
/* Boost */
.boost-brand {
    padding: 0 0 40px;
}

    .boost-brand h2 {
        font-size: 40px;
        line-height: 44px;
        margin: 0 0 30px;
    }

    .boost-brand .padding-left-0 {
        padding-left: 0;
    }

    .boost-brand .content-holder {
        font-size: 20px;
        line-height: 30px;
        padding: 0 30px;
    }

    .boost-brand .text-holder {
        margin: 0 0 30px;
    }

    .boost-brand .lottie-holder {
        border-radius: 0 10px 10px 0;
        overflow: hidden;
    }

        .boost-brand .lottie-holder img {
            width: 100%;
            height: auto;
        }
/* Startup Add */
.startup-add-section {
    padding: 75px 0;
}

    .startup-add-section .add-block {
        padding: 30px 60px 30px 20px;
        background: linear-gradient(90deg, #7104AD 8.36%, #8C76F7 92.45%);
        border-radius: 20px;
    }

    .startup-add-section .lottie-holder {
        width: 240px;
    }

    .startup-add-section .content-holder {
        width: calc(100% - 350px);
        font-size: 20px;
        line-height: 30px;
    }

    .startup-add-section h2 {
        font-size: 40px;
        line-height: 44px;
    }

    .startup-add-section .btn-white-filled {
        min-width: 150px;
    }

    .startup-add-section .content-holder p {
        width: calc(100% - 150px);
    }
/* Work Explore Section*/
.exxplore-work-section {
    background: linear-gradient(180deg, #F0F0F0 0%, rgba(246, 246, 246, 0) 100%);
    padding: 90px 0 0;
}

    .exxplore-work-section .video-holder {
        height: 365px;
        border-radius: 20px;
        overflow: hidden;
    }

        .exxplore-work-section .video-holder iframe {
            width: 100%;
            height: 100%;
        }
/* Work Section */
.yapiee-work {
    padding: 0 0 80px;
}

    .yapiee-work h2 {
        color: #000;
        margin: 0 0 40px;
    }

    .yapiee-work h3 {
        margin: 0 0 15px;
        font-size: 18px;
        line-height: 21px;
    }

    .yapiee-work .lottie-holder {
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        border-radius: 20px;
        overflow: hidden;
    }

        .yapiee-work .lottie-holder video {
            display: block;
            width: 100%;
            height: auto;
        }

    .yapiee-work ol {
        font-size: 16px;
        line-height: 20px;
        margin: 0;
    }

        .yapiee-work ol li:before {
            content: "";
            width: 2px;
            border-right: 1px dashed #7A04B8;
            position: absolute;
            left: 20px;
            top: 0;
            bottom: 0;
        }

        .yapiee-work ol li:last-child:before {
            display: none;
        }

        .yapiee-work ol li {
            padding: 0 0 20px 70px;
            position: relative;
        }

            .yapiee-work ol li:last-child {
                padding-bottom: 0;
            }

            .yapiee-work ol li .counter {
                width: 40px;
                height: 40px;
                position: absolute;
                left: 0;
                top: 0;
            }

                .yapiee-work ol li .counter:before {
                    content: "";
                    width: 46px;
                    height: 46px;
                    border: 1px dashed #7A04B8;
                    border-radius: 100%;
                    background: #fff;
                    position: absolute;
                    left: -3px;
                    top: -3px;
                    z-index: 1;
                }

                .yapiee-work ol li .counter span {
                    display: block;
                    height: 100%;
                    color: white;
                    background: #7A04B8;
                    border-radius: 100%;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    position: relative;
                    z-index: 1;
                }

            .yapiee-work ol li p {
                margin: 0;
            }
/* Explore Section */
.yapiee-explore {
    padding: 55px 0;
    background: url('../images/bg-explore.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 0;
}

    .yapiee-explore h2 {
        font-size: 40px;
        line-height: 44px;
    }

    .yapiee-explore .images-holder {
        margin: 0 0 40px;
    }

        .yapiee-explore .images-holder .image-holder {
            width: 90%;
            padding: 0 12px;
        }

            .yapiee-explore .images-holder .image-holder.center-image-holder {
                width: 28%;
                padding: 0 15px;
            }

            .yapiee-explore .images-holder .image-holder img {
                width: 100%;
                height: auto;
            }
/* Faq Contact Section */
.faq-contact-section {
    padding: 90px 0;
}

    .faq-contact-section > h2 {
        font-size: 40px;
        line-height: 44px;
        margin: 0 0 70px;
    }

    .faq-contact-section .accordion {
        padding: 0 15px 0 0;
    }

    .faq-contact-section .accordion-item {
        border: none;
    }

    .faq-contact-section .accordion-button {
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        padding: 0;
        border-bottom: 1px solid #DBDBDB;
        color: #4E4E4E;
        box-shadow: none;
    }

        .faq-contact-section .accordion-button span {
            padding: 20px 15px;
        }

        .faq-contact-section .accordion-button:not(.collapsed) {
            background: none;
            color: #000;
        }

        .faq-contact-section .accordion-button .counter {
            width: 50px;
            border-bottom: 2px solid #7A04B8;
        }

        .faq-contact-section .accordion-button .text {
            width: calc(100% - 60px);
        }

        .faq-contact-section .accordion-button::after {
            content: "";
            width: 15px;
            height: 15px;
            border: solid #4E4E4E;
            border-width: 0 2px 2px 0;
            background: none;
            position: absolute;
            top: 19px;
            right: 10px;
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .faq-contact-section .accordion-button:not(.collapsed)::after {
            border-color: #7A04B8;
            border-width: 2px 0 0 2px;
            top: 27px;
        }

    .faq-contact-section .accordion-body {
        background: #F7F7F7;
    }

    .faq-contact-section .accordion-button[aria-expanded="true"] {
        color: #7A04B8;
        border: none;
    }

        .faq-contact-section .accordion-button[aria-expanded="true"] .counter {
            border: none;
        }
/* Question Form */
.question-form {
    padding: 35px 40px;
    border-style: solid;
    border-color: #7A04B8 #ffffff #ffffff;
    border-width: 5px 2px 2px;
    box-shadow: -5px 9px 22px rgba(0, 0, 0, 0.06);
    background: #F6F6F6;
    border-radius: 6px;
    overflow: hidden;
}

    .question-form .form-row {
        border-bottom: 1px solid #DBDBDB;
        padding: 12px 0;
    }

    .question-form .icon-holder {
        width: 22px;
    }

    .question-form .input-holder {
        width: calc(100% - 37px);
    }

    .question-form .form-control {
        width: 100%;
        background: none;
        border: none;
        outline: none;
        color: #4E4E4E;
    }

        .question-form .form-control:focus {
            outline: none;
            box-shadow: none;
        }

    .question-form textarea.form-control {
        height: 160px;
        resize: none;
    }

    .question-form .btn-holder {
        padding: 30px 0 0;
        margin: 0 0 15px;
    }
    /* placeholder styles */
    .question-form .form-control::-webkit-input-placeholder {
        color: #4E4E4E;
    }

    .question-form .form-control:-moz-placeholder {
        color: #4E4E4E;
        opacity: 1;
    }

    .question-form .form-control::-moz-placeholder {
        color: #4E4E4E;
        opacity: 1;
    }

    .question-form .form-control::-ms-input-placeholder {
        color: #4E4E4E;
    }

    .question-form .form-control::placeholder {
        color: #4E4E4E;
    }
/* footer */
#footer .footer-top {
    padding: 50px 0;
    background: linear-gradient(258.87deg, #8E82FF 0.69%, #6F00AA 92.74%);
}

#footer .footer-logo {
    width: 130px;
    margin: 0 0 20px;
}

#footer h3 {
    font-size: 40px;
    line-height: 44px;
    margin: 0 0 30px;
}

#footer .footer-top .btn-holder {
    margin: 0 0 30px;
}

#footer .social-links li {
    width: 32px;
    height: 32px;
    font-size: 16px;
    margin: 0 4px 8px;
}

#footer .social-links a {
    display: block;
    height: 100%;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #fff;
    color: #7A04B8;
}

    #footer .social-links a:hover {
        border-color: #fff;
        color: #fff;
        background: transparent;
    }

#footer .btn-store {
    margin: 0 14px 14px 0;
    border-radius: 9px;
    overflow: hidden;
    display: inline-block;
}

    #footer .btn-store:hover {
        box-shadow: 0 0 17px rgba(0,0,0,0.8);
    }
/* Services Styles */
#footer .footer-nav li {
    margin: 0 15px;
    position: relative;
}

    #footer .footer-nav li:after {
        content: "";
        width: 0;
        height: 1px;
        background: #fff;
        position: absolute;
        left: 50%;
        bottom: -4px;
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    #footer .footer-nav li:hover:after {
        width: 100%
    }

    #footer .footer-nav li:before {
        content: "";
        width: 9px;
        height: 10px;
        position: absolute;
        left: -18px;
        top: 50%;
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background-image: url('../images/icon-yapiee.svg');
        background-repeat: no-repeat;
    }

#footer .footer-nav a {
    color: #fff;
}

#footer .footer-bottom {
    background: #9747FF;
}

    #footer .footer-bottom p {
        margin: 0;
    }

    #footer .footer-bottom .dropdown button {
        text-align: left;
        background: #601CB8;
        border-radius: 5px;
        font-size: 14px;
        line-height: 17px;
        font-weight: 400;
        width: 88px;
        padding: 12px 14px;
    }

        #footer .footer-bottom .dropdown button:after {
            width: 7px;
            height: 7px;
            position: absolute;
            top: 16px;
            right: 10px;
            border: solid #fff;
            border-width: 0 1px 1px 0;
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

#footer .copyright-text {
    padding: 10px 0;
}

#footer .footer-bottom .powered-by {
    width: 40px;
    display: inline-block;
}
/* Page Banner */
.page-banner {
    padding: 60px 0;
    background: linear-gradient(258.87deg, #8E82FF 0.69%, #6F00AA 92.74%);
    font-size: 20px;
    line-height: 24px;
}

    .page-banner.support-banner {
        padding: 60px 0 0;
    }

        .page-banner.support-banner .banner-content {
            padding: 40px 0 0;
        }

    .page-banner .text-holder {
        max-width: 520px;
        font-size: 20px;
        line-height: 24px;
    }

    .page-banner h2 {
        font-size: 80px;
        line-height: 85px;
    }
/* Page Content */
.page-content {
    padding: 75px 0;
}

    .page-content h2 {
        font-size: 40px;
        line-height: 44px;
        color: #000;
        margin: 0 0 30px;
    }

    .page-content .text-holder {
        margin: 0 0 30px;
        font-size: 20px;
        line-height: 30px;
        padding: 0 60px 0 0;
    }

    .page-content .image-holder {
        background: #FFFFFF;
        box-shadow: 0 0 14px rgba(0, 0, 0, 0.3);
        border-radius: 17px;
        overflow: hidden;
    }

.content-page .faq-contact-section {
    background: linear-gradient(180deg, #F0F0F0 0%, rgba(246, 246, 246, 0) 100%);
}

.faq-contact-section .btn-filled .fa, .signup-form .btn-filled .fa {
    margin: 0 10px 0 0;
    width: auto;
    font-size: 16px;
}

.content-page .accordion-item, .content-page .accordion-item button {
    background-color: transparent;
}

.content-page .accordion-body {
    background: #ffffff;
}

.content-page .collect-block {
    font-size: 16px;
    line-height: 22px;
    padding: 35px 40px;
    margin: 0 0 65px;
    background: #FFFFFF;
    box-shadow: 0px 13px 19px rgba(0, 0, 0, 0.07);
    border-radius: 10px 0px 0px 10px;
}

    .content-page .collect-block .icon-holder {
        width: 50px;
        height: 50px;
        margin: 0 0 20px;
    }

        .content-page .collect-block .icon-holder img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

    .content-page .collect-block h3 {
        font-size: 20px;
        line-height: 24px;
        padding: 0 0 20px;
        margin: 0 0 20px;
    }

        .content-page .collect-block h3:before {
            content: "";
            width: 50px;
            height: 2px;
            position: absolute;
            left: 0;
            bottom: 0;
            background: #000;
        }

.content-page .text-block {
    margin: 0 0 30px;
}

.content-page .text-block {
    font-size: 16px;
    line-height: 30px;
}

.content-page .note-block .note-text-holder {
    font-size: 24px;
    line-height: 37px;
    padding: 55px;
    background: linear-gradient(90deg, #7104AD 8.36%, #8C76F7 92.45%);
    border-radius: 20px;
}

    .content-page .note-block .note-text-holder p {
        margin: 0
    }

.page-content .styled-heading {
    font-size: 80px;
    line-height: 97px;
    font-weight: 300;
    color: #7A04B8
}

    .page-content .styled-heading span {
        font-weight: 700;
        color: #000000;
    }
/* Terms Points */
.terms-points-block .terms-points li {
    width: 48%;
    margin: 0 0 30px;
}

.terms-points-block .terms-points .icon-holder.orange-box {
    background: #FFDDC5
}

.terms-points-block .terms-points .icon-holder.blue-box {
    background: #C6E3FD
}

.terms-points-block .terms-points .icon-holder.light-green-box {
    background: #DCF1F2
}

.terms-points-block .terms-points .icon-holder.dark-green-box {
    background: #DBEBC1
}

.terms-points-block .terms-points .icon-holder.pink-box {
    background: #E9C6EC
}

.terms-points-block .terms-points .icon-holder.olive-box {
    background: #ECE8C6
}

.parsley-required {
    color: #FF0000;
}

.parsley-type {
    color: #FF0000;
    text-align: start;
}

.parsley-equalto {
    color: red
}

.parsley-pattern {
    color: red
}

.parsley-minlength {
    color: red
}

.form-checkbox .container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .form-checkbox .container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.signup-form .form-control::-webkit-input-placeholder {
    color: #ccc;
}

.signup-form .form-control:-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

.signup-form .form-control::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

.signup-form .form-control:-ms-input-placeholder {
    color: #ccc;
}

.signup-form .form-control::-ms-input-placeholder {
    color: #ccc;
}

.signup-form .form-control::placeholder {
    color: #ccc;
}

.form-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #D6DCDE;
    border-radius: 4px;
}

.form-checkbox .container input:checked ~ .checkmark {
    background-color: #7A04B8;
}

.form-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.form-checkbox .container input:checked ~ .checkmark:after {
    display: block;
}

.form-checkbox .container .checkmark:after {
    left: 8px;
    top: 4px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*signup section*/
.signup-banner {
    position: relative;
}

.about-section.signup-about {
    padding: 224px 0 80px;
}

.signup-banner .signup-form {
    width: 646px;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 4px 34px rgb(18 24 98 / 8%);
    border-radius: 10px;
    position: absolute;
    top: 150px;
    right: 16%;
    padding: 40px;
}

    .signup-banner .signup-form h3 {
        font-family: 'Outfit';
        font-style: normal;
        font-weight: 300;
        font-size: 40px;
        line-height: 50px;
        color: #000000;
        margin: 0 0 20px;
    }

        .signup-banner .signup-form h3 strong {
            color: #7A04B8;
            font-weight: 600;
            text-transform: uppercase;
        }

    .signup-banner .signup-form label {
        font-family: 'Outfit';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        color: #50505a;
        display: block;
        margin: 0 0 10px;
    }

    .signup-banner .signup-form .input-group-signup {
        margin: 0 0 15px;
    }

        .signup-banner .signup-form .input-group-signup:last-of-type {
            margin: 0 0 25px;
        }

        .signup-banner .signup-form .input-group-signup input {
            background: #FFFFFF;
            border: 1px solid #D6DCDE;
            border-radius: 10px;
            height: 54px;
            font-size: 14px;
            line-height: 17px;
        }

.signup-banner .form-checkbox {
    margin: 0 0 25px;
}

.signup-banner .signup-form .form-checkbox label {
    line-height: 25px;
}

.signup-banner .signup-form .form-checkbox a {
    color: #285ee7;
}

.signup-banner .signup-form .form-checkbox:last-of-type {
    margin: 0 0 35px;
}

.signup-form .icon-eye {
    position: absolute;
    top: 15px;
    right: 10px;
}

.popover.fade:not(.show) {
    opacity: 1;
}

.popover {
    width: 160px;
    padding: 10px !important;
    position: absolute !important;
}

    .popover input {
        width: 100%;
        height: 100%;
    }
/* Arabic Language Styles */
.ar .faq-contact-section .accordion-button .text {
    text-align: right;
}

.ar .faq-contact-section .accordion-button::after {
    right: auto;
    left: 10px;
}

#footer .footer-bottom a {
    color: #fff;
    text-decoration: underline;
}

/*our-influencers*/
.our-influencers {
    padding: 80px 0;
}

    .our-influencers .influencers-heading {
        margin-bottom: 150px;
    }

    .our-influencers h2 {
        font-size: 40px;
        line-height: 44px;
        font-weight: 600;
    }

.influencer-our-slider .slick-slide {
    padding: 0 5px;
}

.our-influencers .image-holder img {
    height: 134px;
    width: 134px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #9747FF;
}

.our-influencers .infludencer-block {
    background: #F5F4F4;
    padding: 102px 20px 20px 20px;
    border-radius: 8px;
    min-height: 245px;
}

.our-influencers span.btn-blue {
    background-color: #9747FF;
    height: 24px;
    width: auto;
    padding: 5px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 6px;
}

.our-influencers .slick-arrow {
    width: 17px;
    height: 32px;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
}

    .our-influencers .slick-arrow.slick-next {
        background-image: url('../images/right-arrow-slider.png');
        background-repeat: no-repeat;
        background-size: cover;
        right: -30px;
    }

    .our-influencers .slick-arrow.slick-prev {
        background-image: url('../images/left-arrow-slider.png');
        background-repeat: no-repeat;
        background-size: cover;
        left: -30px;
    }

.our-influencers .slick-next:before, .slick-prev:before {
    content: '';
}

.our-influencers .image-holder {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 134px;
    top: -67px;
}

.our-influencers .slick-list {
    overflow-x: clip !important;
    overflow: visible;
}

.secondary_img.position-absolute {
    max-width: 35px;
    left: auto;
    right: 40px;
    top: 33px;
    border-radius: 50%;
}

@media (max-width:1919px) {
    .signup-banner .signup-form {
        right: 13%;
    }
}

@media (max-width:1799px) {
    .signup-banner .signup-form {
        right: 8%;
    }
}

@media (max-width:1599px) {
    .signup-banner .signup-form {
        right: 5%;
    }
}

@media (max-width:1399px) {
    .home-banner {
        height: 600px;
    }

        .home-banner .banner-content strong {
            font-size: 40px;
            line-height: 44px;
        }

        .home-banner .banner-content h1 {
            font-size: 100px;
            line-height: 110px;
        }

        .home-banner .banner-content {
            font-size: 16px;
            line-height: 20px;
        }

        .home-banner .banner-text {
            max-width: 75%;
        }

    .page-banner.support-banner .banner-content {
        padding: 10px 0 0;
    }

    .services .container {
        max-width: 1140px;
    }

    .about-section .sub-heading {
        font-size: 35px;
        line-height: 40px;
    }

    .about-section h2 {
        font-size: 50px;
        line-height: 56px;
        margin: 0 0 20px;
    }

    .startup-add-section .add-block {
        padding: 30px;
    }

    .startup-add-section h2 {
        font-size: 34px;
        line-height: 38px;
    }

    .startup-add-section .content-holder {
        font-size: 16px;
        line-height: 26px;
    }

    .page-content .styled-heading {
        font-size: 66px;
        line-height: 72px;
    }

    .signup-banner .signup-form {
        width: 565px;
        top: 70px;
    }

    .exxplore-work-section .video-holder {
        height: 310px;
    }

    .our-influencers .image-holder img {
        height: 110px;
        width: 110px;
        border-radius: 50%;
        object-fit: cover;
    }

    .our-influencers .infludencer-block {
        background: #F5F4F4;
        padding: 80px 10px 20px 10px;
        margin-top: -70px;
        border-radius: 8px;
    }

    .our-influencers h2 {
        font-size: 38px;
        line-height: 42px;
    }

    .our-influencers .image-holder {
        width: 110px;
        top: -55px;
    }

    .our-influencers .infludencer-block {
        padding: 80px 10px 20px 10px;
    }


    .our-influencers .slick-arrow {
        top: 55px;
    }

    .blogs-section {
        padding: 70px 0 100px;
    }
}

@media (max-width:1199px) {
    .home-banner {
        height: 450px;
    }

        .home-banner .banner-content strong {
            font-size: 36px;
            line-height: 40px;
        }

        .home-banner .banner-content h1 {
            font-size: 80px;
            line-height: 85px;
            margin: 0 0 20px;
        }

        .home-banner .banner-content,
        .about-section .content-holder,
        .page-banner .text-holder, .page-content .text-holder {
            font-size: 16px;
            line-height: 20px;
        }

        .home-banner .banner-text {
            max-width: 75%;
            margin: 0 0 25px;
        }

    .services, .yapiee-work {
        padding: 0 0 50px;
    }

    .content-points {
        margin: 0 0 20px;
    }

        .content-points li {
            margin: 0 0 10px;
        }

    .about-section .lottie-holder {
        width: 380px;
        height: 330px;
        margin: 0 30px 0 0;
    }

    .about-section .content-holder {
        width: calc(100% - 410px);
        padding: 0;
    }

    .about-section h2 {
        margin: 0 0 15px;
    }

    .about-section, .influencer, .faq-contact-section, .page-content, .startup-add-section {
        padding: 50px 0;
    }

    .content-page .note-block .note-text-holder {
        padding: 30px 20px;
        font-size: 16px;
        line-height: 30px;
    }

    .yapiee-work h3 {
        margin: 0 0 10px;
    }

    .yapiee-work h2 {
        margin: 0 0 20px;
    }

    .exxplore-work-section {
        padding: 50px 0 0;
    }

    .yapiee-explore h2 {
        font-size: 32px;
        line-height: 36px;
    }

    .page-banner h2 {
        font-size: 60px;
        line-height: 65px;
    }

    .page-content .styled-heading {
        font-size: 50px;
        line-height: 55px;
    }

    .terms-points-block .terms-points li {
        width: 100%;
    }

    .influencer .lottie-holder {
        padding: 4px 0 0 60px
    }

    .signup-banner .signup-form {
        width: 500px;
        top: 40px;
        right: 3%;
    }

    .about-section.signup-about {
        padding: 320px 0 80px;
    }

    .signup-banner .signup-form h3 {
        font-size: 35px;
        line-height: 45px;
    }

    .exxplore-work-section .video-holder {
        height: 258px;
    }

    .our-influencers .slick-arrow.slick-next {
        right: -20px;
    }

    .our-influencers .slick-arrow.slick-prev {
        left: -20px;
    }

    .our-influencers h2 {
        font-size: 35px;
        line-height: 40px;
    }

    .our-influencers .image-holder img {
        height: 100px;
        width: 100px;
    }

    .our-influencers .image-holder {
        width: 100px;
        top: -50px;
    }

    .our-influencers .infludencer-block {
        min-height: 232px;
    }

    .secondary_img.position-absolute {
        max-width: 29px;
        right: 56px;
    }

    .blogs-section {
        padding: 70px 0 100px;
    }
}

@media (max-width:991px) {
    .home-banner .banner-content strong {
        font-size: 30px;
        line-height: 35px;
    }

    .home-banner .banner-content h1 {
        font-size: 70px;
        line-height: 75px;
    }

    .home-banner .banner-text {
        max-width: 90%;
    }

    .services .service-col {
        padding: 15px;
    }

        .services .service-col .icon-holder {
            width: 45px;
            margin: 0 0 10px;
        }

        .services .service-col .service-name {
            padding: 0 0 10px;
            margin: 0 0 10px;
        }

    .about-section .lottie-holder {
        width: 270px;
        height: 280px;
    }

    .about-section .content-holder {
        width: calc(100% - 300px);
    }

    .about-section .sub-heading {
        font-size: 30px;
        line-height: 34px;
    }

    .about-section h2 {
        font-size: 40px;
        line-height: 44px;
    }

    .influencer h2 {
        margin: 0 0 30px;
    }

    .influencer .lottie-holder {
        margin: 0 0 30px;
    }

    .influencer .content-holder {
        padding: 0;
    }

    .startup-add-section h2 {
        font-size: 28px;
        line-height: 32px;
    }

    .startup-add-section .content-holder {
        width: calc(100% - 270px);
    }

        .startup-add-section .content-holder p {
            width: 100%;
        }

    #footer h3 {
        font-size: 30px;
        line-height: 36px;
        text-align: center;
    }

    .page-banner {
        padding: 40px 0;
    }

        .page-banner h2 {
            font-size: 40px;
            line-height: 45px;
        }

        .page-banner.support-banner .banner-content {
            padding: 0;
        }

    .page-content .text-holder {
        padding: 0 30px 0 0
    }

    .content-page .collect-block {
        border-radius: 0 0 10px 10px
    }

    .boost-brand .content-holder {
        padding: 0;
    }

    .boost-brand .lottie-holder {
        border-radius: 20px;
        overflow: hidden;
        padding: 0;
    }

    .boost-brand .padding-left-0,
    .influencer .padding-right-0 {
        padding: 0 12px;
    }

    .influencer .container-fluid,
    .boost-brand .container-fluid {
        max-width: 720px;
    }

    .influencer .lottie-holder {
        padding: 0;
    }

        .influencer .lottie-holder img {
            border-radius: 10px;
        }

    .yapiee-explore {
        padding: 25px 0 0 55px;
    }

    .yapiee-work ol {
        margin: 0 0 30px;
    }

    .signup-banner {
        height: 740px;
        padding-top: 114px;
    }

        .signup-banner .signup-form {
            width: auto;
            top: 58%;
            right: 3%;
            left: 3%;
        }

    .about-section.signup-about {
        padding: 428px 0 80px;
    }

    .signup-banner .container, .signup-banner .row {
        height: initial !important;
    }

    .exxplore-work-section .video-holder {
        height: 390px;
    }

    .our-influencers h2 {
        font-size: 32px;
        line-height: 38px;
    }

    .our-influencers .image-holder img {
        height: 90px;
        width: 90px;
    }

    .our-influencers .image-holder {
        width: 90px;
        top: -45px;
    }

    .our-influencers .infludencer-block {
        padding: 60px 10px 20px 10px;
    }

    .secondary_img.position-absolute {
        max-width: 27px;
        right: 58px;
        top: 29px;
    }
}

@media (max-width:767px) {
    .content-points {
        font-size: 14px;
        line-height: 18px;
        font-weight: 400;
    }

    .home-banner {
        height: auto;
        padding: 50px 0;
    }

        .home-banner .banner-content {
            margin: 0 0 30px;
        }

        .home-banner .banner-text {
            max-width: 100%;
        }

    .services, .yapiee-work {
        padding: 0 0 30px;
    }

        .services .service-col {
            height: auto;
            margin: 0 0 30px;
            box-shadow: 0 0 19px rgb(0 0 0 / 7%);
        }

        .services .row > *:first-child .service-col {
            border-radius: 10px 10px 0 0;
        }

        .services .row > *:last-child .service-col {
            border-radius: 0 0 10px 10px
        }

    .about-section .lottie-holder {
        width: 100%;
        max-width: 270px;
        height: 280px;
        margin: 0 auto 30px;
    }

    .about-section .content-holder {
        width: 100%;
    }

    .about-section, .influencer, .faq-contact-section, .page-content, .startup-add-section {
        padding: 30px 0;
    }

        .influencer .container-fluid,
        .boost-brand .container-fluid {
            max-width: 540px;
        }

    .boost-brand .content-holder {
        font-size: 16px;
        line-height: 24px;
    }

    .boost-brand .lottie-holder {
        margin: 0 0 30px;
    }

    .startup-add-section .lottie-holder {
        width: 100%;
        max-width: 240px;
        margin: 0 auto 30px;
    }

    .startup-add-section .content-holder {
        width: 100%;
    }

    .exxplore-work-section {
        padding: 30px 0 0;
    }

    #footer h3 {
        font-size: 26px;
        line-height: 30px;
        text-align: center;
    }

    .page-content .styled-heading {
        font-size: 38px;
        line-height: 42px;
    }

    .yapiee-explore {
        padding: 30px 0;
        background-position: 30% center;
    }

        .yapiee-explore h2 {
            font-size: 30px;
            line-height: 34px;
            margin: 0 0 45px;
        }

    .yapiee-work ol li {
        padding: 0 0 30px 60px;
    }

    .signup-banner .signup-form {
        top: 65%;
    }

    .signup-banner {
        height: 670px;
        padding-top: 114px;
    }

    .about-section.signup-about {
        padding: 505px 0 80px;
    }

    .exxplore-work-section .video-holder {
        height: 290px;
    }

    .our-influencers h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .our-influencers .image-holder img {
        height: 80px;
        width: 80px;
    }

    .our-influencers .image-holder {
        width: 80px;
        top: -40px;
    }

    .our-influencers .infludencer-block {
        padding: 50px 10px 20px 10px;
    }

    .our-influencers {
        padding: 50px 0;
    }

    .secondary_img.position-absolute {
        max-width: 22px;
        right: 71px;
        top: 23px;
    }

    .blogs-section {
        padding: 30px 0 100px;
    }
}

@media (max-width:575px) {
    #header .logo {
        width: 50px
    }

    #header .social-links li {
        margin: 0 0 0 7px;
    }

        #header .social-links li.twitter {
            width: 15px;
        }

        #header .social-links li.youtube {
            width: 17px;
        }

    #header .country-dropdown button {
        width: 25px;
    }

    .services .container {
        margin-top: -40px;
    }

    .home-banner {
        padding: 30px 0;
    }

        .home-banner .banner-content strong,
        .about-section .sub-heading {
            font-size: 22px;
            line-height: 26px;
        }

        .home-banner .banner-content h1 {
            font-size: 54px;
            line-height: 60px;
            margin: 0 0 10px;
        }

        .home-banner .banner-content .btn-store {
            margin: 0 10px 10px 0
        }

    .about-section h2, .boost-brand h2, .page-content h2, .page-banner h2 {
        font-size: 30px;
        line-height: 35px;
        margin: 0 0 15px;
    }

    .influencer .influencer-points .icon-holder, .terms-points-block .terms-points .icon-holder {
        width: 50px;
        height: 50px;
        padding: 5px;
        margin: 0 10px 0 0;
    }

    .influencer .influencer-points li {
        padding: 15px;
        border-radius: 4px;
        box-shadow: 0 0 16px rgb(0 0 0 / 10%);
    }

    .influencer .influencer-points .icon-holder img, .terms-points-block .terms-points .icon-holder img {
        width: 90%;
    }

    .influencer .influencer-points .content-holder, .terms-points-block .terms-points .text-holder {
        width: calc(100% - 60px);
    }

    .question-form {
        padding: 15px;
    }

    .faq-contact-section .accordion-button::after {
        width: 10px;
        height: 10px;
    }

    .faq-contact-section .accordion-button span {
        padding: 10px 5px;
    }

    .faq-contact-section .accordion-button .text {
        padding-right: 30px;
        width: calc(100% - 45px);
    }

    .faq-contact-section .accordion-button .counter {
        width: 40px;
    }

    .question-form textarea.form-control {
        height: 120px;
    }

    #footer .footer-top {
        padding: 30px 0;
    }

    #footer .footer-logo {
        width: 90px;
    }
    /*#footer .footer-bottom{padding:10px 0;}*/
    .signup-banner {
        padding-top: 114px;
    }

    .exxplore-work-section .video-holder {
        height: 258px;
    }

    .our-influencers .slick-arrow {
        top: 44px;
    }

    /*		.our-influencers .slick-arrow.slick-next {
			left: 53%;
			transform: translateX(-50%);
		}*/

    /*		.our-influencers .slick-arrow.slick-prev {
			left: 47%;
			transform: translateX(-50%);
		}*/

    .our-influencers .slick-track {
        margin-bottom: 20px;
    }

    .our-influencers .image-holder img {
        height: 70px;
        width: 70px;
    }

    .our-influencers .image-holder {
        width: 70px;
        top: -35px;
    }

    .our-influencers {
        padding: 30px 0;
    }

        .our-influencers .influencer-our-slider.slick-initialized.slick-slider {
            padding-bottom: 1px;
        }

        .our-influencers .slick-arrow.slick-next {
            right: -3px;
            z-index: 999;
        }

        .our-influencers .slick-arrow.slick-prev {
            left: -3px;
            z-index: 999;
        }
}

@media (max-width: 480px) {
    .secondary_img.position-absolute {
        max-width: 19px;
        right: -10px;
        top: 19px;
    }

    .profile_img_wrap {
        max-width: 50px;
        margin: 0 auto;
    }
}

}

@media (max-width: 479px) {
    .signup-banner {
        padding-top: 100px;
        height: 580px;
    }

        .signup-banner .signup-form {
            padding: 40px 12px;
        }

            .signup-banner .signup-form h3 {
                font-size: 27px;
                line-height: 45px;
            }

    .about-section.signup-about {
        padding: 555px 0 80px;
    }

    .yapiee-explore {
        padding: 40px 0;
        background-position: center bottom;
        background-size: 140%;
    }

    .exxplore-work-section .video-holder {
        height: 166px;
    }

    .our-influencers .image-holder img {
        height: 60px;
        width: 60px;
    }

    .our-influencers .image-holder {
        width: 60px;
        top: -30px;
    }

    .our-influencers .infludencer-block {
        padding: 40px 10px 20px 10px;
    }

    .our-influencers .influencers-heading {
        margin-bottom: 120px;
    }

    /*	.our-influencers .slick-arrow.slick-next {
		left: 54%;
		transform: translateX(-50%);
	}

	.our-influencers .slick-arrow.slick-prev {
		left: 46%;
		transform: translateX(-50%);
	}*/

}

@media (max-width:319px) {
    .yapiee-explore {
        background-size: 310%;
    }

    .about-section.signup-about {
        padding: 600px 0 80px;
    }

    .exxplore-work-section .video-holder {
        height: 144px;
    }
    /*	.our-influencers .slick-arrow.slick-next {
		left: 55%;
		transform: translateX(-50%);
	}

	.our-influencers .slick-arrow.slick-prev {
		left: 45%;
		transform: translateX(-50%);
	}*/
}

.fa {
    /*padding: 20px;*/
    font-size: 30px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
}

.fa-facebook {
    background: #3B5998;
    color: white;
}

/*.fa-twitter {
	background: #55ACEE;
	color: white;
}*/

.fa-google {
    background: #dd4b39;
    color: white;
}

/*.fa-linkedin {
	background: #007bb5;
	color: white;
}
*/
/*.fa-youtube {
	background: #bb0000;
	color: white;
}

.fa-instagram {
	background: #125688;
	color: white;
}*/

.fa-snapchat-ghost {
    background: #fffc00;
    color: white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-skype {
    background: #00aff0;
    color: white;
}

.fa-yahoo {
    background: #430297;
    color: white;
}



.influencer-brands .slick-slide {
    padding: 0 10px;
}

.startup-add-section {
    padding: 35px 0 55px;
    background: linear-gradient(180deg, #F0F0F0 0%, rgba(246, 246, 246, 0.00) 100%);
}

.influencer-brand-carousel {
    margin: 0 0 80px;
}

    .influencer-brand-carousel:after {
        content: "";
        width: 1px;
        height: calc(100% - 80px);
        position: absolute;
        top: 80px;
        left: 50%;
        border-radius: 10px;
        background: linear-gradient(181deg, #7A04B8 0.58%, #F4F4F4 0.59%, rgba(122, 4, 184, 0.52) 53.86%, #F6F6F6 87.71%);
    }

    .influencer-brand-carousel .slider-holder {
        padding: 0 50px;
    }

    .influencer-brand-carousel h2 {
        font-size: 32px;
        line-height: 36px;
        font-weight: 600;
    }

        .influencer-brand-carousel h2 span {
            color: #7A04B8;
        }

.influencer-brands .infludencer-block, .influencer-brands .brand-block {
    border: 1px solid #ccc;
    border-radius: 7px;
    overflow: hidden
}

.influencer-brands .influencer-inner,
.influencer-brands .brand-inner {
    padding: 10px 10px 14px;
    background: #ffff;
}

.influencer-brands .slick-slide.slick-active .influencer-inner {
    background: #fff;
}


.influencer-brands .slick-arrow {
    width: 12px;
    height: 12px;
    border: solid #000;
    position: absolute;
    top: 50%;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .influencer-brands .slick-arrow:before {
        display: none;
    }

    .influencer-brands .slick-arrow.slick-prev {
        border-width: 0 0 1px 1px;
        left: -30px;
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .influencer-brands .slick-arrow.slick-next {
        border-width: 0 1px 1px 0;
        right: -30px;
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

.influencer-brands .infludencer-block .image-holder {
    width: 63px;
    height: 63px;
    border: 1px dashed #7A04B8;
    border-radius: 50%;
    overflow: hidden;
    padding: 4px;
}

    .influencer-brands .infludencer-block .image-holder img, .influencer-brands .brand-block .image-holder img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
    }

.influencer-brands .infludencer-block .no-of-followers {
    font-size: 14px;
    line-height: 17px;
    color: #7A04B8;
}

.influencer-brands .social-icons li {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    margin: 0 2px;
}

.influencer-brands .social-icons img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.influencer-brands .brand-block .image-holder {
    width: 100%;
    height: 75px;
    border: none;
    padding: 0;
    margin: 0 0 10px;
}

    .influencer-brands .brand-block .image-holder img {
        border-radius: 4px;
    }

.influencer-brands .brand-block .brand-name {
    font-size: 15px;
    line-height: 18px;
    margin: 0 0 5px;
}

.influencer-brands .brand-block .brand-category {
    font-size: 14px;
    line-height: 14px;
    margin: 0 0 7px;
}

.our-influencers ul.social-icons.list-unstyled img {
    width: 17px;
    height: 17px;
    object-fit: contain
}

.secondary_img.position-absolute img {
    width: 100%;
    height: 100%;
}

.custom_height {
    min-height: 200px;
}


@media (max-width:1399px) {
    .startup-add-section h2 {
        font-size: 24px;
        line-height: 28px;
    }
}

@media (max-width:991px) {
    .influencer-brand-carousel:after {
        display: none;
    }

    .influencer-brand-carousel .slider-holder {
        padding: 0 30px;
        margin: 0 0 30px;
    }
}

@media (max-width:575px) {
    .influencer-brand-carousel .slider-holder {
        padding: 0;
        margin: 0 0 80px;
    }

    .influencer-brands .slick-arrow {
        top: auto;
        bottom: -30px;
    }

        .influencer-brands .slick-arrow.slick-prev {
            left: calc(50% - 10px);
            -o-transform: translateX(-50%) rotate(45deg);
            -ms-transform: translateX(-50%) rotate(45deg);
            -moz-transform: translateX(-50%) rotate(45deg);
            -webkit-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
        }

        .influencer-brands .slick-arrow.slick-next {
            right: calc(50% - 10px);
            -o-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }
}

.blogs-section {
    padding: 100px 0;
}

    .blogs-section h2 {
        font-size: 40px;
        line-height: 44px;
        margin: 0 0 30px;
        font-weight: 600
    }

    .blogs-section .slick-slide {
        padding: 10px;
    }

    .blogs-section .image-holder {
        border-radius: 10px 10px 0 0;
        overflow: hidden;
        height: 185px!important;
    }

        .blogs-section .image-holder img {
            -o-transform: scale(1);
            -ms-transform: scale(1);
            -moz-transform: scale(1);
            -webkit-transform: scale(1);
            transform: scale(1);
            transition: all ease-in-out 0.3s
        }

        .blogs-section .image-holder:hover img {
            -o-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

    .blogs-section .text-holder {
        padding: 10px;
        background: #f0f0f0;
        border-radius: 0 0 10px 10px
    }

    .blogs-section h3 {
        font-size: 22px;
        line-height: 26px;
    }

        .blogs-section h3 a {
            color: #000000;
        }

            .blogs-section h3 a:hover {
                color: #7A04B8;
            }

@media (max-width:991px) {
    .blogs-section h2 {
        font-size: 30px;
        line-height: 34px;
    }
}

.blogs-slider {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; /* Adjust the space between items */
}

.slide-holder {
    flex: 0 0 calc(33.333% - 20px); /* 3 items per row with a 20px gap */
    margin-bottom: 20px; /* Add space between rows */
    box-sizing: border-box;
}

.image-holder img {
    width: 100%;
    height: auto; /* Make sure the images are responsive */
}

.slide-holder .text-holder h3 a {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.slide-holder .text-holder p {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Limit to 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.read-more-btn {
    display: block;
    margin-top: 10px;
    text-decoration: none;
    font-weight: bold;
}

    .read-more-btn:hover {
        text-decoration: underline;
    }
@media (max-width: 768px) {
    .slide-holder {
        flex: 0 0 calc(50% - 20px); /* 2 items per row on tablet screens */
    }
}

@media (max-width: 480px) {
    .slide-holder {
        flex: 0 0 100%; /* 1 item per row on small screens */
    }
}

.blogs-section .image-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blogs-section .blogs-slider .slick-arrow {
    width: 17px;
    height: 32px;
    padding: 0;
}

    .blogs-section .blogs-slider .slick-arrow.slick-prev {
        background-image: url('../images/left-arrow-slider.png');
        background-size: cover
    }

    .blogs-section .blogs-slider .slick-arrow.slick-next {
        background-image: url('../images/right-arrow-slider.png');
        background-size: cover
    }

    .blogs-section .blogs-slider .slick-arrow:before {
        display: none
    }

@media (max-width:767px) {
    .blogs-section .blogs-slider .slick-arrow {
        top: auto;
        bottom: -50px;
    }

        .blogs-section .blogs-slider .slick-arrow.slick-prev {
            left: calc(50% - 25px);
        }

        .blogs-section .blogs-slider .slick-arrow.slick-next {
            right: calc(50% - 25px);
        }
}
.requiredmsg{
    color: red;
    font-size: 14px;
    font: bold
}