@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");

@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@800&display=swap");
/* Bağlantılara hover efekti uygular, mevcut renk korunur */


a:hover {
  color: currentColor;
}
@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;
  }
}

* {
  box-sizing: border-box;
}

body { font-family: sans-serif; }

/* Genel olarak link içindeki herhangi bir alt çizgiyi kaldır */
a {
  text-decoration: none;
}

/* Resim ve kart görünümü */
.card {
  background-color: transparent;
  overflow: hidden;
  border-radius: 20px;
  border: transparent;
  text-decoration: none;


}
.card-body a,
.card-body a:link,
.card-body a:visited,
.card-body a:hover,
.card-body a:active {
  text-decoration: none !important; /* Tüm durumlarda alt çizgiyi kaldır */
  color: inherit; /* Renk stilini koru */
  font-weight: normal; /* Varsayılan font ağırlığı */
}

.card img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  text-decoration: none;
}

.card-body {
  padding: 10px;
  border: none;
  text-decoration: none !important;
  text-decoration: none;
}
.card-body a {
  text-decoration: none !important; /* Alt çizgiyi tamamen kaldır ve önemli kıl */
  color: inherit; /* Başlığın renk stilini koru */
  text-decoration:none !important; /* Alt çizgiyi kaldır ve önemli kıl */
  text-decoration: none;
}

/* Hover durumunda alt çizgi olmadan kalınlaştır */
.card-body a:hover {
  font-weight: bold !important; /* Yazıyı kalın yap */
  text-decoration: none !important; /* Alt çizgiyi kaldır */
}
.card-title {
  text-decoration: none !important;
  font-weight: 600;
  font-size: 18px;
  color: #3f5277;
}


/* Carousel navigation arrows */
.flickity-button {
  margin-top: -50px;
  background-color: rgba(0, 0, 0, 0.5);
}

.flickity-button-icon {
  fill: white;
}

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

/* 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;
  z-index: 100;
  margin-top: -60px;
  margin-left: -25px;
}

.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;
    /* 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 {
    padding: 0;
    margin: 0;
    text-align: left;
    /* Liste öğelerini hizalama */
    position: absolute;
    top: 20%;
    /* Yukarıdan boşluk bırak */
    right: 25%;
  }
  
  .fullscreen-menu ul li {
    display: block;
    margin-bottom: 10px; /* Alt boşluğu azalt */
  }
  
  .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;
    padding-top: 5px; /* Üstten boşluk */
    padding-bottom: 5px; /* Alttan boşluk */
    font-weight: 600;
  }
  
  .fullscreen-menu ul li a:hover {
    font-weight: 800;
  }
  
  /* 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 */
  }
  
  #retail-dropdown, #hospitality-dropdown {
    margin-bottom: 5px; /* Menülerin arasındaki boşluğu azalt */
  }
  
  #retail-dropdown-content, #hospitality-dropdown-content {
    padding: 0px; /* Dropdown içeriklerdeki boşlukları kaldır */
    margin: 0px; /* Dropdown içeriklerdeki boşlukları kaldır */
  }
  
  .dropdown-content {
    display: none; /* Başlangıçta gizli */
    flex-direction: column;
    max-height: 0; /* Başlangıçta yükseklik yok */
    overflow: hidden; /* Taşan içeriği gizler */
    transition: max-height 0.3s ease-out; /* Geçiş animasyonu */
  }
  .dropdown-content.show {
    display:contents;
    max-height: 500px; /* Yüksekliği artırdık, üçüncü item görünür olacak */
    overflow: hidden; /* Taşma olduğunda gizler */
    transition: max-height 0.3s ease-out; /* Geçiş animasyonu */
  }
  
  .dropdown-content a {
    font-size: 20px;
    padding-left: 20px;
    padding-top: 5px; /* Linklerin yukarı boşluğunu azalt */
    padding-bottom: 5px; /* Linklerin aşağı boşluğunu azalt */
    margin-bottom: 0px; /* Alt boşluk bırakma */
  
  }
  
  /* Active Dropdown */
  .dropdown.active .dropdown-content {
    display: flex;
  }
  
  /* Adjust spacing */
  
  /* Adjust label spacing */
  .fullscreen-menu ul li .dropbtn {
    margin-bottom: 5px;
  }


  .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;
  }  
.services-t{
  letter-spacing: 0.6px;
  font-size: 19px;
}
.services-font{
  margin-top: -50px;
}
.services-p{
  margin-top: 25px; 
  margin-bottom: 25px; 
  font-size: 22px;
   font-weight: 500;
}
.path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  fill-opacity: 0; /* Başlangıçta dolgu rengini gizliyoruz */
  animation: draw 1s ease-out forwards, fill 1s 1s ease-out forwards; /* Çizim ve dolma animasyonları */
  z-index: -1000;
}
#logo-loader {
  position: fixed;
  top: 80%;
  left: 63%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: opacity 1s ease, transform 1s ease;
  z-index: -1000;
  width: 200px;
  height: auto;
}
.mobile-view.what-we-do .custom-row {
  margin-bottom: 30px;
}

.mobile-view.what-we-do .custom-h5 {
  margin-top: 15px;
}

.mobile-view.what-we-do .custom-svg {
  margin-bottom: 15px;
}


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

.logo-line {
  width: 5px; /* The width of the vertical line */
  height: 70px; /* Height should match the logo */
  background-color: white; /* Line color */
  margin: 0 15px; /* Adds space between the logo and the text */
}

.c-store-text {
  padding-top: 30px;
  color: white; /* Text color */
  font-weight: 500;
  font-size: 35px; /* Font size for the text */
  font-family: 'Montserrat', sans-serif; /* Consistent font */
}
.full-screen-image {
  height: calc(100vh - 130px);
  width: 100vw;
  object-fit: cover;
  /*cover  */
  position: relative;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 40px;
}
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 15px;
  background-position: center;
  background-repeat: repeat;
  height: 100vh;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: -4;
  touch-action: pan-y;
}

.img-hover-zoom {
  position: relative;

}

.img-hover-zoom img {
  transition: transform 0.5s ease;
  border-radius: 40px;
}

.img-hover-zoom:hover img {
  transform: scale(1.1);
}
.gallery-texts{
  text-align: left;
}

.overlay-left,
.overlay-right {
  position: absolute;
  top: -8px;
  right: -10px;
  width: 101%;
  height: 103%;
  border-radius: 40px;
  background-color: rgba(0, 0, 0, 0); /* İlk durumda saydam */
  transition: background-color 0.5s ease, left 0.5s ease, right 0.5s ease;
  display: flex;
  align-items: center; /* İçerikleri dikey olarak ortalar */
  justify-content: center; /* İçerikleri yatay olarak ortalar */
  z-index: 5;
  pointer-events: none; /* Etkileşim resme yönlendirilir */
}

.overlay-left {
  left: -100%; /* Sol overlay başlangıçta dışarıda */
}

.overlay-right {
  right: -100%; /* Sağ overlay başlangıçta dışarıda */
}

/* Yalnızca resim üzerine gelindiğinde overlay'leri göster */
.img-hover-zoom:hover .overlay-left {
  left: 0;
  background-color: rgba(33, 33, 33, 1); /* Siyah arka plana geçiş */
}

.img-hover-zoom:hover .overlay-right {
  right: 0;
  background-color: rgba(33, 33, 33, 1); /* Siyah arka plana geçiş */
}

.overlay-left ul,
.overlay-right ul {
  color: white;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; /* Ortala */
  font-size: x-large;
}

.overlay-left li,
.overlay-right li {
  margin: 5px 0;
  display: flex;
  align-items: center;
  flex-direction: column; /* Alt alta hizalama */
}

.NumberSvg {
  height: 30px;
  margin-bottom: 10px; /* Alt alta hizalama için boşluk */
}

/* Optional: Change color on hover */
.btn-custom:hover {
  background-color: #2a2a2a;
  /* Darker shade for hover effect */
  border-color: #2a2a2a;
  overflow-x: hidden;
  color: #ffffff;
}

/* HTML için temel font boyutunu ayarlar */
html {
  font-size: 14px;
  position: relative;
  min-height: 100%;
  margin: 0 -14px 0 0;
  padding: 0;
  z-index: -4;
}

/* Bağlantılar için genel stil */
a {
  text-decoration: none;
}

/* Altı çizili olmayan bağlantılar için stil */
a.no-underline {
  text-decoration: none;
}

/* Üstte bulunan logo sınıfı */
.logo-background {
  position: fixed;
  top: 40px;
  left: 50px;
  display: block;
  z-index: 10;
  transition: all 250ms linear;
}

.logo-background img {
  height: 50px;
  width: auto;
  display: block;
}

.logo {
  position: fixed;
  top: 30px;/* Adjusts the space above the logo */
  left: 20px; /* Adjusts the space from the left edge */
  z-index: 100002; /* Ensures it stays on top */
  display: flex; /* Allows items to be aligned in a row */
  align-items: center; /* Vertically centers the logo and text */
  height: 60px; /* Adjust as needed to fit your design */
}

.logo-img {
  height: 95px;
  height: auto; /* Maintains the aspect ratio */
}
  
  .logo img {
    height: 95px;
    width: auto;
    display: block;
  }



/* Mobil için medya sorgusu (genellikle 480px'e kadar olan ekranlar için) */
@media screen and (max-width: 480px) {
  .menu-icon:checked + label,
  .menu-icon:not(:checked) + label {
    top: 40px;
    /* Menü butonunun konumunu ayarla */
    right: 35px;
  }

  .nav ul {
    right: 0;
    /* Sağdan boşluk bırakmaz */
    left: 0;
    /* Soldan boşluk bırakmaz */

    padding-right: 0;
    /* Sağ padding'i sıfırla */

    margin: 15px 20px;
    /* 'margin' değerini artır */
  }

  .nav {
    right: -100vw;
    /* Ekranın dışında başlar */
    width: 100vw;
    /* Tam ekran genişliği */
    height: 100vh;
    /* Tam ekran yüksekliği */
    transition: right 0.5s ease;
  }

  .menu-icon:checked ~ .nav {
    right: 0;
    /* Menüyü ekrana getir */
  }

  .nav ul li a {
    font-size: 4vh;
    /* Linklerin font boyutunu ayarla */
    text-align: center;
    /* Link metinlerini ortalar */
    width: 100%;
    margin: 15px 20px;
    /* 'margin' değerini artır */
  }

}

@keyframes textEnter {
  0% {
    transform: translateX(-100%);
    /* Sağdan sola kayma */
    opacity: 0;
  }

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

@keyframes textExit {
  0% {
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    transform: translateX(100%);
    /* Soldan sağa kayma */
    opacity: 0;
  }
}

.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;
  /* Yazıyı kalın yap */

  /* İsterseniz, bu yazı için diğer stil özelliklerini de burada tanımlayabilirsiniz */
}
.alt-yazi {
  font-size: 2.7rem;
}
.ek-yazi{
  color: transparent;
}


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

  background: rgba(
    0,
    0,
    0,
    0.5
  ); /* Arka plan rengini siyah yap ve %50 şeffaflık ver */
  border-radius: 15px; /* Köşeleri yuvarlat */
  padding: 20px 120px; /* İçeriği çevreleyen boşluğu artırdık */
  max-width: 100%; /* Metin kutusunun maksimum genişliği */
  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.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% );



  /* Custom shape with skew and rounded corners */

}

@keyframes slideFromLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }

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

.carousel-text-fetured {
  position: absolute;
  bottom: 5vw;
  left: 60vw;
  color: white;
  font-size: 3vw;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  z-index: 6;
  opacity: 0;
  /* Başlangıçta görünmez */
  /* Animasyon özellikleri burada başlatılmayacak, JavaScript ile kontrol edilecek */
}

.carousel-text-wwd {
  position: absolute;
  bottom: 5vw;
  left: 30vw;
  color: white;
  font-size: 3vw;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  z-index: 6;
  opacity: 0;
  /* Başlangıçta görünmez */
  /* Animasyon özellikleri burada başlatılmayacak, JavaScript ile kontrol edilecek */
}

.news-h1 {
  font-weight: 900;
  font-size: 100px;
}
.carousel-text-costum {
  position: absolute;
  bottom: 3vw;
  /* veya başka bir değer */
  left: 5vw;
  /* veya başka bir değer */
  color: white;
  font-size: 2vw;
  /* veya başka bir değer */
  font-weight: bold;
  /* animation: fadeInOut 5s ease-in-out infinite; */
  /* transition: transform 0.3s ease; */
  line-height: 1.2;
  /* Satır yüksekliği, metni daha da birbirine yaklaştırır */
  text-align: left;
  /* Animasyon süresi ve tipi */
  z-index: 6;
}

.carousel-inner {
  position: relative;
  width: 100%;
  height: auto;
  padding-right: 2px;
}

/* what we do kısmı*/

.MainTitle_Dark {
  font-size: 30px;
  font-weight: bold;
  color: #464749;
  text-transform: uppercase;
  margin-top: -30px;
  text-align: center;
}

.MainTitle_Dark_index {
  font-size: 70px;
  font-weight: bold;
  color: #464749;

  text-transform: uppercase;
  margin-top: -40px;
  margin-left: -25px;
}

.img-hover-zoom {
  position: relative;
}

.img-hover-zoom img {
  width: 100%;
  transition: transform 0.5s ease;
  /* Görüntüyü ölçeklendirme orijinal boyutunda başlar */
  transform: scale(1);
  transform-origin: center center;
  /* Başlangıçta resmi biraz küçült */
  overflow: hidden;
}

.img-hover-zoom:hover img {
  transform: scale(1.03);
  overflow: hidden;
}

.supply-container:hover .supply-title-line {
  width: 100%;
}

.supply-title-line-container {
  width: 100%;
  height: 4px;
  background: #fff;
  margin-top: 5px;
  position: relative;
}

.supply-title-line {
  display: block;
  width: 0;
  height: 100%;
  background: #3f5277;
  position: absolute;
  top: 0;
  right: 0;
  transition: width 0.5s ease;
}

.supply-container:hover .supply-paragraph {
  transition: font-weight 0.3s ease;
}

.supply-paragraph {
  transition: font-weight 0.3s ease;
  font-weight: bold;
  text-align: left;
}

/* 
.design-container:hover .design-title-line,
.design-container:hover .design-paragraph,
.img-hover-zoom:hover~.design-container .design-title-line,
.img-hover-zoom:hover~.design-container .design-paragraph,
.build-container:hover .build-title-line,
.build-container:hover .build-paragraph,
.img-hover-zoom:hover~.build-container .build-title-line,
.img-hover-zoom:hover~.build-container .build-paragraph {
  width: 100%;

}

.design-title-line,
.build-title-line {
  width: 0;
  height: 4px;

  background: #3f5277;

  position: absolute;
  top: 0;
  left: 0;
  transition: width 0.5s ease;
}

.design-title-line-container,
.build-title-line-container {
  width: 100%;

  height: 4px;

  background: #fff;

  margin-top: 5px;

  position: relative;
}

.design-paragraph,
.build-paragraph {
  transition: font-weight 0.3s ease;

} */

.featured-projects-container {
  position: relative;
  /* Pozisyonlandırma için relative tanımlıyoruz */
  width: 100%;
  /* Konteynerin genişliğini tam ekran yap */
  height: auto;
  /* Konteynerin yüksekliğini otomatik ayarla */
  overflow: hidden;
  /* Taşan kısımları gizle */
}

.featured-projects-title {
  position: absolute;
  /* Başlığı pozisyonlamak için absolute kullanıyoruz */
  bottom: 10px;
  /* Alt kısımdan 10px yukarıda */
  right: 0%;
  /* Sağ kısımdan %0 içeride */
  color: white;
  /* Yazı rengi beyaz */
  font-size: 100THpx;
  /* Yazı boyutu */
  padding: 5px 10px;
  /* İç boşluk */
  background-color: transparent;
  /* Arka planı şeffaf */
  animation: fadeIn 2s ease;
  /* Fade-in animasyonu */
  white-space: nowrap;
  /* Yazının satır atlamaması için */
}

/* Animasyon için keyframes */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.WhatWeDoAnimation div[name="zoomImage"] {
  overflow: hidden;
}

.WhatWeDoAnimation div[name="zoomImage"] img {
  transition: transform 0.5s ease;
}

.WhatWeDoAnimation:hover div[name="zoomImage"] img {
  transform: scale(1.2);
  /* Hover durumunda resmi büyütür */
}

.WhatWeDoAnimation:hover line[name="lineUnderText"] {
  opacity: 100;
  /* Metnin altındaki çizgiyi gösterir */
}

.SubTitle_Dark {
  font-size: 80px;
  font-weight: bold;
  color: #464749;
  text-transform: uppercase;
}

.SubTitle_White {
  font-size: 6vh;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
}

.Paragraph_Dark {
  color: #464749;
  font-weight: 400;

  /* Koyu renk tema için metin rengi */
}

.Paragraph_Dark_retail {
  color: #464749;
  margin-left: -25px;
  font-size: 15px;
}

.Paragraph_White {
  color: white;
  font-size: 14px;

  /* Koyu renk tema için metin rengi */
}

/*retail ve hospitality*/
.rotate-icon {
  transition: transform 0.3s ease;
}

a:hover .rotate-icon {
  filter: brightness(80%);
}

.logos {
  margin-left: -35px;
  margin-top: -25px;
}

.logos_hosp {
  margin-left: -35px;
  margin-top: 10px;
}

/* retail ve hospitality yazısı için efekt   */
/* Linklerin üzerine gelindiğinde içerdiği tüm metinleri ve başlıkları kalınlaştırıyoruz */

a.myCustomLink:hover {
  color: currentColor;
}

/* featurd projects*/
.MainTitle_Light {
  font-size: 70px;
  /* Font boyutu */
  font-weight: bold;
  /* Font kalınlığı */
  color: white;
  /* Yazı rengi */
  text-transform: uppercase;
  /* Tüm harfleri büyük yapar */
}

.full-width-image {
  position: relative;
  text-align: right;
}

.full-width-image .featured-text {
  position: absolute;
  bottom: 10px;
  /* Adjust as needed */
  right: 10px;
  /* Adjust as needed */
  color: white;
  /* Or any color you prefer */
  font-size: 24px;
  /* Adjust as needed */
  background-color: rgba(0, 0, 0, 0.5);
  /* Optional: for better readability */
  padding: 5px;
  /* Optional: for better readability */
}

.full-width-image img {
  width: 100%;
  height: auto;
}
.carousel-item img {
  border-radius: 30px; /* Tam dairesel köşeler için */

  height: 100vh;
  width: 100vw;

}

/* galeride bulunan fotoğraflar için*/
.carousel-indicators {
  list-style: none;
  filter: invert(100%);
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  /* Yuvarlak şekil */
  background-color: #fff;
  margin: 0 5px;
  border-radius: 50%;
  /* Make them circles */
  cursor: pointer;
}

.carousel-indicators li.active {
  background-color: #007bff;
  /* Aktif gösterge rengi */
}

/*Geneller*/
.carousel-caption h5 {
  font-size: 1rem;
  color: white;
  transition: font-size 0.5s ease, color 0.5s ease;
}

.carousel-caption h5.scrolled {
  font-size: 10rem;
  color: black;
}

.col-4 h5 {
  margin-top: 20px;
  /* Yazıyı 10 piksel aşağıya kaydırır, istediğiniz değeri ayarlayabilirsiniz */
}

/* Webkit tarayıcılar için (Chrome, Safari, yeni Edge) */
::-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 */
}

/* Kaydırma animasyonu için keyframes */
.DoSlid {
  animation-name: slide;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes slide {
  from {
    left: 100vw;
  }

  to {
    left: 0vw;
  }
}

/* Fade out animasyonu için keyframes */
.DoFade {
  animation-name: fadeOut;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

/* Mevcut stilleriniz burada yer alacak */



/*what we do css kısmı*/

a:hover {
  color: currentColor;
}

body {
  font-family: "Montserrat", sans-serif;
  touch-action: pan-y;
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
  .navbar-top-stripe {
    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;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 160px;
    z-index: 101;
    max-width: 1440px;
    z-index: 10002; /* Diğer içeriklerin üzerinde kalmasını sağlamak için yüksek bir z-index */
    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%); 
  }
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  touch-action: pan-y;
}

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

.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.OverlayMenu {
  /* (A1) COVER ENTIRE SCREEN */
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 100vw;
  z-index: 999000000000000000000;
  background: #464749;
}

.DoSlid {
  animation-name: slide;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes slide {
  from {
    left: 100vw;
  }

  to {
    left: 0vw;
  }
}

.DoFade {
  animation-name: fadeOut;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

a {
  text-decoration: none;
}

a.no-underline {
  text-decoration: none;
}

.MainTitle_Light {
  font-size: 40px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
}

.MainTitle_Mobile_Dark {
  font-size: 10vw;
  font-weight: bold;
  color: #464749;
  text-transform: uppercase;
}

.MainTitle_Mobile_Light {
  font-size: 10vw;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
}

.SubTitle_Ligth {
  font-size: 4vw;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
}

/* .SubTitle_Dark {
  font-size: 40px;
  font-weight: bold;
  color: #464749;
  text-transform: uppercase;
} */

.Paragraph_Light {
  color: white;
}

/*
    --------------------------------------------------------------------------
    round carasoul indicators
    --------------------------------------------------------------------------
*/

.MIIII {
  opacity: 0;
  /* initial state */
  transition: opacity 2s ease-in-out;
  /* transition settings */
}



/*
    --------------------------------------------------------------------------
    --------------------------------------------------------------------------
*/

/*
    --------------------------------------------------------------------------
    --------------------------------------------------------------------------
*/

.Color-Dark {
  color: #464749;
}

.Color-Light {
  color: white;
}

/*
    --------------------------------------------------------------------------
    --------------------------------------------------------------------------
*/

.WhatWeDoAnimation:hover text[name="svgNumver"] {
  fill: black;
}

.WhatWeDoAnimation div[name="zoomImage"] {
  overflow: hidden;
}

.WhatWeDoAnimation div[name="zoomImage"] img {
  transition: transform 0.5s ease;
}

.WhatWeDoAnimation:hover div[name="zoomImage"] img {
  transform: scale(1.2);
}

.WhatWeDoAnimation:hover line[name="lineUnderText"] {
  opacity: 100;
}

/*
    --------------------------------------------------------------------------
    --------------------------------------------------------------------------
*/

/*------------------------------------------------------------------------------------*/

/*button {
    font-style: normal;
    font-weight: normal;
}*/

/*hide checkbox */
.toggle-checkbox {
  display: none;
}

/* Menu button */
.toggle-label {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  width: 30px;
  height: 30px;
  right: 40px;
}

.bar {
  background-color: #f3f5ea;
  height: 2px;
  margin: 8px 0;
  transition: all 1s;
}

/* Hide menu */
#menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: #3f5277;
  color: white;
  transition: right 0.5s ease-in-out;
  z-index: 1;
}

.phrase-container {
  position: absolute;
  width: 250px;
  height: 420px;
  top: 20%;
  right: 260px;
  overflow: hidden;
}

.phrase-container-Mobile {
  position: absolute;
  width: 250px;
  height: 420px;
  top: 20%;
  right: 60px;
  overflow: hidden;
}

/* Phrases displayed */
.phrase {
  position: absolute;
  opacity: 0;
  transition: all 0.5s ease-in-out, opacity 1s ease-in;
  font-size: xx-large;
  font-weight: bold;
}

/* Menu and phrase animations */
.toggle-checkbox:checked + .toggle-label + #menu {
  right: 0;
}

.toggle-checkbox:checked + .toggle-label .top,
.toggle-checkbox:checked + .toggle-label .middle,
.toggle-checkbox:checked + .toggle-label .bottom {
  transition-delay: 0.5s;
  /* Delay button transition until ... menu and phrases displayed */
}

.toggle-checkbox:checked + .toggle-label .top {
  transform: rotate(45deg);
  margin-top: 10px;
  margin-bottom: -10px;
}

.toggle-checkbox:checked + .toggle-label .middle {
  opacity: 0;
}

.toggle-checkbox:checked + .toggle-label .bottom {
  transform: rotate(-45deg);
  margin-top: -10px;
  margin-bottom: 10px;
}

/* Center category buttons */
.categories {
  text-align: center;
  margin-top: 30px;
}

/* Style category*/
.category {
  text-decoration: none;
  background: none;
  border: none;
  /*padding: 10px;*/
  cursor: pointer;
  /*font-size: 16px;*/
  color: #3f5277;
  position: relative;
  margin-bottom: 10px;
  margin-left: 10%;
  margin-right: 10%;
}

/* Style sub-category*/
.sub-category {
  text-decoration: none;
  background: none;
  border: none;
  /*padding: 10px;*/
  padding-bottom: 10px;
  cursor: pointer;
  /*font-size: 16px;*/
  color: #3f5277;
  position: relative;
  margin-left: 2%;
  margin-right: 2%;
  display: inline-flex;
}

/* Hide sub-categories ((default)) */
.sub-categories {
  display: none;
  margin-top: 30px;
}

/*selected category & sub-category */
.category.selected::after,
.sub-category.selected::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  /* Position line below text */
  width: 100%;
  height: 2px;
  /* Line thickness */
  background: #3f5277;
}

/* Initial state of hover animation line */
.category::before,
.sub-category::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 0;
  height: 2px;
  background: #3f5277;
  transition: all 0.8s ease-in-out;
}

/* Final state of hover animation line */
.category:hover::before,
.sub-category:hover::before {
  width: 100%;
  left: 0;
}






.content {
  margin-top: 100vh;
  /* Fotoğrafın altında içerik başlar */
}

.col-md-6 {
  font-weight: bold;
  /* Paragraf için kalın yazı */
}

.text-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-top: 30px;

  /* Veya istediğiniz piksel değerini kullanın */
}

@keyframes lineGrow {
  from {
    width: 0;
  }

  to {
    width: 160px;
    /* Çizginin tam uzunluğu */
  }
}

line[name="lineUnderText"] {
  width: 0;
  opacity: 1;
  transition: width 0.5s ease;
}

.WhatWeDoAnimation:hover line[name="lineUnderText"] {
  animation: lineGrow 0.5s forwards;
}

.WhatWeDoAnimation p {
  font-weight: normal;
  /* Normal font ağırlığı */
  transition: font-weight 0.3s ease;
  /* Yumuşak geçiş efekti */
}

.WhatWeDoAnimation:hover p {
  font-weight: bold;
  /* Fare üzerine gelindiğinde kalınlaşacak */
}

.WhatWeDoAnimation ul li {
  font-weight: normal;
  /* Normal font ağırlığı */
  transition: font-weight 0.3s ease;
  /* Yumuşak geçiş efekti */
}

.WhatWeDoAnimation:hover ul li {
  font-weight: bold;
  /* Fare üzerine gelindiğinde kalınlaşacak */
}

.build-icon {
  position: relative;
  top: -30px;
  /* İkonu yukarıya doğru ne kadar taşımak istediğinize bağlı */
}

.active-indicator {
  height: 3px;
  /* Çizginin kalınlığı */
  width: 80%;
  /* Çizginin genişliği, % olarak ayarlanabilir */
  background-color: #464749;
  /* Çizginin rengi */
  margin: 0 auto;
  /* Merkezde hizalamak için */
}

.Design-icon {
  position: relative;
  top: -20px;
  /* İkonu yukarıya doğru ne kadar taşımak istediğinize bağlı */
}

.Supply-icon {
  position: relative;
  top: -20px;
  /* İkonu yukarıya doğru ne kadar taşımak istediğinize bağlı */
}

.grey-container {
  background-color: #3f5277;
  padding: 20px;
  color: white;
  /* Metin rengi siyah */
  margin-right: -50px;
  /* Sağa doğru yanaşması için */
  margin-top: 50px;
  /* Üstten boşluk */
  margin-bottom: 50px;
  /* Altan boşluk */
  position: relative;
  /* Pozisyonu göreli yap */
  z-index: 6;
  /* Z-index ile üste çıkar */
  height: calc(100% - 100px);
  /* Toplam yükseklikten üst ve alt margınlar çıkarılır */
}

/* Fotoğrafı içeren div için ek stil */
.image-container {
  position: relative;
  /* Pozisyon referansı */
}

.section {
  margin-bottom: 50px;
  /* Her bölümün altında 50px boşluk */
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}

.img-hover-zoom h5 {
  margin-top: 50px;
  /* Yazıların üst boşluğunu ayarla */
  /* Diğer özellikler eğer varsa */
  overflow: hidden;
}

.col-md-6 p {
  margin-top: 50px;
  /* Yazıların üst boşluğunu ayarla */
}

.col-md-4 h1 {
  margin-top: 20px;
}

.img-fluid-costum {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  /* Resmin boyutlarını koruyarak tamamen kaplamasını sağlar. */
}

/* for what we do  */
.whatwedosize {
  font-size: 100px;
  font-weight: 100000;

  /* Koyu renk tema için yazı rengi */
  text-transform: uppercase;
  margin-top: 50px;
  line-height: 0.8;
}

.whatwedoparag {
  font-size: 18px;
  color: #3f5277;
  margin-left: 100px;
  margin-top: -30px !important;
}

/* Altı çizili olmayan bağlantılar için stil */
.no-underline {
  text-decoration: none;
}

.container-costum {
  top: -55px;
  position: relative;
  height: 85vh;
  overflow: hidden;
  z-index: 2;
  margin: auto; 
  max-width: 1420px; 
  padding-left: 10px;
}
.container-costum img{
  height: 750px;
  width: auto;
  object-fit: cover;
}
.container-costum::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px; /* Gölgenin yüksekliği */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
  z-index: 1; /* Gölgeyi resmin üzerine yerleştirir */
}
.background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.floating-text {
  position: absolute;
  font-size: 4vw;
  /* Ekran genişliğine bağlı dinamik font boyutu */
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px;
}

.black-text {
  color: #464749;
  display: block;
  z-index: -1;

  bottom: 100px;
  left: 810px;
  /* Soldan 40px */
  font-weight: bold;
  /* Metni kalın yap */
  text-transform: uppercase;
  /* Tüm harfleri büyük yap */

  font-size: 140px;
  /* Metin boyutunu ayarla */
}

.white-text {
  color: white;
  transition: visibility 0.1s linear;
  z-index: 0;
  bottom: 100px;
  left: 810px;
  /* Soldan 40px */
  transform: translateY(-50%);
  /* Başlangıçta kaydırma olmadan */
  font-weight: bold;
  /* Metni kalın yap */
  text-transform: uppercase;
  /* Tüm harfleri büyük yap */
  font-size: 140px;
  /* Metin boyutunu ayarla */
}

.carousel-control-next-icon {
  background-image: url("./icons/right-arrow.png");
  /* Butonlar için özel ikon */
}

.carousel-control-prev-icon {
  background-image: url("./icons/left-arrow.png");
  /* Butonlar için özel ikon */
}

.carousel-control-next-icon-lux {
  background-image: url("./icons/right-arrow-lux.png");
  /* Butonlar için özel ikon */
}

.carousel-control-prev-icon-lux {
  background-image: url("./icons/left-arrow-lux.png");
  /* Butonlar için özel ikon */
}

.carousel-control-prev,
.carousel-control-next {
  /* Buton stilleri */
  color: transparent;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  font-size: 24px;
}

.carousel-control-prev-lux,
.carousel-control-next-lux {
  /* Buton stilleri */
  color: transparent;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  font-size: 24px;
}

.gray-background {
  background-color: #464749;
  /* Use the desired shade of gray */
  padding-right: 0;
  /* Remove right padding to extend to the edge */
  padding-left: 0;
}

.gray-background-wrapper {
  background-color: #464749;
  /* Gri arka plan rengi */
  padding: 15px;
  /* Kutunun içeriğinden biraz boşluk bırak */
  display: flex;
  /* İçerikleri yatay olarak hizala */
}
.hosp-fontsize {
  font-size: 75px;
}


.yazi-rengi {
  color: #fff;
}

.white-fade {
  transition: opacity 4s ease-out;
  /* Smooth transition for fading */
}

#mainTitleBlack {
  z-index: 1;
  color: #464749;
  transition: opacity 0.1s;
}

#mainTitleWhite {
  z-index: 3;
  color: white;
  transition: opacity 0.1s;
}

#whatWeDoSection .row {
  display: flex;
  align-items: center;
}

.lower-build-icon {
  margin-top: 60px;
  /* Üstten 20px boşluk */
}

.custom-container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 1400px) {
  .custom-container {
    max-width: 100%;
    /* Ekrandan daha küçükse, tam genişliğini kullan */
  }
}

.image-container-design {
  position: relative;
  width: 200px;
  height: 500px;
}

.outline-image,
.fill-image {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.5s ease;
}

.fill-image {
  opacity: 0;
}

.hover-trigger:hover .fill-image {
  opacity: 1;
}

.container-costum-wwd {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.image {
  width: 49%;
  height: 100%;
  object-fit: cover;
}

.carousel-costum {
  margin-left: 25%;
  margin-right: 25%;
}


.project-title{
  color: transparent;

}
.project-details .hidden-text {
  display: none; /* Başlangıçta gizli */
  font-size: 1.2rem;
  line-height: 1.6;
  color: #555; /* Daha hafif bir renk */
}
.project-info {
  text-align: center;
  margin-bottom: 20px;
  transition: opacity 0.5s ease;
}

.project-info h2 {
  font-size: 2rem; /* Font boyutunu büyüttük */
  font-weight: 700; /* Yazı kalınlığını artırdık */
  text-transform: uppercase;
  letter-spacing: 3px;
}

.project-info h1 {
  font-size: 4rem; /* Başlığın boyutunu büyüttük */
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px; /* Başlık altına boşluk ekledik */
}

.project-info p {
  font-size: 1.2rem;
  font-weight: normal;
  color: #666;
}
.project-details .toggle-text {
  display: inline-block;
  margin-top: 20px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.project-details .toggle-text i {
  margin-left: 5px;
  transition: transform 0.3s ease;
}

.project-details .toggle-text.open i {
  transform: rotate(180deg); /* Ok simgesini ters çevir */
}

/* Read More/Less İşlevselliği */
.project-details .toggle-text.open + .hidden-text {
  display: block; /* Read more tıklandığında metni göster */
}
.details-left, .details-right {
  font-size: 1.2rem;
}

.details-left p, .details-right p {
  margin: 0;
}

.details-right {
  text-align: right;
}

/* Project Carousel */
.carousel-inner img {
  width: 100%;
  height: auto;
  max-height: 60vh;
  object-fit: cover;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {

  border-radius: 50%;
  padding: 10px;
}

.carousel-indicators button {
  background-color: #666;
  border: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 4px;
}

.carousel-indicators .active {
  background-color: #3f5277;
}









.custom-gallery-img {
  width: 150px;
  cursor: pointer;
  margin: 10px;
}

.custom-carousel {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: white;
}

.custom-carousel-content {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.custom-carousel-content img {
  max-height: 100vh;
  min-height: 100vh;
  /* Maksimum yükseklik olarak ekranın %80'ini kullan */
  /* Resmi orantılı bir şekilde sığdır */
  width: auto;
  /* Genişliği otomatik ayarla */
  max-width: 100%;
  /* Maksimum genişlik olarak ekranın tamamını kullan */
}

.custom-carousel-thumbnails {
  position: absolute;
  bottom: 10px;

  left: 50%;
  transform: translateX(-50%);
  display: flex;
  z-index: 1000;
}

.custom-carousel-thumbnail {
  margin: 0 5px;
  cursor: pointer;
  border: 2px solid transparent;
}

.custom-carousel-thumbnail.selected {
  border-color: #ff0000;
}

.custom-close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: black;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1000;
}

.custom-close:hover,
.custom-close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.custom-prev,
.custom-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  padding: 16px;
  color: black;
  font-weight: bold;
  font-size: 30px;
  transition: 0.6s ease;
  user-select: none;
  background-color: transparent;
  z-index: 1000;
}

.custom-prev:hover,
.custom-next:hover {
  color: #555;
}

.custom-prev {
  left: 10px;
}

.custom-next {
  right: 10px;
}

.custom-carousel-description {
  position: absolute;
  bottom: 10px;
  left: 100px;
  transform: rotate(-90deg);
  transform-origin: left bottom;
  color: black;
  font-weight: bold;
  font-size: 30px;
  z-index: 1000;
}

.text-box {
  position: absolute;
  top: 60%;
  left: 900px;
  transform: translate(0%, -50%);
  width: 520px;
  height: 612px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.text-box-grey {
  color: #3f5277;
  position: absolute;
  top: 60%;
  left: 900px;
  transform: translate(0%, -50%);
  width: 520px;
  height: 612px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.svg-background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; /* SVG'yi arka planda tutar */
  object-fit: cover;
}

.text-content {
  position: relative;
  z-index: 1;
  color: white;
  padding: 20px;
  text-align: center;
  box-sizing: border-box;
  pointer-events: auto;
}
.text-content-grey {
  position: relative;
  z-index: 1;
  top: -50px;
  color: white;
  padding: 20px 30px;
  text-align: center;
  box-sizing: border-box;
  pointer-events: auto;

}

.design-logo {
  width: 420px !important;
  margin-left: 10px !important;
  margin-top: -150px;
}

.Paragraph {
  padding-left: 50px;
  padding-right: 55px;
  padding-bottom: 10px;
  margin-top: -30px;
}

/* .img-hover-zoom üzerine gelindiğinde .text-box gösterimi */
.img-hover-zoom:hover .text-box {
  right: 0;
  /* .img-hover-zoom'un içine girer */
}

.text-box-build {
  position: absolute;
  top: 50%;
  left: 910px;
  transform: translate(0%, -50%);
  width: 520px;
  height: 520px;
  transition: transform 0.5s ease, opacity 0.5s ease;
  z-index: 2;
  pointer-events: none;
}

.svg-background-build {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; /* SVG'yi arka planda tutar */
  object-fit: cover;
}

.text-content-build {
  position: relative;
  z-index: 1;
  color: white;
  font-weight: bolder;
  padding: 20px;
  text-align: center;
  box-sizing: border-box;
  pointer-events: auto;
}

.build-logo {
  width: 420px !important;
  margin-left: 10px !important;
  margin-top: -50px;
}

.Paragraph-b {
  padding-left: 50px;
  padding-right: 55px;
  padding-bottom: 10px;
  margin-top: -15px;
}

/* Fade-in ve fade-out animasyonları */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

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

.fadeInUp {
  animation-name: fadeInUp;
}

.text-box-supply {
  position: absolute;
  top: 0%;
  right: 95%;
  /* Sağda, dışarıda başlar */

  width: 525px;
  height: 525px;
  transition: transform 0.5s ease, opacity 0.5s ease;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.svg-background-supply {
  position: absolute;
  top: 0;
  left: 0;

  z-index: -1; /* SVG'yi arka planda tutar */
  object-fit: cover;
}

.text-content-supply {
  position: relative;
  z-index: 1;
  color: white;
  text-align: center;
  box-sizing: border-box;
  pointer-events: auto;
  padding: 20px 30px;
}

.supply-logo {
  width: 420px !important;
  margin-top: -70px;
}

.Paragraph-s {
  padding-left: 50px;
  padding-right: 40px;
  padding: -200px;
}
.photo-design {
  border-radius: 40px;

}
.photo-supply {
  border-radius: 40px;
}
.photo-build {
  border-radius: 40px;
}
.img-hover-zoom:hover .text-box-supply {
  transform: translateX(0);
  /* Sağdan sola doğru hareket eder ve ortalanır */
  opacity: 1;
  pointer-events: auto;
  /* .text-box üzerindeki fare etkileşimini etkinleştirir */
}

.img-hover-zoom:hover .text-box-supply {
  left: 50;
  /* .img-hover-zoom'un içine girer */
}

.main-content {
  padding-top: 90;
}

.container-fluid {
  padding-top: 130px;
}

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

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

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

.text-box-supply-wwd {
  position: absolute;
  top: 50%;
  right: -45%;
  /* Sağda, dışarıda başlar */
  transform: translate(-50%, -50%);
  width: 400px;
  height: 520px;
  transition: transform 0.5s ease, opacity 0.5s ease;
  background-color: #f7c973;
  color: white;
  padding: 20px;
  box-sizing: border-box;
  opacity: 1;
  pointer-events: none;
  /* .text-box üzerindeki fare etkileşimini devre dışı bırakır */
}

.text-box-wwd {
  position: absolute;
  top: 50%;
  left: 38%;
  /* Sağda, dışarıda başlar */
  transform: translate(-50%, -50%);
  width: 400px;
  height: 520px;
  transition: transform 0.5s ease, opacity 0.5s ease;
  background-color: #73cac1;
  color: white;
  padding: 20px;
  box-sizing: border-box;
  opacity: 1;
  pointer-events: none;
  /* .text-box üzerindeki fare etkileşimini devre dışı bırakır */
}

.text-box-build-wwd {
  position: absolute;
  margin-bottom: auto;
  left: 239%;
  /* Sağda, dışarıda başlar */
  transform: translate(-50%, -50%);
  width: 400px;
  height: 512px;
  transition: transform 0.5s ease, opacity 0.5s ease;
  background-color: #f15f5e;
  color: white;
  padding: 50px;
  box-sizing: border-box;
  opacity: 1;
  pointer-events: none;
  /* .text-box üzerindeki fare etkileşimini devre dışı bırakır */
}

.wwd-index {
  font-size: 100px;
  margin-top: -10px;
}

.paragraph-style {
  margin-top: 80px;
  margin-left: 80px;
  font-size: 18px;
}

.design_icon_design {
  width: 200px;
}

.icon-design {
  width: 150px;
  background-color: #73cac1;
}
.icons-hight{
  width: 150px;

}
.icon-supply {
  width: 150px;
  background-color: #f7c973;
}

.icon-build {
  width: 150px;
  background-color: #f15f5e;
}

.build-icon-son {
  position: relative;
  top: -30px;
}

.design-icon-son {
  position: relative;
  top: -30px;
}

.supply-icon-son {
  position: relative;
  top: -30px;
}

.d_icon_wwd {
  width: 300px;
  padding-left: 40px;
}

.s_icon_wwd {
  width: 300px;
  padding-right: 38px;
}

#mainTitleBlack,
#mainTitleWhite {
  font-size: 75px;
  margin-top: -150px;
  padding-right: 270px;
}

/* Masaüstü görünüm için */
.desktop-view {
  display: block;
}

.mobile-view {
  display: none;
}

.partner-logo {
  width: 50%;
  height: auto;
}

.social-icon {
  width: 50px;
  /* Sosyal medya ikonlarının genişliğini ayarlayın */
  height: auto;
  margin: 5px;
}

.border-start {
  border-left: 2px solid #ccc;
}

.border-end {
  border-right: 2px solid #ccc;
}

.larger-logo {
  width: 80%;
  /* Logo büyüklüğünü ayarlayın */
  height: auto;
}


.MainTitle_Dark-lux {
  font-size: 70px;
  font-weight: bold;
  color: #6d6555;

  text-transform: uppercase;
  margin-top: -130px !important;
  margin-left: -25px;
}

.Paragraph_lux {
  color: #6d6555;
  font-size: 14px;

  /* Koyu renk tema için metin rengi */
}

.full-width-image-lux {
  position: relative;
  width: 100vw;
  /* Genişlik tam ekran */
  height: 100vh;
  /* Yükseklik tam ekran */
  overflow: hidden;
  /* Görüntünün dışına çıkan kısımları gizler */
}

.full-width-image-lux img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* Genişliği %100 yaparak tam ekran kaplama */
  height: 100%;
  /* Yüksekliği %100 yaparak tam ekran kaplama */
  object-fit: cover;
  /* Görüntüyü kapsama sağlar */
  display: block;
}
.luxury-text-black {
  font-family: "KUNSTLER";
  font-size: 54px;
  /* Daha küçük boyut */
  color: #6d6555;
  margin-left: 20px;
  margin-top: 10px;
  display: inline-block;
  /* Inline-block kullanımı */
  vertical-align: middle;
  /* Dikey hizalama */
}

.carousel-text-fetured-lux {
  font-family: "KUNSTLER";
  position: absolute;
  bottom: 1vw;
  left: 30vw;
  font-size: 15vw;

  text-align: left;
  z-index: 6;
  opacity: 0;

  color: #e1d8c5;
  margin-left: 20px;
  margin-top: 10px;
  display: inline-block;
  /* Inline-block kullanımı */
  vertical-align: middle;
  /* Dikey hizalama */
}

.animated-lux {
  opacity: 0;
  transform: translateY(-20px);
}

.btn-dark {
  color: white;
  background-color: #3f5277;
}

.btn-dark-lux {
  color: white;
  background-color: #6d6555;
}

.logo-container {
  position: relative;
  text-align: center;
  margin-top: 10px;
}

.logo-container .powered-by {
  font-size: 18px;
  color: black;
  font-weight: 400;
}

.logo-container img {
  height: 150px;
  width: auto;
  display: block;
  margin: 0 auto;
}


  
  
  
  .bottom-font {
    font-weight: 400;
    display: block;
    padding: 5px;
    /* Touch hedefini büyütmek için padding ekleyin */
    margin-bottom: 3px;
    /* Hedefler arasında aralık bırakın */
  }


.border-top {
  border-top: 3px solid #3f5277;
}

.lux-photo-container {
  position: relative;
  width: 80%;
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
}

.lux-photo {
  overflow: hidden;
  width: 100%;
}

.lux-photo-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.lux-photo-item {
  min-width: 33.33%;
  box-sizing: border-box;
  padding: 20px;
  text-align: center;

}

.lux-photo-item img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 40px;
}

.lux-photo-btn {
  position: absolute;
  top: 50%;
  width: auto;
  height: auto;
  padding: 10px;
  font-size: 24px;
  color: #000;
  text-align: center;
  background: none;
  /* Arka planı kaldır */
  border: none;
  /* Kenarlıkları kaldır */
  cursor: pointer;
  transform: translateY(-50%);
  z-index: 2;
}

.lux-photo-btn:hover {
  background-color: transparent;
}

.prev-slide {
  left: -60px;
}

.next-slide {
  right: -60px;
}

.view-all-container {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
}

.view-all-btn {
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid #ccc;
  background-color: #6d6555;
  text-decoration: none;
  color: white;
  font-weight: 400;
}

.view-all-btn:hover {
  background-color: #e1d8c5;
  color: black;
  font-weight: 400;
}



.bottom-font {
  font-weight: 400;
  display: block;
  padding: 5px; /* Touch hedefini büyütmek için padding ekleyin */
  margin-bottom: 3px; /* Hedefler arasında aralık bırakın */


}

.gallery {
  background: white;
}

.gallery-cell {
  width: 33%;
  margin-right: 10px;
  background: white;
}





.baslik {
  margin-left: 250px;
  font-size: 50px;
  font-weight: 700;
  color: #3f5277;
}

/* Mobil cihazlar için medya sorgusu */
@media (max-width: 768px) {
  .baslik {
    margin-left: 0;
    font-size: 24px;
    text-align: center;
    padding: 10px 0;
  }
  main {
    padding: 15px;
  }

  .container {
    margin-top: 20px;
    padding: 10px;
  }

  .text-uppercase {
    margin-left: 0;
    font-size: 28px;
    text-align: center;
  }

  .gallery {
    margin: 0 auto;
    max-width: 100%;
  }

  .gallery-cell {
    width: 100%;
    margin-bottom: 20px;
  }

  .card {
    margin: 0 auto;
    max-width: 90%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }

  .card img {
    width: 100%;
    height: auto;
  }

  .card-title {
    font-size: 18px;
    text-align: center;
    padding: 10px;
  }
  #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;
  }
  .c-store-text {
display: none;
  }
  .logo-line {
display: none;
  }

  .carousel-text {
    position: absolute;
    top: 30%;
    left: 50%;
    color: white;
    font-size: 28px !important;
    font-weight: normal;

    line-height: 1.2;
    text-align: left;
    z-index: 6;
  }

  .text-box-size {
    font-weight: 400;
  }
  .news-h1 {
    font-size: 50px;
    text-align: center;
  }

  .news-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .news-image img {
    width: 100%;
    height: auto;
  }
  .img-hover-zoom img {
    transition: transform 0.5s ease;
    border-radius: 20px;
  }

  .news-caption {
    font-size: 3vw;
    text-align: center;
    margin-top: 10px;
  }

  .news-text {
    padding: 10px;
    font-size: 4vw;
    text-align: left;
  }

  .form-control {
    width: 100%;
    margin-bottom: 15px;
  }

  .btn {
    width: 100%;
  }

  .text-end {
    text-align: center !important;
  }

 
  .larger-logo {
    width: 50%;
  }

  .border-start,
  .border-end {
    border: none; /* Mobilde kenarlık kaldırma */
  }

  .partner-logo {
    width: 80%;
    height: auto;
  }

  .desktop-view {
    display: none !important;
  }
  .deneme {
    width: 500px;
    height: auto;
    overflow: visible;
    position: absolute;
    top: 20vh;
    left: 75vw;
    transform: translate(-50%, -50%);
    z-index: -1000;
  }

  .mobile-view {
    display: block !important;
  }

  .logo-background,
  .logo {
    top: 15px;
    left: 15px;
  }

  .logo-background img,
  .logo img {
    height: 80px;
  }

  .col-md-12 {
    text-align: center;
    /* Mobil cihazlarda içeriği ortala */
  }

  .mobile-spacing {
    margin-top: 100px;
  }

  .btn-custom {
    background-color: #3f5277;
    /* Button background color */
    color: #ffffff;
    /* Text color, assuming you want white text */
    border-color: #3f5277;
    /* Border color if needed */
  }

  .btn-custom:hover {
    background-color: #2a2a2a;
    /* Darker shade for hover effect */
    border-color: #2a2a2a;
    overflow-x: hidden;
    color: #ffffff;
  }

  #Only_T {
    display: none;
    /* Mobil cihazlarda resmi gizle */
  }

  .carousel-text {
    font-size: 3vw;
    /* Yazı boyutu */
    bottom: 5vw;
    /* Alt boşluk */
    left: 5vw;
    /* Sol boşluk */
    line-height: 1.2;
    /* Satır yüksekliği, metni daha da birbirine yaklaştırır */
    text-align: left;
    /* Tüm metni sola hizalar */
  }

  .carousel-item {
    width: 100vw;
    /* Genişlik tam ekran genişliği */
    height: 100vh;
    /* Yükseklik tam ekran yüksekliği */
  }

  .carousel-item img {
    width: 100%;
    height: 100vh;
    /* Yükseklik tam ekran yüksekliği */
    object-fit: cover;
    /* Resmi orantılı olarak sığdır */
  }

  /* Tüm container'lar için genel stil */
  .design-container,
  .supply-container,
  .build-container {
    width: 100%;
    /* Genişliği %100 yap */
    margin-bottom: 20px;
    /* Altta boşluk bırak */
    text-align: center;
    /* İçeriği ortala */
    order: 2;
    /* Yazı ve logo sınıflarını resmin altına getir */
  }

  /* Çizgi stillerini ayarla */
  .design-title-line-container,
  .supply-title-line-container,
  .build-title-line-container {
    margin: 10px auto;
    /* Üst ve alt boşluk, otomatik yan boşluk */
    display: block;
    /* Blok seviyesinde gösterim */
    width: 50%;
    /* Çizgi genişliğini %50 yap */
  }

  /* Mobil cihazlarda yazı boyutunu ayarla */
  .design-paragraph,
  .supply-paragraph,
  .build-paragraph {
    font-size: 14px;
    /* Yazı boyutunu küçült */
  }

  /* Logo, çizgi ve yazı için ekstra stil ayarlamaları */
  .design-container img,
  .supply-container img,
  .build-container img,
  .design-title-line,
  .supply-title-line,
  .build-title-line,
  .design-paragraph,
  .supply-paragraph,
  .build-paragraph {
    margin-left: auto;
    /* Sol boşluğu otomatik yap */
    margin-right: auto;
    /* Sağ boşluğu otomatik yap */
    display: block;
    /* Blok seviyesinde gösterim */
  }

  .supply-container .col-md-12 {
    text-align: center;
    /* İçeriği ortala */
    display: flex;
    /* Flexbox kullan */
    flex-direction: column;
    /* Öğeleri dikey sırala */
    align-items: center;
    /* Yatayda ortala */
  }

  .supply-container img {
    width: 120px;
    /* Logonun genişliğini ayarla */
    margin-bottom: 10px;
    /* Logonun altında boşluk bırak */
  }

  .supply-container .SubTitle_Dark,
  .supply-container .Paragraph_Dark {
    margin: 0;
    /* Üst ve alt marjları sıfırla */
  }

  .supply-title-line-container {
    width: 50%;
    /* Çizgi genişliğini %50 yap */
    margin-top: 10px;
    /* Çizgi üstündeki boşluğu ayarla */
    margin-bottom: 10px;
    /* Çizgi altındaki boşluğu ayarla */
  }

  .col-md-6 {
    width: 100%;
    /* Genişliği %100 yap */
    margin-bottom: 20px;
    /* Altta boşluk bırak */
  }

  .col-md-3 {
    width: 100%;
    /* Logonun genişliğini %100 yap */
    margin-bottom: 5px;
    /* Logonun altında az boşluk bırak */
  }

  .col-md-9 {
    width: 100%;
    /* Metnin genişliğini %100 yap */
  }

  .rotate-icon {
    max-width: 50px;
    /* Logonun maksimum genişliğini küçült */
    margin: auto;
    /* Logoyu merkezle */
    display: block;
    /* Logoyu blok seviyesinde göster */
  }

  .MainTitle_Light {
    font-size: 10px;
    /* Örneğin 14px */
  }

  .carousel-costum {
    width: 100vw;
    /* Ekranın tam genişliği */
    margin-left: calc(-50vw + 50%);
    /* Merkeze yerleştir */
    overflow-x: hidden;
    /* Yatay taşmayı engelle */
  }

  .carousel-costum .slides {
    width: 100%;
    /* Slide'ların genişliğini ayarla */
  }

  .carousel-costum .slide-image img {
    width: 100%;
    /* Resimlerin genişliğini sınırla */
    height: auto;
    /* Resimlerin orijinal yüksekliğini koru */
  }

  /* text-box, text-box-supply, text-box-build mobil için düzenleme */

  .text-box {
    position: static !important;
    width: 100% !important;
    height: auto !important;

    padding: 15px !important;
    box-sizing: border-box !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%) !important;
    border-radius: 15px !important;
    text-align: center;
    /* Metin hizalaması */
    display: block !important;
    visibility: visible !important;
    top: 47%;
    left: 900px;
    background-color: #73cac1;
    color: white;
    padding: 20px;
    pointer-events: none;
    /* .text-box üzerindeki fare etkileşimini devre dışı bırakır */
    z-index: 2;
  }

  
  .text-box-grey {
    position: static !important;
    width: 100% !important;
    height: auto !important;

    padding: 15px !important;
    box-sizing: border-box !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%) !important;
    border-radius: 15px !important;
    text-align: center;
    /* Metin hizalaması */
    display: block !important;
    visibility: visible !important;
    top: 47%;
    left: 900px;
    background-color: #3f5277;
    color: white;
    padding: 20px;
    pointer-events: none;
    /* .text-box üzerindeki fare etkileşimini devre dışı bırakır */
    z-index: 2;
  }
  .text-box-supply {
    position: static !important;
    width: 100% !important;
    height: auto !important;

    padding: 15px !important;
    box-sizing: border-box !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%) !important;
    border-radius: 15px !important;
    text-align: center;
    /* Metin hizalaması */
    display: block !important;
    visibility: visible !important;
    background-color: #f7c973;
    color: white;

    top: 0%;
    right: 98%;
    transition: transform 0.5s ease, opacity 0.5s ease;

    padding: 20px;

    opacity: 1;
    pointer-events: none;
  }
  .text-box-build {
    position: static !important;
    width: 100% !important;
    height: auto !important;

    padding: 15px !important;
    box-sizing: border-box !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%) !important;
    border-radius: 15px !important;
    text-align: center;
    /* Metin hizalaması */
    display: block !important;
    visibility: visible !important;

    top: 50%;
    left: 910px;

    transition: transform 0.5s ease, opacity 0.5s ease;
    background-color: #f15f5e; /* Renk logonun temasına göre ayarlanmış */
    color: white;
    padding: 20px;

    opacity: 1;
    pointer-events: none; /* .text-box üzerindeki fare etkileşimini devre dışı bırakır */
    z-index: 2;
  }
  .img-hover-zoom {
    width: 100%;
  }

  .img-hover-zoom img {
    width: 100%;
    height: auto;
  }

  .wwd-index {
    font-size: 50px;
    margin-top: -30px;
  }

  .logos,
  .logos_hosp {
    margin: 5px auto;
    /* Üst ve alt marjin 10px, sağ ve sol otomatik (orta) */
    display: block;
    /* Elementi blok seviyesinde yapar */
  }

  .MainTitle_Dark_index,
  .Paragraph_Dark_retail,
  .col-md-6 a,
  .col-md-9,
  .col-md-3 {
    text-align: center;
    /* Metinleri ortalar */
    margin-left: auto;
    margin-right: auto;
    margin: 5px auto;
  }

  .MainTitle_Dark_index {
    font-size: 50px;
    /* Mobil cihazlar için başlık boyutu */
    margin-top: 10px;
  }
  .custom-paragraph-h {
    text-align: left;
    padding-right: 0; /* Sağdaki boşluğu sıfırla */
    margin-left: -180px; /* Soldaki boşluğu sıfırla */
    padding-left: 10px; /* Soldan biraz boşluk bırak */
  }
  .Paragraph_Dark_retail {
    font-size: 14px;
    /* Mobil cihazlar için paragraf boyutu */
    margin: 10px 0;
  }

  .MainTitle_Dark {
    /* Mobil cihazlar için başlık boyutu */
    margin-top: 30px;
    display: inline-block; /* Satır içi blok olarak göster */
    white-space: nowrap; /* Satır sonlarını engelle */
    margin: 0 auto; /* Otomatik margin ile ortala */
    padding-left: 30px;
    font-size: 24px;
    text-align: center; /* Ortala */
  }

  #mainTitleBlack,
  #mainTitleWhite {
    font-size: 40px;
    /* Mobil cihazlar için büyük başlık boyutu */
    margin-top: -210px;
  }

  .custom-container .row .col-md-6 {
    margin-top: 20px;
  }

  .custom-container .row .col-md-6 p {
    font-size: 14px;
    /* Mobil cihazlar için paragraf boyutu */
    margin-top: 0;
  }

  .paragraph-style {
    margin-top: 80px;
    margin-left: 0px;
    font-size: 18px;
  }

  .design_icon_design {
    width: 130px;
    /* Logo boyutunu 100px olarak ayarla */
    float: right;
    /* Logoyu sağa yasla */
  }

  .image-container-design {
    display: none;
    /* Mobil cihazlarda bu div'i gizle */
  }

  .icon-design,
  .icon-supply,
  .icon-build {
    width: 100px;
    /* Mobil cihazlarda ikon genişliğini küçült */
    margin: 0 auto;
    /* Merkezleme */
  }

  .row.justify-content-center > div {
    flex: 0 0 auto;
    /* Yan yana dizilme için */
  }

  .ozel-sayfa #mainTitleWhite {
    display: none;
    /* Bu ID'ye sahip h1'i sadece özel sayfada ve mobil cihazlarda gizle */
  }

  .text-box-wwd,
  .text-box-supply-wwd,
  .text-box-build-wwd {
    position: static;
    /* Mobil cihazlarda kutuları normal akışa alır */
    width: 100%;
    /* Genişliği ebeveynine göre ayarlar */
    height: 320px;
    /* Yüksekliği içeriğe göre ayarlar */
    margin-top: 20px;
    /* Fotoğraftan sonra bir boşluk bırakır */
    padding: 15px;
    /* İç padding'i ayarlar */
    box-sizing: border-box;
    opacity: 1;
    pointer-events: auto;
    /* Etkileşime izin verir */
    transform: none;
    /* Transformasyonları sıfırlar */
  }

  .whatwedoparag {
    padding-left: 10px;
    /* Sol padding'i sıfırla */
    margin-left: 10px;
    /* Sol margin'i sıfırla */
    text-align: left;
    /* Metni sola hizala */
    margin-top: 40px !important; /* Paragrafın üst kısmına boşluk ekle */
  }

  .carousel-text {
    font-size: 25px;
  }



  .social-icon {
    width: 50px;
    /* Sosyal medya ikonlarının genişliğini ayarlayın */
    height: auto;
    margin: 5px;
  }

  .border-start {
    border-left: 2px solid #ccc;
  }

  .border-end {
    border-right: 2px solid #ccc;
  }

  .larger-logo {
    width: 80%;
    /* Logo büyüklüğünü ayarlayın */
    height: auto;
  }

  .container-costum-wwd {
    flex-direction: column;
  }

  .right {
    display: none;
  }

  .left {
    width: 100%;
    max-width: 100%;
  }

  .custom-carousel-thumbnails {
    display: none;
    /* Küçük ekranlarda thumbnail'ları gizle */
  }

  .custom-carousel-description {
    position: absolute;
    bottom: 10px;
    /* Açıklamanın alttan uzaklığını ayarlayın */
    left: 0;
    /* Açıklamayı yatay olarak ortalamak için */
    transform: translateX(-50%);
    /* Açıklamayı tam ortaya almak için */
    color: black;
    font-size: 20px;
    z-index: 1000;
    transform: rotate(0deg);
    /* Dikey döndürmeyi kaldır */
    transform-origin: initial;
    /* Döndürme orijinini sıfırla */
  }

  .custom-prev,
  .custom-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 30px;
    transition: 0.6s ease;
    user-select: none;
    background-color: transparent;
    z-index: 1000;
  }

  .custom-carousel-content img {
    object-fit: contain;
  }

  .menu-icon:checked + label,
  .menu-icon:not(:checked) + label {
    top: 60px;
    /* Menü butonunun konumunu ayarla */
    right: 60px;
  }

  .nav ul {
    padding-left: 0px;
  }

  .nav ul li {
    text-align: left;
  }

  .nav {
    right: -120vw;
    /* Ekranın dışında başlar */
    width: 120vw;
    /* Tam ekran genişliği */
    height: 120vh;
    /* Tam ekran yüksekliği */
    transition: right 0.5s ease;
  }

  .menu-icon:checked ~ .nav {
    right: 0;
    /* Menüyü ekrana getir */
  }

  .nav ul li a {
    font-size: 4vh;
    text-align: left;
    top: -100px;
    left: 50px;
    width: 100%;
    margin: 15px 20px;
    /* 'margin' değerini artır */
  }

  .container.mt-5 {
    max-width: 95vw; /* Mobil cihazlar için genişliği %95 yap */
    padding: 0 2.5vw; /* Yatay kenarlardan iç boşluk ekle */
  }

  .form-control {
    width: 100%; /* Mobil cihazlar için form elemanlarının genişliğini %100 yap */
  }

  .carousel-text {
    font-size: 4vw;
    /* Yazı boyutu */
    bottom: 5vw;
    /* Alt boşluk */
    left: 5vw;
    /* Sol boşluk */
    line-height: 1.2;
    /* Satır yüksekliği, metni daha da birbirine yaklaştırır */
    text-align: left;
    /* Tüm metni sola hizalar */
  }

  .text-box,
  .text-box-build,
  .text-box-supply,
  .text-box-grey {
    position: static;
    width: 100%;
    height: 320px;
    opacity: 0;
    /* Başlangıçta görünmez */
    transform: translateY(20px);
    /* Aşağıdan yukarıya hareket */
    transition: opacity 0.9s ease, transform 0.9s ease;
  }

  /* Navbar elemanlarını sola hizala */

  /* Genel düzeltmeler */
  .container,
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .custom-paragraph {
    margin-left: 25px;
    margin-right: 25px;
    font-size: 28px; /* Mobil cihazlar için font boyutunu biraz artırabilirsiniz */
  }
  .lux-photo-item {
    min-width: 100%;
    padding: 10px;
  }

  .lux-photo-item p {
    font-size: 12px; /* Yazı boyutunu küçült */
  }

  .lux-photo-btn {
    font-size: 18px; /* Buton yazı boyutunu küçült */
  }

  .prev-slide {
    left: -30px; /* Daha sola gitmesi için ayarlandı */
  }

  .next-slide {
    right: -30px; /* Daha sağa gitmesi için ayarlandı */
  }
  /* Tell us what to design formu için */
  .container {
    width: 100%;
    padding: 0 10px;
  }

  .form-control {
    width: 100%;
    margin-bottom: 15px;
  }

  /* Diğer düzenlemeler */
  .grey-container {
    margin-left: 0;
    margin-right: 0;
  }

  .image-container img {
    width: 100%;
    height: auto;
  }

  .text-center {
    text-align: center;
  }

  .social-icon {
    width: 40px;
    height: auto;
  }

  .larger-logo {
    width: 70%;
  }

  .paragraph-style {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* Genel margin ve padding ayarlamaları */
  .mt-5,
  .my-5 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .mt-4,
  .my-4 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .mt-2,
  .my-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .pt-5,
  .py-5 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pt-4,
  .py-4 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .pt-2,
  .py-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  /* Navbar padding ve margin ayarları */

  /* Retail ve diğer bölümlerdeki text align ayarları */
  .grey-container h1,
  .grey-container h6,
  .grey-container p {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grey-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* İletişim formu */
  .form-control {
    margin-bottom: 15px;
  }

  .btn {
    width: 100%;
  }

  .text-end {
    text-align: center !important;


  }


  
  .text-box {
    margin-top: 0px; /* İlk ve üçüncü kısım için üst boşluk eklendi */
  }
  
  .text-box-supply {
    margin-top: 20px; /* İkinci kısım için üst boşluk varsayılan bırakıldı */
  }
  
  .svg-background {
    width: 50px; /* SVG'nin boyutunu ayarlayın */
    height: auto;
  }
  
  .text-content-grey, .text-content-supply {
    text-align: left;
  }
  .text-content-grey {
    margin-top: 50px; /* Yazıyı aşağıya çekmek için margin-top eklendi */
  }
  
  .text-content-supply {
    margin-top: 0; /* Bu alanın etkilenmemesi için varsayılan bırakıldı */
  }
  

  /* Tablet cihazlar için medya sorgusu */
  @media screen and (min-width: 769px) and (max-width: 1024px) {
    .logo-background,
    .logo {
      top: 60px;
      left: 30px;
    }

    .logo-background img,
    .logo img {
      height: 40px;
    }

    .carousel-text {
      font-size: 4vw;
      /* Yazı boyutu */
      bottom: 5vw;
      /* Alt boşluk */
      left: 5vw;
      /* Sol boşluk */
      line-height: 1.2;
      /* Satır yüksekliği, metni daha da birbirine yaklaştırır */
      text-align: left;
      /* Tüm metni sola hizalar */
    }
  }
}


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


.row.custom-matterport-row {
  max-width: 55%; /* Sayfa genişliğinin %55'i kadar bir alan kaplayacak */
  margin: 0 auto; /* Ortalamak için sağdan ve soldan otomatik boşluk bırak */
}

.col-md-4.custom-matterport-col {
  padding-left: 25px; /* Sütunlar arasında boşluk */
  padding-right: 25px;
  padding-top: 50px;
}
/* Sağ alt köşede sabit buton */
.popup-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #3f5277;
  color: white;
  border: none;
  border-radius: 50px;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 1rem;
  z-index: 1000; /* Butonun her zaman görünmesini sağlamak için */
}

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

/* Pop-up Form Container */
.popup-form-container {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Arkaplanı karart */
}

/* Pop-up Form İçerik */
.popup-form-content {
  background-color: white;
  margin: 10% auto;
  padding: 20px;
  border-radius: 10px;
  width: 90%;
  max-width: 500px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  position: relative;
}

/* Pop-up'ı Kapatma Butonu */
.close-button {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 2rem;
  font-weight: bold;
  cursor: pointer;
  color: #3f5277;
}

.close-button:hover {
  color: #000;
}
.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;
}

.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: 300px;
  border-radius: 40px;
}

.services-title-2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

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

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

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

.left-arrow, .right-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #3f5277; /* Koyu renk */
  border: none;
  cursor: pointer;
  font-size: 2rem;
  padding: 10px;
  z-index: 1000;
  background: none; /* Arka plan rengi yok */
}

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

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

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

.right-arrow::before {
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #3f5277;
}
.services-title-2{
  font-size: 3rem;
  font-weight: 700;
}


.services-title-3{
  font-size: 1.2rem;
  font-weight: 500;
}




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


.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;
  /* 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: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

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

@media (max-width: 768px) {
  body {
    touch-action: pan-y;
    overflow-x: hidden;
    width: 100%;
}
  .desktop-view {
    display: none;
  }

  .mobile-view {
    display: block;
  }

  .vertical-line {
    display: none;
    height: 70px;
    width: 3px;
    background-color: #fff;
  }

  .divSpanHeader {
    display: none;
    position: absolute;
    top: 0px;
    left: 40%;
    display: flex;
    align-items: center;
    margin-top: 10px;
  }

  .spanStyleHeader {
    display: none;
    color: #fff;
    font-size: 2.2em;
    font-weight: 400;
    margin-left: 2px;
    margin-top: 25px;
  }




  .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 {
display: none;

  }

  .navbar-custom .logo img {
    height: 60px;
    width: auto;
    margin-top: -50px;

    z-index: 100;
  }


  #whatWeDoSection .d-flex {
    flex-direction: column;
    text-align: center;
  }

  #whatWeDoSection .col-md-1,
  #whatWeDoSection .col-md-4,
  #whatWeDoSection .col-md-6 {
    width: 100%;
    margin-top: 20px;
  }

  #Only_T {
    display: none;
    width: 100px;
    margin-top: 0;
  }

  #mainTitleBlack,
  #mainTitleWhite {
    padding-left: 0;
    font-size: 40px;
    margin-left: 30px;
  }

  .whatwedoparag {
    font-size: 16px;
    margin-top: 10px;
    padding: 25px;
    margin-left: -10px;
  }

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

  .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .burger-menu {
    position: absolute;
    right: 50px;
}

.mobile-view .section-container1 {
  margin-top: -550px !important;
}
  .services-title {
    font-size: 3rem;
    font-weight: bold;
    color: #464749;
    text-transform: uppercase;

    text-align: center;
  }
  .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-3 {
    font-size: 16px;
    text-align: center;
}

.left-arrow, .right-arrow {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    border-radius: 40px;
    border: none;
    color: white;
    font-size: 2rem;
    cursor: pointer;
    z-index: 1000;
}

.left-arrow {
    left: 10px;
    top: 140px;
    color: white;
}

.right-arrow {
    right: 10px;
    top: 140px;
    color: white;
}

  .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-new {
    width: 100%;
    height: 100vw;
    margin: auto;

  }


  .text-box-sup {
    width: 100%;
    height: 100vw;


    margin: 0 auto;

  }

  .text-box-b {
    width: 100%;
    height: 100vw;
    padding: 15px;

    margin: 0 auto;

  }

  /* Mobilde farklı resimler için */
  .text-box-new::after {
    background-image: url('../Grocery-Store\ Mobile-01.svg');
    /* Mobildeki farklı resim */
  }

  .text-box-new::before {
    background-image: url('../Grocery-Store\ Mobile-02.svg');
    /* Hover sırasında mobildeki farklı resim */
  }

  /* Supply için mobilde farklı resimler */
  .text-box-sup::after {
    background-image: url('../Grocery-Store\ Mobile-03.svg');
    /* Mobilde farklı supply resmi */
  }

  .text-box-sup::before {
    background-image: url('../Grocery-Store\ Mobile-04.svg');
    /* Hover sırasında mobilde farklı supply resmi */
  }

  /* Build için mobilde farklı resimler */
  .text-box-b::after {
    background-image: url('../Grocery-Store\ Mobile-05.svg');
    /* Mobilde farklı build resmi */
  }

  .text-box-b::before {
    background-image: url('../Grocery-Store\ Mobile-06.svg');
    /* Hover sırasında mobilde farklı build resmi */
  }
  .footer-content {
    flex-direction: column;
    align-items: center;
    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;
  }
  
  .footer-social-media {
    order: 1;
  }
  
  .footer-links {
    order: 3;
  }
  
}
@media (max-width: 768px) {
  .carousel-item img {
      height: 200px;
  }
  
  .carousel-control-prev,
  .carousel-control-next {
      width: 10%;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
      width: 30px;
      height: 30px;
  }
}