/* why start */
.why{
    padding: 50px 0;
    position: relative;
    background-color: var(--gray1);
    color:var(--text-black) ;
    text-align: left;
}
.why img {
    position: absolute;
    right: -10px;
    top: 40px;
}
.why::before{
    content: " ";
    width: 168px;
    height: 719px;
    background: url(images/why-arrow.png) no-repeat;
    background-size: contain;
    right: 0;
    position: absolute;
    top: -50px;
    z-index: 1;
}
.why::after{
    content: " ";
    width: 221px;
    height: 279px;
    background: url(images/circle1.png) no-repeat;
    background-size: contain;
    left: 42px;
    position: absolute;
    top: 0px;
    z-index: 1;
}
.why h2{
    font-size: 48px;
    font-weight: 700;
    line-height: 61px;
    letter-spacing: -0.01em;
    margin-bottom: 30px;
}
.why h3{
    font-size: 24px;
    font-weight: 800;
    line-height: 36px;
    letter-spacing: -0.01em;
    margin-bottom: 30px;
}
.why ul {
    list-style: disc;
    margin-bottom: 20px;
}
.why ul li{
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -0.01em;
    margin-bottom: 10px;
}
.why p{
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -0.01em;
}
.why p span{
    font-weight: 800;
}
.what{
    width: 100%;
    background: var(--red);
}

/* why ends */

/* what start  */
.what{
    position: relative;
    background: var(--red);
    padding: 40px 0;
    text-align: left;
    color: var(--white);
}
.what_text h2{
    margin-bottom: 30px;
    font-size: 48px;
    font-weight: 700;
    line-height: 61px;
    letter-spacing: -0.01em;
}
.what_text p {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 28px;
    letter-spacing: -0.01em;
}
.what-logo img{
    display: inline-block!important;
    position: relative;
}
.what-logo{
    font-size: 24px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: -0.01em;
    text-align: right;
}
.what::after {
    content: " ";
    width: 221px;
    height: 279px;
    background: url(images/circle2.png) no-repeat;
    background-size: contain;
    right: 150px;
    position: absolute;
    top: 0px;
    z-index: 1;
}
.what::before {
    content: " ";
    width: 55px;
    height: 315px;
    background: url(images/what-arrow.png) no-repeat;
    background-size: contain;
    left: 0px;
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translate(0,-50%);
}
.what>img{
    position: absolute;
    left: 45px;
    bottom: 45px;
}
/* what ends  */

/* benefit start */
.benefit{
    padding: 105px 0 45px;
    position: relative;
    overflow: hidden;
}
.benefit_text{
    position: relative;
    max-width: 968px;
}
.benefit_text>img{
    position: absolute;
    right: 0;
    bottom: -20px;
}
.benefit::before {
    content: " ";
    width: 1193px;
    height: 832px;
    background: url(images/curve3.png) no-repeat;
    background-size: contain;
    right: -360px;
    position: absolute;
    top: -200px;
}
.benefit::after{
    content: " ";
    width: 221px;
    height: 279px;
    background: url(images/circle1.png) no-repeat;
    background-size: contain;
    left: 42px;
    position: absolute;
    top: 0px;
    z-index: 1;
}
.benefit h2{
    margin-bottom: 30px;
    font-size: 48px;
    font-weight: 900;
    line-height: 61px;
    letter-spacing: -0.01em;
    color: var(--text-black);
}
.benefit ul{
    text-align: left;
    padding: 0;
}
.benefit ul li{
    position: relative;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: -0.01em;
    color: var(--btn-black);
    margin-bottom: 15px;
    padding-left: 45px;
}
.benefit ul li::before{
    content: " ";
    width: 30px;
    height: 30px;
    background: url(images/tick.png) no-repeat center;
    background-size: contain;
    left: 0;
    position: absolute;
    top: 0;
}
/* benefit ends */

/* client start */
.client{
    padding: 65px 0 85px;
    position: relative;
    background-color: var(--gray2);
    color: var(--white);
    text-align: left;
    overflow: hidden;
}
.client::before {
    content: " ";
    width: 143px;
    height: 438px;
    background: url(images/drive-arrow.png) no-repeat;
    background-size: contain;
    right: -10px;
    position: absolute;
    top: -50px;
}
.client>img{
    position: absolute;
    left: 45px;
    bottom: 45px;
}
.client h2{
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -0.01em;
    margin-bottom: 30px;
}
.client_text{
    position: relative;
    max-width: 1135px;
}
.client_text::after{
    position: absolute;
}
.client ul{
    list-style: disc;
    position: relative;
}
.client ul li{
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.01em;
    margin-bottom: 15px;
    position: relative;
}
.client ul::after {
    content: " ";
    width: 221px;
    height: 279px;
    background: url(images/circle1.png) no-repeat;
    background-size: contain;
    right: 0px;
    position: absolute;
    bottom: -135px;
}
/* client ends */

/* data start */
.data{
    position: relative;
    background-color: var(--black);
    padding: 65px 0 55px;
    color: var(--white);
    text-align: left;
}
.data h2{
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: -0.01em;
}
.data::before{
    content: " ";
    width: 73px;
    height: 160px;
    background: url(images/data-arrow.png) no-repeat;
    background-size: contain;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
}
.data_text{
    position: relative;
}
.data_text>img{
    position: absolute;
    right: 0;
    bottom: 0;
}
.data ul{
    list-style: disc;
}
.data ul li{
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.01em;
    margin-bottom: 15px;
}
/* data ends */

/* analytics start */
.analytics{
    position: relative;
    padding: 50px 0 85px;
    background-color: var(--red);
    text-align: left;
    color: var(--white);
}
.analytics::after{
    content: " ";
    width: 153px;
    height: 438px;
    background: url(images/analytics-arrow.png) no-repeat;
    background-size: contain;
    right: -70px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
.analytics::before{
    content: " ";
    width: 221px;
    height: 279px;
    background: url(images/circle1.png) no-repeat;
    background-size: contain;
    left: 42px;
    position: absolute;
    top: 0px;
    z-index: 1;
}
.analytics h2{
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -0.01em;
    margin-bottom: 30px;
}
.analytics p{
    font-size: 24px;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: -0.01em;
    margin-bottom: 15px;
}
.analytics ul{
    list-style: disc;
}
.analytics ul li{
    font-size: 24px;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: -0.01em;
    margin-bottom: 15px;
}
.analytics>img {
    position: absolute;
    left: 40px;
    bottom: 35px;
}
/* analytics ends */

/* about start */
.about{
    position: relative;
    padding: 70px 0 115px;
    background-color: var(--gray1);
    text-align: left;
    color: var(--black);
}
.about>img {
    position: absolute;
    right: 50px;
    bottom: 25px;
}
.about h2{
    margin-bottom: 30px;
    font-size: 48px;
    font-weight: 900;
    line-height: 61px;
    letter-spacing: -0.01em;
    color: var(--text-black);
}
.about p{
    font-size: 24px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: -0.01em;
    margin-bottom: 15px;
}
.about::after{
    content: " ";
    width: 510px;
    height: 547px;
    background: url(images/about-curve.png) no-repeat;
    background-size: contain;
    left: 0;
    position: absolute;
    bottom: 0px;
    z-index: 1;
}
.about::before{
    content: " ";
    width: 221px;
    height: 279px;
    background: url(images/circle1.png) no-repeat;
    background-size: contain;
    left: 42px;
    position: absolute;
    top: 0px;
    z-index: 1;
}
/* about ends */

/* contact start */
.contact{
    padding-top: 100px;
}
.contact .row>*:nth-child(1){
    align-self: flex-end;
}
.contact .title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 65px;
    flex-wrap: wrap;
}
.contact .title h2{
    font-size: 48px;
    font-weight: 900;
    line-height: 61px;
    letter-spacing: -0.01em;
    color: var(--text-black);
}
.contact .title p{
    margin: 0;
    font-size: 30px;
    line-height: 50px;
    letter-spacing: -0.01em;
    font-weight: 500;
    color: var(--text-black);
}
.contact .title p span{
    display: block;
}
.contact .title p span a{
    color: var(--text-black);
}
.contact form{
    max-width: 750px;
    margin: 0 auto 70px;
    box-shadow: 0px 3.16px 23.69px 0px #00000026;
    padding: 25px 65px;
    text-align: center;
}
.contact form h3{
    font-size: 38px;
    font-weight: 600;
    color: var(--red);
    margin-bottom: 20px;
    line-height: 40px;
}
.contact form .input-holder{
    position: relative;
}
.contact form .input-holder input{
    position: relative;
    width: 100%;
    padding: 10px;
    border: 1px solid #C9C9C9;
    margin-bottom: 30px;
}
.contact form .input-holder label {
    position: absolute;
    left: 15px;
    padding: 0 15px;
    top: -13px;
    background: var(--white);
    color: var(--text-black);
}
.contact form .input-holder textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #C9C9C9;
    margin-bottom: 20px;
}
.contact form input[type="submit"] {
    margin: 0 auto;
    text-align: center;
    background: var(--red);
    color: var(--white);
    font-weight: 500;
    padding: 14px 65px;
    border: none;
}
/* contact ends */

/* footer start  */
footer{
    background: var(--bg-black);
    color: var(--white);
    padding-top: 52px;
}
footer a{
    color: var(--white);
    transition: var(--default-trans);
}
.left_foot p{
    color: var(--black);
    text-align: left;
    max-width: 640px;
    margin-left:auto;
}
.footer_up .row {
    align-items: center;
}
.foot-logo{
    margin-bottom: 30px;
}
.logo-foot-holder ul{
    padding: 0;
}
.logo-foot-holder ul li{
    font-size: 24px;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 15px;
    font-size: 20px;
}
.logo-foot-holder ul li a:hover{
    color: var(--red);
}
.logo-foot-holder ul li a i{
    margin-right: 10px;
}
.ai_foot{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.ai_foot h4{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0;
}
.left-foot{
    text-align: right;
}
.left-foot p{
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 600;
    line-height: 35px;
    text-align: right;
}
.left-foot img{
    display: inline-block!important;
}
.foot_end {
    text-align: center;
    padding: 23px 0;
    border-top: 1px solid var(--white);
}
.foot_end p,.foot_end p a{
    color: var(--white);
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.01em;
    transition: var(--default-trans);
}
.foot_end p a:hover{
    color: var(--red);
}
/* footer ends */

/* privacy html start  */

.privacy-wrapper {
    padding: 160px 0 30px;
}
.privacy-wrapper ul{
    list-style: disc;
}
.privacy-wrapper ul li,.privacy-wrapper ol li{
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 7px;
}
.alignleft{
    float: left;
    margin: 10px 10px 10px 0;
}
.alignright{
    float: right;
    margin: 10px 0 10px 10px;
}
.aligncenter{
    margin: 10px auto;
}
.privacy-wrapper p{
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
    color: var(--btn-black);
}
.privacy-wrapper a{
    font-size: 18px;
    font-weight: 500;
    color:#ff0007;
    transition: var(--default-trans);
}
.privacy-wrapper a:hover{
    color: var(--red);
}
.privacy-wrapper h1{
    font-size: 52px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: -0.01em;
    color: var(--text-black);
    margin-bottom: 20px;
}
.privacy-wrapper h2{
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -0.01em;
    color: var(--text-black);
    margin-bottom: 20px;
}
.privacy-wrapper h3{
    font-size: 44px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: -0.01em;
    color: var(--text-black);
    margin-bottom: 20px;
}
.privacy-wrapper h4{
    font-size: 40px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: -0.01em;
    color: var(--text-black);
    margin-bottom: 15px;
}
.privacy-wrapper h5{
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.01em;
    color: var(--text-black);
    margin-bottom: 10px;
}
.privacy-wrapper h6{
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.01em;
    color: var(--text-black);
    margin-bottom: 10px;
}

/* privacy html ends  */

/*====================================================== Responsive Starts ========================================*/

@media (max-width:1400.98px){
    .container{
        max-width: 1170px!important;
    }
}
@media (max-width:1199.98px){
    .connect {
        padding: 20px 0 100px;
    }
    .connect_title h3 {
        margin-bottom: 5px;
    }
    .connect_title {
        margin-bottom: 30px;
    }
    .privacy-wrapper h1{
        font-size: 48px;
        line-height: 55px;
    }
    .privacy-wrapper h2{
        font-size: 44px;
        line-height: 50px;
    }
    .privacy-wrapper h3{
        font-size: 40px;
        line-height: 45px;
    }
}
@media(max-width:1024.98px){
    .foot_end {
        margin-top: 15px;
    }
}
@media (max-width:991.98px){
    .form-img img {
        margin: 0 auto;
    }
    .contact {
        padding-top: 50px;
    }
    .about {
        position: relative;
        padding: 60px 0 85px;
    }
    .analytics>img {
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .client>img {
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .what_text p {
        font-size: 19px;
        line-height: 25px;
    }
    .analytics p {
        font-size: 20px;
        font-weight: 500;
        line-height: 27px;
    }
    .analytics ul li {
        font-size: 20px;
        font-weight: 500;
        line-height: 29px;
    }
    .why ul li {
        font-size: 18px;
        font-weight: 600;
        line-height: 25px;
    }
    .why p {
        line-height: 27px;
    }
    .why h2 {
        font-size: 43px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .what_text h2 {
        margin-bottom: 20px;
        font-size: 40px;
        line-height: 50px;
    }
    .benefit h2 {
        margin-bottom: 20px;
        font-size: 40px;
        line-height: 50px;
    }
    .benefit {
        padding: 70px 0 45px;
    }
    .client {
        padding: 65px 0 70px;
    }
    .about h2 {
        margin-bottom: 20px;
        font-size: 40px;
        line-height: 50px;
    }
    .about p {
        font-size: 20px;
        font-weight: 400;
        line-height: 33px;
        letter-spacing: -0.01em;
        margin-bottom: 12px;
    }
    .contact .title h2 {
        font-size: 42px;
        font-weight: 900;
        line-height: 50px;
    }
    .what>img {
        position: absolute;
        left: 0;
        bottom: 0;
    }
}
@media(max-width:910.98px){
    .connect_title h3 {
        font-size: 70px;
    }
    .privacy-wrapper h1 {
        font-size: 42px;
        line-height: 50px;
    }
    .privacy-wrapper h2 {
        font-size: 39px;
        line-height: 45px;
    }
    .privacy-wrapper h3 {
        font-size: 35px;
        line-height: 40px;
    }
    .privacy-wrapper h4 {
        font-size: 35px;
        line-height: 40px;
    }
    .privacy-wrapper h5 {
        font-size: 30px;
    }
    .privacy-wrapper h6 {
        font-size: 28px;
        font-weight: 400;
        line-height: 35px;
    }
    .left-foot p {
        margin-bottom: 20px;
        font-size: 18px;
    }
    .ai_foot h4 {
        font-size: 18px;
    }
    .logo-foot-holder ul li {
        margin-bottom: 10px;
        font-size: 18px;
    }
}
@media(max-width:767.98px){
    .alignleft,.alignright,.aligncenter{
        float: none;
        margin: 10px auto;
    }
    .connects_text {
        padding: 15px 15px 45px 15px;
    }
    .contact .title p {
        margin: 0;
        font-size: 27px;
        line-height: 40px;
    }
    .contact .title h2 {
        margin-bottom: 0px;
        font-size: 40px;
    }
    .main_footer .row>*{
        margin-bottom: 15px;
    }
    .ai_foot {
        justify-content: flex-start;
    }
    .left-foot {
        text-align: left;
    }
    .left-foot p {
        text-align: left;
    }
    .connect {
        padding: 20px 0 75px;
    }
    .benefit ul li::before {
        width: 20px;
        left: 10px;
    }
}
@media(max-width:709.98px){
    .connect_title h3 {
        font-size: 60px;
    }
    .contact .title p {
        margin: 0;
        font-size: 24px;
        line-height: 35px;
    }
    .contact .title h2 {
        margin-bottom: 0px;
        font-size: 35px;
    }
    .contact .title {
        margin-bottom: 40px;
    }
    .privacy-wrapper h1 {
        font-size: 37px;
        line-height: 45px;
    }
    .privacy-wrapper h2 {
        font-size: 34px;
        line-height: 40px;
    }
    .privacy-wrapper h3 {
        font-size: 30px;
        line-height: 39px;
    }
    .privacy-wrapper h4 {
        font-size: 30px;
        line-height: 38px;
    }
    .privacy-wrapper h5 {
        font-size: 26px;
        line-height: 35px;
    }
    .privacy-wrapper h6 {
        font-size: 25px;
        line-height: 32px;
    }
}
@media(max-width:640.98px) {
    .contact .title {
        justify-content: center;
    }
    .contact .title p span {
        display: block;
        text-align: center;
    }
}
@media(max-width:576.98px){
    .what>img,.client>img,.benefit_text>img,.data_text>img,.analytics>img ,.about>img{
        display: none;
    }
    .foot_end p, .foot_end p a {
        font-size: 15px;
        line-height: 25px;
    }
    .logo-foot-holder ul li {
        margin-bottom: 6px;
        font-size: 16px;
    }
    .left-foot p {
        margin-bottom: 20px;
        font-size: 16px;
    }
    .ai_foot h4 {
        font-size: 16px;
    }

    .privacy-wrapper h1 {
        font-size: 33px;
        line-height: 40px;
    }
    .privacy-wrapper h2 {
        font-size: 30px;
        line-height: 37px;
    }
    .privacy-wrapper h3 {
        font-size: 26px;
        line-height: 36px;
    }
    .privacy-wrapper h4 {
        font-size: 26px;
        line-height: 34px;
    }
    .privacy-wrapper h5 {
        font-size: 23px;
        line-height: 31px;
    }
    .privacy-wrapper h6 {
        font-size: 21px;
        line-height: 28px;
    }
    .privacy-wrapper p ,.privacy-wrapper a{
        font-size: 16px;
        line-height: 25px;
    }
    .privacy-wrapper ul li, .privacy-wrapper ol li {
        font-size: 16px;
        line-height: 27px;
    }
    .analytics, .about, .data, .client, .benefit {
        padding: 35px 0 35px;
    }
    .why h2,.about h2 ,.analytics h2,.client h2,.benefit h2,.what_text h2,.contact .title h2{
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 15px;
    }
    .contact form h3{
        font-size: 30px;
    }
    .why h3 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .about p ,.analytics p,.analytics ul li,.data ul li,.client ul li,.what_text p,.why p{
        font-size: 17px;
        line-height: 28px;
    }
    .data ul li {
        margin-bottom: 7px;
    }
    .contact form {
        margin: 0 auto 50px;
        padding: 25px 30px;
    }
    .contact form input[type="submit"] {
        padding: 10px 50px;
    }
    .contact {
        padding-top: 20px;
    }
    .privacy-wrapper {
        padding: 140px 0 30px;
    }
}
@media(max-width:520.98px){
    .why img{
        display: none;
    }
    .why h2, .about h2, .analytics h2, .client h2, .benefit h2, .what_text h2 ,.contact .title h2{
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 15px;
    }
    .why h3 {
        font-size: 19px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    .what-logo {
        font-size: 20px;
        text-align: center;
    }
    .privacy-wrapper h1 {
        font-size: 28px;
        line-height: 36px;
    }
}
@media(max-width:468.98px){
    .privacy-wrapper {
        padding: 125px 0 30px;
    }
    .privacy-wrapper h2 {
        font-size: 26px;
        line-height: 35px;
    }
    .privacy-wrapper h3 {
        font-size: 23px;
        line-height: 32px;
    }
    .privacy-wrapper h4 {
        font-size: 23px;
        line-height: 31px;
    }
    .privacy-wrapper h5 {
        font-size: 21px;
        line-height: 28px;
    }
    .privacy-wrapper h6 {
        font-size: 20px;
        line-height: 26px;
    }
    .privacy-wrapper ul li, .privacy-wrapper ol li {
        font-size: 15px;
        line-height: 25px;
    }
}
@media(max-width:420.98px){
    .contact .title p {
        margin: 0;
        font-size: 19px;
        line-height: 27px;
    }
    .data h2 {
        margin-bottom: 18px;
        font-size: 27px;
    }
    .why h2, .about h2, .analytics h2, .client h2, .benefit h2, .what_text h2, .contact .title h2 {
        font-size: 26px;
        line-height: 38px;
        margin-bottom: 15px;
    }
    .benefit ul li {
        position: relative;
        font-size: 16px;
    }

    .about p, .analytics p, .analytics ul li, .data ul li, .client ul li, .what_text p, .why p {
        font-size: 16px;
        line-height: 25px;
    }
    .privacy-wrapper p, .privacy-wrapper a {
        font-size: 15px;
        line-height: 25px;
    }
    .privacy-wrapper {
        padding: 115px 0 30px;
    }
}
@media(max-width:380.98px){
    .privacy-wrapper h1 {
        font-size: 24px;
        line-height: 34px;
    }
    .privacy-wrapper ul li, .privacy-wrapper ol li {
        font-size: 14px;
        line-height: 25px;
    }
    .privacy-wrapper p, .privacy-wrapper a {
        font-size: 14px;
        line-height: 23px;
    }
    .privacy-wrapper h2 {
        font-size: 21px;
        line-height: 30px;
    }
    .privacy-wrapper h3 {
        font-size: 19px;
        line-height: 28px;
    }
    .privacy-wrapper h4 {
        font-size: 19px;
        line-height: 27px;
    }
    .privacy-wrapper h5 {
        font-size: 18px;
        line-height: 28px;
    }
}

/*====================================================== Responsive Ends ==========================================================*/
