.ai-main-section .ai-top-area{
    width: 90%;
    margin: 30px auto 40px;
    text-align: center;
}
.ai-main-section .ai-top-area h1{
    font-family: "GT America";
    font-size: 64px;
    line-height: 80px;
    color: #333;
    text-align: center;
    font-weight: 400;
}
.highlight-text{
    color: #5d25ff;
}
.ai-main-section h5{
    color: #666;
    margin: 0px;
    font-family: "WorkSans-Normal";
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
}
.cta-area{
    margin: 35px 0 20px;
    display: block;
}
.cta-btn{
    background: #5D25FF;
    color: #fff;
    padding: 12px 20px;
    display: inline-block;
    border-radius: 8px;
    transition: 0.5s all ease-in-out;
}
.cta-btn:hover{
   background: #4119b2;
   color: #fff;
}
.ai-video-area{
    width: 90%;
    margin: 110px auto 0;
    box-shadow: rgb(0, 0, 0) 0px 0px 70px -10px;
    border: 1px solid #fff;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.video-overlay-text{
    position: absolute;
    bottom: 110px;
    text-align: center;
    width: 100%;
}
.video-overlay-text p{
    margin: 0px 0px 24px;
    font-weight: 400;
    font-size: 36px;
    line-height: 1.235;
    color: rgb(255, 255, 255);
    text-shadow: rgb(0, 0, 0) 0px 0px 10px;
}
.video-overlay-text a{
    background: #33c65c;
    padding: 10px 20px;
    display: inline-block;
    margin: 10px 0 0;
    color: #fff;
    border-radius: 6px;
}
.trustedby-section{
    width: 100%;
    margin: 100px 0 60px;
    text-align: center;
}
.trustedby-section ul{
    padding: 0;
    margin: 30px 0 0;
    list-style: none;
}
.trustedby-section ul li{
    display: inline-block;
    vertical-align: middle;
    padding: 0 30px;
    filter: grayscale(1);
}
.trustedby-section ul li img{
    width: 140px;
    filter: grayscale(1);
}
.realtime-section{
    text-align: center;
    padding: 30px 0 60px;
}
.realtime-section .wrap{
    padding-left: 24px;
    padding-right: 24px;
}
.realtime-section h2{
    font-size: 64px;
    font-family: "GT America";
    line-height: 80px;
    font-weight: 400;
}
.realtime-section h6{
    margin: 0px;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.6;
    text-align: center;
    font-family: "GT America";
}
.powerful-section{
    overflow: hidden;
    padding: 60px 0 40px;
}
.powerful-section .wrap{
    width: 75%;
    margin: 0 auto;
}
.powerful-section .text-area-section{
    width: 55%;
    margin: 0 0 30px;
}
.about-section h2,
.powerful-section .text-area-section h2{
    margin: 0px 0px 0.35em;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.235;
    color: rgb(51, 51, 51);
    font-family: "GT America";
}
.powerful-section .tabbing-changing-section{
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid rgb(204, 204, 204);
    padding: 0 0 60px;
}
.tabbing-changing-section .tabs-heading{
    width: 55%;
    float: right;
    padding: 0 20px;
}
.tabs-heading .tab{
    background: transparent;
    border-radius: 8px;
    width: 100%;
    padding: 20px 25px 15px;
    margin: 0 0 20px;
    transition: 0.5s all ease-in-out;
    text-align: left;
    color: rgb(102, 102, 102);
    cursor: pointer;
}
.tabs-heading .tab.active,
.tabs-heading .tab:hover{
    background: rgba(0, 0, 0, 0.08);
    color: rgb(51, 51, 51);
}
.tabs-heading .tab h6{
    margin: 0px 0 8px;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.6;
    font-family: "GT America";
    color: rgb(102, 102, 102);
}

.tabs-heading .tab svg{
    width: 25px;
}
.tabs-heading .tab p{
    margin: 0px;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.43;
    color: rgb(102, 102, 102);
}
.tabs-heading .tab.active h6,
.tabs-heading .tab:hover h6,
.tabs-heading .tab.active p,
.tabs-heading .tab:hover p{
    color: rgb(51, 51, 51);
}
.tabs-content{
    width: 45%;
    float: left;
}
.tabs-content .content-tab{
    display: none;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 8px;
    overflow: hidden;
    padding: 40px 30px;
}
.tabs-content .content-tab.active{
    display: block;
}
.tabs-content .content-tab img{
    width: 100%;
}
.unlock-section,
.beyond-section{
    overflow: hidden;
    width: 100%;
    padding: 60px 0 40px;
    text-align: center;
}
.unlock-section h3,
.beyond-section h3{
    font-size: 46px;
    line-height: 60px;
    font-weight: 700;
    font-family: "GT America";
    margin: 0 0 20px;
}
.unlock-section .wrap > h6,
.beyond-section .wrap > h6{
    line-height: 1.75;
    color: rgb(102, 102, 102);
    max-width: 700px;
    margin: 0 auto 20px;
    font-size: 20px;
    font-weight: 400;
}
.cards-section{
    width: 100%;
    border-bottom: 1px solid rgb(204, 204, 204);
    padding: 30px 0 60px;
}
.cards-section .card-wrap.card{
    width: 32.333%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    padding: 24px;
    border-radius: 12px;
    text-align: left;
    min-height: 230px;
    margin: 0 0 15px;
}
.cards-section .card-wrap.card:nth-child(2){
    margin: 0 10px 15px;
}
.card-wrap.card svg{
    width: 40px;
    margin-bottom: 16px;
    fill: #5d25ff;
    color: #5d25ff;
}
.testimonial-card h6,
.card-wrap.card h6{
    margin: 0px 0px 8px;
    font-size: 22px;
    line-height: 1.6;
    font-weight: 700;
    font-family: "GT America";
}
.card-wrap.card p{
    font-weight: 400;
    font-size: 14px;
    line-height: 1.43;
    color: rgb(102, 102, 102);
}
.unlock-section h3{
    padding: 0 20px 0;
}
.unlock-section .card-wrap.card{
    text-align: center;
    padding: 44px 24px;
    min-height: 330px;
}
.card-wrap.card h2{
    line-height: 1.2;
    color: rgb(93, 37, 255);
    font-weight: 700;
    font-family: "GT America";
    font-size: 52px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    padding-bottom: 35px;
    margin-bottom: 30px;
}
.about-section{
    margin: 0 0 50px;
}
.about-text-area{
    width: 60%;
    margin: 30px auto 50px;
    text-align: center;
}
.testimonia-area{
    width: 100%;
    padding: 0 0 100px;
    border-bottom: 1px solid rgb(204, 204, 204);
}
.testimonial-card{
    width: 31.5%;
    display: inline-block;
    vertical-align: top;
    background: rgb(246, 243, 236);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgb(236, 237, 242);
    border-radius: 8px;
    color: rgb(51, 51, 51);
    padding: 30px 30px;
}
.testimonial-card:nth-child(2){
    margin: 0 25px 0;
}
.testimonial-card svg{
    width: 40px;
    color: rgb(93, 37, 255);
    fill: rgb(93, 37, 255);
}
.testimonial-card p{
    color: rgb(102, 102, 102);
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 40px;
}
.testimonial-card:nth-child(2) p{
    margin: 0;
}
.testimonial-author{
    width: 100%;
    overflow: hidden;
    margin: 80px 0 10px;
}
.testimonial-card:nth-child(2) .testimonial-author{
    margin: 80px 0 10px;
}
.testimonial-card:nth-child(3) .testimonial-author{
    margin: 105px 0 10px;
}
.testimonial-author .testimonial-img{
    width: 50px;
    display: inline-block;
    vertical-align: top;
}
.testimonial-author .testimonial-img img{
    border-radius: 50px;
}
.testimonial-author .testimonial-data{
    width: 70%;
    display: inline-block;
    vertical-align: top;
}
.testimonial-author span{
    display: block;
    color: rgb(51, 51, 51);
}
.testimonial-author .author-name{
    font-weight: 400;
    font-family: "GT America";
    font-size: 14px;
}
.faq-section{
    width: 100%;
    overflow: hidden;
    padding: 50px 0 80px;
}
.faq-section .wrap >h2{
    text-align: center;
    margin: 0 0 30px;
}
.faq-area .faq{
    background-color: #fff;
    color: rgb(51, 51, 51);
    overflow-anchor: none;
    margin: 0 0 20px;
    text-align: left;
    cursor: pointer;
    position: relative;
    margin-bottom: 20px;
    border-radius: 8px;
    border: 1px solid #ecedf2;
    transition: all 300ms ease;
    overflow: hidden;
    box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
}
.faq-area .faq .faq-heading{
    position: relative;
    padding: 27px 35px;
    border-bottom: 2px solid #f6f6f6;
}
.faq-area .faq .faq-heading h3{
    font-weight: 500;
    font-size: 18px;
    line-height: 1.57;
    margin: 0px;
    font-family: "GT America";
}
.faq-area .faq .faq-heading svg{
    position: absolute;
    right: 15px;
    width: 30px;
    top: 50%;
    margin-top: -15px;
}
.faq-area .faq .faq-content{
    height: 0;
    overflow: hidden;
    opacity: 0;
    max-width: 65%;
    
}

.faq-area .faq.active .faq-heading svg{
    transform: rotate(180deg);
}
.faq-area .faq.active .faq-content{
    height: auto;
    opacity: 1;
    margin: 30px 0 0;
    padding: 27px 35px;
}
.faq-area .faq .faq-content p{
    font-size: 15px;
    line-height: 22px;
}
.footer-widgets-3 .widget.widget_nav_menu{
    display: inline-block;
    vertical-align: top;
    width: 49%;
}
.footer-widgets .footer-widgets-1 .widget_media_image .widget-wrap{
    filter: grayscale(1);
}
.footer-widgets .footer-widgets-1 .widget_media_image .widget-wrap img{
    width: 180px;
}
.call-area a{
    color: #4119B2;
    font-size: 20px;
    line-height: 24px;
}
.address-area{
    color: rgb(102, 102, 102);
    margin: 30px 0 50px;
}
.address-area p:empty{display: none;}
.address-area p{
    font-size: 14px;
}
.footer-widgets .footer-widgets-1 h6{
    line-height: 1.43;
    color: rgb(102, 102, 102);
    font-size: 14px;
    font-weight: 400;
}
.testimonial-card h6{
    margin: 0px 0px 8px;
    font-weight: 500;
    margin-bottom: 20px;
    font-family: "GT America";
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #5e25ff;
}



