@charset "UTF-8";
@import "../bootstrap/css/bootstrap.min.css";
@import "../font-awesome/css/font-awesome.css";
@import "../animate/animate.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');

* {
	box-sizing: border-box;
}

html {
	margin: 0!important;
	padding: 0!important;
	overflow-x: hidden;
}

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;
}

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;
}

.fs-roboto-serif {
	font-family: "Roboto Serif", serif;
}

nav .container {
	max-width: 1220px;
}

.navbar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background-color: rgba(255, 255, 255, 0);
}

.navbar-nav .nav-link {
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	transition: color 0.3s ease, transform 0.3s ease;
}

.navbar-nav .nav-link:hover {
	color: #c11f28;
	transform: translateY(-2px);
}

.nav-contact-btn {
	display: inline-block;
	padding: 0.5rem 3rem;
	background-color: #c11f28;
	color: #fff;
	text-decoration: none;
	border-radius: 50px;
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease;
	font-size: 13px;
	text-transform: uppercase;
}

.nav-contact-btn::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.1);
	z-index: 0;
	transition: left 0.3s ease;
}

.nav-contact-btn:hover::before {
	left: 0;
}

.nav-contact-btn span {
	position: relative;
	z-index: 1;
	transition: color 0.3s ease;
}

.nav-contact-btn:hover span {
	color: #ffdddd;
}

/* Dil butonu */
.language-btn {
    background-color: #fff;
    color: #c11f28;
    border: 2px solid #c11f28;
    border-radius: 50px;
    padding: 0.5rem 1.5rem;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
}

.language-btn:hover {
    background-color: #c11f28;
    color: #fff;
}

.language-dropdown {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border: 2px solid #c11f28;
    border-radius: 12px;
    overflow: hidden;
    display: none;
    min-width: 100%;
    z-index: 1000;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.language-dropdown li a {
    display: block;
    padding: 0.5rem 0;
    color: #c11f28;
    text-decoration: none;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    transition: background 0.3s ease, color 0.3s ease;
}

.language-dropdown li a:hover {
    background-color: #c11f28;
    color: #fff;
}

.nav-item.position-relative:hover .language-dropdown {
    display: block;
}

.glass {
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border-radius: 15px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	padding: 20px;
	color: #fff;
}

#mainBanner {
	background-color: #f0edeb;
	height: auto; /* artık auto, mobil uyumlu */
	text-align: justify;
	border-bottom: 2px solid #c11f28;
}

#mainSliders img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
}

.full-height-section {
    height: 100vh;
    overflow: hidden;
}

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

@media (max-width: 767.98px) {
    .full-height-section {
        height: auto;
    }
    .full-height-img {
        height: auto;
    }
    #mainBanner {
        height: auto !important;
        background-size: cover !important;
        background-position: center !important;
        padding-bottom: 40px;
    }
}

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

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

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

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

.mt-100 {
	margin-top: 100px!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;
}

#merak_ettikleriniz {
    background-image: url('../../images/home/merak-ettikleriniz-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #fff;
    padding: 100px 0;
}

@media (max-width: 768px) {
    #merak_ettikleriniz {
        background-attachment: scroll;
    }
}

/* Accordion */
#merakettikleriniz .accordion-item {
	border: none;
	background: transparent;
}

#merakettikleriniz .accordion-button {
	background-color: transparent;
	color: #000;
	font-weight: 500;
	box-shadow: none;
	border: none;
	transition: all 0.3s ease;
}

#merakettikleriniz .accordion-button:hover {
	background-color: #c80002;
	color: #fff;
}

#merakettikleriniz .accordion-button:not(.collapsed) {
	background-color: #c80002;
	color: #fff;
	box-shadow: none;
}

#merakettikleriniz .accordion-button:focus {
	box-shadow: 0 0 0 0.25rem rgba(200, 0, 2, 0.3);
	border-color: #c80002;
}

#merakettikleriniz .accordion-body {
	background-color: rgba(255, 239, 238, 0.9);
	color: #000;
	border-top: 1px solid #ddd;
}

#merakettikleriniz .accordion-button::after {
	filter: invert(0);
	transition: filter 0.3s ease;
}

#merakettikleriniz .accordion-button:not(.collapsed)::after {
	filter: invert(1);
}

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

.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 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;
	}
}

.footer {
	background: linear-gradient(to right, #141414 50%, #1e1e1e 50%);
	color: #b4b4b4!important;
	padding-top: 80px;
	padding-bottom: 80px;
	overflow: hidden;
}

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

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

/* Tüm Form Kontrolleri (input, textarea, select) */
.form-control,
.form-select {
    /* **Tüm kenarlıkları KESİNLİKLE kaldır!** */
    border: none !important; 
    
    /* Sadece altta 1px kalınlığında hafif gri bir çizgi bırak */
    border-bottom: 1px solid #ced4da !important;
    
    /* Arka planı beyaz yap */
    background-color: #ffffff;
    
    /* Köşeleri sıfırla (Resimdeki gibi keskin) */
    border-radius: 0;
    
    /* Varsayılan box-shadow'u ve outline'ı kaldır */
    box-shadow: none !important;
    outline: none !important;
}

/* Odaklanma (Focus) Anındaki Stil */
.form-control:focus,
.form-select:focus {
    /* Odaklanınca da diğer kenarlıkları kaldırdığından emin ol */
    border: none !important;
    
    /* Odaklanıldığında alt çizgiyi siyah veya istediğiniz bir renkle vurgula */
    border-bottom: 1px solid #000000 !important;
    
    /* Varsayılan mavi focus box-shadow'u (halka) KESİNLİKLE kaldır */
    box-shadow: none !important;
    
    /* Varsayılan outline'ı KESİNLİKLE kaldır */
    outline: none !important;
}

/* Select Box için Ek Düzenleme */
.form-select {
    /* Selectbox'ın sağındaki ok için kullanılan varsayılan resmi kaldır */
    background-image: none !important;
}