/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

/* Slider yazılarının varsayılan stilleri */
.slider-caption .emphasis-title h2 {
    max-width: 600px;
    font-size: 80px;
    font-family: 'Montserrat';
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 5rem;
}

.slider-caption .emphasis-title p.lead {
    max-width: 600px;
    font-family: 'Poppins';
    color: #999;
    font-size: 18px;
    margin-top: 4rem;
}

/* Mobil cihazlar için medya sorgusu (örneğin 768px ve altı) */
@media (max-width: 768px) {
    .slider-caption .emphasis-title h2 {
        font-size: 36px; /* Mobilde başlık boyutu küçültüldü */
        line-height: 1.3;
        margin-bottom: 2rem;
    }

    .slider-caption .emphasis-title p.lead {
        font-size: 14px; /* Mobilde paragraf boyutu küçültüldü */
        margin-top: 2rem;
    }
}

/* Daha küçük ekranlar için (örneğin 576px ve altı) */
@media (max-width: 576px) {
    .slider-caption .emphasis-title h2 {
        font-size: 24px; /* Çok küçük ekranlarda daha da küçült */
        line-height: 1.4;
    }

    .slider-caption .emphasis-title p.lead {
        font-size: 12px;
    }
}
.full-width-row {
    width: 100vw; /* Viewport genişliği kadar */
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.full-width-row .col-md-5,
.full-width-row .col-md-7 {
    padding: 0; /* Gerekiyorsa padding ayarlayabilirsiniz */
}


.section-clients {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 45px 0;
	background-color: #FFF;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.section-clients img { width: 100px; }

.section-features { padding: 120px }
