@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 */
/* 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;
  position: relative;
  min-height: 100%;
  font-size: 14px;
}

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;
  margin-bottom: 60px;
}
@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;
  }
}
.section-container,
.section-container-reverse {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 40px 0;
  max-width: 1600px;
  margin: 0 auto;
}

/* İlk ve Üçüncü section'daki text-box için */
.text-box-new {
  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;

  box-sizing: border-box;
  overflow: hidden;
}

.text-box-new::after,
.text-box-new::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;
}

.text-box-new::after {
  background-image: url('../C-Store-01.svg');
  transform: rotateY(0deg);
  opacity: 1;
  z-index: 1;
}

.text-box-new::before {
  background-image: url('../C-Store-02.svg');
  transform: rotateY(180deg);
  opacity: 0;
  z-index: 2;
}

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

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

/* İkinci section'daki text-box için (Sağda olmalı) */
.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;

  box-sizing: border-box;
  overflow: hidden;
}

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

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

.spanStyleHeader {
  color: #fff;
  font-size: 2.2em;
  font-weight: 600;
  margin-left: 2px;
  margin-top: 33px;
}

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

.text-box-sup::after {
  background-image: url('../C-Store-03.svg');
  transform: rotateY(0deg);
  opacity: 1;
  z-index: 1;
}

.text-box-sup::before {
  background-image: url('../C-Store-04.svg');
  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-b {
  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;

  box-sizing: border-box;
  overflow: hidden;
}

.text-box-b::after,
.text-box-b::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;
}

.text-box-b::after {
  background-image: url('../C-Store-05.svg');
  transform: rotateY(0deg);
  opacity: 1;
  z-index: 1;
}

.text-box-b::before {
  background-image: url('../C-Store-06.svg');
  transform: rotateY(180deg);
  opacity: 0;
  z-index: 2;
}

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

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

/* Ortak kullanılan image-container */
.image-container {
  flex: 1;
  position: relative;
  max-width: 70%;
}

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

a:hover {
  color: currentColor;
}

/* SVG Yükleme Animasyonu */
.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;
}

.deneme {
  width: 800px;
  height: auto;
  overflow: visible;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1000;
}

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

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

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


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


.img-hover-zoom {
  position: relative;

}

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





/* 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) */
/* Diğer stiller aynı kalacak */






/* what we do kısmı*/

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



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


/*resimlerin zoom alanı*/
.img-hover-zoom:hover img {
  transform: scale(1.03);
  overflow: hidden;
}






a.myCustomLink:hover {
  color: currentColor;
}



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




/* Mevcut stilleriniz burada yer alacak */



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

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

.section1:hover .text-box-new::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 */
}

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

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


.carousel-text {
  content: '';
  position: absolute;
  top: 548px;
  left: 0;
  width: 38vw;
  /* Carousel'in genişliğinin %50'si kadar */
  height: 30%;
  /* 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%);
}




a {
  text-decoration: none;
}

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






/*ana yazı containiri*/
.col-md-6 {
  font-weight: bold;

}




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


.whatwedosize {
  font-size: 100px;
  font-weight: 100000;
  color: #3f5277;
  /* Koyu renk tema için yazı rengi */
  text-transform: uppercase;
  margin-top: 50px;
  line-height: 0.8;
}

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

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







/*ana ksımın kapsayıcısı*/
  

.container-costum {
  top: -55px;

  height: 85vh;
  overflow: hidden;
  z-index: 2;
  margin: auto;
  max-width: 1400px;
  padding-left: 0px;
  
}

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




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

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

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



/* container hacmini veren kod*/


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




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



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

}




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


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


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







#mainTitleBlack,
#mainTitleWhite {
  font-size: 75px;
  margin-top: -210px;

}


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

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



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


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





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

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

.carousel-20-container {
  position: relative;
  width: 100%;
  max-width: 1440px;
  /* Maksimum genişlik 1440px */
  margin: 0 auto;
  /* Ortalamak için */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 20px;
}

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

.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;
  margin-top: 20px;
  width: 120px;
}

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

  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;
  margin-top: 300px;
}


.services-title-3 {
  font-size: 1.2rem;
  font-weight: 600;
}
.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;
}
.section2:hover .text-box-sup::after {
  transform: rotateY(180deg);
  opacity: 0;
}

.section2:hover .text-box-sup::before {
  transform: rotateY(0deg);
  opacity: 1;
}
.section1:hover .text-box-new::after {
  transform: rotateY(180deg);
  opacity: 0;
}

.section1:hover .text-box-new::before {
  transform: rotateY(0deg);
  opacity: 1;
}
.section3:hover .text-box-b::after {
  transform: rotateY(180deg);
  opacity: 0;
}

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

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

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

.text-box-new.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-b için scrolled sınıfı eklendiğinde */
.text-box-b.scrolled::after {
  transform: rotateY(180deg);
  opacity: 0;
}

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

  .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: -80px;
    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: 50px;
    margin-left: 20px;
    margin-top: -310px;
  }
 
  .whatwedoparag {
    font-size: 16px;
    margin-top: -80px !important;
    padding: 25px;
    margin-left: -10px;
    color: #3f5277;
  }
  .contact-popup-toggle {
    position: fixed;
    bottom: 20px;
    right: 40px;
    padding: 10px 20px;
    background-color: #3f5277;
    color: white;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    z-index: 999;
  }

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

.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: 101vw;
    margin: auto;
    margin-top: -20px !important;
  }


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

    margin:  auto;

  }
.partner-logo{
  height: 80px;
  width: auto;
}
  .text-box-b {
    width: 100%;
    height: 101vw;

    margin-top: -20px !important;
    margin:  auto;

  }

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

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

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

  .text-box-sup::before {
    background-image: url('../C-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('../C-Store Mobile-05.svg');
    /* Mobilde farklı build resmi */
  }

  .text-box-b::before {
    background-image: url('../C-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;
    margin-top: 100px;
  }
  
  .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: 1400px) {
  .custom-container {
    max-width: 100%;
    /* Ekrandan daha küçükse, tam genişliğini kullan */
  }
}