﻿.slide {
    width: 100%;
    height: 400px;
    float: left;
    background-image: url('../image/s1.jpg');
    background-repeat: no-repeat;
    background-position:center;
    background-size:cover;
}
.header {
    width:100%;
    line-height:14vh;
    float:left;
    background-color:#000;
    text-align:center;
}
.content {
    width:100%;
    padding-bottom:2vh;
    height:84vh;
    float:left;
    background-color:#fff;
    overflow-y:auto;
}
.title1 {
    width:100%;
    line-height:40px;
    float:left;
    text-align:center;
    font-weight:bold;
    font-size:40px;
    color:#000;
    margin-top:30px;
    font-family:poppins;
}
.title2 {
    width:100%;
    line-height:30px;
    float:left;
    text-align:center;
    font-size:17px;
    color:#636363;
    font-family:hl;
}
h1, h2, h3 {
    padding:0;
    margin:0;
}
.araclar_div {
    width:100%;
    height:auto;
    float:left;
    margin-top:50px;
}
.arac_div {
    width:29%;
    margin-right:3%;
    margin-bottom:3%;
    float:left;
    height:350px;
    border:1px solid #c3c3c3;
    border-radius:5px;
}
.arac_resim {
    width:100%;
    height:220px;
    overflow:hidden;
    float:left;
    background-color:#c3c3c3;
}
.arac_satir1 {
    width:100%;
    height:75px;
    float:left;
}
.arac_satir2 {
    width:100%;
    height:75px;
    float:left;
}
.arac_isim {
       width: 65%;
    padding-left: 5%;
    float: left;
    margin-top: 10px;
    height: 65px;
    font-family: Poppins;
    font-size: 20px;
}

.arac_isim span{
    line-height:28px;
    float:left;
    width:100%;
    font-weight:bold;
}
.fiyatlar_div {
    width:90%;
    float:left;
    height:auto;
    margin-left:5%;
}
.fiyat_div {
    width:25%;
    float:left;
    height:auto;
}
.f_table td {
}
.f_table td:nth-child(1) {
    font-size:12px;
    font-family:hl;
    
}
.f_table td:nth-child(2) {
        font-size: 19px;
    font-family: Poppins;
    font-weight: bold;
    line-height:15px;
    text-align:center;
}
.f_table span {
  content: "\20BA";
  font-size:16px;
}
.ddl_filtre {
    width:270px;
    float:left;
    margin-right:20px;
    padding-left:20px;
    font-family:hl;
    font-size:15px;
    height:40px;
    border:1px solid #c3c3c3;
    border-radius:5px;
}
.btn_ara {
    width:250px;
    float:left;
    height:40px;
    border:none;
    border-radius:5px;
    background-color:#ffd800;
    color:#fff;
}
.table_filtre {
    width:60%;
    float:left;
    margin-left:20%;
    margin-top:20px;
}
.title3 {
    width:100%;text-shadow: 0px 0px 14px rgba(0,0,0,0.57);
    line-height:50px;
    float:left;
    margin-top:150px;
    font-family:Poppins;
    font-size:43px;
    color:#fff;text-align:center;
}