/* ------------------------------------------------------------------------------
	Template Name: Auro
	Author: Designstub
	Author URI: http://www.designstub.com
------------------------------------------------------------------------------*/



@import url(http://fonts.googleapis.com/css?family=Open%20Sans:300,400,500,600,700);
/* ------------------------------------------------------------------------------
	 Typography
-------------------------------------------------------------------------------*/
p {
	font-size: 14px;
	line-height: 22.4px;
	color: #6c7279;
}
h1 {
	font-size: 65px;
	color: #2d3033;
}
h2 {
	font-size: 40px;
	color: #2d3033;
}
h3 {
	font-size: 28px;
	color: #2d3033;
	font-weight: 300;
}
h4 {
	font-size: 22px;
	color: #2d3033;
	font-weight: 400;
}
h5 {
	font-size: 14px;
	color: #2d3033;
	text-transform: uppercase;
	font-weight: 700;
}
.btn {
	background-color: #333;
	margin-top: 40px;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	border-radius: 0px;
	padding: 3% 7%;
	display: inline-block;
	text-transform: uppercase;
}
.btn:hover, .btn:focus {
	background-color: #000;
	color: #fff;
}
.btn-large {
	padding: 15px 40px;
}
/* ------------------------------------------------------------------------------
	 General Style
-------------------------------------------------------------------------------*/
a {
	color: #000000;
}
a:hover, a:focus {
	text-decoration: none;
	-moz-transition: background-color, color, 0.3s;
	-o-transition: background-color, color, 0.3s;
	-webkit-transition: background-color, color, 0.3s;
	transition: background-color, color, 0.3s;
}
body {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	color: #6c7279;
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
.section {
	padding: 100px 0;
}
.no-padding {
	padding: 0;
}
.no-gutter [class*=col-] {
	padding-right: 0;
	padding-left: 0;
}
/* ------------------------------------------------------------------------------
	 Header & navigation
-------------------------------------------------------------------------------*/
#header {
    position: fixed;
    width: 94%;
    z-index: 999;
    margin-left: 3%;
    margin-right: 3%;
}

#header .header-content {
    margin: 0 auto;
    padding: 15px 0; /* Maintain reduced padding */
    width: 100%;
    display: flex; /* Use flexbox for better layout */
    justify-content: space-between; /* Space between logo and navigation */
    align-items: center; /* Vertically center items */
}

#header .logo {
    font-size: 21px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}

#header.fixed {
    background-color: #fff;
}

#header.fixed .header-content {
    padding: 10px 0; /* Maintain reduced padding for fixed state */
}

.navigation {
    display: flex; /* Flex for horizontal alignment */
    align-items: center; /* Center items vertically */
	margin-left: 310px;
}

.navigation li {
    display: inline-block;
}

.navigation a {
    color: #000;
    font-size: 13px;
    font-weight: 300;
    margin-left: 25px; /* Spacing between items */
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 10px 0; /* Ensure vertical padding for better click area */
}

.navigation a:hover {
    color: #bcbcbc;
}

.navigation a.randevu-button {
    display: inline-block;
    padding: 8px 15px; /* Padding for "Randevu Al" button */
    border: 1px solid #000;
    text-align: center;
}
.devamini_oku{
	display: inline-block;
    padding: 8px 15px; /* Padding for "Randevu Al" button */
    border: 1px solid #000;
    text-align: center;
	color: #000;
	font-size: 13px;
    font-weight: 300;
	text-transform: uppercase;
	margin-top: 15px;

}
.devamini_oku:hover {
    color: #bcbcbc;
}
.nav-toggle {
	display: none;
	height: 44px;
	overflow: hidden;
	position: fixed;
	right: 5%;
	text-indent: 100%;
	top: 32px;
	white-space: nowrap;
	width: 44px;
	z-index: 99999;
	transition: all 0.3s;
}
.nav-toggle:before, .nav-toggle:after {
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	transform: translateZ(0);
	backface-visibility: hidden;
	transition-property: transform;
}
.nav-toggle:before {
	background-color: #1d1c1c;
	transform: scale(1);
	transition-duration: 0.3s;
}
.nav-toggle:after {
	background-color: #62666c;
	transform: scale(0);
	transition-duration: 0s;
}
.nav-toggle span {
	background-color: #fff;
	display: inline-block;
	height: 3px;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 18px;
	z-index: 10;
	transform: translateX(-50%) translateY(-50%);
}
.nav-toggle span:before, .nav-toggle span:after {
	background-color: #fff;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	transform: translateZ(0);
	backface-visibility: hidden;
	transition: transform 0.3s;
}
.nav-toggle span:before {
	transform: translateY(-6px) rotate(0deg);
}
.nav-toggle span:after {
	transform: translateY(6px) rotate(0deg);
}

/* ------------------------------------------------------------------------------
	 Header Slider
-------------------------------------------------------------------------------*/

.carousel {
	width: 94%;
	height: 500px;
	margin: auto;
}
.item, .active, .carousel-inner {
	height: 100%;
}
.carousel-caption {
	bottom: 40%;
	color: #fff;
	left: 15%;
	padding-bottom: 20px;
	padding-top: 20px;
	position: absolute;
	right: 15%;
	text-align: center;
	z-index: 10;
}
.carousel-caption h3 {
	font-family: "Open Sans", sans-serif;
	color: #2d3033;
	text-shadow: none;
	font-size: 31px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 5px;
}
.carousel-caption p {
	font-family: "Open Sans", sans-serif;
	color: #ffffff;
	text-shadow: none;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 2px;
}
.carousel-control.left {
	background: none;
}
.carousel-control.right {
	background: none;
}
.carousel-control {
	opacity: 1;
	text-shadow: none;
}


/* Hamburger Menu */
.mobile-menu .randevu-button {
	background: #ffffff;
	padding: 8px 15px;
	border-radius: 0px;
	color: black !important;
  }

  /* Mobil Menü Gizleme */
  .nav-toggle {
	display: none;
	font-size: 30px;
	color: white;
	cursor: pointer;
  }

  /* Mobil Menü */
  .mobile-menu {
	position: fixed;
	top: 0;
	right: -50%;
	width: 50%;
	height: 100%;
	background: rgba(15, 14, 14, 0.7); /* Yarı saydam hafif gri */
	color: white;
	transition: right 0.4s ease-in-out;
	z-index: 1001;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	font-family: "Open Sans", sans-serif;
}


  .mobile-menu .menu-content {
	width: 100%;
	text-align: center;
  }

  .mobile-menu .close-btn {
	position: absolute;
	top: 15px;
	right: 20px;
	font-size: 30px;
	color: white;
	cursor: pointer;
  }

  .mobile-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
  }

  .mobile-menu ul li {
	padding: 15px 0;
  }

  .mobile-menu ul li a {
	color: white;
	text-decoration: none;
	font-size: 20px;
	transition: color 0.3s;
  }

  .mobile-menu ul li a:hover {
	color: #ffffff;
  }

  /* Sayfa Arkası Gölge */
  .overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.4s ease-in-out, visibility 0.4s;
	z-index: 1000;
  }

  /* Menü Açıkken */
  .mobile-menu.active {
	right: 0;
  }

  .overlay.active {
	visibility: visible;
	opacity: 1;
  }



/* ------------------------------------------------------------------------------
	 Services
-------------------------------------------------------------------------------*/
.services {
	width: 94%;
	margin: auto;
	background-color: #f2f2f2;
}
.services h4 {
	font-size: 33px;
	line-height: 33px;
	letter-spacing: 2px;
	font-weight: 300;
}
.services h5 {
	font-size: 21px;
	font-weight: 300;
	margin-bottom: 10%;
	text-transform: none;
}
.services p {
	color: #6c7279;
	font-size: 13px;
	font-weight: 400;
	margin-top: 7%;
}
.services-content {
	margin: 50px;
}
.services-content li a {
	color: #6c7279;
	line-height: 30px;
}
.services-content li a:hover {
	color: #000;
}
/* ------------------------------------------------------------------------------
	 Portfolio
-------------------------------------------------------------------------------*/
#portfolio {
	width: 92%;
	margin: auto;
}
#portfolio .portfolio-item {
	right: 0;
	margin: 0 0 2px;
	padding: 0 1px;
}
#portfolio .portfolio-item .portfolio-link {
	display: block;
	position: relative;
	margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .caption {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(58, 54, 54, .9);
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
}
#portfolio .portfolio-item .portfolio-link .caption:hover {
	opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 20px;
	margin-top: -12px;
	text-align: center;
	font-size: 20px;
	color: #fff;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
	margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content h3 {
	margin: 0;
	color: #e9eaed;
	font-size: 17px;
	letter-spacing: 4px;
	text-transform: uppercase;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
	margin: 10px 0;
	color: #e9eaed;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
#portfolio * {
	z-index: 2;
}
/* ------------------------------------------------------------------------------
	 Testimonials
-------------------------------------------------------------------------------*/
.testimonials {
	width: 94%;
	margin: auto;
	background-color: #333;
	position: relative;
	text-align: center;
}
.testimonials blockquote {
	border: 0;
	margin: 0;
	padding: 100px 15%;
}
.testimonials h1 {
	color: #fff;
	font: 19px "Open Sans", sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
}
.testimonials p {
	color: #fff;
	display: block;
	font-size: 11px;
	font-style: normal;
	letter-spacing: 2px;
	font-weight: 400;
	margin-top: 30px;
	text-transform: uppercase;
}
/* ------------------------------------------------------------------------------
	 Footer
-------------------------------------------------------------------------------*/
.footer {
	width: 94%;
	margin: auto;
	text-align: left;
	padding-top: 5%;
	padding-bottom: 7%;
}
.footer h4 {
	font-size: 13px;
	color: #000;
	margin: 0 0 15px 0;
	padding: 0px;
}
.footer p {
	font-size: 11px;
	color: #6c7279;
}
.footer a {
	color: #000;
}
.footer a:hover {
	text-decoration: underline;
}
.footer .footer-share {
	margin-top: 0;
}
.footer .footer-share li {
	display: inline-block;
	float: none;
}
.footer .footer-share a {
	border: none;
	font-size: 13px;
	color: #000;
	letter-spacing: 15px;
}
.footer .fa-heart {
	color: #e84545;
	font-size: 11px;
	margin: 0 2px;
}
/* ------------------------------------------------------------------------------
	 Work Detial 
-------------------------------------------------------------------------------*/

.work-detail {
	width: 94%;
	margin: auto;
}
.work-detail-margin {
	margin-top: 7%;
}
.detail-image img {
	width: 100%;
}
.detail-contentbox {
	background-color: #f2f2f2;
	padding: 3%;
}
.detail-content h4 {
	font-size: 27px;
	line-height: 27px;
	letter-spacing: 1px;
	font-weight: 300;
}
.detail-content p {
	color: #6c7279;
	font-size: 13px;
	font-weight: 400;
	margin-top: 7%;
}
.whatsapp-float {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 20px;
	right: 20px;
	background-color: #25d366;
	color: white;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	box-shadow: 2px 2px 3px #999;
	z-index: 100;
  }
  
  .whatsapp-icon {
	margin-top: 16px;
  }
  
  /* Ekran genişliği 1500px ve üzeri olursa */
@media (min-width: 1500px) {
  .navigation {
    margin-left: 410px;
  }
}

/* Ekran genişliği 1600px ve üzeri olursa */
@media (min-width: 1600px) {
  .navigation {
    margin-left: 440px;
  }
}

/* Ekran genişliği 1700px ve üzeri olursa */
@media (min-width: 1700px) {
  .navigation {
    margin-left: 560px;
  }

  

  
}

@media (min-width: 1800px) {
  .navigation {
    margin-left: 660px;
  }

  

  
}

@media (min-width: 1900px) {
  .navigation {
    margin-left: 700px;
  }

  

  
}


@media (min-width: 2000px) {
  .navigation {
    margin-left: 760px;
  }

    
}