html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btnEkle {
    display: none;
}
@media (max-width: 768px) {
    .header {
        background-image: url(/imgs/mobileBg.png) !important;
    }
    .btnEkle {
        display: block;
        border-radius: 35px;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

.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%;
}

body {
  margin-bottom: 60px;
}

.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;
}

.header {
    background-color: #00427f;
    background-image: url(/imgs/webBg.png);
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-attachment: fixed;
}

.kartvizit {
    margin: 0 auto;
    max-width: 55rem;
    /*padding-bottom: 3rem;*/
}
.info {
    margin: 0 auto;
    max-width: 55rem;
    padding-top: 1.5rem;
}

.logo {
    width: 5rem;
}

.kartvizit h6 {
    margin: 0;
}

.siteTitle {
    padding-top:1.7rem;
}

.personInfo p {
    margin-bottom: 0;
}

.personInfo .duty {
    padding-top: 0.5rem;
}

.photoCover {
    width: 11rem;
    height: 11rem;
    overflow: hidden;
    right: 0.5rem;
}

.photo {
    width: 100%; /* Kutunun genişliğini doldur */
    height: 100%; /* Kutunun yüksekliğini doldur */
    object-fit: cover;
    object-position: top;
    background-color: #00427f;
    border-radius: 50% 50%;
    padding: 5px;    
}

.iletisim {
    padding-top: 4rem;
}

.icon {
    border-radius: 50% 50%;
    padding: 10px 10px 10px 0;
}

.iletisimBilgi {
    padding-top: 0.7rem !important;
}

.iletisimBilgi.adres {
    line-height: 1.5rem;
    padding-bottom: 1.5rem !important;
}

.iletisim .text-secondary {
    line-height: 0.8rem;
}