/* ============================================================================
   TYPOGRAPHY
============================================================================ */

h1 {
    font-family: "Cormorant SC", serif !important;
    font-weight: 700;
    font-size: 48px;
    letter-spacing: 2px;
    text-align: center;
    color: #333;
}

.dropdown,
.dropdown .dropdown-toggle,
.dropdown .dropdown-item,
.filter-btn {
    font-family: "Cormorant SC", serif !important;
}

/* ============================================================================
   HEADER
============================================================================ */

header {
    font-family: "Google Sans Flex", sans-serif;
}

a {
    color: #ffffff !important;
    font-family: "Google Sans Flex", sans-serif;
}


.main-menu .nav-link:hover,
.main-menu .nav-link:focus {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.12);
}


.navbar-nav .nav-link {
    transition: color 0.2s ease, background-color 0.2s ease;
    border-radius: 4px;
    padding: 0.5rem 0.9rem !important;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
    color: #e8e8e8 !important;
    background-color: rgba(255, 255, 255, 0.08);
}

@media (min-width: 992px) {
    ul.navbar-nav {
        gap: 0.25rem !important;
        column-gap: 0.25rem !important;
        row-gap: 0.25rem !important;
    }
}

/* ============================================================================
   HERO / SLIDER
============================================================================ */

.slider-boyut {
    height: 76vh !important;
}

@media (max-width: 768px) {
    .slider-boyut {
        height: 300px !important;
    }
}

#bannerSlider {
    height: 500px;
}

.carousel-item {
    height: 100%;
}

.card {
    background-color: #eaeef3 !important;
}

.card img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
}

/* ============================================================================
   GALLERY
============================================================================ */

.sabit-resim img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

#sabitGaleriSlayt .carousel-item {
    height: 350px;
    width: 100%;
}

#sabitGaleriSlayt .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* ============================================================================
   RESPONSIVE DÜZENLEMELER
============================================================================ */

@media (max-width: 575.98px) {

    .row.g-4.justify-content-center>.col-lg-3.col-md-6,
    .row.g-4.justify-content-center>.col-md-6 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }

    .row.g-4.justify-content-center {
        justify-content: center !important;
        gap: 0.75rem;
    }
}

@media (min-width: 992px) {
    .hover-dropdown:hover>.dropdown-menu {
        display: block;
        margin-top: 0;
    }
}