@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 */

  /* Minimum yüksekliği tam ekran yap */
}
.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 */
}




.services-title {
  font-size: 5rem;
  font-weight: bold;
  color: #3f5277;
  text-transform: uppercase;
  text-align: center;
  transition: font-weight 0.3s, letter-spacing 0.3s; /* Geçiş efekti için süre */
}

.services-title:hover {
  font-weight: 1800; /* Hover durumunda kalın yazı */
  letter-spacing: 0.5rem; /* Harfler arasındaki boşluğu artır */
  transform: scale(1.1); /* Büyüme efekti */
}

#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 */
}

.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 */
}

.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: #3f5277;
  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%;
}

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

.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;
}

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

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

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

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

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

.carousel-14-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-14-indicators .indicator.active {
  background-color: #fff;
}




/* 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: #3f5277;
  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;
  text-align: left;
  margin-right: 20px;
}

.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;
  position: absolute;
  top: 20%;
  right: 25%;
}

.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-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%;
  top: 50%;
  transform-origin: center;
}

.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);
}

.burger-menu,
.navbar-custom .logo {
  position: relative;
  z-index: 102;
}

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

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

.dropdown.active .dropdown-content {
  display: flex;
}


.fullscreen-menu ul li .dropbtn {
  margin-bottom: 10px;
}

.content {
  width: 100%;
}

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

.carousel-container {
  width: 100%;
  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-text-enter {
  animation: textEnter 0.5s ease forwards;
}

.carousel-text-exit {
  animation: textExit 0.5s ease forwards;
}

.highlighted-text {
  font-weight: bold;
  font-size: 2.99vw;
}

.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;
  max-width: 50%;
  border-radius: 15px;

}

.carousel-text::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 38vw;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  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;
}

.footer-contact-info {
  margin-top: 0;
  text-align: center;
}

.services-title-2 {
  font-size: 3rem;
  font-weight: bold;
  color: #3f5277;
  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 */
}
/* Ana container ayarları */
.container34 {
  position: relative;
  width: 390px;
  height: 500px;
  background-color: white;
}

/* Sol kutu */
.left-box {
  position: absolute;
  width: 114.57px;
  height: 500px;
  background-color: #3f5277;
  z-index: 1;
  clip-path: polygon( 52.509% 100%,14.978% 100%,14.978% 100%,12.548% 99.955%,10.243% 99.825%,8.094% 99.617%,6.131% 99.338%,4.386% 98.995%,2.889% 98.595%,1.671% 98.145%,0.763% 97.653%,0.196% 97.125%,0% 96.568%,0% 3.432%,0% 3.432%,0.196% 2.875%,0.763% 2.347%,1.671% 1.855%,2.889% 1.405%,4.386% 1.005%,6.131% 0.662%,8.094% 0.383%,10.243% 0.175%,12.548% 0.045%,14.978% 0%,85.031% 0%,85.031% 0%,87.591% 0.05%,90.005% 0.194%,92.24% 0.423%,94.26% 0.729%,96.032% 1.104%,97.521% 1.538%,98.692% 2.024%,99.511% 2.552%,99.944% 3.115%,99.956% 3.704%,67.443% 96.842%,67.443% 96.842%,67.086% 97.364%,66.402% 97.855%,65.421% 98.311%,64.169% 98.724%,62.675% 99.09%,60.964% 99.402%,59.066% 99.655%,57.007% 99.843%,54.815% 99.96%,52.518% 100% );


}

/* Sağ kutular */
.right-box {
  position: absolute;
  background-color: #999;
  height: 160px;
  z-index: 2;
  margin-bottom: 1px; /* Kutular arasına 1px boşluk */
}

/* Sağdaki ilk kutu */
.box1 {
  width: 275.37px;
  top: 0;
  left: 114.57px;
  clip-path: polygon( 100% 89.275%,100% 10.725%,100% 10.725%,99.918% 8.985%,99.682% 7.334%,99.305% 5.795%,98.798% 4.39%,98.175% 3.141%,97.449% 2.069%,96.633% 1.197%,95.738% 0.547%,94.779% 0.14%,93.768% 0%,9.881% 0%,9.881% 0%,8.925% 0.126%,8.014% 0.491%,7.157% 1.078%,6.367% 1.868%,5.656% 2.844%,5.034% 3.987%,4.513% 5.279%,4.105% 6.702%,3.82% 8.238%,3.671% 9.869%,0.022% 88.425%,0.022% 88.425%,0.027% 90.265%,0.207% 92.024%,0.548% 93.676%,1.035% 95.194%,1.655% 96.552%,2.392% 97.722%,3.232% 98.679%,4.162% 99.395%,5.167% 99.844%,6.232% 100%,93.772% 100%,93.772% 100%,94.783% 99.86%,95.742% 99.453%,96.636% 98.803%,97.453% 97.931%,98.179% 96.859%,98.802% 95.61%,99.308% 94.205%,99.686% 92.666%,99.922% 91.015%,100.004% 89.275% );


}

/* Sağdaki ikinci kutu */
.box2 {
  width: 288.97px;
  top: 170px;
  left: 101.97px; /* Kutular arasında düzenleme */
  clip-path: polygon( 100% 89.275%,100% 10.725%,100% 10.725%,99.922% 8.985%,99.697% 7.334%,99.337% 5.795%,98.855% 4.39%,98.261% 3.141%,97.569% 2.069%,96.791% 1.197%,95.939% 0.547%,95.025% 0.14%,94.062% 0%,9.416% 0%,9.416% 0%,8.505% 0.126%,7.636% 0.491%,6.82% 1.078%,6.067% 1.868%,5.389% 2.844%,4.797% 3.987%,4.3% 5.279%,3.911% 6.702%,3.64% 8.238%,3.499% 9.869%,0.021% 88.425%,0.021% 88.425%,0.026% 90.265%,0.197% 92.024%,0.522% 93.676%,0.987% 95.194%,1.577% 96.552%,2.279% 97.722%,3.08% 98.679%,3.966% 99.395%,4.923% 99.844%,5.938% 100%,94.065% 100%,94.065% 100%,95.029% 99.86%,95.942% 99.453%,96.795% 98.803%,97.573% 97.931%,98.265% 96.859%,98.858% 95.61%,99.341% 94.205%,99.701% 92.666%,99.926% 91.015%,100.003% 89.275% );


}

/* Sağdaki üçüncü kutu */
.box3 {
  width: 302.57px;
  top: 340px;
  left: 88.37px; /* Kutular arasında düzenleme */
  clip-path: polygon( 100% 89.275%,100% 10.725%,100% 10.725%,99.926% 8.985%,99.711% 7.334%,99.367% 5.795%,98.906% 4.39%,98.339% 3.141%,97.678% 2.069%,96.935% 1.197%,96.122% 0.547%,95.249% 0.14%,94.329% 0%,8.993% 0%,8.993% 0%,8.123% 0.126%,7.293% 0.491%,6.514% 1.078%,5.795% 1.868%,5.147% 2.844%,4.581% 3.987%,4.107% 5.279%,3.736% 6.702%,3.477% 8.238%,3.341% 9.869%,0.02% 88.425%,0.02% 88.425%,0.025% 90.265%,0.188% 92.024%,0.499% 93.676%,0.942% 95.194%,1.506% 96.552%,2.177% 97.722%,2.942% 98.679%,3.788% 99.395%,4.702% 99.844%,5.671% 100%,94.332% 100%,94.332% 100%,95.252% 99.86%,96.125% 99.453%,96.939% 98.803%,97.682% 97.931%,98.343% 96.859%,98.909% 95.61%,99.37% 94.205%,99.714% 92.666%,99.929% 91.015%,100.003% 89.275% );


}
.right-box img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Resmi kutu içerisine sığacak şekilde ayarlamak */
}
/* Resim isimlerinin tasarımı */
.image-name {
  position: absolute;
  top:15%;
  right: 0px; /* Kenar boşluğunu ayarladım */
  transform: rotate(-90deg) translateY(-50%); /* -90 derece döndürme ile sağa hizalandı */
  transform-origin: right; /* Döndürme işlemi sağdan başlayacak */
  font-size: 1.2rem;
  color: white;
  font-weight: bold;

  padding: 5px 10px;
  z-index: 3; /* İsmin resmin üstünde görünmesi için */
}
.image-name::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 */
}
.image-name-hotel {
  position: absolute;
  top:25%;
  right: 0px; /* Kenar boşluğunu ayarladım */
  transform: rotate(-90deg) translateY(-50%); /* -90 derece döndürme ile sağa hizalandı */
  transform-origin: right; /* Döndürme işlemi sağdan başlayacak */
  font-size: 1.2rem;
  color: white;
  font-weight: bold;

  padding: 5px 10px;
  z-index: 3; /* İsmin resmin üstünde görünmesi için */
}
.image-name-hotel::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 */
}
/* Sol kutunun üstüne Retail yazısı eklemek için */
.retail-text {
  position: absolute;
  top: 40%;
  left: -15%;
  transform: rotate(-90deg) translateY(-50%);
  transform-origin: center;
  font-size: 2.5rem; /* R harfi büyük olacak */
  color: white;
  font-weight: bold;
  z-index: 2;
  letter-spacing: 0.5rem; /* Harfler arasında boşluk */
}

.retail-text span:first-child {
  font-size: 4rem; /* İlk harf "R" daha büyük olacak */
}
/* Branding Container */
.branding-container {
  display: flex;
  width: 390px;
  height: 500px;
}

/* Left Box Styling */
.branding-box-left {
  width: 100.57px;
  height: 425px;
  margin-top: 37px;
  z-index: 2;
  position: relative; /* Make sure text is positioned inside the box */
  background-color: #3f5277; /* Replace with desired color */
  clip-path: polygon( 52.509% 100%,14.978% 100%,14.978% 100%,12.548% 99.955%,10.243% 99.825%,8.094% 99.617%,6.131% 99.338%,4.386% 98.995%,2.889% 98.595%,1.671% 98.145%,0.763% 97.653%,0.196% 97.125%,0% 96.568%,0% 3.432%,0% 3.432%,0.196% 2.875%,0.763% 2.347%,1.671% 1.855%,2.889% 1.405%,4.386% 1.005%,6.131% 0.662%,8.094% 0.383%,10.243% 0.175%,12.548% 0.045%,14.978% 0%,85.031% 0%,85.031% 0%,87.591% 0.05%,90.005% 0.194%,92.24% 0.423%,94.26% 0.729%,96.032% 1.104%,97.521% 1.538%,98.692% 2.024%,99.511% 2.552%,99.944% 3.115%,99.956% 3.704%,67.443% 96.842%,67.443% 96.842%,67.086% 97.364%,66.402% 97.855%,65.421% 98.311%,64.169% 98.724%,62.675% 99.09%,60.964% 99.402%,59.066% 99.655%,57.007% 99.843%,54.815% 99.96%,52.518% 100% );
}

/* Arrow Button */
.carousel-arrow-b {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  color: white;
  font-size: 20px;
  cursor: pointer;
  z-index: 10;
  border-radius: 50%;
  transition: transform 0.3s, background-color 0.3s;
}

/* Carousel Container */
.branding-carousel-container {
  display: flex;
  position: relative;
  align-items: center;
  flex-grow: 1;
  border-radius: 15px;
}

/* Carousel Content Styling */
.branding-carousel {
  display: flex;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  overflow-x: auto;
  overflow-y: hidden;

  -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
  width: 310px;
  height:425px;
  margin-left: -20px;
  gap: 20px; /* Adds spacing between items */
  border-radius: 15px;
  z-index: 1;
}
.vertical-text-branding {
  position: absolute;
  top: 50%;
  left: 42%;
  transform: translate(-50%, -50%) rotate(-90deg); /* Center the text and rotate it */
  color: white; /* Adjust text color as needed */
  font-size: 40px; /* Adjust text size as needed */
  font-weight: bold; /* Make the text bold */
  text-transform: uppercase; /* Uppercase all letters */
  white-space: nowrap; /* Prevent text wrapping */
  z-index: 3; /* Make sure text is on top */
}
.vertical-text-branding span:first-child {
  font-size: 60px; /* İlk harf "R" daha büyük olacak */
}
.branding-carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.branding-carousel-item {
  min-width: 100%;
  height: 100%;
  background-color: #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  font-size: 1.2rem;

}


/* Arrow Buttons Styling */
.carousel-arrow-left,
.carousel-arrow-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #000;
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 10px;
}

.carousel-arrow-left {
  left: -20px; /* Adjust for placement */
}

.carousel-arrow-right {
  right: -20px; /* Adjust for placement */
}






.container35 {
  position: relative;
  width: 390px;
  height: 500px;
  background-color: white;
}

/* Sol kutu */
.left-box-h {
  position: absolute;
  width: 114.57px;
  height: 500px;
  background-color: #3f5277;
  z-index: 1;
  clip-path: polygon( 52.509% 100%,14.978% 100%,14.978% 100%,12.548% 99.955%,10.243% 99.825%,8.094% 99.617%,6.131% 99.338%,4.386% 98.995%,2.889% 98.595%,1.671% 98.145%,0.763% 97.653%,0.196% 97.125%,0% 96.568%,0% 3.432%,0% 3.432%,0.196% 2.875%,0.763% 2.347%,1.671% 1.855%,2.889% 1.405%,4.386% 1.005%,6.131% 0.662%,8.094% 0.383%,10.243% 0.175%,12.548% 0.045%,14.978% 0%,85.031% 0%,85.031% 0%,87.591% 0.05%,90.005% 0.194%,92.24% 0.423%,94.26% 0.729%,96.032% 1.104%,97.521% 1.538%,98.692% 2.024%,99.511% 2.552%,99.944% 3.115%,99.956% 3.704%,67.443% 96.842%,67.443% 96.842%,67.086% 97.364%,66.402% 97.855%,65.421% 98.311%,64.169% 98.724%,62.675% 99.09%,60.964% 99.402%,59.066% 99.655%,57.007% 99.843%,54.815% 99.96%,52.518% 100% );


}

/* Sağ kutular */
.right-box-h {
  position: absolute;
  background-color: #999;
  height: 245px;
  z-index: 2;
  margin-bottom: 1px; /* Kutular arasına 1px boşluk */
}

/* Sağdaki ilk kutu */
.box1-h {
  width: 282.36px;
  top: 0;
  left: 109px;
  clip-path: polygon( 100% 92.996%,100% 7.004%,100% 7.004%,99.92% 5.868%,99.69% 4.79%,99.322% 3.785%,98.828% 2.867%,98.22% 2.051%,97.512% 1.351%,96.716% 0.782%,95.844% 0.357%,94.909% 0.092%,93.923% 0%,12.105% 0%,12.105% 0%,11.173% 0.082%,10.284% 0.32%,9.449% 0.703%,8.679% 1.218%,7.985% 1.855%,7.379% 2.6%,6.871% 3.443%,6.473% 4.371%,6.195% 5.373%,6.049% 6.437%,0.021% 92.433%,0.021% 92.433%,0.025% 93.635%,0.2% 94.785%,0.532% 95.865%,1.007% 96.858%,1.611% 97.745%,2.33% 98.511%,3.15% 99.136%,4.057% 99.604%,5.038% 99.898%,6.077% 100%,93.923% 100%,93.923% 100%,94.909% 99.908%,95.844% 99.643%,96.716% 99.218%,97.512% 98.649%,98.22% 97.949%,98.828% 97.133%,99.322% 96.215%,99.69% 95.21%,99.92% 94.132%,100% 92.996% );


}

/* Sağdaki ikinci kutu */
.box2-h {
  width: 302.56px;
  top: 256.36px;
  left: 87px; /* Kutular arasında düzenleme */
  clip-path: polygon( 100% 92.996%,100% 7.004%,100% 7.004%,99.92% 5.868%,99.69% 4.79%,99.322% 3.785%,98.828% 2.867%,98.22% 2.051%,97.512% 1.351%,96.716% 0.782%,95.844% 0.357%,94.909% 0.092%,93.923% 0%,12.105% 0%,12.105% 0%,11.173% 0.082%,10.284% 0.32%,9.449% 0.703%,8.679% 1.218%,7.985% 1.855%,7.379% 2.6%,6.871% 3.443%,6.473% 4.371%,6.195% 5.373%,6.049% 6.437%,0.021% 92.433%,0.021% 92.433%,0.025% 93.635%,0.2% 94.785%,0.532% 95.865%,1.007% 96.858%,1.611% 97.745%,2.33% 98.511%,3.15% 99.136%,4.057% 99.604%,5.038% 99.898%,6.077% 100%,93.923% 100%,93.923% 100%,94.909% 99.908%,95.844% 99.643%,96.716% 99.218%,97.512% 98.649%,98.22% 97.949%,98.828% 97.133%,99.322% 96.215%,99.69% 95.21%,99.92% 94.132%,100% 92.996% );


}



.right-box-h img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Resmi kutu içerisine sığacak şekilde ayarlamak */
}
.Hospitality-text {
  position: absolute;
  top: 40%;
  left: -90%;
  transform: rotate(-90deg) translateY(-50%);
  transform-origin: center;
  font-size: 2.5rem; /* R harfi büyük olacak */
  color: white;
  font-weight: bold;
  z-index: 2;
  letter-spacing: 0.5rem; /* Harfler arasında boşluk */
}

.Hospitality-text span:first-child {
  font-size: 4rem; /* İlk harf "R" daha büyük olacak */
}




.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.svg');
  /* Ana resim */
  transform: rotateY(0deg);
  opacity: 1;
  z-index: 1;
}

.text-box::before {
  background-image: url('../D - S - B with text-02.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 */
}


.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.svg');
  /* Ana resim */
  transform: rotateY(0deg);
  opacity: 1;
  z-index: 1;
}

.text-box-sup::before {
  background-image: url('../D - S - B with text-04.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.svg');
  /* Ana resim */
  transform: rotateY(0deg);
  opacity: 1;
  z-index: 1;
}

.text-box-build::before {
  background-image: url('../D - S - B with text-06.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: #3f5277;
  /* Ş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: #3f5277;
  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: #3f5277;
  /* Ş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: #3f5277;
  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: 800px;
  width: 200px;
  /* İlk genişlik */
  background-color: #3f5277;
  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: 800px;
  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: transparent;
  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: #3f5277;

  outline: none;
  border: none;

}

#prevBtn {
  left: 20px;

}

#nextBtn {
  right: 20px;
}

#prevBtn:hover,
#nextBtn:hover {
  color: #3f5277;
}





.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: #3f5277;
  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: #3f5277;
  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: #3f5277;
  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: #3f5277;
  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: #3f5277;
  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: #3f5277;
  color: white;
  border-radius: 25px;
}



.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-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.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: #3f5277;
  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: #3f5277;
  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;
}
.container45 {
  position: relative;
  width: 1440px;
  height: 778px;
  background-color: white;
}

/* Sol üst kutu */
.left-box-top {
  position: absolute;
  width: 810.51px;
  height: 587px;
  background-color: #3f5277;
  top: 0;
  left: 0;
  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% );


}

/* Sol alt kutu */
.left-box-bottom {
  position: absolute;
  width: 873.99px;
  height: 170.9px;
  background-color: #3f5277;
  top: 587px;
  left: 0;
  z-index: 1;
  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% );
  margin-top: 10px; /* Ek boşluk */

}

/* Sağ üst kutu */
.right-box-top {
  position: absolute;
  width: 810.47px;
  height: 380px;
  background-color: #999;
  top: 0;
  right: 0;
  z-index: 2; /* Sağdaki kutunun indexi daha yüksek */
  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% );


}

/* Sağ alt kutu */
.right-box-bottom {
  position: absolute;
  width: 667.81px;
  height: 380px;
  background-color: #ccc;
  top: 380px;
  right: 0;
  z-index: 2; /* Sağdaki kutunun indexi daha yüksek */
  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% );
  margin-top: 10px; /* Ek boşluk */

}
.image-caption-left {
  position: absolute;
  left: -45px; /* Soldan hizalama */
  top: 50%;
  transform: translateY(-50%) rotate(-90deg); /* Dikey yazı */
  font-size: 2rem;
  color: white;
  font-weight: bold;
  padding: 5px 10px;
  z-index: 3; /* Üstte görünmesi için */
}
.image-caption-left::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -150%;
  transform: translateY(-50%);
  width: 100vh;
  /* Gölgenin uzunluğunu burada ayarlayabilirsiniz */
  height: 190%;
  /* 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 */
}

/* Sağdaki kutular için dikey açıklamalar */
.image-caption-right {
  position: absolute;
  right: -0px; /* Sağdan hizalama */
  top: 45%;
  transform: rotate(-90deg) translateY(50%);
  font-size: 2rem;
  color: white;
  font-weight: bold;
  padding: 5px 10px;
  z-index: 3; /* Üstte görünmesi için */
}
.image-caption-right::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -150%;
  transform: translateY(-50%);
  width: 100vh;
  /* Gölgenin uzunluğunu burada ayarlayabilirsiniz */
  height: 190%;
  /* 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 */
}
.image-caption-right-bottom {
  position: absolute;
  right: -8px; /* Sağdan hizalama */
  top: 50%;
  transform: rotate(-90deg) translateY(50%);
  font-size: 2rem;
  color: white;
  font-weight: bold;
  padding: 5px 10px;
  z-index: 3; /* Üstte görünmesi için */
}
.image-caption-right-bottom::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -150%;
  transform: translateY(-50%);
  width: 100vh;
  /* Gölgenin uzunluğunu burada ayarlayabilirsiniz */
  height: 200%;
  /* 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 */
}

/* Sol alt kutu yazısı, ilk harfi büyük */
.bottom-text {
  font-size: 4rem;
  font-weight: bold;
  color: white;
  padding-left: 60px; /* Yazıyı içeri almak için padding */
  padding-top: 10px; /* Yazıyı içeri almak için padding */
}

.bottom-text::first-letter {
  font-size: 6rem; /* İlk harf büyük */
  font-weight: bolder;
}
.container45 img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Resmin kutunun içine tam sığması */
  transition: transform 0.5s ease; /* Zoom için geçiş efekti */
}

/* Hover üzerine zoom efekti */
.container45 img:hover {
  transform: scale(1.1); /* Hover üzerine %20 zoom yap */
}















.container-section-90 {
  display: flex;
  flex-wrap: wrap;
  width: 1440px;
  height: 778px;
  position: relative;
}

.left-top-box-hospitality {
  position: absolute;
  top: 0;
  left: 0;
  width: 833.51px;
  height: 587px;
  overflow: hidden;
  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% );


}

.left-bottom-box-hospitality {
  position: absolute;
  top: 597px; /* Sol üst kutunun altına yerleştirme */
  left: 0;
  width: 896.99px;
  height: 170.9px;
  background-color: #3f5277;
  overflow: hidden;
  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% );


}

.right-box-hospitality {
  position: absolute;
  top: 0;
  right: 0;
  width: 793.53px;
  height: 765px;
  overflow: hidden;
  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% );


}

.left-top-box-hospitality img,

.right-box-hospitality img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Resimleri kutuların içine sığdırır */
  transition: transform 0.5s ease;
}

.left-top-box-hospitality:hover img,

.right-box-hospitality:hover img {
  transform: scale(1.1); /* Hover durumunda resme zoom efekti */
}

/* Sol alt kutu yazısı, ilk harfi büyük */
.bottom-text {
  font-size: 4rem;
  font-weight: bold;
  color: white;
  padding-left: 60px; /* Yazıyı içeri almak için padding */
  padding-top: 10px; /* Yazıyı içeri almak için padding */
}

.bottom-text::first-letter {
  font-size: 6rem; /* İlk harf büyük */
  font-weight: bolder;
}


.image-caption-left-hospitality {
  position: absolute;
  left: -20px; /* Soldan hizalama */
  top: 50%;
  transform: translateY(-50%) rotate(-90deg); /* Dikey yazı */
  font-size: 2rem;
  color: white;
  font-weight: bold;
  padding: 5px 10px;
  z-index: 3; /* Üstte görünmesi için */
}
.image-caption-left-hospitality::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -190%;
  transform: translateY(-50%);
  width: 1400px;
  /* Gölgenin uzunluğunu burada ayarlayabilirsiniz */
  height: 190%;
  /* 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 */
}

/* Sağdaki kutular için dikey açıklamalar */
.image-caption-right-hospitality {
  position: absolute;
  right: -30px; /* Sağdan hizalama */
  top: 45%;
  transform: rotate(-90deg) translateY(50%);
  font-size: 2rem;
  color: white;
  font-weight: bold;
  padding: 5px 10px;
  z-index: 3; /* Üstte görünmesi için */
}
.image-caption-right-hospitality::before {
  content: '';
  position: absolute;
  top: 70%;
  left: -180%;
  transform: translateY(-50%);
  width: 100vh;
  /* Gölgenin uzunluğunu burada ayarlayabilirsiniz */
  height: 190%;
  /* 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 */
}
    /* Boş alanları vurgulamak için CSS */
    .error {
      border: 2px solid red;
  }

/* 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: #3f5277;
  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: #3f5277;
    margin-bottom: 0; /* Alt boşluğu sıfırla */
}
}

.partner-logo {
  width: 150% ;
  height: auto;
  margin-left: -40px;
}

@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%);
}
.partner-logo {
  width: 150% ;
  height: auto;
  margin-left: -70px;
}

.carousel-20-item iframe {
    width: 100%;
    height: 250px;
}
.services-title-2 {
  font-size: 2rem;
  font-weight: bold;
  color: #3f5277;
  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: 75vw;
    /* 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: #3f5277;
    padding: 1rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 120px;
    z-index: 101;
  }

  .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: #3f5277;
    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: 300px;
    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-top: -20px !important;

    margin:  auto;
  }


  .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.svg'); /* Mobildeki farklı resim */
  }

  .text-box::before {
    background-image: url('../D\ -\ S\ -\ B\ with\ text\ For\ Mob-02.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.svg'); /* Mobilde farklı supply resmi */
  }

  .text-box-sup::before {
    background-image: url('../D\ -\ S\ -\ B\ with\ text\ For\ Mob-04.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.svg'); /* Mobilde farklı build resmi */
  }

  .text-box-build::before {
    background-image: url('../D\ -\ S\ -\ B\ with\ text\ For\ Mob-06.svg'); /* Hover sırasında mobilde farklı build resmi */
  }
  .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: #3f5277;
    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;
    margin-right: 20px;
  }
  .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;
  }
}