body, html {
    scroll-behavior: smooth;
}
body {
    font-family: "Inter-Medium", sans-serif;
}
header {
    position: absolute;
    top: 0;
    width: 100%;
}
#home, #vision {
    min-height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;    
}
#home {
    display: flex;
    align-items: center;
    justify-content: center;
}
h1  {
    font-size: 80px;
    margin-bottom: 40px;
}
h2, .heading {
    font-size: 60px;
}
.subheading {
    font-size: 24px;
    max-width: 569px;
}
.consulting {
    color: #FFFFFF;
    display: inline-block;
    width: 100%;
}
.efficiency {
    color: #93c5fd;
    display: inline-block;
    width: 100%;
}
.overline {
    max-width: 480px;
    color: #94a3b8;
    font-size: 20px;
}
.arrow-container:hover .default,
.arrow-container:focus .default,
.arrow-container:not(:hover) .hover {
    display: none;
}
#services {
    padding-top: 128px;
    padding-bottom: 128px;
}
#services img {
    border-radius: 24px;
}
.benefits {
    margin-top: 32px;
}
.benefit {
    display: flex;
    line-height: 18px;
    font-size: 18px;
    color: #94a3b8;
    margin-bottom: 16px;
}
.benefit p {
    margin-bottom: 0;
    margin-left: 8px;
}
.cta {
    margin-top: 32px;
}
.cta a, .cta a:hover, .cta a:focus {
    text-decoration: none;
    color: #FFFFFF;
    background-color: #020617;
    font-size: 18px;
    display: inline-block;
    padding: 8px 32px;
    border-radius: 36px;
    max-width: 201px;
    width: 100%;
}
.cta i {
    transition: margin-left 0.5s ease;
}
.cta a:hover i {
    margin-left: 4px;
}
.vision-overline {
    color: #94a3b8;
    font-size: 18px;
    padding-top: 64px;
}
.statement {
    font-size: 45px;
    color: #FFFFFF;
    max-width: 750px;
    line-height: 50px;
}
.contact-container * {
    color: #94a3b8;
    text-decoration: none;
    display: inline-block;
    margin-left: 16px;
}
.contact-container a:first-child {
    font-size: 18px;
}
.contact-container a:last-child {
    font-size: 24px;
}
.contact-container a:hover,
.contact-container a:focus {
    text-decoration: none;
    color: #FFFFFF;
}
#contact {
    padding-top: 128px;
    padding-bottom: 128px;
}
footer {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    padding-top: 24px;
    padding-bottom: 24px;
}
footer > .container {
    display: flex;
    flex-direction: column;
}
footer p {
    margin-bottom: 0;
    margin-top: 16px;
}
footer * {
    color: #94a3b8;
    font-size: 14px;
}
#submit {
    background-color: #020617;
    border: 1px solid #020617;
    color: #FFFFFF;
}
#submit:hover {
    background-color: transparent;
    color: #020617;
}
body .form-floating textarea.form-control {
    min-height: 130px;
}
/*AJAX LOADER*/
.ajax-loader {
    background: rgba(0, 0, 0, 0.6);
    cursor: wait;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
}
.ajax-loader div {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ajax-loader img {
    max-width: 90px;
}
.statement-container {
    min-height: inherit;
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 768px) {
    .navbar-brand {
        max-width: 164px;
    }
    h1 {
        font-size: 38px;
        margin-top: 54px;
    }
    #services, #contact {
        padding-top: 78px;
        padding-bottom: 78px;
    }
    h2, .heading {
        font-size: 32px;
    }
    .overline, .contact-container a:last-child {
        font-size: 18px;
    }
    .contact-container a:first-child, .subheading, .benefit, .cta a, .cta a:hover, .cta a:focus, .vision-overline {
        font-size: 16px;
    }
    .cta {
        margin-bottom: 32px;
    }
    .statement {
        font-size: 24px;
        line-height: 35px;
    }
    footer .img-container {
        max-width: 160px;
    }
    #vision {
        min-height: 50vh;
    }
    #services .img-container {
        max-height: 287px;
        height: 100%;
    }
    #services .img-container img {
        height: 100%;
        width: 100%;
        max-width: unset;
        min-height: inherit;
        object-fit: cover;
        object-position: center;
    }
}