@media screen and (max-width: 600px) {
    html,
    body {
        width: 100%;
        overflow-x: hidden;
    }

    .hero-section {
        background-size: cover;
        height: 500px;
    }

    .container.p-0 {
        padding: 0px 1rem !important;
    }

    .margin-nagetive,
    .mobile-reverse {
        flex-direction: column-reverse;
        margin-top: 0px;
    }

    .information-box .icon-right {
        right: 1rem;
    }
    .information-box .icon-left {
        top: 1rem;
    }

    .uretim-block {
        background-size: cover;
    }

    .uretim-block .block {
        width: 100%;
    }

    .gallery-carousel.owl-carousel .owl-nav button.owl-prev {
        left: 0px;
        background-color: white;
    }

    .gallery-carousel.owl-carousel .owl-nav button.owl-next {
        right: 0px;
        background-color: white;
    }

    .newsletter-form .col-md-2,
    .newsletter-section .header-title {
        margin-top: 10px;
    }

    .container.footer-upper,
    .footer-lower .container {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .ftco-navbar-light .navbar-toggler {
        font-size: 13px;
    }

    .icon-language {
        padding: 5px !important;
    }
    .language-dropdown {
        position: relative !important;
        right: 0px;
    }
    .owl-theme .owl-nav.disabled + .owl-dots {
        bottom: 50px !important;
        left: 10px !important;
    }
    .navbar {
        width: 100% !important;
    }
    .information-box .subtext {
        width: 100%;
    }
    .desktop-carousel{
        display: none !important;
    }
    .mobile-carousel{
        display: block !important;
    }
    .hero-item{
        background-size: 100% 100%;
    }
    .hero-item .header-text{
        font-size: 32px;
    }

    
    .uretim-block {
        background-image: url("../images/uretim-bg-mobile.jpg");
        background-size: 100% 100%;
        height: 650px;
        margin-top: -1.5rem;
    }
    .uretim-block .block.v2,
    .uretim-block .block{
        padding: 1.5rem;
    }
}
