/* Start custom CSS for html, class: .elementor-element-40db9e0 */.icerik-inner {
    background: #fff;
    box-shadow: 0 6px 25px rgb(0 0 0 / 7%);
    position: absolute;
  
    left: 35px;
    right: 35px;
    padding: 34px 0;
    border-radius: 5px;
    transition: all 0.5s ease-in-out;
    z-index: 10;
    text-align: center;
       bottom: -50px;
}


.icerik-inner .p-title {
    top: 0;
    text-align: center;
    transition: all 0.8s ease-in-out;
    left: 0;
    z-index: 11;
    width: 100%;
  
    margin-bottom: 0;
    font-weight: 600;
    line-height: 30px;
    text-transform: capitalize;
    position: relative;
    font-size: 20px;
    
}



.icerik-inner .p-title a {
    color: #0a0a0a;
}
 .icerik-inner .p-title a:hover {
    color: #0167A1;
}
.icerik-inner .p-category {
    font-size:800;
    top: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    position: relative;
    font-weight: 600;
    transition: all 0.8s ease-in-out;
    margin-bottom: 0;
}



.icerik-item .icerik-img {
  position: relative;
  z-index: 1;
}
.icerik-item .icerik-img img {
  width: 100%;
  -webkit-transition: 1.3s all ease;
  transition: 1.3s all ease;
  border-radius: 5px;
}

.icerik-item .icerik-img .p-link {
  display: none;
}

.icerik-item:hover .icerik-img:before {
  opacity: 0.7;
}

.icerik-item:hover .icerik-img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}/* End custom CSS */