.urunlerbg {background: #fff;}
 
.urunlerbg .urun-baslik {position: relative;margin-bottom: 25px;}
.urunlerbg .urun-baslik h2.urun-title {font-size:35px;color:#555555;font-weight: 700;}
.urunlerbg .urun-baslik h2.urun-title span {color:#1fb9de;}

.urunlerbg .urun-baslik p.urun-text {font-size: 14px;margin-bottom: 0rem!important;color:#555555;font-weight:500;width: 70%;margin: 0 auto!important;padding: 14px 10px!important;}

.urunlerbg .urun-baslik .icon_bg{position: relative;display: inline-flex;}
.urunlerbg .urun-baslik .icon_bg .icon {display: inline-block;width:10px;height: 10px;background: #ffb300;border-radius:50%;margin:0px 5px;}
.urunlerbg .urun-baslik .icon_bg:before {content: '';position: relative;float: left;width: 50px;height: 1px;background: #d6d6d6;margin-top: 5px;}
.urunlerbg .urun-baslik .icon_bg:after {content: '';position: relative;float: right;width: 50px;height: 1px;background: #d6d6d6;margin-top: 5px;}


.urunlerbg .urun-item {position: relative; padding: 2rem; height: 25rem;margin-top: 15px;display: flex; justify-content: center; align-items: flex-end;overflow: hidden;}
.urunlerbg .urun-item a {position: absolute;left: 0px;top:0px;width: 100%;height: 100%;z-index: 2}
.urunlerbg .urun-item .overlay {background: #000000; opacity: 0.3; border-top-right-radius:0; z-index: 1;position: absolute;left: 0px;top:0px;width: 100%;height: 100%;}
.urunlerbg .urun-item img {position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: center center;transition: all .5s;}
.urunlerbg .urun-item:hover img{transform: scale3d(1.1, 1.1, 1.1);}

.urunlerbg .urun-item .text-content {position: relative;z-index: 1;width: 100%;text-align: center;}
.urunlerbg .urun-item .text-baslik {color:#fff;font-size: 19px;font-weight: 500;letter-spacing: 1px;background: #000000;padding: 15px 10px;}
.urunlerbg .urun-item .text-title {color:#fff;font-size: 1.08rem;font-weight: 300;}

@media(max-width: 1024px){
	.urunlerbg .urun-baslik p.urun-text{width: 100%!important}
}