﻿.home-contact {
    background-color: var(--default-color-1);
}

.home-contact .grid.wide {
}

.home-contact-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 171px;
}

.home-contact-container .left {
    display: flex;
    align-items: center;
}

.home-contact-container .left img {
}

.home-contact-container .left span {
    display: block;
    font-family: 'beauR';
    color: #fff;
    font-size: 32px;
    text-transform: capitalize;
    font-weight: 100;
    margin-left: 15px;
}

.home-contact-container .right {
}

.home-contact-container .right .input {
    width: 436px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgb(255 255 255 / 60%);
}

.home-contact-container .right input {
    flex: 1;
    outline: none;
    background-color: transparent;
    border: none;
    line-height: 150%;
    font-size: 15px;
    color: #FFFFFF;
    padding: 0;
    padding-bottom: 8px;
}

.home-contact-container .right input::placeholder {
    line-height: 150%;
    font-size: 15px;
    color: #FFFFFF;
}

.home-contact-container .right a {
}

.home-contact-container .right a img {
}


/*RS*/
@media(max-width:1023px) {

    .home-contact-container .right .input {
        width: 260px;
    }
}

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

@media(max-width:739px) {
    .home-contact-container {
        height: auto;
        flex-direction: column;
        padding: 30px 0;
    }

    .home-contact-container .right {
        width: 100%;
        margin-top: 20px;
    }

    .home-contact-container .right .input {
        width: 100%;
    }

    .home-contact-container .left span {
        font-size: 19px;
    }
}
