* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}

body {
    background: #d8d8d8;
    color: #ffffff;
    margin: 0;
}


#slayt {
  display: flex;
  justify-content: center;
  padding: 20px;
  background: #f2f2f2;
  box-sizing: border-box;
}

#slider {
  width: 100%;
  max-width: 940px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

#slider ul {
  display: flex;
  animation: slide 16s infinite;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 400%; /* 4 slayt */
}

#slider ul li {
  flex: 0 0 100%;
}

#slider img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

@keyframes slide {
  0%   { transform: translateX(0%); }
  20%  { transform: translateX(0%); }
  25%  { transform: translateX(-100%); }
  45%  { transform: translateX(-100%); }
  50%  { transform: translateX(-200%); }
  70%  { transform: translateX(-200%); }
  75%  { transform: translateX(-300%); }
  95%  { transform: translateX(-300%); }
  100% { transform: translateX(0%); }
}




/* sayaca baslangic     */

#sayac-container {
    border-radius: 22px;
    position: relative;
    padding: 0 20px; /* Yatay padding'i ayarladım */
    margin: 0;
    color: #fe2020;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.5s;
    letter-spacing: 2px; /* Harf aralığını kıstım */
    overflow: hidden;
    background-color: #f12121;
    height: 30px;
    width: auto; /* Genişliği içeriğe göre ayarlar */
    box-sizing: border-box;
    display: flex; /* İçeriği yan yana sıralamak için flex */
    justify-content: center; /* İçeriği yatayda ortalar */
    align-items: center; /* İçeriği dikeyde ortalar */
  }
  #sayac-container:hover {
    background: #7e1b1b;
    color: #000000;
    box-shadow: 0 0 5px #2c2e2e, 0 0 25px #353535, 0 0 50px #848585,
      0 0 200px #353838;
    -webkit-box-reflect: below 1px linear-gradient(transparent, #0005);
  }
  #sayac-container span {
    position: absolute;
    display: block;
  }
  #sayac-container span:nth-child(1) {
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #000000);
    animation: animate1 1s linear infinite;
  }
  @keyframes animate1 {
    0% {
      left: -100%;
    }
    50%,
    100% {
      left: 100%;
    }
  }
  #sayac-container span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #000000);
    animation: animate2 1s linear infinite;
    animation-delay: 0.25s;
  }
  @keyframes animate2 {
    0% {
      top: -100%;
    }
    50%,
    100% {
      top: 100%;
    }
  }
  #sayac-container span:nth-child(3) {
    bottom: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg, transparent, #000000);
    animation: animate3 1s linear infinite;
    animation-delay: 0.5s;
  }
  @keyframes animate3 {
    0% {
      right: -100%;
    }
    50%,
    100% {
      right: 100%;
    }
  }
  #sayac-container span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg, transparent, #000000);
    animation: animate4 1s linear infinite;
    animation-delay: 0.75s;
  }
  @keyframes animate4 {
    0% {
      bottom: -100%;
    }
    50%,
    100% {
      bottom: 100%;
    }
  }
  #sayac {
    font-weight: bold;
    font-size: 1.2em;
    color: #000000;
    white-space: nowrap; /* Metnin tek satırda kalmasını sağlar */
    text-align: center;
  }

/* sayaca bitimi */


/* icerik css bas */

.icerik-container {
    padding: 10px;
    margin-left: 200px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
  }

  .icerik-container img {
    max-width: 500px;
    height: auto;
    float: right;
    margin-left: 200px;
    object-fit: cover;

  /* Üçgen şekli */
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  }

  @media screen and (max-width: 768px) {      /* gorseli mobilde gizle */
    .icerik-container img {
      display: none;
      
      
    }
    .icerik-container{
        margin-left: 0;
    }
    
    
  }

  
#yazistili {
    color: #000;
    
}

#yazistili1 {
  font-size: 22px;
  font-weight: bold;
  color: #412b2b; /* */
  
  line-height: 1.4;
  margin-bottom: 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#yazistili2 {
    
    color: #000;
}


/* icerik css bitti */




.container-fluid {
    padding: 10px 10%;
}



.btn{
   display: block;
}
.card{
   transition: 0.3s;
   box-shadow: 10px 7px 20px;
   padding: 10px;
   
}
.card:hover{
   transform: scale(1.03);
   z-index: 1;
}
.card-text {
    color: #a3a1a1;
}


/*****************botun bize ulaş***************************/


.bizeulas {
background-color: #f70000;

font-size: 22px;
text-align: center;
border-radius: 20px;
width: 180px;
height: 35px;
transition: all 0.3s ease;


}

.bizeulas a{
    text-decoration: none;
    color: #412b2b;
}
.bizeulas:hover{
    background-color: rgb(250, 248, 248);
    color: rgb(0, 0, 0); /* siyah arka plan için yazıyı görünür yapar */
    transform: scale(0.95);
}
/********************************************/
.nav-link {
    background-image: linear-gradient(to right, #fd0000,#f03000);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.nav-link:focus {
    outline: none;
}

.navbar {
    background-color: #ebebeb;
    width: 100%;   
    position: absolute;
   
    z-index: 1000; /* Diğer öğelerden üstte olaca*/
}

.navbar.fixed-top {
    top: -100px;
}

.navbar1-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    background-image: linear-gradient(to right, #ff2dcb, #ff5618);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    
}
.navbar1-logo img{
    width: 50px;
    height: 50px;
   

}





/* -----------------------------*/







.custom-button {
    background-color: #ff5618;
    border-color: #ff5618;
    color: white; /* Yazi rengini beyaz yapabilirsiniz */
}

.custom-button:hover {
    background-color: #ff8a5c; /* Butona fare geldiginde rengin biraz daha acilmasini saglar */
    border-color: #ff8a5c;
}
.custom-button:active {
    background-color: yellow; /* Tiklandiginda arka plan rengi */
    color: #000; /* Tiklandiginda metin rengi */
}





#yukariCikButton {
    display: block;
  position: fixed;
  bottom: 20px;
  left: 10px;
  z-index: 99;
  cursor: pointer;
  background-color: #c93c3c;
  color: #000000;
  padding: 5px;
  text-align: center;
  transition: opacity 0.3s ease-in-out; /* Opaklik gecis efekti */
  opacity: 1;
  border-radius: 45px;
    
      
  }
  #whatsapp{
  display: block;
  position: fixed;
  bottom: 45px;
  right: 10px;
  z-index: 100;
  cursor: pointer;
  background-color: #00fc2a;
  color: #262626;
  padding: 15px;
  border-radius: 50px;
  transition: opacity 0.3s ease-in-out; 
  opacity: 1;
  
  }
  #whatsapp img {
    width: 30px;
    height: 30px; 
}

  
#mail{
    display: block;
  position: fixed;
  bottom: 175px;
  right: 10px;
  z-index: 100;
  cursor: pointer;
  background-color: #f39393;
  color: #262626;
  padding: 15px;
  border-radius: 50px;
  transition: opacity 0.3s ease-in-out; 
  opacity: 1;
  
}



#mail img {
    width: 30px;
    height: 30px; 
   
}


#instagram{
    display: block;
    position: fixed;
    bottom: 110px;
    right: 10px;
    z-index: 100;
    cursor: pointer;
    background-image: linear-gradient(to right, #f711bd, #ff4400);
    color: #262626;
    padding: 15px;
    border-radius: 50px;
    transition: opacity 0.3s ease-in-out; 
    opacity: 1;
}

#instagram img {
    width: 30px;
    height: 30px; 
   
}
.card2{
 text-align: center;
   
}
.card2 img{
    width: 100%;
    height: 100%;
    display: inline-block;
    
}
.card-img-large {
    width: 100%;}
    
    .karttitle {
        color: #262626;
    }
    .kartyazi{
        color: #504f4f;
    }

    

      .banner-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
      }
      
      .banneri {
        width: 100%;
        max-width: 500px; /* PC'de görselin genişliği */
        height: auto;
        object-fit: cover;
        border-radius: 10px;
      }

      @media (max-width: 600px) {
        .banner-container {
          flex-direction: column;
          gap: 10px;
          align-items: center;
        }
      
        .banneri {
          max-width: 100%; /* Mobilde ekranı tamamen kaplasın */
          width: 100%;
        }
      }
      





      .map-container {
        width: 100%;
        height: 400px;
        max-width: 100%;
        overflow: hidden;
        position: relative;
        border-radius: 8px; /* İsteğe bağlı yumuşak köşe */
      }
      
      /* Harita içindeki iframe veya div tam alanı kaplasın */
      .map-container iframe,
      .map-container #map {
        width: 100%;
        height: 100%;
        border: 0;
      }



/* hakimizda css  */

.contact-right form {
    width: 100%;
}


.neyi{

    background-color: #cec3cd;
color: #000;
border: 2px solid transparent; /* Çerçevenin başlangıçta görünmez olması */
    padding: 50px; /* İçerik ile çerçeve arasında boşluk bırakmak için padding kullanabilirsiniz */
    position: relative;
   
    
    animation: gezinenIsik 5s linear infinite alternate; /* 4 saniyede bir alternatif olarak gezinenIsik adlı animasyonu uygula */
    border-radius: 20px;

}
.neyi h3{
    font-weight: bold;
}


.neyi2{
 
    background-color: #cab2c8;
color: #000;
border: 2px solid transparent; /* Çerçevenin başlangıçta görünmez olması */
    padding: 50px; /* İçerik ile çerçeve arasında boşluk bırakmak için padding kullanabilirsiniz */
    position: relative;
   
    
    animation: gezinenIsik 5s linear infinite alternate; /* 4 saniyede bir alternatif olarak gezinenIsik adlı animasyonu uygula */
    border-radius: 20px;

}
.neyi2 h3{
    text-align: center;
    font-weight: bold;
}
.neyi2 a{
    text-decoration: none;
    color: #ff004f;
}

.neyi2 p{
    font-weight: bold;
}

.neyi2 a{
    text-decoration: none;
    
    display: inline-block;
}

.neyi2 a:hover {
    color: #fd6702;
    transform: translateY(-5px);
}
@keyframes gezinenIsik {
    0% {
        border-color: transparent;
    }
    25% {
        border-color: #ff0bde; 
    }
    50% {
        border-color: #fd7b10; 
    }
    75% {
        border-color: #c000fa; 
    }
    100% {
        border-color: transparent;
    }
}




/* bitis css */

.copyright {
    width: 100%;
    text-align:center;
    padding: 1px 0;
    background: #a19797;
    font-weight: 300;
    margin-top: 25px;  /*aradaki bosluklar*/
}
.copyright a{
    text-decoration: none;
color: black;

}
.copyright p{
    color: #ff4400;
    
}



#bas {
  width: 100%;
  height: 80vh;
  background-image: url(./imgx/banner2.png);
  background-size: cover;
  background-position: center;
  
}

@media only screen and (max-width: 600px) {
  #bas {
      background-image: url(./imgx/moilebanner.jpg);
  }


    #sayac-container{
        font-size: 10px;
    }
 
    
}
