@import url('https://fonts.googleapis.com/css2?family=Titan+One');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Titan+One&display=swap');


.main_contact_card {
    padding: 5%;
}

.Card_form {
    background-color: white;
    position: relative;
    left: -200px;
    top: 50px;
    width: 100%;
    padding: 30px;
    /* height: auto; */
}


.contact_form {
    font-size: 50px;
    font-family: "Titan one";
    font-weight: 400;
    line-height: 60px;
    text-align: center;
    color: #E65E5C;
    /* margin-top: 25px; */
}

@media screen and (max-width:750px) {
    .Card_form {
        background-color: white;
        position: relative;
        left: 20px;
        top: -50px;
        width: 90%;
        padding: 10px;
        /* height: 520px; */
    }

    .contact_form {
        font-size: 20px;
        margin-top: -20px;
    }
}

.Franchise_input {
    border: none;
    width: 100%;
    background-color: #FBE8EC;
    padding: 10px;
    border-radius: 10px;
}

.Form_btn {
    font-family: Outfit;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    color: white;
    background-color: #E65E5C;
    width: 100%;
    border: none;
    border-radius: 25px;
    padding: 10px;
    text-align: center;
}