.logomm{
	width: 150px;
}
.leon{
	float: left;
	width: 33.3%;
}
.leon a{
	text-decoration: none;
	color: white;
}
.image {
    position: relative;
    width: 100%;
}

.image__img {
	object-fit: cover;
    display: block;
    width: 100%;
}
.image img{object-fit:cover}
.image__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    color: #ffffff;
    font-family: 'Quicksand', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.25s;
}

.image__overlay--blur {
    backdrop-filter: blur(1px);
}

.image__overlay--primary {
    background: #009578;
}

.image__overlay > * {
    transform: translateY(20px);
    transition: transform 0.25s;
}

.image__overlay:hover {
    opacity: 1;
}

.image__overlay:hover > * {
    transform: translateY(0);
}

.image__title {
    font-size: 2em;
    font-weight: bold;
}

.image__description {
    font-size: 1.25em;
    margin-top: 0.25em;
}

@media (max-width: 991.9px) {

.leon{
	width: 100%;	
}
.image{
	height: 25vh;
}

}


.teklim{
	float: left;
	width: 33.3%;
	height: 75vh;
	transition: transform .2s;
	background: darkslateblue;
	justify-content: center;
	align-items: center;
}
.teklim img{
	width: 100%;
	height: 100%;
	filter: grayscale(75%);
}
.teklim:hover {
  transform: scale(1.05); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.teklim:hover img{
	filter: grayscale(0);
}

.tuslar{
	float: left;
	width:100%;
	padding: 15px;

}

.uzak{
	font-weight: thin;
	font-size: 16px;
}
.detay-ilan{
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}
.tuslar{
	float: left;
	width:100%;
	padding: 15px;
}
.fiyat{
    border: 2px solid #333b48;
    border-radius: 11px;
    font-size: 12px;
}
.fiyat2{
	float:left; 
	width:100%;
	border: 1px solid #333b48; 	
box-shadow: 2px 2px 6px #ddd;
margin-bottom: 20px;
}
.solum{
	width: 50%;
	float: left;
	padding: 10px;
	text-align: center;
	background-color: #2092ce;
	color:white;
	border-bottom-left-radius: 9px;
}
.sagim{
	width: 50%;
	float: right;
	padding: 10px;
	text-align: center;
	background-color: #261891;
	color:white;
	border-bottom-right-radius: 9px;
}
.mytable{
	float: left;
	width: 100%;
}
.mytable td.sol{
	font-size: 10px;
	color: green;
}
.ilan-detay{
	list-style-type: none;
	height: auto;
}
.ilan-detay strong{float: left;}
.ilan-detay span{float: right;}
.ilan-baslik {margin-bottom:7px; text-align: center; font-family: arial; font-size: 18px; color: white; background-color:#333b48; padding-top: 5px; padding-bottom: 5px; }

/*Üsttekiler yeni */
.mytable{
	float: left;
	width: 100%;
}
.mytable td.sol{
	font-size: 10px;
	color: green;
}
.ilan-detay{
	list-style-type: none;
	height: auto;
}
.ilan-detay strong{float: left;}
.ilan-detay span{float: right;}
.ilan-baslik {margin-bottom:7px; text-align: center; font-family: arial; font-size: 18px; color: white; background-color:#333b48; padding-top: 5px; padding-bottom: 5px; }

.logomoz{
	float: left;
	width: 400px;
}

@media (max-width: 1199px) {

.logomoz{
	width: 250px;
}


	}

@media (max-width: 991px) {

.logomoz{
	width: 350px;
}

.logomm{
	width: 95px;
}
	}

@media(max-width: 467px) {

.logomoz{
	width: 250px;
}
.logomm{
	width: 95px;
}

	}
@media  (max-width: 285px) {

.logomoz{
	width: 170px;
}
.logomm{
	width: 95px;
}

	}