/* ===

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

=== */
.hero {
	position: relative;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.hero-bg {
    position: relative;
}

.hero-bg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.25;
}

.hero-bg img {
    width: 100%;
}

.hero-form {
    max-width: 800px;
    margin: auto;
	width:70%
}

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

.hero-form-label {
    position: relative;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin: 1.5rem 0;
    overflow: hidden;
}

.hero-form-label span {
    position: relative;
    display: inline-flex;
    padding: 0 1rem;
}

.hero-form-label span::before, .hero-form-label span::after {
    content: "";
    position: absolute;
    top: 50%;
    height: 3px;
    width: 300px;
    margin-top: -1.5px;
    background-color: currentColor;
}

.hero-form-label span::before {
    left: 100%;
}

.hero-form-label span::after {
    right: 100%;
}

.hero-form-desc {
    font-size: 0.75rem;
    line-height: 1.25;
    margin-top: 1rem;
    margin-bottom: 0;
}

@media (min-width: 1280px) {
    .hero-bg {
        height: 100%;
    }

    .hero-bg img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .hero-form-wrap {
right: 0;
        width: 100%;
        padding: 3rem 0 3rem 0;
        background-color: transparent;
        z-index: 1;
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-top: -100vh;
        height: 100vh;
    }

    .hero-form-wrap .hero-form-label span::before, .hero-form-wrap .hero-form-label span::after {
        background-color: #14223a;
    }

    .hero-form {
        color: #14223a;
     margin-bottom:10px;
		background-color: #e8fa14;
        padding: 35px;
    }

    .hero-form .btn {
        color: #fff !important;
        background-color: #14223a !important;
		border-radius: 100px;
    }

    .hero-form .btn .btn-ripple-hover {
        background-color: #2b3d5d !important;
    }

    .hero-form .form-labeled .required {
        color: var(--accent2);
    }

    .text_accent_fail .hero-form .btn {
        color: var(--base) !important;
        background-color: var(--accent) !important;
    }

    .text_accent_fail .hero-form .btn .btn-ripple-hover {
        background-color: var(--accent-hover) !important;
    }
}

@media (min-width: 1441px) {
    .hero-form-wrap {

    }
}

@media (max-width: 1279px) {
	.hero {
	height:100%;
}
}

@media (max-width: 991px) {
.hero-form {
	width:100%;
}
}
	