* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    background-color: black;
    overflow-x: hidden;
}

#root {
    width: 100%;
}

.nav-container {
    width: 100%;
    background-color: black;
    display: flex;
    justify-content: space-around;
}

.logo img {
    width: 30%;
    padding: 6px;
    transition: all 0.5s ease-in-out;
}

.logo img:hover {
    cursor: pointer;
    transform: scale(1.2);
}

.nav {
    display: flex;
    justify-content: space-between;
    width: 40%;
}

.nav ul {
    width: 90%;
    display: flex;
    justify-content: space-around;
    gap: 30px;
    align-items: center;
    padding: 10px;
}

.nav ul li {
    list-style: none;
}

.nav ul li a {
    text-decoration: none;
    color: white;
    text-align: center;
    font-size: 20px;
    text-transform: capitalize;
    white-space: nowrap;
    word-break: normal;
}

#button1 {
    border: 1px solid white;
    padding: 10px;
    font-size: 15px;
    border-radius: 50px;
}

#button2 {

    background-color: red;
    color: white;
    padding: 12px;
    font-size: 15px;
    border-radius: 50px;
}



.brands {
    width: 100%;
    background-color: black;
    color: white;
    padding-top: 80px;
}

.brands .text {
    text-align: center;
    margin-bottom: 20px;
}

.brands .text h2 {
    font-size: 40px;
}

.brands .text h2 strong {
    font-size: 60px;
    color: white;
}

.brands .text h6 {
    font-size: 30px;

}

.brands .text p {
    font-size: 20px;
    color: rgb(168, 165, 165);
}

.cards-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding-bottom: 60px;
}

.cards-container .parentCard .card {
    /* background-color: rgb(194, 51, 51); */
    padding: 15px;
}

.cards-container .parentCard {
    width: 23%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
}

.cards-container .parentCard img {
    width: 100%;
    object-fit: cover;
}

.cards-container .parentCard img:hover {
    cursor: pointer;
}

.btn {
    width: 100%;
    display: flex;
    justify-content: center;
}

.btn button {
    width: 70%;
    background-color: rgb(0, 0, 0);
    border: 1px solid white;
    color: white;
    font-size: 13px;
    border-radius: 50px;
    margin-top: 15px;
    padding: 17px;
}

.gallery-text {
    width: 100%;
    background-color: #171717;
    color: white;
    padding-bottom: 60px;

}

.gallery-text .text {
    text-align: center;
    padding-top: 80px;

}



.gallery-text .text h1 {
    font-size: 60px;
    font-weight: bolder;
}

.gallery-text .text h2 {
    font-size: 40px;
    color: white;
    letter-spacing: 2px;
}

.gallery-text .text p {
    font-size: 20px;
    color: rgb(168, 165, 165);
}

#city {
    font-size: 20px;
    color: red;
    text-transform: uppercase;
    letter-spacing: 3px;

}

.gallery {
    display: flex;
    justify-content: space-around;
    width: 100%;
    padding-top: 20px;
    padding: 20px;
}

.gallery-text img {
    width: 100%;
    object-fit: cover;
}


.gallery-card h4 {
    font-size: 25px;
    font-weight: normal;
}

.gallery-card h4 strong {
    font-size: 50px;
    font-weight: bolder;
}

p {
    font-size: 20px;
    color: rgb(168, 165, 165);
}

.gallery-card button {
    background-color: rgb(0, 0, 0);
    border: 1px solid white;
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    border-radius: 50px;
    margin-top: 15px;
    padding: 17px;
}

.gallery-card button i {
    margin-left: 10px;
    color: red;
}

.gallery-card button:hover {
    cursor: pointer;
}

.gallery2 {
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 100%;
    padding-top: 20px;
    padding: 20px;
}

.faranchise-second {
    font-family: 'Poppins', sans-serif;
    background-color: #171717;
    color: white;
    width: 100%;
    padding-top: 20px;
    padding: 20px;
}

.faranchise-text {
    text-align: center;
    padding-top: 80px;
}

.faranchise-text h1 {
    font-size: 60px;
    font-weight: bolder;
    text-transform: uppercase;
}

.faranchise-text h2 {
    font-size: 40px;
    color: white;
    letter-spacing: 2px;
    text-transform: capitalize;
}

.faranchise-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    width: 100%;
    padding-top: 20px;
    padding: 20px;
}

.faranchise-card {
    text-align: center;
    width: 30%;
    padding: 10px;
}

.faranchise-card-image img {
    width: 100%;
    object-fit: cover;
}

.faranchise-card-image img:hover {
    cursor: pointer;
}

.faranchise-card-text {
    padding: 10px;
}

.faranchise-card h4 {
    font-size: 20px;
    font-weight: normal;
}

.faranchise-card h4 strong {
    font-size: 35px;
    font-weight: bolder;
}

.faranchise-card p {
    font-size: 20px;
    color: rgb(168, 165, 165);
}

.faranchise-card button {
    background-color: transparent;
    border: 1px solid white;
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    border-radius: 50px;
    margin-top: 15px;
    padding: 17px;
}

.faranchise-card button i {
    margin-left: 10px;
    color: red;
}

.faranchise-card button:hover {
    cursor: pointer;
}

.promotion {
    background-color: #171717;
    color: white;
    width: 100%;
    padding-top: 20px;
    padding: 20px;


}

.promotion-text {
    text-align: center;
    padding-top: 80px;
}

.promotion-text h1 {
    font-size: 50px;
    font-weight: bolder;
    text-transform: uppercase;
}

.promotion-text h2 {
    font-size: 40px;
    color: white;
    letter-spacing: 2px;
    font-weight: bold;
    text-transform: capitalize;
}

.promotion-card {
    display: flex;
    gap: 10px;
    width: 100%;
    padding-top: 20px;
    padding: 20px;
}

.promotion-card-image img {
    width: 100%;
    object-fit: cover;
}

.promotion-card-image img:hover {
    cursor: pointer;
}

.promotion-card-text {
    padding: 10px;
}

.promotion-card h4 {
    font-size: 20px;
    font-weight: normal;
}

.promotion-card h4 strong {
    font-size: 35px;
    font-weight: bolder;
}

.promotion-card p {
    font-size: 20px;
    color: rgb(168, 165, 165);
}

.promotion-card button {
    background-color: #28a745;
    border: 1px solid white;
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    border-radius: 50px;
    margin-top: 15px;
    padding: 17px;
}

.promotion-card button i {
    margin-left: 10px;
    font-size: 20px;
    color: rgb(255, 255, 255);
}

.promotion-card button:hover {
    cursor: pointer;
    background-color: transparent;
}

.location-text {
    text-align: center;
    padding-top: 50px;
    width: 100%;
}

.location-text h1 {
    font-size: 50px;
    font-weight: bolder;
    text-transform: uppercase;
}

.location-text h4 {
    font-size: 30px;
    color: white;
    letter-spacing: 2px;
    text-transform: capitalize;
}

.location-cards {
    background-color: black;
    color: white;
    width: 100%;
    padding-top: 20px;
    padding: 20px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    padding-bottom: 50px;

}

.location-card {
    width: 30%;
    padding: 10px;
    text-align: center;
    background-color: white;
    color: black;
    border-radius: 10px;
    margin-bottom: 20px;

}

.location-card-image img {
    width: 15%;
    object-fit: cover;
    padding: 10px;
    margin-bottom: 10px;
}

.location-card-image img:hover {
    cursor: pointer;
    transform: scale(1.1);
    transition: all 0.5s ease-in-out;
    border-radius: 50px;
}

.location-card-text {
    padding: 10px;
}

.location-card h4 {
    font-size: 20px;
    font-weight: bold;
}

.location-card h4 strong {
    font-size: 35px;
    font-weight: bolder;
}

.location-card p {
    font-size: 20px;
    font-weight: 600;
    color: rgb(0, 0, 0);
}

.footer {
    background-color: #171717;
    color: white;
    width: 100%;
    padding: 20px;
    padding-top: 50px;
    display: flex;
    justify-content: space-around;
    padding-bottom: 50px;

}

.footer-text {
    width: 25%;
}

.footer-text img {
    padding-bottom: 40px;
}

.footer-text p {
    color: rgb(168, 165, 165);

}

.footer-links {
    width: 20%;
}

.footer-links h4 {
    font-size: 20px;
    font-weight: bold;
}

.footer-links ul {
    list-style: none;
}

.footer-links ul li a {
    font-size: 15px;
    color: rgb(168, 165, 165);
    text-decoration: none;
    line-height: 2.5;
}

.footer-links ul li a:hover {
    color: rgb(230, 230, 230);
}

.footer-contact {
    width: 20%;
}

.footer-contact h4 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
}

.footer-contact p {
    font-size: 15px;
    color: rgb(168, 165, 165);
    line-height: 1.5;
}

.footer-social {
    width: 20%;
}

.footer-social h4 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
    text-transform: capitalize;
}

.footer-social ul {
    list-style: none;
    display: flex;
    gap: 10px;
    align-items: center;
}

.footer-social ul li a {
    font-size: 30px;
    color: rgb(197, 0, 0);
}

.footer-social ul li a:hover {
    color: rgb(230, 230, 230);
}

.footer-social-images {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-social-images img {
    width: 50%;
    object-fit: cover;
}

.mobile-line {
    display: none;
}

@media (max-width: 1350px) {
    body header .nav ul li a {
        font-size: 9px;
    }

    body header .nav ul li #button1,
    body header .nav ul li #button2 {
        font-size: 9px;
    }

    body header .nav ul li #button2,
    body header .nav ul li #button1 {
        width: 10vh;
        font-size: 12px;
    }
}

@media (max-width: 1000px) {
    header .nav-container {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    header .nav-container .logo {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    header .nav-container .nav {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    header .nav-container .nav ul {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    header .nav-container .nav ul li a {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 800px) {
    .brands {
        width: 100%;
        background-color: black;
        color: white;

    }

    .brands .text h2 {
        font-size: 20px;
    }

    .brands .text h2 strong {
        font-size: 30px;
    }

    .brands .text h6 {
        font-size: 19px;
    }

    .brands .cards-container {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .brands .cards-container .parentCard {
        width: 95%;
    }

    .brands .cards-container .card {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

}

@media screen and (max-width: 800px) {
    .gallery-text .text h1 {
        font-size: 45px;
    }

    .gallery-text .text h2 {
        font-size: 25px;
    }

    .gallery-card .text p {
        font-size: 10px;
    }

    .gallery {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: center;
    }

    .gallery2 {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        text-align: center;
        justify-content: center;
    }
}

@media screen and (max-width: 800px) {
    .faranchise-text h1 {
        text-align: center;
        font-size: 40px;

    }

    .faranchise-text h2 {
        text-align: center;
        font-size: 20px;

    }

    .faranchise-card {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (max-width: 800px) {
    .promotion-text h1 {
        text-align: center;
        font-size: 40px;

    }

    .promotion-text h2 {
        text-align: center;
        font-size: 20px;

    }

    .promotion-card {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
}

@media screen and (max-width: 800px) {
    .location-text h1 {
        text-align: center;
        font-size: 40px;

    }

    .location-text h2 {
        text-align: center;
        font-size: 20px;

    }

    .location-cards {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .location-card {
        width: 90%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (max-width: 800px) {
    .footer {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .mobile-line {
        display: block;
        width: 100%;
        height: 1px;
        background-color: rgb(168, 165, 165);
    }

    .footer-text {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .footer-links {
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .footer-contact {
        width: 100%;
    }

    .footer-social {
        width: 100%;
    }

    .footer-social h4 {
        text-align: center;
        margin-top: 20px;
        font-size: 30px;
    }

    .footer-social ul {
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
    }

    .footer-social-images img {
        width: 20%;
        
        
    }

    .footer-social-images {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }


}
