* {
    margin: 0;
    padding: 0;
}

/* .navbar {
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
} */

/* .container-fluid {
    width: auto !important;
} */

.topbarContainer {
    display: flex;
    z-index: 999;
    justify-content: end;
    align-items: center;
    padding: 0;
}

[dir="rtl"] .topbarContainer {
    background: linear-gradient(90deg, #000c14 10.95%, #7d8387 36.12%, #babdc0 46.7%, #e9eaeb 60.67%, #fff 76.9%);
}

[dir="ltr"] .topbarContainer {
    background: linear-gradient(270deg, #000c14 10.95%, #7d8387 36.12%, #babdc0 46.7%, #e9eaeb 60.67%, #fff 76.9%);
}





.logoclas {
    /* margin-left: 0.8rem; */
    color:var(--black-font-color) !important;
    font-family: Montserrat;
    font-size: 2rem !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 130px;
    height: 40px;
    object-fit: cover;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--black-font-color) !important;
    font-family: Montserrat;
    font-size: 1.2rem;
    /*font-style: normal;
    font-weight: 400;
    line-height: normal; */
}

.btn {
    white-space: nowrap;
}

.watsappImg {
    margin-left: 2rem;
}

.btn-secondary {
    color: white !important;
}

.nav-link {
    color:var(--black-font-color);
    font-family: Montserrat;
    font-size: 1.063rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* .navbar > .container {
    flex-wrap: unset !important;
    align-items: unset !important ;
    justify-content: unset !important;
} */
@media screen and (max-width: 800px) {
    .topbarContainer {
        background: var(--black-background-color) !important;
        /* display: flex;
        justify-content: end;
        align-items: center; */
    }
}