@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;
}
.main_hero_bg .headers{
    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;
}
.main_hero_bg span{
    text-align: center;
}
.plus_content{
    background-color: #fff;
    border-radius: 20px;
    padding: 15px 20px !important;
    height: 100%;
}
.plus_content h1{
    width: max-content;
    color: #0092D3;
    margin-top: 30px;
    font-weight: 700
}
.plus_content img{
    width: 70px;
}
.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;
}
.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: 600;
    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: 10px;
    padding-bottom: 10px;
}
.bg_whymain img{
    width: 15%;
}
.bg_whymain span{
    width: max-content;
    font-weight: 600;
}
.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;
}
/* why_laravel */
.why_laravel{
    background-color: #fff;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 20px;
}
.do_laravelimg{
    background: linear-gradient(180deg, #11BBCA 0%, #0999D2 100%);
    border-radius: 17px;
}
.do_laravelimg img{
    width: 50%;
    margin: 20px 0px;
}
/* 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 h3{
    text-align: center;
    margin-bottom: 0px;
    padding: 20px 0px !important;
    font-weight: 500;
}
/* 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 ;
}

  /* 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;
}

@media only screen and (min-width: 1022px) {
    .start_btn,.plus_content,.bg_whymain,.why_appmain,.why_appmain img,.why_laravel{
        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{
        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{
        padding: 0px 70px !important;
    }
    .why_laravel:hover{
        box-shadow: 0px 0px 12.2px 0px #78D9FF;
        box-shadow: 0px 0px 14.9px 0px #11BBCA8C;
        transform: scale(1.02);
    }
}
.startbtn_changes{
    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{
    display: none;
    background: #00000091;
    z-index: 9999999;
}
.video_height{
    height: 290px;
}
@media only screen and (max-width: 767px) {
    .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;
    }
    .anchor_set{
        width: 100% !important;
        padding: 0px !important;
    }
    .icon_process{
        width: 50px !important;
        top: 0px;
        left: -5px !important;
        margin-left: 0px !important; 
        margin-right: 0px !important;
        z-index: 99999 !important;
        position: absolute;
    }
    .plus_content img{
        width: 50px !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;
        padding: 0px;
    }
    .partical1,.partical2,.partical3,.partical4,.partical5{
        display: none !important;
    }
    .need_supportlink {
        padding: 3% 5% !important;
    }
}

/* 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;
}