
.lexend {
    font-family: "Lexend", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

body{
    font-family: "Lexend", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.bg-gray{
    background-color: #f0f2f1;
}

.navbar-brand img{
    width: 130px;
}

/* lang-bar için kaydırma animasyonu */
.lang-bar {
    transition: transform 0.3s ease-in-out;
}
.lang-bar.hidden {
    transform: translateY(-100%);
}

/* navbar’ın geçiş efektleri */
.main-navbar {
    transition: padding 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
/* logo küçültülür */
.main-navbar .logo-img {
    height: 80px;
    transition: height 0.3s ease-in-out;
}

/* scroll sonrası */
.main-navbar.scrolled {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    background-color: #fff;
}
.main-navbar.scrolled .logo-img {
    height: 50px;
}




.colored {
    background: #28a745;
}

.colored2 {
    background: #0d6efd;
}

.colored3 {
    background:#ffc107;
}




.half-colored {
    background: linear-gradient(to bottom, #28a745 70%, #fff 30%);
}

.half-colored2 {
    background: linear-gradient(to bottom, #0d6efd 70%, #fff 30%);
}

.half-colored3 {
    background: linear-gradient(to bottom, #ffc107 70%, #fff 30%);
}



@media (max-width: 576px) {
    .half-colored {
        background: #28a745;
        min-height: 195px;
    }

    .half-colored2 {
        background: #0d6efd;
        min-height: 195px;
    }

    .half-colored3 {
        background: #ffc107;
        min-height: 195px;
    }
}

.car{
    width: 500px; height: 220px; object-fit: contain; object-position: center bottom;
}
.car_s{
    width: 300px; height: 60px; object-fit: contain; object-position: center bottom;
}

.card-img-fixed_on_arka {
    width: 250px;
    height: 200px;
    object-fit: scale-down;
    object-position: center bottom;
}

.card-img-fixed_yan {
    max-height: 220px;
}
@media (max-width: 576px) {
    .card-img-fixed_on_arka {
        width: 250px;
        height: 200px;
        object-fit: scale-down;
        object-position: center bottom;
    }

    .card-img-fixed_yan {

        max-height: 220px;
    }
}


.custom-dropdown:focus{
    border:none;
    box-shadow: none;
}

.custom-dropdown + .ts-wrapper {
    border-radius: 0px;
    padding: 10px;
    border: 0px solid #d1d1d1;
    font-size: 1.05rem;
    box-shadow: none;
}

.ts-control {
    border: none !important;
    padding: 0 !important;
    margin: 0;
}

.ts-control input {
    font-size: 1.1rem;
}

.compare-btn.active {
    background-color: #28a745;
    border-color: #28a745;
}



