*{
   body {
  margin: 0;
  padding: 0;
  font-family: "Rubik", sans-serif;
  background: linear-gradient(135deg, #0d1117 0%, #0a1f3c 50%, #001f4d 100%);
  color: #ffffff;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
   font-size: 16px;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 14px; /* Mobil cihazlar için daha küçük yazı tipi boyutu */
  }
  header {
    font-size: 1.5rem; /* Mobil cihazlarda başlık boyutunu küçült */
  }
  .navbar {
    flex-direction: column; /* Mobilde dikey hizalama */
    padding: 1rem; /* Mobilde daha fazla boşluk */
  }
  .navbar .nav-links {
    flex-direction: column; /* Mobilde dikey hizalama */
    gap: 1rem; /* Mobilde daha fazla boşluk */
  }
  .navbar .logo {
    margin-bottom: 1rem; /* Mobilde logo ile menü arasına boşluk ekle */
  }
  .logo img {
    height: 80px; /* Mobilde logo boyutunu küçült */
    width: 80px; /* Mobilde logo boyutunu küçült */
    border-radius: 50%; /* Mobilde logo yuvarlak olsun */
px; /* Mobilde logo boyutunu küçült */
  }
  .about-logo {
    width: 80px; /* Mobilde about logo boyutunu küçült */
    height: 80px; /* Mobilde about logo boyutunu küçült */
    border-radius: 50%; /* Mobilde about logo yuvarlak olsun */
}
  }
  .about h1 {
    font-size: 2rem; /* Mobilde about başlık boyutunu küçült */
  }
  .about p {
    font-size: 0.9rem; /* Mobilde about metin boyutunu küçült */
  }
  .Hizmetler h1 {
    font-size: 2rem; /* Mobilde Hizmetler başlık boyutunu küçült */
  }
  .Hizmetler > p {
    font-size: 0.9rem; /* Mobilde
  Hizmetler metin boyutunu küçült */


}
  box-sizing: border-box;
  text-decoration: none;
  color: inherit;
}
html, body {
  height: 100%;
  margin: 0;
}
body {
  font-family: "Rubik", sans-serif;
  background: linear-gradient(135deg, #0d1117 0%, #0a1f3c 50%, #001f4d 100%);
  color: #ffffff;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
.logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px; /* Logo ile menü arasına boşluk ekle */
  transition: transform 0.3s ease; /* Logo hover animasyonu */
}
.logo:hover {
  transform: scale(1.1); /* Logo hover animasyonu */
}
.logo img {
  height: 100px;       
  width: 100px;        
  border-radius: 50%; 
  object-fit: cover;  
}


.logo img:hover {
  transform: scale(1.1); /* Hover animasyonu ekleyebilirsin */
}
i {
  color: #ffffff;
  font-size: 25px;
  cursor: pointer;
  transition: color 0.3s;
}

i:hover {
  color: #000000;
}

i.fa-phone {
  color: #ffffff;
  font-size: 24px;
  cursor: pointer;
  transition: color 0.3s ease;
  text-decoration: none;
}

i.fa-phone:hover {
  color: #000000;
}


/* Navbar Temel Yapı */
.navbar {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #0d1117;
  padding: 1rem 2rem;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
   flex-direction: column;
}

/* Logo */
.navbar .logo {
  color: #00bfff;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 1px;
}

/* Navigation Links */
.navbar .nav-links {
  list-style: none;
  display: flex;
  gap: 2rem;
}

/* Linkler */
.navbar .nav-links li a {
  text-decoration: none;
  color: #ffffff;
  font-size: 1rem;
  position: relative;
  transition: color 0.3s ease;
}

/* Hover Efekti - underline animasyonu */
.navbar .nav-links li a::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: -4px;
  left: 0;
  background-color: #00bfff;
  transition: width 0.3s ease-in-out;
}

.navbar .nav-links li a:hover::after {
  width: 100%;
}

.navbar .nav-links li a:hover {
  color: #00bfff;
}

header{
    position: relative;
    height: 100vh;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    text-align: center;
    font-family: "Rubik", sans-serif;
    font-size: 2rem;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    z-index: 1;
    overflow: hidden;    
}

button{
    background-color: #ffffff;
    color: black;
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
    border-radius: 0%;
    cursor: pointer;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    border: none;
    font: weight: bold;
    text-decoration; none;
    text-transform: uppercase;
    display: inline-block;
    text-align:center;
    transition: background-color 0.3s ease, transform 0.3s ease;
    box shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 15%; 
    object-fit: cover;  
}

button:hover {
    background-color: #000000;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;

}


.about {
    position: relative;
    height: 100vh;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    text-align: center;
    font-family: "Rubik", sans-serif;
    font-size: 1rem;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 1;
    overflow: hidden;
    padding: 20px;
    gap: 1rem;
}

.about-logo {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
}

.about-logo:hover {
    transform: scale(1.1);
}

.about h1 {
    font-size: 3rem;
    margin: 10px 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.about p {
    font-size: 1rem;
    max-width: 900px;
    line-height: 1.6;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 10px;
    text-align: justify;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}



.Hizmetler {
    position: relative;
    min-height: 100vh;
    background: linear-gradient(135deg, #0d1117 0%, #0a1f3c 50%, #001f4d 100%);
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    color: #ffffff;
    text-align: center;
    font-family: "Rubik", sans-serif;
    font-size: 1rem;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 1;
    overflow: hidden;
    padding: 40px 20px;
    gap: 1.5rem;
}

.Hizmetler h1 {
    font-size: 3rem;
    margin: 10px 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 30px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 123, 255, 0.2);
}

.Hizmetler > p {
    max-width: 900px;
    font-size: 1rem;
    line-height: 1.6;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 10px;
    text-align: justify;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-weight: normal;
}

/* Hizmet Kartları */
.service-container {
    display: flex;
    flex-direction: column;
    gap: 60px;
    width: 100%;
    max-width: 1200px;
    margin-top: 30px;
}

.service-item {
    background-color: rgba(22, 27, 34, 0.85);
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0, 123, 255, 0.1);
    padding: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 30px rgba(0, 123, 255, 0.4);
}

.service-item img {
    width: 50%;
    height: 250px;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 20px;
    border: 2px solid #007bff33;
}

.service-item h2 {
    font-size: 1.5rem;
    color: #58a6ff;
    margin-bottom: 10px;
}

.service-item p {
    font-size: 1rem;
    line-height: 1.6;
    color: #c9d1d9;
    text-align: justify;
    font-weight: normal;
}

/* Mobil uyum */
@media screen and (max-width: 768px) {
    .Hizmetler h1 {
        font-size: 2rem;
    }

    .service-item img {
        height: 200px;
    }

    .service-item h2 {
        font-size: 1.3rem;
    }

    .service-item p {
        font-size: 0.95rem;
    }
}

.iletişim{
    position: relative;
    min-height: 100vh;
    background: linear-gradient(135deg, #0d1117 0%, #0a1f3c 50%, #001f4d 100%);
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    text-align: center;
    font-family: "Rubik", sans-serif;
    font-size: 1rem;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 1;
    overflow: hidden;
    padding: 40px 20px;
}

.footer{
    position: relative;
    background-color: #0d1117;
    color: #ffffff;
    text-align: center;
    padding: 20px 0;
    font-family: "Rubik", sans-serif;
    font-size: 1rem;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 1;
    overflow: hidden;
    margin-top: 20px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);

}


html {
  scroll-behavior: smooth;
}



.card {
  position: relative;
  width: 200px;
  height: 200px;
  left: 500px;
  background: lightgrey;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: all 1s ease-in-out;
  border: 2px solid rgb(255, 255, 255);
}

.background {
  position: absolute;
  inset: 0;
  background-color: #4158D0;
  background-image: linear-gradient(43deg, #0a66c2

 0%, #0d1117

 46%, #6e7781

100%);
}



.logo .logo-svg {
  fill: white;
  width: 30px;
  height: 30px;
}

.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon .svg {
  fill: rgba(255, 255, 255, 0.797);
  width: 100%;
  transition: all 0.5s ease-in-out;
}

.box {
  position: absolute;
  padding: 10px;
  text-align: right;
  background: rgba(255, 255, 255, 0.389);
  border-top: 2px solid rgb(255, 255, 255);
  border-right: 1px solid white;
  border-radius: 10% 13% 42% 0%/10% 12% 75% 0%;
  box-shadow: rgba(100, 100, 111, 0.364) -7px 7px 29px 0px;
  transform-origin: bottom left;
  transition: all 1s ease-in-out;
  flex: 1 1 100%;
}

.box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.box:hover .svg {
  fill: white;
}

.box1 {
  width: 70%;
  height: 70%;
  bottom: -70%;
  left: -70%;
}

.box1::before {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #ff53d4 60%, #62c2fe 90%);
}

.box1:hover::before {
  opacity: 1;
}

.box1:hover .icon .svg {
  filter: drop-shadow(0 0 5px white);
}

.box2 {
  width: 50%;
  height: 50%;
  bottom: -50%;
  left: -50%;
  transition-delay: 0.2s;
}

.box2::before {
  background: radial-gradient(circle at 30% 107%, #91e9ff 0%, #00ACEE 90%);
}

.box2:hover::before {
  opacity: 1;
}

.box2:hover .icon .svg {
  filter: drop-shadow(0 0 5px white);
}

.box3 {
  width: 30%;
  height: 30%;
  bottom: -30%;
  left: -30%;
  transition-delay: 0.4s;
}

.box3::before {
  background: radial-gradient(circle at 30% 107%, #969fff 0%, #b349ff 90%);
}

.box3:hover::before {
  opacity: 1;
}

.box3:hover .icon .svg {
  filter: drop-shadow(0 0 5px white);
}

.box4 {
  width: 10%;
  height: 10%;
  bottom: -10%;
  left: -10%;
  transition-delay: 0.6s;
}

.card:hover {
  transform: scale(1.1);
}

.card:hover .box {
  bottom: -1px;
  left: -1px;
}

.card:hover .logo {
  transform: translate(70px, -52px);
  letter-spacing: 0px;
}

.logo:hover .logo-svg {
  fill: #00bfff;
}

.logo:hover {
  transform: scale(1.1);
}


.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px;
  gap: 10px;
}
.item {
  flex: 1 1 100%; /* Mobilde tüm genişliği kaplasın */
}


/* Mobil */
@media (max-width: 768px) {
  .menu {
    flex-direction: column;
  }
}

/* Tablet */
@media (min-width: 769px) and (max-width: 1024px) {
  .menu {
    flex-direction: row;
  }
}



img {
  width: 100%;
  height: auto;
}
.container {
  width: 90%;
  margin: 0 auto;
}

.nav-links{
  display: flex;
  align-items: center; 
  gap: 1rem;
  list-style: none;
  padding: 0;
}


