/* Temel Stil Kuralları */
body, html {
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #666;
	font-weight: 400;
	width: 100% !important;
	height: 100% !important;
}
h1 {
	font-size: 48px;
}
h2 {
	font-family: 'Montserrat', sans-serif;
	margin: 0 0 20px 0;
	font-weight: 700;
	font-size: 32px;
	color: #333;
}
h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #333;
}
h4 {
	font-size: 18px;
	color: #333;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 15px;
}
a {
	color: #1f386e;
	font-weight: 400;
}
a:hover, a:focus {
	text-decoration: none;
	color: #e52f3c;
}
ul, ol {
	list-style: none;
	padding: 0;
}
hr {
	height: 2px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #1E7A46;
	margin-bottom: 20px;
	border: 0;
}

/* Menü */
#menu {
	padding: 20px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: #fff;
	border-color: rgba(231, 231, 231, 0);
	box-shadow: 0 0 30px rgba(0,0,0,0.2)
}
#menu a.navbar-brand {
	font-family: 'Montserrat', sans-serif;
	font-size: 32px;
	font-weight: 700;
	color: #1f386e;
	text-transform: uppercase;
	letter-spacing: -1px;
}
#menu.navbar-default .navbar-nav > li > a {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: #1f386e;
	font-size: 14px;
	font-weight: 700;
	padding: 8px 2px;
	margin: 9px 20px 0 20px;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #ce2a36;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover {
	color: #ce2a36 !important;
	background-color: transparent;
}
#menu .phone {
	font-family: 'Montserrat', sans-serif;
	margin: 4px 0 0 120px;
	float: left;
	font-size: 16px;
	font-weight: 400;
	color: #999;
}
#menu .phone span {
	font-size: 14px;
	display: block;
	color: #1f386e;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #1b6d3f;
}

/* Başlık */
.section-title {
	margin-bottom: 70px;
}
.section-title h2 {
	position: relative;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.section-title h2::after {
	content: "";
	position: absolute;
	background-color: #e52f3c;
	height: 3px;
	width: 50px;
	bottom: -1px;
	left: 0;
}

/* Butonlar */
.btn-custom {
	text-transform: uppercase;
	color: #fff;
	background-color: #e52f3c;
	padding: 14px 20px;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: 600;
	border-radius: 4px;
	transition: all 0.3s;
}
.btn-custom:hover {
	background-color: #1f386e;
	color: #fff;
}

/* Header */
.intro {
	display: table;
	width: 100%;
	background: url(../img/karma/a10.jpg) center center no-repeat;
	background-size: cover;
}
.intro .overlay {
	background: rgba(0,0,0,0.3);
}
.intro h1 {
	color: #fff;
	font-size: 62px;
	font-weight: 700;
	text-shadow: 0 0 15px rgba(0,0,0,0.5);
}
.intro p {
	color: #fff;
	font-size: 17px;
	line-height: 28px;
	padding: 15px;
	max-width: 600px;
	margin: 0 auto 40px;
	background: rgba(0,0,0,0.45);
}
header .intro-text {
	padding-top: 350px;
	padding-bottom: 150px;
	text-align: center;
}

/* Get Touch */
#get-touch {
	padding: 40px 0 30px;
	color: rgba(255,255,255,0.7);
	background: #1f386e;
}
#get-touch h3 {
	font-size: 24px;
	color: #fff;
}
#get-touch .btn-custom {
	background: transparent;
	border: 2px solid #fff;
}
#get-touch .btn-custom:hover {
	color: #1f386e;
	background: #fff;
}

/* About */
#about {
	padding: 110px 0;
	background: #f6f6f6;
}
#about img {
	padding: 20px;
	width: 100%;
	max-width: 500px;
	margin-top: 10px;
	background: #fff;
	box-shadow: 0 0 50px rgba(0,0,0,0.06);
}
#about h2::after {
	content: "";
	position: absolute;
	background-color: #e52f3c;
	height: 3px;
	width: 50px;
	bottom: -1px;
	left: 0;
}
#about p {
	line-height: 24px;
	margin: 30px 0;
}
#about .about-text li {
	margin-bottom: 6px;
	margin-left: 6px;
	padding: 0;
}
#about .about-text li:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	color: #1f386e;
	font-size: 11px;
	padding-right: 8px;
}

/* Services */
#services {
	padding: 100px 0;
}
#services .service-media img {
	width: 100%;
	height: auto;
}
#services .service-desc {
	margin: 10px 10px 20px;
}

/* Portfolio */
#portfolio {
	padding: 100px 0;
	background: #f6f6f6;
}
.portfolio-item {
	margin: 15px 0;
}
.hover-bg {
	position: relative;
	overflow: hidden;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	background: rgba(31, 56, 110, 0.8);
	color: #fff;
	padding: 30% 0 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 0.5s;
}
/* H3 başlık için düzenleme */
header .intro-text h3 {
	color: #fff;
	font-size: clamp(20px, 4vw, 36px);
	font-weight: 700;
	text-shadow: 0 0 15px rgba(0,0,0,0.5);
	white-space: nowrap; /* Metnin tek satırda kalmasını sağlar */
	text-align: center;
	margin: 0 auto 20px auto; /* Üst ve yanlar otomatik, alt boşluk 20px */
  }
  
  
.hover-bg .hover-text h4 {
	opacity: 0;
	transform: translateY(100%);
	transition: all 0.3s;
	font-size: 17px;
	text-transform: uppercase;
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
.hover-bg:hover .hover-text h4 {
	opacity: 1;
	transform: translateY(0);
}

/* Testimonials */
#testimonials {
	padding: 100px 0;
}
.testimonial {
	padding: 20px;
}
.testimonial-image img {
	width: 64px;
	height: 64px;
}
.testimonial-content p {
	font-size: 14px;
	font-style: italic;
}
.testimonial-meta {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
}

/* Contact */
#contact {
	padding: 100px 0 60px 0;
	background: #1f386e;
	color: rgba(255,255,255,0.65);
}
#contact h2, #contact h4 {
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
#contact .btn-custom {
	margin-top: 30px;
	background: transparent;
	border: 2px solid #fff;
}
#contact .btn-custom:hover {
	color: #1f386e;
	background: #fff;
}
#contact .form-control {
	width: 100%;
	border-radius: 0;
}
#contact .social {
	text-align: center;
	margin-top: 50px;
	border-top: 1px solid rgba(255,255,255,0.1);
}
#contact .social i.fa {
	font-size: 24px;
	padding: 10px;
	color: rgba(255,255,255,0.6);
	transition: all 0.3s;
}
#contact .social i.fa:hover {
	color: #fff;
}

/* Footer */
#footer {
	background: #f6f6f6;
	padding: 30px 0;
}
#footer p {
	color: #888;
	font-size: 14px;
}

/* Responsive */
@media (max-width: 767px) {
	body {
		padding-top: 80px;
	}
	header .intro-text {
		padding-top: 180px;
		padding-bottom: 100px;
	}
	#menu .phone {
		float: none;
		text-align: center;
		margin: 10px 0 0 0;
		display: block;
	}
	.section-title h2 {
		font-size: 24px;
	}
	h1 {
		font-size: 36px;
	}
	h2 {
		font-size: 24px;
	}
	#about img {
		margin: 30px 0;
	}
}
