@media (max-width: 540px) {
    .hamburger-menu::before,
    .header-navbar-line,
    .slider-social-icons,
    .slider-thumbs,
    .header-describe {
        display: none;
    }

    body.menu-open {
        overflow: hidden;
        height: 100%;
    }

    .header-logo img {
        height: 60px;
    }

    #slider {
        padding-bottom: 200%;
    }

    #slider::after {
        border-width: 0 0 60px 100vw;
    }

    .slide-container h3 {
        font-size: 32px;
    }

    #about {
        padding-bottom: 0;
    }

    #about:before {
        background-size: 100% auto !important;
        right: 0;
    }

    .about-text h2 {
        font-size: 32px;
    }

    .catalog-title {
        font-size: 32px;
    }

    .catalog-grid .col-sm-2 {
        margin-bottom: 30px;
    }

    #map {
        height: 100vh !important;
    }

    .map-info {
        width: calc(100% - 64px);
        padding: 32px 16px;
        box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
        border-radius: 8px;
    }

    .map-info h2 {
        font-size: 24px;
    }

    .map-info h3 {
        font-size: 18px;
    }

    .map-info p {
        font-size: 14px;
    }
}

@media (max-width: 991px) {

}

/* 991 */


@media (min-width: 992px) and (max-width: 1200px) {

}

/* 991 - 1200 */


/* **************************************************** */
/* Samsung Phone Yatay */
@media screen and (min-device-width: 320px) and (max-device-width: 640px) and (orientation: landscape) {

}

/* Samsung Phone Yatay */


/* **************************************************** */
/* iPhone Phone Yatay*/
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

}

/* iPhone Phone Yatay*/


/* **************************************************** */
/* iPhone  Tablet Dikey*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {

}

/* iPhone  Tablet Dikey*/


/* **************************************************** */
/* iPhone  Tablet Yatay*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

}

/* iPhone  Tablet Yatay*/


/* **************************************************** */
/* iPhone  5s*/
@media only screen and (min-device-width: 300px) and (max-device-width: 374px) and (orientation: portrait) {
}

/* iPhone  Tablet Dikey*/
/* **************************************************** */
/* en bÃ¼yÃ¼k monitÃ¶r */
@media only screen and (min-device-width: 1368px) and (max-device-width: 1920px) and (orientation: landscape) {

}