@font-face{
    font-family: font;
    src:url("font.ttf");
}

body{
    font-family: font !important;
    background: url(../img/bg.png);
}

a{
    text-decoration: none;
    color: #000;
}

hr{
    margin: 5px 0 5px 0;
}

.card{
    margin: 5px;
    width: 250px;
    vertical-align: top;
    box-shadow: 3px 3px 10px #434;
}

.link{
    transition: 0.3s;
}

.link:hover{
    margin-left: 10px;
    transition: 0.3s;
}

.menu a{
    display: inline-block;
    min-width: 13%;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    padding-top: 18px;
    color: #fff;
    height: 85px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    background: red; 
    text-shadow: 1px 1px 3px #000;
}

.menu i{
    font-size: 20px;
}

.menu a:hover{
    background: #fff;
    font-weight: bold;
    transition: 0.3s;
    color: #000;
    text-shadow: none;
}

.sabit {
    position: fixed;
    bottom: 0;
    right: 0px;
    background: red;
    color: #fff !important;
    padding: 5px 10px 5px 10px;
    z-index: 999;
}

.whatsapp {
    position: fixed;
    bottom: 0px;
    left: 0;
    z-index: 999;
}

.top{
    background: #1e2f3c;
}

.bottom{
    background: #1e2f3c;
    color: #fff;
}

.bottom h5{
    border-bottom: 1px solid #fff;
}

.hover{
    transition: transform .2s, box-shadow 0.3s;
}

.hover:hover{
    box-shadow: 0 0 25px #312cc7;  
    transform: scale(1.03);
}

.baslik{
    font-weight: bold;
    border-bottom: 1px solid #998b8b;
}

.galeri img{
    margin: 5px; 
    width: 200px; 
    height: 250px; 
    object-fit: cover;
}
#loading {
    margin-top:10%;
}

.mobil-bar{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    font-size:12px;
}

.mobil-bar img{
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(1px 1px 1px #434);
}