.oto{min-height:500px}
.scr-up{
    display:none;
    position:fixed;
    bottom:10px;
    left:10px;
    text-decoration:none;
    color:white;
    z-index: 9999;
}

/*
.bodyPh{
 background-image: url(http://localhost/a_theme_1/assets/img/bg.jpg);
background-repeat: repeat;
background-attachment: fixed;
background-color: black;
background-position: bottom-center;}*/

/*şuan boş*/
.bouncem {animation: bouncem 2s infinite;
  -webkit-animation: bouncem 2s infinite;
  -moz-animation: bouncem 2s infinite;
  -o-animation: bouncem 2s infinite;}

/*whatsapp detayı*/

.whats {display:none; 
background-color:#00E676; 
border-radius: 50%; padding:10px; 
position:fixed; 
bottom:20px; 
right:10px; 
text-decoration:none; 
color:white; 
z-index: 9999;}

/*whatsapp kalp*/
.defaultHeart{ -webkit-animation:defaultHeart 8s;animation:defaultHeart 8s; -webkit-animation-timing-function:ease-out;animation-timing-function:ease-out; -webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}
@keyframes defaultHeart{0%,20%,40%,60%,80%,100%{transform:scale(1)}10%,30%,50%,70%,90%{transform:scale(1.15)}}
@-webkit-keyframes defaultHeart{0%,20%,40%,60%,80%,100%{-webkit-transform:scale(1)}10%,30%,50%,70%,90%{-webkit-transform:scale(1.15)}}

/*nav efect*/
.navbar-nav a{color: white !important;}
.navbar-nav a:hover {color: #fcff82 !important;}

/*hareketli kararma nav*/
@media screen and (max-width: 991px) { #tbnNav {background-color: #3D3B3A; padding: 10px;}}
.navFilt{background: rgba(0, 0, 0, 0.5); transition:all 0.5s ease;}

.imgfilt{-webkit-filter: brightness(50%); filter: brightness(35%);}
/*carusel efect*/
.carousel-caption{
  position: absolute;
  right: 60%;
  top:50%;
  text-align: center;
}

/*başlıklar rotate efect*/
.rot{transform: rotate(5deg);}

.titbg{
  background-color: #393e46;
}

/*renkler*/
.yeltx{color: #fcff82;}

/*sosyal medya col efft*/
.yelhv{
transition:all 0.2s ease;
color: white;
}
.yelhv:hover{
-webkit-transform: scale(1.4,1.4) ;
-moz-transform: scale(1.4,1.4) ;
-ms-transform: scale(1.4,1.4) ;
-o-transform: scale(1.4,1.4) ;
transform: scale(1.4,1.4) ;
color: #fcff82 !important;
}

/*büyütme effect*/
.grv{transition:all 0.3s ease;}
.grv:hover
{
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
