html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
    padding-bottom:240px;
  
}

.content {
    padding: 40px 20px;
}



.navbar-top {
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}


.logo-title {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #0043a4!important;
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration:none;

}

    .logo-title .logo {
        height: 80px;
    }

    .logo-title h1 {
        margin: 0;
        font-size: 2rem;
    }

.navbar-dark .navbar-nav .nav-link {
    color: #ffffff !important;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: 500;
    padding-top: 8px;
    padding-bottom: 8px;
}


.navbar-dark .dropdown-menu {
    background-color: #ffffff !important; 
}

  
    .navbar-dark .dropdown-menu .dropdown-item {
        color: #0043a4 !important; 
        padding-top: 6px;
        padding-bottom: 6px;
    }

        .navbar-dark .dropdown-menu .dropdown-item:hover {
            color: #0d6efd !important; 
            background-color: #e6f0ff !important; 
        }


.slide img {
    width: 100%; 
    height: 400px; 
    object-fit: cover; 
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%; 
    left: 0;
    min-width: 240px;
    margin: 0;
    padding: 6px 0;
    list-style: none;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0,0,0,.12);
    z-index: 1000;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown-menu li {
    width: 100%;
}

.dropdown-menu a {
    padding: 8px 14px;
    white-space: nowrap; 
}

    .dropdown-menu a:hover {
        background: #f8f9fa;
        color: #0d6efd;
    }


.page-title {
    display:block;
    padding:0.5em;
    font-size:32px;
    text-align:center;
    color:#444;
    text-transform:uppercase;
}


footer {
    white-space:initial!important;
    position:absolute;
    bottom:0;
    width:100%;
    

}

.footer-info {
    display:grid;
    grid-template-columns:auto 40% 10%;
    grid-gap:5px;
    box-shadow:0 0 10px rgba(0,0,0,0.1);
    padding:10px;
    align-content:center;
    align-items:center;
    line-height:1.5;
    background-color:#ebebeb;
    margin:auto;
    
}

.footer-info img {
    max-width:100%;
}


.card-img-fixed {
    height: 180px; 
    object-fit: cover; 
    width: 100%;
}


.card-body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding-bottom: 1.5rem;
    gap: 0.75rem;
}

  
    .card-body .btn {
        align-self: flex-start; 
    }


.card-footer {
    border-top: 1px solid #ddd; 
    background: #fff;
    text-align: left; 
    padding: 0.5rem 0.75rem; 
}


.card.h-100 {
    display: flex;
    flex-direction: column;
}


#haber-banner img {
    display:block;
    margin:auto;
    height: auto;
    width: 100%;
    max-height: 480px;
}


#yemek-banner img {
    display:block;
    margin:auto;
    height: auto;
    width: 100%;
    max-height: 480px;
}


.card-img-fixed {
    width: 100%;
    height: 200px; 
    object-fit: cover; 
}

.yemekler img {
    width: 100%;
    max-height:120px;
    object-fit: cover; 
    
}

.harita-yemek {
    display:block;
    width: 180px;
    text-align: center;
    text-decoration:none;
    position:relative;
}

.harita-yemek img{
    display: block;
    width: 100%;
    border-radius:0.5em;
}

.harita-yemek h3 {
  font-size:18px;
  margin-bottom:1em;
  padding:0.75em;
  font-weight:bold;
}

.harita-yemek span {
  display:block;
  position:absolute;
  left:0;
  top:0;
  background-color:rgba(0,0,0,0.5);
  color:#fff;
  width:100%;
  height:100%;
  font-size:3em;
  align-content:center;
  align-items:center;
  opacity:0;
  transition:all linear 0.5s;
  text-align:center;
  border-radius:0.15em;
}


.harita-yemek:hover span {
  opacity:1;

}

.gallery {
    display:grid;
    grid-template-columns:1fr 1fr 1fr 1fr 1fr;
    align-items:center;
    list-style:none;
    margin:0;
    padding:0;
}

.gallery a {
    display:block;
    padding:0.5em 1em;
    transform:scale(1);
    transition:all linear 0.2s;
    opacity:0.88;
}

    .gallery a:hover {
        transform: scale(1.15);
        opacity:1;
    }

.gallery img {
    width:100%;

}