
    .logo {
    width: 100px;
    height: auto;
    /* max-height: 60px; */
    object-fit: contain;
}

    .logo1 {
    /* width: 100px; */
    height: auto;
    max-height: 100px;
    object-fit: contain;
}
.bg-primary1 {
    background-color: #060315 !important;
}
 .footer {
    background: linear-gradient(rgb(6 3 21 / 15%), rgb(6 3 21 / 22%)), url(../img/map.png) center center no-repeat;
    background-size: cover;
}
.text-secondary {
    color: #ffc000 !important;
}