html {
  scroll-behavior: smooth;
}

.additional-div {
  display: none;
  position: absolute;
  bottom: 20px; /* Adjust this to move the form up/down */
  left: 50%;
  transform: translateX(-50%);
  padding: 20px;
  border-radius: 10px;
  z-index: 20;
}

.input-container {
  display: flex; /* Align the items horizontally */
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.phone-button {
  background-color: #4CAF50; /* Varsayılan yeşil arka plan */
  padding: 10px 15px; /* Buton iç boşlukları */
  border-radius: 5px; /* Köşe yuvarlatma */
  display: inline-block; /* Buton gibi görünmesi için */
  text-align: center; /* Metni ortalama */
  font-size: 16px; /* Yazı boyutu */
  font-weight: bold; /* Yazı kalınlığı */
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease; /* Geçiş efektleri */
}

.phone-button a {
  color: white; /* Yazı rengi */
  text-decoration: none; /* Alt çizgi kaldırma */
}

.phone-button:hover {
  background-color: #3e8e41; /* Daha koyu bir yeşil */
  color: #ffffff; /* Yazı renginin beyaz kalması */
  transform: scale(1.05); /* Butonu hafif büyütme */
}

.text-box, .select-box {
  width: 180px;
  padding: 12px;
  font-size: 1rem;
  border: 1px solid #ccc; /* Light gray border */
  border-radius: 6px; /* Rounded corners */
  background-color: white; /* Very light gray background */
  color: #333; /* Dark text color for readability */
  font-family: Arial, sans-serif; /* Clean and simple font */
  transition: border-color 0.3s ease;
}

.text-box:focus, .select-box:focus {
  border-color: #007bff; /* Blue border on focus for clarity */
  outline: none; /* Remove default focus outline */
}

.submit-btn {
  height: 15%;
  padding: 12px 25px;
  background-color: #007bff; /* Simple blue background */
  color: white;
  font-size: 1rem;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-family: Arial, sans-serif;
  transition: background-color 0.3s ease;
}

.submit-btn:hover {
  background-color: #0056b3; /* Slightly darker blue on hover */
}

.submit-btn:active {
  transform: scale(0.98); /* Button shrinks slightly when clicked */
}

  .container1 {
    background-color: #131718;
      align-items: center;
      display: flex;
      gap: 20px;
      justify-content: center;
      flex-wrap: wrap; /* Flex öğelerinin satır değiştirmesine izin verir */
      padding: 10px 10px 10px 10px;
  }
  .div {
      display: flex;
      gap: 20px;
      justify-content: center;
      flex-wrap: wrap; /* Alt alta gelmesini sağlamak için */
  }
  .box1 {
    width: 400px;
    height: 220px;
    background-color: #231f20;
    color: white;
    display: flex;
    flex-direction: column; /* Dikey hizalama */
    justify-content: center;
    align-items: center;
    font-size: 20px;
    border-radius: 10px;
  }
  
  .box1 img {
    
    width: 80%; /* Resmi yatayda kutuya tam oturt */
    height: 90%;/* Resmi dikeyde kutuya tam oturt */
    object-fit: cover; /* Resmi kutunun içine tam doldur */
  }
  
  .container2 {
      background-color: #ffffff;
      align-items: center;
      display: flex;
      justify-content: center;
      flex-wrap: wrap; /* Flex öğelerinin satır değiştirmesine izin verir */
      padding: 5px; /* Daha az boşluk için padding azaltıldı */
  }

  .div2 {
      display: flex;
      justify-content: center;
      flex-wrap: wrap; /* Alt alta gelmesini sağlamak için */
      gap: 5px; /* Divler arasındaki boşluğu azaltır */
  }

  .box2 {
      border-radius: 10px;
      width: 390px;
      height: 300px;
      background-color: #ff0000;
      color: white;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 20px;
      margin: 5px; /* Boxlar arasındaki boşluğu azaltır */
  }

  .box2 img {
    border-radius: 10px;
      width: 100%; /* Resmi yatayda kutuya tam oturt */
      height: 100%; /* Resmi dikeyde kutuya tam oturt */
      object-fit: cover; /* Resmi kutunun içine tam doldur */
  }

  .container2 img,
  .resim img {
      transition: transform 0.3s ease; /* Smooth transition effect */
  }

  /* Apply the scaling effect on hover */
  .container2 img:hover,
  .resim img:hover {
      transform: scale(1.05); /* Slightly scale the image to 105% of its original size */
  }

  .ic{
    color: black;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
  }

  .dıs-title {
    font-family: 'Pacifico', cursive; /* Google Fonts el yazısı fontu */
    font-size: 60px; /* Büyük yazı boyutu */
    text-align: center;
    color: #444; /* Yazı rengi (isteğe göre değiştirin) */
    margin-bottom: 10px; /* Alt boşluk */
}

  .text {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
  }

  .ic h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
  }
  .text p {
    text-align: justify; /* Paragrafı iki yana yaslar */
    line-height: 1.4;     /* Satır aralığını artırarak okunabilirliği artırır */
  }

  .submit-btn {
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1rem;
  }

  @media (max-width: 1700px) {
  .box1 {
      width: 23vw;
  }
  }

  @media (max-width: 1400px) {
  .box1{
      width: 45vw;
  }
  .container1 {
      padding: 10 5px;
      flex-direction: column;
  }
  }

  @media (max-width: 1000px) {
    .phone-button{
      display: none;
    }
  .box1{
      width: 85vw;
      margin-bottom: 20px;
  }
  .container1 {
      padding: 10 5px;
      flex-direction: column; /* Alt alta sıralanacak */
      gap: 20px; /* Divler arasında boşluk ekler */
  }
  .div {
      gap: 0px;
      flex-direction: column; /* Alt alta sıralar */
  }
  .text{
    font-size: 14px;
  }
  .ic{
    padding-left: 10px;
    padding-right: 10px;
  }
  }
    .box1 ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
  }
  
  .box1 ul li {
      margin-bottom: 10px;
  }
  
  .box1 ul li h3 {
      font-size: 1.2rem;
      color: #ffce00;
      margin-bottom: 10px;
  }
  
  .box1 ul li a {
      text-decoration: none;
      color: #d9d9d9;
      transition: color 0.3s ease;
  }
  
  .box1 ul li a:hover {
      color: #ffce00;
  }

  .nav__logo {
    display: inline-flex;
    align-items: center;
    column-gap: .25rem;
    font-weight: var(--font-semi-bold);
    margin-right: 50px; /* Menü yazılarından daha uzak olması için sol boşluk */
  }
  
  .nav__logo img {
    width: 100px;
    height: auto;
    border-radius: 50%;
  }
  
  .nav__logo span {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
  }

.contact-container {
  color: rgb(255, 255, 255);
  padding: 20px;
  border-radius: 8px;
  text-align: left;
  font-size: 1rem;
  width: 100%;
  height: 100%;
}
.contact-container h2 {
    margin: 0 0 10px 0;
    font-size: 1.2rem;
    text-align: left;
}
.contact-container hr {
    border: none;
    border-top: 1px solid #ffffff;
    width: 100px;
    margin: 10px 0 20px 0;
}
.contact-container .icon {
    margin-right: 10px;
}
.contact-container div {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.contact-container a {
    color: white;
    text-decoration: none;
}
.contact-container a:hover {
    color: #ffce00;
    text-decoration: underline;
}

.menu-container ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.menu-container ul li {
    width: 70%;
}
.menu-container ul li a {
    color: white;
    text-decoration: none;
}
.menu-container ul li a:hover {
    text-decoration: underline;
}

.bodycontainer {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* Reduced gap between divs */
  justify-content: center;
  padding: 10px 30px 30px 30px;
}

.left {
  margin-top: 50px;
  width: 100%; /* Make left div full width on smaller screens */
  max-width: 500px; /* Slightly wider for better readability */
  height: auto; /* Allow height to adjust */
  border-radius: 15px;
  padding: 30px 30px 0 30px;
  background-color: #e8e8eb; /* Light grey background for a softer look */
  text-align: center;
  font-family: 'Arial', sans-serif;
}

.left h1 {
  font-family: 'Dancing Script', cursive; /* Elegant script font */
  font-size: 34px; /* Larger heading */
  color: #b18c57; /* Deep navy color for a more refined look */
  margin-bottom: 20px;
}

.left p {
  font-family: sans-serif;
  font-size: 18px; /* Larger font size for readability */
  color: #4f4f4f; /* Dark grey for better contrast */
  margin-bottom: 15px;
  line-height: 1.8; /* Increased line height for better readability */
}

.left hr {
  border: none;
  height: 2px;
  background-color: #b18c57; /* Darker color for the line */
  width: 60%;
  margin: 20px auto;
}

.left h2 {
  font-size: 20px; /* Slightly larger subheading */
  color: #2e3a59; /* Matching the heading color */
  margin: 20px 0 10px;
}

.left ul {
  list-style-type: none; /* Remove bullets for a cleaner look */
  text-align: center;
  padding-left: 0; /* Remove padding */
  color: #4f4f4f;
}

.left ul li {
  margin-bottom: 15px;
  font-size: 16px; /* Uniform font size for list items */
  position: relative;
  padding-left: 25px; /* Add space for custom bullet */
}

.left ul li::before {
  content: '✔'; /* Custom checkmark bullet */
  position: absolute;
  left: 0;
  top: 0;
  color: #4caf50; /* Green color for the checkmark */
}

@media (max-width: 768px) {
  .bodycontainer {
    flex-direction: column;
    align-items: center;
  }

  .left {
    width: 100%; /* Ensure left div takes full width on mobile */
    max-width: 600px; /* Keep a max width for larger screens */
  }

  .left h1 {
    font-size: 28px; /* Adjust the font size for smaller screens */
  }

  .left p {
    font-size: 14px; /* Smaller text for mobile */
  }

  .left h2 {
    font-size: 18px; /* Slightly smaller for mobile */
  }

  .left ul li {
    font-size: 14px; /* Smaller text for the list items */
  }
}

.bodyg {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 33vh;
}

.gallery-header {
  text-align: center;
  margin-bottom: 5px;
}

.gallery-header h1 {
  font-family: 'Dancing Script', cursive; /* El yazısı fontu */
  font-size: 2rem; /* Adjusted for mobile */
  color: #b18c57;
}

.galleryy {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: 80%;
  max-width: 1400px;
}

@media (max-width: 768px) {
  .galleryy {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    width: 90%;
}
}

.galleryy img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.galleryy img:hover {
  filter: brightness(1.3); /* Rengi %30 daha parlak yapar */
  transition: filter 0.3s ease; /* Geçiş animasyonu ekler */
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* Menü Stil */
.menu {
  background-color: #231f20;
  padding: 10px 0; /* Yatayda 0 padding, dikeyde 10px padding */
  text-align: center;
  color: white;
  display: flex;
  justify-content: center;
  gap: 20px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  height: 70px; /* Sabit yükseklik */
}

.menu a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

/* Hamburger Menü */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  transition: transform 0.3s ease; /* Geçiş animasyonu */
  justify-content: center; /* Yatay merkezleme */
  align-items: center; /* Dikey merkezleme */
  height: 100%; /* Yüksekliği tam doldurur */
}

.hamburger div {
  width: 30px;
  height: 3px;
  background-color: white;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Menü Bağlantıları */
.menu-links {
  display: flex;
  gap: 20px;
  align-items: center; /* Menü öğelerini yatayda hizalar */
}

/* Menü için medya sorgusu (dar ekran) */
@media (max-width: 768px) {
.menu{
  height: 40px;
}
.nav__logo img {
  width: 50px;
}
.ara{
  display: none;
}
  .menu-links {
      display: none;
      flex-direction: column; /* Dikey hizalama */
      text-align: center;
      padding: 20px 0;
      position: absolute;
      top: 40px; /* Menü çubuğunun hemen altına yerleştirir */
      left: 0;
      background-color: rgba(32, 32, 32, 0.842);
      width: 100vw; /* Ekran genişliği kadar */
      box-sizing: border-box;
  }

  .menu.open .menu-links {
      display: flex;
  }

  .menu.open .menu-links a {
      padding: 10px 0;
  }

  .hamburger {
      display: flex;
  }

  /* Hamburger menü açıkken X işaretini oluştur */
  .hamburger.open div:nth-child(1) {
      transform: rotate(45deg);
      position: relative;
      top: 8px;
  }

  .hamburger.open div:nth-child(2) {
      opacity: 0;
  }

  .hamburger.open div:nth-child(3) {
      transform: rotate(-45deg);
      position: relative;
      top: -8px;
  }
}

.banner-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%; /* 16:9 aspect ratio */
  overflow: hidden;
}

.banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Resmin konteynırın tamamını kaplamasını sağlar */
  z-index: 1;
}

.overlay-text {
    display: none;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 50px;
  font-family: sans-serif;
  font-weight: bold;
  text-align: center;
  z-index: 2;
}


/* Mobil cihazlar için (%30 yükseklik artışı) */
@media (max-width: 768px) {
  .banner-container {
      padding-top: calc(56.25% * 1.3); /* %30 artış */
  }
}

.bosluk {
  height: 120px;
  position: relative; /* Ensures the additional-div is positioned relative to this container */
}


.icon-bar {
display: none;
position: fixed;
bottom: 20px;
left: 20px; /* Sol alt köşe */
display: flex;
flex-direction: column; /* Butonları üst üste yerleştirir */
gap: 10px; /* Butonlar arasındaki boşluk */
z-index: 1000;
}

.icon-bar {
position: fixed;
bottom: 20px;
left: 20px; /* Sol alt köşe */
display: none; /* Varsayılan olarak gizli */
flex-direction: column; /* Butonları üst üste yerleştirir */
gap: 10px; /* Butonlar arasındaki boşluk */
z-index: 1000;
}

.icon-bar a {
display: flex;
justify-content: center;
align-items: center;
width: 60px;
height: 60px;
border-radius: 50%; /* Yuvarlak şekil */
font-size: 24px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
color: #ffffff; /* İkon rengi */
text-decoration: none;
}

/* WhatsApp butonu */
.icon-bar .whatsapp {
background-color: #25d366; /* WhatsApp yeşili */
}

/* Telefon butonu */
.icon-bar .phone {
opacity: 0.7; /* Saydamlık ekleniyor */
background-color: #007bff; /* Telefon için mavi renk */
}
.icon-bar .konum {
opacity: 0.7; /* Saydamlık ekleniyor */
background-color: #6b6a6a;
}

/* Hover efektleri */
.icon-bar a:hover {
opacity: 0.9; /* Hafif bir hover efekti */
}

/* Sadece mobil cihazlar için */
@media (max-width: 1000px) {
.icon-bar {
display: flex; /* Mobil cihazlarda görünecek */
}
}


.phone-options {
  display: none; /* Başlangıçta gizli */
  position: absolute;
  bottom: 150px; /* Ana butonun üstünde */
  left: 0;
  flex-direction: column;
  gap: 10px;
}

.phone-options a {
  width: 200px;
  text-align: center;
  padding: 5px;
  border-radius: 5px;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  font-weight: bold;
}

.phone-options a:hover {
  background-color: #f0f0f0;
}

.phone-number:nth-child(1) {
  background-color: #ff4d4d; /* Kırmızı */
  color: white;
}

.phone-number:nth-child(1):hover {
  background-color: #e63939;
}

.phone-number:nth-child(2) {
  background-color: #ffcc00; /* Sarı */
  color: black;
}

.phone-number:nth-child(2):hover {
  background-color: #e6b800;
}

@media (max-width: 1650px) {
.box {
  width: 48vw;
}
}

/* Ekran küçük olduğunda div'lerin alt alta gelmesini sağlamak ve boşlukları azaltmak */
@media (max-width: 800px) {
.additional-div, .bosluk {
  display: none;
}
.footer{
  display: none;
}
iframe{
  display: none;
}
.box, .box2, .box3, .uzun{
  width: 95vw;
}
.container3 {
  padding: 10px 5px; /* Sağ ve sol boşluğu azalt */
  flex-direction: column; /* Div'leri alt alta sıralar */
}
.left a {
  font-size: 16px;
}
.buyuk {
  width: 95vw !important; /* Öncelik sağlamak için */
}
}

.footer{
  background-color: #000000;
  color: white;
  text-align: center;
  padding: 10px;
  position: sticky;
  bottom: 0;
  width: 100%;
}
.buyuk {
width: 780px;
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style-type: none;
}
:root {
  --bg: #f1efff;
  --primary: #6e4bec;
  --border: #200b4c;
}
::-webkit-scrollbar {
  width: 0;
}
html {
  scroll-behavior: smooth;
}
.container {
  max-width: 1440px;
  padding: 0 10px;
  margin: 0 auto;
}
.swiper {
  width: 100%;
  height: 550px;
  margin: 25px 0;
}
.swiper-slide {
  width: 370px;
  height: 500px;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: 2px solid var(--border);
  border-color: white;
}
.swiper-slide img:hover{
    filter: brightness(1.3); /* Rengi %20 daha parlak yapar */
    transition: filter 0.3s ease; /* Geçiş animasyonu ekler */
}
.swiper-slide-active img {
  border: 3px solid var(--border);
  border-color: white;
}
.swiper-pagination {
  position: absolute;
  bottom: 0;
}
.mySwiper .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--primary);
}
@media (max-width: 500px) {
  .swiper {
    height: 450px;
  }
  .swiper-slide {
    width: 300px;
    height: 400px;
  }
}

.features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); /* Responsive kolon düzeni */
  gap: 20px;
  padding: 20px;
  justify-items: center;
  align-items: center;
}

.feature-item {
  text-align: center;
  border-radius: 8px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%; /* Grid sistemine uyar */
  max-width: 150px; /* Maksimum genişlik */
  aspect-ratio: 1 / 1; /* Genişlik ve yükseklik oranı eşit */
}

.feature-item i {
  font-size: 50px; /* İkonların aynı büyüklükte olması için standart boyut */
  color: #b18c57;
  margin-bottom: 10px;
}

.feature-item p {
  margin: 0;
  font-size: 14px;
  color: #333;
  text-align: center;
}

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.lightbox img {
  max-width: 60%;
  max-height: 60%;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .lightbox img{
    max-width: 80%;
    max-height: 80%;
  }
}

.body1 {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center; /* Yatayda ortalamak için */
  align-items: center; /* Dikeyde ortalamak için */
}

.container3 {
  text-align: center; /* Başlığı ortalar */
  width: 90%; /* Konteyner genişliğini sınırlayarak yorumları düzgün şekilde yerleştirir */
  max-width: 1200px; /* Konteynerin max genişliğini belirleyebilirsiniz */
}

.title {
  font-size: 24px;
  margin-top: 20px;
}

.review-slider {
  display: flex;
  justify-content: space-evenly; /* Yorumları eşit aralıklarla hizalar */
  align-items: center; /* Yorumları dikeyde ortalar */
  gap: 20px; /* Yorumlar arasına mesafe ekler */
  flex-wrap: wrap; /* Yorumlar taşarsa yeni satıra geçmesini sağlar */
}

.review-card {
  width: 100%; /* Yorum kartlarının genişliğini belirler */
  padding: 15px;
  background-color: #fff; /* Yorum kartı arka planı */
  box-sizing: border-box;
}

/* Responsive düzenleme */
@media (max-width: 768px) {
  .review-card {
      width: 100%; /* Ekran küçükse, yorum kartları tam genişlikte olur */
  }

  .review-slider {
      justify-content: center; /* Küçük ekranlarda yorumları ortalar */
  }
}

@media (max-width: 480px) {
  .title {
      font-size: 20px; /* Başlık boyutunu küçük ekranlar için azaltır */
  }
}