/* Genel stil ayarları */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background: linear-gradient(45deg, #2c2f36, #565b62); /* Antrasit ve daha açık gri arasındaki geçiş */
    color: #fff; /* Yazılar beyaz */
    background-size: cover; /* Fotoğrafın tam ekranı kaplamasını sağlar */
    background-position: center; /* Fotoğrafın merkezden görünmesini sağlar */
    background-attachment: fixed; /* Arkaplanın sabit kalmasını sağlar */
    
}
.parallax {
    background-image: url('parallax-background.jpg');
    height: 100vh; /* Sayfa yüksekliği kadar */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Üst Menü */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10;
    padding: 10px 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.nav-container {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}

.nav-link {
    color: white;
    font-size: 18px;
    text-decoration: none;
    padding: 15px 20px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 5px;
    transition: background-color 0.3s;
}

.nav-link:hover {
    background-color: rgba(255, 215, 0, 0.8); /* Hover rengi */
}

/* Anasayfa İçeriği */
.container {
    padding-top: 80px;
    text-align: center;
}

.home {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
}

.home-left {
    flex: 1;
    padding-right: 20px;
}

.home-left h1 {
    font-size: 48px;
    margin-bottom: 20px;
}

.home-left p {
    font-size: 24px;
    margin-bottom: 20px;
}

.cta-button {
    padding: 15px 30px;
    font-size: 18px;
    background-color: rgba(255, 215, 0, 0.8);
    color: black;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.cta-button:hover {
    background-color: rgba(255, 215, 0, 1);
}

.home-right img {
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}
/* Genel stil ayarları */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    color: #333;
}

/* Üst Menü */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10;
    padding: 10px 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.nav-container {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}

.nav-link {
    color: white;
    font-size: 18px;
    text-decoration: none;
    padding: 15px 20px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 5px;
    transition: background-color 0.3s;
}

.nav-link:hover {
    background-color: rgba(255, 215, 0, 0.8); /* Hover rengi */
}

/* Hizmetler */
.container {
    padding-top: 80px;
    text-align: center;
}

.services h2 {
    font-size: 36px;
    margin-bottom: 40px;
}

.service-item {
    margin-bottom: 40px;
}

.service-item h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.service-item p {
    font-size: 18px;
    text-align: left;
    margin-bottom: 10px;
}

.photo-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.service-img {
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}
/* Genel stil ayarları */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    color: #fff; /* Yazıların beyaz olması için */
    display: flex;
    flex-direction: column;
    align-items: center; /* Sayfayı ortalamak için */
    justify-content: center; /* Sayfayı ortalamak için */
    min-height: 100vh; /* Sayfa yüksekliği tam ekran olsun */
}

/* Üst Menü - Navbar */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10;
    padding: 10px 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.nav-container {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}

.nav-link {
    color: white;
    font-size: 18px;
    text-decoration: none;
    padding: 15px 20px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 5px;
    transition: background-color 0.3s;
}

.nav-link:hover {
    background-color: rgba(255, 215, 0, 0.8); /* Hover rengi */
}

/* Sayfa içeriği */
.container {
    padding-top: 120px; /* Navbar nedeniyle içerikleri aşağıya kaydır */
    text-align: center;
    width: 100%;
}

/* Hizmetler kısmı */
.services {
    margin-top: 120px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    width: 80%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; /* Ortalamak için */
}

.services h2 {
    font-size: 36px;
    margin-bottom: 40px;
    text-align: center; /* Başlık ortalanacak */
}

.service-item {
    margin-bottom: 40px;
    text-align: center; /* Hizmet açıklamaları ve fotoğraflar ortalanacak */
}

.service-item h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.service-item p {
    font-size: 18px;
    margin-bottom: 10px;
}

/* Fotoğraf Konteyneri */
.photo-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.service-img {
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}

/* Buton */
.cta-container {
    margin-top: 50px;
}

.cta-button {
    padding: 15px 30px;
    font-size: 18px;
    background-color: rgba(255, 215, 0, 0.8);
    color: black;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.cta-button:hover {
    background-color: rgba(255, 215, 0, 1);
}
/* Genel stil ayarları */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    color: #fff; /* Yazıların beyaz olması için */
}

/* Üst Menü - Navbar */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10;
    padding: 10px 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.nav-container {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}

.nav-link {
    color: white;
    font-size: 18px;
    text-decoration: none;
    padding: 15px 20px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 5px;
    transition: background-color 0.3s;
}

.nav-link:hover {
    background-color: rgba(255, 215, 0, 0.8); /* Hover rengi */
}

/* Sayfa içerikleri */
.container {
    padding-top: 80px; /* Navbar nedeniyle içerikleri aşağıya kaydır */
    text-align: center;
}

/* Hakkımızda */
.about {
    margin-top: 120px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    width: 80%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; /* Hakkımızda yazılarını ortaladık */
}

.about h2 {
    font-size: 36px;
    margin-bottom: 40px;
    color: #fff; /* Hakkımızda başlığını beyaz yapalım */
}

.about-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.about-left {
    width: 50%;
    text-align: left;
    padding-right: 20px;
}

.about-right {
    width: 40%;
}

.about-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}

.about-left p {
    font-size: 18px;
    line-height: 1.6;
    color: #fff; /* Yazıları beyaz yapalım */
}

/* Buton */
.cta-container {
    margin-top: 50px;
}

.cta-button {
    padding: 15px 30px;
    font-size: 18px;
    background-color: rgba(255, 215, 0, 0.8);
    color: black;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.cta-button:hover {
    background-color: rgba(255, 215, 0, 1);
}
/* Genel stil ayarları */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    color: #fff; /* Yazıların beyaz olması için */
}

/* Üst Menü - Navbar */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10;
    padding: 10px 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.nav-container {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}

.nav-link {
    color: white;
    font-size: 18px;
    text-decoration: none;
    padding: 15px 20px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 5px;
    transition: background-color 0.3s;
}

.nav-link:hover {
    background-color: rgba(255, 215, 0, 0.8); /* Hover rengi */
}

/* Sayfa içerikleri */
.container {
    padding-top: 80px; /* Navbar nedeniyle içerikleri aşağıya kaydır */
    text-align: center;
}

/* İletişim Bilgileri */
.contact-info {
    margin-top: 120px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    width: 80%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.contact-info h2 {
    font-size: 36px;
    margin-bottom: 40px;
}

.contact-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.contact-item {
    width: 30%;
}

.contact-item h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.contact-item p {
    font-size: 18px;
}

/* Buton */
.cta-container {
    margin-top: 50px;
}

.cta-button {
    padding: 15px 30px;
    font-size: 18px;
    background-color: rgba(255, 215, 0, 0.8);
    color: black;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.cta-button:hover {
    background-color: rgba(255, 215, 0, 1);
}
/* Fiyat Alın sayfası */
.price-inquiry {
    margin-top: 120px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    width: 80%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.price-inquiry h2 {
    font-size: 36px;
    margin-bottom: 40px;
    color: white;
}

.price-item {
    margin-bottom: 40px;
}

.price-item h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    color: white;
}

.price-item p {
    font-size: 18px;
    color: white;
}

.cta-button {
    padding: 15px 30px;
    font-size: 18px;
    background-color: rgba(255, 215, 0, 0.8);
    color: black;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.cta-button:hover {
    background-color: rgba(255, 215, 0, 1);
}
