@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: "Futura";
    src: url("./fonts/ftpstrps/ftpstrps.ttf");
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
}

body {
    background-color: black;
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}

.logo img {
    padding: 20px;
}

.navbar .lists ul {
    display: flex;
    align-items: center;
}

.lists ul li {
    list-style: none;
    margin-left: 20px;
}

.lists ul a {
    text-decoration: none;
    color: white;
    font-size: 16px;
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn button {

    margin-left: 20px;
    padding: 15px;
}

.btn1 {
    border: 1px solid white;
    background: transparent;
    color: #ffff;
    font-size: 16px;
    border-radius: 25px;

}


.btn2 {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ff0000;
    border: none;
    height: 52px;
    width: 160px;
    padding: 30px;

}

.btn2 .fa {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    margin-left: 10px;
    width: 25px;
    border-radius: 50%;
    background-color: #ffff;
    color: #ff0000;
}

/* =======image-section================ */

.image img {
    width: 100%;
    margin-bottom: 10px;
}

/* =======text-img SECTION================ */
.text-img {
    margin: 30px 0;
    width: 100%;
}

.text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
}

.text p {
    width: 550px;
    font-family: "Roboto";
    color: #ffff;
    text-align: center;
    font-size: 30px;
}

.text .salt {
    font-family: "Futura";
    font-size: 58px;
}

.text .sec-para {
    color: rgb(152, 153, 154);
    font-size: 14px;
    margin-top: 15px;
    letter-spacing: 1px;
    text-align: center;
    width: 900px;
}

.txt-image {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}

.txt-image img {
    background-color: #ffff;
    margin: 30px 20px 0px 20px;
    padding: 20px;
    border-radius: 5px;
}

.txt-btn button {
    padding: 13px 5px;
    background: transparent;
    border: none;
    color: #ffff;
    outline: 1px solid #ffff;
    font-size: 16px;
    width: 150px;
    border-radius: 30px;
    cursor: pointer;
}

.txt-image-holder {
    display: flex;
    align-items: center;
    justify-content: center;
}


/* =======franchise SECTION================ */
.franchise {
    width: 100%;
    background-color: #2222226e;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 80px;
    padding: 20px;
}

.frn-txt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    background-image: url('./images/franchise\ bg.webp');
    background-repeat: no-repeat;
    background-position: 100% 0%;
}

.frn-txt .salt {

    font-family: "Futura";
    font-size: 60px;
    color: #ffff;
}

.frn-txt h2 {
    margin-top: 20px;
    text-align: center;
    color: #ffff;
}

.res {
    font-size: 56px;
    font-family: 'Times New Roman', Times, serif;
    letter-spacing: 1px;
    color: #ffff;
    margin-top: 8px;
}

.frn-para {
    color: rgb(152, 153, 154);
    margin-top: 10px;
}

.sub-franchise .sub-txt .ISL {
    color: #ff0000;
    letter-spacing: 8px;
}

.p {
    color: #ffff;
    font-size: 32px;
}

.sub-txt .p .salt {
    font-family: "Futura";
    font-size: 38px;
    color: #ffff;
}

.sub-franchise {
    display: flex;
    justify-content: space-evenly;
    margin-top: 80px;
}

.loc {
    color: #a5a4a4;
    margin: 20px 0px 10px 0;
}

.sub-txt a {
    color: #a5a4a4;
    text-decoration: none;
    /* padding-top: 15px; */
}

.dir-btn {
    display: flex;
    align-items: center;

}

.dir-btn button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    background: transparent;
    color: #ffff;
    border: none;
    outline: 1px solid #ffff;
    border-radius: 30px;
    font-size: 16px;
    margin-top: 70px;


}

.dir-btn .fa {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    margin-left: 10px;
    width: 25px;
    border-radius: 50%;
    background-color: #ffff;
    color: #ff0000;
}

.sub-img img {
    border-radius: 5px;
}


/* ================express-franchise==================== */
.express-franchise {
    width: 100%;
}

.heading {
    margin-top: 30px;
    padding: 20px;
}

.express-franchise h2,
h4 {
    color: #ffff;
    text-align: center;
    margin-top: 10px;
}

.express-franchise h2 {
    font-size: 60px;
    font-family: "Futura";
}

.express-franchise h4 {
    font-size: 45px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.card-text {
    color: #ff0000;
    margin-top: 10px;
    letter-spacing: 6px;
    font-size: 15px;
    font-weight: 300;

}

.card-holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.cards {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 40px;
    padding: 20px;
}

.card-txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.card-image img {
    border-radius: 5px;
    width: 400px;
}

.card-txt h2 {
    font-size: 27px;
    font-weight: 500;
}

.card-txt .loc {
    font-size: 14px;
}

.card-txt a {
    text-decoration: none;
    color: #a5a4a4;

}

.card-holder .dir-btn {
    margin-top: -50px;
}

.card-holder .dir-btn .fa {
    transform: rotate(-45deg);
}

.card-txt h2 span {
    font-size: 20px;
}

.card-image .guj {
    width: 360px;
}


/* ===============village-franchise================ */
.village-franchise {
    width: 100%;
    background-color: #2222226e;
    margin-top: 70px;
    padding: 20px;
}

.village-franchise .heading {
    margin-top: 30px;
    padding: 30px;
}

.village-franchise .heading h2,
h4 {
    color: #ffff;
    text-align: center;
    margin-top: 10px;
}

.village-franchise h2 {
    font-size: 60px;
    font-family: "Futura";
    font-weight: 500;
}

.village-franchise h4 {
    font-size: 45px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.vil-txt h2 {
    color: #ffff;
    font-size: 40px;
}

.vil-txt span {
    font-size: 33px;
}

.vil-txt a {
    text-decoration: none;
    color: #a5a4a4;
}

.sub-village {
    display: flex;
    align-items: center;
    justify-content: center;

}

.vil-txt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
}

.vil-txt .dir-btn button {
    background-color: #28a745;
    outline: none;
    font-family: 'Times New Roman', Times, serif;
    cursor: pointer;
}

.vil-txt .dir-btn .fa {
    color: #28a745;
}

.vil-txt .dir-btn button:hover {
    background: transparent;
    outline: 1px solid #ffff;
}

/* =================OPENING================ */
.opening {
    width: 100%;
    margin-top: 50px;
    padding: 20px;
}

.opening .heading {
    margin-top: 30px;
    padding: 30px;
}

.opening .heading h2,
h4 {
    color: #ffff;
    text-align: center;
    margin-top: 10px;
}

.opening h2 {
    font-size: 60px;
    font-family: "Futura";
    font-weight: 500;
}

.opening h4 {
    font-size: 45px;
    font-weight: 600;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.opening .heading h4>span {
    font-size: 30px;
}

.loc-holder {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 10px 20px;
}

.location {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #ffff;
    height: 250px;
    width: 400px;
    border-radius: 5px;

}

.loc-txt .red {
    letter-spacing: 4px;
    padding: 10px 30px;
    color: #ff0000;
    text-align: center;
}

.loc-img img {}

.loc-txt p>span {
    font-size: 20px;
    font-weight: 600;
}

.loc-txt p {
    font-family: Georgia, Times, 'Times New Roman', serif;
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
}

.loc-txt h4 {
    color: black;
    font-size: 18px;
    font-weight: 300;
}


/* ===========FOOOTER============== */
.footer {
    width: 100%;
    background-color: #2222226e;
    padding: 30px;
    background-image: url(./images/franchise\ bg.webp);
    background-repeat: no-repeat;
    background-position: left;

}

.footer footer {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;

}

.f-logo img {
    width: 200px;
    padding: 20px;
}

.f-logo p {
    color: #a5a4a4;
    width: 400px;
    padding: 20px;
}

.f-logo a {
    padding: 20px;
    text-decoration: none;
    color: #a5a4a4;
}

.links {
    display: flex;
    align-items: flex-start;
    flex-direction: column;

}

.links h3 {
    color: #ffff;
}

.links a {
    text-decoration: none;
    color: #a5a4a4;
    margin-top: 20px;
}

.contact-us {
    color: #ffff;
    width: 250px;
}

.contact-us h3 {
    font-size: 20px;
}

.con-add {
    padding-top: 5px;
}

.con-add h5 {
    font-size: 18px;
    margin: 10px 0px;

}

.con-add p {
    color: #a5a4a4;
}

.con-add a {
    text-decoration: none;
    color: #a5a4a4;
}

.follow-us {
    color: #ffff;
}

.icons {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 20px 10px;
    justify-content: center;
}

.circle {
    background-color: #ff0000;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    /* margin-left: 10px; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle a {
    color: #ffff;
    font-size: 20px;
}

.get {
    margin: 20px;
    cursor: pointer;
}

/* SUB_FOOTER===== */
.sub-footer {
    width: 100%;
    height: 50px;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #ffff;
}


/* ------------------------MEDIA QUERY---------------------------------- */
@media only screen and (max-width:1200px) {

    .image img {
        width: 100%;
        margin-bottom: 10px;
    }

    .txt-image-holder {
        flex-direction: column;

    }

    .cards {
        width: 100%;
        flex: auto;
        flex-direction: column;
    }

    .vil-txt {
        align-items: center;
    }

    .sub-village {
        flex-direction: column;
    }

    /* 
    .contact-us {
        margin-left: 30px;
    } */
}

@media only screen and (max-width:768px) {
    .navbar .lists ul a {
        display: none;
    }

    .image img {
        width: 100%;
    }

    /* .text-img {
        margin: 32px;
    } */

    .footer footer {
        gap: 50px;
        text-align: center;
        flex-direction: column;
        align-items: center;
    }

    .f-logo p {
        width: 100%;
    }

    .sub-franchise {
        flex-direction: column-reverse;
        align-items: center;
    }

    .sub-txt {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 20px;
    }

    .reverse {
        flex-direction: column;
    }

    .img-village img {
        width: 100%;
    }

    footer .links {
        padding: 30px 200px;
        margin: 20px 87px;
        align-items: center;
    }
    .sub-img img{
        width: 100%;
    }

    .text .sec{
        
    }
    
}


/* --------- Mobile (max-width: 480px) --------- */
@media only screen and (max-width: 480px) {
    .navbar {
        padding: 10px;
    }

    .logo img {
        width: 150px;
    }

    .lists ul {
        gap: 8px;
    }

    .txt-image,
    .sub-txt {
        margin-bottom: 15px;
    }

    .card-holder,
    .location {
        width: 100%;
    }

    .image img {
        width: 100%;
        height: auto;
    }

    footer>div {
        margin-bottom: 20px;
    }

    .icons {
        justify-content: center;
    }
    .sub-img img{
        width: 100%;
    }
    .text .sec-para{
        width: 300px;

    }
    .text p{
        font-size: 24px;
        width: 300px;
    }
    .frn-txt .res{
        text-align: center;
        font-size: 48px;
    }
    .frn-txt .frn-para{
        text-align: center;
    }
    .opening h4{
        font-size: 35px;
    }
    .loc-holder{
        flex-direction: column;
    }
    .red{
        padding: 10px 54px;
    }
    .loc p{
        text-align: center;
    }
    .sub-franchise{
        text-align: center;
    }
    .btn1-1{
        display: none;
    }
    .card-txt .loc,
    .vil-txt .loc{
        text-align: center;
    }
}