﻿.home-form {
    background-image: url(../../../Design/img/bg-add-mail_02-min.png);
    background-size: cover;
}

.home-form-container {
    padding: 79px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .home-form-container h3 {
        margin: 0;
        font-size: 56px;
        font-family: 'HLT-MOTION-PICTURE';
        font-weight: 100;
        color: #fff;
        text-align: center;
    }

    .home-form-container span {
        font-size: 22px;
        display: block;
        color: #fff;
        margin-top: 7px;
        font-family: 'VNF-OPTIMA';
    }

.home-form-content {
    display: flex;
    align-items: center;
    margin-top: 27px;
}

.home-form-input {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 12px 23px;
}

.home-form-content .content-item {
    position: relative;
    font-size: 14px;
    color: #b9b9b9;
    margin: 0 5px;
    border-radius: 25px;
    height: 45px;
    padding-right: 11px;
}

    .home-form-content .content-item .error-contact {
        position: absolute;
        color: transparent !important;
        width: 100%;
        height: 100%;
        border: 1px solid #ff000085;
        top: 0;
        margin-top: 0;
        pointer-events: none;
        left: 0;
        border-radius: 25px;
        box-shadow: 0 0 12px 0 #ff000066;
    }

        .home-form-content .content-item .error-contact i {
            border: none;
        }

    .home-form-content .content-item i {
        padding-right: 7px;
        border-right: 1px solid #d9d9d9;
        position: relative;
        top: 1px;
    }

    .home-form-content .content-item input {
        outline: none;
        background-color: transparent;
        border: none;
        padding: 3px 0;
        padding-left: 7px;
        font-family: 'VNF-OPTIMA';
        font-size: 16px;
    }

        .home-form-content .content-item input::placeholder {
            font-size: 17px;
            color: #b9b9b9;
            font-family: 'VNF-OPTIMA';
        }

.home-form-content a {
    background-color: #008140;
    color: #fff;
    border: 1px solid #fff;
    font-size: 17px;
    padding: 11px 28px;
    border-radius: 25px;
    margin-left: 5px;
}

@media(max-width:1023px) {
}

@media(min-width:740px) and (max-width:1023px) {
}

@media(max-width: 739px) {
    .home-form-content {
        flex-direction: column;
        width: 100%;
    }

    .home-form-input {
        width: 100%;
    }

    .home-form-content .content-item {
        margin: 10px 0;
        overflow: hidden;
    }

        .home-form-content .content-item img {
            position: absolute;
            right: 0;
            height: 100%;
        }

    .home-form-content a {
        margin-top: 15px;
    }

    .home-form {
        background-color: var(--default-color-1);
        background-size: cover;
        background-image: unset;
    }

    .home-form-container {
        padding: 35px 0;
    }

        .home-form-container h3 {
            font-size: 26px;
            text-align: left;
        }

        .home-form-container span {
            line-height: 161%;
            font-size: 16px;
            text-align: center;
        }
}