@media (min-width:1200px) and (max-width:1800px) {}

@media (min-width:820px) and (max-width:1200px) {
    .owl-nav {
        display: none;
    }
    .n-tog {
        background-color: white;
        border-radius: 0px;
    }
}

@media (max-device-width:820px) {
    .owl-nav {
        display: none;
    }
    .n-tog {
        background-color: white;
        border-radius: 0px;
    }
}

@media (max-device-width:768px) {
    .owl-nav {
        display: none;
    }
    .n-tog {
        background-color: white;
        border-radius: 0px;
    }
}

@media (max-width: 768px) {
    .owl-nav {
        display: none;
    }
    .n-tog {
        background-color: white;
        border-radius: 0px;
    }
    .about-part .about-title {
        padding-top: 2rem;
    }
    .about-content .photo-area img {
        width: 100%;
        height: 200px;
        padding: 0.5rem;
        object-fit: cover;
    }
}

@media (max-width: 600px) {
    .owl-nav {
        display: none;
    }
    .n-tog {
        background-color: white;
        border-radius: 0px;
    }
    .about-content .photo-area img {
        width: 100%;
        height: 200px;
        padding: 0.5rem;
        object-fit: cover;
    }
}

@media (max-device-width: 480px) {
    .contact-content .contact-img img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        border: 2px solid black;
        opacity: 0.3;
        margin-bottom: 1rem;
    }
    .about-part .about-title,
    .product-title {
        font-size: 2rem;
        margin-top: 2rem;
        text-align: center;
    }
    .about-par {
        line-height: 27px;
        padding-top: 0px !important;
        text-align: center;
    }
    .owl-nav {
        display: none;
    }
    .n-tog {
        background-color: white;
        border-radius: 0px;
    }
    .production {
        padding-top: 2rem;
    }
    .about-content .photo-area img {
        width: 100%;
        height: 200px;
        padding: 0.5rem;
        object-fit: cover;
    }
    .btn-about-div {
        display: flex;
        justify-content: center;
    }
    .img-about img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
    .about-content {
        background: transparent;
        padding: 8.5rem 0rem 6rem 0rem;
    }
    .about-content .content-title {
        font-weight: 300;
        margin: 1rem 0rem;
    }
    .product-services {
        padding: 8rem 0rem 1rem 0rem;
    }
    .side-menu {
        margin-bottom: 1rem;
    }
    .production .card {
        border-radius: 10px !important;
    }
    .card-galeri {
        border-radius: 10px;
    }
    .card-galeri img {
        border-radius: 10px !important;
    }
    /* .copy-div {
        order: 2;
    } */
    .social-icons-div {
        order: 1;
        margin: auto;
    }
    .navbar-toggler:focus {
        box-shadow: none !important;
    }
    .big-nav {
        z-index: 9999999999999999;
        color: black;
    }
    .shadow-card {
        padding: 2rem !important;
    }
    .col-menu {
        margin-bottom: 1.5rem;
    }
    .hizlicozum {
        z-index: 999999999999999999999;
    }
    .z-nav {
        z-index: 99999;
    }
    .padding-top {
        padding-top: 0rem !important;
    }
    .slider {
        padding: 100px 30px 50px 30px;
    }
    .text-bg {
        text-align: center;
        margin-bottom: 3rem;
    }
    .text-bg p {
        padding-bottom: 0px;
    }
    .text-bg h1 {
        color: #000;
        padding-top: 50px;
        font-size: 40px;
        line-height: 70px;
        padding-bottom: 25px;
        text-transform: uppercase;
        font-weight: 700;
    }
    .top-bar .social-menu a,
    .top-s-media a {
        font-size: 0.7rem;
    }
}