a{
    text-decoration: none !important;
    color: black !important;
}
.navbar-nav.custom-nav .nav-link {
    color: black;
    text-align: center;
    font-size: 16px;
    margin: 0 15px;
}

.navbar-nav.custom-nav .nav-link:hover {
    font-weight: 600;
}

.navbar-nav.custom-nav .nav-link.active,
.navbar-nav.custom-nav .nav-link.show {
    color: black !important;
    font-weight: 600;
    text-decoration: underline;
}

.navbar-collapse {
    justify-content: center !important;
}

.navbar-nav {
    flex-direction: row !important;
}

.custom-card {
    position: relative;
    overflow: hidden;
    border: 1px solid white !important;
}

.card-img-top {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: opacity 0.3s ease-in-out;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    color: black;
    padding: 10px 15px;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-body{
    border: 1px solid white;
}

.custom-card:hover .card-img-top {
    opacity: 0.5;
}

.custom-card:hover .overlay {
    transform: translateY(0);
}

.blog{
    color: white !important;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 0.875rem;
}


.resim{
    height: 80vh;
    object-fit: cover;
}

footer h5 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}
footer ul li {
    margin-bottom: 8px;
}
footer ul li a:hover {
    text-decoration: underline;
}

.paper-effect {
    margin-top:140px;
    margin-bottom:50px;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 
                0 1px 3px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.carousel-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 768px) {
    .carousel-inner{
        margin-top:100px;
    }
    .overlay {
        transform: translateY(0);
    }
}

.detail-header {
    position: relative;
    width: 100%;
    height: 265px;
    background-color: lightgray !important;
    background: url('https://via.placeholder.com/1920x265') no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    padding-left: 50px;
}
.detail-header h1 {
    color: white;
    font-size: 2.5rem;
    font-weight: bold;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.content-section {
    background-color: #f8f9fa;
    padding: 50px 0;
}
.content-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.dropdown-item:hover{
    background-color: lightgray !important;
}

video::-webkit-media-controls-volume-slider {
    display: none;
}

video::-webkit-media-controls-volume-button {
    display: none;
}

video::-moz-media-controls-volume-slider {
    display: none;
}

video::-moz-media-controls-volume-button {
    display: none;
}
