* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}

body {
    background: #d8d8d8;
    color: #ffffff;
    margin: 0;
}



.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;
}

.topurunler p {
background-image: linear-gradient(to right, #ff5618,#ff2dcb);
font-size: 25px;
text-align: center;
border-radius: 20px;

}
/********************************************/
.nav-link {
    background-image: linear-gradient(to right, #ff5618,#ff2dcb);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.nav-link:focus {
    outline: none;
}

.navbar {
    background-color: #ffffff;
    width: 100%;   
    position: absolute;
   
    z-index: 1000; /* Diğer öğelerden üstte olaca*/
}

.navbar.fixed-top {
    top: -100px;
}

.navbar1-logo {
    
    text-decoration: none;
    background-image: linear-gradient(to right, #ff2dcb, #ff5618);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    
}
.navbar1-logo img{
    width: 30px;
    height: 30px;
   

}


/*arama stili*/

.highlight {
    background-color: rgb(250, 68, 204);
    font-weight: bold;
}
#message {
    color: #c000fa;
    margin-top: 10px;
    
}



/* -----------------------------*/
.bastext {
    display: flex; /* Flexbox'u kullanarak içeriği hizalamak için */
    justify-content: center; /* Yatayda içeriği ortala */
    align-items: center; /* Dikeyde içeriği ortala */
    height: 100%;
    font-size: 15px;
    text-align:center;
    flex-direction: column; /* Öğeleri dikey olarak hizala */
    
}


.bastext h1 {
    font-size: 30px;
    margin: 0;
    color: #ffffff;
    border: 1px solid rgb(255, 255, 255);
    display: inline-block;
    border-radius: 50px;
    backdrop-filter: blur(2px);
    filter:drop-shadow(10px 15px 20px);
    padding: 10px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.bastext h1 span {
    color: #ff03b3;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    filter:drop-shadow(10px 15px 20px);
}



#bas {
    width: 100%;
    height: 80vh;
    background-image: url(imgx/banner2.png);
    background-size: cover;
    background-position: center;
    
}



.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 */
}

.yildiz {
    
    display: inline-block;
    unicode-bidi: bidi-override;
    color: #ffbf00; /* Sarı rengi burada değiştirebilirsiniz */
    font-size: 25px; /* Yıldız boyutunu buradan ayarlayabilirsiniz */
    position: relative;
    
}

.yildiz:before {
    content: "★★★★★";
    position: absolute;
}

.yildiz4 {
    
    display: inline-block;
    unicode-bidi: bidi-override;
    color: #ffbf00; /* Sarı rengi burada değiştirebilirsiniz */
    font-size: 25px; /* Yıldız boyutunu buradan ayarlayabilirsiniz */
    position: relative;
    
}

.yildiz4:before {
    content: "★★★★☆";
    position: absolute;
}

#yukariCikButton {
    display: block;
  position: fixed;
  bottom: 20px;
  left: 10px;
  z-index: 99;
  cursor: pointer;
  background-color: #ee7e16;
  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; 
}

  
#trendyol{
    display: block;
  position: fixed;
  bottom: 175px;
  right: 10px;
  z-index: 100;
  cursor: pointer;
  background-color: #f37c0c;
  color: #262626;
  padding: 15px;
  border-radius: 50px;
  transition: opacity 0.3s ease-in-out; 
  opacity: 1;
  
}



#trendyol 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;
    }





/* 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;
    
}


@media only screen and (max-width: 600px) {
    #bas {
        background-image: url(imgx/moilebanner.JPG);
    }

    .bastext {
        
        font-size: 16px;
    }

    .bastext h1 {
        font-size: 25px;
    }

    
        
    
    
}
