:root {
    /* --primary: #7854ce; */
    --primary: #0091ED;
    --text-light: #7f8490;
    --bg-color: #1b2027;
    --text-white: #fff;
    --item-bg: #21272f;
}

body {
    background: var(--bg-color);
    max-width: 100%;
    overflow: hidden;
    overflow-y: auto;

}

.body_wrapper {
    overflow: hidden;
    overflow-y: auto;
}

.pp-scrollable.section {
    position: relative !important;
}

.wow {
    visibility: visible !important;
}

.bg_color {
    background: var(--bg-color);
}

.header_area.navbar_fixed.nav-down {
    background: var(--bg-color) !important;
}

.header_area .navbar-brand img {
    height: fit-content;
}

.heading h2 {
    margin: 0;
    font-weight: 300 !important;
    font-size: 37px !important;
    line-height: 55px;
    color: var(--text-white);
}

.heading h2 strong {
    font-weight: 600;
}

.heading p {
    margin: 0;
    color: var(--text-light);
    font-size: 16px;

}

.banner_text {
    position: relative;
    z-index: 99;
}

.banner_text h2 {
    font-weight: 500 !important;
    font-size: 45px !important;
    line-height: 55px;
}

.banner_text h2 .typed {
    color: var(--primary);
    position: relative;
    z-index: 999;
    opacity: 1;
}

.banner_text p {
    color: var(--text-light);
}

.home-intro__wave {
    bottom: 10px !important;
}

#home-page .section-6 .btn_scroll.btn_hover {
    background: var(--primary);
    border: 0;
    border-radius: 50px;
    display: block;
    margin: 0 auto;
}

/* #home-page .section-6 .container{
    min-height: unset;
} */

.btn_three {
    display: block;
    background: var(--primary);
    color: var(--white);
    border-radius: 50px;
    min-width: 124px;
    padding: 7px 10px;
}

.faq-image {
    -webkit-animation: banner_img 2s both alternate infinite;
    animation: banner_img 2s both alternate infinite;
}

@keyframes banner_img {
    0% {
        -webkit-transform: translate(0px, -20px);
        -ms-transform: translate(0px, -20px);
        transform: translate(0px, -20px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.faq_section .card {
    background: var(--item-bg) !important;
    border: 0 !important;
    margin-bottom: 10px;
    border-radius: 7px !important;
    padding: 0 0px;
}

.faq_section .card .card-header h5 .btn {
    padding: 10px 20px !important;
    color: var(--text-white) !important;
    font-size: 16px !important;
    display: flex !important;
    align-items: center;
}

.faq_section .card .card-header h5 .btn span {
    display: block;
}

.faq_section .card .card-header h5 .btn i {
    position: relative !important;
    z-index: 999;
    margin-left: auto;
    margin-right: 0;
    font-size: 12px !important;
    display: block !important;
    top: 8px !important;
    transition: all .5s;
}

.faq_section .card .card-header h5 .btn[aria-expanded="true"] i::before {
    display: block !important;
    transition: all .5s;
}

.faq_section .card .card-header h5 .btn[aria-expanded="true"] i::before {
    transform: rotate(180deg);
}

.faq_section .card .card-body {
    padding: 0px 20px 20px !important;
    font-weight: 400 !important;
    color: var(--text-white) !important;
    font-size: 13px !important;
    line-height: 30px !important;
}

.saas_features_area_three .new_service .number {
    background: var(--bg-color);
    z-index: 999;
    color: var(--text-white);
    font-weight: 500;
    border-color: var(--primary) !important;
    font-size: 15px;
}


.saas_features_area_three .new_service .separator {
    background: var(--primary) !important;
}

.new_service .saas_features_item:hover .number {
    background: var(--primary);
    box-shadow: 0 11px 23px -5px var(--primary);
}

.new_service .saas_features_item:hover .separator {
    background: var(--primary) !important;
}

.new_service .new_service_content img {
    width: 70px;
}

.new_service .new_service_content {
    padding: 20px 30px;
}

.new_service .new_service_content h4 {
    color: var(--text-white);
    font-size: 15px;
}

.new_service .new_service_content p {
    color: var(--text-white);
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
}

.new_service .new_service_content p span {
    display: block;
    padding-bottom: 5px;
}

.new_service .saas_features_item:hover .new_service_content {
    background: var(--item-bg) !important;
    box-shadow: 0 20px 29px -0px rgb(0 0 0 / 33%) !important;
}

.feedback_area .feedback_item {
    background-color: #000;
    padding: 0px 0 20px;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 12px 20px 4px rgb(0 0 0 / 39%) !important;
    margin-bottom: 40px;
}

.new_service .separator:before {
    background: var(--primary) !important;
}

.feedback_area .feedback_item .img_box {
    position: relative;
    z-index: 99;
    overflow: hidden;
    width: 100%;
    height: 120px;
}

.feedback_area .feedback_item .img_box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.feedback_area .feedback_item .img_box img.gifImg {
    display: none;
}



.feedback_area .item.audioPlayed .img_box img.gifImg {
    display: block;
}

.feedback_area .item.audioPlayed .img_box img.jpgImg {
    display: none;
}

.feedback_area .feedback_item .media-text {
    padding: 0 30px 10px;
}

.feedback_area .feedback_item .media-text .text_box h5 {
    margin: 0;
    color: var(--text-white);
    font-size: 16px;
    padding-bottom: 5px;
}

.feedback_area .feedback_item .media-text .text_box p {
    margin: 0;
    line-height: normal;
    color: var(--text-light);
    font-size: 15px;
    animation: unset !important;
}

.feedback_area .feedback_item .media-text .btn_three {
    background: var(--primary);
    border-radius: 50px;
    padding: 0;
    display: flex;
    align-items: center;
    margin: 0 0 0 auto;
    width: 60px;
    height: 60px;
    min-width: 60px;
    background-image: url('../images/ic_play.png');
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
    border: 0 !important;
}

.feedback_area .item.audioPlayed .media-text .btn_three {
    background-image: url('../images/ic_pause.png');
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
}

.feedback_slider {
    position: relative;
}



.feedback_slider .owl-prev,
.feedback_slider .owl-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgb(163 163 163 / 12%) !important;
    font-size: 13px !important;
    color: var(--text-white) !important;
    line-height: 40px !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.2s linear;
    cursor: pointer !important;
    backdrop-filter: blur(5px);
    border: 1px solid var(--text-white) !important;
    opacity: 1 !important;
}

.feedback_slider .owl-prev.disabled,
.feedback_slider .owl-next.disabled {
    opacity: .5 !important;
}

.feedback_slider .owl-prev {
    left: 20px;
}

.feedback_slider .owl-next {
    left: unset;
    right: 20px;
}

.developer_product_content {
    max-width: 100%;
}

.developer_product_content .develor_tab {
    padding: 0 0px;
    border-color: #e1e3ed38;
    display: block;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    max-width: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;

    &::-webkit-scrollbar {
        display: none;
    }
}

.developer_product_content .develor_tab .nav-item {
    margin-left: 20px;
    display: inline-block;
    float: unset !important;
}

.developer_product_content p {
    animation: fadeInUp .2s both .0s !important;
}

.developer_product_content .tab-pane.fade {
    animation: fadeInUp .5s both .5s !important;

}

.developer_product_content .develor_tab .nav-item .nav-link {
    color: var(--text-light);
    font-weight: 500;
    font-size: 14px;
}

.developer_product_content .develor_tab .nav-item .nav-link.active {
    color: var(--primary);
}


.developer_product_content .develor_tab .nav-item .nav-link:before {
    background: var(--primary) !important;
}

.developer_product_content .developer_tab_content p {
    color: var(--text-white);
    font-size: 13px;
    line-height: 31px;
}

.developer_product_content .developer_tab_content p span {
    line-height: normal;
    padding: 0 0 13px 13px;
}

.developer_product_content .developer_tab_content p span small {
    min-width: 8px;
    height: 8px;
    display: block;
    background: var(--text-white);
    width: 8px;
    border-radius: 50px;
    margin-right: 10px;
    position: relative;
    top: 5px;
}

.footer_area {
    background: var(--bg-color) !important;
}

.footer_area .f-logo {
    display: block;
}

.footer_area .f-logo img {
    display: block;
    width: 100px;
}

.footer_area h6 {
    margin: 0;
    color: var(--text-light) !important;
    font-size: 13px !important;
    padding-bottom: 12px !important;
}

.contact_us {
    position: relative;
    overflow: hidden !important;
}

.contact_us.section-6 .container {
    min-height: fit-content !important;
}



.contact_us h4 {
    color: #747583;
    font-size: 13px;
    margin: 0;
    padding-bottom: 10px;
}


#home-page .section-6 .pp_contact_form .btn_scroll.btn_hover {
    background: var(--primary) !important;
    margin: 0 auto;
    min-height: 46px;
    font-size: 16px;
    color: #fff;
    padding: 9px 32px;
    border-radius: 50px;
}