body{
    background-color: black;
}

.nav-link{
    color: #fbbd08;
    font-size: 10.5px;
}

.nav-item a:hover{
    color: #26df2e;
} 

.logo img{
    width: 305px;
}

input[type="search"]:focus{/*bu kod arama kısmının üzerine tıklandığında oluşan mavi kenarlığuı kaldırır*/
    box-shadow: none;
}

input[type="search"]::placeholder{/*Türü search olan input oranlarının plecholder değerini değiştirmek için bu kodu yazarız.*/
    color: var(--bs-white);
}

.header-btn a{
    text-decoration: none;
    color: white;
    padding: 7px;
}
.header-btn .odeme-btn{
    color: #26df2e;
}

.alt-main-menu .alt-menu{
  font-size: 14px;
  color: #ffff;
}

.alt-main-menu .alt-menu a:hover{
  color: #26df2e;
}

.carousel-indicators [data-bs-target]{
  height: 12px;
  width: 12px;
  border-radius: 10%;
  border: rgba(39, 131, 62, 0.521) solid 2px;
  box-shadow: 0px 0px 5px #1f1e22;
}

.special-gothic-condensed-one-regular {
    font-family: "Special Gothic Condensed One", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.metin{
    font-size: 18px;
    font-family: "Special Gothic Condensed One", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.card-title{
    color: #26df2e;
}

.card{
    border: #fbbd08 1px solid;
}

.card:hover{
    border: #26df2e 1px solid;
    border-radius: none;
}

.baglanti a{

    color: white;
    background-color: rgb(46, 44, 44);
}
  