@media (min-width: 768px) and (max-width: 992px) {
    /* Buraya tabletler için stil tanımlamalarını ekleyebilirsin */
}

@media (min-width: 992px) and (max-width: 1200px) {
    /* Buraya dizüstü bilgisayarlar için stil tanımlamalarını ekleyebilirsin */
}

@media (max-width: 1200px) {
    .scene-1-img img {
        top: -150px;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .mini-contact-form{
        padding: 20px;
    }
    .home-page-about-section {
        padding: 100px 0 150px 0;
    }
    .scene-1-img img {
        top: 0;
        width: 100%;
        position: absolute;
        scale: 1.7;
    }

    .scene-3-img img {
        position: static;
    }

    .footer-top {
        flex-direction: column;
        align-items: center;
        text-emphasis: none;
        text-align: center;
    }

    .footer-top ul {
        padding: 0;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;

    }

    .carousel-control-next {
        right: 20px;
        width: 70px;
        height: 70px;
        top: calc(100% - 70px);

    }

    .carousel-control-prev img,
    .carousel-control-next img {
        width: 35%;
    }

    .carousel-control-prev {
        left: calc(100% - 170px);
        width: 70px;
        height: 70px;
        top: calc(100% - 70px);

    }

    .slider-content {
        bottom: 60px;
        left: 20px;
    }

    .home-page-about-section h2 {
        font-size: 55px;
    }

    .home-page-about-section p {
        font-size: 20px;
    }

    .scene-1 p {
        font-size: 45px;
    }

    .scene-1 p b {
        font-size: 30px;
    }

    .scene-1 {
        padding: 20px;
        margin-bottom: 0px;
    }

    .page h3 {
        font-size: 44px;
    }

    .page p {
        font-size: 20px;
    }

    .scene-3-content-item-text h6 {
        font-size: 26px;
    }

    .slider-content-subtitle {
        font-size: 33px !important;
    }

    .slider-content-title {
        font-size: 60px !important;
    }

    .slider-item {
        height: 56vh !important;
    }

    .page-title h1 {
        font-size: 45px;
    }

    .tab-btn {
        font-size: 15px;
    }

    .tab-item-section {
        flex-direction: column;
    }

    .tab-item-text {
        order: 1;
    }

    .tab-item-img {
        order: 2;
    }

    .tab-item-img img {
        width: 100%;
    }

    .tab-item-text h2 {
        font-size: 50px;
    }

    .tab-btn {
        padding: 10px;
    }

    .filo-item {
        width: 100% !important;
        height: 500px;
    }

    .filo-item-img img {
        width: 100%;
        bottom: 30px;
        position: relative;
    }

    .information-item h3 {
        font-size: 35px;
    }

    .information-item {
        width: 100% !important;
    }

    .sales-form-images-1,
    .sales-form-images-2 {
        display: none;
    }

    .sales-form-images-3 img {
        width: 100%;
        position: static;
    }

    .sales-form-images {
        position: static;
    }

    .sales-form {
        padding: 30px;
        margin-top: 100px;
    }

    .sales-form input::placeholder,
    .mini-contact-form input::placeholder {
        font-size: 14px;
    }

    .sales-form input,
    .mini-contact-form input {
        font-size: 14px;
    }

    .sales-form textarea,
    .mini-contact-form textarea {
        font-size: 14px;
        font-weight: 600;
    }

    .sales-form textarea::placeholder,
    .mini-contact-form textarea::placeholder {
        font-size: 14px;
    }

    .right-section {
        padding-left: 0px;
        margin-top: 50px;
    }

    .mini-contact-form-title {
        font-size: 33px;
    }

    label {
        font-size: 14px;
        font-weight: 600;
    }


    h2 {
        font-size: 40px;
    }


    .scene-2-item p {
        padding: 0 8px;
    }


}