/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* end reset */

@media screen and (min-width: 1024px) {
    body {
        overflow-x: hidden;
        scroll-snap-align: start;
    }

    ul {
        display: flex;
        position: absolute;
        justify-content: center;
        left: 50%;
        transform: translate(-50%, -30%);
        width: 100vw;
        height: 30px;
        list-style-type: none;
        padding: 10px;
        font-family: 'Inter';
    }
    #Service-1 {
        /* A bold headline thatgrabs attention. */
        
        white-space: pre-wrap;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 700;
        font-size: 8vw;
        line-height: 110%;
        display: flex;
        align-items: center;
        letter-spacing: -0.02em;
        

        color: #000000;


        /* Inside auto layout */
        flex: none;
        order: 1;
        flex-grow: 0;
        
    }
    .hero-text {
        /* A bold headline thatgrabs attention. */
        white-space: pre-wrap;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 700;
        font-size: 8vw;
        line-height: 110%;
        display: flex;
        align-items: center;
        letter-spacing: -0.02em;
        

        color: #000000;


        /* Inside auto layout */
        flex: none;
        order: 1;
        flex-grow: 0;

    }
    .hero-subtext {
        font-size: 12px;
        font-family: 'Inter';
        font-weight: bold;
        line-height: 16px;
        color: #8F8F8F;
        letter-spacing: 1.2px;
    }
    #contact-hero-3 a {
        position: absolute;
        width: 100%;
        text-align: center;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        text-decoration: none;
        color: white;
        font-family: 'Inter';
        font-weight: bold;
    }
    #contact-hero-3 {
        background-color: #FF2A2A;
        border-radius: 20px;
        width: 140px;
        height: 40px;
        opacity: 0.67;
        color: white;
        font-family: 'Inter';
        font-weight: bold;
        border: none;
    }

    #hero-2 {
        padding-top: 9vw;
        padding-left: 2vw;
        text-align: center;
        margin: auto;
        width: fit-content;
    }
    #Concrete {
        background-image: linear-gradient(90deg, #8F8F8F 0%, #292929 100%);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
    }
    #hero {
        padding-top: 7vw;
        padding-left: 2vw;
    }
    .hero-subtext-2 {
        text-align: center;
        font-size: 12px;
        font-family: 'Inter';
        font-weight: bold;
        line-height: 16px;
        color: #8F8F8F;
        letter-spacing: 1.2px;
    }
    .hero-paragraph-2 {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 1.5vw;
        padding-top: 6px;
        line-height: 110%;
        display: flex;
        align-items: center;
        letter-spacing: -0.02em;
        width: 50%;
        color: #000000;
        flex: none;
        order: 2;
        flex-grow: 0;
        text-align: center;
        margin: auto;
        width: 400px;
    }
    .main-footer {
        margin-bottom: 5rem;
    }
    .hero-text-2 {
        /* A bold headline thatgrabs attention. */
        white-space: pre-wrap;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 700;
        font-size: 8vw;
        line-height: 110%;
        display: flex;
        text-align: center;
        letter-spacing: -0.02em;
        

        color: #000000;


        /* Inside auto layout */
        flex: none;
        order: 1;
        flex-grow: 0;

    }
    ul li a {
        display: block;
        color: black;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
    }
    .hero-paragraph {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 1.5vw;
        padding-top: 6px;
        line-height: 110%;
        display: flex;
        align-items: center;
        letter-spacing: -0.02em;
        width: 50%;
        color: #000000;
        flex: none;
        order: 2;
        flex-grow: 0;
    }
    ul li a:hover {
        color: #676767;
    }
    
    #hero {
        margin-top: 75px;
        width: 100%;
        margin-left: 25px;
    }
    #hero-image {
        position: absolute;
        right: 0%;
        top: 20%;
        width: 30vw;
        height: 35vw;
    }

    #contact-form {
        position: absolute;
        right: 0%;
        top: 20%;
        width: 40vw;
        height: 35vw;
    }

    #contact-form h1 {
        font-family: 'Inter';
        margin: 20px 0;
        font-size: 35px;
        text-align: left;
        font-weight: bold;
        width: 100%;
    }

    #contact-form label {
        font-family: 'Inter';
        font-size: 15px;
        text-align: left;
    }

    #contact-form input {
        height: 25px;
        width: 100%;
        font-family: 'Inter';
        font-size: 15px;
        border: none;
        margin: 15px 0;
        border-bottom: 1px solid black;
    }

    #top-fields {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    #top-fields div {
        width: 45%;
    }

    #contact-button {
        display: block;
        position: absolute;
        right: 0;
        border-radius: 20px 0 0 20px;
        width: 140px;
        height: 40px;
        background-color: #FF2A2A;
        color: white;
        opacity: 0.67;
    }

    #contact-button a {
        position: absolute;
        width: 100%;
        text-align: center;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        text-decoration: none;
        color: white;
        font-family: 'Inter';
        font-weight: bold;
    }

    #logo {
        position: absolute;
        display: flex;
        left: 30px;
        top: 50%;
        transform: translateY(-50%);
    }

    .partner-container {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
    }

    .partner-element {
        width: 90px;
        height: 90px;
        border-radius: 50%;
        border: 10px solid #FFFFFF;
        overflow: hidden;
        margin-left: -20px;
    }
}
.work {
    margin-top: 200px;
    margin-left: 25px;
}
.work-text {
    /* A bold headline thatgrabs attention. */
    white-space: pre-wrap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 8vw;
    line-height: 110%;
    display: flex;
    align-items: center;
    letter-spacing: -0.02em;
    text-align: center;
    margin: auto;
    width: fit-content;

    color: #000000;


    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;

}
.work-image {
    width: 100%;
    height: auto;

}
.work-image-container button {
    background-color: black;
    z-index: 2;
}
.work-paragraph {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    text-align: center;
    font-size: 1.5vw;
    padding-top: 6px;
    line-height: 110%;
    display: flex;
    align-items: center;
    letter-spacing: -0.02em;
    width: 50%;
    color: #000000;
    flex: none;
    order: 2;
    flex-grow: 0;
    width: 75%;
    margin: auto;
}
.work-subtext {
    font-size: 12px;
    font-family: 'Inter';
    font-weight: bold;
    line-height: 16px;
    color: #8F8F8F;
    letter-spacing: 1.2px;
    text-align: center;
    margin: auto;
    width: fit-content;
}
/* Animations */
.animted-nav {
    transform: translateY(-100%);
    opacity: 0;
    animation: slideFromTop 1.25s ease-in-out forwards;  
}
.animated-image {
    transform: translateX(100%);
    opacity: 0;
    animation: slideFromOut 1.25s ease-in-out forwards; 
  }

.animated-text {
    transform: translateX(-100%);
    opacity: 0;
    animation: slideIn 1.25s ease-in-out forwards; 
  }

.contact-form {
    display: block;
    width: 550px;
    height: 350px;
}
  
  @keyframes slideIn {
    0% {
      transform: translateX(-100%);
      opacity: 0;
    }
    100% {
      transform: translateX(0); 
      opacity: 1;
    }
  }
  @keyframes slideFromOut {
    0% {
      transform: translateX(100%);
      opacity: 0;
    }
    100% {
      transform: translateX(0); 
      opacity: 1;
    }
  }

  @keyframes slideFromTop {
    0% {
      transform: translateY(-100%);
      opacity: 0;
    }
    100% {
      transform: translateY(0); 
      opacity: 1;
    }
  }