@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,400;0,600;0,800;0,900;1,200;1,400;1,600;1,800;1,900&display=swap");

body,
html {
  margin: 0;
  padding: 0;
  background-color: #f8f9fa;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow-x: hidden;
  /* Sadece yatay kaydırmayı gizleyin */
  font-family: "Montserrat", sans-serif;
  background-color: #ffffff;
  width: 100%;
  text-decoration: none;
}
@media only screen and (min-width: 2235px) and (max-width: 2245px) and (min-height: 1255px) and (max-height: 1265px) {
  body {
    zoom: 1.30; /* %125 zoom */
  }
  .design-section-2{
    margin-top: 120px;
  }
}
@media only screen and (min-width: 2044px) and (max-width: 2052px) and (min-height: 1147px) and (max-height: 1157px) {
  body {
    zoom: 1.15; /* %125 zoom */
  }
  .design-section-2{
    margin-top: 120px;
  }
}
@media only screen and (min-width: 2555px) and (max-width: 2565px) and (min-height: 1435px) and (max-height: 1445px) {
  body {
    zoom: 1.50; /* %125 zoom */
  }
  .design-section-2{
    margin-top: 120px;
  }
}

@media only screen and (min-width: 3195px) and (max-width: 3205px) and (min-height: 1795px) and (max-height: 1805px) {
  body {
    zoom: 1.85; /* %125 zoom */
  }
  .design-section-2{
    margin-top: 120px;
  }
}
@media only screen and (min-width: 1435px) and (max-width: 1445px) and (min-height: 895px) and (max-height: 905px) {
  body {
    zoom: 0.85; /* %125 zoom */
  }
  .design-section-2{
    margin-top: 120px;
  }
}
@media only screen and (min-width: 2297px) and (max-width: 2307px) and (min-height: 1435px) and (max-height: 1445px) {
  body {
    zoom: 1.40; /* %125 zoom */
  }
  .design-section-2{
    margin-top: 120px;
  }
}
.desktop-view {
  display: block;
  /* Desktop görünümü için */
}

.mobile-view {
  display: none;
  /* Mobil görünüm için başlangıçta gizli */
}
section {
  height: auto;
  /* Yüksekliği içeriğe göre ayarla */
  min-height: 87vh;
  /* Minimum yüksekliği tam ekran yap */
}

#fullpage {
  height: 100vh;
  /* Tüm ekran yüksekliğini kaplayacak şekilde ayarlayın */
  overflow: visible;
  width: 100%;
}


.section-container,
.image-container,
.text-box {
  overflow: visible;
  /* İçeriklerin görünür olduğundan emin olmak için kullan */
  height: auto;
  /* Yüksekliği otomatik olarak ayarla */
}

::-webkit-scrollbar {
  display: none;
}

* Firefox için */ * {
  scrollbar-width: none;
  /* Firefox için scrollbar'ı gizler */
}

/* IE ve Edge için */
* {
  -ms-overflow-style: none;
  /* Internet Explorer ve eski Edge sürümleri için */
}

@media only screen and (min-width: 2240px) and (max-width: 2240px) and (min-height: 1260px) and (max-height: 1260px) {
  body {
    zoom: 1.25; /* %125 zoom */
  }
  .design-section-2{
  margin-top: -200px;
  }
}
.fade-in {
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}

.fade-in-visible {
  opacity: 1;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

a {
  text-decoration: none;
  color: inherit;
  /* Bağlantının rengini miras almasını sağlar */
}

a:hover,
a:focus {
  text-decoration: none;
  /* Hover ve focus durumunda da çizgiyi kaldırır */
  color: inherit;
}

.wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
}

.container {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;

  margin-top: 120px;

  width: 100%;
  /* Genişliği tam olarak doldurur */
  max-width: 1440px;
  /* İçeriğin maksimum genişliğini belirler */
}
.section-container:hover .text-box::after {
  transform: rotateY(180deg);
  opacity: 0;
  transition-delay: 1.0s; /* 2 saniye sonra çalışır */
}

.section-container:hover .text-box::before {
  transform: rotateY(0deg);
  opacity: 1;
  transition-delay: 1.0s; /* 2 saniye sonra çalışır */
}

.section-container-reverse:hover .text-box-sup::after {
  transform: rotateY(180deg);
  opacity: 0;
  transition-delay: 1.0s; /* 2 saniye sonra çalışır */
}

.section-container-reverse:hover .text-box-sup::before {
  transform: rotateY(0deg);
  opacity: 1;
  transition-delay: 1.0s; /* 2 saniye sonra çalışır */
}

.denek:hover .text-box-build::after {
  transform: rotateY(180deg);
  opacity: 0;
  transition-delay: 1.0s; /* 2 saniye sonra çalışır */
}

.denek:hover .text-box-build::before {
  transform: rotateY(0deg);
  opacity: 1;
  transition-delay: 1.0s; /* 2 saniye sonra çalışır */
}

.navbar-custom {
  clip-path: polygon(97.807% 62.917%,
      2.307% 100%,
      2.307% 100%,
      1.935% 99.684%,
      1.581% 98.503%,
      1.251% 96.529%,
      0.948% 93.833%,
      0.679% 90.487%,
      0.448% 86.561%,
      0.259% 82.126%,
      0.118% 77.255%,
      0.03% 72.018%,
      0% 66.486%,
      0% -0%,
      100% -0%,
      100% 29.403%,
      100% 29.403%,
      99.972% 34.74%,
      99.889% 39.814%,
      99.757% 44.56%,
      99.579% 48.908%,
      99.361% 52.793%,
      99.106% 56.147%,
      98.818% 58.904%,
      98.503% 60.996%,
      98.165% 62.356%,
      97.807% 62.917%);


  background-color: #6d6555;
  padding: 1rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 120px;
  z-index: 101;
  max-width: 1440px;
  position: fixed;
  /* Navbar'ı ekranın üst tarafına sabitler */
  top: 0;
  /* Üstten boşluk bırakmaz */
  left: 50%;
  /* Soldan %50 kaydırır */
  transform: translateX(-50%);
}

.carousel-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%;
  /* Gölgenin ne kadar yüksek olacağını buradan ayarlayabilirsin */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
  /* Üstten alta doğru beyazdan şeffafa bir geçiş */
  z-index: 1;
  /* Gölgenin fotoğrafın üstünde olmasını sağlar */
  pointer-events: none;
  /* Gölge tıklanabilirliği etkilemesin */
}

.carousel-4-container {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 15px;
}

.carousel-4-inner {
  width: 100%;
  height: 100%;
}

.carousel-4-item {
  display: none;
  width: 100%;
  height: auto;
}

.carousel-4-item.active {
  display: block;
}

/* Supply Section (carousel-5) */
.carousel-5-container {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 15px;
}

.carousel-5-inner {
  width: 100%;
  height: 100%;
}

.carousel-5-inner {
  display: flex;
  transition: transform 0.5s ease-in-out;
  /* Geçiş efekti */
  width: 100%;
}

.carousel-5-item {
  min-width: 100%;
  /* Her bir resim ekranın tamamını kaplayacak */
  transition: transform 0.5s ease-in-out;
  /* Geçiş efekti */
}


.carousel-5-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}

.carousel-5-indicators .indicator {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 5px;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.carousel-5-indicators .indicator.active {
  background-color: #fff;
}


/* Build Section (carousel-6) */
.carousel-6-container {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 15px;
}

.carousel-6-inner {
  width: 100%;
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.carousel-6-item {
  min-width: 100%;
}



.carousel-6-indicators {
  position: absolute;
  bottom: 20px;
  /* Alt konumunu biraz yukarı al */
  left: 50%;
  transform: translateX(-50%);
  /* Ortala */
  display: flex;
}

.carousel-6-indicators .indicator {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 5px;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.carousel-6-indicators .indicator.active {
  background-color: #fff;
}



/* Burger Menu */

/* Burger Menu */
.burger-menu {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  justify-content: center;
  z-index: 102;
}

.burger-menu div {
  width: 30px;
  height: 3px;
  background-color: #fff;
  margin: 4px 0;

  transition: transform 0.3s ease, opacity 0.3s ease;
}

.navbar-custom .logo img {
  height: 95px;
  width: auto;
  margin-left: -9px;
  z-index: 100;
}

.navbar-custom .burger-menu {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  justify-content: center;
  margin-top: -40px;
  z-index: 100;

  transition: transform 0.3s ease;
}

.navbar-custom .burger-menu div {
  width: 35px;
  height: 3px;
  background-color: white;
  margin: 4px 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  z-index: 100;
}

/* Fullscreen Menu */
.fullscreen-menu {
  position: fixed;
  top: 0;
  right: -100%;
  /* Menü başlangıçta sağda gizli olacak */
  width: 100%;
  height: 100%;
  background-color: #6d6555;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.5s ease;
  /* Sağdan açılma efekti */
  z-index: 100;
}

.fullscreen-menu nav {
  width: auto;
  /* Genişliği içeriğe göre ayarla */
  text-align: left;
  /* Menü öğelerini sağa hizala */
  margin-right: 20px;
  /* Sağ kenar boşluğu ekle */
}

.fullscreen-menu.open {
  right: 0;
  transition: right 0.5s ease-in-out;
}

.fullscreen-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  /* Liste öğelerini sağa hizala */
  position: absolute;
  top: 20%;
  /* Burger menünün altına yerleştirmek için yukarıdan boşluk bırak */
  right: 25%;
  /* Ekranın sağ kenarına hizala */
}

.fullscreen-menu ul li {
  display: block;
  margin-bottom: 20px;
}

.fullscreen-menu ul li a {
  text-transform: uppercase;
  text-align: left;
  /* Linkleri sağa hizala */
  display: block;
  color: white;
  text-decoration: none;
  font-size: 35px;
  transition: color 0.3s;
  font-weight: 600;
}

.fullscreen-menu ul li a:hover {
  font-weight: bolder;
}

/* Burger icon transform to X */
.burger-menu.open div:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.burger-menu.open div:nth-child(2) {
  opacity: 0;
}

.burger-menu.open div:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

.burger-menu.open div {
  position: absolute;
  left: 50%;
  /* X işaretini tam ortalayın */
  top: 50%;
  /* X işaretini tam ortalayın */
  transform-origin: center;
  /* Dönüşüm merkezi */
}

.burger-menu.open div:nth-child(1),
.burger-menu.open div:nth-child(3) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.burger-menu.open div:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.burger-menu.open div:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* Menü açıkken burger butonun ve logonun gözükmesi için */
.burger-menu,
.navbar-custom .logo {
  position: relative;
  z-index: 102;
  /* Menüden daha yüksek olacak şekilde z-index veriyoruz */
}

/* Dropdown Content */
.dropdown-content {
  display: none;
  flex-direction: column;
  margin-top: 10px;
}

.dropdown-content a {
  font-size: 20px;
  padding-left: 20px;
}

/* Active Dropdown */
.dropdown.active .dropdown-content {
  display: flex;
}

/* Adjust spacing */

/* Adjust label spacing */
.fullscreen-menu ul li .dropbtn {
  margin-bottom: 10px;
}

.content {
  width: 100%;
}

.carousel {
  width: 100%;
  height: 90vh;
  overflow: hidden;
  border-radius: 40px;
  margin-top: -50px;
}

.carousel-container {
  width: 100%;
  height: 100vh;
  /* Tam ekran yüksekliği */
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.carousel-inner {
  width: 100%;
  height: 100%;
}

.carousel-item {
  width: 100%;
  height: 800px;
  overflow: hidden;
  transition: transform 0.5s ease;
}

.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#wwd {
  margin-top: 20vh;
  /* Carousel'in altına tam ekran yüksekliğinde boşluk bırakır */
}

.carousel-text-enter {
  animation: textEnter 0.5s ease forwards;
  /* Süreyi 0.5 saniyeye düşür */
}

.carousel-text-exit {
  animation: textExit 0.5s ease forwards;
  /* Süreyi 0.5 saniyeye düşür */
}

/* hem ana sayfadaki menü fotolar hemde galeri*/
.highlighted-text {
  font-weight: bold;
  font-size: 2.99vw;
  /* Yazıyı kalın yap */

  /* İsterseniz, bu yazı için diğer stil özelliklerini de burada tanımlayabilirsiniz */
}

.carousel-text {
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  font-size: 3vw;
  font-weight: normal;
  line-height: 1.2;
  text-align: left;
  z-index: 6;
  padding: 20px 40px;
  /* Geniş padding yerine daha dar padding */
  max-width: 50%;
  /* Yazının genişliğini carousel'in yarısına sabitle */
  border-radius: 15px;

}

.carousel-text::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 38vw;
  /* Carousel'in genişliğinin %50'si kadar */
  height: 100%;
  /* Metin kutusunun yüksekliğini kaplayacak */
  background: rgba(0, 0, 0, 0.5);
  /* Siyah yarı saydam gölge */
  z-index: -1;
  /* Gölgemiz metnin arkasında kalacak */
  border-radius: 15px;
  clip-path: polygon(100% 55.205%, 100% 11.441%, 100% 11.441%, 99.951% 9.585%, 99.808% 7.825%, 99.58% 6.183%, 99.275% 4.684%, 98.899% 3.351%, 98.461% 2.207%, 97.968% 1.277%, 97.429% 0.583%, 96.85% 0.15%, 96.24% 0%, 3.76% 0%, 3.15% 0.15%, 2.571% 0.583%, 2.032% 1.277%, 1.539% 2.207%, 1.101% 3.351%, 0.725% 4.684%, 0.42% 6.183%, 0.192% 7.825%, 0.049% 9.585%, 0% 11.441%, 0% 88.559%, 0% 88.559%, 0.057% 90.564%, 0.222% 92.449%, 0.485% 94.187%, 0.835% 95.75%, 1.262% 97.111%, 1.757% 98.243%, 2.308% 99.117%, 2.906% 99.706%, 3.54% 99.983%, 4.201% 99.92%, 96.682% 66.565%, 96.682% 66.565%, 97.234% 66.238%, 97.753% 65.679%, 98.233% 64.907%, 98.667% 63.942%, 99.05% 62.804%, 99.376% 61.513%, 99.64% 60.087%, 99.835% 58.548%, 99.957% 56.914%, 99.999% 55.205%);
}




.alt-yazi {
  font-size: 2.7rem;
}

.ek-yazi {
  color: transparent;
}

/* Yazının sağa kayması için animasyon */
@keyframes slideRight {
  0% {
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}

/* Yazının sola kayması için animasyon */
@keyframes slideLeft {
  0% {
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    transform: translateX(-100%);
    opacity: 0;
  }
}

/* Yeni fotoğraf geldiğinde yazının tekrar görünmesi için */
@keyframes slideIn {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

/* Slide çıkış ve giriş animasyonlarını ekliyoruz */
.carousel-text-exit {
  animation: slideRight 0.5s ease forwards;
}

.carousel-text-enter {
  animation: slideIn 0.5s ease forwards;
}

.services-row {
  margin-top: 0px;
}

.services-title {
  font-size: 5rem;
  font-weight: bold;
  color: #6d6555;
  text-transform: uppercase;

  text-align: center;
}

.services-title-2 {
  font-size: 3rem;
  font-weight: bold;
  color: #6d6555;
  text-transform: uppercase;

  text-align: center;
}

.services-row-2 {
  margin-top: 100px;
}

.section-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* Resim ve metin kutusunu sağa sola yayar */
  width: 100%;
  /* Genişliği %100 yaparak tüm alanı kaplamasını sağlar */
  padding: 40px 0;
  max-width: 1600px;
  /* Genel genişliği artırmak için maksimum genişlik ekleyin */
  margin: 0 auto;
  /* Ortalamak için otomatik marj ekler */
}

.image-container {
  flex: 1;
  position: relative;
  max-width: 70%;
  /* Resmin genişliği */
}

.design-image {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.text-box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  border-radius: 15px;
  height: 520px;
  width: 520px;
  max-width: 100%;
  z-index: 1;
  margin-left: -5%;
  transition: all 0.6s ease-in-out;
  /* Geçiş animasyonu */
  text-decoration: none;
  box-sizing: border-box;
  overflow: hidden;
  backface-visibility: hidden;
  /* Arka yüzün görünmesini engeller */
  background-image: none;
  /* Artık arka plan resmi kullanmıyoruz */
}

.text-box::after,
.text-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.6s ease-in-out;
  /* Geçiş animasyonu */
  backface-visibility: hidden;
}

.text-box::after {
  background-image: url('../D - S - B with text-01-lux.svg');
  /* Ana resim */
  transform: rotateY(0deg);
  opacity: 1;
  z-index: 1;
}

.text-box::before {
  background-image: url('../D - S - B with text-02-lux.svg');
  /* Hover sırasında çıkacak resim */
  transform: rotateY(180deg);
  opacity: 0;
  z-index: 2;
}

.text-box:hover::after {
  transform: rotateY(180deg);
  opacity: 0;
}

.text-box:hover::before {
  transform: rotateY(0deg);
  opacity: 1;
}



.Paragraph {
  color: white;
  /* Metin rengi */
}





/* Mobil düzenleme */

.section-container-reverse {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* Resim ve metin kutusunu sağa sola yayar */
  width: 100%;
  /* Genişliği %100 yaparak tüm alanı kaplamasını sağlar */
  padding: 40px 0;
  max-width: 1600px;
  /* Genel genişliği artırmak için maksimum genişlik ekleyin */
  text-decoration: none;
  margin: 0 auto;
  /* Ortalamak için otomatik marj ekler */
}

.text-box-reverse {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  padding: 20px;
  background-color: #f7c973;
  /* Yeni arka plan rengi */
  clip-path: polygon(79.376% 97.025%,
      24.077% 99.973%,
      24.077% 99.973%,
      21.073% 99.893%,
      18.195% 99.352%,
      15.482% 98.384%,
      12.975% 97.023%,
      10.712% 95.306%,
      8.733% 93.267%,
      7.077% 90.94%,
      5.784% 88.362%,
      4.893% 85.566%,
      4.444% 82.588%,
      0.048% 20.046%,
      0.048% 20.046%,
      0.108% 16.685%,
      0.738% 13.492%,
      1.886% 10.517%,
      3.502% 7.812%,
      5.535% 5.427%,
      7.933% 3.411%,
      10.647% 1.816%,
      13.625% 0.693%,
      16.817% 0.091%,
      20.171% 0.06%,
      82.797% 5.061%,
      82.797% 5.061%,
      85.747% 5.534%,
      88.514% 6.443%,
      91.064% 7.749%,
      93.363% 9.414%,
      95.376% 11.398%,
      97.071% 13.661%,
      98.411% 16.166%,
      99.365% 18.873%,
      99.896% 21.742%,
      99.973% 24.736%,
      97.043% 79.329%,
      97.043% 79.329%,
      96.681% 82.132%,
      95.924% 84.79%,
      94.802% 87.269%,
      93.348% 89.539%,
      91.593% 91.569%,
      89.566% 93.328%,
      87.3% 94.784%,
      84.826% 95.906%,
      82.174% 96.663%,
      79.376% 97.025%);
  border-radius: 15px;

  height: 32rem;
  /* Yükseklik ayarı */
  width: auto;
  z-index: 1;
  max-width: 35%;
  box-sizing: border-box;
  margin-right: -5%;
}
.section-container:hover .text-box::after {
  transform: rotateY(180deg);
  opacity: 0;
}

.section-container:hover .text-box::before {
  transform: rotateY(0deg);
  opacity: 1;
}

.section-container-reverse:hover .text-box-sup::after {
  transform: rotateY(180deg);
  opacity: 0;
}

.section-container-reverse:hover .text-box-sup::before {
  transform: rotateY(0deg);
  opacity: 1;
}
.denek:hover .text-box-build::after {
  transform: rotateY(180deg);
  opacity: 0;
}

.denek:hover .text-box-build::before {
  transform: rotateY(0deg);
  opacity: 1;
}

.image-container-reverse {
  flex: 1;
  position: relative;
  max-width: 70%;
  /* Resmin genişliği */
  text-decoration: none;
}

.design-image-reverse {
  width: 100%;
  height: auto;
  text-decoration: none;
  border-radius: 15px;
}







.text-box-sup {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  border-radius: 15px;
  height: 520px;
  width: 520px;
  max-width: 100%;
  z-index: 1;
  margin-right: -5%;
  transition: all 0.6s ease-in-out;
  /* Geçiş animasyonu */
  text-decoration: none;
  box-sizing: border-box;
  overflow: hidden;
  backface-visibility: hidden;
  /* Arka yüzün görünmesini engeller */
  background-image: none;
  /* Artık arka plan resmi kullanmıyoruz */
}

.text-box-sup::after,
.text-box-sup::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.6s ease-in-out;
  /* Geçiş animasyonu */
  backface-visibility: hidden;
}

.text-box-sup::after {
  background-image: url('../D - S - B with text-03-lux.svg');
  /* Ana resim */
  transform: rotateY(0deg);
  opacity: 1;
  z-index: 1;
}

.text-box-sup::before {
  background-image: url('../D - S - B with text-04-lux.svg');
  /* Hover sırasında çıkacak resim */
  transform: rotateY(180deg);
  opacity: 0;
  z-index: 2;
}

.text-box-sup:hover::after {
  transform: rotateY(180deg);
  opacity: 0;
}

.text-box-sup:hover::before {
  transform: rotateY(0deg);
  opacity: 1;
}




.text-box-build {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  border-radius: 15px;
  height: 520px;
  width: 520px;
  max-width: 100%;
  z-index: 1;
  margin-left: -5%;
  transition: all 0.6s ease-in-out;
  /* Geçiş animasyonu */
  text-decoration: none;
  box-sizing: border-box;
  overflow: hidden;
  backface-visibility: hidden;
  /* Arka yüzün görünmesini engeller */
  background-image: none;
  /* Artık arka plan resmi kullanmıyoruz */
}

.text-box-build::after,
.text-box-build::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.6s ease-in-out;
  /* Geçiş animasyonu */
  backface-visibility: hidden;
}

.text-box-build::after {
  background-image: url('../D - S - B with text-05-lux.svg');
  /* Ana resim */
  transform: rotateY(0deg);
  opacity: 1;
  z-index: 1;
}

.text-box-build::before {
  background-image: url('../D - S - B with text-06-lux.svg');
  /* Hover sırasında çıkacak resim */
  transform: rotateY(180deg);
  opacity: 0;
  z-index: 2;
}

.text-box-build:hover::after {
  transform: rotateY(180deg);
  opacity: 0;
}

.text-box-build:hover::before {
  transform: rotateY(0deg);
  opacity: 1;
}










/* Hospitality */
.section-container-retail {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 200%;
  padding: 40px 0;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}

.large-image-container-retail {
  flex: 2;
  max-height: 600px;
  width: 150%;
  /* Genişliği sağa doğru artırıyoruz */
  position: relative;
  z-index: 1;
  margin-right: -170px;
  /* Sola kaydırma, sağa doğru genişleme için */
  clip-path: polygon(96.198% 100%, 3.799% 100%, 3.799% 100%, 3.183% 99.933%, 2.598% 99.74%,
      2.053% 99.43%, 1.555% 99.015%, 1.113% 98.504%, 0.733% 97.909%,
      0.424% 97.24%, 0.194% 96.507%, 0.05% 95.721%, 0% 94.892%,
      0% 5.108%, 0% 5.108%, 0.05% 4.279%, 0.194% 3.493%,
      0.424% 2.76%, 0.733% 2.091%, 1.113% 1.496%, 1.555% 0.985%,
      2.053% 0.57%, 2.598% 0.26%, 3.183% 0.067%, 3.799% 0%,
      72.256% 0%, 72.256% 0%, 72.731% 0.04%, 73.192% 0.157%,
      73.633% 0.347%, 74.052% 0.607%, 74.442% 0.931%,
      74.801% 1.316%, 75.124% 1.758%, 75.406% 2.252%,
      75.643% 2.795%, 75.832% 3.383%, 99.774% 93.168%,
      99.774% 93.168%, 99.96% 94.167%, 99.995% 95.156%,
      99.89% 96.11%, 99.656% 97.009%, 99.304% 97.83%,
      98.848% 98.552%, 98.297% 99.151%, 97.664% 99.607%,
      96.961% 99.897%, 96.198% 99.998%);
}

.large-image-retail {
  width: 100%;
  /* Container'a göre genişlik ayarlanıyor */
  height: 600px;
  /* Container'a göre yükseklik */
  object-fit: cover;
  /* Resmin container içinde düzgün bir şekilde kırpılmasını sağlar */
  object-position: center;
  /* Resmin merkezde olmasını sağlar */
}



.small-images-container-retail {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: relative;
  z-index: 2;
  transform: translateX(-20px);
  /* Container'ı sola kaydırarak genişlettik ve büyük resmin üzerine taşıdık */
}

.image-item {
  position: relative;
  z-index: 3;
}

.image-item:first-child {
  transform: translateX(-13px)translateY(-5px);
  /* İlk küçük resim container'ını daha fazla genişlettik */
  width: 757.47px;
  height: 373px;


}

/* Sağdaki küçük resimleri aşağı kaydırma */
.image-item:nth-child(2) {
  transform: translateX(-200px) translateY(25px);
  /* Daha fazla aşağıya kaydırma */
  width: 615.81px;
  /* Genişlik korunuyor */
  height: 373px;
  /* Yüksekliği artırıyoruz */
  position: relative;
  left: 133px;
  /* Sola kaydırmak için */
}

.small-image-retail {
  width: 100%;
  height: 100%;
  /* Resmin tam olarak kutuyu kaplamasını sağlıyoruz */
  object-fit: cover;
  /* Resmi kırparak kutuya tam oturtur */
  object-position: center;
  /* Resmin merkezlenmesini sağlar */
}

.small-image-1 {
  clip-path: polygon(96.227% 0%, 3.776% 0%, 3.776% 0%, 3.018% 0.157%, 2.319% 0.605%, 1.69% 1.309%, 1.143% 2.236%, 0.69% 3.351%, 0.341% 4.621%, 0.109% 6.011%, 0.005% 7.487%, 0.04% 9.014%, 0.226% 10.56%, 14.688% 94.776%, 14.688% 94.776%, 14.875% 95.683%, 15.111% 96.522%, 15.391% 97.286%, 15.711% 97.968%, 16.068% 98.563%, 16.455% 99.064%, 16.871% 99.464%, 17.309% 99.758%, 17.766% 99.938%, 18.238% 100%, 96.227% 100%, 96.227% 100%, 96.839% 99.897%, 97.42% 99.598%, 97.961% 99.119%, 98.455% 98.477%, 98.895% 97.688%, 99.272% 96.769%, 99.579% 95.735%, 99.808% 94.602%, 99.951% 93.388%, 100% 92.108%, 100% 7.892%, 100% 7.892%, 99.951% 6.612%, 99.808% 5.398%, 99.579% 4.265%, 99.272% 3.231%, 98.895% 2.312%, 98.455% 1.523%, 97.961% 0.881%, 97.42% 0.402%, 96.839% 0.103%, 96.227% 0%);
  rotate: -0.9deg;


}

.small-image-2 {
  height: 400px;
  /* Sağ alttaki resmin yüksekliğini artırıyoruz */
  width: 100%;
  /* Genişlik kutunun tamamına yayılıyor */
  object-fit: cover;
  /* Resmi kutuya tam olarak sığdırır, gerekirse kırpar */
  object-position: center;
  /* Resmin ortalanmasını sağlar */
  clip-path: polygon(22.49% 100%, 95.347% 100%, 95.347% 100%, 96.102% 99.897%, 96.818% 99.598%, 97.485% 99.119%, 98.095% 98.477%, 98.637% 97.688%, 99.102% 96.769%, 99.481% 95.735%, 99.763% 94.602%, 99.939% 93.388%, 100% 92.108%, 100% 7.892%, 100% 7.892%, 99.939% 6.612%, 99.763% 5.398%, 99.481% 4.265%, 99.102% 3.231%, 98.637% 2.312%, 98.095% 1.523%, 97.485% 0.881%, 96.818% 0.402%, 96.102% 0.103%, 95.347% 0%, 4.656% 0%, 4.656% 0%, 3.721% 0.157%, 2.859% 0.605%, 2.084% 1.309%, 1.41% 2.236%, 0.851% 3.351%, 0.421% 4.621%, 0.135% 6.011%, 0.006% 7.487%, 0.049% 9.014%, 0.278% 10.56%, 18.112% 94.776%, 18.112% 94.776%, 18.343% 95.683%, 18.634% 96.522%, 18.98% 97.286%, 19.375% 97.968%, 19.814% 98.563%, 20.292% 99.064%, 20.804% 99.464%, 21.345% 99.758%, 21.909% 99.938%, 22.49% 100%);
  rotate: -0.7deg;





}

.retail-text-container {
  display: flex;
  align-items: center;
  /* Yatayda merkezler */
  justify-content: flex-start;
  /* Solda hizalar */
  margin-top: -180px;


}

.retail-title {
  margin-top: 50px;
  font-size: 4.2rem;
  font-weight: 700;
  transform: translateX(50px) translateY(10px);
  /* Yazıyı sağa kaydırmak için translateX kullanın */

  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  /* Yazının üstte kalması için z-index kullanıyoruz */
  line-height: 0
}

.retail-title::before {
  content: '';
  position: absolute;
  top: 0%;
  /* Şekli yazının ortasına hizalayacak şekilde ayarlanmıştır */
  left: 142%;
  transform: translate(-50%, -50%);
  width: 918.99px;
  height: 159.9px;
  /* Yüksekliği ayarlamak için bu değeri değiştirin */
  background: #333333;
  /* Şeffaf gri renk */
  clip-path: polygon(95.757% 99.732%, 4.239% 100%, 4.239% 100%, 3.551% 99.717%, 2.899% 98.899%, 2.291% 97.59%, 1.735% 95.834%, 1.241% 93.676%, 0.818% 91.159%, 0.473% 88.33%, 0.216% 85.231%, 0.055% 81.908%, 0% 78.404%, 0% 21.871%, 0% 21.871%, 0.055% 18.367%, 0.216% 15.043%, 0.473% 11.944%, 0.818% 9.113%, 1.241% 6.596%, 1.735% 4.437%, 2.291% 2.68%, 2.899% 1.37%, 3.551% 0.551%, 4.239% 0.268%, 91.77% 0%, 91.77% 0%, 92.3% 0.169%, 92.814% 0.663%, 93.306% 1.466%, 93.773% 2.561%, 94.209% 3.931%, 94.609% 5.558%, 94.969% 7.425%, 95.284% 9.515%, 95.55% 11.811%, 95.76% 14.297%, 99.747% 70.837%, 99.747% 70.837%, 99.956% 75.067%, 99.995% 79.248%, 99.878% 83.287%, 99.617% 87.091%, 99.225% 90.566%, 98.716% 93.619%, 98.101% 96.156%, 97.395% 98.084%, 96.609% 99.309%, 95.757% 99.738%);


  z-index: -1;
  /* Şekli yazının arkasına yerleştirmek için */
}


.retail-paragraph {
  font-size: 1.2rem;
  color: #464749;
  font-weight: 700;
  display: inline-block;
  margin-left: 20px;
  vertical-align: top;
  margin-top: 40px;
}

.large-image-container-retail {
  position: relative;
  overflow: hidden;
}



/* Common styles for overlay text */
.overlay-text {
  position: absolute;
  transform: rotate(-90deg);
  /* Rotates the text vertically */
  top: 50%;
  /* Vertically centers the text */
  left: 100%;
  /* Initially hides the text */
  white-space: nowrap;
  font-size: 3rem;
  font-weight: bold;
  color: white;
  padding: 10px;
  z-index: 10;
  transition: left 0.5s ease-in-out, background 0.5s ease-in-out;
  /* Smooth animation */
}

.overlay-text::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -150%;
  transform: translateY(-50%);
  width: 100vh;
  /* Gölgenin uzunluğunu burada ayarlayabilirsiniz */
  height: 150%;
  /* Gölgenin yüksekliğini burada ayarlayabilirsiniz */
  background: rgba(0, 0, 0, 0.5);
  /* Gölgenin arka planı */
  z-index: -1;
  /* Yazının arkasında kalmasını sağlar */
}

/* Overlay text for large image */
.large-image-container-retail .overlay-text {
  left: -100%;
  /* Starts the text offscreen */
  top: 45%;
  /* Vertically centers the text */
  left: -60px
}


/* Overlay text for small images */
.small-images-container-retail .overlay-text {
  right: -100%;
  /* Starts the text offscreen on the right side */
  top: 35%;
  left: auto;
  /* Reset left to prevent conflict */
  transform: rotate(-90deg);
  /* Rotates the text vertically for right alignment */
  transition: right 0.5s ease-in-out, background 0.5s ease-in-out;
  /* Smooth animation */
  right: -50px;
}

/* When hovering over the small images, text comes in from the right */
.retail-title .first-letter {
  font-size: 7rem;
  /* R harfi için daha büyük bir font boyutu */
  display: inline-block;
  vertical-align: baseline;
}

/* hospitality */
.section-container-hospitality {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-top: 20px;
  padding: 40px 0;
  max-width: 1440px;
  margin: 0 auto;
  gap: 10px;
  /* İki resim arasındaki boşluk 10px */
  position: relative;
  margin-top: 60px;
  /* Daha fazla boşluk eklemek için margin-top */
}


.large-image-container-hospitality {
  flex: 2;
  /* Genişliği artırmak için flex: 2 kullanıyoruz */
  height: 530px;
  max-width: 712.51px;
  /* Maksimum genişlik */
  position: relative;
  z-index: 1;
  clip-path: polygon(96.198% 100%, 3.799% 100%, 3.799% 100%, 3.183% 99.933%, 2.598% 99.74%, 2.053% 99.43%, 1.555% 99.015%, 1.113% 98.504%, 0.733% 97.909%, 0.424% 97.24%, 0.194% 96.507%, 0.05% 95.721%, 0% 94.892%, 0% 5.108%, 0% 5.108%, 0.05% 4.279%, 0.194% 3.493%, 0.424% 2.76%, 0.733% 2.091%, 1.113% 1.496%, 1.555% 0.985%, 2.053% 0.57%, 2.598% 0.26%, 3.183% 0.067%, 3.799% 0%, 72.256% 0%, 72.256% 0%, 72.731% 0.04%, 73.192% 0.157%, 73.633% 0.347%, 74.052% 0.607%, 74.442% 0.931%, 74.801% 1.316%, 75.124% 1.758%, 75.406% 2.252%, 75.643% 2.795%, 75.832% 3.383%, 99.774% 93.168%, 99.774% 93.168%, 99.96% 94.167%, 99.995% 95.156%, 99.89% 96.11%, 99.656% 97.009%, 99.304% 97.83%, 98.848% 98.552%, 98.297% 99.151%, 97.664% 99.607%, 96.961% 99.897%, 96.198% 99.998%);


}

.large-image-hospitality {
  width: 100%;
  height: 100%;
  /* Container'ın tam yüksekliğini ve genişliğini doldurur */
  object-fit: cover;
  /* Resmi kırparak kutuya tam oturtur */
  object-position: center;
  /* Resmin ortalanmasını sağlar */
}

/* Soldaki resmin üstte çıkmasını sağlamak için transform ekleyelim */
.large-image-container-hospitality:first-child {
  z-index: 2;
  /* Sol resim üstte */
  left: 50px;
  width: 845px;
  height: 510px;
  transform: translateY(-70px) scale(1.13) translateX(5px);
  /* Diğer hizalamalar bozulmasın diye ayarlandı */
  box-shadow: -20px 0 30px rgba(0, 0, 0, 0.5);
}

.large-image-container-hospitality:last-child {
  clip-path: polygon(100% 81.04%, 99.992% 3.755%, 99.992% 3.755%, 99.942% 3.146%, 99.799% 2.568%, 99.571% 2.029%, 99.264% 1.537%, 98.887% 1.1%, 98.447% 0.724%, 97.953% 0.419%, 97.411% 0.191%, 96.831% 0.049%, 96.219% -0%, 3.775% -0%, 3.775% -0%, 3.018% 0.075%, 2.319% 0.288%, 1.69% 0.623%, 1.143% 1.064%, 0.69% 1.594%, 0.341% 2.198%, 0.109% 2.86%, 0.005% 3.562%, 0.04% 4.288%, 0.226% 5.024%, 33.596% 97.515%, 33.596% 97.515%, 33.783% 97.946%, 34.019% 98.346%, 34.299% 98.709%, 34.619% 99.034%, 34.976% 99.316%, 35.363% 99.555%, 35.779% 99.745%, 36.217% 99.885%, 36.674% 99.971%, 37.145% 100%, 96.222% 100%, 96.222% 100%, 96.834% 99.951%, 97.414% 99.809%, 97.955% 99.581%, 98.45% 99.276%, 98.889% 98.9%, 99.267% 98.463%, 99.573% 97.971%, 99.802% 97.432%, 99.945% 96.854%, 99.994% 96.245%, 99.994% 81.223%, 99.994% 81.223%, 99.995% 81.205%, 99.996% 81.187%, 99.997% 81.168%, 99.997% 81.15%, 99.998% 81.132%, 99.998% 81.113%, 99.998% 81.095%, 99.998% 81.077%, 99.999% 81.059%, 99.999% 81.04%);

  width: 810px;
  height: 700px;
  rotate: 0.2deg;
  z-index: 1;
  /* Sağdaki resim altta kalacak */
  transform: scale(1.10)translateX(-160px) translateY(25px);
  /* Resmi sola kaydırıp genişletiyoruz */
}


.hospitality-text-container {

  display: flex;
  align-items: center;
  /* Yatayda merkezler */
  justify-content: flex-start;
  /* Solda hizalar */
  margin-top: -160px;
  margin-bottom: 80px;


}

.hospitality-title {
  font-size: 4.4rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  /* Yazının üstte kalması için z-index kullanıyoruz */
  transform: translateX(50px) translateY(10px);
  /* Yazıyı sağa kaydırmak için translateX kullanın */
}

.hospitality-title .first-letter {
  font-size: 8rem;
  /* R harfi için daha büyük bir font boyutu */
  display: inline-block;
  vertical-align: baseline;
}

.hospitality-title::before {
  content: '';
  position: absolute;
  top: 50%;
  /* Şekli yazının ortasına hizalayacak şekilde ayarlanmıştır */
  left: 73.5%;
  transform: translate(-50%, -50%);
  width: 870px;
  /* Genişliği ayarlamak için bu değeri değiştirin */
  height: 178px;
  /* Yüksekliği ayarlamak için bu değeri değiştirin */
  background: #333333;
  /* Şeffaf gri renk */
  clip-path: polygon(95.757% 99.732%, 4.239% 100%, 4.239% 100%, 3.551% 99.717%, 2.899% 98.899%, 2.291% 97.59%, 1.735% 95.834%, 1.241% 93.676%, 0.818% 91.159%, 0.473% 88.33%, 0.216% 85.231%, 0.055% 81.908%, 0% 78.404%, 0% 21.871%, 0% 21.871%, 0.055% 18.367%, 0.216% 15.043%, 0.473% 11.944%, 0.818% 9.113%, 1.241% 6.596%, 1.735% 4.437%, 2.291% 2.68%, 2.899% 1.37%, 3.551% 0.551%, 4.239% 0.268%, 91.77% 0%, 91.77% 0%, 92.3% 0.169%, 92.814% 0.663%, 93.306% 1.466%, 93.773% 2.561%, 94.209% 3.931%, 94.609% 5.558%, 94.969% 7.425%, 95.284% 9.515%, 95.55% 11.811%, 95.76% 14.297%, 99.747% 70.837%, 99.747% 70.837%, 99.956% 75.067%, 99.995% 79.248%, 99.878% 83.287%, 99.617% 87.091%, 99.225% 90.566%, 98.716% 93.619%, 98.101% 96.156%, 97.395% 98.084%, 96.609% 99.309%, 95.757% 99.738%);


  z-index: -1;
  /* Şekli yazının arkasına yerleştirmek için */
}


.hospitality-paragraph {
  font-size: 1.2rem;
  color: #464749;
  font-weight: 700;
  display: inline-block;
  margin-top: -20px;
  vertical-align: top;
}



.large-image-container-hospitality .vertical-text-left {
  position: absolute;
  bottom: 200px;
  /* Yazıyı resmin alt köşesine yerleştirdik */
  transform: rotate(-90deg);
  /* Yazıyı dikey olarak döndür */
  font-size: 2.5rem;
  /* Yazı boyutu */
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 3px;
  white-space: nowrap;
  transition: opacity 0.5s ease;
  /* Görünürlük animasyonu */
  opacity: 1
    /* Başlangıçta görünmez */
}

.large-image-container-hospitality .vertical-text-right {
  position: absolute;
  bottom: 380px;
  /* Yazıyı resmin alt köşesine yerleştirdik */
  transform: rotate(-90deg);
  /* Yazıyı dikey olarak döndür */
  font-size: 2.5rem;
  /* Yazı boyutu */
  letter-spacing: 3px;
  font-weight: bold;
  color: #ffffff;
  white-space: nowrap;
  transition: opacity 0.5s ease;
  /* Görünürlük animasyonu */
  opacity: 1;
  /* Başlangıçta görünmez */
}

.large-image-container-hospitality .vertical-text-left {
  left: -20px;
  /* Sol resimde yazı sol altta */
}

.large-image-container-hospitality .vertical-text-right {
  right: -80px;
  /* Sağ resimde yazı sağ altta */
}

.large-image-container-hospitality .vertical-text-left::after {
  content: '';
  position: absolute;
  top: 30%;
  /* Gölgeyi yazının ortasına hizaladık */
  left: -170%;
  /* Gölgenin başlangıç noktası yazının ortasında olacak */
  transform: translateY(-50%);
  width: 1000px;
  /* Gölgenin uzunluğu yazıdan daha uzun olacak */
  height: 100px;
  /* İnce gölge çizgisi */
  background: rgba(0, 0, 0, 0.7);
  /* Gölgenin rengi */
  z-index: -1;
  /* Gölge yazının arkasında kalacak */
}

.large-image-container-hospitality .vertical-text-right::after {
  content: '';
  position: absolute;
  top: 80%;
  /* Gölgeyi yazının ortasına hizaladık */
  left: -120%;
  /* Gölgenin başlangıç noktası yazının ortasında olacak */
  transform: translateY(-50%);
  width: 900px;
  /* Gölgenin uzunluğu yazıdan daha uzun olacak */
  height: 100px;
  /* İnce gölge çizgisi */
  background: rgba(0, 0, 0, 0.7);
  /* Gölgenin rengi */
  z-index: -1;
  /* Gölge yazının arkasında kalacak */
}

.large-image-container-hospitality:hover .vertical-text-left,
.large-image-container-hospitality:hover .vertical-text-right {
  opacity: 1;

}





/* Mobil düzenleme */

/* Benzersiz carousel Wrapper */
/* Carousel Wrapper */
.third-carousel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.polygon-branding {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80vh;
  width: 200px;
  /* İlk genişlik */
  background-color: #333;
  clip-path: polygon(54.429% 100%, 12.202% 100%, 12.202% 100%, 10.223% 99.951%, 8.345% 99.81%,
      6.595% 99.583%, 4.996% 99.28%, 3.574% 98.906%, 2.354% 98.471%, 1.362% 97.982%, 0.622% 97.446%,
      0.16% 96.872%, 0% 96.266%, 0% 3.734%, 0% 3.734%, 0.16% 3.128%, 0.622% 2.554%, 1.362% 2.018%,
      2.354% 1.529%, 3.574% 1.094%, 4.996% 0.72%, 6.595% 0.417%, 8.345% 0.19%, 10.223% 0.049%,
      12.202% 0%, 87.798% 0%, 87.798% 0%, 89.925% 0.056%, 91.926% 0.219%, 93.772% 0.477%, 95.435% 0.822%,
      96.885% 1.243%, 98.094% 1.73%, 99.031% 2.273%, 99.669% 2.863%, 99.977% 3.49%, 99.928% 4.143%,
      66.558% 96.676%, 66.558% 96.676%, 66.222% 97.229%, 65.633% 97.748%, 64.815% 98.228%, 63.788% 98.663%,
      62.573% 99.048%, 61.192% 99.375%, 59.665% 99.64%, 58.015% 99.836%, 56.263% 99.958%, 54.429% 100%);
  z-index: 20;
  transform-origin: left;
  /* Sol taraftan genişleme */
  transform: scaleX(1.6);
  /* Genişletme */
}

.branding-text {
  color: white;
  font-size: 4.5rem;
  font-weight: 700;
  writing-mode: vertical-rl;
  margin-right: 50px;
  z-index: 20;
  transform: rotate(180deg) scaleX(0.666);
  /* Metni küçültmek için ters genişleme */
  text-align: center;
}


/* Carousel wrapper */
/* Carousel wrapper */
.app-carousel-container {
  position: relative;
  width: 100vw;
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.app-carousel {
  display: flex;
  justify-content: center;
  align-items: center;
  perspective: 1200px;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Individual items */
.app-carousel-item {
  width: 550px;
  height: 750px;
  background-color: coral;
  margin: 0 15px;
  border-radius: 10px;
  position: absolute;
  transition: transform 0.5s ease, opacity 0.5s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  /* Resimlerin dışarı taşmasını engeller */
}

/* Image inside the carousel item */
.app-carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Resimlerin tam olarak karta sığmasını sağlar */
  border-radius: 10px;
}

/* Initial Positioning and 3D effect */
.app-carousel-item:nth-child(1) {
  transform: translateX(-300px) scale(0.8) rotateY(15deg);
  z-index: 1;
  opacity: 0.5;
}

.app-carousel-item:nth-child(2) {
  transform: translateX(-150px) scale(0.9) rotateY(10deg);
  z-index: 2;
  opacity: 0.7;
}

.app-carousel-item:nth-child(3) {
  transform: translateX(0px) scale(1) rotateY(0deg);
  z-index: 3;
  opacity: 1;
}

.app-carousel-item:nth-child(4) {
  transform: translateX(150px) scale(0.9) rotateY(-10deg);
  z-index: 2;
  opacity: 0.7;
}

.app-carousel-item:nth-child(5) {
  transform: translateX(300px) scale(0.8) rotateY(-15deg);
  z-index: 1;
  opacity: 0.5;
}

/* Buttons */
#prevBtn,
#nextBtn {
  background-color: transparent;
  border: none;
  font-size: 3rem;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  color: #333;

  outline: none;
  border: none;

}

#prevBtn {
  left: 20px;

}

#nextBtn {
  right: 20px;
}

#prevBtn:hover,
#nextBtn:hover {
  color: #333;
}





.grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* 4 sütun olacak */
  grid-template-rows: repeat(3, 1fr);
  /* 3 satır olacak, her satır eşit yükseklikte */
  gap: 10px;
  width: 1440px;
  max-width: 100%;
  /* Genişliği ekrana göre ayarla */
  margin: 0 auto;
  height: 800px;
}

.grid-item {
  background-color: #f8f9fa;
  margin-top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
  aspect-ratio: 5 / 1;
  /* Kare olmasını sağlıyor */
}

.grid-item img {
  width: 100%;
  /* Ensures the image takes up the full width of its container */
  height: 100%;
  /* Ensures the image takes up the full height of its container */
  object-fit: cover;
  /* Ensures the image is properly scaled and cropped to fit the container */
}

.carousel {
  background-color: transparent;
  color: white;
  width: 100%;
  /* Genişlik ayarı */
  height: 100%;
  /* Yükseklik ayarı */
}

/* 6 ve 7. bölmeyi birleştir */
.gallery {
  grid-column: span 2;
  /* 2 sütun boyunca yayılacak */
  grid-row: span 1;
  /* 1 satır kaplayacak */
  background-color: #6d6555;
  border-radius: 45px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  /* Tam genişliği kapsa */
  height: 100%;
  /* Tam yüksekliği kapsa */
  padding: 0;
  /* Boşlukları kaldır */
  margin-top: 100px;
  /* Boşlukları kaldır */
}

.gallery h2 {
  font-size: 5rem;
  font-weight: 700;
  color: white;
  margin: 0;
  /* Boşlukları kaldır */
}


.contact-popup {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 300px;
  max-height: 600px;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  display: none;
  /* Başlangıçta gizli olacak */
  z-index: 1000;
  overflow: hidden;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.contact-popup.open {
  display: block;
  transform: translateY(0);
  opacity: 1;
}

.popup-header {
  background-color: #6d6555;
  color: white;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  border-radius: 10px 10px 0 0;
}

.close-popup-btn {
  background: none;
  border: none;
  color: white;
  font-size: 20px;
  cursor: pointer;
}

.contact-popup-toggle {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px 20px;
  background-color: #6d6555;
  color: white;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  z-index: 999;
}

.contact-form {
  padding: 20px;
}

.contact-form .form-row {
  margin-bottom: 10px;
}

.contact-form .form-input,
.contact-form .form-textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.contact-form .btn {
  width: 100%;
  padding: 10px;
  background-color: #6d6555;
  color: white;
  border: none;
  border-radius: 5px;
}

.contact-popup.hidden {
  opacity: 0;
  transform: translateY(100%);
  display: none;
}


.animated {
  opacity: 0;
  transform: translateY(-20px);
  animation-duration: 0.6s;
  animation-fill-mode: both;
}

@keyframes slideIn {
  from {
    transform: translateY(-20px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Zoom efekti için genel bir sınıf */
.zoom-on-hover {
  overflow: hidden;
  /* Resmin çerçeve dışına taşmasını engeller */
  position: relative;
}

/* Zoom-on-hover efekti için */
.zoom-on-hover img {
  transition: transform 0.5s ease;
}

.zoom-on-hover:hover img {
  transform: scale(1.1);
  /* Hoverlandığında zoom efekti */
}

/* Overlay yazı efekti için */
.image-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  /* Resimler arasında biraz boşluk bırak */
}

.radius {
  border-radius: 15px;
}



@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes fill {
  to {
    fill-opacity: 1;
    /* Dolgu rengini görünür yaparak su efekti yaratıyoruz */
  }
}

/* Loader için stil */
#logo-loader {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: opacity 1s ease, transform 1s ease;
  z-index: 1000;
  width: 200px;
  height: auto;
}

#logo-loader.hide {
  opacity: 0;
  transition: opacity 1s ease;
}

/* Varsayılan masaüstü görünümü */

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}



.branding-header {
  text-align: center;
  margin-bottom: 20px;
}

/* Branding başlığı */
.branding-header h1 {
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 20px;
  font-weight: 700;
  text-align: center;
}

/* Mobil Carousel */
.mobile-carousel-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 300px;
  margin: 0 auto;
  border-radius: 25px;
}

.mobile-carousel-slide {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.mobile-carousel-item {
  min-width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
  background-color: #333;
  color: white;
  border-radius: 25px;
}

.carousel-20-container {
  position: relative;
  width: 100%;
  max-width: 1440px;
  /* Maksimum genişlik 1440px */
  margin: 0 auto;
  /* Ortalamak için */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 20px;
}
.section9{
  height: 100vh;
  margin-top:-350px;
}
.carousel-20-row {
  display: flex;
  transition: transform 0.5s ease;
  width: calc(100% - 100px);
  /* Oklar için boşluk bırak */
  justify-content: center;
  position: relative;
  /* Okların konumlandırılması için gerekli */
}

.carousel-20-item {
  flex: 1;
  /* Her bir öğe genişliği %33.33 */
  max-width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;

}

.carousel-20-item iframe {
  width: 100%;
  height: 250px;
  border-radius: 40px;
}



.button-container {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  /* Butonları ortalar */
}

.button-container button {
  margin: 0 10px;
  padding: 10px 20px;
  background-color: #333;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  border-radius: 40px;
  margin-top: 20px;
}

.button-container button:hover {
  background-color: #555;
}

.left-arrow,
.right-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #333;
  /* Koyu renk */

  border: none;
  cursor: pointer;
  font-size: 2rem;
  padding: 10px;

  background: none;
  /* Arka plan rengi yok */
}

.left-arrow {
  left: 0;
  /* Videoların solunda */
  top: 160px;
  border: none;
}

.right-arrow {
  right: 0;
  /* Videoların sağında */
  top: 160px;
  border: none;
}

.left-arrow::before,
.right-arrow::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
}

.left-arrow::before {
  border-width: 10px 15px 10px 0;
  border-color: transparent #333 transparent transparent;
}

.right-arrow::before {
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #333;
}



.services-title-3 {
  font-size: 1.0rem;
  font-weight: 700;
}

.design-carousel-container {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 15px;
}

.design-carousel-inner {
  width: 100%;
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.design-carousel-item {
  min-width: 100%;
}



.design-carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}

.design-carousel-indicators .indicator {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 5px;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.design-carousel-indicators .indicator.active {
  background-color: #fff;
}


.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 100px;
  max-width: 1200px;
  margin: 10px 10px 10px 10px;
  gap: 160px;
}


.footer-section {
  padding: 50px 20px;
  max-width: 1200px;
  margin: 0 auto;
  border-top: 1px solid #ccc;
}

.footer-social-media, .footer-logo, .footer-links {
  flex: 1;
}

.footer-social-media {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
  margin-right: 50px;
  /* Logo ve sosyal medya arası boşluk */
}

.footer-social-media p {
  margin: 0;
  font-size: 18px;
  color: white;
}

.social-icons {
  display: flex;
  gap: 15px;
  /* Sosyal medya ikonları arası boşluk */
  margin-top: 10px;
}

.social-icons a img {
  width: 40px;
  height: 40px;
}

.footer-logo {
  text-align: center;
  margin: 0 50px;
  margin-left: -20px;
  /* Sosyal medya ve linkler arası boşluk */
}

.footer-logo img {
  width: 250px;
  height: auto;
}

.footer-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: right;
  margin-left: 50px;
  /* Logo ve linkler arası boşluk */
}

.footer-links h3 {
  font-size: 1.2rem;
  color: white;
  margin-bottom: 15px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links ul li {
  margin-bottom: 10px;
}

.footer-links ul li a {
  color: #333333;
  text-decoration: none;
  font-weight: 600;
}

.footer-links ul li a:hover {
  text-decoration: underline;
}

.site-footer {
  clip-path: polygon(97.807% 62.917%, 2.307% 100%, 2.307% 100%, 1.935% 99.684%,
      1.581% 98.503%, 1.251% 96.529%, 0.948% 93.833%, 0.679% 90.487%,
      0.448% 86.561%, 0.259% 82.126%, 0.118% 77.255%, 0.03% 72.018%,
      0% 66.486%, 0% 0%, 100% 0%, 100% 29.403%, 100% 29.403%,
      99.972% 34.74%, 99.889% 39.814%, 99.757% 44.56%, 99.579% 48.908%,
      99.361% 52.793%, 99.106% 56.147%, 98.818% 58.904%, 98.503% 60.996%,
      98.165% 62.356%, 97.807% 62.917%);
  background-color: #6d6555;
  padding: 1rem 1.5rem;
  display: flex;
  justify-content: center;
  /* Ortalamak için */
  align-items: center;
  width: 100%;
  height: 120px;
  max-width: 1440px;
  margin: 0 auto;
  /* Ortalamak için otomatik margin */
  transform: scaleY(-1) scaleX(-1);
  /* Dikey eksende flip yapar */
}

.footer-text {
  margin: 0;
  font-size: 1rem;
  color: white;
  transform: scaleY(-1) scaleX(-1);
  /* Flip işlemini düzeltiyor */
  text-align: center;
  /* Metni ortalar */
}
.footer-social-media {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 20px; /* Sol taraftan uzaklaştırmak için */
}

.social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-icon-link {
  margin: 0 10px;
}
.footer-links {
  text-align: left;
  max-width: 300px; /* İhtiyaca göre ayarlayabilirsiniz */
  margin: 0 auto; /* Yatayda ortalamak için */
}

.footer-links h3 {
  margin-bottom: 10px;
}

.footer-links-grid {
  display: flex; 
  flex-wrap: wrap; 
  gap: 15px;
}

.footer-links-grid a {
  text-decoration: none;
  color: inherit;
  font-size: 14px; /* Yazı boyutunu ayarlayabilirsiniz */
  font-weight: 600;
}

/* Mobil görünüm ayarları */
@media (max-width: 768px) {

  .carousel-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 1px;
    width: 100%;
    margin-bottom: -80px; /* Üstteki iki carousel'i aşağıya çeker */
    margin-top: 200px;
}

/* Alt kısımdaki carousel'leri yukarıya yaklaştırmak için */
.carousel-wrapper:last-of-type {
    margin-top: -80px; /* Alttakileri yukarı çeker */
    padding-bottom: 0; /* Alt boşluğu minimize eder */
}
.grid-item {
    width: 100vw; /* İki resim yan yana olacak şekilde genişliği ayarlıyoruz */
    height: 220px; /* Yüksekliği artırıyoruz */
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 0; /* Alt boşluğu sıfırla */
}

.grid-item img {
  width: 100%;
  height: 100%; /* Resimlerin container'ı doldurması için yüksekliği %100 yapıyoruz */
  object-fit: cover;
  border-radius: 15px;
}

.gallery {
  grid-column: span 2;
  /* 2 sütun boyunca yayılacak */
  grid-row: span 1;
  /* 1 satır kaplayacak */
  background-color: #6d6555;
  border-radius: 20px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  /* Tam genişliği kapsa */
  height: 100px;
  /* Tam yüksekliği kapsa */
  padding: 0;
  /* Boşlukları kaldır */
  margin-top: 100px;
  /* Boşlukları kaldır */
}
.gallery-title {
    width: 100%;
    text-align: center;
    margin-bottom: 0; /* Alt boşluğu sıfırla */
}
.gallery h2 {
  font-size: 3rem;
  font-weight: 700;
  color: white;
  margin: 0;
  /* Boşlukları kaldır */
}

.gallery-title h2 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 0; /* Alt boşluğu sıfırla */
}
}


@media (max-width: 768px) {
  .desktop-view {
    display: none;
  }

  .mobile-view {
    display: block;
  }
  /* .scrolled sınıfı eklendiğinde hover etkisini uygular */
.text-box.scrolled::after {
  transform: rotateY(180deg);
  opacity: 0;
}

.text-box.scrolled::before {
  transform: rotateY(0deg);
  opacity: 1;
}

/* .text-box-sup için scrolled sınıfı eklendiğinde */
.text-box-sup.scrolled::after {
  transform: rotateY(180deg);
  opacity: 0;
}

.text-box-sup.scrolled::before {
  transform: rotateY(0deg);
  opacity: 1;
}

/* .text-box-build için scrolled sınıfı eklendiğinde */
.text-box-build.scrolled::after {
  transform: rotateY(180deg);
  opacity: 0;
}

.text-box-build.scrolled::before {
  transform: rotateY(0deg);
  opacity: 1;
}
  .carousel-20-container {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}
.section9{
  margin-top: -100px;
}
.carousel-20-row {
    display: flex;
    transition: transform 0.5s ease;
    width: 100%;
}

.carousel-20-item {
    min-width: 100%;
    box-sizing: border-box;
    transform: translateX(-50%);
}

.carousel-20-item iframe {
    width: 100%;
    height: 250px;
}
.services-title-2 {
  font-size: 2rem;
  font-weight: bold;
  color: #6d6555;
  text-transform: uppercase;

  text-align: center;
}

.services-title-3 {
    font-size: 16px;
    text-align: center;
}
.left-arrow,
.right-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.6); /* Yarı saydam siyah arka plan */
    border-radius: 50%; /* Yuvarlak oklar */
    border: none;
    color: white;
    font-size: 1.5rem;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 5;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3); /* Hafif gölge */
    transition: background-color 0.3s ease; /* Arka plan değişiminde geçiş efekti */
}

.left-arrow:hover,
.right-arrow:hover {
    background-color: rgba(0, 0, 0, 0.8); /* Hover durumunda daha koyu arka plan */
}

.left-arrow {
    left: 10px;
    top: 140px; /* Mobilde ortalama pozisyon */
}

.right-arrow {
    right: 10px;
    top: 140px; /* Mobilde ortalama pozisyon */
}

.left-arrow::before,
.right-arrow::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
}

.left-arrow::before {
    border-width: 10px 15px 10px 0;
    border-color: transparent white transparent transparent; /* Beyaz ok simgesi */
}

.right-arrow::before {
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent white; /* Beyaz ok simgesi */
}

  .section-container {
    flex-direction: column;
    align-items: center;
  }




  .carousel-text::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 65vw;
    /* Carousel'in genişliğinin %50'si kadar */
    height: 100%;
    /* Metin kutusunun yüksekliğini kaplayacak */
    background: rgba(0, 0, 0, 0.5);
    /* Siyah yarı saydam gölge */
    z-index: -1;
    /* Gölgemiz metnin arkasında kalacak */
    border-radius: 15px;
    clip-path: polygon(100% 55.205%, 100% 11.441%, 100% 11.441%, 99.951% 9.585%, 99.808% 7.825%, 99.58% 6.183%, 99.275% 4.684%, 98.899% 3.351%, 98.461% 2.207%, 97.968% 1.277%, 97.429% 0.583%, 96.85% 0.15%, 96.24% 0%, 3.76% 0%, 3.15% 0.15%, 2.571% 0.583%, 2.032% 1.277%, 1.539% 2.207%, 1.101% 3.351%, 0.725% 4.684%, 0.42% 6.183%, 0.192% 7.825%, 0.049% 9.585%, 0% 11.441%, 0% 88.559%, 0% 88.559%, 0.057% 90.564%, 0.222% 92.449%, 0.485% 94.187%, 0.835% 95.75%, 1.262% 97.111%, 1.757% 98.243%, 2.308% 99.117%, 2.906% 99.706%, 3.54% 99.983%, 4.201% 99.92%, 96.682% 66.565%, 96.682% 66.565%, 97.234% 66.238%, 97.753% 65.679%, 98.233% 64.907%, 98.667% 63.942%, 99.05% 62.804%, 99.376% 61.513%, 99.64% 60.087%, 99.835% 58.548%, 99.957% 56.914%, 99.999% 55.205%);
  }



  .highlighted-text {
    font-weight: bold;
    font-size: 40px;
    /* Yazıyı kalın yap */

    /* İsterseniz, bu yazı için diğer stil özelliklerini de burada tanımlayabilirsiniz */
  }

  .alt-yazi {
    font-size: 1.2rem;
  }

  .navbar-custom {
    clip-path: polygon(96.106% 64.634%,
        4.103% 99.516%,
        4.103% 99.516%,
        3.442% 99.419%,
        2.813% 99.054%,
        2.225% 98.442%,
        1.687% 97.605%,
        1.208% 96.566%,
        0.797% 95.347%,
        0.461% 93.97%,
        0.211% 92.457%,
        0.054% 90.831%,
        0% 89.113%,
        0% 0.482%,
        100% 0.482%,
        100% 54.231%,
        100% 54.231%,
        99.949% 55.889%,
        99.803% 57.465%,
        99.568% 58.938%,
        99.253% 60.288%,
        98.865% 61.493%,
        98.412% 62.533%,
        97.902% 63.388%,
        97.343% 64.037%,
        96.741% 64.459%,
        96.106% 64.634%);
    top: -2px;
    background-color: #6d6555;
    padding: 1rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 120px;
    z-index: 101;
  }
  .footer-content {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
  }
  
  .footer-social-media, .footer-logo, .footer-links {
    margin-bottom: 20px;
  }
  .site-footer {
    clip-path: polygon(96.106% 64.634%,
    4.103% 99.516%,
    4.103% 99.516%,
    3.442% 99.419%,
    2.813% 99.054%,
    2.225% 98.442%,
    1.687% 97.605%,
    1.208% 96.566%,
    0.797% 95.347%,
    0.461% 93.97%,
    0.211% 92.457%,
    0.054% 90.831%,
    0% 89.113%,
    0% 0.482%,
    100% 0.482%,
    100% 54.231%,
    100% 54.231%,
    99.949% 55.889%,
    99.803% 57.465%,
    99.568% 58.938%,
    99.253% 60.288%,
    98.865% 61.493%,
    98.412% 62.533%,
    97.902% 63.388%,
    97.343% 64.037%,
    96.741% 64.459%,
    96.106% 64.634%);
    background-color: #6d6555;
    padding: 1rem 1.5rem;
    display: flex;
    justify-content: center;
    /* Ortalamak için */
    align-items: center;
    width: 100%;
    height: 120px;
    max-width: 1440px;
    margin: 0 auto;
    /* Ortalamak için otomatik margin */
    transform: scaleY(-1) scaleX(-1);
    /* Dikey eksende flip yapar */
  }
  .footer-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .footer-social-media,
  .footer-links,
  .footer-logo {
    width: 100%;
    margin-bottom: 60px;
  }
  
  .footer-links ul {
    padding: 0;
    margin-left: -90px;
    margin-top: -20px;
  }
  
  .footer-links ul li {
    list-style: none;
    margin-top: 0px;
  }
  
  /* Logoyu en alta almak için */
  .footer-logo {
    order: 2;
    margin-left: 40px;
  }
  
  .footer-social-media {
    order: 1;
  }
  
  .footer-links {
    order: 3;
  }
  .footer-links-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding-left: 20px  ;
  }
  
  .footer-links-grid a {
    text-decoration: none;
    color: inherit;
    font-size: 14px; /* Yazı boyutunu ayarlayabilirsiniz */
    font-weight: 600;
  }
  .footer-links h3 {
    margin-bottom: 10px;
    padding-left: 20px;
  }

  .carousel-text {
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    font-size: 3vw;
    font-weight: normal;
    line-height: 1.7;
    text-align: left;
    z-index: 6;
    padding: 20px 20px;
    /* Geniş padding yerine daha dar padding */
    max-width: 90%;
    /* Yazının genişliğini carousel'in yarısına sabitle */
    border-radius: 15px;

  }

  .navbar-custom .logo img {
    height: 60px;
    width: auto;
    margin-top: -20px;
    z-index: 100;
  }




  .carousel-item {
    width: 100%;
    height: 80vh;
    overflow: hidden;
    transition: transform 0.5s ease;
  }

  .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }


  .services-title {
    font-size: 3rem;
    font-weight: bold;
    color: #6d6555;
    text-transform: uppercase;

    text-align: center;
  }
  .section-container {
    flex-direction: column;
    align-items: center;
  }

  .image-container {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .design-image {
    width: 100%;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .design-image-reverse {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  /* Mobilde farklı resimler için düzenlemeler */
  .text-box {
    width: 100%;
    height: 101vw;
    margin: auto;
    margin-top: -20px !important;

  }


  .text-box-sup {
    width: 100%;
    height: 101vw;
    margin-top: -20px !important;

    margin:  auto;
  }
  .text-box-build {
    width: 100%;
    height: 101vw;
    margin-top: -20px !important;

    margin:  auto;

  }

  /* Mobilde farklı resimler için */
  .text-box::after {
    background-image: url('../D - S - B with text For Mob-01-lux.svg'); /* Mobildeki farklı resim */
  }

  .text-box::before {
    background-image: url('../D - S - B with text For Mob-02-lux.svg'); /* Hover sırasında mobildeki farklı resim */
  }

  /* Supply için mobilde farklı resimler */
  .text-box-sup::after {
    background-image: url('../D - S - B with text For Mob-03-lux.svg'); /* Mobilde farklı supply resmi */
  }

  .text-box-sup::before {
    background-image: url('../D - S - B with text For Mob-04-lux.svg'); /* Hover sırasında mobilde farklı supply resmi */
  }

  /* Build için mobilde farklı resimler */
  .text-box-build::after {
    background-image: url('../D - S - B with text For Mob-05-lux.svg'); /* Mobilde farklı build resmi */
  }

  .text-box-build::before {
    background-image: url('../D - S - B with text For Mob-06-lux.svg'); /* Hover sırasında mobilde farklı build resmi */
  }
}