/* ===

Theme Name: Hey Victor
Author: Koval Web
Author URI: https://kovalweb.com/
Description: Website development by Koval Web
Tags: html5, css3, sass, js, gulp, bootstrap grid
Version: 1.0

=== */
.hero {
    position: relative;
}

.hero .section-header {
    margin-bottom: 2rem;
}

.hero .section-header h1, .hero .section-header h2 {
    letter-spacing: 0;
}

.hero .section-header p {
    letter-spacing: 0.03rem;
}

.hero .section-footer {
    margin-top: 2rem;
}

.hero-content-wrap {
    padding: 3rem 0;
}

.hero-content {
    max-width: 36rem;
    margin: 0 auto;
}

.hero-form {
    max-width: 28rem;
}

.hero-form > p {
    margin-bottom: 0;
}

.hero-form .hv-form-confirmation-message {
    text-align: center;
}

.hero-form .hv-form .btn {
    font-size: 1.5rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    line-height: 1.5;
}

.hero-subheading {
    font-size: 1.375rem;
    letter-spacing: 0.04rem;
    line-height: 1;
    margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
    .hero-subheading {
        font-size: 1.875rem;
    }

    .hero-content-wrap {
        padding: 5rem 0;
    }
}

@media (min-width: 992px) {
    .fc-first-hero .header-wrapper {
        padding-top: 8px;
    }

    .fc-first-hero .header-wrapper::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        border: 8px solid var(--contrast);
        border-bottom: none;
    }

    .fc-first-hero .hero {
        border-left: 8px solid var(--contrast);
        border-right: 8px solid var(--contrast);
        padding-bottom: 8px;
    }

    .fc-first-hero .hero::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 8px;
        background-color: var(--contrast);
        z-index: 3;
    }

    .fc-first-hero .hero .hero-socials {
        bottom: 8px;
    }

    .hero .hero-image {
        position: absolute;
        left: 0;
        top: 0;
        width: 50%;
        height: 100%;
        z-index: 2;
    }

    .hero-content-wrap {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: space-between;
        padding-bottom: 8rem;
    }

    .hero-socials {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 1;
    }
}

@media (min-width: 1200px) {
    .hero-subheading {
        font-size: 2.25rem;
    }
}

@media (max-width: 991.98px) {
    .hero-image {
        position: relative;
        display: block;
        width: 100%;
        overflow: hidden;
        max-height: 500px;
    }

    .hero-image::after {
        content: "";
        float: left;
        margin-top: 85%;
    }

    .hero-image > img {
        position: absolute;
        left: 0;
        top: 0;
    }
}