body{
    font-family: monospace;
}

p{
    font-family: monospace;
}
h1{
    font-family: monospace;
}
h5{
    font-family: "sans-serif";
    font-size: 12px;
}

a{
    text-decoration: none;
    color: black;
}

.navigation{
    display: flex;
    flex-direction: row;
}

.nav-menu .menu-point{
    font-family: monospace;
}

.nav-info-left{
    display: flex;
    justify-content: start;
}

.nav-info-middle{
    display: flex;
    justify-content: center;
}

.nav-info-end{
    display: flex;
    justify-content: end;
}

.navigation h1{
    font-family: monospace;
    font-weight: bold;
    font-size: 62px;
}

.nav-menu{
    list-style: none;
    display: flex;
    flex-direction: row;
}

.nav-menu li{
    margin: 0 10px;
}

.header-info{
    margin: 120px 0;
    display: flex;
    justify-content: end;
    flex-direction: column;
}
.header-info-1{
    display: flex;
    flex-direction: row;
}

.header-info-1 li{
    font-size: 16px;
}

.header-headline{
    display: flex;
    justify-content: end;
}

.h5header{
    font-size: 200px; !important;
}

.header-info h6{
    display: flex;
    justify-content: end;
}

.header-headline h1{
    font-family: monospace;
    font-size: 72px;
}

.form-button button{
    font-family: monospace;
    font-size: 42px;
}

.header-headline-pages-1{
    text-align: end;
    font-size: 92px;
    text-transform: uppercase;
    font-weight: bold;

}

.header-headline-pages-2{
    text-align: end;
    font-size: 72px;
    text-transform: uppercase;
    font-weight: bold;

}

.input-gr{
    display: flex;
    flex-direction: row;
}

.menu-point{
    margin-right: 20px;
    list-style: none;
}

.contact-section{
    margin: 150px 0 ;
}

.warm-welcome{
    margin-bottom: 100px;
}

.stay-different{
    font-size: 42px;
}

.header-section li{
    list-style: none;
}

.header-section{
    margin-top: 20px;
}

.some-sketches-fluid{
    display: flex;
    flex-direction: row;
}

.some-sketches-fluid img{
    width: inherit;
}

.logo-img2{
    position: absolute;
    left: 50px;
    top: 40px;
}

.about-section{
    display: flex;
    flex-direction: row;
    margin: 150px 0;
}

.header-h1 h1{
    font-size: 84px;
    font-weight: bold;
}

.gif-section{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.image-holder{
    margin-top: 100px;
}

.scroll-hero{
    --hero-height: 120px;
    width: 100%;
    max-width: 1400px;
    height: var(--hero-height);
    overflow: hidden;
    border-radius: 8px;
    transition: height 120ms ease-out;
    position: relative;
}

.scroll-hero img{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    transform: translateY(-50%);
    display: block;
}

.scroll-reveal{
    --reveal-width: 12%;
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}

.scroll-reveal img{
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    clip-path: inset(0 calc((100% - var(--reveal-width)) / 2) 0 calc((100% - var(--reveal-width)) / 2));
    transition: clip-path 120ms ease-out;
}

@media (max-width: 768px){
    .image-holder{
        margin-top: 60px;
        padding: 0 12px;
    }

    .scroll-hero{
        border-radius: 6px;
    }
}

.text-section{
    display: flex;
    flex-direction: column;
}

.we-will-see{
    width: fit-content;
}

.we-will-see img{
    width: 100%;
}

.about-section{
    display: flex;
    flex-direction: column;
}

.card-holderH{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 100px;
}

.cardC{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 20%;
}

.text-section h1{
    font-size: 16px;
}

.table-overview{
    display: flex;
    flex-direction: column;
}

.info-section .col1{
    border-bottom: 1px solid;
    border-top: 1px solid;
    border-left: 1px solid;
}

.info-section .col2{
    border-bottom: 1px solid;
    border-left: 1px solid;
}

.info-section .col3{
    border-left: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-top: 1px solid;
}
.info-section .col4{
    border-left: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
}

.footer-container{
    margin-top: 100px;
}

.card-image-project img{
    width: 350px;
    padding: 10px;
}

.project-card-items{
    text-align: left;
}

.card-spaceholder{
    margin-top: 20px;
}

.item-table-projects{
    margin-top: 50px;
}

.footer-info li{
    list-style: none;
}

.card-item1-project span{
    font-size: 16px;
}

.card-text-project span{
    font-size: 36px;
}
.card-text-project{
    margin: 30px 0;
}

.marquee-horizontal{
    position: relative;
    overflow: hidden;
    width: 100%;
}

.marquee-vertical{
    --marquee-height: 300px;
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 1200px;
    height: var(--marquee-height);
    margin: 0 auto;
}

.marquee__track{
    display: inline-block;
    white-space: nowrap;
}

.marquee__track--horizontal{
    animation: marquee-slide 12s linear infinite;
}

.marquee__track--vertical{
    position: absolute;
    left: 0;
    right: 0;
    animation: marquee-bounce 4s linear infinite alternate;
    display: flex;
    justify-content: center;
}

.marquee__inner--horizontal{
    display: inline-block;
    animation: marquee-sweep 12s linear infinite alternate;
}

@keyframes marquee-slide{
    from{
        transform: translateX(100%);
    }
    to{
        transform: translateX(-100%);
    }
}

@keyframes marquee-bounce{
    from{
        transform: translateY(0);
    }
    to{
        transform: translateY(calc(var(--marquee-height) - 100%));
    }
}

@keyframes marquee-sweep{
    from{
        transform: translateX(100%);
    }
    to{
        transform: translateX(-100%);
    }
}
