* {
    font-family: "Rubik", sans-serif;
}

.topHeader {
    display: none;
}

.page-title {
    padding-top: 120px;
    padding-bottom: 30px;
    background-color: var(--primaryColorL) !important;
    color: white;
}

nav[aria-label="breadcrumb"] {
    margin-top: -45px;
}

nav[aria-label="breadcrumb"] * {
    color: white;
}

nav[aria-label="breadcrumb"] a:hover {
    color: #ffffffbb !important;
}
.btn {
    padding: 5px 15px;
    border-radius: 15px;
    font-size: 16px;
}
header {
    max-width: 1300px;
    top: 30px !important;
    margin: auto;
    margin-bottom: -80px;
    border-radius: 100px;
    padding: 0 15px;
    transition: all 0.3s ease;
}

/* Scroll durumunda header stilleri */
header.scrolled {
    position: sticky !important;
    top: 5px !important;
    margin-top: 0;
}

.menu * {
    font-size: 14px;
    text-transform: uppercase;
    color: #213631;
}

nav .offcanvas-body {
    justify-content: center !important;
}

header .logo {
    max-height: 80px;
}

.carousel-caption {
    top: 250px;
    left: 50%;
    text-align: center;
    height: fit-content;
    max-width: 40%;
    transform: translateX(-50%);
}

.carousel-caption h5 {
    font-size: 70px;
    filter: drop-shadow(0px 0px 63px #000);
}

.carousel-caption .slide-desc {
    font-size: 25px;
    margin-top: 30px;
    filter: drop-shadow(0px 0px 23px #000);
}

.slideButton {
    font-size: 19px;
    padding: 10px 25px;
    border-radius: 50px;
    margin-top: 30px !important;
}

.slideButton img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

#slider {
    max-height: 100vh;
    overflow: hidden;
}

.shorts {
    position: relative;
    padding: 0 0 30px;

}

.shorts a {
    flex: 1;
    position: relative;
}

.shorts .desktop {
    gap: 0px !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
}

.shorts a:hover img {
    filter: brightness(1);
}



.shorts span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    color: #ffffff45;
    font-weight: bold;
    padding: 10px 0;
    font-size: 30px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 1);
}

.shorts img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    height: 200px;
    filter: brightness(0.5);

    transition: all 0.3s ease;
}

h2.section-title {
    -webkit-text-stroke: 1px #b5b5b5;
    color: transparent;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 45px;
    text-align: start;
}

.section-subtitle {
    text-align: start;
    font-size: 20px;
}

.blog-section {
    padding-bottom: 0 !important;
    position: relative;
}

.blog-section .container {
    max-width: 100% !important;
    padding: 0 !important;
}

.blog-section .container .row {
    margin: 0;
}
.blog-section .text-center.mt-2 {
    display: none;
}

.blog-section .swiper-wrapper {
    padding: 0;
}

.blog-section .section-title,
.blog-section .section-subtitle {
    text-align: center;
}

@media (min-width: 1500px) {

    .container,
    header {
        max-width: 1500px;
    }


}

@media (min-width: 992px) {

    .callButton {
        padding: 5px 20px;
        border-radius: 20px;
    }
}

@media (max-width: 992px) {
    a.callButton.btn.btn-sm.btn-primary.rounded-circle.d-md-none {
        aspect-ratio: 1 / 1;
        display: flex
    ;
        align-items: center;
    }
    .shorts span {
        text-align: center;
        padding: 10px;
        font-size: 27px;
      
    }
    #slider {
        height: 80vh;
    }

    #slider img {
        height: 80vh;
        object-fit: cover;
    }

    #slider .carousel-caption {
        display: block !important;
    }

    #slider .carousel-caption h5 {
        font-size: 30px;
    }

    #slider .carousel-caption {
        top: 150px;
        left: 0;
        max-width: 100%;
        right: 0;
        transform: unset;
    }

    #slider .carousel-caption .slide-desc {
        font-size: 18px;
        padding: 0px 15px;
    }

    header {
        margin-right: 10px;
        margin-left: 10px;
    }
}