﻿body {
    margin: 0;
    padding: 0 !important;
    scroll-behavior: smooth !important;
    color:black!important;
}

.floating-image {
    position: fixed;
    bottom: 10px; /* Adjust this value to position the image vertically */
    right: 10px; /* Adjust this value to position the image horizontally */
    width: 70px; /* Adjust the width of the image */
    height: auto; /* Maintain aspect ratio */
    z-index: 999; /* Ensure the image is on top of other content */
}

@keyframes shake {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-5px);
    }

    50% {
        transform: translateX(5px);
    }

    75% {
        transform: translateX(-3px);
    }

    100% {
        transform: translateX(0);
    }
}

.shake-button {
    display: inline-block;
    overflow: hidden; /* Ensure the image doesn't overflow its container */
}

    .shake-button img {
        max-width: 100%; /* Ensure the image doesn't exceed its container */
        transition: transform 0.3s ease;
    }

    /* Apply the animation on hover */
    .shake-button:hover img {
        animation: shake 0.5s ease infinite;
    }

.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;
        /*color:darkslategray;*/
    }

.hero-subheading {
    font-size: 20px;
    font-weight: 400;
    margin-top: 25px;
    margin-bottom: 0;
    text-align: left;
    /*color: darkslategray;*/
}

    .hero-button-div {
        text-align: left;
        width: 100%;
        margin-top: 25px;
    }

    .hero-button {
        background-color: #5A3DEB;
        border-radius: 4px;
        font-size: 15px;
        font-weight: 500;
        outline: none;
        border: none;
        padding: .5em 1.5em;
        color:white;



    }

        .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 {
    /*GRADIENTE MODIFICADO*/
    /*background-image: linear-gradient(140deg, rgb(152, 141, 247) 0%, rgb(221, 218, 240) 55%, rgb(221, 218, 240) 75%, rgb(152, 141, 247) 100%);*/
    /*background-image: linear-gradient(18deg, #A8C6F0 0%, #BDD4F4 100%);*/
    background-image: linear-gradient(to right, #0046a1, #0073e6);
    padding: 40px 20px 40px 20px;
    color: white;
}

    .video-section .promo-video-button {
        background-color: #E63946; /*#5A3DEB;*/
        border-radius: 4px;
        font-size: 15px;
        font-weight: 500;
        outline: none;
        border: none;
        padding: .5em 1.5em;
        color: white;
    }

.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;
        display:flex;
        flex-direction:column;
        justify-content:space-between;
    }

    .video-text-container h2 {
            font-size: 26px;
            margin: 0;
            font-weight:600
     }

    .video-text-container h3{
        margin:20px 0 0 0;
        font-size:14px
        
    }

    .button-container {
        display: flex;
    }

    .hero-video-button {
        margin-top: 20px;
    }

        .hero-video-button button {
            background-color: rgb(233,227,255);
            border: 1px solid;
            border-radius: 4px;
            font-size: 21px;
            font-weight: 500;
            padding: .5em 1.5em;
        }

.social-proof-partner {
    /*background-color: rgb(252,210,76);*/
    background-color: #ebd2a2;
    padding: 30px 5px;
}

.educator-container {
    display: grid;
    gap: 5px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top:20px;
}

.educator-img-div{
    width:100%;
    place-content:center;
    

}

.educator-text-div h3{
    margin:0;
    font-size:16px;
    font-weight:700; 
    text-align:center;
}

.educator-text-div h2 {
    margin: 10px 10px 0 0;
    font-size: 14px;
    text-align: left;
}

.educator-text-div a {
    text-decoration: underline;
    color: black;
}

.educator-img-div img {
    width: 100%;
}

.social-proof-partners-container {
    margin: 30px 5px;
}

.social-proof-partners-div {
    margin-top: 20px;
}


.social-proof-partner .social-proof-partner-container #social-proof-partner-header {
    font-size: 15px;
    font-weight:700;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 25px;
}

.social-proof-partners-div{
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    align-items:center;
}

.social-proof-partners-div img {
    width: 40%;
}

 .social-proof-partners-div p{
     text-align: center;
     width:75%;
     color:blueviolet;
     font-weight:700;
     font-size:14px;
 }

 .social-proof-partners-div a{
     color:blueviolet;
 }

    .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:#F9EBFF
}

     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;
     }

.testimonial-text-container p{
    font-size:16px;
}




.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(168, 158, 247) 0%, rgb(221, 218, 240) 55%, rgb(221, 218, 240) 75%, rgb(168, 158, 247) 100%);*/
    padding-bottom: 10px;
    color: black;
    background-color: #5A3DEB;
}

    .na-text-container {
        width: 90%;
        padding: 25px;
        margin-right: auto;
        margin-left: auto;
        color: white;
    }

    .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;
    /*background-color: #007A6B;
    color: white;*/
    /*background-image: linear-gradient(140deg, rgb(255, 255, 255) 0%, rgb(221, 218, 240) 25%, rgb(152, 141, 247) 45%, rgb(255,255,255) 100%;*/
    background-image: linear-gradient(120deg, rgb(152, 141, 247) 0%, rgb(221, 218, 240) 15%, rgb(221, 218, 240) 35%, rgb(152, 141, 247) 65%, rgb(255,255,255) 100%);
}

#entre-header {
    font-size:40px
 
  }

    .entre-header-div h1 {
        font-size: 36px;
    }

    .entre-header-div h3 {
        font-size: 16px;
        font-weight: 400;
        margin-top:20px;
    }

    .imperson-container {
        margin-top: 10px;
    }

    .imperson-header-container {
        width: 95%;
        margin-top: 20px;
    }

        .imperson-header-container h2 {
            font-size: 26px;
            margin-top:25px;
            text-align:left;
        }

    .imperson-subheader h3 {
        font-size: 16px;
        font-weight: 300;
        margin-top:20px
    }

    .imperson-image-container {
        margin-top: 15px;
    }

    .imperson-image-div p {
        font-size: 14px;
        font-style: italic;
    }

    .imperson-image {
        width: 100%;
        margin: auto;
    }

    .company-logo-header{
        text-align:center;
        margin-top:40px;
        font-size:21px;
    }

    .faq-section{
        padding:25px    
    }

    .faq-section .faq-icon{
        width:50px;
        text-align:center;
        margin-left:auto;
        margin-right:auto;
    }

    .faq-section .icon-div{
            display:flex;
            justify-content:center;
    }

   .faq-section .faq-flex-div{
       display:flex;
       flex-direction:column;
       padding:20px;
   }

   .faq-section h3{
       margin:10px 0;
       text-align:center;
   }

   .faq-section p{
       margin:10px 0;
       font-size:16px;
   }

        .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;
            margin-top:20px;
        }

    .button-div-container {
        margin: 20px 0;
        display: flex;
        justify-content: center;
        text-align: center;
    }

    .bottom-button-container {
        display: flex;
        justify-content: space-evenly;
    }

.button-div-container #blue {
    background-color: #f04f4f;
    color: white;
    font-weight: 700;
    font-size:13px;
    /*width: 90%;*/
}

.button-div-container #pink {
    background-color: #25D366;
    color: white;
    font-weight: 700;
    font-size:13px;
    /*width: 90%;*/
}

.video-button {
    /*background-color: rgb(90,61,235);*/
    border-radius: 5px;
    /*color: rgb(255,255,255);*/
    font-size: 13px;
    font-weight: 500;
    border: none;
    outline: none;
    padding: 1em;
    align-items: center;
    /*width:130px;*/
    
}

        .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;
        }

.hero-button-div #blue {
    background-color: #5A3DEB;
    color: white;
    font-weight: 700;
    width: 50%;
}

.hero-button-div #pink {
    background-color: #25D366;
    color: white;
    font-weight: 700;
    width: 95%;
}


.learn-chat h4 {
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
}


/*logo slider*/

.logo {
    width: 120px;
    height: auto;
    object-fit: contain;
}

.scroller {
    max-width: 1000px;
}

.scroller__inner {
    padding-block: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.scroller[data-animated="true"] {
    overflow: hidden;
    -webkit-mask: linear-gradient( 90deg, transparent, white 20%, white 80%, transparent );
    mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
}

    .scroller[data-animated="true"] .scroller__inner {
        width: max-content;
        flex-wrap: nowrap;
        animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;
    }

.scroller[data-direction="right"] {
    --_animation-direction: reverse;
}

.scroller[data-direction="left"] {
    --_animation-direction: forwards;
}

.scroller[data-speed="fast"] {
    --_animation-duration: 20s;
}

.scroller[data-speed="slow"] {
    --_animation-duration: 60s;
}

@keyframes scroll {
    to {
        transform: translate(calc(-50% - 1rem));
    }
}

/* general styles */

:root {
    --clr-neutral-100: hsl(0, 0%, 100%);
    --clr-primary-100: hsl(205, 15%, 58%);
    --clr-primary-400: hsl(215, 25%, 27%);
    --clr-primary-800: hsl(217, 33%, 17%);
    --clr-primary-900: hsl(218, 33%, 9%);
}

.sp {
    display: grid;
    min-block-size: 40vh;
    place-content: center;
    font-family: system-ui;
    font-size: 1.125rem;
    background-color: white;
    padding:30px 20px;
}

.sp h2{
    text-align:center;
    font-size:28px;
    font-weight:700;
    margin-bottom:20px;
}

.tag-list {
    margin: 0;
    padding-inline: 0;
    list-style: none;
}

    .tag-list li {
        padding: 1rem;
        background: var(--clr-primary-400);
        border-radius: 0.5rem;
        box-shadow: 0 0.5rem 1rem -0.25rem var(--clr-primary-900);
    }

/* for testing purposed to ensure the animation lined up correctly */
.test {
    background: red !important;
}
  



@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:400px) {

    .button-div-container {
       width:85%;
    }

    .social-proof-partner .social-proof-partner-container #social-proof-partner-header{
        font-size:18px;
    }

    .social-proof-partner {
        padding: 30px 10px;
    }    

    .educator-text-div h3 {
        margin: 0;
        font-size: 12px;
    }

    .function-header {
        font-size: 24px;
    }
    .educator-text-div h3{
        font-size:13px;
    }

    .company-logo-header{
        font-size:24px;
    }

    .educator-text-div h2{
        font-size:16px;
    }

    .learn-chat h3 {
        font-size: 20px;
        margin-top: 20px;
    }

    .bottom-button-container {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width:425px) {

    .social-proof-partners-container {
        margin: 30px 10px;
    }

    .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;
    }

    .social-proof-partner {
        padding: 40px 15px;
    }  

    .social-proof-partners-container {
        margin: 30px 15px;
    }

    .educator-container{
        gap:10px;
    }

    .educator-text-div h3 {
        font-size: 14px;
    }

/*    .educator-text-div h2{
        font-size:12px;
    }*/

    .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:500px) {

    .hero-section {
        width: 65%;
    }

    .hero-header {
        font-size: 44px;
    }

    .video-text-container h2{
        font-size:24px;
    }

    .button-div-container {
        width: 80%;
    }

    .social-proof-partner {
        padding: 40px 30px;
    }



    .social-proof-partner .social-proof-partner-container #social-proof-partner-header{
        font-size:20px;
    }

    .educator-text-div h3{
        font-size:13px;
    }

    .social-proof-partners-div img {
        width: 40%;
        margin-right: 0 !important;
    }


    .social-proof-partners-div p {
        width: 40%;
        font-size:14px;
        text-align:left;
        margin-left:0;
    }

    .testimonial-section {
        padding: 40px;
    }

    testimonial-header{
        font-size:30px;
    }

    .function-header {
        font-size: 26px;
    }

    .social-proof-container{
        justify-content:space-evenly
    }

    .social-proof-div{
        width:25%;
    }

    .bottom-button-container{
        width:70%
    }
}

@media screen and (min-width:550px) {

    .hero-section {
        width: 60%;
        margin-top: 70px;
        margin-bottom: 70px;
    }

    .button-div-container {
        width: 70%;
    }

    .educator-container{
        gap:10px;
    }

    .social-proof-partners-container {
        margin: 15px;
    }

    .social-proof-container {
        padding: 3rem;
    }

    .function-container {
        width: 75%;
    }
}

@media screen and (min-width:600px) {

    .video-section {
        padding: 70px 30px;
    }

        .video-text-container h2 {
            font-size: 24px;
        }

    .social-proof-partner .social-proof-partner-container #social-proof-partner-header{
        
        margin-bottom:20px;
    }

    .social-proof-partners-container {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin: 10px;
    }



    .social-proof-partners-div {
        flex-direction: column;
        margin-top: 10px;
        width: 33%;
        justify-content: center;
        align-items: unset;
    }

    .social-proof-partners-div p{
        width:85%;
        text-align:left;
        font-weight: 500;
        font-size:13px;
        
    }

    .social-proof-partners-div img{
        width:90%;
    }

    .socia-proof-img-div {
        width: 33%;
    }

/*    .educator-text-div h2{
        font-size:13px;
    }*/



    .testimonial-header {
        font-size: 32px;
    }

    .faq-section .faq-container{
        display:flex;
        flex-wrap:wrap;
        justify-content:space-between;
    }

    .faq-section .faq-flex-div {
        width: 45%;
    }

    .sp h2 {
        
        font-size: 30px;

    }

    .bottom-button-container {
        width: 60%
    }
}

@media screen and (min-width: 650px) {

    .video{
        height:227px;
    }

    .button-div-container {
        width: 65%;
    }


    .social-proof-partners-div img{
        width:85%;
    }

    .social-proof-partners-div p{
        width:85%;
    }

    .bottom-button-container {
        width: 55%
    }
}





@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;
        text-align:center;
    }

    .hero-button-div {
        margin-top: 20px;
        text-align: center;
    }

        .hero-button-div .hero-button {
            font-size: 15px;
        }

    .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: 50%;
    }

    .video-text-container {
        width: 50%;
        padding: 0 0 0 20px;
        margin: 0;
    }

    .video-text-container .hero-button-div{
        text-align:left;
    }

    .video-header-container {
        width: 95%
    }

    .video-text-container h2 {
        font-size: 20px;
        font-weight: 600;
    }

    .video-text-container h3 {
        margin:10px 0 0 0;
        font-size:13px;
    }

    .button-container{
        width:83%;
    }

    .hero-button-div #blue{
        font-size:12px;
    }

    .hero-button-div #pink {
        font-size: 12px;
    }

        .educator-container {
            gap: 20px;
        }

    .social-proof-partner .social-proof-partner-container #social-proof-partner-header {
        font-size: 21px;
    }

    .educator-text-div h3{
        font-size:15px;
    }

/*    .educator-text-div h2{
        font-size:13px;
    }*/

    .social-proof-partners-div {
        justify-content: center;
    }

    .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;
    }

    .faq-section{
        padding:40px 60px;
    }

    .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;
    }

    .autodesk-image{
        width:50%
    }

    .bottom-button-container {
        width: 50%
    }
}



@media screen and (min-width:750px) {
    .hero-logo {
        width: 80%;
    }

    .hero-header {
        font-size: 42px;
    }

    .no-deets {
        font-size: 14px;
    }

    .video-section{
        padding:60px 10px;
    }

    .button-container{
        width:75%;
    }


    .video-text-container {
        width: 50%;
        padding: 0 0 0 25px;
    }



        .video-text-container h2 {
            font-size: 23px;
            
        }


    .social-proof-partners-div {

        align-items: start;
    }

    .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: 25%;
    }

    .autodesk-image {
        width: 50%;
    }

    .learn-chat {
        padding: 3rem;
    }

    .bottom-button-container{
        width:45%;
    }


}

@media screen and (min-width:800px) {


    .video-text-container{
        padding: 0 0 0 25px;
    }

    .video-text-container h2 {
        font-size: 25px;
    }

    .educator-text-div h3{
        font-size:16px;
    }

/*    .educator-text-div h2{
        font-size:13px;
    }*/

    .educator-text-div {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .educator-img-div {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .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:26px;
    }

    .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;
        }


    .button-container{
        width:66%;
    }

    .social-proof-partner {
        padding: 15px 60px;
    }

    .educator-text-div {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .educator-img-div {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }


    .social-proof-partners-div p {
        width: 75%;
    }

    .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-section{
        padding:60px 20px;
    }

    .button-container{
        width:75%;
    }

    .hero-button-div #blue {
        font-size: 14px;
    }

    .hero-button-div #pink {
        font-size: 14px;
    }

    .video-header-container {
        width: 90%;
    }

    .video-text-container h2{
        font-size:26px;
    }

    .social-proof-partner{
        padding:15px 180px;
    }

    .educator-text-div{
        width:90%;
        margin-left:auto;
        margin-right:auto;
    }

    .educator-img-div {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .educator-text-div h3{
        font-size:14px;
        text-align:center;
    }

    .educator-text-div h3 {
        font-size: 17px;
    }

/*    .educator-text-div h2 {
        font-size: 14px;
    }*/


    .social-proof-partners-div p {
        width: 80%;
    }

    .educator-container{
        margin-top:30px;
    }

    .testimonial-header {
        font-size: 34px;
    }

    .social-proof-container{
        padding:50px;
    }

    .social-proof-div{
        width:16%;
    }

    .faq-section{
        padding: 40px 80px;
    }
}

    @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: 17px;
        }

        .video-section .promo-video-button{
            font-size:17px;
        }

        .no-deets {
            font-size: 12px;
        }

        .video-section {
            padding: 60px 80px;
        }

        .video-text-container {
            margin-left: 20px;
        }

        .video-header-container {
            width: 95%;
        }
        .video-text-container h2 {
            font-size: 26px;

        }

        .video-text-container h3{
            margin-top:15px;
        }

        .button-container{
            width:80%;
        }

        .video-text-container .hero-button-div .hero-button {
            font-size: 18px;
        }


        .social-proof-partner .social-proof-partner-container #social-proof-partner-header {
            font-size: 24px;
        }

        .social-proof-partner-container {
            width: 100%;
            margin-left: auto;
            margin-right: auto;
        }

        .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%;
        }

        .faq-section {
            padding: 40px 120px;
        }


        .social-proof-container {
            justify-content: space-evenly;
            /*padding: 50px 140px;*/
        }

        .sp{
            padding:0 50px;
        }

        .client-logo {
            width: 90%;
        }

        .client-logo-big {
            width: 60%
        }

        .social-proof-div {
            width: 16%;
        }

        .autodesk-image {
            width: 45%;
        }

        .learn-chat h3 {
            width: 80%;
            margin-left: auto;
        }

        .learn-chat {
            padding: 2rem;
        }

            .learn-chat h3 {
                width: 80%;
                margin-left: auto;
                margin-right: auto;
            }

            .learn-chat h4 {
                margin-top: 0;
            }

        .video-button {
            width: auto;
        }


        .bottom-button-container {
            width: 35%;
        }
    }


    @media screen and (min-width:1100px) {

        .video-header-container{
            width:95%;
        }

        .button-container{
            width:70%;
            margin-top:10px;
        }

        .video-text-container h3{
            font-size:14px;
        }

        .video-text-container h2 {
            font-size: 29px;
        }

        .black-whatsaap {
            width: 52%;
        }

        .green-whatsaap {
            width: 52%;
        }


        .social-proof-partner .social-proof-partner-container #social-proof-partner-header{
            font-size:22px;
        }

        .social-proof-partners-container {
            width: 80%;
        }

        .social-proof-partners-div p{
            width:85%;
        }

        .educator-text-div {
            width: 70%;

        }

        .educator-img-div {
            width: 70%;

        }

        .testimonial-section {
            padding: 50px;
        }

        .faq-section {
            padding: 40px 150px;
        }

        .autodesk-image{
            width:35%;
        }

        .bottom-button-container {
            width: 30%;
        }

    }

    @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:95%;
        }

        .video-text-container h2{
            font-size:29px;
        }

        .hero-button-div .hero-button {
            font-size: 18px;
        }

        .video-section .promo-video-button {
            font-size: 18px;
        }
        
        .social-proof-partner {
            padding: 15px 220px;
        }

            .social-proof-partner .social-proof-partner-container #social-proof-partner-header {
                font-size: 22px;
            }


        .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%;
        }

        .faq-section {
            padding: 40px 180px;
        }

        .bim-text-container {
            padding: 7em;
        }

        .sp h2{
            font-size:32px;
        }

        .bottom-button-container {
            width: 25%;
        }

    }

    @media screen and (min-width:1300px) {

        .video-text-container h2{
            font-size:32px;
        }

        .video-text-container h3{
            font-size:16px;
        }

        .button-container{
            width:66%;
            margin-top:10px;
        }


        .social-proof-partner {
            padding: 15px 260px;
        }

       .social-proof-partner .social-proof-partner-container #social-proof-partner-header{
           font-size:24px;
       }

        .social-proof-partners-div p{
            width:80%;
        }

        .testimonial-header {
            font-size: 38px;
        }

        .faq-section {
            padding: 40px 210px;
        }


        .na-text-container {
            padding: 55px 180px;
        }

        .economise-container {
            padding: 55px 180px;
        }

        .learn-chat{
            padding:20px 100px;
        }
    }


@media screen and (min-width:1400px) {
        .hero-header {
            font-weight: 700;
            font-size: 62px;
        }

        .hero-subheading {
            font-size: 28px;
        }

        .video-section {
            padding: 100px 150px;
        }

        .video-header-container{
            width:90%;
        }

    .video-header-container{
        width:100%;
    }

    .video-text-container h3 {
        margin-top:20px;
    }

    .social-proof-partner {
        padding: 15px 240px;
    }

        .social-proof-partner .social-proof-partner-container #social-proof-partner-header {
            font-size: 28px;
        }

    .social-proof-partners-div p {
        width: 75%;
    }

    .testimonial-section{
        padding:60px 80px;
    }

    .faq-section {
        padding: 40px 230px;
    }


    .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;
        }

    .learn-chat {
        padding: 20px 120px;
    }

 }
@media screen and (min-width:1500px) {
    video-section {
        padding: 120px 200px;
    }

    .video-text-container h2{
        font-size:38px;
    }

    .button-container{
        width:61%;
    }



    .social-proof-partner .social-proof-partner-container #social-proof-partner-header {
        font-size: 24px;
    }


    .social-proof-partner {
        padding: 15px 270px;
    }


    .social-proof-partners-div p{
        width:50%;
    }

    .social-proof-div {
        width: 16%;
    }

    .faq-section {
        padding: 40px 250px;
    }



    .testimonial-section {
        padding: 60px 100px;
    }

    .testimonial-header {
        font-size: 44px;
    }
}


@media screen and (min-width:1550px) {


    .button-container {
        width: 61%;
    }
}
@media screen and (min-width:1600px) {

    .hero-section {
        margin-top: 80px;
        margin-bottom: 80px;
    }

    video-section {
        padding: 140px 220px;
    }


    .button-container {
        width: 56%;
    }


/*    .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: 50%;
    }*/

    .testimonial-section {
        padding: 60px 120px;
    }

    .faq-section {
        padding: 40px 300px;
    }


    .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: 20px 140px;
    }

    .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) {

    .button-container {
        width: 61%;
    }


/*    .black-whatsaap {
        width: 47%;
    }

    .green-whatsaap {
        width: 47%;
    }

    .whatsaap-img {
        width: 17%;
    }

    .whatsaap-div {
        padding-top: 1px
    }*/

    .social-proof-partner{
        padding:15px 260px;
    }
}

@media screen and (min-width:1700px) {


    .button-container {
        width: 52%;
    }


    .video-header-container{
        width:83%;
    }


    .faq-section {
        padding: 40px 370px;
    }


    .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) {


    .faq-section {
        padding: 40px 400px;
    }


    .testimonial-section {
        padding: 60px 140px;
    }
}

@media screen and (min-width:1900px) {

    .faq-section {
        padding: 40px 450px;
    }


}

@media screen and (min-width:2000px) {

    .faq-section {
        padding: 40px 500px;
    }

}

@media screen and (min-width:2100px) {
    .faq-section {
        padding: 40px 550px;
    }

}

@media screen and (min-width:2200px) {

    .faq-section {
        padding: 40px 600px;
    }

}

@media screen and (min-width:2300px) {




    .faq-section {
        padding: 40px 650px;
    }

}

@media screen and (min-width:2300px) {


    .faq-section {
        padding: 40px 700px;
    }

}
