/* Page-specific CSS for free-demo.html only — generated from style.css + responsive.css, trimmed to selectors this page actually uses. DO NOT use this file on any other page. */

* {
    font-family: "Montserrat", sans-serif;
}

html {
    overscroll-behavior: none;
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a,
a:hover,
a:active,
a:visited,
a:focus {
    text-decoration: none;
}

a:focus {
    box-shadow: none !important;
}

input:focus {
    outline: none;
}


.btn:focus {
    box-shadow: none;
}

select:focus {
    outline: none;
}

textarea:focus {
    outline: none;
}

button:focus {
    outline: none;
}

p {
    font-size: 16px;
    line-height: 1.7;
    color: #6D6D6D !important;
}

@media (max-width: 991px) {
    p {
        font-size: 15px !important;
    }

    .wrap {
        padding: 0 31px !important;
    }
}

input[type="number"] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.wrap {
    padding: 0 120px;
}


/* -------------------navbar---------------------- */

/* ------------------------------------------------------------------------- */



.text_list_section {
    overflow-x: hidden;
    position: absolute;
    top: 0;
    z-index: 0;
    height: -webkit-fill-available;
    /* top: 50%;
    transform: translateY(-50%); */
}

.text_list_section .slider_block {
    background-color: #1C1D20;
    padding: 20px 0;
    transform: rotate(-1.5deg);
    width: 100%;
    overflow-x: hidden;
    margin: 50px 0;
}

.text_list_section .owl-stage,
.text_list_section .owl-stage-outer {
    height: 55px;
}

.text_block {
    display: flex;
    align-items: center;
}

.text_block span {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
}

.text_block .mark_star {
    margin: 0 60px;
}

/* .feature-sm-link p {
    transition: 0.3s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
} */

.workflow_text_list_slide_sec {
    position: unset;
    margin: 0;
}

.workflow_text_list_slide_sec .slider_block {
    transform: unset;
    margin: 0;
}

@keyframes tpupdown {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@keyframes rotate2 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes tptranslateX2 {
    0% {
        -webkit-transform: translateX(-30px);
        -moz-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        -o-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    100% {
        -webkit-transform: translatXY(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }
}


/* =====================================footer section====================================== */

/* .ftr_head_bg {
    position: relative;
    background: linear-gradient(90deg, rgba(255, 154, 176, 0.7987570028011204) 0%, rgba(133, 106, 194, 0) 67%), url(../images/grainy_bg.png);
    background-color: #856AC2;
    padding: 100px 0;
    border-radius: 28px;
    margin: 0px 60px;
    background-position: center;
} */


/* ====================================about section======================================= */

@keyframes moving {
    0% {
        transform: translatey(0px);
    }

    25% {
        transform: translatex(20px);
    }

    50% {
        transform: translatey(-20px);
    }

    75% {
        transform: translatex(-20px);
    }

    100% {
        transform: translatey(0px);
    }
}

.text_slide_gradient .workflow_text_list_slide_sec {
    transform: unset;
}

.text_slide_gradient .workflow_text_list_slide_sec .slider_block {
    background: linear-gradient(90deg, rgba(255, 154, 176, 1) 0%, rgba(101, 202, 123, 1) 50%, rgba(133, 106, 194, 1) 100%);
    padding: 20px 0;
    transform: rotate(-1.5deg);
    width: 100%;
    overflow-x: hidden;
    margin: 50px 0;
}


@keyframes tptranslateX3 {
    0% {
        -webkit-transform: translatXY(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(-30px);
        -moz-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        -o-transform: translateX(-30px);
        transform: translateX(-30px);
    }
}

/* .custom-accordion .accordion-collapse {
    box-shadow: 0px 20px 20px rgba(3, 4, 28, 0.08);
    border-radius: 0 0 20px 20px;
    padding: 38px 17px;
} */



.contact_form_input {
    position: relative;
}

.contact_form_input input:focus~.floating-label,
.contact_form_input input:not(:focus):valid~.floating-label {
    top: 0;
    left: 20px;
    font-size: 13px;
    font-weight: 400;
    color: #65CB7B;
    background-color: #fff;
    padding: 0px 4px;
}

.contact_form_input textarea:focus~.floating-label-2,
.contact_form_input textarea:not(:focus):valid~.floating-label-2 {
    top: -9px;
    left: 20px;
    font-size: 13px;
    font-weight: 400;
    color: #65CB7B;
    background-color: #fff;
    padding: 0px 4px;
}

.contact_form_input .inputText {
    border-radius: 12px;
    padding: 0px 20px;
    font-size: 14px;
    width: 100%;
    height: 55px;
    border: 0;
    outline: 0;
    font-weight: 500;
    font-size: 15px;
    color: #87888A;
    /* box-shadow: inset 0 0 0 1px #E5E5E5; */
    transition: box-shadow 0.3s cubic-bezier(0.3, 0, 0, 0.3);
    color: #1B1C1F;
    border: 1px solid #E5E5E5;
}

.contact_form_input .inputText:focus {
    box-shadow: 0px 1px 2px 1px rgba(32, 33, 36, 0.06), inset 0 0 0 2px #65CB7B;
}

.contact_form_input .textareaText {
    border-radius: 12px;
    padding: 20px;
    font-size: 14px;
    width: 100%;
    height: 160px;
    resize: none;
    border: 0;
    outline: 0;
    font-weight: 500;
    font-size: 15px;
    color: #87888A;
    box-shadow: inset 0 0 0 1px #E5E5E5;
    transition: box-shadow 0.3s cubic-bezier(0.3, 0, 0, 0.3);
    color: #1B1C1F;
}

.contact_form_input .textareaText:focus {
    box-shadow: 0px 1px 2px 1px rgba(32, 33, 36, 0.06), inset 0 0 0 2px #65CB7B;
}

.contact_form_input .floating-label {
    position: absolute;
    pointer-events: none;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.2s ease all;
    color: #6D6D6D;
}

.contact_form_input .floating-label-2 {
    position: absolute;
    pointer-events: none;
    left: 20px;
    top: 20px;
    transition: 0.2s ease all;
    color: #6D6D6D;
}

.submit-btn {
    background-color: #65CB7B;
    text-align: center;
    height: 55px;
    padding: 0px 20px;
    display: inline-block;
    line-height: 55px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    border: 1px solid #65CB7B;
}

/* 
.integartion_list_card:hover .integ_card_btn_sec {
    opacity: 1;
    display: block;
    visibility: visible;
}

.integartion_list_card .feature-sm-icon img {
    width: 50px;
}

.integartion_list_card:hover .feature-sm-icon img {
    color: #65CA7B;
    width: 45px;
}

.integartion_list_card img {
    transition: 0.3s;
}

.integartion_list_card {
    text-align: center;
} */


@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.freedemo_main_sec {
    overflow-x: hidden;
    height: 100vh;
    /* overflow-y: hidden; */
}

.free_demo_bg_sec {
    background-image: url(../images/free_demo_main_bg_1.webp);
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 0 49px 0 #00000096;
    position: fixed;
    height: 100vh;
    width: inherit;
}

.free_demo_bg_sec h2 {
    color: #fff;
    font-size: 39px;
    font-weight: 600;
    padding: 0 58px;
    margin-top: 61px;
    display: none;
}

.free_demo_main_bg_element {
    padding: 0 58px;
    width: 240px;
}

.free_demo_head_part {
    padding-top: 40px;
    padding-bottom: 25px;
}

.free_demo_head_part img {
    width: 120px;
}

.free_demo_head_part a {
    color: #1B1C1F;
    font-weight: 600;
    font-size: 16px;
}


.text_slide_gradient_free_demo .workflow_text_list_slide_sec .slider_block {
    padding: 10px 0;
    margin: 22px 0;
}

/* 
.text_slide_gradient_free_demo .owl-stage {
    display: flex;
    align-items: center;
} */

.text_slide_gradient_free_demo .text_block .mark_star {
    margin: 0 36px;
}

.text_slide_gradient_free_demo .text_block span {
    font-size: 22px;
}

.text_slide_gradient_free_demo .owl-stage,
.text_slide_gradient_free_demo .owl-stage-outer,
.text_slide_gradient_free_demo .owl-stage,
.text_slide_gradient_free_demo .owl-stage-outer {
    height: auto !important;
}

.free_demo_form_sec {
    padding-top: 40px;
    padding-bottom: 25px;
}

.free_demo_form_sec .contact_form_box .submit-btn {
    border-radius: 12px;
}

.free_demo_form_sec h1 {
    color: #1B1C1F;
    font-size: 33px;
    font-weight: 700;
}

.free_demo_form_sec p {
    max-width: 80%;
}

.free_demo_form_sec .contact_form_form {
    padding: 20px 0;
}

p.copy_right_free_demo a {
    font-size: 16px;
    line-height: 1.7;
    color: #6D6D6D !important;
}

p.copy_right_free_demo {
    margin-top: 80px;
}

.free_demo_main_img {
    width: 700px;
    position: absolute;
    bottom: 0;
    display: none;
}

/* .wpx-hero-title-3 span {
    font-style: italic;
    font-weight: 400;
    font-family: "DM Serif Text", serif;
  } */



.scroll-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    bottom: -10%;
    right: 50px;
    font-size: 16px;
    border-radius: 6px;
    z-index: 9;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: #1B1C1F;
    transition: 1s ease;
    border: none;
}

@keyframes scale_up_down {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}




.workflow_text_list_slide_sec {
    transform: unset !important;
    height: auto !important;
}


/* ==============================comparison page=============================== */


/* ====================pricing============================ */

/* .pricing_main_sec .box:hover {
    border-color: #65cb7b;
    transform: scale(1.03);
    z-index: 2;
} */

/* =================================================== */




/* =================================offer popup=============================================== */

.offerModalMainPopup .modal-dialog {
    max-width: 800px;
    margin: 6.75rem auto;
}

.offerModalMainPopup .modal-content {
    background-image: url(../images/popup_offer/popup_bg_main.png);
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 0px 4px #fff;
    border-radius: 17px;
    padding: 55px 31px;
    text-align: center;
    background-size: cover;
}

.offerModalMainPopup .modal-content h1 {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 20px;
}

.offerModalMainPopup .modal-content h1 span {
    font-weight: 700;
}

.offerModalMainPopup .modal-content p {
    color: #fff !important;
    max-width: 80%;
    margin: auto;
    margin-bottom: 22px;
}

button.offer_popup_main_btn {
    border: 2px solid #fff;
    background: none;
    padding: 11px 25px;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
}

button.btn-close.btn_close_popup_offer {
    position: absolute;
    top: -5%;
    right: 6%;
    background: #fff;
    padding: 16px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    opacity: 1;
    font-size: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D288B7;
}


.iti__selected-flag {
    border-radius: 9px 0 0 9px;
}

.intl-tel-input,
.iti {
    width: 100%;
}

/* select input */

.custom-select-wrapper {
    position: relative;
    width: 100%;
}

.hidden-select {
    display: none;
}

.custom-select {
    position: relative;
    width: 100%;
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 5px;
    padding: 12px 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.3s;
}

.select-arrow {
    font-size: 16px;
    transition: transform 0.3s;
    color: #555;
}

.custom-select.active .select-arrow {
    transform: rotate(180deg);
}

.custom-options {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #e5e5e5;
    display: none;
    z-index: 10;
    box-shadow: 0 4px 15px 0 rgb(0 0 0 / 25%);
    margin-top: 6px;
    border-radius: 0 0 12px 12px;
    list-style-type: none;
    padding: 0;
}

.custom-select.active .custom-options {
    display: block;
}

.custom-option {
    padding: 10px 15px;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    transition: 0.3s;
}

.custom-option:hover {
    background: #65CA7B;
    color: #fff;
}

.custom-select-trigger {
    width: 100%;
    height: 55px;
    display: flex;
    align-items: center;
}

/* -------------------------------------------------------------------------- */


/* --------------------------------Feature Video------------------------------------ */

.text_list_section .slider_block {
    background: linear-gradient(90deg, rgba(255, 154, 176, 1) 0%, rgba(101, 202, 123, 1) 50%, rgba(133, 106, 194, 1) 100%);
    padding: 20px 0;
    transform: rotate(-1.5deg);
    width: 100%;
    overflow-x: hidden;
    margin: 50px 0;
    width: 100%;
}
/* --- from responsive.css --- */
@media (max-width: 1399.98px) {

    /* home page */

    /* home page */
}

@media (max-width: 1199.98px) {

    /* home page */

    /* .feature-inner-list-item {
        min-height: 316px;
    } */

    /* .test-arrow button svg {
        width: 20px;
    } */

    /* home page */
}

@media (max-width: 991.98px) {

    /* ----------------------------header & footer-------------------------- */

    /* ----------------------------header & footer-------------------------- */

    /* home page */

    .text_list_section {
        top: 50%;
        transform: translateY(-50%);
    }

    .text_list_section .slider_block {
        padding: 10px 0;
    }

    .text_block span {
        font-size: 24px;
    }

    .text_block .mark_star {
        margin: 0 50px;
    }

    .text_list_section .owl-stage,
    .text_list_section .owl-stage-outer {
        height: auto;
    }

    /* img.facility_screen_1 {
        display: none;
    }

    img.facility_screen_2 {
        display: none;
    } */

    /* .feature-inner-list-item {
        min-height: 370px;
    } */


    /* home page */
}

@media (max-width: 767.98px) {

    /* home page */

    .text_block span {
        font-size: 20px;
    }

    .text_block .mark_star {
        margin: 0 22px;
    }

    /* home page */
}

@media (max-width: 575.98px) {

    /* ----------------------------header & footer-------------------------- */

    /* ----------------------------header & footer-------------------------- */
}

@media (max-width: 400px) {

    /* ----------------------------header & footer-------------------------- */


    /* ----------------------------header & footer-------------------------- */
}

@media (max-width: 358px) {

    .text_list_section .owl-stage,
    .text_list_section .owl-stage-outer {
        height: 35px;
    }
}





/* -------------------inner pages-------------------------- */

@media (max-width: 1399.98px) {

    .free_demo_main_cnt .wrap {
        padding: 0 76px;
    }

    .free_demo_main_cnt {
        margin: 35px 0;
    }

    .free_demo_main_cnt .text_slide_gradient_free_demo .workflow_text_list_slide_sec .slider_block {
        padding: 10px 0;
        margin: 36px 0;
    }
}

@media (max-width: 1199.98px) {

    .free_demo_form_sec h1 {
        font-size: 25px;
    }

    .free_demo_form_sec p {
        max-width: 100%;
        margin-bottom: 0;
    }

    p.copy_right_free_demo {
        margin-top: 38px;
    }

    .free_demo_bg_sec {
        background-image: url(../images/free_demo_main_bg.webp);
    }

    .free_demo_bg_sec h2 {
        display: block;
        padding: 0 31px;
        font-size: 35px;
    }

    .free_demo_main_img {
        display: block;
    }

    /* .mockup_feature_slide_bg .text_list_section {
        top: -77px;
    } */
}

@media (max-width: 991.98px) {

    .free_demo_bg_sec {
        position: unset;
        height: auto;
        margin-top: 30px;
        display: none;
    }

    .free_demo_main_img {
        position: unset;
        margin: auto;
    }

    .free_demo_bg_sec h2 {
        font-size: 45px;
        text-align: center;
    }

    .free_demo_main_cnt .text_slide_gradient_free_demo .workflow_text_list_slide_sec .slider_block {
        margin: 50px 0;
    }

    .free_demo_head_part.wrap {
        align-items: end !important;
    }
}

@media (max-width: 767.98px) {

    .submit-btn {
        padding: 0px 11px;
        font-size: 15px;
    }

    /* .integ_deatil_main_bnr_bg_content {
        align-items: flex-start !important;
    } */
}

@media (max-width: 575.98px) {

    /* .blog_detail_main_head_sec {
        padding-top: 48px;
    } */

    .contact_form_input .floating-label {
        left: 12px;
        font-size: 15px;
    }

    .contact_form_input .floating-label-2 {
        left: 12px;
        font-size: 15px;
    }

    .contact_form_input input:focus~.floating-label,
    .contact_form_input input:not(:focus):valid~.floating-label {
        left: 12px;
    }

    .contact_form_input textarea:focus~.floating-label-2,
    .contact_form_input textarea:not(:focus):valid~.floating-label-2 {
        left: 12px;
    }

    .free_demo_bg_sec h2 {
        font-size: 30px;
        text-align: center;
    }

    .free_demo_head_part img {
        width: 80px;
    }

    .free_demo_head_part a {
        font-size: 14px;
    }

    .free_demo_form_sec h1 {
        font-size: 22px;
    }

    .text_list_section .owl-stage,
    .text_list_section .owl-stage-outer {
        height: 28px !important;
    }

    .text_slide_gradient_free_demo .text_block .mark_star {
        margin: 0 28px;
    }

    .text_slide_gradient_free_demo .text_block span {
        font-size: 18px;
    }

    .text_list_section .slider_block {
        padding: 10px 0 !important;
        margin: 25px 0 !important;
    }
}




/* ==============================comparison page=============================== */




/* ========================= offer popup ============================= */

@media (max-width: 900px) {
    .offerModalMainPopup .modal-dialog {
        max-width: 700px;
        margin: 4.75rem auto;
    }

    .offerModalMainPopup .modal-content {
        padding: 34px 16px;
    }

    .offerModalMainPopup .modal-content h1 {
        font-size: 35px;
    }
}

@media (max-width: 767px) {
    .offerModalMainPopup .modal-dialog {
        width: 90%;
    }

    .offerModalMainPopup .modal-content {
        padding: 23px 0px;
    }

    .offerModalMainPopup .modal-content h1 {
        font-size: 30px;
    }

    .offerModalMainPopup .modal-content img {
        width: 200px;
    }
}

@media (max-width: 500px) {
    .offerModalMainPopup .modal-content h1 {
        font-size: 25px;
    }

    .offerModalMainPopup .modal-content p {
        max-width: 100%;
    }

    button.offer_popup_main_btn {
        padding: 9px 18px;
        font-size: 14px;
    }

    button.btn-close.btn_close_popup_offer {
        padding: 13px;
        height: 20px;
        width: 20px;
        font-size: 28px;
        top: -5%;
    }
}

@media (max-width: 400px) {
    .offerModalMainPopup .modal-content h1 {
        font-size: 22px;
    }
}

@media (max-width: 400px) {}