@font-face {
    font-family: "Grotesk-Regular";
    src: url('../fonts/CabinetGrotesk-Regular.otf');
}

@font-face {
    font-family: "Grotesk-Medium";
    src: url('../fonts/CabinetGrotesk-Medium.otf');
}

@font-face {
    font-family: "Grotesk-Bold";
    src: url('../fonts/CabinetGrotesk-Bold.otf');
}

nav ul li a {
    font-size: 18px;
    font-family: "Grotesk-Regular", serif;
    color: #000000!important;
}

#hero {
    background: url("../images/building_block_inverse.jpg") no-repeat;
    background-size: cover;
    height: 100vh;
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
}

#hero h1 {
    font-size: 150px;
    font-family: "Grotesk-Bold", serif;
    color: #000000;
    line-height: 150px;
    margin-top: 30px;
}

.wrapper {
    display: flex;
    height: 150px;
    box-sizing: content-box;
}

.words {
    overflow: hidden;
}

.words span {
    font-size: 150px;
    font-family: "Grotesk-Bold", serif;
    color: #000000;
    line-height: 150px;
    display: block;
    height: 163%;
    animation: spin_words 10s infinite;
}

@keyframes spin_words {
    10% {
        transform: translateY(-112%);
    }
    20% {
        transform: translateY(-110%);
    }
    30% {
        transform: translateY(-212%);
    }
    40% {
        transform: translateY(-200%);
    }
    50% {
        transform: translateY(-312%);
    }
    60% {
        transform: translateY(-300%);
    }
    70% {
        transform: translateY(-412%);
    }
    80% {
        transform: translateY(-400%);
    }
    90% {
        transform: translateY(-512%);
    }
    100% {
        transform: translateY(-500%);
    }
}

#hero p {
    margin-top: 70px;
    font-size: 24px;
    font-family: "Grotesk-Regular", serif;
    color: #0B0A0A;
}

#about {
    padding-top: 150px;
}

#about h2 {
    font-family: "Grotesk-Bold", serif;
    font-size: 50px;
    color: #616161;
}

#about h3 {
    font-family: "Grotesk-Regular", serif;
    font-size: 64px;
}

#about p {
    font-family: "Grotesk-Regular", serif;
    font-size: 20px;
    margin-top: 30px;
}

#about img {
    margin-top: 33px;
}

#why-choose-us {
    padding-top: 140px;
    padding-bottom: 150px;
}

#why-choose-us h1 {
    font-family: "Grotesk-Medium", serif;
    font-size: 96px;
}

#why-choose-us h2 {
    font-family: "Grotesk-Bold", serif;
    font-size: 50px;
    color: #616161;
}

#why-choose-us h3 {
    font-family: "Grotesk-Regular", serif;
    font-size: 64px;
}

#why-choose-us p {
    font-family: "Grotesk-Regular", serif;
    font-size: 24px;
    width: 90%;
}

.industries {
    padding-top: 100px!important;
}

.industries h2 {
    font-family: "Grotesk-Bold", serif;
    font-size: 50px;
    color: #616161;
}

.industries p {
    font-family: "Grotesk-Regular", serif;
    font-size: 50px;
    line-height: 50px;
    letter-spacing: -0.01em;
}

.industries {
    font-family: "Grotesk-Regular", serif;
    font-size: 20px;
    margin-top: 30px;
}

.industries ul li {
    font-family: "Grotesk-Regular", serif;
    font-size: 20px;
}

#investments h2 {
    font-family: "Grotesk-Bold", serif;
    font-size: 50px;
    color: #616161;
    margin-bottom: 50px;
    text-align: center;
}

#investments h3 {
    font-family: "Grotesk-Bold", serif;
    font-size: 21px;
}

.industries {
    padding-top: 200px;
}

#investments {
    padding-top: 200px;
    padding-bottom: 200px;
}

footer h2 {
    margin-bottom: 20px;
    font-family: "Grotesk-Medium", serif;
    font-size: 31px;
}

footer ul li {
    font-family: "Grotesk-Regular", serif;
    font-size: 20px;
    color: #717171;
    text-decoration: none;
}

footer p {
    font-family: "Grotesk-Regular", serif;
    font-size: 18px;
    color: #AD9C94;
}

.industries h5 {
    margin-top: 20px;
    font-family: "Grotesk-Bold", serif;
    font-size: 24px;
}

#investments p {
    color: #848484;
}

.navbar-toggler {
    border: 1px solid #FFFFFF;
}

@media (max-width: 768px) {
    #hero {
        height: unset;
    }

    #about img {
        margin-top: 42px!important;
    }

    #hero .wrapper {
        margin-bottom: 40px!important;
    }

    #about img {
        margin-top: 2%;
    }

    #about .col-12 {
        text-align: center!important;
    }

    #hero img {
        margin: 0!important;
    }

    footer {
        margin-bottom: 50px;
    }

    footer h2 {
        margin-top: 40px;
    }

    footer img {
        margin-top: 50px;
        text-align: center!important;
    }

    footer .col-12 {
        margin-top: 100px;
    }

    #investments .text-center {
        margin-bottom: 50px;
    }

    #investments {
        padding-top: 59px;
        padding-bottom: 52px;
    }

    .industries p {
        font-size: 30px;
        line-height: 36px;
        letter-spacing: -0.01em;
    }

    .industries {
        padding-top: 0!important;
    }

    #why-choose-us h3 {
        font-size: 33px;
        margin-bottom: 30px;
    }

    #why-choose-us {
        padding-top: 77px;
        padding-bottom: 100px;
    }

    #hero h1 {
        font-size: 50px;
        color: #000000;
        line-height: 75px;
        margin-top: 30px;
        margin-bottom: -7px;
    }

    #hero p {
        font-size: 20px;
    }

    .words span {
        font-size: 50px;
        height: 100%;
    }

    .wrapper {
        display: flex;
        height: 50px;
        box-sizing: content-box;
    }

    #about h3 {
        font-size: 33px;
        margin-top: 33px;
    }

    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        background: #ffffff6e;
        align-items: center;
        padding: 20px;
        border-radius: 6px;
        margin-top: 20px;
        text-align: center;
    }

    #hero p {
        margin-top: 30px;
        font-size: 24px;
        color: #0B0A0A;
    }

    #hero {
        background: none;
        margin-top: 134px!important;
    }

    #about {
        padding-top: 2px;
    }

    .nav-link {
        font-size: 30px;
    }

    .bg-light {
        --bs-bg-opacity: 0;
        background-color: white!important;
    }

    .industries span {
        margin-bottom: 20px!important;
    }

    footer img {
        margin-top: 10px;
        text-align: center!important;
    }
}
