@charset "utf-8";
/* Bootstrap Custom Css Dosyasi */


/* GENERAL SETTINGS */
body{
   margin: 0;
   padding: 0;
   box-sizing: border-box;
}


/* linklerdeki mavi renk cozumu */
#footer a:link{	
   color:#fff;
   text-decoration: none;      
}

#footer a:visited{
   color:#fff;
   text-decoration: none;	
}

#footer a:hover{
   color: #fff;
}


/* section ust */
#ust{    
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;    
}

.tavan{
    padding-top:1%; 
    padding-bottom:1%;
    background-color: #f4f7f6;
}

/* navbar */
.nav-item {
	color: #090a0c !important;
    transition: all ,5s ease;    
}

.nav-item a:hover {
	color: #2e94c2 !important;
	transition: all .9s;
	font-weight: 600;
	background-color: #fff;
}

.dropdown-menu{  
    border: none;
}

/* section ust içinde degişken alan */
/* carausel dosyasi */
.carousel-item{
   height: 100vh;
   background-repeat: no-repeat;
   background-size cover;
   background-position: center;    
}

.carousel-caption h1 {   
   position: absolute;   
   transform: translate(-20%, -900%);    
font-family: 'Abel', sans-serif;
font-family: 'Big Shoulders Display', cursive;
font-family: 'Caveat', cursive;
font-family: 'EB Garamond', serif;
font-family: 'Gabriela', serif;
font-family: 'Imperial Script', cursive;
font-family: 'Lobster', cursive;
font-family: 'Lora', serif;
font-family: 'Merriweather', serif;
font-family: 'Niconne', cursive;
font-family: 'Open Sans', sans-serif;
}

.full-screen {
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
}

.beyazesya {
   color:#323232;
   font-size: 40px;
}

.ihtiyaciniz {
   color:#323232;
   font-size: 40px;
}


/* section showroom */
#showroom{    
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    padding-top: 10%;       
}

.showroom_baslik h2{
    font-size: 1.6rem;
    color: #6394c3;
    padding-top: 2%;
}

.showroom_baslik P{
    font-size: 1.2rem;
    color: #2e94c2;       
}


/*showroom card */
#showroom .div [class^="col-"]{
  padding-left:5px;
  padding-right:5px;
}

#showroom .card{
  transition:0.5s;
  cursor:pointer;
  margin-top: 9px;
  align-items: center;
}

#showroom .card-title{  
  font-size:15px;
  transition:1s;
  cursor:pointer;  
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 10px;    
}

#showroom .card-title i{  
  font-size:20px;
  transition:1s;
  cursor:pointer;
  color:#6394c3;
}

#showroom .card-title i:hover{
  transform: scale(1.25) rotate(100deg); 
  color:#480004;  
}

#showroom .card:hover{
  transform: scale(1.05);
  box-shadow: 10px 10px 15px rgba(0,0,0,0.1);
}

#showroom .card::before, .card::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale3d(0, 0, 1);
  transition: transform .3s ease-out 0s;
  background: rgba(0, 0, 0, 0.3);
  content: '';
  pointer-events: none;
}

#showroom .card::before {
  transform-origin: left top;
}

#showroom .card::after {
  transform-origin: right bottom;
}

#showroom .card:hover::before, .card:hover::after, .card:focus::before, .card:focus::after {
  transform: scale3d(1, 1, 1);
}


/* section bilgiler */
#bilgiler{
    background: url('../images/background_bilgiler.png') no-repeat center center fixed;   
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;	
    padding-top: 10%;
    padding-bottom: 10%;
}

.baslikbeyazesya h4{
    font-size: 1.3rem;     
    color: #b4795a; 
}

.baslikbeyazesya h5{
    font-size: 1.1rem;
    font-weight: 450;    
    line-height: 1.8rem;
    color: #101720;
    text-align: justify;
}

#bilgiler h6{
    font-size: 1rem;
    font-weight: 400; 
    line-height: 1.8rem;
    color: #4d4c49;
}

.bilgiler_foto{
    padding-top: 13%;    
}


/* section hakkimizda */
#hakkimizda{
    background: url('../images/background_hakkimizda.png') no-repeat center center fixed;   
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;	
    padding-top: 10%;
    padding-bottom: 10%;
}

.hakkimizdakiler h4{
    font-size: 1.3rem;     
    color: #2d1511; 
}

.hakkimizdakiler h5{
    font-size: 1.1rem;
    font-weight: 450;    
    line-height: 1.8rem;
    color: #101720;
    text-align: justify;
}


/* section iletisim */
#iletisim{
    background: url('../images/background_iletisim.png') no-repeat center center fixed;   
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;	
    padding-top: 10%;
    padding-bottom: 10%;
}

.iletisim_iconu{
    color: #4d6a79;
    font-size: 1.7rem; 
    padding-left: 1%;
}

.iletisim h1{	
    font-size: 1.4rem;    
    color: #4d6a79;    
}

.irtibat_baslik{
    font-size: 1.1rem;
    font-weight: 500;
    color: #4d6a79;
    padding-left: 1%;
}

.iletisim h3{	
    font-size: 1rem;    
    color: #4d6a79;
    padding-left: 1%;
}

.adres_icon_rengi{
   color: #4d6a79; 
   line-height: 1.2rem;
   font-size: 1.3rem; 
}

.harita{
    margin-top: 2%;
}

/* section galeri (card bilgilerini shoowromdan alıyor */
#galeri{
    padding-top: 10%;
    padding-bottom: 10%;
}

.tamir_icon{
    font-size: 60px;
	color: #2e94c2;
}

.tamir_icon h2{
	color: #005f7c;
    font-size: 22px;    
}

.galeri_baslik h2{
    font-size: 1.6rem;
    color: #005f7c; 
    padding-bottom: 5%;
}

.galeri_baslik P{
    font-size: 1.2rem;
    color: #005f7c;
    font-size: 1.3rem;
    
}

.ykirmizi{
    color: #d91b5c;
    font-size: 1.3rem;
}

.ara{
    padding-bottom: 10px;
    text-align: center;
}

.telefon_tumsayfalar{
    right:16px;      
    width: 200px;
    min-height:50px; 
    position: fixed;    
    border-radius:3px;
    -webkit-border-radius:3px;
    bottom: 16px;    
    z-index:900;
}


/* section foother */
#footer{    
    background: url('../images/background_footer.jpg') no-repeat center center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;	
	height: 100vh; 
	color:#fff;
}

.list-unstyled line-height{
	line-height: 5px;	
}

.foother_yuk{
   height: 760px;     
}


/* MEDIA QUERIES (kucuk ekranlarda goruntu) */
/* `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
    
.gun_mobil{
    margin-bottom: 3%;
    text-align: center;
}

}

/* `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) { 
    


}

/* `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) { 



}

/* `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { 



}

/* `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) { 



}

