
.nav-link.active {
    background-color: rgb(175, 86, 27);
}
.nav-link:hover {
    background-color: rgb(175, 86, 27);
}
body {
    height: 100vh;
    width: 100%;
    background-image: url('../img/homepage-background.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.bg-overlay {
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.39);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-attachment: fixed;
}
.background-scheme {
    background-color: rgb(202, 113, 54);
    color: white;
}
label {
    color: rgb(175, 86, 27);
    /* font-weight: bold; */
}
/* input {
    text-transform: uppercase;
} */
.urdu-font {
    font-family: 'Jameel Noori Nastaleeq';
    font-size: 1.4rem;
}