﻿.contact-us {
    width: 100%;
    min-height: 500px;
    padding: 30px 0;

}
    .contact-us .content {
        width: 100%;
        min-height: 500px;
        padding: 30px 0;
        background-image: url('../../images/back/image3.webp');
        background-size: cover;
        background-position: center center;
    }
    .contact-us .item-contact {
        width: 100%;
        height: 150px;
        background-color:#fff;
        border:1px solid #ddd;
        border-radius: 20px;
        margin:10px 0;
        display:flex;
        justify-content:center;
        align-items:center;
        flex-direction:column;
        transition:all .5s;
    }
        .contact-us .item-contact:hover{
            transform:scale(1.02)
        }
        .contact-us .item-contact i {
            font-size: 20px;
            margin: 0 5px;
            color: #3D2552;
        }
        .contact-us {
            width: 100%;
            padding: 50px 0;
        }

        .contact-us  .caption {
            width: 100%;
            height: auto;
        }

    

        .contact-us .social span .i {
            color: #2C0760;
            font-size: 17px;
            margin: 10px;
        }

            .contact-us .social span .i:hover {
                color: var(--kaveh-color-1-1);
            }
/* /////////////////////////////////////////////////////////////////// */
    .contact-us .form-contact {
        width: 100%;
        height:auto;
        background-color:#fff;
        padding:50px 20px;
        border-radius:20px;
        margin:50px 0;
        border:1px solid #ddd;

    }

        .contact-us .form-contact input {
            width: 100%;
            height: 50px;
            margin-bottom: 15px;
            border: 1px solid #b2b2b2;
            border-radius: 5px;
            background-color: #F8FAFC;
        }

        .contact-us .form-contact textarea {
            width: 100%;
            max-height: 150px;
            border-radius: 5px;
            border: 1px solid #b2b2b2;
            background-color: #F8FAFC;
        }

.form-contact input:focus,
.form-contact textarea:focus {
    outline-color: #402754;
}

.form-contact input[placeholder],
.form-contact textarea[placeholder] {
    padding: 10px;
}

.btn-contact {
    width: 100%;
    height: 50px;
    border: 1px solid var(--kaveh-color-1-3);
    text-align: center;
    padding-top: 5px;
    transition: all 0.5s;
    float: left;
    margin-top: 20px;
    background-color: var(--kaveh-color-1);
    color: #fff;
}

    .btn-contact:hover {
        background-color: #fff;
        border: 1px solid var(--kaveh-color-1);
        color: #000;
    }

