
/* 
    Created on : 10 May 2025, 01:57:20
    Author     : ali
*/



.carousel-item img {
   max-height: 720px;
/*    max-height: 600px;
    width: auto !important;
    object-fit: cover;
    margin: 0 auto;*/
}

.gmap {

    
    overflow: hidden;
    margin: 20px;
    border-radius: 20px;
    
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    
}

.float{
        
	position:fixed;
	width:60px;
        min-width: 60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
        text-decoration: none!important;
	box-shadow: 2px 2px 3px #999;
        
  z-index:100;
}

.float:hover, .float:active{
    transform: rotate(15deg) scale(1.1);
    
}
.kesif{
    position:fixed;
    
    bottom:200px;
    right:40px;
    width: 98px;
    height: 98px;
    padding: 0;
    border-radius:100%;

    border:none;
    box-shadow: 2px 2px 3px #000;
  
    z-index:100;
}
.kesif img:hover, .kesif img:active{
    transform: rotate(5deg) scale(1.1);
    
}
.telgif{
    position:fixed;
    width: 150px;
    height: auto;
    bottom:150px;
    right:20px;

  
    z-index:100;
}

.my-float{
	margin : 10px;

}

.bgtransbeyaz-8{background: rgba(255,255,255, 0.7)!important}

/*.carousel-item iframe{min-height: 720px}*/
.kurumozet{ width: 75%; min-width: 900px; margin: 80px auto; margin-bottom: 0;  padding: 5px; text-align: center; }
.kurumozet ul{margin: 0; padding: 0}
.kurumozet ul li{display: inline-block; margin: 10px;}
.kurumozet ul li .fa {
    font-size:12em !important;height: 125px; transition: transform .7s ease-in-out; }
.kurumozet ul li .fa:hover{ transform: rotate(180deg);}