@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

html {
    scroll-behavior: smooth;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    background: #000;
    color: #fff;
    font-size: clamp(14px, 1.255vw, 18px);
    font-weight: 500;
    font-family: "Manrope", sans-serif;
    line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

.max_width {
    max-width: 1320px;
    margin: 0 auto;
}

svg,
img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.heading1 {
    /* font-size: 56px; */
    font-size: clamp(24px, 3.9vw, 56px);
    font-weight: 700;
    color: #FFFFFF;
}

.heading2 {
    /* font-size: 46px; */
    font-size: clamp(26px, 3.28vw, 46px);
    font-weight: 700;
    color: #000;
}

.heading3 {
    font-size: 32px;
    font-size: clamp(22px, 2.3vw, 32px);
    font-weight: 600;
    color: #000;
}

.heading4 {
    font-size: clamp(22px, 2.3vw, 26px);
    font-weight: 700;
    color: #fff;
}

.text_white {
    color: #fff !important;
}

.text_black {
    color: #000 !important;
}

.only_mob {
    display: none;
}

.only_desk {
    display: block;
}

.gred_mob {
    display: none;
}

.gred_desk {
    display: block;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 20px;
}

.logo_box {
    width: clamp(100px, 8.14vw, 130px);
}

.headernav {
    display: flex;
    align-items: center;
    gap: 40px;
}

.navbar {
    display: flex;
    align-items: center;
    gap: 40px;
}

.nav_item a {
    font-size: 16px;
    font-size: 700;
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    transition: all 0.3s;
}

.nav_item a:hover {
    background: #fff;
    color: #000;
    transition: all 0.3s;
}

.desc {
    color: #B0B0B0;
}

.demo_btn {
    background: linear-gradient(90deg, #464EE5 0%, #3B82F6 100%);
    border-radius: 32px;
    padding: 16px 32px;
    color: #fff;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    border: none;
    cursor: pointer;
}

.banner_text_content {
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    gap: 10px;
    margin-top: 30px;
    position: relative;
    z-index: 1;

}

.sorternUrl {
    background: #C7D8FE;
    border-radius: 20px;
    padding: 5px 12px;
    font-size: 14px;
    font-weight: 600;
    color: #222222;
    white-space: nowrap;
}

.banner_heading {
    position: relative;
    text-align: center;
}

.banner_heading img {
    width: 46px;
    height: 46px;
    position: absolute;
    top: -10px;
    right: -30px;
}

.banner_desc {
    color: #E7E7E7;
    text-align: center;
}

.banner {
    margin-top: 50px;
}

.btn {
    border-radius: 32px;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 24px;
    cursor: pointer;
}

.border_btn {
    background: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
}

.learn_btn {
    padding: 16px 32px;
}

.border_btn:hover {
    background: #ffffff;
    color: #000;
    transition: all 0.5s;
}

.heading_back_img {
    position: absolute;
    right: -40px;
    top: -18px;
    width: clamp(20px, 3.5vw, 40px) !important;
}

.banner_bg {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: -1;
}

.banner_bg img {
    width: 80%;
}

.dashboard {
    width: 80vw;
    margin: 0 auto;
    margin-top: 40px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    max-width: 1000px;
}


.dashboard_image {
    width: 100%;
    min-width: 700px;
    border-radius: 20px;
}

.analytic {
    border-radius: 5.6vw 5.6vw 0 0;
    padding: 60px 56px;
    background: #ffffff;
    margin-top: -200px;
    position: relative;
    z-index: 2;
    box-shadow: 0px -64px 141px 0px #0000001A;
}

.diving_success {
    color: #B0B0B0;
    text-align: center;
}

.companies {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    /* gap: 20px; */
    margin: 30px 0;
    padding: 10px 0;
    width: 100%;
    position: relative;
}

.companies::before {
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(233, 233, 233, 0.3) 0%, rgba(213, 213, 213, 1) 49.04%, rgba(227, 227, 227, 0.3) 100%);
}
.companies::after {
    position: absolute;
    bottom: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(233, 233, 233, 0.3) 0%, rgba(213, 213, 213, 1) 49.04%, rgba(227, 227, 227, 0.3) 100%);
}

.companies img {
    height: 55px;
    width: calc(100% / 5);
    object-fit: contain;
    padding: 0 20px;
    border-left: 1px solid #D5D5D5;
}
.companies img:first-child {
 border-left: none;
}

.features {
    color: #464EE5;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin-top: 70px;
}

.feature_heading {
    text-align: center;
    margin: 20px 0;
}

.features_desc {
    text-align: center;
    color: #454545;
    width: 45%;
    margin: 0 auto;
}

.advance_anylatics {
    display: flex;
    background: #EEF4FF;
    padding: 60px 40px;
    border-radius: 32px;
    margin-top: 50px;
    gap: 50px;

}

.advance_anylatics_left {
    width: 100%;
}

.advance_anylatics_right {
    width: 100%;
}

.advance_anylatics_ttl {
    margin-bottom: 20px;
}

.advance_anylatics_desc {
    color: #454545;
    margin-bottom: 30px;
}

.grow_box {
    display: flex;
    margin-top: 30px;
    justify-content: flex-start;
}

.grow {
    padding: 20px;
    position: relative;
}

.grow:first-child::after {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    background: #888888;
    top: 20px;
    bottom: 20px;
}

.grow_ttl {
    color: #454545;
    margin-bottom: 10px;
    white-space: nowrap;
}

.grow_num {
    font-weight: 700;
    color: #000000;
    display: flex;
    align-items: center;
}

.grow_arrow {
    margin-left: 10px;
    height: 12px;
    width: auto;
}
.offer_div{
    padding: 1rem;
    width: 100%;
    background: #C7D8FE;
}
.offer_div p {
    font-size: 16px;
    font-weight: 700;
    color: #464EE5;
    margin: 0;
}
.offer_div .offer_txt{
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
}
.offer_Start{
    border-radius: 32px;
    padding: 10px 20px;
    background: #6375F1;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    border: none;
    cursor: pointer;
}
.advance_anylatics_right_content {
    overflow: hidden;
}

.custom_anylatics_box {
    display: flex;
    gap: 30px;
    margin-top: 40px;

}

.custom_anylatics {
    background: #EEF4FF;
    padding: 40px;
    border-radius: 32px;
    flex: 1;
}

.custom_anylatics_ttl {
    text-align: center;
}

.custom_anylatics_desc {
    color: #454545;
    text-align: center;
    margin: 20px 0;
}

.custom_anylatics_img {
    border-radius: 32px;
    width: 100%;
    overflow: hidden;
}

.custom_anylatics_img img {
    width: 100%;
}

.smarter {
    padding: 100px 40px;
}

.smarter_content {
    display: flex;

}

.smarter_features {
    font-size: 22px;
    font-weight: 600;
    color: #8198F8;
    text-align: left;
    margin-bottom: 15px;
}

.smarter_left {
    width: 100%;
    padding: 20px;
}

.smarter_right {
    width: 100%;
}

.smarter_ttl {
    color: #fff;
}

.smarter_desc {
    color: #B0B0B0;
    margin: 20px 0;
}

.smarter_card {
    width: 45%;
    margin-bottom: 80px;
}

.smarter_card_img {
    width: 85px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: #A5BDFC;
}

.smarter_card_img img {
    width: 32px;
    height: 32px;
}

.smarter_card_ttl {
    padding: 10px 0;
}

.smarter_right_content {
    display: flex;
    flex-wrap: wrap;
    gap: 10%;
}

.footer {
    position: relative;
}

.footer_content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 100px 0;
}

.footer_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.footer_ttl {
    font-size: 56px;
    font-weight: 700;
    color: #fff;
}

.footer_desc {
    font-size: 18px;
    font-weight: 500;
    color: #E7E7E7;
}

.footer_gredient {
    position: absolute;
    top: -20%;
    left: 0;
    z-index: -1;

}

.footer_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #888888;
    padding: 20px;
    width: 90%;
}

.powered {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
}

.powered a {
    display: flex;
}

.powered img {
    position: relative;
    z-index: 0;
}

.copyright {
    font-size: 16px;
    font-weight: 700;
    color: #888888;
}

.footer_logo {
    width: 100px;
}

.footer_logo img {
    width: 100px;
    height: 30px;
}

.faq {
    background: #fff;
    border-radius: 80px 80px 0 0;
    padding: 100px 40px;
    padding-top: 150px;
}

.faq_content {
    display: flex;

}

.faq_left,
.faq_right {
    width: 100%;
}

.faq_heading {
    color: #464EE5;
    font-size: 22px;
    font-weight: 600;
}

.faq_ttl {
    color: #000;
    line-height: 1.5;
    margin: 10px 0;
}

.faq_desc {
    font-size: 16px;
    font-weight: 600;
    color: #888888;
}

.faq_select {
    background: #EEF4FF;
}

.accordion {
    /* background-color: #fff; */
    border-radius: 8px;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
    /* overflow: hidden; */
}

.accordion-item {
    border-top: 1px solid #ddd;
    margin-bottom: 30px;
    border-radius: 16px;
    overflow: hidden;
}

.accordion-header {
    padding: 1rem;
    cursor: pointer;
    background-color: #EEF4FF;
    font-weight: bold;
    transition: background 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: clamp(14px, 1.6vw, 22px);
    font-weight: 600;
    color: #000000;
}

/* 
.accordion-header:hover {
    background-color: #e9e9e9;
} */

.accordion-icon {
    transition: transform 0.3s ease;
}

.accordion-item.active .accordion-icon {
    transform: rotate(-180deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 1rem;
    background: #EEF4FF;
}

.accordion-content p {
    padding: 1rem 0;
    margin: 0;
    color: #454545;
}

.accordion-item.active .accordion-content {
    max-height: 200px;
    /* Adjust height as needed */
}

img.api1 {
    rotate: 10.5deg;
    transition: all 0.3s;
    position: relative;
    z-index: 2;
    margin-top: 70px;
}

img.api2 {
    margin-left: 2px;
    rotate: -9.5deg;
    transition: all 0.3s;
    position: relative;
    z-index: 1;
    margin-top: -20px;
}

.custom_anylatics2:hover .api1 {
    rotate: 0deg;
    transition: all 0.3s;
}

.custom_anylatics2:hover .api2 {
    rotate: 0deg;
    transition: all 0.3s;
    margin-top: 10px;
}

.custom_anylatics2.highlight .api1 {
    rotate: 0deg;
    transition: all 0.3s;
}

.custom_anylatics2.highlight .api2 {
    rotate: 0deg;
    transition: all 0.3s;
    margin-top: 10px;
}



#blue_circle {
    transform: translateY(0);
    transition: 0.5s ease;
}

#tor2 {
    transform: translateY(0);
    transition: 0.5s ease;
}

#sec_four {
    rotate: 0deg;
    transition: 0.5s ease;
}

#tor1 {
    transform: translate(0);
    transition: 0.5s ease;
}



.custom_anylatics1.highlight #tor2 {
    transform: translateY(-15px);
    transition: 0.5s ease;
}

.custom_anylatics1.highlight #blue_circle {
    transform: translateY(-15px);
    transition: 0.5s ease;
}


.custom_anylatics1:hover #tor1 {
    transform: translate(-30px, 0px);
    transition: 0.5s ease;
}

#first_four {
    rotate: 0deg;
    transition: 0.5s ease;
    /* transform: translateX(4px); */
}

#sec_four {
    /* rotate: 0deg; */
    transition: 0.5s ease;
    /* transform: translateX(0px); */
    transform: skewX(0);
}

.custom_anylatics1.highlight #tor2 {
    transform: translateY(-15px);
    transition: 0.5s ease;
}

.custom_anylatics1.highlight #tor2 {
    transform: translateY(-15px);
    transition: 0.5s ease;
}

.custom_anylatics1:hover #tor2 {
    transform: translateY(-15px);
    transition: 0.5s ease;
}

.custom_anylatics1:hover #blue_circle {
    transform: translateY(-15px);
    transition: 0.5s ease;
}

.custom_anylatics1:hover #sec_four {
    rotate: -8deg;
    transform: translate(-38px, 52px);
    /* transform: rotate(-2deg); */
    transition: 0.5s ease;

}

.custom_anylatics1:hover #first_four {
    rotate: 9deg;
    transform: translate(41px, -18px);
    transition: 0.5s ease;
}

.custom_anylatics1.highlight #sec_four {
    rotate: -8deg;
    transform: translate(-38px, 52px);
    /* transform: rotate(-2deg); */
    transition: 0.5s ease;

}


.custom_anylatics1.highlight #first_four {
    rotate: 9deg;
    transform: translate(41px, -18px);
    transition: 0.5s ease;
}


.graph_img.highlight #grp_ttl {
    fill: #8198F8;
    color: #fff;
    width: 90px;
    transition: all 0.5s;
}

.graph_img:hover #grp_ttl {
    fill: #8198F8;
    color: #fff;
    width: 90px;
    transition: all 0.5s;
}

.grp_ttlTxt {
    opacity: 1;
    transition: all 0.7s;
}

.graph_img:hover .grp_ttlTxt {
    opacity: 0;
    transition: all 0.5s;
}

.graph_img.highlight .grp_ttlTxt {
    opacity: 0;
    transition: all 0.5s;
}

.grp_ttlbox {
    color: #fff;
    transform: translate(0, 0);
    transition: all 0.5s;
}

.graph_img:hover .grp_ttlbox {
    color: #fff;
    transform: translate(80px, -25px);
    transition: all 0.5s;
}

.graph_img.highlight .grp_ttlbox {
    color: #fff;
    transform: translate(80px, -25px);
    transition: all 0.5s;
}

.grp_circle2 {
    opacity: 0;
    transition: all 0.5s;
}

.graph_img:hover .circle1 {
    opacity: 0;
    transition: all 0.5s;
}

.graph_img.highlight .circle1 {
    opacity: 0;
    transition: all 0.5s;
}

.graph_img:hover .grp_circle2 {
    opacity: 1;
    transition: all 0.5s;
}

.grp_ttl2 {
    opacity: 0;
    transition: transform ease 0.3s;
    transition: opacity ease 0.7s;
    transform: translate(-80px, 27px);
}

.graph_img:hover .grp_ttl2 {
    opacity: 1;
    transform: translate(-79px, 27px);
    transition: transform ease 0.3s;
    transition: opacity ease 0.7s;
}

.watched-div {
    background: #fff;
}

/* start formsec css */
.frmbxx {
    width: 100%;
    max-width: 715px;
    padding: 40px 25px;
    background: #fff;
    border-radius: 34px;
    margin: 50px 0;
}

.frm-contentbx {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.frm-contentbx-col {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 20px;
}

.frm-contentbx-col.w-100 {
    width: 100%;
}

.frm-grp {
    margin-bottom: 15px;
}

.frm-label {
    display: block;
    width: 100%;
    color: #000000;
    font-family: 'Manrope', sans-serif;
    font-size: 0.876rem;
    margin-bottom: 5px;
    text-align: left;
    font-weight: 600;

}

.frm-input {
    display: block;
    width: 100%;
    padding: 12px 16px;
    background: #fff;
    border-radius: 100px;
    border: 1px solid #E7E7E7;
    color: #0a1119;
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 500;
}

.frm-input.mess {
    border-radius: 20px;
}

.schede_btm_box {
    text-align: center;
}

/* end formsec css */

.error-msg {
    color: #dc3545;
    font-size: 14px;
}

.thank-you-card .icon svg {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7474%) hue-rotate(183deg) brightness(96%) contrast(103%);
}

.thank-you-card .icon {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    background: #000;
    border-radius: 50%;
    padding: 10px;
}
.accrd_bld {
    font-weight: 800; }