@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');

* {
    font-family: 'Poppins', sans-serif;
}

/* Nav Start */
.nav-link {
    font-size: 16px;
    margin-right: 15px;
    font-weight: 500;
}
/* Nav End */
/* Section Start */
.head{
    font-size: 36px;
    font-weight: 500;
}
.disc{
    font-size: 24px;
    font-weight: 400;
}
/* Section End */
/* Footer Start */
footer {
    padding: 75px 0;
    border-top: 1px solid black;
}
.footer-head{
    font-size: 48px;
    font-weight: 700;
    text-align: center;
}
.city{
    font-size: 36px;
    font-weight: 500;
    color: gray;
    text-align: center;
    margin-top: 20px;
}
.phone {
    font-style: 32px;
    font-weight: 500;
    color: gray;
    display: block;
    text-align: center;
    margin-top: 20px;
}