      .form_container {
    margin: 0 auto;
    padding: 60px 0px;
    background-color: black !important;
   
    width: 100%;
}
h2.info_contact {
    font-family: 'outfit';
    font-size: 36px;
    color: white;
    text-align: left;
    letter-spacing: 2px;
}
.contact_wrapper {
    max-width: 800px;
    margin: 0 auto; 
    padding: 20px;
    text-align: center;
}
.connect {
    font-size: 22px;
    color: white;
    font-family: 'Outfit';
    font-weight: 100;
    margin-bottom: 15px;
    position: relative; 
}

.connect::before {
    content: "";
    position: absolute;
    width: 50px; 
    height: 1px;
    left: 240px; 
    background-color: #ffffff87;
    top: 15px; 
}

.name_head h2 {
    font-size: 84px;
    color: white;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 20px;
}

.small_head {
    font-size: 18px;
    margin-bottom: 40px;
    color: #fff;
    font-family: 'Outfit';
    font-weight: 200;
    margin-top: 20px;
}
.contact-submit_btn {
    font-family: 'Outfit';
    padding: 10px 20px;
    font-size: 21px;
    color: #fff;  
    border: none;
    border-radius: 0px;
    cursor: pointer;
    background-color: black;  
    font-weight: 300;
    letter-spacing: 2px;
    width: 30%;  
    display: block;  
    margin: 20px auto;  
    transition: background-color 0.3s ease, color 0.3s ease;
}

.contact-submit_btn:hover {
    background-color: white;  
    color: black; 
}

.contact_form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group_input {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
}

.input-box {
    flex: 1;
    min-width: 48%;
}

.contact_form input,
.contact_form textarea {
    outline: none;
    border: none;
    font-family: 'Outfit';
    font-size: 16px;
    font-weight: 400;
    color: white;
    width: 100%;
    height: 60px;
    background-color: transparent;
    border-bottom: 1px solid white;
}

.contact_form textarea {
    resize: none;
}
.error { color: red; font-size: 0.875rem; }

.contact-submit_btn {
    font-family: 'Outfit';
    padding: 10px 20px;
    font-size: 21px;
    color: #fff;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    background-color: black;
    font-weight: 300;
    letter-spacing: 2px;
}

@media (max-width: 600px) {
    .connect::before {
    content: "";
    position: absolute;
    width: 50px; 
    height: 1px; 
    left: 80px; 
    background-color: #ffffff87;
    top: 15px; 
}

    .big_head {
        font-size: 2rem;
    }

    .form-group_input {
        flex-direction: column;
    }

    .input-box {
        min-width: 100%;
    }
}
@media screen and (min-device-width: 610px) and (max-device-width: 770px) { 
     .connect::before {
    content: "";
    position: absolute;
    width: 50px; 
           height: 1px;
        left: 80px;
        background-color: #ffffff87;
        top: 20px;
    }
}


@media screen and (min-device-width: 281px) and (max-device-width: 460px) { 
     .connect::before {
    content: "";
    position: absolute;
    width: 50px; 
           height: 1px;
        left: 30px;
        background-color: #ffffff87;
        top: 20px;
    }
}