/*** Reset CSS ***/
/* * {
  outline: 1px solid red;
} */ /*Kutu hizalamalırını görmek için*/

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  color: #777;
  line-height: 1.5;
  /*height: 3000px;*/
}

p {
  line-height: 2;
}

a:hover {
  text-decoration: none;
}

h3 {
  font-size: 36px;
}

h5 {
  font-size: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  color: #333;
}

.section-padding {
  padding: 120px 0;
}

.full-width {
  width: 100%;
}

.primary {
  color: #e84118;
}

a,
a:hover {
  color: #fff;
}

.svg-bottom {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.svg-top {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

/*** header styles ***/

header {
  /*background-color: rgb(113, 121, 126);*/
  position: fixed;
  z-index: 100;
  width: 100%;
}
header.overlay {
  background-color: rgba(0, 0, 0, 0.8) !important;
  backdrop-filter: blur(5px) !important;
}

a.navbar-brand {
  font-size: 22px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.brand-line {
  display: inline-block;
  width: 4px;
  height: 24px;
  background-color: #f39c12;
  margin-right: 10px;
  border-radius: 2px;
}

.navbar {
  padding: 25px 0;
}

nav a,
nav a:hover {
  color: #fff;
}

li.nav-item a.nav-link {
  position: relative;
  display: inline-block;
}

li.nav-item a.nav-link::after {
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0%;
  height: 2px;
  background-color: #f39c12;
  content: "";
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

li.nav-item.active a.nav-link::after {
  width: 100%;
}

li.nav-item a.nav-link:hover:after {
  width: 100%;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}

li.nav-item {
  margin: 0 15px;
}

li.nav-item:last-child {
  margin-right: 0;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='1' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

button:focus {
  outline: none;
}

/*** Main CSS Styles ***/

.main {
  width: 100%;
  height: 100vh;
  background: url(img/abstract-geometric-wavy-folds-background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: fixed;
  color: #fff;
  text-align: center;
  position: relative;
}

.main::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.main-content {
  display: flex;
  flex-direction: column; /* YANLIŞTI: row */
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  max-width: 100%;
  min-width: 0;
  margin: 0 auto;
  z-index: 1;
}

.cta-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}

.bizeulasin {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 40px;
}

.bizeulasin h1 {
  font-weight: bold;
  font-size: 24px;
  color: #fff;
}

.mytext {
  height: 100%;
  margin-top: 10px;
  margin-bottom: 30px; /* Butonlardan önce boşluk ekliyoruz */
}

.type {
  font-size: 48px;
  height: 60px; /* Yüksekliği sabit tutar */
  margin-bottom: 40px;
  overflow: hidden; /* Taşmaları gizler */
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta {
  font-size: 22px;
  font-weight: bold;
  margin: 15px;
  padding: 10px 40px;
  display: inline-block;
  position: relative; /* !!! Gerekli */
  overflow: hidden; /* !!! Gerekli */
  border-radius: 8px;
  color: black;
  text-decoration: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.header-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 80px;
}

/*ŞEHİR BUTON VE YAZI RENK DÜZENLEMELERİ */

.cta-adana,
.cta-hatay,
.cta-mersin,
.cta-osmaniye {
  border: 1px solid #bab2b5;
  background-color: rgba(58, 58, 58, 0.5);
  color: #fff;
  position: relative;
  z-index: 10;
}

.cta-adana::after,
.cta-hatay::after,
.cta-mersin::after,
.cta-osmaniye::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  content: "";
  background-color: #d3c7c7;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  z-index: -1;
}

a.cta.cta-adana:hover::after,
a.cta.cta-mersin:hover::after,
a.cta.cta-hatay:hover::after,
a.cta.cta-osmaniye:hover::after {
  left: 0%;
}

.cta-adana:hover,
.cta-hatay:hover,
.cta-mersin:hover,
.cta-osmaniye:hover {
  border-color: #fff;
}

.cta.cta-adana:hover,
.cta.cta-mersin:hover,
.cta.cta-hatay:hover,
.cta.cta-osmaniye:hover {
  color: #202020; /* ŞEHİR RENGİ */
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  z-index: 20;
}

/*ŞEHİR BUTON VE YAZI RENK DÜZENLEMELERİ SONU*/

/*.main-content .type,
.mytext {
  font-size: 45px;
  margin-top: 20px;
}
*/

/* ORTA KISIM BAŞLANGICI */

.content-section {
  position: relative;
  padding: 40px 20px;
  text-align: center;
  background-color: #e7e5e5;
  /* background-color: rgb(138, 138, 138); */
  /* background-color: #2d2d2d; */ /* Dark background */
}

.text-block {
  margin-bottom: 50px;
  opacity: 0;
  transform: translateY(30px); /* Initially off-screen */
  transition: all 0.5s ease-in-out;
}

.text-block.visible {
  opacity: 1;
  transform: translateY(0);
}

.section-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  color: #000;
}

.section-title::after {
  content: "";
  display: block;
  height: 2px;
  background-color: #f39c12;
  width: 100%;
  margin-top: 10px;
}

.text-block p {
  color: #000;
  font-size: 18px; /* Slightly larger font for readability */
  line-height: 1.6; /* More spacing for readability */
}

.text-block a {
  color: #031058;
  font-weight: bold;
}

.cta-iletisim {
  border: 1px solid #000000;
  background-color: #ffffff;
  /* background-color: rgba(58, 58, 58, 0.5); */
  color: #000;
  position: relative;
  z-index: 10;
  padding: 15px 30px; /* More padding */
  font-size: 18px;
  border-radius: 30px;
  opacity: 0;
  transform: translateY(30px); /* Initially off-screen */
  transition: all 0.5s ease-in-out;
}

/* Hover effect for the CTA button */
.cta-iletisim::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  content: "";
  background-color: #f39c12;
  transition: all 0.5s ease;
  z-index: -1;
}

a.cta.cta-iletisim:hover::after {
  left: 0%;
}

.cta-iletisim:hover {
  border-color: #000;
  color: #202020;
}

.cta-iletisim.visible {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s ease-in-out;
}

.cta-iletisim {
  opacity: 0;
  transform: translateY(30px); /* Initially below the fold */
}

@media only screen and (max-width: 767px) {
  .cta-iletisim {
    padding: 12px 25px; /* Smaller padding on mobile */
  }
  .section-title {
    font-size: 24px;
  }
}

/* ORTA KISIM BİTİMİ */

/* MARKA KISMI BAŞLANGICI */
/* DENEMEK İÇİN KAPATILAN MARKA KISMI 

.markalar {
  text-align: center;
  padding: 40px 20px;
}

.markalar h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.noktalar {
  height: 2px;
  width: 35%;
  margin: 10px auto 30px auto;
  border-bottom: 2px dotted #333;
}

.marka-logoları {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}

.marka-logoları img {
  width: 100px;
  height: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.marka-logoları img:hover {
  transform: scale(1.1);
}

.marka-isimleri {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 30px;
  font-size: 18px;
}

.marka-isimleri span {
  white-space: nowrap;
}
DENEMEK İÇİN KAPATILAN MARKA KISMI */

.markalar {
  position: relative;
  text-align: center;
  padding: 40px 20px;
  margin: 0 auto;
  background-color: #bababa; /* Middle ground color for the background */
  color: #000; /* Default text color for section */
}

.marka-logoları img {
  width: 100px; /* Adjusted size */
  height: auto;
  object-fit: contain;
  transition: transform 0.3s ease, filter 0.3s ease;
  margin: 10px;
}

.marka-logoları img:hover {
  transform: scale(1.1); /* Slight zoom effect */
  filter: brightness(1.2); /* Add brightness on hover */
}

.marka-isimleri {
  color: #eee;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* Center the text items in the container */
  gap: 12px 24px;
  font-size: 12px; /* Slightly smaller font size for readability */
  margin: 20px auto;
  opacity: 0;
  transform: translateY(30px); /* Initially off-screen */
  transition: all 0.5s ease-in-out;
}

.marka-isimleri.visible {
  opacity: 1;
  transform: translateY(0); /* Popped-in effect */
}

.marka-isimleri span {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  font-size: 14px; /* Increased font size for readability */
}

h2 {
  font-size: 32px;
  font-weight: bold;
  color: #333; /* Orange color for the title */
  margin-bottom: 30px;
}

/* Media query for smaller screens */
@media only screen and (max-width: 767px) {
  .marka-logoları img {
    width: 80px; /* Smaller logos on mobile */
  }

  .marka-isimleri {
    font-size: 14px; /* Adjust font size for mobile */
  }
}

/*MARKA KISMI SONU*/

/*footer başlangıcı*/
/* Footer genel stil */
.site-footer {
  background-color: #222;
  color: #eee;
  padding: 40px 20px 20px;
  font-size: 14px;
  line-height: 1.6;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.footer-container h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
  text-align: left;
}

.footer-brand {
  display: flex;
  align-items: flex-start;
}

.brand-line-footer {
  width: 4px;
  background-color: #f39c12;
  margin-right: 10px;
  border-radius: 2px;
  /* Yazı yüksekliği kadar uzasın */
}

.brand-text {
  line-height: 1.2; /* Satırlar arası boşluk */
  font-weight: bold;
  font-size: 20px;
  position: relative;
}

/* Yazı yüksekliğine göre çizgi boyunu dinamik ayarlamak için flex stretch */
.footer-brand {
  align-items: stretch;
}

.footer-alt-cizgi {
  display: inline-block;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

.footer-alt-cizgi::before,
.footer-alt-cizgi::after {
  content: "";
  position: absolute;
  height: 3px;
  bottom: 0;
  left: 0;
  border-radius: 2px;
}

.footer-alt-cizgi::after {
  width: 110%; /* yazı kadar geniş */
  background-color: #f39c12;
  z-index: 2;
}

.footer-alt-cizgi::before {
  width: 200px; /* toplam çizgi uzunluğu (canlı + soluk) */
  /* background-color: #4e3a1a; */ /* soluk kısım */
  z-index: 1;
}

/* İsteğe bağlı: konteynerleri hizalamak için */
.footer-about,
.footer-contact,
.footer-maps {
  position: relative;
}

.footer-links,
.footer-about,
.footer-contact,
.footer-maps {
  flex: 1 1 22%; /* 4 kutu olacağı için %22-23 gibi yapıldı */
  min-width: 220px;
}

.footer-links {
  margin-right: -180px;
}

.footer-contact {
  margin-right: -100px;
}

.footer-links ul,
.footer-socials ul,
.footer-maps ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left; /* center değil, left */
  padding-left: 0; /* Listeyi sola yapışık yapalım */
}

.footer-links ul {
  text-align: left;
}

.footer-links ul li {
  margin-bottom: 8px;
}

.footer-links ul li a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-links ul li a:hover {
  color: #fff;
}

.footer-about p,
.footer-contact p {
  margin: 5px 0;
}

.footer-socials {
  margin-top: 20px;
  text-align: center;
}

.footer-socials ul li {
  display: inline-block;
  margin-right: 10px;
}

.footer-socials ul li a {
  color: #eee;
  text-decoration: none;
  font-size: 18px;
  transition: color 0.3s ease;
}

.footer-socials ul li a:hover,
.footer-socials ul li a i:hover {
  color: #8d2044;
}

.footer-socials ul li a i {
  font-size: 24px;
  vertical-align: middle;
}

.footer-maps ul li a {
  color: #eee;
  text-decoration: none;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start; /* center değil, flex-start */
  transition: color 0.4s;
  padding-top: 5px;
}

.footer-maps ul li a:hover {
  color: #8d2044;
}

.footer-maps ul li a i {
  font-size: 20px;
  margin-right: 8px;
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid #444;
  padding-top: 15px;
  margin-top: 30px;
  font-size: 13px;
  color: #aaa;
}

.footer-bottom a {
  color: #eee;
  text-decoration: none;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    gap: 20px;
  }

  .footer-links,
  .footer-about,
  .footer-contact,
  .footer-maps {
    flex: 1 1 100%;
    min-width: unset;
  }

  .footer-socials ul li {
    display: block;
    margin-bottom: 8px;
  }

  .footer-socials ul li a {
    font-size: 16px;
  }
}

/* AKAN ŞERİT */

.moving-text-section {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.moving-text-container {
  position: relative;
  width: 100%;
  height: 50px;
  background: linear-gradient(90deg, #333, #aaa, #333);
  background-size: 200% 100%;
  overflow: hidden;
  animation: move-gradient 10s linear infinite;
}

.moving-text {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  white-space: nowrap;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  padding-right: 100%; /* Creates space for seamless looping */
  animation: move-text 30s linear infinite;
  will-change: transform; /* Optimizes animation performance */
}

/* Improved text animation */
@keyframes move-text {
  0% {
    transform: translateY(-50%) translateX(100%);
  }
  100% {
    transform: translateY(-50%) translateX(-100%);
  }
}

/* Gradient animation remains the same */
@keyframes move-gradient {
  0% {
    background-position: -100% 0;
  }
  100% {
    background-position: 100% 0;
  }
}

/* Kaydırma mümkün ama scroll bar görünmez */

*::-webkit-scrollbar {
  display: none;
}
