

.feedback_section{
    margin-top: 6rem;
    overflow: hidden;
}

.feedback_img_body {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.feedback_img_container {
    position: relative;
    display: inline-block;
}

.slide__image {
    display: block;
    width: 100%; 
    height: auto; 
}

.feedback-data {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -30%);
    text-align: center;
    color: #fff; /* Yazı rengini görsele uygun olarak değiştirin */
}



.feedback-data h2{
    margin-bottom: 0.5rem;
    font-size: 2rem;
    font-weight: 300;
}

.feedback-data h1{
    margin-bottom: 3rem;
    font-size: 3rem;
}

.feedback-data .text{
    margin-bottom: 5rem;
}

.feedback-data button{
    cursor: pointer;
    font-size: 1.2rem;
    background-color: #26443B;
    padding: 20px 25px;
    border-radius: 10px;
    border: none;
}

.feedback-data button a{
    color: #fff;
}






@media (max-width: 768px) {

    .feedback-data h2{
        font-size: 8px;
        margin-bottom: 0rem;
        
    }
    .feedback-data h1{
        font-size: 10px;
        margin-bottom: 0.2rem;
        
    }

    .feedback-data .text{
        font-size: 7px;
        margin-bottom: 0.5rem;

     }

     .feedback-data button{
        padding: 8px 8px;
        font-size: 7px;
     }

    .feedback-data{
        top: 35%;
    }


    .feedback_section{
        margin-top: 2rem;
    }


}



@media (min-width: 768px) and (max-width: 1300px)  {

    .feedback-section{
        margin-top: 2rem;
    }

    .feedback-data h2{
        font-size: 34px;
        margin-bottom: 0rem;
        
    }
    .feedback-data h1{
        font-size: 45px;
        margin-bottom: 1rem;
        
    }

    .feedback-data .text{
        font-size: 14px;
        margin-bottom: 1rem;

     }

     .feedback-data button{
        padding: 10px 15px;
        font-size: 13px;
     }

    .feedback-data{
        top: 35%;
    }


}


/* FOOTER */

footer{
    margin-top: 0 !important;
}




