/* Genel Sayfa DÃ¼zeni */
body {
  font-family: 'Poppins', sans-serif;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  color: #000000;
  line-height: 1.6;
}







.pcnavbar a {
  font-weight: 600;
  font-size: 17px;
}

.pcnavbar {
  padding: 4px 0;
  background-color: #1100ff
}

.pcnavbar a {
  text-decoration: none;
  padding: 10px;
  color: rgb(253, 253, 255);
}

.pcnavbar {
  color: white;
  display: flex;
  overflow-x: auto;
}






.resimboyutu {
  height: 225px; /* istediğin sabit yüksekliği ayarlayabilirsin */
  object-fit: cover;
  width: 100%;
}

#slayt {
  display: flex;
  justify-content: center;
  padding: 20px;
  background: #f2f2f2;
  box-sizing: border-box;
}

#slider {
  width: 100%;
  max-width: 940px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

#slider ul {
  display: flex;
  animation: slide 16s infinite;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 400%; /* 4 slayt */
}

#slider ul li {
  flex: 0 0 100%;
}

#slider img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

@keyframes slide {
  0%   { transform: translateX(0%); }
  20%  { transform: translateX(0%); }
  25%  { transform: translateX(-100%); }
  45%  { transform: translateX(-100%); }
  50%  { transform: translateX(-200%); }
  70%  { transform: translateX(-200%); }
  75%  { transform: translateX(-300%); }
  95%  { transform: translateX(-300%); }
  100% { transform: translateX(0%); }
}




/* Ä°letiÅŸim ButonlarÄ± */
.contact-info {
  margin-top: 20px;
}

.contact-info a {
  display: inline-block;
  padding: 14px 32px;
  font-size: 1.1rem;
  font-weight: bold;
  text-decoration: none;
  color: white;
  border-radius: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.contact-phone {
  background: linear-gradient(135deg, #838181, #2b2b2a);
}

.contact-whatsapp {
  background: linear-gradient(135deg,  #646464, #252525);
}

.contact-info a:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

/* Kart TasarÄ±mÄ± */
.card {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  background: white;
  transition: all 0.3s ease-in-out;
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

/* Kart BaÅŸlÄ±klarÄ± */
.card h4 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}

/* Kart Ä°Ã§eriÄŸi */
.card p {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.6;
}

/* Kart GÃ¶vdesi */
.card-body {
  padding: 30px;
  text-align: center;
}
.card-body img {
width: 200px;
height: 200px;
}

/* 3 Kolon DÃ¼zeni */
.row {
  max-width: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin: 50px auto;
}

/* KartlarÄ±n geniÅŸliÄŸi */
.col-md-4,
.col-xl-4 {
  flex: 1 1 calc(30% - 30px);
  max-width: calc(30% - 30px);
}

/* Daha bÃ¼yÃ¼k ekranlarda 3'lÃ¼ dÃ¼zen */
@media (min-width: 1200px) {

  .col-md-4,
  .col-xl-4 {
      flex: 1 1 calc(30% - 30px);
      max-width: calc(30% - 30px);
  }
}

/* Mobilde kartlarÄ±n 1 satÄ±rda 1 tane olmasÄ± */
@media (max-width: 768px) {
  .row {
      flex-direction: column;
      align-items: center;
  }

  .col-md-4,
  .col-xl-4 {
      flex: 1 1 100%;
      max-width: 100%;
      margin-bottom: 20px;
  }

  /* Header Resminin Mobilde GÃ¶rÃ¼nmemesi */
  .header-image {
      display: none;
  }

  /* Harita Boyutunun KÃ¼Ã§Ã¼lmesi */
  .info-map iframe {
      height: 250px;
      width: 100%;
  }

  .info-box {
      flex-direction: column;
      padding: 20px 25px;
      text-align: center;
  }

  .info-text,
  .info-map {
      max-width: 100%;
  }
}

.bar{
background-color: blue;
color: #ffffff;
}

/* GÃ¶rsel (ÃœrÃ¼n KartlarÄ± ile InfoBox ArasÄ±nda) */
.gorsel {
  text-align: center;
  margin: 15px 0;
}

.gorsel img {
  width: 100%;
  height: 75%;
  border-radius: 8px;
  margin-bottom: 0px;
}



.card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.mt-auto {
  margin-top: auto;
}

.banner-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bannerr {
  max-width: 100%;
  height: auto;
}

/*/navbar******************************************************************************************************************************/
/* Navbar Link Stili */
.navbar-nav .nav-link {
  
  color: rgb(0, 118, 187) !important; /* Siyah renk */
}

.navbar-toggler {
  background-color: rgb(13, 104, 223); /* Siyah renk örneği */
}

.nav-link {
  font-size: 16px; /* Varsayılan yazı boyutu */
  text-decoration: none; /* Alt çizgiyi kaldır */
  transition: transform 0.3s ease, color 0.3s ease; /* Geçiş efekti */
}

.nav-link:hover {
  transform: scale(1.1); /* Üzerine gelindiğinde büyüt */
  color: rgb(255, 217, 0); /* Daha koyu bir kırmızı tonuna geçiş */
}

/* Arama Kutusu */
.form-control {
  border: 1px solid rgb(17, 0, 255); /* Kırmızı çerçeve */
  border-radius: 5px; /* Yuvarlak köşeler */
  transition: box-shadow 0.3s ease; /* Hover efekti için geçiş */
}

.form-control:focus {
  box-shadow: 0 0 10px rgba(247, 248, 248, 0.5); /* Kırmızı gölge efekti */
  outline: none;
}

/* Ara Butonu */
.custom-button {
  background-color: rgb(255, 255, 255); /* Beyaz arka plan */
  color: rgb(0, 0, 0); /* Kırmızı metin rengi */
  border: 1px solid rgb(0, 38, 255); /* Kırmızı çerçeve */
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease; /* Geçiş efektleri */
}

.custom-button:hover {
  background-color: #000000; /* Kırmızı arka plan */
  color: rgb(0, 255, 191); /* Beyaz metin rengi */
  transform: scale(1.1); /* Butonu büyüt */
}
/* *************************************** */




/* Info-box TasarÄ±mÄ± */
.info-box {
  background: linear-gradient(145deg, #b4b2b2, #888787);
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  padding: 25px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border: 1px solid #e0e0e0;
  transition: all 0.3s ease-out;
}

/* Info-box Hover */
.info-box:hover {
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
  transform: translateY(-20px);
}

/* Sol BÃ¶lÃ¼m: BaÅŸlÄ±k ve Metin */
.info-text {
  flex: 1;
  max-width: 100%;
}

.info-text h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  color: rgb(255, 255, 255);
  margin-bottom: 20px;
  text-align: left;
  letter-spacing: 1px;
  line-height: 1.4;
}

.info-text p {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
  font-weight: 400;
}

/* SaÄŸ BÃ¶lÃ¼m: Telefon, WhatsApp ve Adres Sembolleri */
.info-icons {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.info-icons i {
  font-size: 1.5rem;
  color: rgb(0, 26, 255);
  margin-right: 10px;
}

.info-icons .icon-text {
  font-size: 1rem;
  color: #555;
  display: inline-block;
  line-height: 1.5;
}

.info-icons .icon-item {
  display: flex;
  align-items: center;
}

/* Info-box Hover Efekti */
.info-box:hover .info-icons i {
  color: #15bdd3;
}

/* Footer TasarÄ±mÄ± */
footer {
  background-color: #f9f9f9;
  color: #333;
  padding: 25px 5%;
  text-align: center;
  margin-top: 50px;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateY(60px);
  animation: fadeIn 1s forwards 1.5s;
}

footer h3 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #2E8B57;
  margin-bottom: 10px;
}

footer p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 20px;
  line-height: 1.6;
}

footer a {
  font-size: 1.1rem;
  color: #fff;
  text-decoration: none;
  padding: 10px 22px;
  background-color: #000000;
  border-radius: 25px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  font-weight: 400;
}

footer a:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* GeÃ§iÅŸ Efekti */
@keyframes fadeIn {
  to {
      opacity: 1;
      transform: translateY(0);
  }
}