/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

body, a, h1, h2, h3, h4, h5, h6, p, span, div, li, ul, ol, button, input, textarea, select, option, label, form, table, th, td, tr, img, figure, figcaption, nav, header, footer, section, article, aside, main, aside, address, blockquote, cite, code, pre, small, strong, em, i, b, u, s, strike, sup, sub, mark, ins, del, dfn, kbd, samp, var, abbr, acronym, q, time, caption, fieldset, legend, hr, iframe, object, embed, param, video, audio, source, track, canvas, map, area, svg, mark, meter, progress, time, wbr, bdi, bdo, br, col, colgroup, details, dialog, menu, menuitem, summary, template, slot, shadow
{
    font-family: "Poppins", serif;
}

#header {
    border: none!important;
}
.home #header-wrap{
    background: transparent !important;
    border: none;
}

.product-image{
    background: #f5f5f9; padding: 20px; border-radius: 10px; overflow: hidden
}
/* Tüm cihazlar ve tarayıcılar için genel stiller */
.swiper-slide {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px; /* Safari ve eski tarayıcılar için */
}

.slide-collection img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    -webkit-border-radius: 10px; /* Safari ve eski tarayıcılar için */
    overflow: hidden;
}

.overlay {

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.9)) !important;
    z-index: 1;
}

.slide-title {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #000;
    font-size: 20px;
    z-index: 2;
    max-width: 90%; /* Uzun başlıklar için uyumluluk */
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8);
}

/* Mobil cihazlar için medya sorguları */
@media (max-width: 768px) {
    .slide-title {
        font-size: 16px; /* Başlık boyutu mobil için küçültüldü */
    }

    .swiper-slide {
        border-radius: 8px;
        -webkit-border-radius: 8px;
    }

}/* Mobil cihazlar için medya sorguları */
#header-wrap{
    padding: 10px;
}

.home #header-wrap #logo img{
    height: 140px;
}

@media (max-width: 992px) {
    .home #header-wrap #logo img{
        height: 60px;
    }
    #header-wrap #logo img{
        height: 70px;
    }

    #header{
        padding: 0px;
    }
    #logo {
       padding-top: 10px;
       padding-bottom: 10px;
    }
    .swiper-slide {
        border-radius: 0!important;
    }
    .slider-caption{
        padding-left: 50px;
    }
    .slider-caption h2 {
        font-size: 2rem;
    }
    .slider-caption p {
        font-size: 1.2rem;
        margin-top: 10px;
        max-width: 80%;
    }

    #top-bar div div div p {
        display: none;
    }


}


.cover-soft {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .9) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none; /* Butonların ve diğer öğelerin tıklanmasını engellememek için */
    z-index: 1; /* Slider içeriğinden yukarıda ama butonlar ve diğer öğelerden aşağıda olacak şekilde */
}



                                    }