.blog-card{
    border-radius: 26px;
    transition: .3s;
    padding: 17px;
    box-shadow: 0px 3.51px 33.35px 0px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 1);   
}
.card-top{
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sayfa-titles{
    margin-top: 4rem;
    font-family: Poppins;
font-size: 32px;
font-weight: 600;
line-height: 48px;
text-align: center;
color: rgba(0, 0, 0, 1);
}
.BlogCardImg img{
    height: 391px;
    object-fit: cover;
    border-radius: 40px;
}
.card-tarih{
    font-family: Poppins;
font-size: 18px;
font-weight: 400;
line-height: 27px;
text-align: left;
color: rgba(0, 0, 0, 1);
}
.blog-card-img{
    border-radius: 13px;
}
.blog-img-card{
    position: relative;
}
.card-hastek{
    position: absolute;
    bottom: 0;
    font-family: Poppins;
font-size: 16px;
font-weight: 400;
transition: .3s;
line-height: 24px;
background-color: white;
text-align: left;
padding: 13px;
border-radius: 0px 13px 0px 0px;
color: rgba(2, 52, 95, 1);
}
.blog-title{
    margin-bottom: 23px;
    transition: .3s;
    margin-top: 23px;
    font-family: Poppins;
font-size: 20px;
font-weight: 600;
line-height: 30px;
text-align: left;
color: rgba(74, 74, 74, 1);
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical; 
transition: .3s;
overflow:hidden;

}
.blog-detay{
    font-family: Poppins;
font-size: 18px;
font-weight: 400;
line-height: 27px;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
transition: .3s;
overflow:hidden;
text-align: left;
color: rgba(74, 74, 74, 1);
}
.blog-incele{
    font-family: Poppins;
font-size: 16px;
font-weight: 400;
line-height: 24px;
text-align: left;
opacity: 0;
margin-top: 15px;
color: rgba(255, 255, 255, 1);
}
.blog-row{
    margin-top: 5rem !important;
    row-gap: 2rem;
}
.blog-card:hover{
    box-shadow: 0px 3.51px 33.35px 0px rgba(0, 0, 0, 0.05);
    transition: .3s;
    background-color: rgba(3, 85, 156, 1);
}
.blog-card:hover .blog-title{
    transition: .3s;
    color: rgba(255, 255, 255, 1);
}
.blog-card:hover .blog-detay{
    transition: .3s;
    color: rgba(255, 255, 255, 1);
}
.blog-card:hover .card-hastek{
    transition: .3s;
    color: rgba(255, 255, 255, 1);
  background-color: rgba(3, 85, 156, 1) !important;
}
.blog-card:hover .tarih{
    transition: .3s;
    color: rgba(255, 255, 255, 1);
}
.blog-card:hover path{
fill: white;
}
.blog-card:hover .blog-incele{
 opacity: 1;
 text-decoration: underline;
    }
    .fazla-btn{
        background: rgba(3, 85, 156, 1) !important;
        padding: 18px 39px 18px 39px !important;
        border-radius: 26px !important;
        font-family: Poppins !important;
font-size: 18px !important;
font-weight: 500  !important;
line-height: 24.43px !important;
text-align: left !important;
color: white !important;
margin-top: 3rem;
    }
    .sol-img{
        height: 570px;
        object-fit: cover;
        border-radius: 26px;
    }
    .sag-img{
        object-fit: cover;
        border-radius: 26px;
        height: 270px;
    }
    .sag-imgs{
        display: flex !important;
        flex-direction: column;
        row-gap: 30px;
    }
    .detay-yan{
        display: flex;
        align-items: center;
        margin-top: 2rem;
    }
    .tarih {
        font-family: Poppins;
        font-size: 18px;
        font-weight: 500;
        line-height: 27px;
        text-align: left;
        margin-left: 10px;
        color: #4a4a4a;
    }
    .blog-detay-title{
        font-family: Poppins;
font-size: 24px;
font-weight: 600;
line-height: 36px;
text-align: left;
color:rgba(59, 59, 59, 1);
margin-bottom: 30px;
margin-top: 18px;
    }
    .detay-madde{
        font-family: Poppins;
font-size: 18px;
font-weight: 400;
text-align: left;
color: rgba(74, 74, 74, 1);
    }
    .madde-title{
        margin-bottom: 10px;
        font-family: Poppins;
font-size: 24px;
font-weight: 700;
line-height: 36px;
text-align: left;
color: rgba(74, 74, 74, 1);
    }
    .hizmet-img{
        margin-top: 85px !important;
    }
    .owl-stage{
     padding-left: 0 !important;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .carousel-wrap {
        margin-top: 3rem;
        position: relative;
      }
      
      /* fix blank or flashing items on carousel */
      .owl-carousel .item {
        position: relative;
        z-index: 100; 
        -webkit-backface-visibility: hidden; 
      }
       
      /* end fix */
      .owl-nav > div {
        margin-top: -26px;
        position: absolute;
        top: 50%;
        color: #cdcbcd;
      }
      
      .owl-nav i {
        font-size: 52px;
      }
      
      .owl-nav .owl-prev {
        left: -30px;
      }
      
      .owl-nav .owl-next {
        right: -30px;
      }
      .tumu-btn{
        margin-top: 2rem;
        font-family: Poppins !important;
font-size: 18px !important;
font-weight: 500 !important;
line-height: 24.43px !important;
text-align: left !important;
background-color: rgba(3, 85, 156, 1) !important;
border-radius: 26px !important;
padding: 18px 39px 18px 39px !important;
color: rgba(255, 255, 255, 1) !important;
      }
    @media only screen and (max-width: 991px){
        .mobile-title {
            margin-top: 4rem !important;
        }
        .sol-img{
            height: 385px;
          }
          .sag-imgs{
            display: none !important;
          }
          .sags-imgs{
            display: block;
            margin-top: 4rem;
            row-gap: 2rem;
            display: flex;
            flex-direction: column;
          }
        .blog-incele{
        opacity: 1;
        color: rgba(74, 74, 74, 1) !important;
        font-family: Poppins;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        text-decoration: underline;
    }
    .blog-card:hover .blog-incele{
        color: white !important;
    }
  }
  @media only screen and (max-width: 460px){
    .sayfa-titles {
        margin-top: 3rem;
        font-family: Poppins;
        font-size: 28px;
        font-weight: 600;
        line-height: 39px;
        text-align: center;
        color: rgba(0, 0, 0, 1);
    }
  }
  @media only screen and (max-width: 390px){
    .sayfa-titles {
        margin-top: 4rem;
        font-family: Poppins;
        font-size: 25px;
        font-weight: 600;
        line-height: 39px;
        text-align: center;
        color: rgba(0, 0, 0, 1);
    }
  }