.ozellikli-uyeisyeri {
  border: none;
  outline: none;
  position: relative;
  background: linear-gradient(90deg, rgba(0,139,201,1) 20%, rgba(10,180,177,1) 32%, rgba(141,175,137,1) 54%, 64%, #f97e38, 80%, #fa5077);
  color: black;
  width: 100%;
  z-index: 1;  
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 8px 15px; /* Yatay ve dikey iç boşlukları ayarlama */
  border-radius: 15px; 
  font-size: 14px; 
  height: auto; 

}

.contact-info {
  display: flex;
  justify-content: space-between; 
  text-align: center;
  margin: 20px;
}

.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.contact-item img {
  width: 20px;
  height: 20px; 
  margin-right: 5px;
}
.oval-div {
  border-radius: 10px; 
}
#uyeis {
  z-index: 2;
  border: 2px solid transparent;
  background-origin: border-box;
  width: 1000px;
  height: 100px;
}
.custom-col {
  margin-right: 5px;
}

.isyerisign {
  border: 1px black;
  border-radius: 20px;
  color: black;
}
.custom-list li::before {
  content: "\2022";
  color: #007BFF;
  font-size: 2em; 
  margin-right: 10px; 
}
.buton {
  font-size: 18px;
  border-radius: 100px;
  width: 40%;
  height: 100px;
  margin-left: 30%;
}



.contact-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact-item {
  text-align: center;
}
.accordion-button {
  font-weight: normal;
}
.container.sss-container {
  max-width: unset;
}

@media (max-width: 767px) {
  .contact-info .contact-item {
    display: flex;
    justify-content: center;
    align-items: center;
      
  }

  .contact-info .contact-item:nth-child(3) {
      flex-basis: 100%; 
      

  }
}
.card#iletisimcard {
  width: 100%;
  max-width: unset;
}

.ozellikli-uyeisyeri::before {
  content: "";
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  background-color: white;
  padding: 8px 15px; 
  border-radius: 15px; 
  font-size: 14px; 
  height: auto; 
  z-index: -1;
}
.navbar {
  justify-content: end;
}

.navbar ul li {
  float: right;
  margin-right: -8px;
}
.ozellikli-uyeisyeri {
  font-size: 12px !important;
}

.ozellikli-nav-adresleri {
  font-size: 14px !important;
}

.iletisim-textbox {
  font-size: 14px !important;
}

.iletisim-buton {
  font-size: 16px !important;
}

.iletisim-icons {
  font-size: 20px !important;
}

.iletisim-liste-ozel {
  font-size: 14px !important;
}

.ozellikler-tanitim-kart-title {
  font-size: 18px !important;
}

.ozellikler-tanitim-kart {
  font-size: 14px !important;
}

#iletisimbtn {
  font-size: 16px !important;
}

#iletisimcard {
  font-size: 16px !important;
}

.ozellikli-uyeisyeri:hover {
  padding: 8px 20px;
  border-radius: 15px; 
  font-size: 14px; 
  height: auto; 
  background-color: white;
  color: black;
  width: 100%;
  
}
.ozellikli-nav-adresleri {
  color: black;
  z-index: 1;
}
 /* PC ekranları için stil */
@media only screen and (min-width: 768px) {
  #iletisimcard .col-md-8 {
      text-align: left;
      padding-top: 10px; 
      margin-left: 60px;
  }

  #iletisimcard .col-md-4 a.btn {
      text-align: center;
      padding: 8px;
      margin-left: 50px; /* 5px sağa kaydırma */
  }
}

/* Telefon ekranları için stil */
@media only screen and (max-width: 767px) {
  #iletisimcard .col-md-8, #iletisimcard .col-md-4 {
      text-align: center;
      padding: 0;
      margin-left: 0;
  }

  #iletisimcard .col-md-4 a.btn {
      text-align: center;
      padding: 5px;
      margin-top: 0px;
      margin-left: 5px; /* 5px sağa kaydırma */
  }
}


.iletisim-textbox {
  resize: none;
  margin-bottom: 10px;
  border-radius: 30px;
}

.iletisim-buton {
  color: white;
  border-radius: 30px;
  background-color: rgb(241, 16, 157);
}

.iletisim-buton:hover {
  color: white;
  border-radius: 30px;
  background-color: rgb(241, 16, 157);
}

.iletisim-icons {
  margin-right: 10px;
  background-color: white;
}

.iletisim-liste-ozel {
  margin-bottom: 20px;
  font-family: 'SF-Pro-Display-Regular', sans-serif;
  color: rgb(74,74,74);
}

.ozellikler-tanitim-kart-title {
  font-weight: bold;
}

.ozellikler-tanitim-kart {
  background-color: transparent;
  border-style: none;
  margin: 10px;
}

.storeimage-container {
  display: flex;
}


hr {
  background: linear-gradient(90deg, rgba(0,135,202,1) 20%, rgba(27,179,175,1) 32%, rgba(174,169,114,1) 54%, 64%, #fc7a3d, 80%, #f94e78);
  height: 5px;
  width: 10%;
  border: 0px;
  border-radius: 10px;
  margin: auto;
}

#iletisimbtn {
  background: white;
  border-radius: 30px;
}

#iletisimbtn:hover {
  color: black;
  background: white;
  border-radius: 30px;
}

#iletisimcard {
  color: white;
  background: linear-gradient(90deg, rgba(0,139,201,1) 20%, rgba(10,180,177,1) 32%, rgba(141,175,137,1) 54%, 64%, #f97e38, 80%, #fa5077);
}

.ozellikli-uyeisyeri::after {
  color: black;
  content: attr(data);
  -webkit-background-clip: text;
  padding: 8px 15px; 
  border-radius: 15px; 
  font-size: 14px; 
  height: auto; 
}
.button-container {
  display: flex;
  justify-content: center;
  align-items: center;

}

.button-container img {
  width: 75%; 
}
/* Fontlar */ 
@font-face {
  font-family: 'SF-Pro-Display-Regular';
  src: url('/assets/fonts/SF-Pro-Display-Regular.otf') format('otf'),
       url('/assets/fonts/SF-Pro-Display-Regular.woff2') format('woff2'),
       url('/assets/fonts/SF-Pro-Display-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SF-Pro-Display-Bold';
  src: url('/assets/fonts/SF-Pro-Display-Bold.otf') format('otf'), 
       url('/assets/fonts/SF-Pro-Display-Bold.woff2') format('woff2'),
       url('/assets/fonts/SF-Pro-Display-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'SF-Pro-Display-Semibold';
  src: url('/assets/fonts/SF-Pro-Display-Semibold.woff2') format('woff2'),
       url('/assets/fonts/SF-Pro-Display-Semibold.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'SF-Pro-Display-Black';
  src: url('/assets/fonts/SF-Pro-Display-Black.otf') format('otf'), 
       url('/assets/fonts/SF-Pro-Display-Black.woff2') format('woff2'),
       url('/assets/fonts/SF-Pro-Display-Black.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}

body {
  font-family: 'SF-Pro-Display-Regular', sans-serif;
}

h1, h2, h3, h4, h5, h6, .fw-bold {
  font-family: 'SF-Pro-Display-Regular', sans-serif;
}

p {
  font-family: 'SF-Pro-Display-Regular', sans-serif;
}
@media only screen and (min-width: 768px) {
  .footlogo{
    margin-left: 450px;
  }
  }
  @media only screen and (min-width: 768px) {
    .footul{
      margin-left: 310px;
    }
    }
    @media only screen and (max-width: 767px) {
      .footlogo {
        margin-left: 140px;
        }
      }
      @media only screen and (min-width: 768px) {
      .felycr {
      margin-left: 350px 
    }
  }
  .map {
    position: relative;
}

.map::after {
    content: '';
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgba(0, 139, 201, 1) 20%, rgba(10, 180, 177, 1) 32%, rgba(141, 175, 137, 1) 54%, 64%, #f97e38, 80%, #fa5077);
}
