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







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

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

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

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






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




/* Header TasarÄ±mÄ± */
header {
  background: linear-gradient(135deg, #ff0000, rgb(61, 1, 1));
  height: 450px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 5%;
  color: rgb(2, 2, 2);
  text-align: center;
  border-radius: 20px;
  max-width: 90%;
  margin: 30px auto;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  position: relative;
  opacity: 0;
  transform: translateY(-60px);
  animation: fadeIn 1s forwards 0.5s;
}
.bar {
  width: 100%;
  height: 25px;
  background-color: rgb(255, 0, 0);
  color: #000000;

}

/* Header Resmi */
.header-image {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  height: 400px;
  width: auto;
  border-radius: 15px;
}

/* Header Metin */
.header-container h1 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #ffffff;
}

.header-container p {
  font-size: 1.2rem;
  margin: 10px 0;
  color: #ffffff;
}

/* iletisim 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: rgb(255, 0, 0);
  border-radius: 0px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.contact-phone {
  background: linear-gradient(135deg, #ffffff, #9c9b9b);
}

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

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


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

  
  
}

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

.card-body {
  padding: 30px;
  text-align: center;
}
.card-body img {
width: 200px;
height: 200px;
}

.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(255, 0, 0) !important; /* Siyah renk */
}

.navbar-toggler {
  background-color: rgb(255, 0, 0); /* 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, 0, 0); /* Daha koyu bir kırmızı tonuna geçiş */
}

/* Arama Kutusu */
.form-control {
  border: 1px solid rgb(255, 0, 0); /* 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(255, 0, 0); /* 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: #ffffff; /* Kırmızı arka plan */
  color: rgb(255, 0, 0); /* Beyaz metin rengi */
  transform: scale(1.1); /* Butonu büyüt */
}
/* *************************************** */




/* Info-box TasarÄ±mÄ± */
.info-box {
  background: linear-gradient(145deg, #ffffff, #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(255, 255, 255, 0.2);
  transform: translateY(-20px);
}

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

.info-text h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  color: rgb(255, 0, 0);
  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: #ff0000;
  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(255, 0, 0);
  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: #350404;
  
}

/* 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: #ffffff;
  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(255, 255, 255, 0.2);
}

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