/*Aro */
@font-face {
    font-family: 'Oakes Grotesk';
    src: url('assets/fonts/Oakes_Grotesk/fonnts.com-oakesgrotesk-medium.otf') format('otf');
}

#header {
    padding-top: 61px !important;
}

#header.sticky {
    padding-top: 9px !important;
}

.navbar > div {
    min-height: 62px;

    div {
        height: 62px;

        div {
            display: flex;
            align-items: center !important;
        }
    }

    ul {
        height: 100%;
        display: flex;
        align-items: center !important;

        li {
            height: 100%;
            display: flex;
            align-items: center;
        }
    }
}

#topmenu .nav-link {
    font-size: 16px !important;
    width: fit-content;
    align-items: center;
}


.respona-timeline__chapter h3 {
    margin-bottom: 32px !important;
    font-weight: 600 !important;
    font-size: 45px !important;
    line-height: 57px !important;
    letter-spacing: 0px !important;
}

.respona-timeline__chapter p {
    margin: 0 !important;
    font-family: 'Oakes Grotesk', !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 35px !important;
    letter-spacing: 0.5px !important;
}

.respona-testimonial-wide .respona-testimonial-avatar-wrapper {
    margin-right: 95px;

}

.respona-testimonial-wide .respona-testimonial-content {
    font-family: Inter, sans-serif;
    width: 100%;
    max-width: 609px;
    font-size: 32px;
    line-height: 56px;
    letter-spacing: -1px;
    font-weight: 500;
}

.respona-testimonial {
    margin-top: 64px !important;
}

.respona-brands-slider {
    margin-right: 0 !important;
}
.solid-background span{
    margin-left: -5px;
}


#ai_search {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(0deg, #F0F0F8 -44.54%, rgba(240, 240, 248, 0) 79.75%);
    padding-bottom: 94px;
    margin-bottom: 159px;
    .title {
        margin-top: 130px;
        font-size: 80px;
        line-height: 1.2;
        max-width: 887px;
        width: 100%;
        text-align: center;
        font-weight: 600;
        color: #111A45;
        letter-spacing: -2px;
    }

    .description {
        margin-top: 9px;
        font-size: 20px;
        font-weight: 500;
        text-align: center;
        color: #525979;
        line-height: 35px;
        max-width: 612px;
        width: 100%;
        letter-spacing: 0.5px;
    }

    .tabs {
        margin-top: 53px;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-family: Oakes Grotesk, sans-serif;
        padding-bottom: 210px;
    }

    .tab-nav {
        border: 1px solid #F0EFFA;
        border-radius: 10px;
        display: flex;
        justify-content: space-between;
        list-style: none;
        margin-bottom: 52px;
        padding: 6px 7px;
        max-width: 864px;
        width: 100%;
    }

    .tab-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        max-width: 200px;
        width: 23%;
        height: 52px;
        font-weight: 600;
        font-size: 14px;
        text-align: center;
        line-height: 20px;
        letter-spacing: 0.5px;
    }

    .tab-btn.active {
        background: #F0EFFA;
        color: #251FB6;
        border-radius: 10px;

    }

    .tab-content {
        width: 100%;
    }

    .tab-pane {
        display: none;
    }

    .tab-pane.active {
        width: 100%;
        display: flex;
        justify-content: center;

    }

    .tab-item {
        max-width: 1070px;
        width: 100%;
        justify-content: space-between;
        border-radius: 24px 24px 0 0;
        border: 1px solid #E9E9ED;
        border-bottom: none;
        position: relative;

        .divider {
            margin: 0;
            background-color: #E9E9ED;
            height: 2px;
        }

        .head {
            width: 100%;
            padding: 15px 20px 13px;
            max-height: 36px;
            display: flex;
            align-items: center;
            svg {
                margin-right: 5px;
            }
        }

        .info {
            width: 100%;
            max-width: 575px;
            padding-left: 54px;
            padding-top: 32px;
            position: relative;
            .title {
                margin-top: 34px;
                font-weight: 600;
                font-size: 32px;
                line-height: 178%;
                letter-spacing: 0.5px;
                text-align: start;
                color: #404041;

            }

            .text {
                font-weight: 500;
                font-size: 14px;
                line-height: 178%;
                letter-spacing: 0.5px;

                span {
                    font-weight: 700;
                    font-size: 14px;
                    line-height: 178%;
                    letter-spacing: 0.5px;
                    background-color: #221CB621;
                    padding: 4px;
                }

                p {
                    margin-bottom: 20px;
                }
            }

        }

        .widgets {
            position: absolute;
            right: -15%;
            max-width: 516px;
            max-height: 405px;
            bottom: -120px;
            width: 100%;
            height: 100%;

            .widget-content-1 {
                padding: 19px 19px 49px 40px;
            }

            .content {
                border-radius: 24px;
                border: 1px solid #0000000F;
                box-shadow: 0 -5px 4px 11px #00000003;
                background: #FFFFFF;
                height: 100%;
                width: 100%;
                display: none;

                .answer span {
                    background-color: #221CB621;
                    padding: 4px;
                }


            }

            .content.active {
                display: block;
            }

            .widget-content-0 {
                padding: 34px 31px 29px 40px;

                .question {
                    font-weight: 400;
                    font-size: 11px;
                    line-height: 159%;
                    letter-spacing: 0;
                    display: flex;
                    align-items: center;
                    gap: 20px;

                    div {
                        padding: 13px 16px 13px 11px;
                        border-radius: 50px;
                        border: 1px solid #D9D9D9;
                        width: 100%;
                        display: flex;
                        align-items: center;
                        justify-content: space-between;
                    }

                }

                .divider {
                    margin: 30px -25px 27px -30px;
                }

                .answer {
                    font-weight: 500;
                    font-size: 16px;
                    line-height: 182%;
                    letter-spacing: 0;

                    span {
                        font-weight: 700;
                        font-size: 14px;
                        line-height: 178%;
                        letter-spacing: 0.5px;
                    }
                }
            }

            .widget-content-1 {
                padding: 19px 19px 49px 40px;

                .divider {
                    margin: 14px -15px 26px -30px;
                }

                .question {
                    font-weight: 500;
                    font-size: 14px;
                    line-height: 159%;
                    letter-spacing: 0;
                    border-radius: 67px;
                    background-color: #EBEBEB;
                    margin-bottom: 26px;
                    padding: 13px 17px 12px 18px;
                    margin-left: auto;
                    width: fit-content;
                }

                .answer {
                    font-weight: 500;
                    font-size: 16px;
                    line-height: 182%;
                    letter-spacing: 0;

                }

            }

            .widget-content-2 {
                padding: 40px 31px 42px 39px;

                .question {
                    display: flex;
                    align-items: center;
                    font-weight: 500;
                    font-size: 16px;
                    line-height: 182%;
                    margin-right: auto;
                    width: fit-content;
                    border-radius: 13px;
                    background: #D9D9D938;
                    padding: 12px 10px 12px 12px;
                    margin-bottom: 41px;

                    span {
                        width: 34px;
                        height: 34px;
                        border-radius: 39px;
                        font-weight: 700;
                        font-size: 11px;
                        line-height: 182%;
                        letter-spacing: 0;
                        background: #BFBFBF82;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        padding-top: 3px;
                        margin-right: 10px;
                    }
                }

                .answer-container {
                    display: flex;
                    gap: 18px;

                    img {
                        max-height: 32px;
                    }
                }

                .answer {
                    font-weight: 500;
                    font-size: 16px;
                    line-height: 182%;
                    letter-spacing: 0;

                }

            }

            .icons {
                display: flex;
                gap: 8px;
                margin-top: 10px;

                .icon {
                    cursor: pointer;
                    width: 100%;
                    max-width: 76px;
                    height: 100%;
                    max-height: 76px;
                    padding: 18px;
                    border-radius: 24px;
                    background-color: #FFFFFF;
                    box-shadow: 0 -5px 4px 11px #00000003;
                }

                .icon.active {
                    background-color: #E9E9F2;
                }
            }
        }
    }
    #right {
        position: absolute;
        left: -360px;
        top: 228px;
    }

    #left {
        position: absolute;
        left: -210px;
    }

    #tab-0 #left {
        top: 145px;
    }
    #tab-1 #left {
        top: 205px;
    }
    #tab-2 #left {
        top: 50px;
    }
    #tab-3 #left {
        top: 215px;
    }


}


#customization {


    .cards-wrapper {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 50px;
    }

    .card {
        min-height: 362px;
        border-radius: 28px;
        max-width: 407px;
        width: 100%;
    }

    .badges {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 11px;
        margin-bottom: 60px;
    }

    .badge {
        box-shadow: 0px 2px 2.6px 0px #241F560F;
        background-color: #FFFFFF;
        font-family: Mulish, sans-serif;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        font-size: 10px;
        padding: 10px;
        height: 37px;
    }

    .badge img {
        margin-right: 7px;


    }

    .badge.active {
        background: rgba(255, 255, 255, 0.48);
        color: #111A45;
        border: 1px solid #7F7F7F38;
    }

    .badge.inactive {
        color: #CBCDD6;
        background: #FFFFFF;

    }

    h3 {
        font-size: 24px;
        text-align: center;
    }

    p {
        font-size: 12px;
        text-align: center;
        padding: 0 30px;
        line-height: 20.53px;
    }

    .card-1 {
        background-color: #FC86190F;
        padding: 72px 44px 63px 44px;
        margin-right: 25.73px;

        .badges {
            flex-direction: column;
            max-width: 168px;
            width: 100%;
            margin: 0 auto 36px;
        }

        .badge {
            padding: 17.6px 30px 18.75px 24px;
            line-height: 17px;
            height: 48px;
            letter-spacing: 0;
        }

        .active {
            background-color: #FFFFFF;
            padding: 11px 33px 10px 15px;

            img {
                margin-right: 6px;
                padding: 7px;
                border-radius: 9px;
                background-color: #FFC692;
            }
        }

        .inactive {
            border: 1px solid #72747D1A;
            background: transparent;
        }

    }

    .card-2 {
        background-color: #F6F6FB;
        padding: 42px 44.36px 62px 45px;
        max-width: 408px;
        margin-right: 36.73px;

        .badges {
            max-width: 182px;
            width: 100%;
            height: 143px;
            border-radius: 11px;
            background-color: white;
            margin: 0 auto 30px;
            padding: 16px 4px 5px 5px;

            .upper {
                width: 100%;
                display: flex;
                margin-bottom: 30px;
                gap: 7px;
                pre {
                    display: inline-block;
                    font-size: 12.46px;
                    font-weight: 600;
                    letter-spacing: 0;
                    margin: 0 0 3px;
                }

                p {
                    font-size: 12px;
                    letter-spacing: 0;
                    line-height: 15px;
                    text-align: start;
                    padding: 0;
                    margin: 0 0 5px;
                }

                span {
                    background-color: #93FF4B1A;
                    color: #126E37;
                    font-size: 8px;
                    padding: 2px 4px;
                    margin: 0;
                }
            }

            .down {
                background-color: #F5F6FA;
                border-radius: 10px;
                padding:  6px 8.13px 6px 13px;
                font-size: 10px;
                line-height: 20px;
                letter-spacing: 0.33px;

                svg {
                    margin-right: 2px;
                }
            }
        }
    }

    .card-3 {
        background-color: #23E7710F;
        padding: 68px 20px 0 19.27px;

        .badges {
            font-size: 10.18px;
            line-height: 127%;
            margin-bottom: 62px;
        }
    }


}

#build {
    font-family: 'Oakes Grotesk',;
    z-index: 0;
    padding: 111px 169px 0;
    max-width: 1290px;
    width: 95%;
    margin: 0 auto;
    height: 875px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    border-radius: 24px;

    h2 {
        z-index: 2;
        font-weight: 600;
        font-size: 80px;
        line-height: 83px;
        letter-spacing: -3px;
        text-align: center;
        color: white;
        margin-bottom: 25px;
    }

    .buttons {
        z-index: 2;
        display: flex;
        gap: 19px;
        height: 100%;
        width: 100%;
        max-width: 956px;
        justify-content: center;
        flex-wrap: wrap;
    }

    a {
        height: 68px;
        border-radius: 10px;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.5px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .btn-first {
        background-color: white;
        max-width: 229px;
        width: 100%;
        padding: 26px 24px 26px 30px;
    }

    .btn-second {
        width: 100%;
        max-width: 219px;
        color: white;
        justify-content: center;
        border: 1px solid #FFFFFF21;
    }

    .btn-second:hover {
        background-color: #F0EFFA;
    }


}
.hassle{
    margin-top: 175px !important;
    span{
        padding: 0 20px !important;
    }
}

@media (min-width: 1024px) {
    #header {
        nav {
            max-width: 1284px;
        }

        .container-fluid {
            padding: 0 20px !important;
        }

        .btn-login, .btn-start {
            height: 100%;
            display: flex !important;
            align-items: center;
            width: 100%;
            font-size: 16px;
            justify-content: center;
        }

        .btn-login {
            min-width: 114px;
        }

        .btn-start {
            min-width: 181px;
        }
    }

    .respona-timeline {
        padding: 0 20px !important;
    }
}

@media (max-width: 1450px) {
    #ai_search {
        padding: 0 20px;

        .tab-item {
            .widgets {
                right: -7%;
            }
        }
    }
}

@media (max-width: 1300px) {
    #customization .card {
        margin: 10px;
    }

    #ai_search {
        .tab-item {
            padding: 0 20px;
            display: flex;
            flex-direction: column;
            align-items: center;

            .widgets {
                position: relative;
                right: 0;
                bottom: 0;
                max-width: 450px;

                .question {
                    justify-content: space-between;

                    div {
                        max-width: 350px;
                    }
                }

                .icons {
                    justify-content: end;
                    padding-right: 40px;

                    .icon {
                        width: 35px;
                        height: 35px;
                        padding: 5px;
                    }

                }

            }

            .info {
                max-width: 450px;
            }


        }
        #right{
            width: 70%;
            left: -60%;
        }
        #tab-0 #left {
            top: 170px;
        }
        #tab-1 #left {
            top: 310px;
        }
        #tab-2 #left {
            top: 135px;
        }
        #tab-3 #left {
            top: 330px;
        }
    }
}

@media (max-width: 1024px) {

    .respona-test-quote {
        .respona-testimonial-avatar-wrapper {
            margin: 0 auto !important;
        }


        div {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .respona-testimonial-content {
            margin-top: 20px !important;
            font-size: 22px !important;
            line-height: 28px !important;
        }
    }

    .respona-testimonial.container {
        .respona-testimonial-content {

            margin: 0 auto !important;
        }

        a {
            margin-left: 150px;
        }
    }

    #customization .card {
        margin: 10px;

        p {
            padding: 0 5px;
            margin: 0;
        }

        .badges {
            margin: 0 auto 20px;
        }
    }

    #build {
        background-position: bottom;
        background-size: contain;
        background-repeat: no-repeat;
        padding: 30px;
        height: auto;

        h2 {
            font-size: 50px;
            line-height: 62px;
            letter-spacing: 0;
        }

        .btn-first {
            border: 1px solid #251fb6;
            color: #251fb6;
        }

        .btn-second {
            background-color: #251fb6;
        }

    }

    #ai_search {
        .tab-btn {
            font-size: 14px;
        }

        .title {
            margin-top: 50px;
            font-size: 50px;
            line-height: 62px;
        }

        .description {
            font-size: 16px;
            line-height: 20px;
        }

        .tabs {
            margin-top: 20px;
            padding-bottom: 170px;
        }

        .tab-item {
            .info {
                padding: 10px;

                .title {
                    font-size: 20px;
                }

                .text {
                    font-size: 10px;
                }
            }

            .widgets {
                .widget-content-0, .widget-content-1, .widget-content-2 {
                    padding: 15px;

                    .answer {
                        font-size: 12px;
                    }

                    .divider {
                        margin: 10px 0;
                    }
                }

            }

        }
        #left{
            left: -130px;
            width: 30%;
        }
        #tab-0 #left {
            top: 125px;
        }
        #tab-1 #left {
            top: 170px;
        }
        #tab-2 #left {
            top: 65px;
        }
        #tab-3 #left {
            top: 180px;
        }
        #right{
            width: 40%;
            top: 170px;
            left: -150px;
        }

    }

    .mt-100 {
        margin-top: 50px !important;
    }

    .respona-testimonial {
        margin-top: 20px !important;
    }

    .respona-timeline__chapters {
        h3 {
            font-size: 30px !important;
            line-height: 35px !important;
        }

        p {
            font-size: 14px !important;
            line-height: 20px !important;
        }
    }

}
@media (max-width: 760px) {
    #ai_search {
        #right,#left{
            display: none;
        }
    }
}


@media (max-width: 550px) {
    .respona-testimonial-content {
        font-size: 16px !important;
        line-height: 20px !important;
    }

    .respona-testimonial.container a {
        margin: 10px 0;
    }

    #ai_search {
        #question-icon {
            display: none;
        }

        .tab-item .widgets .content {
            height: auto;

            .icon-right {
                display: none;
            }
        }

        .tabs {
            padding-bottom: 25px;
        }

        .tab-btn {
            font-size: 12px;
        }

        .title {
            font-size: 28px;
            line-height: 35px;
            letter-spacing: 0;
        }

        .description {
            font-size: 12px;
            line-height: 15px;
        }
        #tab-0 #left {
            top: 200px;
        }
        #tab-1 #left {
            top: 315px;
        }
        #tab-2 #left {
            top: 155px;
        }
        #tab-3 #left {
            top: 320px;
        }

    }

    #build {
        padding: 30px;
        height: auto;

        h2 {
            font-size: 28px;
            line-height: 35px;
            letter-spacing: 0;
        }

        .buttons {
            gap: 10px;
            flex-direction: column;
            align-items: center;
            justify-content: start;
        }
    }


    #customization .card {
        min-height: unset;
    }

    #customization .card-3 {
        padding-bottom: 20px;
    }
}

@media (max-width: 400px) {
    #ai_search {

        .tabs {
            padding-bottom: 75px;
        }

    }
}


/*Aro*/


/*Pro*/
.home.page #view:before {
    /* background: white; */
    background: linear-gradient(180deg, #F0F0F8, rgba(240, 240, 248, 0) 30%);
    height: 50%;
}

/* .home .container-fluid {
    padding: 0;
} */


.heading-block-home {
    font-size: 110px;
    line-height: 107px;
    letter-spacing: -3.5px;
}

.lead.lead-home {
    max-width: 629px;
    font-size: 20px !important;
    line-height: 36.5px !important;
    width: 100%;
    font-weight: 500;
    margin: 0 auto;
    margin-bottom: 38px;
    margin-top: 21px;
    letter-spacing: 0.5px;
}

.respona_button_block {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.respona_button {
    font-size: 15px !important;
    line-height: 1px !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px !important;
    padding: 28px 25px 28px 24px !important;
    display: flex !important;
    gap: 78px;
    justify-content: center;
    align-items: center;
    border: unset !important;
    background-color: #251FB6 !important;
    color: white !important;
}

.pricing_text {
    font-size: 16px !important;
    line-height: 20px !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px !important;
    padding: 24.13px 64px 21.94px 64px !important;
    color: #251FB6 !important;
    border: 1px solid #251FB652 !important;
}

.increment_block {
    font-family: 'OakesGrotesk-Medium, sans-serif';
    font-size: 20px;
    line-height: 35px;
    font-weight: 500 !important;
    letter-spacing: 0px !important;
    color: #525979 !important;
    margin-top: 148px !important;
}

.band_block {
    margin-top: 13px !important;
}

.web_monitor_section {
    width: 100%;
    max-width: 1290px;
    margin: 0 auto;
    margin-top: 105px;
    background-color: #FFFFFF;
    padding-top: 120px;
    padding-bottom: 77px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 33px;
}

.web_custom_container {
    width: 100%;
    max-width: 790px;
    margin: 0 auto;
}

.web_custom_container h2 {
    font-size: 60px;
    line-height: 65px;
    font-weight: 600;
    letter-spacing: -2px;
    color: #111A45;
    text-align: center;
    max-width: 730px;
    margin: 0 auto;
    width: 100%;
}


.web_custom_container h2 span {
    background-color: #dadefd;
    padding-top: 10px;
    padding-right: 10px;
}

.web_monitor_description {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    max-width: 540px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #525979;
    margin-top: 14px;
}

.web_monitor_inner {
    margin-top: 58px;
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 50px;
}

.web_onitor_item_content{
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
}

.web_onitor_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: end;
    width: 120px;
}

.web_onitor_item .count {
    font-size: 24px;
    line-height: 31.63px;
    font-weight: 600;
    letter-spacing: 1.29px;
    color: #605E87;
}

.web_onitor_item_1 .count {
    color: #251FB6;
}

.web_onitor_item .percent {
    background-color: #efeef6;
    border-radius: 8px;
    width: 90px;
}

.web_onitor_item_1 .percent {
    background-color: #d5d5f6;
}

.web_onitor_item .title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #525979;
    margin-top: 27px;
    min-height: 40px;
}

.web_onitor_item .border {
    height: 6px;
    border-radius: 8px;
    width: 100%;
    background-color: #605E87;
}

.web_onitor_item_1 .border {
    background-color: #251FB6;
}


.powered_by_data_section {
    margin-top: 210px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.powered_by_data_container {
    width: 100%;
    max-width: 1101px;
    margin: 0 auto;
}

.powered_by_data_container h2 {
    font-size: 80px;
    line-height: 96px;
    font-weight: 600;
    letter-spacing: -2px;
    color: #111A45;
    text-align: center;
    max-width: 948px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 2;
}

.powered_by_data_container h2 span {
    background-color: #dadefd;
    padding-top: 19px;
    padding-right: 30px;
    padding-left: 10px;
    padding-bottom: 6px;
    margin-left: -10px;
    margin-right: -30px;
    position: relative;
    z-index: -2;
}

.powered_by_data_description {
    text-align: center;
    margin: 0 auto;
    margin-top: 12px;
    width: 100%;
    max-width: 540px;
    font-size: 20px;
    line-height: 35px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #525979;
}

.powered_by_data_inner {
    margin-top: 175px;
    position: relative;
    padding-top: 87px;
    padding-bottom: 146px;
}

.powered_by_data_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}

.powered_by_data_item .powered_by_num {
    display: flex;
    align-items: center;
    font-size: 9px;
    line-height: 13.08px;
    font-weight: 600;
    letter-spacing: 0.33px;
    color: #111A45;
    gap: 9px;
    width: 100%;
}

.powered_by_data_item .powered_by_num .line {
    width: 285px;
    height: 1px;
    background-color: #8E95AA;
}

.powered_by_data_item .powered_by_num .num {
    background-color: #e2e2f5;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3.92px;
    padding-top: 3px;
}

.powered_by_data_item .title {
    margin-top: 17px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #525979;
    max-width: 311px;
}

.powered_by_data_item .right {
    display: flex;
    flex-direction: column;
    align-items: end;
    text-align: end;

}

.powered_by_data_item .right .powered_by_num {
    display: flex;
    justify-content: end;

}

.powered_by_data_item_2 {
    margin-top: 56px;
}

.powered_by_data_item_3 {
    margin-top: 206px;
}

.powered_by_data_item_4 {
    margin-top: 42px;
}

.powered_by_data_item_5 {
    margin-top: 234px;
}

.powered_by_data_item_6 {
    margin-top: 16.27px;
}


.powered_by_data_item_2 .title {
    max-width: 224px;
}

.powered_by_data_item .left {
    width: 50%;
}

.powered_by_data_item .right {
    width: 50%;
}

.powered_by_data_inner .banner {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    width: 398.05px;
    /* display: none; */

    opacity: 0;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.powered_by_data_inner .active .banner {
    opacity: 1;
}

.powered_by_data_inner .active .powered_by_num {
    gap: 0px;
}

.powered_by_data_inner .active .line {
    background-color: #251FB6;
    width: 100%;
}


.home_g2_chart_section {
    margin-top: 261.88px;
    margin-bottom: 126px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home_g2_chart_container {
    margin-top: 88px;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    background: linear-gradient(0deg, #F0F0F8, #F0F0F800 60%);
    padding-bottom: 115px;
}


.home_g2_chart_data {
    width: 100%;
    max-width: 972px;
    height: 811px;
    background-repeat: no-repeat!important;
    background-position: center center;
    border: 1px solid #dcdce4;
}

.home_g2_chart_section > h2 {
    font-size: 80px;
    line-height: 96px;
    font-weight: 600;
    letter-spacing: -2px;
    color: #111A45;
    text-align: center;
    max-width: 575px;
    margin: 0 auto;
    width: 100%;
}

.home_g2_chart_section > h2 span {
    padding-right: 25px;
    padding-left: 15px;
    margin-left: -15px;
    margin-right: -12px;
    position: relative;
}

.home_g2_chart_section > h2 span::before {
    content: "";
    position: absolute;
    top: -16px;
    left: 0;
    right: 0;
    bottom: 3px;
    background-color: #dadefd;
    z-index: -1;
}

.home_g2_chart_description {
    text-align: center;
    margin: 0 auto;
    margin-top: 8px;
    width: 100%;
    max-width: 656px;
    font-size: 20px;
    line-height: 35px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #525979;
    position: relative;
}
.home_g2_chart_description a{
    position: relative;
}

.home_g2_chart_description a::after {
    content: "";
    background-color: #1a2ab0;
    position: absolute;
    top: 16px;
    left: 0;
    right: 0;
    bottom: 16px;
    z-index: -1;
    height: 1px;
    width: 100%;
}

.faqs_title {
    margin-top: 115px;
    margin-bottom: 104px;
    font-size: 80px;
    line-height: 96px;
    font-weight: 600;
    color: #111A45 !important;
}

.accordion-item {
    background: 0 0;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgba(142, 149, 170, .6);
}


.accordion-item:first-of-type .accordion-button {
    padding-top: 0;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}


.accordion-button {
    padding: 50px 0;
    background-color: #fff;
    font-size: 32px;
    line-height: 29.5px;
    color: #2a3241;
    outline: 0;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    text-align: left;
    position: relative;
    display: flex;
    width: 100%;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;

}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23525979'%3e%3cpath fill-rule='evenodd' stroke='%23525979' stroke-width='0.5' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
    margin-left: auto;
    transform: translateX(-25px);
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23525979'%3e%3cpath fill-rule='evenodd' stroke='%23525979' stroke-width='0.5' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg) translateX(25px);
}

.accordion-button:not(.collapsed) {
    padding-bottom: 20px;
}

.accordion-body {
    /* padding: 0 0 50px; */
    font-size: 20px;
    line-height: 39px;
    color: #525979;
}

.accordion-body p {
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .home_g2_chart_section > h2 span {
        padding-right: 10px;
    }
    .home_g2_chart_section > h2 span::before {
        top: -8px;
        left: 0;
        right: 0;
        bottom: -2px;
    }
    .powered_by_data_container h2 span {
        padding-top: 10px;
        padding-right: 10px;
        padding-left: 10px;
    }
    .home .heading-block-home {
        font-size: 36px!important;
        line-height: 41px!important;
        letter-spacing: 0;
    }
    .powered_by_data_container h2 , .web_custom_container h2, .home_g2_chart_section h2, .faqs_title {
            font-size: 28px!important;
            line-height: 35px!important;
            letter-spacing: 0;
    }
    .web_monitor_description, .lead.lead-home , .home_g2_chart_description, .powered_by_data_description{
        font-size: 14px !important;
        line-height: 20px !important;
    }
  
    .home_g2_chart_data {
        height: 420px;
        background-size: 50%;
    }
    .web_monitor_inner{
        flex-wrap: wrap;
        gap:15px;
    }
    .web_onitor_item{
        width: 103px;
    }
    .web_onitor_item .percent {
        width: 80px;
    }
    .web_onitor_item .title {
        font-size: 14px;
    }
    .web_onitor_item .count {
        font-size: 22px;
    }
    
    .web_monitor_section{
        padding: 80px 30px 60px 30px;
    }
    
    .powered_by_data_section, .home_g2_chart_section{
        margin-top: 100px;
    }
    .home_g2_chart_container{
        margin-top: 20px;
        padding-bottom: 60px;
    }
    .faqs_title{
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .accordion-button {
        font-size: 20px;
        padding: 25px 0;
    }
    .accordion-body {
        padding: 0 0 25px;
        font-size: 16px;
        line-height: 26px;
    }
}

/*Pro*/