@charset "UTF-8";
@import "../bootstrap/css/bootstrap.min.css";
@import "../font-awesome/css/font-awesome.css";
@import "../animate/animate.min.css";
@import "../owlcarousel/assets/owl.carousel.min.css";
@import "../aos/aos.css";
@import "fontsize.css";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	line-height: 1.61;
	font-size: 1rem;
	font-weight: 400 !important;
	background-color: #ffffff !important;
	color: #5e5a56 !important;
	overflow-x: hidden;
}

body.loading {
    overflow: hidden;
}

h1 {
	font-family: "Roboto Serif", serif;
	color: #000;
	font-size: 80px;
	font-weight: 300;
}

h2 {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	line-height: 1.02;
}

h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	color: #000;
	line-height: 1.15;
}

.text-me {
	color: #cfcfce!important;
}

#MainMenu {
    align-items: stretch;
}

.navbar {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.navbar-nav {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.navbar-collapse {
    margin-top: 0 !important;
}

.navbar {
	transition: opacity 0.2s ease;
    opacity: 1;
}

.navbar-brand {
	font-size: 24px;
	font-weight: normal;
}

.logo-wrapper {
    width: 48px;
    height: 48px;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-wrapper img {
	width: 64px;
	margin-top: 8px;
}

@media (min-width: 992px) {	
	.navbar-brand:hover {
		color: #ffffff;
	}
	
	.navbar {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
		padding-right: 6rem !important;
		padding-left: 6rem !important;
	}
	
	.navbar-nav {
		box-shadow: 7.07px 7.07px 18px 8px rgba(218,57,43,0.1) !important;
		border-radius: 0px 0px 10px 10px !important;
	}

	.navbar-nav .nav-item {
		line-height: 60px !important;
		transition: background-color 0.3s ease, color 0.3s ease, border-radius 0.3s ease;
	}

	.navbar-nav .nav-item .active {
		background-color: #ea202c !important;
		color: #ffffff !important;
		border-radius: 0px 0px 0px 10px !important;
	}

	.navbar-nav .nav-item:hover,
	.navbar-nav .nav-item:focus {
		background-color: #ea202c !important;
		color: #ffffff !important;
	}

	.navbar-nav .nav-item .nav-link:hover,
	.navbar-nav .nav-item .nav-link:focus {
		color: #ffffff !important;
	}

	.navbar-nav .nav-item:first-child {
		border-bottom-left-radius: 10px;
	}

	.navbar-nav .nav-item:last-child {
		border-bottom-right-radius: 10px;
	}

	.navbar-nav .nav-item .nav-link {
		padding-left: 20px !important;
		padding-right: 20px !important;
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}
	
}

@media (max-width: 991px) {
    .navbar {
        background-color: #ffffff !important;
		margin-bottom: 10px !important;
    }
	
	.navbar-collapse {
		margin-top: 15px !important;
    }
	
	.logo-wrapper img {
		width: 48px;
		margin-top: 0px;
	}

}

.full-height-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 767.98px) {
    .full-height-img {
        height: auto;
    }
}

.px-90 {
	padding-left: 90px!important;
	padding-right: 90px!important;
}

@media (max-width: 768px) {
	.px-90 {
		padding-left: 20px!important;
		padding-right: 20px!important;
	}
}

.border-me {
    --bs-border-opacity: 1;
    border-color: rgba(226, 43, 52, var(--bs-border-opacity)) !important;
}

.counter-box {
    text-align: center;
}

.counter-box span {
    display: block;
    font-size: 90px;
	line-height: 90px!important;
	color: #000000;
}

.counter-box .counter-text {
    margin-top: 5px;
    font-weight: 600;
	text-transform: uppercase;
}

.form-control,
.form-select {
    border: none !important; 
    border-bottom: 1px solid #ced4da !important;
    background-color: #ffffff;
    border-radius: 0;
    box-shadow: none !important;
    outline: none !important;
}

.form-control:focus,
.form-select:focus {
    border: none !important;
    border-bottom: 1px solid #000000 !important;
    box-shadow: none !important;
    outline: none !important;
}

.form-select {
    background-image: none !important;
}

.py-80 {
	padding-top: 80px!important;
	padding-bottom: 80px!important;
}

.siyah-beyaz {
    filter: grayscale(100%);
}

.timeline-section {
	display: flex;
	flex-direction: column;
	gap: 120px;
	position: relative; 
	padding-left: 90px;
}

.timeline-item {
	display: grid;
	grid-template-columns: 200px 1fr 260px; 
	align-items: center;
	position: relative;
}

.timeline-number {
	font-family: "Roboto Serif", serif;
	font-size: 200px; 
	font-weight: 700; 
	color: #e5e7eb; 
	line-height: 1; 
	text-align: center;
}

.timeline-item::after {
	content: '';
	position: absolute;
	left: 110px;
	top: 230px;
	bottom: -130px;
	width: 2px;
	background: #d1d5db;
	z-index: 0;
	transform: translateX(-50%);
}

.timeline-item:last-child::after {
	display: none;
}

.timeline-content {
	padding-right: 70px; 
	padding-left: 80px;
}

.timeline-content h3 {
	font-size: 28px;
	font-weight: 400!important;
	margin-top: 20px!important;
}

.timeline-content p {
	font-size: 16px;
	color: #6b7280;
}

.timeline-image {
    position: relative;
    width: 310px; 
    height: 240px;
}

.timeline-image img.slider-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: 1;
}

.timeline-image img.slider-item.active {
    opacity: 1;
    z-index: 2;
}

/* Mobilde responsive */
@media (max-width: 768px) {
    .timeline-image {
        width: 90%;
        margin: 0 auto;
        height: auto;
    }
    .timeline-image img.slider-item {
        position: relative;
        width: 100%;
        height: auto;
        opacity: 1; /* fade efektini mobilde kapatmak istersen */
    }
}

.timeline-image img {
	width: 310px;
	height: 240px;
	object-fit: cover;
	border-radius: 8px;
}

@media (max-width: 768px) {
	.timeline-section {
		gap: 40px;
		padding-left: 0; 
	}

	.timeline-item {
		grid-template-columns: 1fr;
		grid-template-areas: 
			"number"
			"content"
			"image";
		align-items: center;
		margin-left: 20px;
	}
	
	.timeline-number {
		display: none;
	}
	
	.timeline-item::after {
		display: none;
	}

	.timeline-content {
		grid-area: content;
		padding: 0 10px;
		padding-top: 0; 
	}
	
	/*.timeline-image {
		grid-area: image;
		margin-top: 20px;
		text-align: center;
		padding-top: 0; 
	}
	.timeline-image img {
		max-width: 90%; 
		margin: 0 auto;
	}*/
	
	.px-90 {
		padding-left: 20px!important;
		padding-right: 20px!important;
	}
}

.underline-me::after {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background-color: #f8303d;
    margin-top: 4px;
}

.footer {
	background: #000000;
	color: #b4b4b4!important;
	padding-top: 60px;
	padding-bottom: 60px;
	overflow: hidden;
}

.footer a {
	color: #b4b4b4;
	text-decoration: none;
	transition: color 0.3s ease;
}

.footer a:hover {
	color: #c80002;
}

/* Preloader Ana Ekranı */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #0a0a0a !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    z-index: 9999999 !important;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.8s ease, visibility 0.8s;
}

#preloader.loaded {
    opacity: 0;
    visibility: hidden;
}

/* Sadece Preloader içindeki Logo Kapsayıcısı */
#preloader .logo-wrapper {
    position: relative !important;
    width: 350px !important; /* Buradan boyutu istediğin gibi değiştirebilirsin */
    height: auto;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background: none !important;
}

/* Sadece Preloader içindeki ortak Logo Ayarları */
#preloader .loader-logo, 
#preloader .logo-colored {
    width: 350px !important; 
    max-width: 350px !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;
}

/* Alttaki Silik Logo */
#preloader .logo-grayscale {
    filter: grayscale(1) brightness(0.2) !important;
    opacity: 0.2 !important;
}

/* Üstteki Dolma Alanı */
#preloader .logo-fill {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 0%; /* JS tarafından %100 yapılacak */
    overflow: hidden !important;
    transition: height 2.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
    z-index: 2;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
}

/* Renkli Logo (Hizalamayı sabitleyen kısım) */
#preloader .logo-colored {
    position: absolute !important;
    bottom: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    filter: drop-shadow(0 0 15px rgba(255,255,255,0.1)) !important;
    max-width: none !important;
}

/* Metin Hizalaması */
#preloader .loading-text {
    position: absolute !important;
    bottom: -60px !important;
    width: 100% !important;
    text-align: center !important;
    color: #444 !important;
    font-size: 13px !important;
    letter-spacing: 5px !important;
    font-family: sans-serif;
}