/* ---------------------------------------- section 6 -------------------------------------- */

.contact_sec2_bg {
    padding: 120px 240px;
}

@media screen and (max-width:768px) {
    .contact_sec2_bg {
        padding: 10px;
    }
}

.contact_sec2_form {
    padding: 20px 31px;
    background-color: #232323;
}

@media screen and (max-width:768px) {
    .contact_sec2_form {
        padding: 10px;
        background-color: transparent;
    }
}

.form-control {
    background-color: transparent;
    border: 1px solid #4B4B4B;
    border-radius: 0px;
}

.form-control::placeholder {
    color: #BABABA;
    font-family: Outfit;
    font-size: 18px;
    font-weight: 400;
    line-height: 22.68px;
    text-align: left;
}

@media screen and (max-width:768px) {
    .form-control::placeholder {
        font-family: Outfit;
        font-size: 13px;
        font-weight: 400;
        line-height: 16.38px;
        text-align: left;
    }

    .form-control {
        background-color: #232323;
        border: 1px solid #4B4B4B;
        border-radius: 0px;
    }
}

.Contact_headline {
    font-family: Outfit;
    font-size: 24px;
    font-weight: 500;
    line-height: 30.24px;
    text-align: left;
    color: #B98A34;
}

@media screen and (max-width:768px) {
    .Contact_headline {
        font-family: Outfit;
        font-size: 15px;
        font-weight: 500;
        line-height: 18.9px;
        text-align: center;
    }
}

.Contact_heading {
    font-family: Playfair Display;
    font-size: 44px;
    font-weight: 700;
    line-height: 58.65px;
    text-align: left;
}

@media screen and (max-width:768px) {
    .Contact_heading {
        font-family: Playfair Display;
        font-size: 16px;
        font-weight: 700;
        line-height: 23.99px;
        text-align: center;
        width: 100%;
    }
}





.Contat_btn {
    font-family: Playfair Display;
    font-size: 18px;
    font-weight: 600;
    line-height: 23.99px;
    text-align: left;
    color: #B98A34;
    background-color: transparent;
    border: 1px solid #B98A34;
    text-decoration: none;
    padding: 15px 30px;
    text-align: center;
    transition: 0.3s;
}

@media screen and (max-width:768px) {
    .Contat_btn {
        font-family: Playfair Display;
        font-size: 16px;
        font-weight: 600;
        line-height: 21.33px;
        text-align: left;
        color: white;
        padding: 7.5px 15px;
    }
}