

/* active sidebar */
/*.sidebar li:nth-child(10) a {
    background-color: var(--white-color);
    color: #26443B !important;
    font-weight: var(--font-medium);
    pointer-events: none;
    cursor: default;
    opacity: 0.5;
}*/


/*========== base img body ==========*/
.main{
    margin-top: 3%;
    overflow: hidden;
}

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

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

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

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

}


.image-data h2{
    font-size: 42px;
    margin-bottom: 1rem;
}

.image-data .text{
    font-size: 23px;
}





@media (max-width: 768px) {

    .image-data h2{
        font-size: 17px;
        margin-bottom: 0rem;
        
    }
    

    .image-data .text{
        font-size: 7px;
        margin-top: 3%;
    }

    .main{
        margin-top: 16%;
    }
    

}



@media (min-width: 769px) and (max-width: 1440px)  {

    .image-data h2{
        font-size: 30px;
        margin-bottom: 0rem;

    }

    .image-data .text{
        font-size: 12px;
    }

    .main{
        margin-top: 5.5%;
    }
    
}


/*========== SOSYAL SORUMLULUK ==========*/

.sosyal_body {
    margin-top: 6%;
}

.sosyal_container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.section {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10%;
}

.text,
.image {
    flex: 1;
    padding: 10px;
}

.text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.text h2 {
    margin-top: 0;
}

.text p {
    margin: 5% 0% 5%;
    width: 60%;
    text-align: center;
}

 button {

    padding: 20px 50px;
    background-color: #16A085;
    color: white;
    border: none;
    cursor: pointer;
    transition: all 0.2s;
    border-radius: 10px;
    
    
    
}




.image img {
    width: 100%;
    height: auto;
}

.image-row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10%;
}

.image-row img {
    border-radius: 7%;
    margin-right: 1.2rem;
    width: 24%;
    height: auto;
}

@media (max-width: 768px) {
    .section {
        flex-direction: column;
        margin-bottom: 20%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.173);
    }

    .section.revers_colmun{
        flex-direction: column-reverse;
    }

    .image-row {
        flex-direction: column;
    }

    .image-row img {
        width: 70%;
        border-radius: 40px;
        margin-bottom: 1rem;
        margin-right: 0rem;

    }

    .section img{
        margin-bottom: 2rem;
    }
    
    .text button {
        font-size: 14px;
        margin-bottom: 2rem;
    }

    .section:last-child{
        border-bottom: none;
    }


    .img1{
        margin-left: 5rem;
    }

    .img2{
        margin-right: 5rem;
    }


    .img3,.img4{
        display: none;
    }



 

    /* Mobil cihazlar için özel font boyutları */
    .text p {
        font-size: 12px;
        width: 100%;
    }

    .text h2 {
        font-size: 18px;
    }

   

 

}
