.container {
  max-width: 960px;
}

.icon-link > .bi {
  width: .75em;
  height: .75em;
}

.flex-equal > * {
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    flex: 1;
  }
}

.hero-background {
  height: 100vh;
  background-image: url('../assets/background_big.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 992px) {
  .hero-background {
    background-image: url('../assets/background_medium.png');
  }
}

@media (max-width: 576px) {
  .hero-background {
    background-image: url('../assets/background_small.png');
  }
  .hero-overlay {
    top: 70%; /* daha yukarıda */
  }
}

.hero-overlay {
  position: absolute;
  top: 80%; /* Yazıları biraz aşağıya alır */
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  width: 90%;
}

.hero-title {
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: bold;
  word-break: break-word;
}

.hero-subtitle {
  font-size: clamp(1.25rem, 2.5vw, 2rem);
  margin-top: 2.8rem;
  word-break: break-word;
}


.custom-navbar {
  background-color: #cdcccb !important; /* Örnek olarak mor tonu (SlateBlue) */
}

.custom-navbar .nav-link,
.custom-navbar .navbar-brand {
  color: white !important;
}

.custom-navbar .nav-link:hover {
  color: #012C57 !important; /* hover rengi: altın sarısı */
}


.custom-body {
  background-color: #063166;
}

.custom-footer-text {
  color: #676664 !important;
}

.custom-footer {
  background-color: #cdcccb !important; /* Örnek olarak mor tonu (SlateBlue) */
}

.custom-offcanvas {
  background-color: #cdcccb !important;
  color: white;
}

.badge-scratch {
  background-color: #90bc62;
  color: white;
}

.badge-python {
  background-color: #042d63;
  color: white;
}

.text-green{
  color: #90bc62;
}

.btn-register{
  background-color: #0a95c0;
  color: white;
}

.btn-register:hover{
  background-color: #042d63;
  color: white;
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: center;
  z-index: 1000;
  text-decoration: none;
}

.whatsapp-float img {
  display: block;
  margin: 0 auto;
  transition: transform 0.2s ease;
}

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

.whatsapp-text {
  font-size: 0.85rem;
  color: #ffffff;
  margin-top: 4px;
  font-weight: 500;
}

.card{
  background-color: #EBE0CE;
} bu da style css dosyası bg-hero {
  background-image: url('../assets/background_edited.png'); /* görsel yolu */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.custom-navbar {
  background-color: #cdcccb !important; 
}