

@media screen and (max-width: 991px) {


    /*--- General ---- */



    html {
        font-size: 0.94rem !important;
    }

    body {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .mt-50 {
        margin-top: 37px !important;
    }

    .mt-100 {
        margin-top: 70px !important;
    }

    .mt-150 {
        margin-top: 110px !important;
    }

    .mt-200 {
        margin-top: 160px !important;
    }

    .my-nav {
        width: 100%;
        height: 80px;
        bottom: 0;
        top: auto;
    }

    .fa-responsive-size {
        height: 10px;
        font-size: 23px !important;
    }



    .offcanvas-responsive {
        width: 400px !important;
    }

    .offcanvas-icon {
        font-size: 16px !important;
        padding: 18px 8px !important;
    }

    .offcanvas-icon-bigger-padding {
        padding: 18px 11px !important;
        font-size: 16px !important;
    }

    .offcanvas-icon-biggest-padding {
        padding: 18px 14px !important;
        font-size: 16px !important;
    }



    /*  ---- Maps ----- */

    .mapa {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .lista {
        max-height: calc(100vh - 160px) !important;
        margin-top: 90px;
    }

    .maps-filters {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100% !important;
        height: 98px !important;
        gap: 15px;
    }

    .filter-flex-div {
        gap: 10px;
    }

    .map_list {
        order: 2 !important;
        margin-left: auto !important;
    }

    .map_search {
        order: 1 !important;
        flex-direction: row !important;
    }

    .bauble_box .bauble_label {
        border-radius: 50px;
        height: 25px !important;
        width: 50px !important;
    }

        .bauble_box .bauble_label:before {
            height: 15px !important;
            width: 16px !important;
        }

    .map-target {
        bottom: 35% !important;
        right: 5% !important;
    }

    /* ---- Event page ---- */

    .event-background {
        height: 260px !important; /* Adjust height */
    }

    .event-back-icon {
        left: 18px !important;
        z-index: 1 !important;
    }

    .event-favorite-icon {
        right: 18px !important;
        z-index: 1 !important;
    }

    .event-map {
        height: 150px !important;
    }


    /*--- Dekstop pocetna ---- */

    .card-box {
        flex-basis: 45% !important;
    }
}

@media screen and (max-width: 768px) {


    /*------ General ---- */

    .mt-50 {
        margin-top: 27px !important;
    }

    .mt-100 {
        margin-top: 55px !important;
    }

    .mt-150 {
        margin-top: 80px !important;
    }

    .mt-200 {
        margin-top: 115px !important;
    }


    /* --- Desktop pocetna --- */

    .hamburger-button {
        display: block !important;
    }

    .desktop-nav-hamburger {
        display: none !important;
        flex-direction: column !important;
    }

    .desktop-nav-container {
        flex-direction: column !important;
    }

    .desktop-nav {
        width: 90% !important;
        margin-left: -45% !important;
    }

    .hero-section {
        padding-top: 100px !important;
    }
}





@media screen and (max-width: 556px) {

    html {
        font-size: 0.85rem !important;
    }

    .offcanvas-responsive {
        width: 300px !important;
    }


    /*  ---- Maps ----- */

    .category-label {
        font-size: var(--fs-600) !important;
    }



    /* ----- Dekstop pocetna ----- */
    .card-box {
        flex-basis: 100% !important;
    }
}


@media screen and (max-width: 556px) {
    .contact-form-control-name {
        margin-bottom: 15px !important;
    }
}


@media screen and (max-width: 375px) {

    .menu-logo {
        width: 70px !important;
        height: 70px !important;
    }

    .menu-li-text {
        font-size: var(--fs-340);
    }
}
