body {

    display: flex;

}



.cont-all {

    width: 100%;

}



.mobile {

    display: none;

}



.cont-hero {

    position: relative;

    height: calc(100vh - 60px);

    background-image: url('./../imgs/hero-home.jpg');

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center;

    /* background: rgb(170,238,255);

    background: radial-gradient(circle, rgba(170,238,255,1) 0%, rgba(108,225,255,1) 100%);

    background-position: 400px 0px; */

}



.cont-recent-project {

    position: relative;

    height: 100vh;

    background-image: url('./../imgs/bkgrd-green-circle.png');

    background-position: bottom;

    background-repeat: no-repeat;

}



.cont-past-project {

    position: relative;

    height: 100vh;

    background-color: #c0e9e2;

    background-image: url('./../imgs/bkgrd-green-circle.png');

    background-position: bottom;

    background-repeat: no-repeat;

}



.cont-past-project.offset {

    background-position: bottom right;

}



.cont-past-project.streetmarket {

    background-color: #d6e9c0;

} 



.cont-quote {

    position: relative;

    height: 100vh;

    background-color: #180D33;

}



.logo {

    position: absolute;

    left: 100px;

    top: 0px;

    z-index: 9999999999;

}



.cont-hero-content {

    display: flex;

    align-items: center;

    justify-content: center;

    flex-direction: column;

    height: -webkit-fill-available;

}



.cont-project-content {

    display: flex;

    align-items: center;

    flex-direction: row;

    height: -webkit-fill-available;

    justify-content: space-between;

}



.cont-project-content.offset {

    background-position: bottom right;

}



.cont-quote-content {

    display: flex;

    align-items: center;

    justify-content: center;

    flex-direction: column;

    height: -webkit-fill-available;

}



.cont-all-images.sta {

    right: 20%;

}



.spacing-top {

    margin-top: 30px;

}



.spacing-top-mid {

    margin-top: 15px;

}



.spacing-bottom-mid {

    margin-bottom: 15px;

}



.spacing-bottom {

    margin-bottom: 30px;

}



.text-hero {

    height: auto;

    width: 100%;

    max-width: 1083px;

}



.logos-hero {

    margin-top: 100px;

}



.img-hero-pointer {

    position: absolute;

    bottom: 40px;

}



.cont-all-text {

    margin-left: 100px;

}



.cont-txt {

    max-width: 300px;

}



.cont-txt p {

    color: #180C33;

}



.text-hero-mobile {

    display: none;

}



.cont-all-images {

    /* position: absolute;
    right: 100px; */
    display: flex;
    align-items: flex-start;
    gap: 50px;
    width: 100%;
    justify-content: center;

}



.cont-all-images.center-image {

    right: 20%;

}



/* .cont-all-images > img {

    margin: 0px 50px;

} */



/* .cont-all-images > img:nth-child(2) {

    margin: 0px;

} */



.txt-body {

    font-size: 18px;

}



.txt-tiny {

    font-size: 12px;

}



.txt-white {

    color: #ffffff!important;

}



.txt-quote {

    max-width: 800px;

    text-align: center;

}



.btn {

    border-radius: 35px;

    padding: 25px 45px;

}



.btn-yellow {

    font-family: Arial, Helvetica, sans-serif;

    letter-spacing: -0.8px;

    font-weight: bold;

    background-color: #FFCC00;

    color: #180C33;

}



.text-quote {

    width: 100%;

    max-width: 585px;

    height: auto;

}



button:disabled {

    cursor: not-allowed;

}

.cont-recent-project.welllush {

    background-image: url('./../imgs/hero-dog.jpg');
    background-repeat: no-repeat;
    background-size: cover;

}

.cont-all-images.welllush > img {

    border: 1px solid #fff;
    padding: 15px;

}

video {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 820px) {



    .mobile {

        display: block;

    }



    .desktop {

        display: none;

    }

    .cont-recent-project.welllush {

        background-position: top left;        

    }

    .cont-all-images {

        flex-direction: column;

    }

    .cont-txt {
        
        max-width: none;
        margin-bottom: 50px;

    }



    .cont-all-images.center-image {

        display: flex;
        align-items: flex-start;

    }



    .cont-all-images.sta {

        padding-left: 40px;

        right: 0%;

    }



    .cont-past-project.streetmarket, .cont-past-project.sta {

        max-height: none;

        height: auto;

    }



    #animation_container {

        background-color: rgba(160, 171, 99, 1.00);

        width: 300px!important;

        height: 250px!important;

        position: relative;

        left: 20px;

    }



    #canvas {

        width: 300px!important;

        height: 250px!important;

    }



    .cont-hero {

        background-image: url('./../imgs/hero-home-mobile.jpg');

        background-repeat: no-repeat;

        background-size: cover;

        background-position: center;

    }



    .logo > img {

        width: 80px;

        height: auto;

    }



    .cont-recent-project {

        max-height: none;

        height: auto;

    }

    



    .cont-all-images {

        align-items: center;

    }



    .cont-project-content {

        flex-direction: column;

        align-items: flex-start;

    }



    .cont-project-content {

        height: auto;

    }



    .text-hero {

        padding: 0px 20px;

    }



    .logo {

        left: 20px;

    }



    .logos-hero {

        width: 200px;

        height: auto;

    }



    .cont-all-text {

        margin-left: 20px;

        margin-top: 150px;

        margin-right: 20px;

    }



    /* .cont-all-images > img {

        margin: 25px 50px;

    } */



    .cont-all-images.streetmarket > img {

        margin: 25px 10px;

    }



    .text-quote {

        width: 300px;

    }



    .txt-quote {

        width: 300px;

    }



    .text-hero-mobile {

        display: block;

        padding: 0px 20px;

        width: 100%;

        height: auto;

    }



    .text-hero {

        display: none;

    }



    .logos-hero {

        display: none;

    }

}