@media (max-width: 972px) {
    #home-title{
        font-size: 70px;
    }

    #home-explane{
        font-size: 25px;
    }
}

@media screen and (max-width: 860px) {
    #home-title{
        font-size: 55px;
    }

    #home-explane{
        font-size: 20px;
    }
}

@media screen and (max-width:665px ){
    #home-title{
        font-size: 50px;
    }
    
    #home-explane{
        font-size: 15px;
    }
}

@media screen and (max-width:612px ){
    #home-title{
        font-size: 40px;
    }
    
    #home-explane{
        font-size: 12px;
    }
}

@media screen and (max-width: 492px){
    #home-title{
        font-size: 30px;
    }

    #home-explane{
        font-size: 10px;
    }
}

/* şirket hakkında */

@media screen and (max-width:965px ){
    .company-part{
        margin-left: 20vw;
    }
}

@media screen and (max-width:880px ){
    .company-part{
        margin-left:15vw ;
    }
    
    
    #company-about-title{
        font-size:65px;
    }

    .company-about-explane{
        font-size: 22px;
        
    }

}

@media screen and (max-width: 672px){
    .company-part{
        margin-left:5vw ;
    }
}

@media screen and (max-width:540px ){
    #company-about-title{
        font-size:10vw;
    }

    .company-about-explane{
        font-size: 4vw;
        
    }
}




/* sunduğumuz hizmetler */


@media screen and (max-width:1532px ){
    .services{
        flex-direction: column;
    }

    #services-title{
        border-right: rgb(137, 8, 8) 4px solid;
        border-bottom: none;
        padding-right: 5vw;
        margin-right: 5vw;
        
    }

    .services-explane{
        display: flex;
        
    }
}


@media screen and (max-width: 1256px ){
    .services{
        justify-content: center;
        
    }


    .services-explane{
        display: block;
        
    }

    #services-title{
        border-bottom: rgb(71, 3, 3) 10px solid;
        border-right: none;
        font-size: 65px;
        
    }

    #services-explane{
        font-size: 22px;
        margin-bottom: 5rem;
    }

    .services-list{
        font-size: 20px;
        padding-top: 10px;
    padding-bottom: 10px;
    }

}


@media screen and (max-width: 590px ){
    #services-title{
        font-size: 10.3vw;
    }
    #services-explane{
        font-size: 3.8vw;
    }

    .services-list{
        font-size: 3.4vw;
    }

}

/* misyon vizyon */

@media screen and (max-width:1352px ){
    .mision-vision{
        flex-direction: column;
        background-image: none;
        background-color: #f3e7e7;
        
    }

    

    .mision-vision-about{
        display: flex;
        justify-content: space-around;
        flex-direction:column ;
        
    }


    .mision-part{
        display: flex;
        
        align-items: flex-end;
        flex-direction: column;
    }

    .vision-part{
        display: inline;
        
    }
}

@media screen and (max-width:588px ){
    .mision-vision-title{
        font-size: 12vw;
    }

    #mision-title{
        font-size: 5vw;
    }

    .mision-about{
        font-size: 4vw;
    }

    #vision-title{
        font-size: 5vw;
    }

    .vision-about{
        font-size: 4vw;
    }
}

/* iletişim */

@media screen and (max-width:1280px){
    .communication-img{
        display: none;
    }
}
@media screen and (max-width:768px ){
    #communication-title{
        font-size: 7vw;
    }

    #communication-explane{
        font-size: 2.5vw;
    }

    communication-links{
        font-size: 2.5vw;
    }
}

