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

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

html {
  font-size: 14px;
  position: relative;
  min-height: 100%;
  margin: 0 -14px 0 0;
  padding: 0;
  z-index: -4;
}
@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;
  }
}
a:hover {
  color: currentColor;
}
.image-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.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: 1500px;
  /* 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;
}
.image-gallery img {
  width: calc(50% - 10px); /* Her resmin genişliği %50'den biraz daha küçük */
  margin-bottom: 20px; /* Resimler arasında boşluk bırakır */
  height: 300px; /* Tüm resimler için sabit yükseklik */
  object-fit: cover; /* Resmin boyutlandırılırken şeklini korur */
}

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



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

.img-hover-zoom:hover img {
  transform: scale(1.1);
}

/* HTML için temel font boyutunu ayarlar */

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


/* For large screens (desktop) */

/* Mobil için medya sorgusu (genellikle 480px'e kadar olan ekranlar için) */
/* Diğer stiller aynı kalacak */


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

  to {
    opacity: 1;
  }
}

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

.Paragraph_Dark {
  color: #3f5277;
  font-weight: 400;

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



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

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

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

  to {
    left: 0vw;
  }
}

/* Fade out animasyonu için keyframes */

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

/* Mevcut stilleriniz burada yer alacak */

.partner-logo {
  max-width: 50%;
  /* Bunu ekleyin */
  height: auto;
}

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



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

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

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



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




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

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

.fadeInUp {
  animation-name: fadeInUp;
}

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



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

.mobile-view {
  display: none;
}



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


/* nav bar sınıfı */





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




.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;
}
.categories {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.category {
  margin: 0 10px;
  padding: 10px 20px;
  color: #3f5277;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  transition: color 0.3s, border-bottom 0.3s;
}

.category:hover,
.category.selected {
  color: black;
  border-bottom: 2px solid #3f5277; /* Alt çizgi ekleyelim */
}

.category::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: transparent;
  transition: background-color 0.3s;
}

.category:hover::after,
.category.selected::after {
  background-color: #3f5277; /* Alt çizgi hover ve seçili durumda */
}

.tab-content {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease; /* Yumuşak bir geçiş efekti */
}

.tab-content.active {
  display: block;
  opacity: 1;
}


.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;
  }
  .categories {
    flex-wrap: wrap; /* Kategorilerin sığması için sarma özelliği ekleyelim */
    justify-content: center; /* Kategorileri ortalayalım */
  }

  .category {
    flex: 1 1 45%; /* Kategorilerin genişliğini ayarlayalım */
    margin: 5px; /* Kategoriler arasında boşluk bırak */
    padding: 10px 5px; /* Yatayda biraz daraltalım */
    font-size: 14px; /* Yazı boyutunu küçültelim */
    text-align: center; /* Metni ortalayalım */
  }

  .img-hover-zoom {
    height: auto; /* Yüksekliği otomatik ayarla */
    overflow: hidden;
    display: flex;
    justify-content: center; /* Resmi ortalayalım */

  }
  .custom-carousel-content img {
    max-height: 100%; /* Maksimum yüksekliği %100 yap */
    max-width: 100%; /* Maksimum genişliği %100 yap */
    width: auto; /* Genişliği otomatik ayarla */
    height: auto; /* Yüksekliği otomatik ayarla */
    object-fit: contain; /* Resmin boyutlandırılmasını sağlar ve kırpılmasını engeller */
  }

  .img-hover-zoom img {
    width: 100%; /* Genişliği %100 yap */
    height: auto; /* Yüksekliği otomatik ayarla */
    padding-right: 20px;
    object-fit: cover; /* Resmin boyutlandırılırken şeklini korur */
  }

  .gallery-texts {
    font-size: 1.2rem; /* Yazı boyutunu küçült */
    text-align: center; /* Metni ortala */
  }
  .custom-carousel-description {
    bottom: 10px;
    font-size: 1.3rem;
    left: 0;
    transform: none; /* Döndürmeyi kaldır */
    transform-origin: center; /* Döndürme noktasını ortala */
    text-align: center; /* Metni ortala */
    width: 100%; /* Genişliği %100 yap */
    white-space: normal; /* Metnin satır içinde kalmasını sağla */
  }

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



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




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


  .burger-menu {
    position: absolute;
    right: 50px;
}
.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;
}
.partner-logo{
  height: 80px;
  width: auto;
}





}