*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Telegraf', sans-serif;
}

.home{
    background-image: url(img/Anasayfa.jpg);
    width: auto;
    height: 1017px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.home-part{
    margin-top: 200px;
    margin-left: 15vw;
    text-align: left;
}

#home-title{
    font-size: 80px;
    border-bottom: 10px solid rgb(71, 3, 3);;
    padding-bottom: 10px;
   margin-bottom: 20px;
   display: inline-block;
}

#home-explane{
    font-size: 30px;
}

/* Şirket hakkında */

.company-about{
    background-image: url(img/Sirket-Hakkında.jpg);
    width: auto;
    height: 1017px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    color: black;
    display: flex;
    justify-content: left;
    
}

.company-part{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 13rem;
}

#company-about-title{
    font-size: 80px;
    border-bottom: 10px solid rgb(71, 3, 3);
    padding-bottom: 10px;
   margin-bottom: 20px;
   display: inline;
   text-align: left;
  
}

.company-about-explane{
    font-size: 25px;
    margin-top: 30px;
}

.company-about-explane p{
    margin-top: 10px;
}


/* Sunduğumuz hizmetler */

.services{
    background-image: url(img/sundugumuz.jpg);
    width: auto;
    height: 1017px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
   display: flex;
   align-items: center;
   justify-content: space-around;
}

#services-title{
   font-size: 80px;
   border-bottom: rgb(71, 3, 3) 10px solid;
   padding-bottom: 10px;
    text-align: left;
}

#services-explane{
    font-size: 24px;
    margin-top: 20px;
}

#services-explane p{
    margin-top: 10px;
}

.services-list:first-child{
    border-top: 2px solid rgb(137, 8, 8);
}


.services-list:last-child{
    border-bottom: 2px solid rgb(137, 8, 8);
}

.services-list{
    font-size: 25px;
    border-bottom: 1px solid rgb(137, 8, 8);
    border-top: 1px solid rgb(137, 8, 8);
    padding-top: 30px;
    padding-bottom: 30px;
}

.services-list li{
    padding-bottom: 20px;
}

/* misyon ve vizyon */

.mision-vision{
    background-image: url(img/Misyon.jpg);
    width: auto;
    height: 1017px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: black;
    display: flex;
    justify-content: space-around;
    flex-direction: row-reverse;
    align-items: center;
}

.mision-vision-title{
    font-size: 80px;
    text-align: center;
}

.mision-part{
    border-top: rgb(159, 18, 18) 3px solid;
    border-bottom: rgb(159, 18, 18) 3px solid;
    padding-top: 50px;
    padding-bottom: 50px;
}

#mision-title{
    margin-bottom: 25px;
}

.mision-about{
    font-size: 20px;
    padding-top: 10px;
}

.vision-part{
    border-bottom: rgb(159, 18, 18) 3px solid;
    padding-top: 50px;
    padding-bottom: 50px;
}

#vision-title{
    margin-bottom: 25px;
}

.vision-about{
    font-size: 20px;
    padding-top: 10px;
}

/* İletişim Kısmı */

.communication{
    background-image: url(img/iletisim.jpg);
    width: auto;
    height: 1017px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.communication-img img {
    width: 350px;
    height: auto;
    border-radius: 30px;
}

#communication-title{
    font-size: 50px;
    padding-bottom: 15px;
    color: white;
    margin-bottom: 20px;
    text-align: center;
    border-bottom: 10px solid rgb(71, 3, 3);
}

#communication-explane{
    font-size: 20px;
    padding-top: 10px;
    color: white;
    text-align: center;
    margin-bottom: 100px;
}

.communication-links:last-child{
    border-bottom: red 1px solid;
}

.communication-links{
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    padding: 30px;
    border-top: red 1px solid;
}

