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


.sec2_card_heading {
    font-family: Titan One;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    text-align: start;
    color: #E65E5C;
    text-transform: uppercase;
}

@media screen and (max-width:768px) {
    .sec2_card_heading {
        font-family: Titan One;
        font-size: 16px;
        font-weight: 400;
        line-height: 25px;
        text-align: start;
    }
}

.sec2_card_desc {
    font-family: Outfit;
    font-size: 18px;
    font-weight: 400;
    line-height: 22.68px;
    text-align: left;
    color: #666666;
}

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

.sec2_card_date {
    font-family: Outfit;
    font-size: 18px;
    font-weight: 400;
    line-height: 22.68px;
    text-align: left;
    color: #333333;
}

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

.sec2_card_more {
    font-family: Outfit;
    font-size: 18px;
    font-weight: 700;
    line-height: 22.68px;
    text-align: left;
    color: #E65E5C;
    text-decoration: none;
}

@media screen and (max-width:768px) {
    .sec2_card_more {
        font-family: Outfit;
        font-size: 18px;
        font-weight: 700;
        line-height: 22.68px;
        text-align: left;
    }
}

.Blog_btn {
    background-color: #E65E5C;
    color: white;
    border-radius: 50px;
    text-decoration: none;
    width: 15%;
    padding: 12px 0px 12px 0px;
    font-family: Outfit;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    text-align: center;
}


@media screen and (max-width:768px) {
    .Blog_btn {
        width: 50%;
        padding: 5px 0px 5px 0px;
        font-family: Outfit;
        font-size: 16px;
        font-weight: 500;
        line-height: 26px;
        text-align: center;
    }
}

.Blog_btn:hover {
    background-color: #E65E5C;
    color: white;
    border-radius: 50px;
    text-decoration: none;
}

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




/* ============================= section 3 ================================= */

.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-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;
    }
}


















/* ============================-=-=-=-=-=-=-=-=--= BLOG DETAIL CSS ==================================-=-=-=-=-=-=-=- */
.sec2_bg {
    background: url('../Img/Franchise/bg.png');
    background-repeat: no-repeat;
    background-size: 100%;
    height: 400px;
    align-items: center;
}

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

.sec2_heading {
    font-family: Outfit;
    font-size: 35px;
    font-weight: 400;
    line-height: 60px;
    text-align: center;
    color: #666666;
    position: relative;
    top: 50px;
    text-transform: capitalize;
}

@media screen and (max-width:768px) {
    .sec2_heading {
        font-family: Outfit;
        font-size: 20px;
        font-weight: 400;
        line-height: 30px;
        text-align: center;
        position: relative;
        top: 150px;
    }
}

.sec2_desc {
    font-family: Outfit;
    font-size: 24px;
    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%;
        position: relative;
        top: 150px;
    }
}

.Blogin_sec2 {
    padding: 0px 0px 0px 0px;
}


/* ============================================== section 3 =============================================== */

.blogin_bg {
    background-image: url('../Img/blog/dktp-bg.png');
    background-repeat: no-repeat;
    background-size: 100%;
}

@media screen and (max-width:768px) {
    .blogin_bg {
        background-image: url('../Img/blog/mb-bg.png');
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 10px;
    }
}

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

.wave_mobile {
    display: none;
}

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

    .wave_mobile {
        display: block;
    }
}


.Blogin_sec3_p {
    font-family: Outfit;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: #666666;
}

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

.Blogin_sec3_h1 {
    font-family: Titan One;
    font-size: 50px;
    font-weight: 400;
    line-height: 60px;
    text-align: start;
    color: #E65E5C;
    text-transform: uppercase;
}

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

.Blogin_icon {
    font-size: 30px;
    font-weight: 1000;
}

@media screen and (max-width:768px) {
    .Blogin_icon {
        font-size: 20px;
    }
}