
.yazi_kisalt {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.saga_yasla {
    text-align: right;
}
.yazi_kisalt_2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.slide {
    background-color: #f0f0f0; /* Açık Gri Arkaplan */
    background-size: cover; /* Arka planın boyutunu kaplaması için */
  background-repeat: no-repeat; /* Arka planın tekrarlanmaması için */
  padding: 20px;
  }
  
.nav_menu  {
    color: #ffffff!important; 
}

.social-media p a {
    border: 1px solid #03a3d4; /* Siyah renkte çizgi */
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none; /* İkonların altındaki çizgiyi kaldırır */
    color: #03a3d4; /* Siyah renkte ikonlar */
}

.social-media p a:hover {
    background-color: #03a3d4; /* Siyah renkte arka plan hover rengi */
    color: #fff; /* Beyaz renkte ikon rengi */
}
.sayac{

    background-color: #03a3d4!important;
}
.sectionClass {
    padding: 20px 0px 50px 0px;
    position: relative;
    display: block;
  }
  
  .fullWidth {
    width: 100% !important;
    display: table;
    float: none;
    padding: 0;
    min-height: 1px;
    height: 100%;
    position: relative;
  }
  
  
  .sectiontitle {
    background-position: center;
    margin: 30px 0 0px;
    text-align: center;
    min-height: 20px;
  }
  
  .sectiontitle h2 {
    font-size: 30px;
    color: #222;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
  
  
  .headerLine {
    width: 160px;
    height: 2px;
    display: inline-block;
    background: #101F2E;
  }
  
  
  .projectFactsWrap{
      display: flex;
    margin-top: 30px;
    flex-direction: row;
    flex-wrap: wrap;
  }
  
  
  #projectFacts .fullWidth{
    padding: 0;
  }
  
  .projectFactsWrap .item{
    height: 100%;
    padding: 50px 0px;
    text-align: center;
  }
  
  .projectFactsWrap .item p.number{
    font-size: 40px;
    padding: 0;
    font-weight: bold;
  }
  
  .projectFactsWrap .item p{
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    margin: 0;
    padding: 10px;
    font-family: 'Open Sans';
  }
  
  
  .projectFactsWrap .item span{
    width: 60px;
    background: rgba(255, 255, 255, 0.8);
    height: 2px;
    display: block;
    margin: 0 auto;
  }
  
  
  .projectFactsWrap .item i{
    vertical-align: middle;
    font-size: 50px;
    color: rgba(255, 255, 255, 0.8);
  }
  
  
  .projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p{
    color: white;
  }
  
  .projectFactsWrap .item:hover span{
    background: white;
  }
  
  @media (max-width: 786px){
    .projectFactsWrap .item {
       flex: 0 0 50%;
    }
  }
   
  .resim_240 {
    height: 240px!important;
    width: auto;
    width: 100%!important;
    display: block;
    margin: 0 auto;
    object-fit: cover;

    /* width:100%;object-fit:cover; */
}
  .resim_360 {
    height: 360px!important;
    width: auto;
    width: 100%!important;
    display: block;
    margin: 0 auto;
    object-fit: cover;

    /* width:100%;object-fit:cover; */
}