html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}


.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}


 html, body {
      margin: 0;
      padding: 0;
      width: 100%;
      overflow-x: hidden;
    }
    .carousel,
    .carousel-inner,
    .carousel-item,
    .carousel-item img {
      width: 100%;
      max-width: 100%;
      margin: 0;
      padding: 0;
      display: block;
    }
    .carousel-item img {
      height: 100vh;
      object-fit: cover;
    }

    .antlogo {
      text-align: center;
      margin-left: 10%;
      margin-right: 10%;
      font-weight: bold;
      }

    .antlogoresim {
      width: 150px;
      height: 150px;
      border-radius: 50%;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }




  /* biz neler yapıyruz */

      .service-card {
      background-color: #f9f9f9;
      border-radius: 10px;
      padding: 30px;
      text-align: center;
      transition: transform 0.3s ease;
      box-shadow: 0 0 15px rgba(0,0,0,0.05);
    }
    .service-card:hover {
      transform: translateY(-5px);
    }
    .service-icon {
      font-size: 40px;
      color: #e47911;
      margin-bottom: 20px;
    }

/* hakkımızda */



    

  @media (max-width: 768px) {
    #carouselExampleAutoplaying .carousel-item img {
      height: 300px; /* Mobilde yükseklik */
      object-fit: cover;
    }
  }

 .object-fit-cover {
    object-fit: cover;
    height: 200px;
  }
