﻿body {
    margin: 0;
    padding: 0 !important;
    scroll-behavior: smooth !important;
}

.new-container{
    padding:0 !important;
}

    .hero-section {
        width: 90%;
        margin-top: 50px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 50px;
    }

    .hero-logo {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 60%;
    }

    .hero-container {
        display: block;
        padding: 30px;
    }


    .hero-header {
        font-size: 40px;
        font-weight: 600;
        margin-top: 35px;
        margin-bottom: 0px;
    }

    .hero-subheading {
        font-size: 20px;
        font-weight: 400;
        margin-top: 25px;
        margin-bottom: 0;
    }

    .hero-button-div {
        text-align: left;
        width: 100%;
        margin-top: 25px;
    }

    .hero-button {
        background-color: dodgerblue;
        border-radius: 4px;
        font-size: 20px;
        font-weight: 500;
        outline: none;
        border: none;
        padding: .5em 1.5em;
    }

        .hero-button:hover {
            background-color: rgb(144, 126, 237);
            border: none;
            outline: none;
        }

        .hero-button:active {
            background-color: rgb(48, 12, 237);
            outline: none;
            border: none;
        }



    .no-deets {
        margin-top: 15px;
        width: 50%;
        color: rgb(0,0,0);
    }


    .video-section {
        background-image: linear-gradient(140deg, rgb(152, 141, 247) 0%, rgb(255,255,255) 55%, rgb(255,255,255) 75%, rgb(152, 141, 247) 100%);
        padding: 50px 20px 70px 20px;
    }

.video-container {
    overflow: hidden;
    position: relative;
    /* width: 100%; If you want an image to scale down if it has to, but never scale up to be larger than its original size, use max-width: 100%:*/
    max-width: 100%;
}

    .video-container::after {
        padding-top: 56.25%;
        display: block;
        content: '';
    }

    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .v-container {
        text-align: center;
    }


    .video-header-container h2 {
        color: darkslategrey;
        font-weight: 400;
    }

    .video-text-container {
        margin: 30px 10px 0 10px;
    }

        .video-text-container h2 {
            font-size: 20px;
            margin: 0;
        }

    .whatsaap-parent {
        position: relative
    }

    .black-whatsaap {
        position: absolute;
        top: 0;
        left: 0;
        justify-content: space-between;
        padding-top: 20px;
        width: 48%;
        display: flex;
        height: 44px;
    }

    .green-whatsaap{
        position: absolute;
        top: 0;
        left: 0;
        justify-content: space-between;
        padding-top: 20px;
        width: 48%;
        display: flex;
        height: 44px;
    }


    .hidden {
        display: none;
    }

    .show {
        display: flex;
    }


    .whatsaap-img img {
        width: 100%;
    }

    .whatsaap-img {
        width: 15%;
    }

    .whatsaap-div {
        padding-top: 1px;
    }

        .whatsaap-div .green-p {
            color: rgb(41, 194, 98);
            font-weight: 400;
            margin:0;
        }

        .whatsaap-div .blackp {
            color: darkslategray;
            font-weight: 400;
            margin:0;
        }



    a:link {
        text-decoration: none;
    }

    a:visited {
        text-decoration: none;
    }

    a:hover {
        text-decoration: none!important;
    }


    .hero-video-button {
        margin-top: 20px;
    }

        .hero-video-button button {
            background-color: rgb(233,227,255);
            border: 1px solid;
            border-radius: 4px;
            font-size: 20px;
            font-weight: 500;
            padding: .5em 1.5em;
        }

.social-proof-partner {
    background-color:rgb(252,210,76);
    padding:10px;
}


.social-proof-partner .social-proof-partner-container #social-proof-partner-header {
    font-size: 20px;
    font-weight:700;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.social-proof-partners-div{
    display:flex;
    justify-content:center;
    align-items:center;
}

.social-proof-partners-div img {
    width: 30%;
}

.social-parnters-info {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 5px;
}


.testimonial-section {
    padding: 20px;
    background-color: rgb(252, 245, 246)
}

     hr{
         width:80%;
         border: 1px solid lightgrey;
         margin-top:35px;
         margin-bottom:35px;

     }

     .testimonial-header{
         font-size:27px;
         text-align:center;
     }

     .testimonial-header{
         font-size:28px;
     }

/*         .function-section h2{
        font-size:18px;
        font-weight:500;
        width:90%;
        margin-left:auto;
        margin-right:auto;
    }*/




    .function-header {
        width: 95%;
        font-size: 24px;
        text-align: center;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
    }

    .function-container {
        width: 85%;
        margin-top: 30px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 30px;
        padding: 10px;
        box-shadow: rgba(50,50,93,0.25) 0 2px 5px -1px, rgba(0,0,0,0.3) 0 1px 20px -1px;
        border-radius: 4px;
    }

    .function-image {
        width: 100%;
    }

    .function-header-text-container {
        padding: 1em;
    }

    .function-homepage-header {
        font-size: 16px;
        font-weight: 400;
        margin: 0;
    }

    .na-section {
        background-image: linear-gradient(140deg, rgb(90,61,235) 0%, rgb(255,255,255) 55%, rgb(90,61,235) 100%);
        padding-bottom: 10px;
        color: darkslategray;
    }

    .na-text-container {
        width: 90%;
        padding: 25px;
        margin-right: auto;
        margin-left: auto;
        color: darkslategray;
    }

    .na-header-container h2 {
        font-size: 34px
    }


    .na-subheader-container {
        font-size: 16px;
        margin-top: 10px;
    }


    .economise {
        background-color: rgb(255, 255, 255);
        padding-bottom: 10px;
    }

    .economise-container {
        width: 90%;
        padding: 25px;
        margin-right: auto;
        margin-left: auto;
        color: darkslategrey;
    }

    .economise-header-container {
        font-size: 28px
    }


    .economise-subheader-container {
        font-size: 16px;
        margin-top: 20px;
    }

        .economise-subheader-container a {
            font-weight: 500;
        }

    .entre-section {
        background-image: linear-gradient(140deg, pink 0%, rgb(255,255,255) 45%, pink 100%);
        padding: 25px;
    }

    .entre-header-div h1 {
        font-size: 36px;
    }

    .entre-header-div h3 {
        font-size: 16px;
        font-weight: 400;
    }

    .imperson-container {
        margin-top: 10px;
    }

    .imperson-header-container {
        width: 95%;
        margin-top: 20px;
    }

        .imperson-header-container h2 {
            font-size: 26px;
        }

    .imperson-subheader h3 {
        font-size: 16px;
        font-weight: 300;
    }

    .imperson-image-container {
        margin-top: 15px;
    }

    .imperson-image-div p {
        font-size: 14px;
        font-style: italic;
    }

    .imperson-image {
        width: 100%;
        margin: auto;
    }

    .autodesk {
        height: auto;
        padding: 2rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .autodesk-image {
        width: 80%;
    }

    .social-proof {
        padding: 1rem
    }

        .social-proof h2 {
            text-align: center;
            font-size: 22px;
        }



    .social-proof-container {
        padding: 1rem;
        display: flex;
        flex-wrap: wrap;
        margin-left: auto;
        margin-right: auto;
    }

    .social-proof-div {
        width: 50%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 1rem;
    }

    .client-logo {
        width: 90%;
    }

    .client-logo-big {
        width: 60%
    }

    .autodesk p {
        text-align: center;
        margin-top: 20px;
    }

    .learn-chat {
        padding: 2rem;
        box-shadow: rgba(50,50,93,0.25) 0 2px 2px -1px;
    }

        .learn-chat h3 {
            font-size: 18px;
            text-align: center;
        }

    .button-div-container {
        margin: 20px 0;
        display: flex;
        justify-content: center;
        text-align: center;
    }

    .video-button {
        background-color: rgb(90,61,235);
        border-radius: 4px;
        color: rgb(255,255,255);
        font-size: 16px;
        font-weight: 500;
        border: none;
        outline: none;
        padding: 1em;
        align-items: center
    }

        .video-button:hover {
            background-color: rgb(144, 126, 237);
            border: none;
            outline: none;
        }

        .video-button:active {
            background-color: rgb(48, 12, 237);
            outline: none;
            border: none;
        }

    .learn-chat h4 {
        margin-top: 30px;
        text-align: center;
        font-size: 18px;
    }



@media screen and (min-width:360px) {
    .black-whatsaap {
        width: 45%;

    }

    .green-whatsaap {
        width: 45%;

    }
    .whatsaap-div{
        padding-top:1px;
    }

    .video{
        height:184px;
    }

    .testimonial-header {
        margin-top: 15px;
    }
}

@media screen and (min-width:370px) {
    .video-text-container {
        margin: 30px 15px 0 15px;
    }

    .video{
        height:188px;
    }

    .black-whatsaap {
        width: 46%
    }

    .green-whatsaap {
        width: 46%;
    }

    .function-header {
        width: 85%;
        font-size: 22px;
    }
}




@media screen and (min-width:390px) {
    .green-whatsaap {
        width: 46%;
    }

    .black-whatsaap {
        width: 46%
    }
    .whatsaap-div .blackp{
        font-size:16px;
    }
    .green-whatsaap .green-p{
        font-size:16px;
    }
    .whatsaap-div{
        padding-top:0;
    }
}

@media screen and (min-width:400px) {
    .green-whatsaap {
        width: 45%;
        height: 45px;
    }

    .black-whatsaap {
        width: 45%;
        height: 45px;
    }

    .whatsaap-img{
        width:15%;
    }
    .whatsaap-div{
        padding-top:0;
    }

    .function-header {
        font-size: 24px;
    }
}

@media screen and (min-width:425px) {
    .green-whatsaap {
        width: 43%;
        height: 45px;
    }

    .black-whatsaap {
        width: 43%;
        height: 45px;
    }

    .function-header {
        font-size: 24px;
    }
}


@media screen and (min-width:450px) {
    .hero-section {
        width: 70%;
        margin-top: 60px;
        margin-bottom: 60px;
    }


    .hero-container {
        padding: 20px 0;
    }

    .hero-header {
        font-size: 38px;
        margin-top: 0;
    }

    .hero-subheading {
        margin-top: 20px;
    }

    .hero-button-div {
        margin-top: 25px;
    }

    .black-whatsaap {
        width: 46%;
    }

    .green-whatsaap {
        width: 46%;
    }

    .v-container {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .video-text-container {
        width: 80%;
        margin-right: auto;
        margin-left: auto;
    }

    .whatsaap-container {
        padding-top: 0;
    }

    .function-header {
        margin-top: 60px;
    }

    .function-homepage-header {
        font-size: 16px;
    }
}

@media screen and (min-width:470px) {

    .black-whatsaap {
        width: 43%;
    }

    .green-whatsaap {
        width: 43%;
    }
}

@media screen and (min-width:500px) {

    .hero-section {
        width: 65%;
    }

    .hero-header {
        font-size: 44px;
    }

    .black-whatsaap {
        width: 43%;
    }

    .green-whatsaap {
        width: 43%;
    }

    .whatsaap-img {
        width: 15%;
    }

    .whatsaap-div {
        padding-top: 0;
    }

    .testimonial-section{
        padding:40px;
    }





    testimonial-header{
        font-size:30px;
    }

    .function-header {
        font-size: 26px;
    }
}

@media screen and (min-width:550px) {

    .hero-section {
        width: 60%;
        margin-top: 70px;
        margin-bottom: 70px;
    }


    .black-whatsaap {
        width: 38%;
    }

    .green-whatsaap {
        width: 38%;
    }

    .whatsaap-div {
        padding-top: 1px;
    }

    .social-proof-partner{
        padding: 15px 50px;
    }

    .social-proof-partners-div img {
        width: 25%;
    }

    .social-proof-container {
        padding: 3rem;
    }

    .function-container {
        width: 75%;
    }
}

@media screen and (min-width:600px) {

    .video-section {
        padding: 70px 30px;
    }

    .video-text-container {
        margin: 0;
        padding: 40px 20px 20px 20px;
        margin-left: auto;
        margin-right: auto;
    }

        .video-text-container h2 {
            font-size: 23px;
        }


    .black-whatsaap {
        width: 42%;
    }

    .green-whatsaap {
        width: 42%;
    }

    .whatsaap-div .blackp{
        font-size:17px;
    }

    .whatsaap-div .green-p{
        font-size:17px;
    }

    .testimonial-header{
        font-size:32px;
    }
}

@media screen and (min-width: 650px) {
    .video-text-container {
        margin-left: auto;
        margin-right: auto;
    }

    .black-whatsaap {
        width: 38%;
    }

    .green-whatsaap {
        width: 38%;
    }

    .video{
        height:227px;
    }
    .whatsaap-div{
        padding-top:0;
    }
}





@media screen and (min-width: 700px) {
    .hero-section {
        width: 80%;
    }

    .hero-logo {
        width: 100%;
        display: flex
    }

    .hero-container {
        width: 100%;
        margin: 0;
        text-align: center
    }

    .hero-header {
        margin: 0;
        font-size: 36px;
    }

    .hero-subheading-div {
        width: 70%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-subheading {
        margin-top: 16px;
    }

    .hero-button-div {
        margin-top: 20px;
        text-align: center;
    }

        .hero-button-div .hero-button {
            font-size: 14px;
        }

    .no-deets {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        font-size: 14px;
    }

    .video-section {
        display: flex;
        justify-content: center;
        padding: 60px 20px;
        height: auto;
        align-items: center;
    }

    .video-section .video-container {
        width: 60%;
    }

    .video-text-container {
        width: 40%;
        padding: 0 0 0 20px;
        margin: 0;
    }

    .video-header-container {
        width: 85%
    }

    .video-text-container h2 {
        font-size: 22px;
        font-weight: 600;
    }

    .whatsaap-parent {
        height: 50px;
    }

    .black-whatsaap {
        width: 57%;
        height:42px;

    }

    .green-whatsaap {
        width: 57%;
        height:42px;
    }

    .whatsaap-img {
        width: 15%;
    }
    .whatsaap-div{
        padding-top:1px;
    }

        .whatsaap-div .blackp {
            font-weight: 400;
            font-size: 14px
        }

        .whatsaap-div .green-p {
            font-weight: 400;
            font-size: 14px
        }


    .social-proof-partner {
        padding: 15px 70px;
    }

    .social-proof-partners-div img {
        width: 20%;
    }

    .testimonial-section{
        padding:40px 20px;
    }

    .testimonial-header{
        width:90%;
        margin-left:auto;
        margin-right:auto;
    }

    .testimonial-section .testimonial-container {
        display: flex;
    }

    .testimonial-section #reverse-testimonial-container{
        flex-direction:row-reverse;
    }

    .testimonial-section .video-container{
        width:60%;
    }

    .testimonial-section .testimonial-text-container{
        width:40%;
        padding:10px;
        display:flex;
        align-items:center;
    }

    .function-section {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .bim-text-container {
        padding: 40px;
    }

    .social-proof h2 {
        font-size: 28px;
        margin-top: 30px;
    }

    .social-proof-container {
        padding: 4rem;
        justify-content:space-evenly;
    }
}



@media screen and (min-width:750px) {
    .hero-logo {
        width: 80%;
    }

    .hero-header {
        font-size: 42px;
    }

    .no-deets {
        font-size: 14px;
    }


    .video-text-container {
        width: 40%;
        padding: 0 0 0 25px;
    }

    .black-whatsaap {
        width: 53%;
        height: 42px;
    }

    .green-whatsaap {
        width: 53%;
        height: 42px;
    }

    .whatsaap-div {
        padding-top: 1px;
    }



        .video-text-container h2 {
            font-size: 23px;
            font-weight:600;
        }


    .no-deets {
        font-size: 16px;
    }

    .testimonial-header {
        width: 85%;
        margin-left: auto;
        margin-right: auto;
    }

    .function-container {
        width: 80%;
    }

    .image-div-container {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .imperson-text-container {
        padding: 1em;
    }

    .na-text-container {
        padding: 35px;
    }

    .economise-container {
        padding: 35px;
    }



    .entre-section {
        padding: 35px;
    }

    .social-proof-div {
        width: 33%;
    }

    .autodesk-image {
        width: 65%;
    }

    .learn-chat {
        padding: 4rem;
    }
}

@media screen and (min-width:800px) {
    .video-header-container {
        width: 85%;
    }

    .video-text-container{
        padding: 0 0 0 40px;
    }

    .video-header-container{
        width:81%;
    }

    .video-text-container h2 {
        font-size: 23px;
    }

    .black-whatsaap {
        width: 52%
    }

    .green-whatsaap {
        width: 52%;
    }
    .whatsaap-div{
        padding-top:3px;

    }

    .testimonial-header{
        font-size: 32px;
        width:80%;
    }

    .na-text-container {
        padding: 45px;
    }

    .economise-container {
        padding: 45px;
    }

    .entre-section {
        padding: 45px;
    }
}



@media screen and (min-width:850px) {

    .video-text-container h2{
        font-size:24px;
    }

    .whatsaap-div {
        padding-top: 2px;
    }

    .black-whatsaap {
        width: 52%
    }

    .green-whatsaap {
        width: 52%;
    }

        .whatsaap-div .blackp {
            font-size: 15px;
        }

        .whatsaap-div .green-p {
            font-size: 15px;
        }


    .testimonial-header {
        width: 75%;
    }



    .function-section {
        display: flex;
        flex-wrap: wrap;
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .function-container {
        width: 42%;
        display: flex;
        flex-direction: column;
        height: auto;
        justify-content: center;
        align-items: center
    }



    .na-text-container {
        padding: 45px;
    }

    .economise-container {
        padding: 45px;
    }

    .entre-section {
        padding: 45px;
    }
}

@media screen and (min-width:900px) {

    .video-header-container {
        width: 75%;
    }

    .video-text-container h2{
        font-size:24px;
    }

    .black-whatsaap {
        width: 50%;
        height: 45px;
    }

    .green-whatsaap {
        width: 50%;
        height:45px;
    }

    .whatsaap-div .blackp {
        font-size: 16px;
    }

    .whatsaap-div .green-p {
        font-size: 16px;
    }

    .whatsaap-div {
        padding-top: 2px;
    }

    .social-proof-partners-div img {
        width: 18%;
    }

    .testimonial-header {
        font-size: 34px;
    }
}

    @media screen and (min-width:992px) {

        .hero-section {
            width: 80%;
            margin-top: 60px;
            margin-bottom: 60px;
        }

        .hero-logo {
            width: 100%;
        }


        .hero-header {
            font-size: 52px
        }

        .hero-subheading {
            font-size: 22px;
            margin-top: 22px;
        }

        .hero-button-div {
            margin-top: 30px;
        }

        .hero-button-div .hero-button {
                font-size: 24px;
            }

        .no-deets {
            font-size: 12px;
        }

        .video-section {
            padding: 60px 80px;
        }

        .video-text-container {
            margin-left: 20px;
        }

        .video-header-container {
            width: 90%;
        }
        .video-text-container h2 {
            font-size: 28px;

        }

        .black-whatsaap {
            width: 59%
        }

        .green-whatsaap {
            width: 59%;
        }
        .whatsaap-div{
            padding-top:1px;
        }

        .testimonial-section{
            padding:40px;
        }

        .testimonial-header {
            width: 70%;
        }

        .testimonial-section .testimonial-text-container{
            padding:25px;
        }
        .function-section {
            display: flex;
            flex-wrap: wrap;
            width: 80%;
            margin-left: auto;
            margin-right: auto;
        }

        .function-container {
            width: 42%;
            display: flex;
            flex-direction: column;
            height: auto;
            justify-content: center;
            align-items: center
        }

        .function-image-container {
            display: flex;
            justify-content: center;
            padding: 20px;
        }

        .function-homepage-header {
            font-size: 14px;
        }

        .function-image {
            width: 80%;
        }

        .function-header-text-container {
            padding: 20px 45px;
        }

        .na-subheader-container {
            font-size: 16px;
            margin-top: 20px;
        }

        .na-text-container {
            padding: 45px 120px;
        }

        .economise-container {
            padding: 45px 120px;
        }

        .entre-section {
            padding: 4rem 8rem;
        }

        .entre-header-div {
            padding: 1em;
            width: 95%;
        }

            .entre-header-div h1 {
                font-size: 30px;
            }

            .entre-header-div h3 {
                font-size: 16px;
            }

        .imperson-header-container h2 {
            font-size: 22px;
        }

        .imperson-subheader h3 {
            font-size: 16px;
        }

        .imperson-image-div p {
            font-size: 16px;
        }



        .imperson-container {
            margin: 0;
            display: flex;
            flex-direction: column;
        }

        .imperson-header-container {
            margin: 0;
        }

        .imperson-text-container {
            width: 85%;
            padding: 1em;
        }

        .imperson-image-container {
            display: flex;
            justify-content: space-between;
            width: 100%;
            margin-top: 0;
        }

        .image-div-container {
            width: 48%;
        }



        .social-proof-container {
            justify-content: space-evenly;
            padding: 50px 140px;
        }

        .client-logo {
            width: 90%;
        }

        .client-logo-big {
            width: 60%
        }

        .social-proof-div {
            width: 26%;
        }

        .autodesk-image {
            width: 45%;
        }

        .learn-chat h3 {
            width: 80%;
            margin-left: auto;
        }

        .learn-chat {
            padding: 5rem;
        }

            .learn-chat h3 {
                width: 80%;
                margin-left: auto;
                margin-right: auto;
            }

            .learn-chat h4 {
                margin-top: 0;
            }

        .video-button {
            width: auto;
        }
    }


    @media screen and (min-width:1100px) {

        .video-header-container{
            width:84%;
        }

        .video-text-container h2 {
            font-size: 29px;
        }

        .black-whatsaap {
            width: 52%;
        }

        .green-whatsaap {
            width: 52%;
        }

        .testimonial-section {
            padding: 50px;
        }
    }

    @media screen and (min-width:1200px) {


        .hero-section {
            width: 70%;
        }

        .hero-logo {
            width: 80%;
        }

        .video-text-container {
            width: 50%;
            padding: 40px;
        }

        .video-header-container{
            width:71%;
        }

        .video-text-container h2{
            font-size:29px;
        }

        .black-whatsaap {
            margin-top: 10px;
            width: 59%;
            height: 48px;
        }

        .green-whatsaap {
            margin-top: 10px;
            width: 59%;
            height: 48px;
        }

        .whatsaap-div {
            padding-top: 0;
        }

        .whatsaap-img{
            width:15%;
        }

        .black-whatsaap{
            width:44%;
        }

        .green-whatsaap{
            width:44%;
        }


        .whatsaap-div .blackp {
            font-size: 17px;
        }

            .whatsaap-div .green-p {
                font-size: 17px;
            }


        .social-proof-partners-div img {
            width: 15%;
        }

        .testimonial-section{
            padding:60px 100px;
        }

        .testimonial-section .video-container{
            width:50%;
        }

        .testimonial-section .testimonial-text-container {
            padding: 40px;
        }

        .function-section {
            width: 65%;
        }

        .function-header{
            width:100%;
            font-size:30px;
        }

        .na-text-container {
            padding: 55px 150px;
        }

        .economise-container {
            padding: 55px 150px;
        }

        .entre-section {
            padding: 4rem 9rem;
        }

        .social-proof-div {
            width: 16%;
        }

        .bim-text-container {
            padding: 7em;
        }
    }

    @media screen and (min-width:1300px) {

        .video-text-container h2{
            font-size:33px;
        }

        .black-whatsaap {
            width: 40%;
        }

        .green-whatsaap {
            width: 40%;
        }

            .whatsaap-img img {
                width: 100%;
            }

        .whatsaap-div .blackp {
            font-size: 17px
        }

        .whatsaap-div .green-p {
            font-size: 17px;
        }

        .testimonial-header {
            font-size: 38px;
        }


        .na-text-container {
            padding: 55px 180px;
        }

        .economise-container {
            padding: 55px 180px;
        }
    }

    @media screen and (min-width:1350px) {

        .video-text-container h2{
            font-size:23px;
        }

        .black-whatsaap {
            width: 40%;
        }

        .green-whatsaap {
            width: 40%;
        }

        .whatsaap-div {
            padding-top: 1px;
        }

            .whatsaap-div .blackp {
                font-size: 18px;
            }

            .whatsaap-div .green-p {
                font-size: 18px;
            }

        .social-proof-partners-div img {
            width: 13%;
        }
    }

@media screen and (min-width:1400px) {
        .hero-header {
            font-weight: 700;
            font-size: 62px;
        }

        .hero-subheading {
            font-size: 28px;
        }

        .video-section {
            padding: 100px 180px;
        }

        .video-header-container{
            width:90%;
        }

        .video-text-container {
            width: 40%;
        }

    .video-header-container{
        width:100%;
    }

    .video-text-container h2 {
        font-size: 35px;
    }

        .black-whatsaap {
            width: 56%;
        }

        .green-whatsaap {
            width: 56%;
        }

        .whatsaap-img {
            width: 14%;
        }

        .whatsaap-div {
            padding-top: 0px;
        }

            .whatsaap-div .blackp {
                font-size: 19px;
            }

            .whatsaap-div .green-p {
                font-size: 19px;
            }

    .testimonial-section{
        padding:60px 80px;
    }

 

    .function-section {
        width: 75%;
    }

        .function-header {
            font-size: 36px;
        }

        .function-image {
            width: 85%;
        }

        .function-homepage-header {
            font-size: 16px;
        }

        .na-text-container {
            padding: 55px 200px;
        }

        .economise-container {
            padding: 55px 200px;
        }

        .economise-subheader-container {
            font-size: 16px;
        }



        .na-header-container h2 {
            font-size: 46px;
        }

        .na-subheader-container {
            font-size: 16px;
            margin-top: 30px;
        }

        .entre-section {
            padding: 4rem 9rem;
        }

        .entre-header-div h3 {
            font-size: 16px;
        }

        .imperson-subheader h3 {
            font-size: 16px;
        }

        .imperson-image-div p {
            font-size: 16px;
        }
 }

@media screen and (min-width:1450px) {

    .black-whatsaap {
        width: 56%;
    }

    .green-whatsaap {
        width: 56%;
    }

    .whatsaap-div {
        padding-top: 0;
    }

    .whatsaap-img{
        width:15%;
    }
}




@media screen and (min-width:1500px) {
    video-section {
        padding: 120px 200px;
    }

    .video-text-container h2{
        font-size:38px;
    }

    .social-proof-div {
        width: 16%;
    }

    .whatsaap-div{
        padding-top:0;
    }

    .black-whatsaap {
        width:51%;
    }

    .green-whatsaap {
        width: 51%;
    }

    .testimonial-section {
        padding: 60px 100px;
    }

    .testimonial-header {
        font-size: 44px;
    }
}


@media screen and (min-width:1550px) {


    .black-whatsaap {
        width: 51%;
    }

    .green-whatsaap {
        width: 51%;
    }

    .whatsaap-img {
        width: 16%;
    }

    .whatsaap-div {
        padding-top:0;
    }
}

@media screen and (min-width:1600px) {

    .hero-section {
        margin-top: 80px;
        margin-bottom: 80px;
    }

    video-section {
        padding: 140px 220px;
    }


    .black-whatsaap {
        width:51%;
    }

    .green-whatsaap {
        width: 51%;
    }

    .whatsaap-div .blackp{
        font-size:20px;
    }

    .whatsaap-div .green-p{
        font-size:20px;
    }

    .social-proof-partners-div img {
        width: 11%;
    }

    .testimonial-section {
        padding: 60px 120px;
    }

    .function-section{
        width:60%;
    }


    .function-homepage-header {
        font-size: 16px;

    }


    .na-header-container h2 {
        font-size: 40px;
    }

    .na-text-container {
        padding: 55px 270px;
    }

    .economise-container {
        padding: 55px 270px;
    }

    .na-subheader-container {
        font-size: 16px;
        margin-top: 30px;
    }


    .economise-subheader-container {
        font-size: 16px;
    }

    .entre-section {
        padding: 80px 270px;
    }

    .entre-header-div h1 {
        font-size: 36px;
    }

    .entre-header-div h3 {
        font-size: 16px;
    }

    .imperson-header-container h2 {
        font-size: 28px;
    }

    .imperson-subheader h3 {
        font-size: 16px;
    }

    .imperson-image-div p {
        font-size: 16px;
    }

    .learn-chat {
        padding: 2rem;
    }

    .social-proof-container {
        padding: 50px 180px;
    }

    .social-proof-div {
        width: 16%;
    }

    .autodesk-image {
        width: 35%;
    }

    .learn-chat h3 {
        font-size: 22px;
    }

    .learn-chat h4 {
        font-size: 22px;
    }
}

@media screen and (min-width:1650px) {
    .black-whatsaap {
        width: 47%;
    }

    .green-whatsaap {
        width: 47%;
    }

    .whatsaap-img {
        width: 17%;
    }

    .whatsaap-div {
        padding-top: 1px
    }
}

@media screen and (min-width:1700px) {

    .video-header-container{
        width:83%;
    }

    .black-whatsaap {
        width: 45%;
    }

    .green-whatsaap {
        width: 45%;
    }

    .whatsaap-img {
        width: 16%;
    }

    .whatsaap-div {
        padding-top: 0px
    }

    .testimonial-section {
        padding: 60px 140px;
    }
}

@media screen and (min-width:1750px) {
    .black-whatsaap {
        width: 45%;
    }

    .green-whatsaap {
        width: 45%;
    }

    .whatsaap-img {
        width: 17%;
    }

    .whatsaap-div {
        padding-top: 1px
    }
}

@media screen and (min-width:1800px) {


    .black-whatsaap {
        width: 42%;
    }

    .green-whatsaap {
        width: 42%;
    }

    .whatsaap-img {
        width: 16%;
    }

    .whatsaap-div {
        padding-top: 0px
    }

    .testimonial-section {
        padding: 60px 140px;
    }
}

@media screen and (min-width:1900px) {


    .black-whatsaap {
        width: 38%;
    }

    .green-whatsaap {
        width: 38%;
    }

    .whatsaap-img {
        width: 17%;
    }

}

@media screen and (min-width:2000px) {


    .black-whatsaap {
        width: 35%;
    }

    .green-whatsaap {
        width: 35%;
    }

    .whatsaap-img {
        width: 17%;
    }
}

@media screen and (min-width:2100px) {


    .black-whatsaap {
        width: 33%;
    }

    .green-whatsaap {
        width: 33%;
    }

    .whatsaap-img {
        width: 17%;
    }
}

@media screen and (min-width:2200px) {


    .black-whatsaap {
        width: 31%;
    }

    .green-whatsaap {
        width: 31%;
    }

    .whatsaap-img {
        width: 17%;
    }
}

@media screen and (min-width:2300px) {


    .black-whatsaap {
        width: 29%;
    }

    .green-whatsaap {
        width: 29%;
    }

    .whatsaap-img {
        width: 17%;
    }
}

@media screen and (min-width:2300px) {


    .black-whatsaap {
        width: 27%;
    }

    .green-whatsaap {
        width: 27%;
    }

    .whatsaap-img {
        width: 17%;
    }
}
