* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;


}

body {
  background-color: white;
  font-family: 'Poppins', sans-serif;

}


header {
  width: 100%;
  height: auto;


  display: flex;
  justify-content: center;
  /* Yatay ortalama */
  align-items: center;
}


.logo {
   
  margin: 8px;
  width: auto;
  height: 40px;
  /* Logonun yüksekliğini belirli bir değerle sınırlayın */
  display: block;

}

/*.logo {
   
  margin: 14px;
  width: auto;
  height: 30px;
   Logonun yüksekliğini belirli bir değerle sınırlayın 
  display: block;




}

}*/


.logo_img {

  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;


}














/* slider */






























/* menu */
.title {
  width: 100%;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
}




/* menu */
.content {
  margin: 30px 10px;
  width: auto;
  height: auto;
  background-color: white;
  box-shadow: 0px 0px 5px rgb(175, 175, 175);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 5px;
  border-radius: 10px;
}


.menu {

  width: 50%;
  min-height: 80px;
  border-radius: 10px;
  padding: 5px;
  float: left;

}

.icmenu {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu_img {
  filter: brightness(60%);
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  object-fit: cover;
}

.menu_title {

  color: #ffffff;
  position: absolute;
  text-align: center;
  word-wrap: break-word;
  line-height: 1.2;
}





.dijital_imza{
 
  margin: 40px 10px 30px 10px;
 width: auto;
 height: auto;
 background-color: white;
 box-shadow: 0px 0px 5px rgb(175, 175, 175);
 padding: 5px;
 border-radius: 10px;
}

.dijital_resim{
   width: 100%;
  height: auto;

}









footer {
  width: 100%;


 

}

.title_footer {padding-top: 22px;
  width: 100%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

h4 {
  width: 100%;
  height: auto;


  display: flex;
  justify-content: center;
  /* Yatay ortalama */
  align-items: center;
}

.sosial_bar {padding-bottom: 22px;
  width: 100%;
  margin-top: 2px;
  display: flex;
  justify-content: center;
  /* Yatay ortalama */
  align-items: center;
}


.icon_backg {
  margin: 0 3px 0 3px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border-radius: 50%;
  background-color: white;
  display: flex;
  align-items: center; /* Dikey ortalama için */
  justify-content: center;
}
a {
  text-decoration: none;
  color: none;
}
.icon{ font-size: 25px;

 }



span {
    color: rgb(216, 216, 216);
  width: 100%;
  height: auto;
  font-weight: 300;
  padding-top: 5px;
  display: flex;
  justify-content: center;
  /* Yatay ortalama */
  align-items: center;
}

@media (max-width:940px) {
  .content {
    margin: 20px 10px;
  }

  .title {
    font-size: 13px;
  }

}