@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

body{
    font-family: "DM Sans", sans-serif !important;
    background-color: #DCF4FF !important;
}

.need_supportlink{
    text-align: center;
    text-decoration: none;
    background: #0092D340;
    padding: 1% 5% !important;
    width: max-content !important;
    color: #000 !important;
    border-radius: 10px;
    font-weight: 400;
    position: sticky;
    top: 0px;
}
.need_supportlink img{
    width: 5% !important;
    margin: 0px 5px;
}
.main_hero_bg{
    background-color: #DCF4FF;
    position: relative;
}
.grider_nextsection{
    background-color: #EAF9FF;
}
.main_hero_bg .headers{
    text-align: center;
    font-weight: 700;
}
.main_hero_bg .headers text{
    background: linear-gradient(176deg, #0092D3 8.41%, #10BACA 76.98%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.main_hero_bg .headers{
    color: #000;
}
.main_hero_bg span{
    text-align: center;
    font-weight: 400;
}
.plus_content{
    background: #FFFFFFA6;
    border-radius: 20px;
    padding: 15px 20px !important;
    height: 100%;
    box-shadow: 0px 2px 12px 0px #0000001C;
}
.plus_content h1{
    width: 100%;
    color: #0092D3;
    margin-top: 10px;
    font-weight: 700;
    font-size: 3.5vw;
}
.plus_content img{
    width: 100px;
}
.plus_content p{
    color: #000;
    font-weight: 700;
}
.anchor_set{
    width: max-content !important;
}
.start_btn{
    background: linear-gradient(90deg, #11BBCA 0%, #0999D2 100%);
    box-shadow: 0px 4px 13px 0px #11BBCA40;
    color: #fff !important;
    font-weight: 600;
    border: none;
    height: 50px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bordered_client{
    border: 2px solid #3D319F;
    border-radius: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.bordered_client img{
    width:150px;
    margin: 20px 0px;
}
.bordered_client h2{
    text-align: center;
    margin-top: -40px;
    width: max-content;
    background-color: #DCF4FF;
}
.section_2{
    background-color:#B9DFEF ;
    position: relative;
}
.headings_sec h2{
    text-transform: capitalize;
    color: #000;
    font-weight: 700;
    margin-bottom: 0px;
    text-align: center;
}
.headings_sec span{
    background: linear-gradient(176deg, #0092D3 8.41%, #10BACA 76.98%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}
.bg_whymain{
    background-color: #fff;
    border-radius: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.bg_whymain img{
    width: 15%;
}
.bg_whymain span{
    width: max-content;
    font-weight: 400;
}
.bg_whymain a{
    width: max-content;
    color: #0999D2;
    font-weight: 400;
    text-decoration: none;
    margin-top: 10px;
}
.bg_whymain a i{
    margin-left: 5px;
}
.bg_whymain h5{
    margin-top: 13px;
    margin-bottom: 5px;
    width: max-content;
    font-weight: 600;
}
.offer_logosmain:hover{
    transform: scale(1.05);
}
.offer_logosmain{
    transition: 0.3s;
    background-color: #fff;
    border: 1px solid #0999D2;
    padding: 20px;
    border-radius: 20px;
}
.offer_logosmain a{
    text-decoration: none !important;
    color: #000 !important;
}
.offer_logosmain img{
    width: 50%;
    margin: 10px 0px;
}
.offer_logosmain span{
    text-align: center;
    font-weight: 600;
    font-size: large;
    padding: 0px 20px;
    margin-top: 10px;
}
.new_sec_bg{
    background-color: #FFFFFF;
}
.section_3{
    background-color: #DCF4FF;
    position: relative;
}
.why_appmain{
    background-color: #fff;
    border-radius: 15px;
    padding: 10px 20px !important;
    z-index: 2;
}
.why_appmain img{
    width: 80px;
    margin-bottom: 10px;
}
.why_appmain h3{
    background: linear-gradient(176deg, #0092D3 8.41%, #10BACA 76.98%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}
/* Bonus */
.bonus_section{
    background-color: #eaf9ff;
}
.bonus_bg{
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    transition: 0.4s;
}
.bonus_bg span{
    position: absolute;
    top: 20px;
    z-index: 9;
    color: #fff;
    left: 20px;
}
.bonus_bg img{
    padding: 0px;
}
.bonus_bg h6{
    text-align: center;
    margin-bottom: 0px;
    padding: 20px 10px !important;
    font-weight: 500;
    display: flex;
    flex-direction: column;
}
.bonus_bg h6 small{
    font-size: medium;
    font-weight: 600;
    color: #0999D2;
}
/* Footer */
.colored_footer{
    background-color: #071E4E;
}
.colored_footer img{
    width: 200px;
    margin-bottom: 20px;
}
.colored_footer span{
    color: #fff;
    text-align: center;
}
.footer_links a{
    width: max-content;
    color: #fff !important;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: 0.4s;
}
.footer_links a:hover{
    opacity: 0.8;
}
.main_condion{
    background: linear-gradient(90deg, #11BBCA 0%, #0999D2 100%);
    color: #fff;
    padding-top:15px ;
    padding-bottom:15px ;
}
/* Thank you page */
.thankyou_page{
    background-color: #fff;
}
.thankyou_page button{
    width: max-content;
    border: none !important;
    background-color: transparent;
    padding: 0px !important;
    font-size: x-large;
}
.thankyou_page span{
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
}
.thankyou_page small{
    color: #4F4F4F;
    margin-bottom: 10px;
}
.thankyou_page h1{
    font-weight: 600;
    margin-bottom: 30px;
}
.thankyou_page p{
    font-weight: 400;
    margin-bottom: 0px;
}
.thanksgetbtn{
    background: linear-gradient(90deg, #11BBCA 0%, #0999D2 100%);
    box-shadow: 0px 4px 13px 0px #11BBCA40;
    color: #fff !important;
    font-weight: 600;
    border: none;
    width: 250px !important;
    font-size:large !important;
    height: 40px;
    border-radius: 100px;
}
/* Signup */
.main_register{
    background-color: #fff !important;
}
.bordered_signup{
    border: 1px solid #000000;
    box-shadow: 0px 4px 6px 0px #00000040;
    border-radius: 20px;
}
.bordered_signup input,.bordered_signup select{
    border: 1px solid #909090;
    background-color: transparent;
    color: #000;
    outline: none;
    padding: 10px;
    border-radius: 10px;
}
.teliphone_set{
    padding-left: 55px !important;
    width: 100%;
    color: #000 !important;
}
.bordered_signup .iti{
    padding: 0px !important;
}
.bordered_signup label{
    color: #000;
    font-weight: 400;
    margin-bottom: 5px;
    padding: 0px;
}
.bordered_signup label span{
    color: #FF0606;
}
/* Process */
.ourprocess_main{
    background-color: #3D319F;
}
.ourprocess_main h2{
    color: #fff;
    text-align: center;
}
.ourprocess_main h2::after{
    content: "";
    background: linear-gradient(90deg, #11BBCA 0%, #0999D2 100%);
    height: 5px;
    border-radius: 100px;
    width: 75px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    top: 3.7%;
}
.color_process{
    background-color: #fff;
    border-radius: 20px;
    padding: 20px !important;
    position: relative;
}
.color_process h3{
    background: linear-gradient(176deg, #0092D3 8.41%, #10BACA 76.98%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-weight: 700;
}
.color_process span{
    text-align: center;
    font-size: small;
    font-weight: 400;
}
.icon_process{
    width: 50px !important;
    top: 0px;
    left: 0px;
    right: 0px;
    margin-left: auto; 
    margin-right: auto;
    z-index: 99999 !important;
    position: absolute;
}
.position_colmain{
    position: relative;
}
/* progress */
.main_slotprogress{
    position:absolute;
    height: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    margin-left: auto; 
    margin-right: auto;
    width: 7px !important;
    /* background-color: #fff; */
    padding: 0px !important;
}
.main_slotprogress::after{
    content: "";
    height: 87%;
    background: #FFFFFF59;
    box-shadow: 0px 2px 3.6px 0px #FFFFFF40 inset;
    position:absolute;
    top: 0px;
    width: 7px !important;
    z-index: 0;
}
.inner_procolored{
    box-shadow: 0px 0px 12.2px 0px #78D9FF;
    box-shadow: 0px 0px 14.9px 0px #11BBCA8C;
    background: linear-gradient(180deg, #11BBCA 0%, #0999D2 100%);
    height: 10%;
    width: 100%;
    z-index: 10 !important;
    position: relative;
    padding: 0px !important;
}

.content_section{
    position: relative;
}
/* progress */

  /* Faq */
.accordion_main{
    background-color: #DCF4FF;
}
.accordion_main button{
    background-color: #B9DFEF;
    border-radius: 15px !important;
}
.accordion_main .accordion-button:not(.collapsed){
    box-shadow: none !important;
    color: #000 !important;
    background-color: #B9DFEF !important;
}
.accordion_main .accordion-button:focus{
    box-shadow: none !important;
}
.accordion_main .accordion-item{
    border-radius: 15px !important;
    background-color: #CCEFFF;
    border: 0px !important;
    margin-bottom: 15px;
}
/* Developments */
.main_splitdevops{
    border-radius: 20px !important;
    overflow: hidden;
    z-index: 99;
}
.devops_buttons{
    background: #0999D2;
    padding: 20px 30px !important;
}
.devops_buttons button{
    background-color: transparent;
    color: #fff;
    border: none;
    margin-top: 15px;
    text-align: left;
    padding: 8px 20px;
    border-radius: 10px;
    font-weight: 700;
    font-size: larger;
    position: relative;
}
.devops_buttons i{
    position: absolute;
    right: 10px;
    top: 30%;
    width: max-content;
    color: transparent;
}
.devops_buttons .active i{
    color: #fff;
}
.devops_buttons .active{
    background: #85CFED80;
}
.devops_buttons img{
    margin-right: 10px;
    width: 20px;
}
.new_tab_whitebg{
    background-color: #fff;
}

.mobi_tabbtns button{
    background-color: #0999D2;
    color: #fff;
    border: none;
    margin-top: 15px;
    text-align: left;
    padding: 8px 20px;
    border-radius: 10px;
    font-weight: 700;
    font-size: larger;
    position: relative;
    width: 100%;
}
.mobi_tabbtns button img{
    margin-right: 10px;
    width: 20px;
}
.main_devopstodo{
    background-color: #fff;
    padding: 10px;
    box-shadow: 0px 1.3px 7.78px 0px #00000040;
    margin-top: 20px !important;
    border-radius: 10px;
}
.main_devopstodo span{
    background: linear-gradient(176deg, #0092D3 8.41%, #10BACA 76.98%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    width: max-content;
    font-size: larger;
}
.main_devopstodo img{
    width: 60px;
}
.bussnext_level{
    background: #3D319F;
}
.bussnext_level h3{
    color: #fff;
    text-align: center;
}
@media only screen and (min-width: 1022px) {
    .start_btn,.thanksgetbtn,.plus_content,.bg_whymain,.why_appmain,.why_appmain img{
        transition: 0.4s;
    }
    .bonus_bg:hover{
        box-shadow: 0px 0px 12.2px 0px #78D9FF;
        box-shadow: 0px 0px 14.9px 0px #11BBCA8C;
    }
    .start_btn:hover,.thanksgetbtn:hover{
        letter-spacing: 2px;
        box-shadow: 0px 0px 12.2px 0px #78D9FF;
        box-shadow: 0px 0px 14.9px 0px #11BBCA8C;
    }
    .plus_content:hover{
        box-shadow: 0px 0px 12.2px 0px #78D9FF;
        box-shadow: 0px 0px 14.9px 0px #11BBCA8C;
        transform: scale(1.03);
    }
    .bg_whymain:hover{
        box-shadow: 0px 0px 12.2px 0px #78D9FF;
        box-shadow: 0px 0px 14.9px 0px #11BBCA8C;
        transform: scale(1.02);
    }
    .why_appmain:hover{
        box-shadow: 0px 0px 12.2px 0px #78D9FF;
        box-shadow: 0px 0px 14.9px 0px #11BBCA8C;
        transform: scale(1.02);
    }
    .why_appmain:hover img{
        margin-right: 10%;
    }
    .startbtn_changes:hover,.startbtn_hero:hover{
        padding: 0px 70px !important;
    }
}
.startbtn_changes, .startbtn_hero{
    transition: 0.4s;
    width: max-content !important;
    padding: 0px 50px !important;
    background: linear-gradient(90deg, #11BBCA 0%, #0999D2 100%);
    box-shadow: 0px 4px 13px 0px #11BBCA40;
    color: #fff !important;
    font-weight: 600;
    border: none;
    height: 50px;
    border-radius: 15px;
    /* background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82); */
    -webkit-animation: animatedgradient 3s ease infinite alternate;
    animation: animatedgradient 3s ease infinite alternate;
    background-size: 300% 300%;
}
@keyframes animatedgradient {
    0% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0 50%;
    }
}
.footer_mobile a{
    text-decoration: none !important;
}
.footer_mobile{
    display: none;
    background: #00000091;
    z-index: 9999999;
}
.video_height{
    height: 290px;
}
.container-fluid{
    overflow: hidden;
}
.bordeless_signup .start_btn{
    height: 35px !important;
    border-radius: 12px !important;
}
@media only screen and (max-width: 767px) {
    
    .bordeless_signup input, .bordeless_signup select{
        font-size:10.5px !important;
    }
    .bordeless_signup textarea{
        font-size:10.5px !important;
    }
    
    .bordeless_signup input.typed, .bordeless_signup select.selected, .bordeless_signup textarea.typed {
        font-size: inherit !important;
    }
    
    .headings_sec h2{
        font-size: 24px !important;
        padding: 0px;
    }
    .main_hero_bg span{
        font-size: smaller;
    }
    .plus_content{
        padding:15px 15px !important;
    }
    .height_testimains{
        min-height: 310px !important;
    }
    .star_img{
        width: 40% !important;
    }
    .product_img{
        width: 40% !important;
    }
    .mobi_tabbtns button{
        font-size: small;
    }
    .main_splitdevops{
        border-radius: 0px !important;
    }
    .new_tab_whitebg{
        border-radius: 0px 0px 20px 20px;
        padding-bottom: 20px;
    }
    .new_tab_whitebg img{
        width: 40px;
        padding: 0px 5px;
    }
    .new_tab_whitebg span{
        font-size: x-small;
    }
    .bordered_signup{
        border: none;
        box-shadow: none;
        border-radius: 0px;
    }
    .video_height{
        height: 100% !important;
    }
    .footer_mobile{
        display: block;
        position: sticky;
        bottom: 0px;
    }
    .mobi_noshow{
        display: none;
    }
    .startbtn_changes{
        width: 100% !important;
        padding: 0px 0px !important;
    }
    .startbtn_hero{
        height: 40px;
    }
    .logo_settop img{
        width: 125px !important;
    }
    .logo_settop .anchor_set{
        width: max-content !important;
        padding: 0px !important;
    }
    .anchor_set{
        width: 100% !important;
        padding: 0px !important;
    }
    .icon_process{
        width: 40px !important;
        top: 0px;
        left: -5px !important;
        margin-left: 0px !important; 
        margin-right: 0px !important;
        z-index: 99999 !important;
        position: absolute;
    }
    .position_colmain .mobi_padderrow{
        padding-left: 20px;
    }
    .position_colmain h3{
        padding: 0px;
    }
    .main_slotprogress::after,.inner_procolored{
        left: -5px;
    }
    .plus_content,.bordeless_signup{
        border-radius: 10px !important;
    }
    .plus_content h1{
        font-size: 7vw !important;
        margin-top: 20px;
        width:max-content !important;
    }
    .plus_content p{
        font-size: 3.2vw;
        margin: 0px !important;
    }
    .plus_content img{
        width: 40px !important;
        padding: 0px;
    }
    .main_slotprogress{
        position:absolute;
        height: 100%;
        top: 5px;
        left: 17px;
        right: 0px;
        margin-left: 0px; 
        margin-right: 0px;
        width: 7px !important;
        /* background-color: #fff; */
        padding: 0px !important;
    }
    .bg_whymain span{
        font-size: small;
    }
    .bg_whymain img{
        width: 30%;
    }
    .offer_logosmain img{
        width: 30%;
        padding: 0px 20px;
    }
    .offer_logosmain span{
        width: 70%;
        text-align: left;
        margin: 0px;
    }
    .partical1{
        right: -25% !important;
    }
    .partical3{
        width: 80px !important;
    }
    .partical4{
        right: -10% !important;
        top: 18% !important;
    }
    .partical2,.partical5{
        display: none !important;
    }
    .need_supportlink {
        padding: 3% 5% !important;
    }
    .blueTestimonial .product_img{
        width: 50% !important;
        position: absolute;
        right: 10px;
        top: 10px;
    }
}

/* particles */
.partical1{
    width: 150px;
    position: absolute;
    right: 10px;
    top: 20px;
    z-index: 0;
}
.partical2{
    width: 150px;
    position: absolute;
    left: -50px;
    bottom: 10%;
    z-index: 0;
}
.partical3{
    width: 150px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 0;
}
.partical4{
    width: 150px;
    position: absolute;
    right: 7%;
    top: 5%;
    z-index: 0;
}
.partical5{
    width: 150px;
    position: absolute;
    left: -10px;
    bottom: 10%;
    z-index: 0;
}
/* Testimonial */
.testimonial_new{
    background-color: #fff;
}
.testimonial_maincarobox{
    box-shadow: 15.44px 10.8px 30.87px 0px #00000014;
    border: 1px solid #10BACA;
    border-radius: 20px;
    margin: 20px 0px;
    padding: 20px !important;
    overflow: hidden;
    background-color: #fff;
}
.height_testimains h2{
    font-weight: 700;
    color: #000000;
}
.height_testimains span{
    font-weight: 400;
    color: #000000;
    font-size: larger;
}
.height_testimains small{
    font-weight: 800;
    color: #0999D2;
    font-size: medium;
}
.height_testimains{
    min-height: 200px ;
}
.blueTestimonial{
    position: relative;
}
.blueTestimonial .star_img{
    width: 20%;
}
.blueTestimonial .product_img{
    width: 35%;
    position: absolute;
    right: 10px;
    top: 10px;
}
.testimonialcarobtns button{
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #BCBCBC;
    border-radius: 100px;
    color: #0999D2;
}


.bordeless_signup{
    background: #FFFFFFA6;
    box-shadow: 0px 2px 12px 0px #0000001C;
    border-radius: 20px;
}
.bordeless_signup input,.bordeless_signup select{
    border-bottom: 1px solid #909090 !important;
    border: none;
    background-color: transparent;
    color: #000;
    outline: none;
    padding: 5px;
    border-radius:0px;
    font-size: small;
}
.bordeless_signup textarea{
    border-bottom: 1px solid #909090 !important;
    border: none;
    background-color: transparent;
    color: #000;
    outline: none;
    padding: 5px;
    border-radius:0px;
    height: 80px;
    resize: none;
}
.teliphone_set{
    padding-left: 55px !important;
    width: 100%;
    color: #000 !important;
}
.bordeless_signup .iti{
    padding: 0px !important;
}
.bordeless_signup label{
    color: #000;
    font-weight: 400;
    margin-bottom: 5px;
    padding: 0px;
}
.bordeless_signup label span{
    color: #FF0606;
}
.tabcontent {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 3s ease, opacity 0.5s ease;
  }

  .tabcontent.show {
    max-height: 1000px;
    opacity: 1;
  }

.math-captcha-label {
    font-size: 20px;
    padding-right: 10px;
    width: auto;
}

.math-captcha-input {
    border: 2px solid #ccc;
    border-radius: 5px;
    padding: 5px;
    font-size: 18px;
    width: 60px;
    text-align: center;
}

.refresh-icon {
    width: 50px;
    margin-left: 10px;
    cursor: pointer;
}
.captcha-error {
    color: red;
}

.logo_settop img{
    width: 155px;
}
.getstartbtn_changes{
    transition: 0.4s;
    width: max-content !important;
    padding: 0px 30px !important;
    background: linear-gradient(90deg, #11BBCA 0%, #0999D2 100%);
    box-shadow: 0px 4px 13px 0px #11BBCA40;
    color: #fff !important;
    font-weight: 600;
    border: none;
    height: 40px;
    border-radius: 10px;
    /* background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82); */
    -webkit-animation: animatedgradient 3s ease infinite alternate;
    animation: animatedgradient 3s ease infinite alternate;
    background-size: 300% 300%;
}
/* Sticky section container */
        .sticky-container {
            position: relative;
            height: 400vh; 
            background-color: #EAF9FF;
        }

        .sticky-section {
            position: sticky;
            top: 0;
            height: 100vh;
            background: #EAF9FF;
            z-index: 100;
            overflow: hidden;
            display: flex;
            align-items: center;
        }

        .headings_sec h2 {
            font-size: 2.5rem;
            font-weight: bold;
            color: #333;
            text-align: center;
        }

        .headings_sec h2 span {
            color: #007bff;
        }

        /* Horizontal scrolling gallery */
        .horizontal-gallery {
            display: flex;
            gap: 1rem;
            transition: transform 0.1s ease-out;
            will-change: transform;
        }

        .horizontal-gallery img {
            width: 20%;
            object-fit: cover;
            border-radius: 30px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
            transition: transform 0.3s ease;
            flex-shrink: 0;
        }

        .horizontal-gallery img:hover {
            transform: scale(0.95);
        }
        .cursor_setter{
            cursor: pointer;
        }
        /* Progress indicator */
        .scroll-progress {
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            background: rgba(0, 0, 0, 0.7);
            color: white;
            padding: 10px 20px;
            border-radius: 20px;
            font-size: 14px;
        }

        .progress-bar {
            width: 200px;
            height: 4px;
            background: rgba(255, 255, 255, 0.3);
            border-radius: 2px;
            margin-top: 5px;
            overflow: hidden;
        }

        .progress-fill {
            height: 100%;
            background: #007bff;
            transition: width 0.1s ease;
        }

        /* Responsive design */
        @media (max-width: 768px) {
            .horizontal-gallery img {
                width: 75%;
            }
            
            .headings_sec h2 {
                font-size: 2rem;
            }
        }
