.contact-section {
    padding: 80px 0;
    justify-content: center;
    text-align: center;
    font-family:  "Playfair Display", serif;
}

.contact-title h1 {
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #333;
   
}

.contact-title h1 span em {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    display: block;
    color: #666;
 
}

.contact-title p {
    color: #666;
    margin-bottom: 30px;
    font-size: 0,9rem;
   
}

.contact-form .form-control {
    height: 40px;
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    margin-bottom: 5px;
    padding-left: 7px;
    font-size: 14px;
    background-color: transparent;
    color: #333;
    
}

.contact-form .form-control:focus {
    box-shadow: none;
    border-bottom: 1px solid #555;
}

.contact-form textarea.form-control {
    height: 100px;
    resize: none;
}

.contact-form .btn-submit {
    border: 1px solid #000;
    padding: 10px 25px;
    border-radius: 0;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    margin-top: 10px;
}

.contact-form .btn-submit:hover {
    background-color: black;
    color: #ddd;
}

.contact-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.contact-map iframe {
    width: 100%;
    height: 400px;
    border: 0;
    margin-top: 50px;
}

