  
 .car_img img{
        width:100%;
        height:190px;
 }
 .wow h2 a {
     width:100%!important;
     display:block;
     position:relative;
 }
 .wow h2 a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
            #modal {
    display:    none;
    position:   fixed;
    z-index:    9999;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
 background: rgba( 255, 255, 255, .8 )  
                url('https://i.pinimg.com/originals/65/ba/48/65ba488626025cff82f091336fbf94bb.gif') 
                50% 50% 
                no-repeat;
}

#modal {
    overflow: hidden;   
}
#modal {
    display: block;
}
.card{
    transition: all 0.2s ease;
    cursor: pointer; 
  }
    
.card:hover{
    box-shadow: 1px 1px 5px 5px #e9ecef;
    transform: scale(1);
}

.card-title {
    width:100%;
    min-height: 50px;
    overflow: hidden;
    display:-webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	font-size: 16px;
}

.card-text {
    color:#000000;
    font-weight: bold;
    font-size:25px;
    font-family: "Titillium Web", sans-serif;
}

.card_i img{
    padding:7px;
}



/*# + -  */
.arti_eksi_container {
    padding: .5rem 1rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125);
    position: relative;

    align-items: center;
    gap: 20px; /* Alanlar arasındaki boşluk */
}
.arti_eksi {
    display: flex;
    flex-wrap: nowrap;  
    justify-content:center;
    align-items: center;
    gap: 10px; /* Input ve butonlar arasındaki boşluk */
}

.ae {
   margin:5px;
}

.arti_eksi div:hover, .spt_cnt:hover {
    background-color: #212121;
    
}

.arti_eksi div {
    cursor: pointer;
    padding: 1px 5px;
    background-color: #0f3a8d;
    color: aliceblue;
    font-weight: bold;
    border-radius: 5px;
    transition: 0.4s;
    height: 2.8rem;
    line-height: 2rem;
    font-weight: 600;
}
.arti_eksi input {
   padding:4px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #b3b3b3;
    width:95%;

}
.spt_cnt {
    padding: 7px 10px;
    background-color: #0f3a8d;
    border-radius: 5px;
    height: 3.8rem;
    line-height: 2rem;
    font-weight: 600;
    text-align: center;
    transition: 0.4s;
}
.spt_cnt a {
    text-decoration: none;
    color: #e5e5e5!important;
}

.ae__badge {
    width: 3rem;
    height: 3rem;
    font-size: 1.2rem;
    line-height: 3rem;
    background-color: #ed1d24;
    color: #e5e5e5!important;
    position: absolute;
    top: 12px;
    right: 12px;
    text-align: center;
    border-radius: 50%;
}
.src_b {
	
    border: 1px solid var(--border-color);
    padding: 0.6rem 3rem 0.6rem 1.2rem;
    -webkit-appearance: none;
    cursor: pointer;
    border-radius: 0.5rem;
    background: var(--body-background-color);
	width:100%;

}


 .input-container {
     display: inline-block;
     position: relative;
 }

 .input-container input {
     padding: 5px;
     text-align: center;
     width:60px; /* Genişlik ayarı */
 }