.container9 .card{
    border-color: #eee;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.carousel-item img {
    height: auto;
    max-height: 315px;
    object-fit: cover;
    width: 100%;
    overflow: hidden;
}
.sliderBolum{
    overflow: hidden;
}

.miniIlan{
    position: absolute; 
    top: 10%; 
    right: 5%; 
    width: 300px;
    font-size: 13px;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    color: #000;
    padding: 0px;
}
.miniIlan p{
    margin-bottom: 0px;
}
.miniIlan .card-body{
}
.miniIlan .card-title{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.swiper-container{
    overflow: hidden;
}
.feat_property.home8 ul.tag {
    margin-bottom: 10px;
}
ul.tag li:first-child {
    background-color: #ff5a5f;
}
 ul.tag li {
    border-radius: 3px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 75px;
}
ul.tag li a {
    font-size: 14px;
    color: #fefefe;
    line-height: 1.2;
}

.searchBolum label{
    font-size: 12px;
}
.searchBolum .form-group {
    margin-bottom: 0px;
}
.fiyat{
    font-size: 1.1rem!important;
    color: #ff5a5f!important;
}
.fleft{
    float: left;
}
.fright{
    float: right;
}