@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');




.hero_img_mobile {
    display: none;
}

@media screen and (max-width:768px) {
    .hero_img_desktop {
        display: none;
    }

    .hero_img_mobile {
        display: block;
    }
}

/* --------------------------------- body section 2 ------------------------------ */

.sec2_bg {
    background: url('../Img/Franchise/bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
}

@media screen and (max-width:768px) {
    .sec2_bg {
        background: url('../Img/Franchise/bg-m.png');
        background-repeat: no-repeat;
        background-size: cover;
    }
}

.sec2_heading {
    font-family: Titan One;
    font-size: 50px;
    font-weight: 400;
    line-height: 60px;
    text-align: center;
    color: #E65E5C;
    text-transform: uppercase;
    position: relative;
    top: 50px;
}

@media screen and (max-width:768px) {
    .sec2_heading {
        font-family: Titan One;
        font-size: 24px;
        font-weight: 400;
        line-height: 30px;
        text-align: center;
    }
}

.sec2_desc {
    font-family: Outfit;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    color: #666666;
    position: relative;
    top: 50px;
    width: 68%;
}

@media screen and (max-width:768px) {
    .sec2_desc {
        font-family: Outfit;
        font-size: 13px;
        font-weight: 400;
        line-height: 20px;
        text-align: center;
        width: 100%;
    }
}


/* ----------------------------------- Form section 2 ----------------------------------------- */
.form_heading {
    font-family: Titan One;
    font-size: 50px;
    font-weight: 400;
    line-height: 60px;
    text-align: center;
    color: #E65E5C;
    text-transform: uppercase;
}

@media screen and (max-width:768px) {
    .form_heading {
        font-family: Titan One;
        font-size: 24px;
        font-weight: 400;
        line-height: 30px;
        text-align: center;
    }
}

.wave_mobile {
    display: none;
}

.wave_desktop {
    margin-top: -10px;
}

@media screen and (max-width:768px) {
    .wave_desktop {
        display: none;
    }

    .wave_mobile {
        display: block;
    }
}






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

.Franchise_input::placeholder {
    color: #808080;
    padding: 10px;
}

.Form_lable {
    color: #E65E5C;
    font-family: "Titan one";
    font-size: 20px;
    font-weight: 400;
}

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

@media screen and (max-width:600px) {

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

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

    .Form_lable {
        color: #E65E5C;
        font-family: "Titan one";
        font-size: 13px;
        font-weight: 400;
        width: 100%;
    }
}

.Franchise_input_select select {
    -webkit-appearance: none;
    /* WebKit/Blink Browsers */
    -moz-appearance: none;
    /* Gecko Browsers */
    appearance: none;

    background-image: url('../Img/Franchise/arrow.svg');
    background-repeat: no-repeat;
    background-position: 98%;

    padding-right: 20px;
    cursor: pointer;
}

@media (max-width:600px) {
    .Franchise_input_select select {
        background-size: 15px;
    }
}

.Franchise_input_select select:first-child {
    color: #808080;
    font-size: 20px;
    font-family: "Outfit";
    padding-left: 30px;
}

@media (max-width:600px) {
    .Franchise_input_select select:first-child {
        color: #808080;
        font-size: 16px;
        font-family: "Outfit";
        padding-left: 30px;
    }
}

.Franchise_input::placeholder {
    font-family: "Outfit";
    font-size: 20px;
    color: #808080;
}

@media screen and (max-width:600px) {
    .Franchise_input::placeholder {
        font-family: "Outfit";
        font-size: 16px;
        color: #808080;
    }
}

.Form_btn {
    background-color: #E65E5C;
    color: white;
    border: none;
    height: 45px;
    border-radius: 30px;
    font-family: "Outfit";
    font-size: 18px;
}

@media screen and (max-width:600px) {
    .Form_btn {
        background-color: #E65E5C;
        color: white;
        border: none;
        height: 45px;
        border-radius: 30px;
        font-family: "Outfit";
        font-size: 16px;
    }
}




/* ----------------------------------- section 4 ----------------------------------------- */
.form_heading {
    font-family: Titan One;
    font-size: 50px;
    font-weight: 400;
    line-height: 60px;
    text-align: center;
    color: #E65E5C;
    text-transform: uppercase;
}

@media screen and (max-width:768px) {
    .form_heading {
        font-family: Titan One;
        font-size: 24px;
        font-weight: 400;
        line-height: 30px;
        text-align: center;
    }
}

.map_point {
    position: relative;
    top: -500px;
    left: 880px;
}

@media screen and (max-width:768px) {
    .map_point {
        position: relative;
        top: -130px;
        width: 20px;
        left: 240px;
    }
}

.all_add_row {
    position: relative;
    color: #fdfdfd;
    box-shadow: 2px 2px 50px rgb(163, 163, 163);
    border-width: 10px;
    top: -125px;
    left: 1%;
    width: 76%;
    opacity: 1;
}

@media screen and (max-width:768px) {
    .all_add_row {
        display: none;
    }
}


.sec4_add_align {
    display: flex;
    /* gap: 70px; */
    justify-content: space-between;
    margin-left: 5%;
}

@media screen and (max-width:780px) {
    .sec4_add_align {
        display: flex;
        flex-wrap: wrap;
    }
}

.sec4_add_desc {
    font-family: Outfit;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #666666;
    padding: 0px 20px 0px 9px;
}

@media screen and (max-width:768px) {
    .sec4_add_desc {
        font-family: Outfit;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        text-align: left;
        color: #666666;
        padding: 5px;
    }
}

.sec4_address {
    margin-top: 20.7%;
}

@media screen and (max-width:768px) {
    .sec4_address {
        margin-top: 20.7%;
        img{
            width: 35px;
        }
    }
}

.sec4_add_dot {
    background-color: #E65E5C;
    clip-path: circle();
    width: 38px;
    height: 38px;
    margin-top: -160px;
    margin-left: 35%;
    color: #E65E5C;
}

.sec4_add_heading {
    font-family: Titan One;
    font-size: 20px;
    font-weight: 400;
    line-height: 22.9px;
    text-align: start;
    margin-left: 20%;
    padding: 20px 0px 20px 0px;
    color: #E65E5C;
}

.sec4_add_dot2 {
    background-color: #FFC853;
    clip-path: circle();
    width: 38px;
    height: 38px;
    margin-top: -160px;
    margin-left: 35%;
    color: #FFC853;
}



.sec4_add_heading2 {
    font-family: Titan One;
    font-size: 20px;
    font-weight: 400;
    line-height: 22.9px;
    text-align: start;
    margin-left: 20%;
    padding: 20px 0px 20px 0px;
    color: #FFC853;

}


.sec4_add_dot3 {
    background-color: #7497F3;
    clip-path: circle();
    width: 38px;
    height: 38px;
    margin-top: -160px;
    margin-left: 35%;
    color: #7497F3;
}

.sec4_add_heading3 {
    font-family: Titan One;
    font-size: 20px;
    font-weight: 400;
    line-height: 22.9px;
    text-align: start;
    margin-left: 20%;
    padding: 20px 0px 20px 0px;
    color: #7497F3;

}


.sec4_add_dot4 {
    color: #E246F0;
    background-color: #E246F0;
    clip-path: circle();
    width: 38px;
    height: 38px;
    margin-top: -160px;
    margin-left: 35%;
}

.sec4_add_heading4 {
    font-family: Titan One;
    font-size: 20px;
    font-weight: 400;
    line-height: 22.9px;
    text-align: start;
    margin-left: 20%;
    padding: 20px 0px 20px 0px;
    color: #E246F0;

}

.sec4_add_dot5 {
    color: #8CC6F0;
    background-color: #8CC6F0;
    clip-path: circle();
    width: 38px;
    height: 38px;
    margin-top: -160px;
    margin-left: 35%;
}

.sec4_add_heading5 {
    font-family: Titan One;
    font-size: 20px;
    font-weight: 400;
    line-height: 22.9px;
    text-align: start;
    margin-left: 20%;
    padding: 20px 0px 20px 0px;
    color: #8CC6F0;
}



@media screen and (max-width:768px) {
    .sec4_add_dot {
        display: none;
    }

    .sec4_add_heading {
        font-family: Titan One;
        font-size: 20px;
        font-weight: 400;
        line-height: 22.9px;
        text-align: start;
        color: #E65E5C;
        margin-left: 40px;
        margin-top: 0px;
        margin-left: 10px;
        padding: 0px;
    }

    .sec4_add_dot2 {
        display: none;
    }

    .sec4_add_heading2 {
        font-family: Titan One;
        font-size: 20px;
        font-weight: 400;
        line-height: 22.9px;
        text-align: start;
        color: #FFC853;
        margin-top: 0px;
        margin-left: 10px;
        padding: 0px;
    }


    .sec4_add_dot3 {
        display: none;

    }

    .sec4_add_heading3 {
        font-family: Titan One;
        font-size: 20px;
        font-weight: 400;
        line-height: 22.9px;
        text-align: start;
        color: #7497F3;
        margin-top: 0px;
        margin-left: 10px;
        padding: 0px;

    }


    .sec4_add_dot4 {
        display: none;
    }

    .sec4_add_heading4 {
        font-family: Titan One;
        font-size: 20px;
        font-weight: 400;
        line-height: 22.9px;
        text-align: start;
        color: #E246F0;
        margin-top: 0px;
        margin-left: 10px;
        padding: 0px;
    }

    .sec4_add_dot5 {
        display: none;

    }

    .sec4_add_heading5 {
        font-family: Titan One;
        font-size: 20px;
        font-weight: 400;
        line-height: 22.9px;
        text-align: start;
        color: #8CC6F0;
        margin-top: 0px;
        margin-left: 10px;
        padding: 0px;
    }

    .location_pointer {
        width: 30px;
        margin-top: -60px;
    }
}