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

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;
  }
}
/* CSS dosyanıza ekleyin */
.build-box {

  background-color: #73cac1; /* Arka plan rengi */
  border-radius: 20px; /* Köşe yuvarlama */
  padding: 20px; /* İç boşluk */
  text-align: center; /* Metin ortalama */
  margin: 20px; /* Dış boşluk */
  color: white; /* Yazı rengi */
}

.build-header {
  display: flex; /* Flexbox kullanarak yan yana hizalama */
  align-items: center; /* Dikey ortalama */
  justify-content: space-between; /* Yatayda iki uçta hizalama */
}

.build-icon {
  width: 100px; /* İkon genişliği */
  height: 100px; /* İkon yüksekliği */
  text-align: right; /* Metni sağa hizala */
  display: flex; /* Flexbox kullan */
  justify-content: flex-end; /* Sağda hizala */
}

.build-title {
  font-size: 34px; /* Başlık boyutu */
  font-weight: bold; /* Kalın yazı */
  margin-right: 10px; /* İkon ile başlık arasında boşluk */
}


.build-description {
  font-size: 16px; /* Paragraf boyutu */
  font-weight: 500;
  color: white; /* Paragraf yazı rengi */
  margin-top: 10px; /* Açıklama üst boşluğu */
}

a:hover {
  color: currentColor;
}

a {
  text-decoration: none;
}


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



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

* {
  scrollbar-width: none;
}

* {
  -ms-overflow-style: none;
}
.content {
  width: 100%;
}

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

.carousel-text-enter {
  animation: slideIn 0.5s ease forwards;
}
.carousel {
  background-color: transparent;
  color: white;
  width: 1440px;
  /* Genişlik ayarı */
  height: 100%;
  margin-left: -22px;
  /* Yükseklik ayarı */
}

.carousel-container {
  width: 1440px;

  /* Tam ekran yüksekliği */
  overflow: hidden;
  margin: 0;
  padding: 0;

}

.carousel-inner {
  width: 100%;
  height: 100%;
  margin: 0;
  margin-top: -55px;
  border-radius: 40px;
}

.carousel-item {
  width: 100%;
  height: 800px; /* Yüksekliği sabit tutun */
  overflow: hidden;
  transition: transform 0.5s ease; /* Geçiş animasyonu */
  position: relative; /* Pozisyonu ayarlayın */
}

.carousel-item img {
  width: 100vw;
  height: 100%;
  object-fit: cover; /* Resimlerin kesilmesini önleyin */
  display: block; /* Resimlerin blok düzende görünmesini sağlayın */
}

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

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

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

}

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


.alt-yazi {
  font-size: 3rem;
  font-weight: bolder;
}

.ek-yazi {
  color: transparent;
}
.bold{
  font-weight: 700;
}
.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;
}

.design-text{
  color: white;
  font-size: 4rem;
}
.design-title{
  margin-top: 50px;
  font-size: 5rem;
  font-weight: 700;

}


.full-screen-image {
  height: 85%;
  border-radius: 40px;
}



.NumberSvg {
  height: 30px;
  margin-bottom: 10px; 
}





.logo {
  position: fixed;
  top: 30px;
  left: 20px;
  z-index: 100002;
  display: flex;
  align-items: center;
  height: 60px;
}

  .logo img {
    height: 95px;
    width: auto;
    display: block;
  }


.MainTitle_Dark {
  font-size: 30px;
  font-weight: bold;
  color: #464749;
  text-transform: uppercase;
  margin-top: -30px;
  text-align: center;
}
.WhatWeDoAnimation div[name="zoomImage"] {
  overflow: hidden;
  border-radius: 40px;
  width: 50%; 
  max-height: 100%;

}
.WhatWeDoAnimation div[name="zoomImage"] img {
  transition: transform 0.5s ease;
  width: 100%;
  height: 100%;
  object-fit: cover; 
}
.WhatWeDoAnimation:hover div[name="zoomImage"] img {
  transform: scale(1.1);
}



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

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

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

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

.design-box {
  width: 1700px;
  height: 200px !important;
  background-color: #3f5277 !important;
  margin-top: -120px !important;
  border-radius: 40px !important;
  max-width: 1440px !important;
  margin-left: -22px !important;

  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.design-box:hover {
  transform:  scale(1.01);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}

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

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes lineGrow {
  from {
    width: 0;
  }

  to {
    width: 160px;
  }
}

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

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

.WhatWeDoAnimation p {
  font-weight: normal;
  transition: font-weight 0.3s ease;
}
.WhatWeDoAnimation:hover p {
  font-weight: bold;

}
.WhatWeDoAnimation ul li {
  font-weight: normal;
  transition: font-weight 0.3s ease;
}
.WhatWeDoAnimation:hover ul li {
  font-weight: bold;

}

.no-underline {
  text-decoration: none;
}
.custom-container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px;
}

.container-costum {
  top: -55px;
  position: relative;
  height: 85vh;
  overflow: hidden;
  z-index: 2;
  margin: auto; 
  max-width: 1500px; 
  padding-left: 20px;
}
.container-costum img{
  height: 750px;
  width: auto;
  object-fit: cover;
}
.container-costum::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px; 
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
  z-index: 1; 
}

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

.lower-build-icon {
  margin-top: 60px;

}




.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-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-content {
  padding-left: 50px;
  margin-left: 150px;
  color: white;
  font-size: 18px;
  margin-top: 80px;
  font-weight: 700;

}

.design_icon_design {
  width: 200px;
  height: 180px;
   width: auto;
    margin-top: -20px;
}


.icons-hight{
  width: 200px;
  
}


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

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

.supply-icon-son {
  position: relative;
  top: -30px;
}
.img-fluid{
  border-radius: 20px;
  max-width: 95vw;
  margin-left: -20px;
}
.desktop-view {
  display: block;
}
.mobile-view {
  display: none;
}

/*navbar class*/
.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;
  top: 0;
  left: 50%;
  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%;
  width: 100%;
  height: 100%;
  background-color: #3f5277;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.5s ease;
  z-index: 100;
}

.fullscreen-menu nav {
  width: auto;
  text-align: left;
  margin-right: 20px;
}

.fullscreen-menu.open {
  right: 0;
  transition: right 0.5s ease-in-out;
}
.fullscreen-menu ul {
  padding: 0;
  margin: 0;
  text-align: left;
  position: absolute;
  top: 20%;
  right: 25%;
}

.fullscreen-menu ul li {
  display: block;
  margin-bottom: 10px; 
}
.fullscreen-menu ul li a {
  text-transform: uppercase;
  text-align: left;
  display: block;
  color: white;
  text-decoration: none;
  font-size: 35px;
  transition: color 0.3s;
  padding-top: 5px; 
  padding-bottom: 5px; 
  font-weight: 600;
}
.fullscreen-menu ul li a:hover {
  font-weight: 800;
}


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

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

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

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

.burger-menu.open div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform-origin: center;
}

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

}
#retail-dropdown, #hospitality-dropdown {
  margin-bottom: 5px; 
}
#retail-dropdown-content, #hospitality-dropdown-content {
  padding: 0px; 
  margin: 0px; 
}

.dropdown-content {
  display: none; 
  flex-direction: column;
  max-height: 0; 
  overflow: hidden; 
  transition: max-height 0.3s ease-out; 
}
.dropdown-content.show {
  display:contents;
  max-height: 500px; 
  overflow: hidden; 
  transition: max-height 0.3s ease-out; 
}

.dropdown-content a {
  font-size: 20px;
  padding-left: 20px;
  padding-top: 5px; 
  padding-bottom: 5px; 
  margin-bottom: 0px; 

}

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

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

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


.footer-social-media p {
  margin: 0;
  font-size: 18px;
  color: white;
}
.social-icons {
  display: flex;
  gap: 15px;
  margin-top: 10px;
  justify-content: center;
  align-items: center;
}

.social-icons a img {
  width: 40px;
  height: 40px;
}
.footer-logo {
  text-align: center;
  margin: 0 50px;
}

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


.footer-links-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.footer-links-grid a {
  text-decoration: none;
  color: inherit;
  font-size: 14px; 
  font-weight: 600;
}


.footer-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: right;
  margin-left: 50px;

}

.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;
  align-items: center;
  width: 100%;
  height: 120px;
  max-width: 1440px;
  margin: 0 auto;
  transform: scaleY(-1) scaleX(-1);
}
.footer-text {
  margin: 0;
  font-size: 1rem;
  color: white;
  transform: scaleY(-1) scaleX(-1);
  text-align: center;
}



.social-icon-link {
  margin: 0 10px;
}

.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;
  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;
}
.seciton-1{

  max-width: 1380px;
}
.contact-popup.hidden {
  opacity: 0;
  transform: translateY(100%);
  display: none;
}
@media (max-width: 768px) {
  body {
    touch-action: pan-y;
    overflow-x: hidden;
    width: 100%;
    max-width: 768px;
}

.contact-popup-toggle{
  right: 20px;
}
  .desktop-view {
    display: none;
  }
  .mobile-view {
    display: block;
  }
 
.text-content{
  margin-top: -110px;
  margin: -15px 8px 4px 8px !important;

}
.design-box {
  width: 100vw !important; 
  height: 300px !important; 
  margin: 1px 1px 1px 1px !important;
  border-radius: 40px !important; 
  margin-top: -120px !important;
  padding: 0 20px; 
}
.icons-hight{
  width: 100px; 
}
 
.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;
}

.design_icon_design{
  margin-left: 40vw;
  height: 130px;
}
  .navbar-custom .logo img {
    height: 60px;
    width: auto;
    margin-top: -80px;
    z-index: 100;
  }

  .partner-logo{
    height: 80px;
    width: auto;
  }
  .burger-menu {
    position: absolute;
    right: 40px;
}
.footer-content {
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.footer-links-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-left: -80px;
}
#section1 {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
margin-left: -14px;
  margin-top: -55px;
  height: 86vh;
}

.carousel,
.carousel-item {
  overflow: hidden; /* Taşmaları gizler */
  margin: 0; /* Margin sıfırlar */
}

.carousel-inner {
  width: 100%; /* İçeriği tam genişlikte tutar */
  margin-left: -20px;
}



.carousel,
.carousel-item {
  overflow: hidden;
}

.carousel-container,
.carousel-inner,
.carousel-item {
  padding: 0;
  margin: 0;
}

.carousel-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  width: 80%;
  z-index: 2;
}
.carousel-indicators {
  bottom: 10px;
  z-index: 3;
}
.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;
  align-items: center;
  width: 100%;
  height: 120px;
  max-width: 1440px;
  margin: 0 auto;
  transform: scaleY(-1) scaleX(-1);
}
.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;
}

.footer-logo {
  order: 2;
}

.footer-social-media {
  order: 1;
  margin-right: 20px;
}

.footer-links {
  order: 3;
}
/* CSS dosyanıza ekleyin */
.build-box {

  background-color: #73cac1; /* Arka plan rengi */
  border-radius: 20px; /* Köşe yuvarlama */
  width: 95vw;
  text-align: center; /* Metin ortalama */
  color: white; /* Yazı rengi */
  margin-left: -5px !important;

}

.build-header {
  display: flex; /* Flexbox kullanarak yan yana hizalama */
  align-items: center; /* Dikey ortalama */
  justify-content: space-between; /* Yatayda iki uçta hizalama */
}

.build-icon {
  width: 120px; /* İkon genişliği */
  height: 120px; /* İkon yüksekliği */
  text-align: right; /* Metni sağa hizala */
  display: flex; /* Flexbox kullan */
  justify-content: flex-end; /* Sağda hizala */
}

.build-title {
  font-size: 34px; /* Başlık boyutu */
  font-weight: bold; /* Kalın yazı */
  margin-right: 10px; /* İkon ile başlık arasında boşluk */
}


.build-description {
  font-size: 16px; /* Paragraf boyutu */
  font-weight: 600;
  color: white; /* Paragraf yazı rengi */
  margin-top: 10px; /* Açıklama üst boşluğu */
}



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

}


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



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

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

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