body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    overflow-x: hidden;
    background-color: gray;
    font-family: "Big Shoulders Display", sans-serif;
}

:root {
    --font-base: 1rem;
    --font-scale: 1vw;
    --background-height: 100vh;
    --background-width: 80%;
}

.background {
    position: relative;
    box-shadow: 0 0 10px black;
    margin: 0 20% 1rem 20%;
    width: 60dvw;
}

.background .backgroundimage {
    width: 100%;
}

.content-wrapper {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.content-wrapper50 {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
}

.top-3 {
    top: 3dvw;
}

.top37 {
    top: 37%;
}

.bottom-1rem {
    bottom: 1rem;
}

.bottom-1dvw {
    bottom: 1dvw;
}

.left-0 {
    left: 0;
}

.left15 {
    left: 15%;
}

.left-5dvw {
    left: -5dvw;
}

.font-white {
    color: white;
}

.fw-800 {
    font-weight: 800;
}

.fw-600 {
    font-weight: 600;
}

.background h5 {
    font-size: 1dvw;
    font-family: "Open Sans", sans-serif;
}

.font-open {
    font-family: "Open Sans", sans-serif;
}

.font-big {
    font-family: "Big Shoulders Display", sans-serif;
}

.font-justify {
    text-align: justify;
}

.font-8px {
    font-size: 8px;
}

.font-3px {
    font-size: 3px;
}

.font-0-7dvw {
    font-size: 0.7dvw;
}

.font-0-8dvw {
    font-size: 0.8dvw;
}

.font-0-9dvw {
    font-size: 0.9dvw;
}

.font-1-3dvw {
    font-size: 1.3dvw;
}

.font-1dvw {
    font-size: 1dvw;
}

.font-1-5dvw {
    font-size: 1.5dvw;
}

.font-1-8dvw {
    font-size: 1.8dvw;
}

.font-1-9dvw {
    font-size: 1.9dvw;
}

.font-2dvw {
    font-size: 2dvw;
}

.font-2-5dvw {
    font-size: 2.5dvw;
}

.font-3\8dvw {
    font-size: 3.8dvw;
}

.font-3dvw {
    font-size: 3dvw;
}

.font-4dvw {
    font-size: 4dvw;
}

.font-5dvw {
    font-size: 5dvw;
}

.text-shadow-white {
    text-shadow: 0 0 5px white;
}

.ls0-35dvw {
    letter-spacing: 0.35dvw;
}

.ls0-3dvw {
    letter-spacing: 0.3dvw;
}

.margin5 {
    margin-top: 5%;
}

.margin6 {
    margin-top: 6%;
}

.margin7 {
    margin: 7% 0;
}

.margin10 {
    margin-top: 10%;
}

.margin20 {
    margin-top: 20%;
}

.mtop-1-8dvw {
    margin-top: -1.8dvw;
}

.mleft-2-5dvw {
    margin-left: -2.5dvw;
}

.mleft-0-3dvw {
    margin-left: -0.3dvw;
}

.mright--1dvw {
    margin-right: -1dvw;
}

.mbottom1 {
    margin-bottom: 1% !important;
}

.mbottom10 {
    margin-bottom: 10% !important;
}

.ptop1 {
    padding-top: 1%;
}

.ptop3 {
    padding-top: 3%;
}

.ptop5 {
    padding-top: 5%;
}

.ptop7 {
    padding-top: 7%;
}

.ptop10 {
    padding-top: 10%;
}

.ptop30 {
    padding-top: 30%;
}

.pleft0-5dvw {
    padding-left: 0.5dvw;
}

.pleft1dvw {
    padding-left: 1dvw;
}

.pleft1-5dvw {
    padding-left: 1.5dvw;
}

.pright0-2dvw {
    padding-right: 0.2dvw;
}

.pright0-5dvw {
    padding-right: 0.5dvw;
}

.pright1dvw {
    padding-right: 1dvw;
}

.pbottom1 {
    padding-bottom: 1%;
}

.pbottom2 {
    padding-bottom: 2%;
}

.px-1dvw {
    padding-left: 1dvw;
    padding-right: 1dvw;
}

.hshrink {
    font-weight: 800;
    transform: scaleY(1.3);
    letter-spacing: .3dvw;
    padding: 0;
}

.water-text {
    color: rgba(128, 128, 128, 0.4);
}

.line-height-0 {
    line-height: 0;
}

.line-height-30 {
    line-height: 30%;
}

.line-height-50 {
    line-height: 50%;
}

.line-height-75 {
    line-height: 75%;
}

.line-height-7 {
    line-height: 98%;
}

.line-height-6 {
    line-height: 95%;
}

.line-height-5 {
    line-height: 85%;
}

.line-height-1-6dvw {
    line-height: 1.6dvw;
}

.hero .content1 {
    margin: 12% 0;
    line-height: 1.25rem;
}

.hero .content2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 16%;
    line-height: 0;
}

.hero .content2 h2 {
    font-size: 4dvw;
    font-weight: 700;
    padding: 0;
    margin: 0;
}

.hero .content2 h1 {
    font-size: 5dvw;
    font-weight: 800;
    letter-spacing: 1.2px;
}

p {
    font-family: "Open Sans", sans-serif;
}

.team .content-wrapper img {
    width: 100%;
}

.team .second_row img {
    height: 70.5%;
}

.projectslist {
    list-style: none;
    font-size: 9px;
}

.rotate-90 {
    transform: rotate(-90deg);
}

.projectsintro .content2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4% 0;
}

.z-index-0 {
    z-index: 0;
}

.z-index-4 {
    z-index: 4;
}

.height3 {
    height: 3%;
}

.height10 {
    height: 10%;
}

.height20 {
    height: 20%;
}

.height30 {
    height: 30%;
}

.height32 {
    height: 32%;
}

.height35 {
    height: 35%;
}

.height40 {
    height: 40%;
}

.height43 {
    height: 43%;
}

.height45 {
    height: 45%;
}

.height47 {
    height: 47%;
}

.height48 {
    height: 48.5%;
}

.height50 {
    height: 50%;
}

.height52 {
    height: 52%;
}

.height55 {
    height: 55%;
}

.height57 {
    height: 57%;
}

.height60 {
    height: 60%;
}

.height64 {
    height: 64%;
}

.height65 {
    height: 65%;
}

.height70 {
    height: 70%;
}

.height80 {
    height: 80%;
}

.height84 {
    height: 84%;
}

.height90 {
    height: 90%;
}

.height97 {
    height: 97%;
}

.width80 {
    width: 80%;
    right: 0;
}

.width70 {
    width: 70%;
}

.width50dvw {
    width: 50dvw;
}

.overflow-hidden {
    overflow: hidden;
}

.residential1 .content11 {
    position: absolute;
    left: 0;
    top: 15%;
    z-index: 5;
}

.residential1 .content12 {
    position: absolute;
    left: 0;
    bottom: 8%;
    z-index: 4;
}

.residential1 .content21 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
}

.residential1 .content22 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 4;
}

.residancial_apartment2 .topText {
    position: absolute;
    top: 0;
    left: -16%;
    width: 48%;
    text-align: justify;
    font-size: 0.6dvw;
}