@font-face {
  font-family: "EBGaramond";
  src: url(fontlar/EB\ Garamond);
}
html {
  scroll-behavior: smooth;
}

body {
  background-color: black;
  color: beige;
}

header {
  padding: 6rem 0;
  background-image: linear-gradient(#4d0000, black);
}
header h2 {
  font-family: "EBGaramond", serif;
  font-size: 4.5rem;
  font-weight: bold;
  color: beige;
}
header h2 span {
  font-size: 6rem;
  color: #8b0000;
}
header h2 p {
  color: #ccc;
  font-size: 1.5rem;
}

nav {
  background-image: linear-gradient(to right, #333, #800000, #333);
  padding: 0.5rem 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  border-top: 1px solid rgba(255, 0, 0, 0.3098039216);
  border-bottom: 1px solid rgba(255, 0, 0, 0.3098039216);
}
nav .nav-item {
  padding: 0.5rem 0;
  transition: background-color 0.3s ease;
}
nav .nav-item:hover {
  background-color: rgba(211, 211, 211, 0.1);
}
nav a {
  text-decoration: none;
  color: beige;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

section {
  color: #ccc;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
section h2 {
  color: beige;
  font-family: "EBGaramond", serif;
  font-size: 2.8rem;
  border-bottom: 2px solid #8b0000;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 3rem !important;
}
section h4 {
  color: beige !important;
}

.odev-cerceve-container {
  display: none;
  opacity: 0;
  margin-top: 3rem;
  padding: 1.5rem;
  background-color: #1a1a1a;
  border-radius: 8px;
  border: 2px solid #8b0000;
  box-shadow: 0 0 15px rgba(255, 0, 0, 0.2);
  transition: opacity 0.5s ease-in-out;
}
.odev-cerceve-container.aktif {
  display: block;
  opacity: 1;
}
.odev-cerceve-container .kapat-btn {
  float: right;
  font-size: 2rem;
  color: #ccc;
  text-decoration: none;
  line-height: 1;
  transition: color 0.3s ease;
}
.odev-cerceve-container .kapat-btn:hover {
  color: white;
}
.odev-cerceve-container h3 {
  color: beige;
  font-family: "EBGaramond", serif;
  margin-bottom: 1.5rem;
}
.odev-cerceve-container iframe {
  width: 100%;
  height: 70vh;
  border: 1px solid #333;
  background-color: white;
}

.sertifika-blok {
  display: block;
  text-decoration: none;
  color: inherit;
  background-color: #1a1a1a;
  border-left: 4px solid #dc3545;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  border-radius: 0 5px 5px 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(to right, #2a2a2a, #2a2a2a);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  background-position: left center;
  transition: background-size 0.4s ease-in-out, transform 0.3s ease-out, border-left-color 0.3s ease-out;
}
.sertifika-blok:hover {
  background-size: 100% 100%;
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  border-left-color: #ff5c5c;
}
.sertifika-blok:hover i {
  opacity: 1;
  transform: translateX(0);
}
.sertifika-blok i {
  color: #dc3545 !important;
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.3s ease-out 0.1s, transform 0.4s ease-out;
}
.sertifika-blok .d-flex {
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.sertifika-blok h5, .sertifika-blok small {
  color: #f8f9fa !important;
  position: relative;
  z-index: 2;
}

footer {
  background-color: #1a1a1a;
  color: #ccc;
  border-top: 2px solid #8b0000;
}
footer p {
  margin: 0.5rem 0;
}
footer p a {
  transition: transform 0.3s ease;
}
footer p a:hover {
  color: #8b0000 !important;
  transform: scale(1.2);
}
footer .linkler a {
  font-size: 2rem;
  margin: 0 15px;
  text-decoration: none;
  transition: transform 0.3s ease, color 0.3s ease;
}
footer .linkler a:hover {
  transform: scale(1.2);
  color: white !important;
}
footer .linkler .bi-instagram {
  color: #e4405f;
}
footer .linkler .bi-github {
  color: #ffffff;
}
footer .linkler .bi-linkedin {
  color: #0a66c2;
}/*# sourceMappingURL=main.css.map */