@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300..700&display=swap');

/* Normal Navbar stili */
.header__nav {
    position: relative; /* Sayfa en üstteyken normal konumunda olacak */
    /*position: fixed;*/ /* Sayfa en üstteyken normal konumunda olacak */
    transition: all 0.3s ease-in-out; /* Geçiş efekti */
    background-color: #fff; /* Arka plan rengi */
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/ /* Hafif gölge efekti */
    padding: 10px 0; /* Üstten ve alttan padding */
    z-index: 1000; /* Diğer elemanların üstünde olmasını sağlar */
    z-index: 1; /* Diğer elemanların üstünde olmasını sağlar */
}
.sticky-nav {
    position: fixed;
    top: -60px;
    left: 0;
    width: 90% !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    padding: 10px 0;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
    z-index: 1000;
    margin-left: 5%;
}

.painted-mark {
    ma content: "";
    display: block;
    width: 150px !important;
    min-height: 50vh;
    border-radius: 5px;
    background-color: #0ea8d4;
    background-color: #0ea8d436;
    width: 20%;
    text-align: center;
    padding: 5px 10px;
    font-size: 12px;
    margin-right: 5px;
}

.local-painted-mark {
    content: "";
    display: block;
    width: 150px !important;
    min-height: 50vh;
    border-radius: 5px;
    background-color: #e6e44a;
    background-color: #e6e44a63;
    width: 20%;
    text-align: center;
    padding: 5px 10px;
    font-size: 14px;
    font-size: 20px;
    margin-right: 5px;
}

.changed-mark {
    content: "";
    display: block;
    width: 150px !important;
    min-height: 50vh;
    border-radius: 5px;
    background-color: red;
    background-color: #ff00002b;
    width: 20%;
    text-align: center;
    padding: 5px 10px;
    font-size: 14px;
    margin-right: 5px;
}

.kurumsal-content-div {
    background: url("../img/ts_kurumsal.png");
    background-color: #212121;
    background-blend-mode: overlay;
    background-position: center;
    background-size: cover;
    text-align: center;
    padding: 100px;
}

.mobile-menu-btn {
    display: none;
    cursor: pointer;
    width: 35px;
    height: 30px;
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 1000;
}

    .mobile-menu-btn div {
        width: 55px;
        height: 7px;
        background: black;
        background: red;
        margin: 12px 0px;
        transition: 0.4s;
    }

.mobilemenutop {
    z-index: 99999999;
}

    .mobile-menu-btn.open div:first-child {
        /*transform: rotate(45deg) translate(5px, 5px);*/
        transform: rotate(405deg) translate(-4px, 37px);
        position: fixed;
        height: 12px;
    }

    .mobile-menu-btn.open div:nth-child(2) {
        transform: rotate(0deg) translate(-300px, 0px);
        opacity: 0;
    }

    .mobile-menu-btn.open div:last-child {
        /*transform: rotate(-45deg) translate(5px, -5px);*/
        transform: rotate(-45deg) translate(-36px, -5px);
        position: fixed;
        height: 12px;
    }

.mobile-menu-n {
    position: fixed;
    background-color: #9b1515 !important;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    top: 0;
    display: none;
}

.mobile-nav {
    /* position:fixed;*/
    /*display: none;*/
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: white;
    padding: 50px 20px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    text-align: center;
    z-index: 99999999;
}

    .mobile-nav ul {
        list-style: none;
        padding: 0;
        /*padding-top:60px;*/
    }

        .mobile-nav ul li {
            margin: 10px 0;
        }

            .mobile-nav ul li a {
                text-decoration: none;
                color: black;
                font-size: 34px;
                font-weight: bold;
            }

.dropdown-m {
    display: none;
    list-style: none;
    padding: 0;
}

    .dropdown-m li {
        /*margin: 10px 0;*/
    }

        .dropdown-m li:hover {
            background-color: rgba(0,0,0,0.1);
            transition: all ease-in-out .2s;
        }

        .dropdown-m li a {
            text-decoration: none;
            color: black !important;
            font-size: 28px !important;
            font-weight: 300 !important;
            letter-spacing: 2px;
        }

.dropdown-toggle {
    position: relative;
    display: inline-block;
    padding-right: 20px;
}

    .dropdown-toggle::after {
        position: absolute;
        /*right: 0;*/
        top: 50%;
        transform: translateY(-50%);
        transition: transform 0.3s ease;
    }

    .dropdown-toggle.active::after {
        transform: translateY(-50%) rotate(180deg); /* yukarı ok */
    }
.painted-mark {
    min-height: 100px;
}

.local-painted-mark {
    min-height: 100px;
}

.changed-mark {
    min-height: 100px;
}

.teko {
    font-family: "Teko", serif;
    font-optical-sizing: auto;
    font-weight: 300-700;
    font-style: normal;
}

.horizontal-container {
    display: flex;
    align-items: center; /* Dikeyde ortala */
    gap: 15px; /* Elemanlar arasına boşluk bırak */
    justify-content: center; /* Ortaya hizala */
    flex-wrap: wrap; /* Küçük ekranlarda kaymasını sağla */
}

.form-baslik {
    font-family: "Teko", serif;
    font-optical-sizing: auto;
    /*font-weight: <weight>;*/
    font-style: normal;
    font-size: 24px !important;
    font-weight: lighter;
    margin: 0;
    letter-spacing: 4px;
    white-space: nowrap; /* Yazıların alt alta gelmesini engelle */
}


html,
body {
    height: 100%;
    font-family: "Teko", serif;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #111111;
    font-weight: 400;
    font-family: "Lato", sans-serif;
}

h1 {
    font-size: 70px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    font-size: 15px;
    font-family: "Lato", sans-serif;
    color: #727171;
    font-weight: 400;
    line-height: 25px;
    margin: 0 0 15px 0;
}

img {
    max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: #ffffff;
}

ul,
ol {
    padding: 0;
    margin: 0;
}

/*---------------------
  Helper CSS
-----------------------*/




.section-title {
    margin-bottom: 75px;
    text-align: center;
}

    /*    .section-title span {
        font-size: 15px;
        color: #db2d2e;
        font-weight: 700;
    }*/

    .section-title h2 {
        color: #353535;
        font-size: 40px;
        font-weight: 700;
        margin-top: 5px;
        margin-bottom: 16px;
    }

    .section-title P {
        margin-bottom: 0;
        font-size: 17px;
        color: #727171;
    }

.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.spad {
    /*padding-top: 100px;
	padding-bottom: 100px;*/
    padding: 100px 20px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
    color: #fff;
}

/* buttons */

.primary-btn {
    display: inline-block;
    font-size: 18px;
    padding: 12px 24px;
    color: #ffffff;
    font-weight: 700;
    background: #db2d2e;
    border-radius: 2px;
    font-family: "Montserrat", sans-serif;
}

.site-btn {
    font-size: 15px;
    color: #ffffff;
    font-weight: 700;
    display: inline-block;
    padding: 15px 35px 12px 38px;
    background: #db2d2e;
    border: none;
    border-radius: 2px;
}

/* Preloder */

#preloder {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #ffffff;
}

.loader {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    border-radius: 60px;
    animation: loader 0.8s linear infinite;
    -webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        border: 4px solid #673ab7;
        border-left-color: transparent;
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }

    50% {
        -webkit-transform: rotate(180deg);
        border: 4px solid #673ab7;
        border-left-color: transparent;
    }

    100% {
        -webkit-transform: rotate(360deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
}

.spacial-controls {
    position: fixed;
    width: 111px;
    height: 91px;
    top: 0;
    right: 0;
    z-index: 999;
}

    .spacial-controls .search-switch {
        display: block;
        height: 100%;
        padding-top: 30px;
        background: #323232;
        text-align: center;
        cursor: pointer;
    }

.search-model {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #ffffff;
    z-index: 99999;
}

.search-model-form {
    padding: 0 15px;
}

    .search-model-form input {
        width: 470px;
        font-size: 40px;
        border: none;
        border-bottom: 2px solid #ededed;
        background: 0 0;
        color: #999;
    }

.search-close-switch {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #333;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 28px;
    line-height: 28px;
    top: 30px;
    cursor: pointer;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/*---------------------
  Header
-----------------------*/

.header__top {
    background: #323232;
    padding: 0 20px;
}

.header_top_widget {
    padding: 12px 0 14px;
}

    .header_top_widget li {
        font-size: 15px;
        color: #ffffff;
        display: inline-block;
        margin-right: 35px;
        list-style: none;
    }

        .header_top_widget li:last-child {
            margin-right: 0;
        }

        .header_top_widget li i {
            font-size: 18px;
            color: #8d8d8d;
            margin-right: 6px;
        }

.header__top__right {
    text-align: right;
}

.header__top__phone {
    display: inline-block;
    margin-right: 20px;
    padding: 14px 0 12px;
}

    .header__top__phone i {
        color: #8d8d8d;
        margin-right: 6px;
        font-size: 15px;
    }

    .header__top__phone span {
        font-size: 15px;
        color: #ffffff;
    }

.header__top__social {
    display: inline-block;
    padding: 14px 0 12px;
    transition: all ease-in-out 0.5s;
}

.header__top__social:hover {
    transform:scale(1.1);
    transition:all ease-in-out 0.5s;
}

    .header__top__social a {
        display: inline-block;
        font-size: 18px;
        color: #ffffff;
        margin-right: 16px;
    }

        .header__top__social a:last-child {
            margin-right: 0;
        }
/*
.header__nav {
    text-align: right;
    padding: 32px 20px 33px;
}
*/
/*.header__logo {
    position: absolute;
    padding: 0px 0px;
    padding-left: 10px;
    max-height: 50px;
    margin-top: -30px;
    width: 90%;
}*/

.header__logo__nav {
    position: absolute;
    padding: 25px 0px;
    padding-left: 20px;
    margin-top: 0px;
    width: 58%;
}

.footer__logo {
    padding: 35px 20px;
    width: 40%;
}

.header__logo a {
    display: inline-block;
}

.header__menu {
    display: inline-block;
    margin-top: 20px;
    float:right;
}

    .header__menu ul li {
        list-style: none;
        display: inline-block;
        margin-right: 60px;
        position: relative;
    }

        .header__menu ul li.active a:after {
            width: 100%;
            opacity: 1;
        }

        .header__menu ul li:hover a:after {
            width: 100%;
            opacity: 1;
        }

        .header__menu ul li:hover .dropdown {
            top: 50px;
            opacity: 1;
            visibility: visible;
        }

        .header__menu ul li .dropdown {
            position: absolute;
            left: 0;
            top: 56px;
            width: 180px;
            background: #db2d2e;
            text-align: left;
            padding: 2px 0;
            z-index: 9;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all, 0.5s;
            -o-transition: all, 0.5s;
            transition: all, 0.5s;
        }

            .header__menu ul li .dropdown li {
                display: block;
                margin-right: 0;
                transition: all 0.2s ease-in;
            }

                .header__menu ul li .dropdown li:hover {
                    display: block;
                    margin-right: 0;
                    background: rgba(0,0,0,0.5);
                    transition: all 0.2s ease-in;
                }

                .header__menu ul li .dropdown li a {
                    font-size: 20px;
                    color: #ffffff;
                    font-weight: 400;
                    padding: 8px 20px;
                    text-transform: capitalize;
                    letter-spacing: 0.5px;
                }

                    .header__menu ul li .dropdown li a:after {
                        display: none;
                    }

        .header__menu ul li a {
            font-size: 22px;
            color: #353535;
            font-weight: 500;
            display: block;
            padding: 5px 0;
            text-transform: uppercase;
            position: relative;
        }

            .header__menu ul li a:after {
                position: absolute;
                left: 0;
                bottom: 0;
                height: 2px;
                width: 0%;
                background: #db2d2e;
                content: "";
                opacity: 0;
                -webkit-transition: all, 0.5s;
                -o-transition: all, 0.5s;
                transition: all, 0.5s;
            }

        .header__menu ul li span {
            font-size: 22px;
            color: red;
            font-weight: 500;
            display: block;
            padding: 5px 0;
            text-transform: uppercase;
            position: relative;
            cursor: pointer;
        }

        /*        Header menü TıklaSat hover efekti*/

        .header__menu ul li span {
            position: relative;
            display: inline-block;
            padding: 10px 20px;
            color: black;
            text-decoration: none;
            transition: color 0.3s ease-in-out;
        }

            .header__menu ul li span::before,
            .header__menu ul li span::after,
            .header__menu ul li span .border-top,
            .header__menu ul li span .border-bottom,
            .header__menu ul li span .border-left,
            .header__menu ul li span .border-right {
                content: "";
                position: absolute;
                background: red;
                transition: all 0.3s ease-in-out;
            }

            /* Üst ve Alt Çizgiler */
            .header__menu ul li span::before,
            .header__menu ul li span::after {
                width: 0;
                height: 2px;
            }

            .header__menu ul li span::before {
                top: 0;
                left: 0;
            }

            .header__menu ul li span::after {
                bottom: 0;
                right: 0;
            }

            /* Sol ve Sağ Çizgiler */
            .header__menu ul li span .border-top,
            .header__menu ul li span .border-bottom,
            .header__menu ul li span .border-left,
            .header__menu ul li span .border-right {
                width: 2px;
                height: 0;
            }

            .header__menu ul li span .border-top {
                top: 0;
                right: 0;
            }

            .header__menu ul li span .border-bottom {
                bottom: 0;
                left: 0;
            }

            .header__menu ul li span .border-left {
                top: 0;
                left: 0;
            }

            .header__menu ul li span .border-right {
                top: 0;
                right: 0;
            }

            /* Hover Efekti */
            .header__menu ul li span:hover::before,
            .header__menu ul li span:hover::after {
                width: 100%;
            }

            .header__menu ul li span:hover .border-top,
            .header__menu ul li span:hover .border-bottom,
            .header__menu ul li span:hover .border-left,
            .header__menu ul li span:hover .border-right {
                height: 100%;
            }


/*        .header__menu ul li span:hover {
            font-size: 22px;
            color: red;
            font-weight: 500;
            display: block;
            padding: 5px 0;
            text-transform: uppercase;
            position: relative;
            cursor: pointer;
        }*/
.header__nav__widget {
    display: inline-block;
}

    .header__nav__widget .header__nav__widget__btn {
        display: inline-block;
    }

        .header__nav__widget .header__nav__widget__btn a {
            font-size: 15px;
            color: #353535;
            margin-right: 20px;
            display: inline-block;
        }

.offcanvas-menu-wrapper {
    display: none;
}

.canvas__open {
    display: none;
}

.tikla {
    padding: 240px 0;
    background-image: url(../img/tiklasat.jpg);
}

.tikla__text {
    padding-top: 110px;
}

    .tikla__text .primary-btn {
        margin-right: 16px;
    }

        .tikla__text .primary-btn img {
            position: relative;
            top: -2px;
        }

        .tikla__text .primary-btn.more-btn {
            background: transparent;
            border: 1px solid #ffffff;
        }





.tikla__text__price {
    position: relative;
    padding-left: 140px;
    margin-bottom: 55px;
}

    .tikla__text__price .car-model {
        font-size: 13px;
        color: #323232;
        font-weight: 700;
        display: inline-block;
        padding: 6px 14px;
        background: #ffffff;
        border-radius: 2px;
        position: absolute;
        left: 0;
        top: 0;
    }

    .tikla__text__price h2 {
        font-size: 50px;
        color: #ffffff;
        font-weight: 700;
        line-height: 45px;
    }

        .tikla__text__price h2 span {
            font-size: 40px;
        }

.tikla__tab .nav-tabs {
    border-bottom: none;
}

    .tikla__tab .nav-tabs .nav-item {
        margin-bottom: 5px;
        margin-right: 5px;
    }

        .tikla__tab .nav-tabs .nav-item .nav-link {
            position: relative;
            font-size: 15px;
            font-weight: 700;
            color: #323232;
            display: inline-block;
            padding: 7px 20px;
            border: none;
            border-radius: 2px;
            background: #ffffff;
        }

            .tikla__tab .nav-tabs .nav-item .nav-link:after {
                position: absolute;
                content: "";
                width: 100%;
                height: 10px;
                left: 0;
                bottom: -7px;
                opacity: 0;
                background: #ffffff;
                -webkit-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
            }

            .tikla__tab .nav-tabs .nav-item .nav-link.active:after {
                opacity: 1;
                bottom: -7px;
            }

.tikla__tab__form {
    background: #ffffff;
    padding: 42px 40px 50px;
    border-radius: 2px;
}

    .tikla__tab__form h2 {
        color: #323232;
        font-weight: 700;
        margin-bottom: 22px;
    }

    .tikla__tab__form form .select-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -20px;
    }

        .tikla__tab__form form .select-list .select-list-item {
            max-width: calc(50% - 20px);
            float: left;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            margin-right: 20px;
            margin-bottom: 20px;
        }

            .tikla__tab__form form .select-list .select-list-item p {
                color: #323232;
                margin-bottom: 5px;
            }

            .tikla__tab__form form .select-list .select-list-item .nice-select {
                width: 100%;
                height: 40px;
                border: 1px solid #ebebeb;
                border-radius: 2px;
            }

                .tikla__tab__form form .select-list .select-list-item .nice-select .list {
                    width: 100%;
                    border-radius: 0;
                    margin-top: 0;
                }

                .tikla__tab__form form .select-list .select-list-item .nice-select.open span {
                    display: block !important;
                }

                .tikla__tab__form form .select-list .select-list-item .nice-select:after {
                    display: none;
                }

    .tikla__tab__form form .car-price {
        margin-bottom: 45px;
    }

        .tikla__tab__form form .car-price p {
            color: #323232;
            margin-bottom: 5px;
            margin-bottom: 12px;
        }

        .tikla__tab__form form .car-price .price-range-wrap {
            position: relative;
        }

            .tikla__tab__form form .car-price .price-range-wrap .ui-widget-content {
                height: 5px;
                background: rgba(45, 45, 45, 0.1);
                border: none;
                border-radius: 1px;
            }

            .tikla__tab__form form .car-price .price-range-wrap .ui-slider-horizontal .ui-slider-handle {
                top: -5px;
                margin-left: -4px;
            }

            .tikla__tab__form form .car-price .price-range-wrap .ui-slider .ui-slider-handle {
                width: 14px;
                height: 14px;
                background: #ffffff;
                border-radius: 50%;
                cursor: pointer;
            }

            .tikla__tab__form form .car-price .price-range-wrap .ui-state-default,
            .tikla__tab__form form .car-price .price-range-wrap .ui-widget-content .ui-state-default,
            .tikla__tab__form form .car-price .price-range-wrap .ui-widget-header .ui-state-default,
            .tikla__tab__form form .car-price .price-range-wrap .ui-button,
            .tikla__tab__form form .car-price .price-range-wrap html .ui-button.ui-state-disabled:hover,
            .tikla__tab__form form .car-price .price-range-wrap html .ui-button.ui-state-disabled:active {
                border: 1.5px solid #db2d2e;
            }

            .tikla__tab__form form .car-price .price-range-wrap .ui-slider .ui-slider-range {
                background: #db2d2e;
            }

        .tikla__tab__form form .car-price .price-input {
            position: absolute;
            left: 89px;
            top: -36px;
        }

            .tikla__tab__form form .car-price .price-input input {
                font-size: 15px;
                color: #323232;
                font-weight: 700;
                border: none;
                width: 180px;
            }

/*---------------------
  Feature
-----------------------*/

.feature {
    background: #f7f7f7;
    position: relative;
    z-index: 1;
    padding-bottom: 55px;
}

.feature__text .section-title {
    text-align: center;
    margin-bottom: 34px;
}

    .feature__text .section-title span {
        text-align: center;
        margin-bottom: 34px;
        font-size: 60px;
    }

    .feature__text .section-title b {
        text-align: center;
        margin-bottom: 34px;
        font-size: 60px;
    }

    .feature__text .section-title h2 {
        margin-bottom: 0;
        padding: 50px;
        letter-spacing: 3px;
        text-transform: uppercase;
    }

.feature__text__desc {
    margin-bottom: 35px;
}

    .feature__text__desc p {
        margin-bottom: 30px;
    }

.feature__text__btn .primary-btn {
    margin-right: 16px;
}

.feature__text__btn .partner-btn {
    background: #222;
}

.feature__item {
    text-align: center;
    float: right;
    margin-bottom: 45px;
}

    .feature__item .feature__item__icon {
        height: 100px;
        width: 100px;
        background: #ffffff;
        border-radius: 50%;
        line-height: 100px;
        text-align: center;
        margin-bottom: 20px !important;
        margin: 0 auto;
    }

    .feature__item h6 {
        font-size: 15px;
        color: #353535;
        font-weight: 700;
    }

/*---------------------
  Choose Us
-----------------------*/

.chooseus {
    background: #f7f7f7;
    position: relative;
    height: 530px;
    padding-bottom: 85px;
}

    .chooseus .row {
        position: relative;
        z-index: 1;
    }

.chooseus__text {
    position: relative;
    z-index: 1;
}

    .chooseus__text .section-title {
        margin-bottom: 10px;
        text-align: left;
    }

        .chooseus__text .section-title h2 {
            margin-top: 0;
        }

    .chooseus__text ul {
        margin-bottom: 28px;
    }

        .chooseus__text ul li {
            list-style: none;
            font-size: 25px;
            color: #727171;
            line-height: 36px;
        }

            .chooseus__text ul li i {
                color: #db2d2e;
            }

.chooseus__video {
    height: 530px;
    width: calc(100% - 46%);
    position: absolute;
    right: 0;
    top: 0;
    /*background-image: url(../img/chooseus-video.png);*/
}

    .chooseus__video img {
        height: 100%;
        width: 100%;
    }

    .chooseus__video .play-btn {
        height: 60px;
        width: 60px;
        background: #db2d2e;
        border-radius: 50%;
        font-size: 25px;
        color: #ffffff;
        line-height: 64px;
        text-align: center;
        display: inline-block;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-30px, -30px);
        -ms-transform: translate(-30px, -30px);
        transform: translate(-30px, -30px);
        z-index: 9;
    }

        .chooseus__video .play-btn i {
            position: relative;
            left: 3px;
            top: -1px;
        }



/*---------------------
  Footer
-----------------------*/

.footer {
    /*margin-top: 120px;*/
    padding-top: 60px;
    padding-bottom: 30px;
    /*background-image: url(../img/tiklasat.jpg) !important;*/
    background-image: url(../img/footer-bg.jpg) !important;
    /*background:none!important;*/
}

/*.aracinigir {
	background-image: url(../img/aracinigir.webp) !important;
}*/

.footer__contact {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 65px;
    padding-top: 40px;
}

.footer__contact__title h2 {
    font-size: 40px;
    color: #ffffff;
    font-weight: 700;
}

.footer__contact__option {
    text-align: right;
}

    .footer__contact__option .option__item {
        font-size: 15px;
        color: #323232 !important;
        background: #db2d2e;
        display: inline-block;
        font-weight: 700;
        padding: 0px 18px 0px 24px;
        margin-right: 16px;
        border-radius: 2px;
    }

        .footer__contact__option .option__item:last-child {
            margin-right: 0;
        }

        .footer__contact__option .option__item.email {
            color: #323232;
            background: #ffffff;
        }

            .footer__contact__option .option__item.email > a:hover {
                color: #323232 !important;
                background: #ffffff;
            }

            .footer__contact__option .option__item.email i {
                color: #db2d2e;
            }

        .footer__contact__option .option__item i {
            margin-right: 5px;
        }

.footer__about {
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

    .footer__about p {
        color: #8d8d8d;
        margin-bottom: 25px;
    }

.footer__logo {
    margin-bottom: 20px;
}

    .footer__logo a {
        display: inline-block;
    }

.footer__social {
    margin-bottom: 20px;
}

    .footer__social a {
        display: inline-block;
        height: 38px;
        width: 38px;
        font-size: 15px;
        color: #ffffff;
        line-height: 38px;
        text-align: center;
        border-radius: 50%;
        margin-right: 6px;
    }

        .footer__social a:last-child {
            margin-right: 0;
        }

        .footer__social a.facebook {
            background: #324975;
        }

        .footer__social a.twitter {
            background: #2C85AE;
        }

        .footer__social a.google {
            background: #DC4438;
        }

        .footer__social a.skype {
            background: #3EAFF0;
        }

        .footer__social a.instagram {
            /*background: #833AB4;*/
            color: #833AB4;
        }

.footer__copyright__text {
    margin-bottom: 0 !important;
}

    .footer__copyright__text a {
        font-weight: 700;
        color: #db2d2e;
    }

    .footer__copyright__text i {
        color: #cc1111;
    }

.footer__widget {
    margin-bottom: 30px;
}

    .footer__widget h5 {
        color: #ffffff;
        font-weight: 700;
        margin-bottom: 8px;
    }

    .footer__widget ul li {
        list-style: none;
    }

        .footer__widget ul li a {
            font-size: 15px;
            color: #8d8d8d;
            line-height: 36px;
        }

        .footer__widget ul li i {
            margin-right: 2px;
        }

.footer__brand {
    overflow: hidden;
    margin-bottom: 30px;
}

    .footer__brand h5 {
        color: #ffffff;
        font-weight: 700;
        margin-bottom: 8px;
    }

    .footer__brand ul {
        width: 50%;
        float: left;
    }

        .footer__brand ul li {
            list-style: none;
        }

            .footer__brand ul li a {
                font-size: 15px;
                color: #8d8d8d;
                line-height: 36px;
            }

            .footer__brand ul li i {
                margin-right: 2px;
            }


/*---------------------
  About
-----------------------*/

.about {
    padding-bottom: 70px;
}

.section-title.about-title h2 {
    line-height: 55px;
}

.section-title.about-title p {
    font-size: 17px;
    line-height: 30px;
    color: #6A6B7C;
}

.about__feature {
    padding-bottom: 60px;
}

.about__feature__item {
    text-align: center;
    margin-bottom: 30px;
    padding: 0 20px;
}

    .about__feature__item h5 {
        font-size: 20px;
        color: #353535;
        font-weight: 700;
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .about__feature__item p {
        margin-bottom: 0;
    }

.about__pic {
    margin-bottom: 50px;
}

    .about__pic img {
        min-width: 100%;
        border-radius: 10px;
    }

.about__item {
    margin-bottom: 30px;
}

    .about__item h5 {
        font-size: 20px;
        color: #353535;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .about__item p {
        margin-bottom: 0;
    }

/*---------------------
  Call
-----------------------*/

.call__text .section-title {
    text-align: left;
    margin-bottom: 35px;
}

    .call__text .section-title h2 {
        color: #ffffff;
        margin-bottom: 12px;
    }

    .call__text .section-title p {
        color: #ffffff;
    }

.call__text a {
    font-size: 15px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 0;
    position: relative;
}

    .call__text a:after {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 2px;
        width: 100%;
        background: #db2d2e;
        content: "";
    }

.call__form input {
    width: 100%;
    height: 48px;
    color: #727171;
    font-size: 15px;
    padding-left: 20px;
    border: none;
    border-radius: 2px;
    margin-bottom: 25px;
}

.call__form .nice-select {
    float: none;
    width: 100%;
    height: 48px;
    border-radius: 2px;
    line-height: 48px;
    margin-bottom: 25px;
}

    .call__form .nice-select span {
        font-size: 15px;
        color: #353535;
    }

    .call__form .nice-select .list {
        width: 100%;
        margin-top: 0;
        border-radius: 0;
    }

    .call__form .nice-select:after {
        height: 10px;
        width: 10px;
        border-bottom: 2px solid #323232;
        border-right: 2px solid #323232;
        margin-top: 0;
        right: 22px;
        top: 35%;
    }

.call__form button {
    letter-spacing: 1px;
}


/*---------------------
  Contact
-----------------------*/

.contact__text {
    margin-bottom: 30px;
}

    .contact__text .section-title {
        text-align: left;
        margin-bottom: 36px;
    }

    .contact__text ul li {
        font-size: 15px;
        color: #353535;
        line-height: 36px;
        list-style: none;
    }

        .contact__text ul li span {
            color: #727171;
            width: 85px;
            display: inline-block;
        }

.contact__form form input {
    width: 100%;
    height: 46px;
    font-size: 15px;
    color: #727171;
    border-radius: 2px;
    padding-left: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

    .contact__form form input::-webkit-input-placeholder {
        color: #727171;
    }

    .contact__form form input::-moz-placeholder {
        color: #727171;
    }

    .contact__form form input:-ms-input-placeholder {
        color: #727171;
    }

    .contact__form form input::-ms-input-placeholder {
        color: #727171;
    }

    .contact__form form input::placeholder {
        color: #727171;
    }

.contact__form form textarea {
    width: 100%;
    height: 100px;
    font-size: 15px;
    color: #727171;
    border-radius: 2px;
    padding-left: 20px;
    padding-top: 12px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 34px;
    resize: none;
}

    .contact__form form textarea::-webkit-input-placeholder {
        color: #727171;
    }

    .contact__form form textarea::-moz-placeholder {
        color: #727171;
    }

    .contact__form form textarea:-ms-input-placeholder {
        color: #727171;
    }

    .contact__form form textarea::-ms-input-placeholder {
        color: #727171;
    }

    .contact__form form textarea::placeholder {
        color: #727171;
    }

/*---------------------
  Contact Address
-----------------------*/

.contact-address {
    padding-bottom: 70px;
}

.contact__address__text {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 100px;
}

.contact__address__item {
    margin-bottom: 30px;
}

    .contact__address__item h4 {
        color: #353535;
        font-weight: 700;
        margin-bottom: 18px;
    }

    .contact__address__item p {
        line-height: 32px;
        margin-bottom: 5px;
    }

    .contact__address__item span {
        display: block;
        font-size: 18px;
        color: #353535;
        font-weight: 700;
    }

.painted-title label {
    font-size: 18px;
    color: black;
    background-color: #dfe6fe;
    font-weight: 100;
    text-align: center;
    padding: 20px;
    /*letter-spacing: 2px;*/
    margin-bottom: 20px;
    width: 100%;
}

@media only screen and (max-width: 479px) {
    #formUyariOverlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        /*background-color: rgba(0, 0, 0, 0.6);*/ /* tam ekran siyah yarı saydam */
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 9999;
    }

    #formUyariBox {
        background-color: white;
        color: black;
        padding: 20px 30px;
        border-radius: 10px;
        max-width: 90%;
        width: 400px;
        text-align: center;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    }

    .uyari-ikon {
        font-size: 50px;
        color: #ffc300;
    }

    .uyari-metin {
        font-size: 50px;
        margin-top: 10px;
    }

    .header__nav {
        position: relative; /* Sayfa en üstteyken normal konumunda olacak */
        transition: all 0.3s ease-in-out; /* Geçiş efekti */
        background-color: #fff; /* Arka plan rengi */
        padding: 10px 0; /* Üstten ve alttan padding */
        z-index: 1; /* Diğer elemanların üstünde olmasını sağlar */
    }

    .header__menu {
        display: none;
    }

    .header__logo {
        width: 200px;
        margin-top: 10px;
    }

    .kurumsal-content-div {
        padding: 120px 10px;
    }

        .kurumsal-content-div h1 {
            font-size: 40px;
            font-weight: 700;
        }

    .painted-mark {
        min-height: 100px;
    }

    .local-painted-mark {
        min-height: 100px;
    }

    .changed-mark {
        min-height: 100px;
    }

    .animate-contain {
        height: 65px;
        overflow: hidden;
        /*text-align: left;*/
        /*margin-left: 50px;*/
        margin-top: 0px;
        width: 100%;
        /*width: 100%;*/
    }

    .animated-text {
        /*display: inline-block;
        transition: 5ms all;
        margin-top: 0;
        animation: slide 2s infinite alternate ease-in;*/
        /* background-color: #df2d518a; */
        /*text-transform: uppercase;
        color: #fff;*/
        /* width: 500px; */
        /*text-align: left;
        border-radius: 50px;
        text-align: center;*/

        display: inline-block;
        transition: 5ms all;
        margin-top: 0;
        /*animation: slide 2s infinite alternate ease-in;*/
        /* background-color: #df2d518a; */
        text-transform: uppercase;
        color: #fff;
        /* width: 500px; */
        text-align: left;
        border-radius: 50px;
        text-align: center;
    }

        .animated-text span {
            display: block;
            font-size: 50px;
        }

    .slogan-text {
        margin-top: 0;
    }

    .tikla__text__title span {
        font-size: 20px;
        color: #ffffff;
        font-weight: 700;
        text-transform: uppercase;
        float: left;
    }

    .painted-title label {
        font-size: 18px;
        color: black;
        background-color: #dfe6fe;
        font-weight: 100;
        text-align: center;
        padding: 20px;
        letter-spacing: 1px;
        margin-bottom: 20px;
        width: 100%;
    }

    label.custom-radio {
        font-size: 24px;
        color: black !important;
        cursor: pointer;
        transition: color 0.3s ease;
        font-weight: 600;
        text-align: center;
    }

    .tikla__text__title {
        margin-bottom: 28px;
        /*padding-left: 20px;*/
        text-align: center;
    }

        .tikla__text__title span {
            font-size: 30px;
            color: #ffffff;
            font-weight: 700;
            text-transform: uppercase;
        }

        .tikla__text__title h2 {
            font-size: 46px;
            color: #ffffff;
            font-weight: 900;
            /*margin-top: 10px;*/
            margin-left: 190px;
            text-shadow: 10px 10px 10px black;
            /*font-family:Teko, serif;*/
        }

        .tikla__text__title h3 {
            /*font-family: Teko;*/
            color: white;
            font-weight: 900;
            font-size: 52px;
            padding: 10px 20px;
            /*font-family: Teko, serif;*/
        }

    .mapss {
        max-width: 300px;
    }

    .footer__logo {
        padding: 35px 20px;
        width: 100%;
    }

    #vehicle-container {
        position: relative;
        display: inline-block;
        width: 380px;
        height: 377px;
        margin-top: 50px;
        /*transform: rotate(90deg);*/
        float: left !important;
        left: -25px !important;
    }

    .overlay-images {
        top: -145px !important;
        left: -30px !important;
        width: 20% !important;
        height: 80px !important;
    }

    .popup {
        /*margin-top: -870px !important;*/
    }

    /*    #vehicle-container {
        width: 100% !important;
    }*/
    .alert {
        width: 90%;
        background-color: #49e94c;
        border-color: #c3e6cb;
        font-size: 30px;
        padding: 10px;
        text-align: center;
        color: black;
        border-radius: 10px 0;
    }

    #message-div {
        position: fixed;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.9);
        font-size: 16px;
        padding: 20px;
        border-radius: 10px 0;
        color: black;
        z-index: 1001;
        opacity: 0; /*Başlangıçta görünmez */
        transform: scale(0.5); /*Küçük boyutta başla */
    }

    .section-title h2,
    .breadcrumb__text h2 {
        font-size: 34px;
    }

    .tikla__text__title h2 {
        font-size: 38px;
    }

    .tikla__tab__form form .car-price .price-input {
        position: relative;
        left: 0;
        top: 0;
        padding-top: 15px;
    }

    .tikla__tab__form {
        padding: 42px 20px 50px;
    }

        .tikla__tab__form form .select-list .select-list-item {
            max-width: 100%;
            float: none;
            -webkit-box-flex: 100%;
            -ms-flex: 100%;
            flex: 100%;
            margin-right: 0;
        }

        .tikla__tab__form form .select-list {
            margin-right: 0;
        }

    .tikla__text__price {
        padding-left: 0;
    }

        .tikla__text__price .car-model {
            position: relative;
        }

        .tikla__text__price h2 {
            margin-top: 20px;
            font-size: 34px;
        }

    .feature__text {
        margin-bottom: 40px;
    }

    .feature:after {
        display: none;
    }

    .feature__text__btn .primary-btn {
        margin-bottom: 10px;
    }

    .blog__details__comment__item.reply__comment {
        margin-left: 0;
    }

    .tikla__text .primary-btn {
        margin-bottom: 10px;
    }

    .filter__controls li {
        margin-right: 15px;
    }

    .blog__details__tikla__text h2 {
        font-size: 35px;
        line-height: normal;
    }

    .blog__details__quote {
        padding: 0;
    }

    .blog__details__comment__item__pic {
        float: none;
        margin-bottom: 15px;
    }

    .blog__details__author__pic {
        float: none;
        margin-right: 0;
    }

    .blog__details__author__text {
        overflow: visible;
        padding-top: 30px;
    }

    .section-title.about-title h2 {
        line-height: normal;
    }

    .search-model-form input {
        font-size: 24px;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    #formUyariOverlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        /*background-color: rgba(0, 0, 0, 0.6);*/ /* tam ekran siyah yarı saydam */
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 9999;
    }

    #formUyariBox {
        background-color: white;
        color: black;
        padding: 20px 30px;
        border-radius: 10px;
        max-width: 90%;
        width: 400px;
        text-align: center;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    }

    .uyari-ikon {
        font-size: 50px;
        color: #ffc300;
    }

    .uyari-metin {
        font-size: 50px;
        margin-top: 10px;
    }
    .container-label {
        color: black;
        font-size: 20px;
        font-weight: 500;
        padding: 10px 00 0;
        position: relative;
        margin-top: 20px;
    }
    .header__nav {
        position: relative; /* Sayfa en üstteyken normal konumunda olacak */
        transition: all 0.3s ease-in-out; /* Geçiş efekti */
        background-color: #fff; /* Arka plan rengi */
        padding: 10px 0; /* Üstten ve alttan padding */
        z-index: 1; /* Diğer elemanların üstünde olmasını sağlar */
        height: 100px;
    }

    .header__menu {
        display: none;
    }

    .header__logo {
        width: 200px;
        margin-top: 10px
    }

    .kurumsal-content-div {
        padding: 120px 10px;
    }

        .kurumsal-content-div h1 {
            font-size: 40px;
            font-weight: 700;
        }

    .animate-contain {
        height: 95px;
        overflow: hidden;
        text-align: left;
        /* margin-left: 50px; */
        margin-top: 0px !important;
        width: 100%;
    }

    .animated-text {
        display: inline-block;
        transition: 5ms all;
        margin-top: 0;
        /*animation: slide 2s infinite alternate ease-in;*/
        /*background-color: #df2d518a;*/
        text-transform: uppercase;
        color: #fff;
        width: 100%;
        text-align: center;
        border-radius: 50px;
    }

        .animated-text span {
            display: block;
            font-size: 70px;
        }

    .tikla__text__title span {
        font-size: 40px;
        color: #ffffff;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        width: 100%;
    }

    .painted-title label {
        font-size: 18px;
        color: black;
        background-color: #dfe6fe;
        font-weight: 100;
        text-align: center;
        padding: 20px;
        letter-spacing: 1px;
        margin-bottom: 20px;
        width: 100%;
    }

    #vehicle-container {
        position: relative;
        display: inline-block;
        width: 380px;
        height: 377px;
        margin-top: 50px;
        /*transform: rotate(90deg);*/
        float: left !important;
        left: -78px !important;
        left: 20px !important;
        left: -20px !important;
    }

    .svg-marked {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 50px;
        margin-bottom: 10px;
    }

    label.custom-radio {
        font-size: 18px;
        color: black !important;
        cursor: pointer;
        transition: color 0.3s ease;
        font-weight: 600;
    }

    .tikla__text__title {
        margin-bottom: 28px;
        top: 50px;
        /*padding-left: 20px;*/
        text-align: center;
    }

        .tikla__text__title span {
            font-size: 40px;
            color: #ffffff;
            font-weight: 700;
            text-transform: uppercase;
        }

        .tikla__text__title h2 {
            font-size: 46px;
            color: #ffffff;
            font-weight: 900;
            /*margin-top: 10px;*/
            margin-left: 190px;
            text-shadow: 10px 10px 10px black;
            /*font-family:Teko, serif;*/
        }

        .tikla__text__title h3 {
            /*font-family: Teko;*/
            color: white;
            font-weight: 900;
            font-size: 52px;
            padding: 10px 20px;
            /*font-family: Teko, serif;*/
        }

    .mobile-menu-btn {
        display: block;
        margin-top: 10px;
        margin-right: 20px;
        z-index: 999999999999999999;
    }

    .mobilemenutop {
        display: none;
    }

    .service-item-top {
        margin-bottom: 30px;
    }

    .satt {
        /*margin-left: 280px;*/
        margin-top: 100px;
        width: 60%;
        margin-left: 20%;
        transition: all ease-in 200ms;
    }

    .main-open {
        width: 100%;
        transition: all ease-in 200ms;
    }

    .primary-btn {
        font-size: 35px;
        width: 100%;
        text-align: center;
        transition: all ease-in-out .2s;
    }

    .chooseus__text ul li {
        list-style: none;
        font-size: 20px;
    }

    .section-title span {
        font-size: 25px;
        color: #db2d2e;
        font-weight: 700;
        text-align: center;
    }

    .tikla__text {
        padding-top: 0;
        margin-bottom: 40px;
    }

    .chooseus {
        height: auto;
        padding-bottom: 0;
    }

    .chooseus__video {
        height: 100%;
        width: 100%;
        position: relative;
    }

    .chooseus__text {
        margin-bottom: 40px;
    }

    .footer__contact__option .option__item {
        margin-bottom: 12px;
    }

    .car__sidebar {
        margin-bottom: 40px;
    }

    .blog__sidebar {
        padding-top: 45px;
    }

    .feature:after {
        left: 0%;
        top: 27%;
        width: 100%;
        -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

    .feature__text {
        margin-bottom: 500px;
    }

    .feature__item {
        float: none;
    }

    .footer__contact__option {
        text-align: left;
    }

    .footer__contact__title {
        margin-bottom: 20px;
    }

    .car__filter__option .car__filter__option__item.car__filter__option__item--right {
        text-align: left;
        padding-top: 20px;
    }

    .blog__details__share__item {
        width: calc(50% - 34px);
    }

    .blog__details__comment__form form .input-list {
        margin-right: 0;
        overflow: hidden;
    }

    .blog__details__comment__form form .input-list-item {
        width: 100%;
        float: none;
        margin-right: 0;
    }

    .call__text {
        margin-bottom: 40px;
    }

    .testimonial__slider.owl-carousel .owl-nav {
        display: none;
    }

    .blog-details-hero {
        padding-bottom: 150px;
    }

    .blog-details {
        margin-top: -100px;
    }

    .header__top {
        display: none;
        padding: 20px;
    }

    .header__nav {
        /*display: none;*/
    }

    .offcanvas-menu-wrapper {
        display: block;
    }

    .header .container {
        position: relative;
    }

    .canvas__open {
        display: block;
        font-size: 22px;
        color: #323232;
        height: 35px;
        width: 35px;
        line-height: 35px;
        text-align: center;
        border: 1px solid #323232;
        border-radius: 2px;
        cursor: pointer;
        position: absolute;
        right: 15px;
        top: 35px;
    }

    .offcanvas-menu-overlay {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
        content: "";
        z-index: 98;
        -webkit-transition: all, 0.5s;
        -o-transition: all, 0.5s;
        transition: all, 0.5s;
        visibility: hidden;
    }

        .offcanvas-menu-overlay.active {
            visibility: visible;
        }

    .offcanvas-menu-wrapper {
        position: fixed;
        left: -300px;
        width: 300px;
        height: 100%;
        background: #ffffff;
        padding: 50px 30px 30px;
        display: block;
        z-index: 99;
        overflow-y: auto;
        -webkit-transition: all, 0.5s;
        -o-transition: all, 0.5s;
        transition: all, 0.5s;
        opacity: 0;
    }

        .offcanvas-menu-wrapper.active {
            opacity: 1;
            left: 0;
        }

    .offcanvas__menu {
        display: none;
    }

    .slicknav_btn {
        display: none;
    }

    .slicknav_menu {
        background: transparent;
        padding: 0;
        margin-bottom: 30px;
    }

    .slicknav_nav ul {
        margin: 0;
    }

    .slicknav_nav .slicknav_row,
    .slicknav_nav a {
        padding: 7px 0;
        margin: 0;
        color: #353535;
        font-weight: 600;
    }

        .slicknav_nav .slicknav_row:hover {
            border-radius: 0;
            background: transparent;
            color: #353535;
        }

        .slicknav_nav a:hover {
            border-radius: 0;
            background: transparent;
            color: #353535;
        }

    .slicknav_nav {
        display: block !important;
    }

    .offcanvas__logo {
        margin-bottom: 30px;
    }

    .offcanvas__widget {
        margin-bottom: 30px;
    }

        .offcanvas__widget a {
            font-size: 15px;
            color: #353535;
            margin-right: 20px;
            display: inline-block;
        }

        .offcanvas__widget .primary-btn {
            color: #ffffff;
        }

    .offcanvas__widget__add {
        margin-bottom: 20px;
    }

        .offcanvas__widget__add li {
            font-size: 15px;
            color: #353535;
            margin-right: 35px;
            list-style: none;
            line-height: 30px;
        }

            .offcanvas__widget__add li:last-child {
                margin-right: 0;
            }

            .offcanvas__widget__add li i {
                font-size: 18px;
                color: #353535;
                margin-right: 6px;
            }

    .offcanvas__social a {
        display: inline-block;
        font-size: 15px;
        color: #353535;
        margin-right: 16px;
    }

        .offcanvas__social a:last-child {
            margin-right: 0;
        }

    .offcanvas__phone__num {
        margin-bottom: 20px;
    }

        .offcanvas__phone__num i {
            color: #353535;
            margin-right: 6px;
            font-size: 15px;
        }

        .offcanvas__phone__num span {
            font-size: 15px;
            color: #353535;
        }

    .blog__details__tikla__text ul li {
        margin-right: 25px;
    }

        .blog__details__tikla__text ul li span::after {
            right: -16px;
        }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #formUyariOverlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        /*background-color: rgba(0, 0, 0, 0.6);*/ /* tam ekran siyah yarı saydam */
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 9999;
    }

    #formUyariBox {
        background-color: white;
        color: black;
        padding: 20px 30px;
        border-radius: 10px;
        max-width: 90%;
        width: 400px;
        text-align: center;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    }

    .uyari-ikon {
        font-size: 50px;
        color: #ffc300;
    }

    .uyari-metin {
        font-size: 50px;
        margin-top: 10px;
    }
    .header__logo {
        width: 250px;
    }

    .header__nav {
        position: relative; /* Sayfa en üstteyken normal konumunda olacak */
        transition: all 0.3s ease-in-out; /* Geçiş efekti */
        background-color: #fff; /* Arka plan rengi */
        padding: 10px 0; /* Üstten ve alttan padding */
        z-index: 1; /* Diğer elemanların üstünde olmasını sağlar */
    }

    .header__menu {
        display: none;
    }

    .header__logo {
        width: 200px;
    }

    .animate-contain {
        height: 65px;
        overflow: hidden;
        text-align: left;
        /*margin-left: 50px;*/
        margin-top: 0px;
        width: 350px;
        /*width: 100%;*/
    }

    .animated-text {
        display: inline-block;
        transition: 5ms all;
        margin-top: 0;
        /*animation: slide 2s infinite alternate ease-in;*/
        /*background-color: #df2d518a;*/
        text-transform: uppercase;
        color: #fff;
        width: 500px;
        text-align: left;
        border-radius: 50px;
    }

        .animated-text span {
            display: block;
            font-size: 50px;
        }

    .tikla__text__title span {
        font-size: 20px;
        color: #ffffff;
        font-weight: 700;
        text-transform: uppercase;
        float: left;
    }

    .painted-title label {
        font-size: 18px;
        color: black;
        background-color: #dfe6fe;
        font-weight: 100;
        text-align: center;
        padding: 20px;
        letter-spacing: 1px;
        margin-bottom: 20px;
        width: 100%;
    }

    #vehicle-container {
        position: relative;
        /*display: inline-block;*/
        width: 420px;
        height: 377px;
        /*transform: rotate(90deg);*/
    }

    label.custom-radio {
        font-size: 18px;
        color: black !important;
        cursor: pointer;
        transition: color 0.3s ease;
        font-weight: 600;
    }

    .tikla__text__title {
        margin-bottom: 28px;
        /*padding-left: 20px;*/
        text-align: center;
    }

        .tikla__text__title span {
            font-size: 30px;
            color: #ffffff;
            font-weight: 500;
            text-transform: uppercase;
        }

        .tikla__text__title h2 {
            font-size: 46px;
            color: #ffffff;
            font-weight: 900;
            /*margin-top: 10px;*/
            margin-left: 190px;
            text-shadow: 10px 10px 10px black;
            /*font-family:Teko, serif;*/
        }

        .tikla__text__title h3 {
            /*font-family: Teko;*/
            color: white;
            font-weight: 900;
            font-size: 52px;
            padding: 10px 20px;
            /*font-family: Teko, serif;*/
        }

    #vehicle-container {
        position: relative;
        /*display: inline-block;*/
        width: 380px;
        height: 377px;
        /*transform: rotate(90deg);*/
        float: left;
        left: -70px;
        left: -18px;
        margin-top: 20px;
        margin-top: 0px;
    }

    .svg-marked {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0px;
        margin-bottom: 10px;
    }


    .satt {
        margin-left: -70px;
        margin-top: 0px;
        width: 250px;
        transition: all ease-in 200ms;
    }

    .mobile-menu-btn {
        display: block;
        margin-top: 10px;
        margin-right: 20px;
        /*position:relative;*/
        z-index: 999999999999999999;
    }

    .tikla__text {
        padding-top: 0;
        margin-bottom: 40px;
    }

    .feature__text {
        margin-bottom: 500px;
    }

    .feature__item {
        float: none;
    }

    .chooseus {
        height: auto;
        padding-bottom: 0;
    }

    .chooseus__video {
        height: 100%;
        width: 100%;
        position: relative;
    }

    .chooseus__text {
        margin-bottom: 40px;
    }

    .car__sidebar {
        margin-bottom: 40px;
    }

    .car__details__tab .nav-tabs .nav-item {
        margin-right: 8px;
    }

    .blog__sidebar {
        padding-top: 45px;
    }

    .testimonial__slider.owl-carousel .owl-nav button {
        left: -10px;
    }

        .testimonial__slider.owl-carousel .owl-nav button.owl-next {
            right: -10px;
        }

    .header__top {
        display: none;
        padding: 20px;
    }

    .header__nav {
        /*display: none;*/
    }

    .header .container-fluid {
        position: relative;
        padding: 20px;
    }

    .canvas__open {
        display: block;
        font-size: 22px;
        color: #323232;
        height: 35px;
        width: 35px;
        line-height: 35px;
        text-align: center;
        border: 1px solid #323232;
        border-radius: 2px;
        cursor: pointer;
        position: absolute;
        right: 15px;
        top: 35px;
    }

    .offcanvas-menu-overlay {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
        content: "";
        z-index: 98;
        -webkit-transition: all, 0.5s;
        -o-transition: all, 0.5s;
        transition: all, 0.5s;
        visibility: hidden;
    }

        .offcanvas-menu-overlay.active {
            visibility: visible;
        }

    .offcanvas-menu-wrapper {
        position: fixed;
        left: -300px;
        width: 300px;
        height: 100%;
        background: #ffffff;
        padding: 50px 30px 30px;
        display: block;
        z-index: 99;
        overflow-y: auto;
        -webkit-transition: all, 0.5s;
        -o-transition: all, 0.5s;
        transition: all, 0.5s;
        opacity: 0;
    }

        .offcanvas-menu-wrapper.active {
            opacity: 1;
            left: 0;
        }

    .offcanvas__menu {
        display: none;
    }

    .slicknav_btn {
        display: none;
    }

    .slicknav_menu {
        background: transparent;
        padding: 0;
        margin-bottom: 30px;
    }

    .slicknav_nav ul {
        margin: 0;
    }

    .slicknav_nav .slicknav_row,
    .slicknav_nav a {
        padding: 7px 0;
        margin: 0;
        color: #353535;
        font-weight: 600;
    }

        .slicknav_nav .slicknav_row:hover {
            border-radius: 0;
            background: transparent;
            color: #353535;
        }

        .slicknav_nav a:hover {
            border-radius: 0;
            background: transparent;
            color: #353535;
        }

    .slicknav_nav {
        display: block !important;
    }

    .offcanvas__logo {
        margin-bottom: 30px;
    }

    .offcanvas__widget {
        margin-bottom: 30px;
    }

        .offcanvas__widget a {
            font-size: 15px;
            color: #353535;
            margin-right: 20px;
            display: inline-block;
        }

        .offcanvas__widget .primary-btn {
            color: #ffffff;
        }

    .offcanvas__widget__add {
        margin-bottom: 20px;
    }

        .offcanvas__widget__add li {
            font-size: 15px;
            color: #353535;
            margin-right: 35px;
            list-style: none;
            line-height: 30px;
        }

            .offcanvas__widget__add li:last-child {
                margin-right: 0;
            }

            .offcanvas__widget__add li i {
                font-size: 18px;
                color: #353535;
                margin-right: 6px;
            }

    .offcanvas__social a {
        display: inline-block;
        font-size: 15px;
        color: #353535;
        margin-right: 16px;
    }

        .offcanvas__social a:last-child {
            margin-right: 0;
        }

    .offcanvas__phone__num {
        margin-bottom: 20px;
    }

        .offcanvas__phone__num i {
            color: #353535;
            margin-right: 6px;
            font-size: 15px;
        }

        .offcanvas__phone__num span {
            font-size: 15px;
            color: #353535;
        }

    .blog-details-hero {
        padding-bottom: 150px;
    }

    .blog-details {
        margin-top: -100px;
    }
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
    #formUyariOverlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        /*background-color: rgba(0, 0, 0, 0.6);*/ /* tam ekran siyah yarı saydam */
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 9999;
    }

    #formUyariBox {
        background-color: white;
        color: black;
        padding: 20px 30px;
        border-radius: 10px;
        max-width: 90%;
        width: 400px;
        text-align: center;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    }

    .uyari-ikon {
        font-size: 50px;
        color: #ffc300;
    }

    .uyari-metin {
        font-size: 50px;
        margin-top: 10px;
    }
    /* Normal Navbar stili */
    .header__logo {
        width: 250px;
    }

    .header__nav {
        position: relative; /* Sayfa en üstteyken normal konumunda olacak */
        /*position: fixed;*/ /* Sayfa en üstteyken normal konumunda olacak */
        transition: all 0.3s ease-in-out; /* Geçiş efekti */
        background-color: #fff; /* Arka plan rengi */
        /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/ /* Hafif gölge efekti */
        padding: 10px 0; /* Üstten ve alttan padding */
        z-index: 1000; /* Diğer elemanların üstünde olmasını sağlar */
        z-index: 1; /* Diğer elemanların üstünde olmasını sağlar */
    }

    .sticky-nav {
        position: fixed;
        top: -60px;
        top: -30px;
        left: 0;
        width: 90% !important;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        padding: 10px 0;
        transition: all 0.3s ease-in-out;
        background-color: #fff;
        z-index: 1000;
        margin-left: 5%;
    }

    .header__logo__nav {
        width: 80%;
        width: 100%;
    }

    .header__logo a img {
        /*width:100%!important;*/
    }

    img {
        max-width: 100%;
    }

    .animate-contain {
        height: 65px;
        overflow: hidden;
        text-align: left;
        /*margin-left: 50px;*/
        margin-top: 0px;
        width: 350px;
        width: 100%;
    }

    .animated-text {
        display: inline-block;
        transition: 5ms all;
        margin-top: 0;
        /*animation: slide 2s infinite alternate ease-in;*/
        /*background-color: #df2d518a;*/
        text-transform: uppercase;
        color: #fff;
        width: 350px;
        text-align: left;
        border-radius: 50px;
    }

        .animated-text span {
            display: block;
            font-size: 50px;
        }

    .tikla__text__title span {
        font-size: 20px;
        color: #ffffff;
        font-weight: 700;
        text-transform: uppercase;
        float: left;
    }

    .svg-marked {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .painted-title label {
        font-size: 18px;
        font-size: 18px;
        color: black;
        background-color: #dfe6fe;
        font-weight: 100;
        text-align: center;
        padding: 20px;
        letter-spacing: 1px;
        margin-bottom: 20px;
        width: 100%;
    }

    #vehicle-container {
        position: relative;
        /* display: inline-block; */
        width: 380px;
        height: 377px;
        /*transform: rotate(90deg);*/
        float: left;
        left: -70px;
        left: 20px;
        margin-top: 20px;
        margin-top: 0px;
    }

    label.custom-radio {
        font-size: 18px;
        color: #000 !important;
        cursor: pointer;
        transition: color 0.3s ease;
        font-weight: 600;
    }

    .tikla__text__title {
        margin-bottom: 28px;
        /*padding-left: 20px;*/
        text-align: center;
    }

        .tikla__text__title span {
            font-size: 20px;
            color: #ffffff;
            font-weight: 700;
            text-transform: uppercase;
        }

        .tikla__text__title h2 {
            font-size: 46px;
            color: #ffffff;
            font-weight: 900;
            /*margin-top: 10px;*/
            margin-left: 190px;
            text-shadow: 10px 10px 10px black;
            /*font-family:Teko, serif;*/
        }

        .tikla__text__title h3 {
            /*font-family: Teko;*/
            color: white;
            font-weight: 900;
            font-size: 52px;
            padding: 10px 20px;
            /*font-family: Teko, serif;*/
        }

    .satt {
        margin-left: -180px;
        margin-top: 0px;
        width: 100%;
        transition: all ease-in 200ms;
    }

    .bottompage {
        position: absolute;
        width: 100%;
        height: auto;
    }

    .header__menu ul li {
        margin-right: 32px;
    }

    .chooseus {
        height: auto;
    }

    .chooseus__video {
        height: 100%;
    }

    .car__filter form .filter-price .price-input {
        position: relative;
        left: 0;
        top: 0;
        margin-top: 20px;
    }

    .car__details__tab .nav-tabs .nav-item {
        margin-right: 8px;
    }

    .testimonial__slider.owl-carousel .owl-nav button {
        left: -10px;
    }

        .testimonial__slider.owl-carousel .owl-nav button.owl-next {
            right: -10px;
        }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    #formUyariOverlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        /*background-color: rgba(0, 0, 0, 0.6);*/ /* tam ekran siyah yarı saydam */
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 9999;
    }

    #formUyariBox {
        background-color: white;
        color: black;
        padding: 20px 30px;
        border-radius: 10px;
        max-width: 90%;
        width: 400px;
        text-align: center;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    }

    .uyari-ikon {
        font-size: 50px;
        color: #ffc300;
    }

    .uyari-metin {
        font-size: 50px;
        margin-top: 10px;
    }
    .header__nav {
        position: relative; /* Sayfa en üstteyken normal konumunda olacak */
        /*position: fixed;*/ /* Sayfa en üstteyken normal konumunda olacak */
        transition: all 0.3s ease-in-out; /* Geçiş efekti */
        background-color: #fff; /* Arka plan rengi */
        /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/ /* Hafif gölge efekti */
        padding: 10px 0; /* Üstten ve alttan padding */
        z-index: 1000; /* Diğer elemanların üstünde olmasını sağlar */
        z-index: 1; /* Diğer elemanların üstünde olmasını sağlar */
    }

    .sticky-nav {
        position: fixed;
        top: -30px;
        left: 0;
        width: 90% !important;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        padding: 10px 0;
        transition: all 0.3s ease-in-out;
        background-color: #fff;
        z-index: 1000;
        margin-left: 5%;
    }

    .header__logo__nav {
        width: 65%;
    }

    .animate-contain {
        height: 115px;
        overflow: hidden;
        text-align: left;
        /*margin-left: 50px;*/
        margin-top: 0px;
        width: 350px;
        /*width: 100%;*/
    }

    .animated-text {
        display: inline-block;
        transition: 5ms all;
        margin-top: 0;
        /*animation: slide 2s infinite alternate ease-in;*/
        /*background-color: #df2d518a;*/
        text-transform: uppercase;
        color: #fff;
        width: 500px;
        text-align: left;
        border-radius: 50px;
    }

        .animated-text span {
            display: block;
            font-size: 50px;
        }

    .tikla__text__title span {
        font-size: 30px;
        color: #ffffff;
        font-weight: 500;
        text-transform: uppercase;
        float: left;
    }

    label.custom-radio {
        font-size: 18px;
        font-family: "Montserrat", sans-serif;
        color: black !important;
        cursor: pointer;
        transition: color 0.3s ease;
        font-weight: 600;
    }

    #vehicle-container {
        position: relative;
        /*display: inline-block;*/
        width: 380px;
        height: 377px;
        /*transform: rotate(90deg);*/
        margin-top: 0px;
        float: left;
        left: 50px;
    }

    .svg-marked {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .container {
        max-width: 1170px;
    }

    .satt {
        margin-left: -180px;
        margin-top: 0px;
        width: 100%;
        transition: all ease-in 200ms;
        z-index: 99;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1899px) {
    #formUyariOverlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        /*background-color: rgba(0, 0, 0, 0.6);*/ /* tam ekran siyah yarı saydam */
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 9999;
    }

    #formUyariBox {
        background-color: white;
        color: black;
        padding: 20px 30px;
        border-radius: 10px;
        max-width: 90%;
        width: 400px;
        text-align: center;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    }

    .uyari-ikon {
        font-size: 50px;
        color: #ffc300;
    }

    .uyari-metin {
        font-size: 50px;
        margin-top: 10px;
    }
    #vehicle-container {
        position: relative;
        /* display: inline-block; */
        width: 380px;
        height: 377px;
        /* transform: rotate(90deg); */
        margin-top: 0px;
        float: left;
        left: 50px;
    }
    .svg-marked {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .tikla__text__title span {
        font-size: 40px;
        color: #ffffff;
        font-weight: 500;
        text-transform: uppercase;
        float: left;
    }
    label.custom-radio {
        font-size: 18px;
        font-family: "Montserrat", sans-serif;
        color: black !important;
        cursor: pointer;
        transition: color 0.3s ease;
        font-weight: 600;
    }
    .animate-contain {
        height: 205px;
        overflow: hidden;
        text-align: left;
        /* margin-left: 50px; */
        margin-top: 0px;
        width: 850px;
        font-size: 40px;
        color: #ffffff;
    }
    .satt {
        margin-left: -300px;
        margin-top: 0;
        width: 100%;
        transition: all ease-in 200ms;
        z-index: 99;
    }

}

@media only screen and (min-width: 1900px) {
    #formUyariOverlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        /*background-color: rgba(0, 0, 0, 0.6);*/ /* tam ekran siyah yarı saydam */
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 9999;
    }

    #formUyariBox {
        background-color: white;
        color: black;
        padding: 20px 30px;
        border-radius: 10px;
        max-width: 90%;
        width: 400px;
        text-align: center;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    }

    .uyari-ikon {
        font-size: 50px;
        color: #ffc300;
    }

    .uyari-metin {
        font-size: 50px;
        margin-top: 10px;
    }
    .header__logo__nav {
        margin-top: 35px;
        margin-top: 25px;
        width:200px;
    }
    .painted-title label {
        font-size: 18px;
        color: black;
        background-color: #dfe6fe;
        font-weight: 100;
        text-align: center;
        padding: 20px;
        letter-spacing: 1px;
        margin-bottom: 20px;
        width: 100%;
    }

    #vehicle-container {
        position: relative;
        /*display: inline-block;*/
        width: 420px;
        height: 377px;
        /*transform: rotate(90deg);*/
    }

    .svg-marked {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px;
    }

    label.custom-radio {
        font-size: 18px;
        color: #aaa !important;
        cursor: pointer;
        transition: color 0.3s ease;
        font-weight: 600;
    }

    .animate-contain {
        height: 205px;
        overflow: hidden;
        text-align: left;
        /* margin-left: 50px; */
        margin-top: 0px;
        width: 850px;
    }

    .animated-text span {
        display: block;
        font-size: 55px;
        color:white;
    }

    .tikla__text__title span {
        font-size: 70px;
        color: #ffffff;
        font-weight: 700;
        text-transform: uppercase;
        float: left;
    }

    .satt {
        margin-left: -100px;
        margin-top: 0;
        width: 100%;
        transition: all ease-in 200ms;
        z-index: 99;
    }

    .header__nav {
        text-align: right;
        padding: 0px 5px;
    }

    .header__menu ul li a {
        font-size: 26px;
        color: #353535;
        font-weight: 500;
        display: block;
        padding: 5px 0;
        text-transform: uppercase;
        position: relative;
    }

    .header__menu {
        display: inline-block;
        margin-top: 70px;
        float: right;
    }

        .header__menu ul li span {
            font-size: 26px;
            color: red;
            font-weight: 500;
            display: block;
            padding: 5px 0;
            text-transform: uppercase;
            position: relative;
            cursor: pointer;
        }

    .service-item-top {
        /* margin-bottom: 30px; */
        /* border: 1px solid rgba(0,0,0,0.5); */
        transition: all 0.3s ease-in;
        /*min-width: 1000px;*/
    }

    .text-truncate {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 68px;
        font-size: 28px;
    }

    .chooseus {
        background: #f7f7f7;
        position: relative;
        height: 930px;
        padding-bottom: 85px;
        margin-top: 600px;
    }

    .section-title h2 {
        color: #353535;
        font-size: 90px;
        font-weight: 700;
        margin-top: 5px;
        margin-bottom: 16px;
    }

    .section-title h2 {
        color: #353535;
        font-size: 100px;
        font-size: 28px;
        font-weight: 700;
        margin-top: 5px;
        margin-bottom: 16px;
    }

    .section-title P {
        margin-bottom: 0;
        font-size: 77px;
        font-size: 20px;
        color: black;
        padding:30px 0;
        font-weight:500;
    }

    .chooseus__text ul li {
        list-style: none;
        font-size: 75px;
        font-size: 28px;
        color: #727171;
        font-weight: 100;
        line-height: 96px;
        line-height: 46px;
        letter-spacing: 2px;
    }

    .tikla-sat-tanitim {
        font-size: 100px;
        width: 600px;
        height: 200px;
        text-align: center;
    }

    .header__menu ul li .dropdown {
        position: absolute;
        left: 0;
        margin-top: 10px;
        width: 500px;
        background: #db2d2e;
        text-align: left;
        padding: 2px 0;
        z-index: 9;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all, 0.5s;
        -o-transition: all, 0.5s;
        transition: all, 0.5s;
    }
}

.painted-title label {
    font-size: 14px;
    color: black;
    color: white;
    background-color: white;
    background-color: #dfe6fe;
    background-color: #dc3545;
    font-weight: 100;
    text-align: center;
    padding: 20px;
    /*letter-spacing: 2px;*/
    margin-bottom: 20px;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-weight: 600 !important;
}




.container-fluid {
    /*    padding-left: 0;
    padding-right: 0;*/
}

.primary-btn {
    padding: 24px 48px;
}

.bg-light {
    /*	background: #db2d2e!important;
	background: #db2d2e!important;*/
    border: 1px solid gray;
    box-shadow: 10px 10px 10px gray;
}


/* Modern radio button tasarımı */
.radio-group {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 15px !important;
}

.radio-inline {
    display: flex !important;
    align-items: center !important;
    font-size: 16px !important;
}

    .radio-inline input[type="radio"] {
        display: none !important; /* Varsayılan radio butonunu gizleyelim */
    }

        .radio-inline input[type="radio"] + span {
            position: relative !important;
            padding-left: 30px !important;
            cursor: pointer !important;
            font-size: 16px !important;
        }

        .radio-inline input[type="radio"]:checked + span:before {
            content: '' !important;
            position: absolute !important;
            left: 0 !important;
            top: 50% !important;
            transform: translateY(-50%) !important;
            width: 20px !important;
            height: 20px !important;
            background-color: #4CAF50 !important; /* Yeşil renk */
            border-radius: 50% !important;
            border: 2px solid #4CAF50 !important;
        }

        .radio-inline input[type="radio"]:not(:checked) + span:before {
            content: '' !important;
            position: absolute !important;
            left: 0 !important;
            top: 50% !important;
            transform: translateY(-50%) !important;
            width: 20px !important;
            height: 20px !important;
            background-color: #fff !important;
            border: 2px solid #4CAF50 !important;
            border-radius: 50% !important;
            transition: background-color 0.3s !important;
        }

        .radio-inline input[type="radio"]:checked + span {
            color: #4CAF50 !important; /* Seçilen seçenek için renk */
        }

        /* Hover ve focus efektleri */
        .radio-inline input[type="radio"]:not(:checked) + span:hover {
            color: #4CAF50 !important;
            border-color: #4CAF50 !important;
        }

        .radio-inline input[type="radio"]:focus + span {
            outline: none !important;
            box-shadow: 0 0 5px #4CAF50 !important;
        }


/* Buton tasarımı */
#scrollToTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: transparent; /* Arka plan rengini şeffaf yapıyoruz */
    color: white;
    border: none;
    border-radius: 50%;
    padding: 0; /* İçerideki padding'i kaldırıyoruz */
    width: 70px; /* Butonun genişliği */
    height: 70px; /* Butonun yüksekliği */
    display: none; /* Başlangıçta gizli */
    z-index: 1000;
    cursor: pointer;
    transition: background-color 0.3s;
}

/* Steering wheel div'ine stil ekliyoruz */
.steering-wheel {
    width: 100%;
    height: 100%;
    background-image: url('../img/wheel.jpg'); /* Direksiyon simidi görselini buraya ekliyoruz */
    background-size: cover; /* Görseli buton boyutuna uyacak şekilde yerleştiriyoruz */
    background-position: center; /* Görseli ortalıyoruz */
    border-radius: 50%; /* Butonu yuvarlak yapmak için */
}

/* Animasyon için keyframes */
@keyframes rotateSteeringWheel {
    0% {
        transform: rotate(0deg); /* Başlangıç açısı */
    }

    50% {
        transform: rotate(15deg); /* Sağ hareket */
    }

    100% {
        transform: rotate(0deg); /* Sonra sol hareket için geri dön */
    }
}

/* Animasyon başlatma */
#scrollToTopBtn {
    animation: rotateSteeringWheel 5s linear infinite; /* Direksiyon animasyonu */
}

    /* Hover efekti */
    #scrollToTopBtn:hover {
        background-color: #3498db; /* Hoverda mavi renk */
    }



/* Sayfa kaydırıldığında navbar sabitlensin */
/*.sticky-nav {
    position: fixed;*/ /* Sabit pozisyon */
    /*top: 0;*/ /* Sayfanın en üstüne yerleştirilmesi */
    /*left: 0;
    width: 100%;*/ /* Tam genişlik */
    /*box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);*/ /* Sabitlenmiş navbar için daha belirgin gölge */
    /*padding: 10px 0;*/ /* Sabitlenen navbar'a padding */
    /*transition: all 0.3s ease-in-out;*/ /* Geçiş efekti */
    /*background-color: #fff;*/ /* Arka plan rengini beyaz tutuyoruz */
    /*z-index: 1000;*/ /* Diğer elemanların üstünde olmasını sağlar */
/*}*/



/* Genel form ve select kutuları stilleri */
/*.form-group {
    margin-bottom: 20px;
}

.form-control {
    width: 100%;
    padding: 4px 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    background-color: #f8f8f8;
    font-size: 16px;
    transition: all 0.3s ease;
}*/

/* Animasyonlu açılır kutu */
/*.form-control select {
        display: block;
        width: 100%;
        background-color: #fff;
        border: 1px solid #ddd;
        padding: 10px;
        border-radius: 4px;
        transition: all 0.4s ease;
    }*/

/* Seçim kutusunun açılma animasyonu */
/*.form-control select:focus {
            border-color: #007bff;
            box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
        }*/

/* Fokusa giren select kutusunun etrafında mavi sınır ve yumuşak gölge efekti */
/*.form-control select option {
            transition: background-color 0.3s ease;
        }

            .form-control select option:hover {
                background-color: #e9ecef;
            }*/

/* Genel form ve select kutuları stilleri */
.form-group {
    /*margin-bottom: 20px;*/
}

.form-control {
    /*width: 100%;*/
    padding: 4px 10px;
    padding: 10px 15px;
    border-radius: 4px;
    border: 1px solid #ccc;
    background-color: #f8f8f8;
    font-size: 13px;
    transition: all 0.3s ease;
    color: black !important;
    border: none;
    transition: all 0.3s ease;
    box-shadow: 4px 2px 1px rgba(0, 0, 0, 0.1);
    /*border-radius: 8px;*/
    /*border: 1px solid black;*/
    /*border-radius: 15px;*/
    height: 45px;
    /*letter-spacing: 2px;*/
    font-family: "Montserrat", sans-serif;
}

.custom-dropdown option{
    color:black!important;
    font-weight:600!important;
}


/* Dropdown genel stil */
.form-control {
    /*width: 100%;*/
    padding: 10px;
    border: 1px solid #ccc;
    /*border-radius: 1px;*/
    font-size: 13px;
    background: #f9f9f9;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    font-family: "Teko", serif;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    /*font-weight: <weight>;*/
    font-style: normal;
    font-size: 14px !important;
    /*font-size: 20px !important;*/
    font-weight: 600;
    color:black;
}

.form-control-tb {
    font-size: 20px !important;
    font-weight: 600;
    color: black;
}

.form-control option{
    font-weight:600;
}

    /* Focus durumu */
    .form-control:focus {
        border-color: #007bff;
        box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
        outline: none;
        background: #fff;
    }

/* Dropdown kapsayıcı */
.custom-dropdown {
    position: relative;
    overflow: hidden;
    font-family: "Teko", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    font-size: 16px !important;
    font-weight: bold;
}

    /* Açılma animasyonu için */
    .custom-dropdown.open select {
        animation: dropdownAnimation 0.3s ease forwards;
    }

@keyframes dropdownAnimation {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}








/* Fade-in ve Fade-out animasyonları */
.form-control select {
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 4px;
    opacity: 0; /* Başlangıçta gizli */
    transition: opacity 3.5s ease-in-out; /* Fade animasyonu */
    height: auto !important;
    overflow: hidden !important;
}

    /* Focuslandığında opacity'yi arttırarak göster */
    .form-control select.show {
        opacity: 1; /* Görünür hale gelir */
        visibility: visible;
        transition: opacity 0.5s ease-in-out; /* Fade-in animasyonu */
        height: auto !important;
        overflow-y: hidden !important;
    }

    /* Option hover efekt */
    .form-control select option:hover {
        background-color: #e9ecef;
    }

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}

/*.animate-contain {
    height: 65px;
    overflow: hidden;
    text-align: left;*/   
    /*margin-left: 50px;*/
    /*margin-top: 0px;
    width: 350px;*/
    /*width: 100%;*/
/*}*/

.place-holder {
    color: gray !important;
}

@keyframes slide {
    0% {
        margin-top: 0;
    }

    20% {
        margin-top: 10px;
    }

    40% {
        margin-top: -80px;
    }

    60% {
        margin-top: -100px;
    }

    80% {
        margin-top: -165px;
    }

    100% {
        margin-top: -175px;
        /* color:red!important;
        transition:ease-in all 3ms;*/
    }
}


/* Bounce In Animasyonu */
@keyframes bounceIn {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.7;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Bounce Out Animasyonu */
@keyframes bounceOut {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    20% {
        transform: scale(1.1);
    }

    50% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(0.5);
        opacity: 0;
    }
}

/* message-div başlangıç stili */
#message-div {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    font-size: 24px;
    padding: 20px;
    border-radius: 10px 0;
    color: black;
    z-index: 1001;
    opacity: 0; /* Başlangıçta görünmez */
    transform: scale(0.5); /* Küçük boyutta başla */
}

.bounce-in {
    animation: bounceIn 1s forwards; /* Açılış animasyonu */
}

.bounce-out {
    animation: bounceOut 1s forwards; /* Kapanış animasyonu */
}


#cookieBanner button, #cookieCustomizePopup button {
    padding: 10px 20px;
    border: none;
    background-color: #007bff;
    color: white;
    cursor: pointer;
    border-radius: 5px;
}

#cookieCustomizePopup div {
    margin: 10px 0;
}

#cookieCustomizePopup label {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Çerez Banner */
#cookieBanner {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #f8f9fa; /* Hafif gri arka plan */
    border-top: 2px solid #007bff; /* Mavi üst çizgi */
    padding: 15px;
    text-align: center;
    z-index: 9999;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1); /* Hafif gölge efekti */
}

    #cookieBanner p {
        margin: 0 0 10px;
        color: #333;
        font-size: 14px;
        text-align: center;
    }

    #cookieBanner button {
        padding: 10px 20px;
        margin: 0 5px;
        border: none;
        border-radius: 5px;
        font-size: 14px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

        #cookieBanner button#acceptAllCookies {
            background-color: #007bff; /* Mavi */
            color: white;
        }

            #cookieBanner button#acceptAllCookies:hover {
                background-color: #0056b3; /* Daha koyu mavi */
            }

        #cookieBanner button#rejectAllCookies {
            background-color: #dc3545; /* Kırmızı */
            color: white;
        }

            #cookieBanner button#rejectAllCookies:hover {
                background-color: #a71d2a; /* Daha koyu kırmızı */
            }

        #cookieBanner button#customizeCookies {
            background-color: #6c757d; /* Gri */
            color: white;
        }

            #cookieBanner button#customizeCookies:hover {
                background-color: #4e555b; /* Daha koyu gri */
            }

/* Kişiselleştirme Pop-Up */
#cookieCustomizePopup {
    display: none;
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -20%);
    background-color: white;
    padding: 20px;
    width: 50%;
    border: 1px solid #ddd;
    border-radius: 10px;
    z-index: 10000;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2); /* Hafif gölge efekti */
}

    #cookieCustomizePopup h3 {
        margin-top: 0;
        font-size: 18px;
        color: #333;
        border-bottom: 2px solid #007bff;
        padding-bottom: 10px;
    }

    #cookieCustomizePopup p {
        font-size: 14px;
        color: #555;
    }

    #cookieCustomizePopup div {
        margin: 15px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #cookieCustomizePopup label {
        font-size: 14px;
        color: #333;
    }

    #cookieCustomizePopup input[type="checkbox"] {
        width: 20px;
        height: 20px;
        accent-color: #007bff; /* Modern tarayıcılar için mavi onay kutusu */
    }

    #cookieCustomizePopup button {
        padding: 10px 20px;
        border: none;
        border-radius: 5px;
        font-size: 14px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

        #cookieCustomizePopup button#saveCookiePreferences {
            background-color: #007bff; /* Mavi */
            color: white;
        }

            #cookieCustomizePopup button#saveCookiePreferences:hover {
                background-color: #0056b3; /* Daha koyu mavi */
            }

        #cookieCustomizePopup button#closePopup {
            background-color: #6c757d; /* Gri */
            color: white;
        }

            #cookieCustomizePopup button#closePopup:hover {
                background-color: #4e555b; /* Daha koyu gri */
            }

.header-row {
    width: 100% !important;
}

.bottompage {
    position: relative;
    width: 100%;
    height: auto;
    padding: 50px;
}

.infotitle {
    color: black;
    text-decoration: underline;
}

.footer-copyright {
    color: #fff;
    text-align: center;
    margin-top: 20px;
}

.footer-copyright-text {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0;
}

.footer-copyright-link {
    color: #fff;
    text-decoration: none;
    margin-right: 5px;
    padding-right: 5px;
    border-right: 1px solid #fff;
}

.custom-radio-group {
    display: flex; /* Yatay hizalama için flexbox */
    gap: 30px; /* Radio buttonlar arasına boşluk ekle */
}

.custom-radio {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    margin: auto;
}

    .custom-radio input[type="radio"] {
        display: none; /* Radio butonu gizle */
    }

.radio-box {
    position: relative;
    width: 30px;
    height: 30px;
    border: 2px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.3s ease, background-color 0.3s ease;
}

    .radio-box .dot {
        width: 16px;
        height: 16px;
        background-color: #3cda3c;
        border-radius: 50%;
        transform: scale(0);
        transition: transform 0.3s ease;
    }

.custom-radio input[type="radio"]:checked + .radio-box {
    border-color: #4caf50;
    background-color: #e8f5e9;
}

    .custom-radio input[type="radio"]:checked + .radio-box .dot {
        transform: scale(1);
    }

/*label.custom-radio {
    font-size: 16px;
    color: #aaa !important;*/ /* Varsayılan açık gri */
    /*cursor: pointer;
    transition: color 0.3s ease;
    font-weight: 600;
}*/

.custom-radio input[type="radio"]:checked + .radio-box + span {
    color: #4caf50; /* Seçildiğinde yeşil */
    color: black; /* Seçildiğinde yeşil */
    font-weight: 600 !important;
}

#tramerTutariContainer {
    /*display: none;*/ /* Varsayılan olarak gizli */
    display: block; /* Varsayılan olarak gizli */
    margin-top: 20px;
}

#tramerKaydiContainer {
    /*display: none;*/ /* Varsayılan olarak gizli */
    display: block; /* Varsayılan olarak gizli */
    margin-top: 20px;
}

#plakaContainer {
    /*display: none;*/ /* Varsayılan olarak gizli */
    display: block; /* Varsayılan olarak gizli */
    display: flex; /* Varsayılan olarak gizli */
    margin-top: 50px;
}

#onayContainer {
    /*display: none;*/ /* Varsayılan olarak gizli */
    display: block; /* Varsayılan olarak gizli */
    margin-top: 20px;
}

.mail-sen-btn {
    width: 100%;
    font-size: 24px;
}

/* This only changes this particular animation duration */
.animate__animated.animate__backInUp {
    --animate-duration: 2s;
}

/* This changes all the animations globally */
:root {
    --animate-duration: 800ms;
    --animate-delay: 0.9s;
}

.card-div {
    width: 100%;
}

.card {
    background-color: #303030 !important;
    background-color: white !important;
    box-shadow: 10px 0 10px black;
}

/* Tramer Kaydı Var - Yeşil */
.green-radio {
    color: green !important;
}

    .green-radio .radio-box {
        border: 2px solid green !important;
    }

    .green-radio .dot {
        background-color: #3cda3c !important;
    }

    /* Span'ı da yeşil yap */
    .green-radio span {
        color: #8ad88a !important;
    }

/* Tramer Kaydı Yok - Siyah */
.black-radio {
    color: black !important;
}

    .black-radio .radio-box {
        border: 2px solid black !important;
    }

    .black-radio .dot {
        background-color: black !important;
    }

    /* Span'ı da siyah yap */
    .black-radio span {
        color: black !important;
    }

/* Ağır Hasar Kayıtlı - Kırmızı */
.red-radio {
    color: red !important;
}

    .red-radio .radio-box {
        border: 2px solid red !important;
    }

    .red-radio .dot {
        background-color: red !important;
    }

    /* Span'ı da kırmızı yap */
    .red-radio span {
        color: red !important;
    }

button.form-close-btn {
    width: 50px !important;
    height: 50px !important;
}

    button.form-close-btn:hover {
        background-color: #bd2130 !important;
        box-shadow: 10px 0 10px black;
        width: 50px;
        height: 50px;
        transform: scale(1.1);
        transition: all ease-out 200ms;
    }

.kvkkText:hover {
    color: blue !important;
}

/* Klasik checkbox'ları gizleyelim */
.custom-checkbox {
    display: none;
}

    /* Checkbox etiketinin stilini ekleyelim */
    .custom-checkbox + label {
        position: relative;
        padding-left: 30px;
        cursor: pointer;
        font-size: 14px;
        display: inline-block;
        line-height: 20px;
        color: #555;
        user-select: none; /* Yazıların seçilmesini engelle */
    }

        /* Checkbox kutusunun stilini ekleyelim */
        .custom-checkbox + label::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 20px;
            height: 20px;
            border: 2px solid #007bff;
            border: 2px solid #dc3545;
            background-color: white;
            border-radius: 4px;
            transition: background-color 0.2s, border-color 0.2s, transform 0.1s ease-in-out;
        }

    /* Checkbox işaretlendiğinde kutunun stilini değiştir */
    .custom-checkbox:checked + label::before {
        background-color: #007bff;
        border-color: #007bff;
        transform: scale(1.2); /* Büyütme efekti */
    }

    /* İşaretli kutuya tik işareti ekleyelim */
    .custom-checkbox:checked + label::after {
        content: "✔";
        position: absolute;
        left: 4px;
        top: 2px;
        font-size: 14px;
        color: white;
        transform: scale(2); /* Tick işaretinin büyütülmesi */
        transition: transform 0.1s ease-in-out; /* Tick işaretinin büyütülmesi de animasyonla yapılacak */
    }

    /* Hover etkisi */
    .custom-checkbox + label:hover::before {
        border-color: #0056b3;
    }

    /* Disabled durumda butonun stilini değiştirelim */
    .custom-checkbox:disabled + label {
        color: #999;
        cursor: not-allowed;
    }

        .custom-checkbox:disabled + label::before {
            border-color: #ddd;
            background-color: #f5f5f5;
        }

/* KVKK metni link stilini ekleyelim */
.kvkkText {
    color: #007bff;
    text-decoration: none;
}

    .kvkkText:hover {
        text-decoration: underline;
    }

/*---------------------
  Footer
-----------------------*/

.footer {
    /*margin-top: 120px;*/
    padding-top: 60px;
    padding-bottom: 30px;
    /*background-image: url(../img/tiklasat.jpg) !important;*/
    background-image: url(../img/footer-bg.jpg) !important;
    /*background:none!important;*/
}

/*.aracinigir {
	background-image: url(../img/aracinigir.webp) !important;
}*/

.footer__contact {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.9);
    margin-bottom: 65px;
    padding-top: 40px;
}

.footer__contact__title h2 {
    font-size: 40px;
    color: #ffffff;
    font-weight: 700;
}

.footer__contact__option {
    text-align: right;
}

    .footer__contact__option .option__item {
        font-size: 15px;
        color: #323232 !important;
        background: #db2d2e;
        display: inline-block;
        font-weight: 700;
        padding: 0px 18px 0px 24px;
        margin-right: 16px;
        border-radius: 2px;
    }

        .footer__contact__option .option__item:last-child {
            margin-right: 0;
        }

        .footer__contact__option .option__item.email {
            color: #323232;
            background: #ffffff;
        }

            .footer__contact__option .option__item.email > a:hover {
                color: #323232 !important;
                background: #ffffff;
            }

            .footer__contact__option .option__item.email i {
                color: #db2d2e;
            }

        .footer__contact__option .option__item i {
            margin-right: 5px;
        }

.footer_about {
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.9);
}

    .footer_about p {
        color: white;
        margin-bottom: 25px;
        letter-spacing: 1px;
        font-weight: 100;
    }

/*.footer__logo {
    margin-bottom: 20px;
}*/

/*    .footer__logo a {
        display: inline-block;
    }*/

/*.footer__social {
    margin-bottom: 20px;
}

    .footer__social a {
        display: inline-block;
        height: 38px;
        width: 38px;
        font-size: 15px;
        color: #ffffff;
        line-height: 38px;
        text-align: center;
        border-radius: 50%;
        margin-right: 6px;
    }

        .footer__social a:last-child {
            margin-right: 0;
        }

        .footer__social a.facebook {
            background: #324975;
        }

        .footer__social a.twitter {
            background: #2C85AE;
        }

        .footer__social a.google {
            background: #DC4438;
        }

        .footer__social a.skype {
            background: #3EAFF0;
        }

        .footer__social a.instagram {*/
/*background: #833AB4;*/
/*color: #833AB4;
        }*/

.footer__copyright__text {
    margin-bottom: 0 !important;
}

    .footer__copyright__text a {
        font-weight: 700;
        color: #db2d2e;
    }

    .footer__copyright__text i {
        color: #cc1111;
    }

.footer_widget {
    margin-bottom: 30px;
}

    .footer_widget h5 {
        padding-top: 30px;
        color: #ff0000;
        font-weight: 100;
        margin-bottom: 8px;
        border-bottom: 1px solid rgba(255,255,255,0.9);
    }

    .footer_widget ul li {
        list-style: none;
    }

        .footer_widget ul li a {
            font-size: 20px;
            color: #ffffff;
            line-height: 36px;
        }

        .footer_widget ul li i {
            margin-right: 2px;
        }

.footer_place {
    margin-top: 60px;
}

.footer_contact_info {
    overflow: hidden;
    margin-bottom: 30px;
}

    .footer_contact_info h5 {
        padding-top: 30px;
        color: #ff0000;
        font-weight: 100;
        margin-bottom: 8px;
        border-bottom: 1px solid rgba(255,255,255,0.9);
    }

    .footer_contact_info ul {
        width: 100%;
        float: left;
    }

        .footer_contact_info ul li {
            list-style: none;
            padding-bottom: 30px;
        }

            .footer_contact_info ul li a {
                font-size: 20px;
                color: white;
                /*line-height: 36px;*/
                letter-spacing: 2px;
                font-weight: 100;
                text-align: left;
            }

            .footer_contact_info ul li i {
                margin-right: 2px;
                color: red !important;
                font-size: 20px;
            }



body {
    /*background: url("https://image.ibb.co/mJ9tLa/image.png");*/
    /*    background:rgba(0,0,0,0.5);
    background-color: #212121;
    background-blend-mode: overlay;
    background-position: center;
    background-size: cover;
    text-align: center;*/
}

/*h1 {
    margin-top: 40px !important;
    color: red;
    font-family: 'Exo 2', sans-serif;
    font-size: 46px;
    font-weight: 900;
    text-transform: uppercase;
}

p {*/
/*max-width: 700px;*/
/*min-height: 200px;
    padding: 100px 150px;
    color: white;
    font-family: OpenSans;
    font-size: 14px;
    font-weight: 300;
    line-height: 42px;
}*/

.social_icons {
    /*background-color: #DD2A7B;*/
    background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
    min-width: 300px;
    border-radius: 5px;
    padding: 20px;
    width: 300px;
    margin: auto;
}
.square {
    height: 60px;
    width: 60px;
    border: 1px dashed white;
    border-radius: 5px;
    margin: 0 0 0 55px;
    /*   padding: 1px; resize squares */
    background-color: rgba(255, 255, 255, 1);
    display: inline-block;
    transform: rotateZ(44deg);
    transition: ease 0.2s;
    margin-left: 0;
}

    .square:hover {
  /*      background-color: rgba(27, 182, 239, 1);
        background-color: rgba(27, 182, 239, 1);*/
        /*background-color: rgba(228, 64, 95,0.9);*/
        box-shadow: 0px 1px 5px white;
        transform: scale(1.2);
        transition: ease 0.3s;
        cursor: pointer;
    }

    .square .icons {
        position: absolute;
        transform: rotateZ(-44deg);
/*        margin: 0px 0px 10px 12px*/
    }

.fa-facebook,
.fa-twitter,
.fa-dribbbler,
.fa-youtube,
.fa-dribbble {
    width: 11px;
    height: 22px;
    color: white;
    font-family: FontAwesome;
    font-size: 23px;
    font-weight: 400;
    text-transform: uppercase;
}

.square:hover .fa-facebook {
    color: rgba(59, 89, 152, 1)
}

.square:hover .fa-twitter {
    color: rgba(27, 182, 239, 1)
}

.square:hover .fa-dribbble {
    color: rgba(199, 59, 111, 1)
}

.square:hover .fa-youtube {
    color: rgba(229, 45, 39, 1)
}

.logo {
    margin: 1em;
    position: fixed;
    bottom: -72px;
    z-index: 99999999999;
    right: 0;
}

svg {
}

.pen {
    fill: black;
    animation: rotateInDownLeft 3s forwards;
}

.all {
    animation: rotateOut 3s forwards;
}

/*@keyframes rotateInDownLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0,0,0, 0deg);
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        transform: translateX(850px) translateY(-83px) rotate3d(0,0,1, -60deg);
        opacity: 1;
    }
}*/

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 1;
    }
}

.service-item-top {
    /*margin-bottom: 30px;*/
    /*border:1px solid rgba(0,0,0,0.5);*/
    transition: all 0.3s ease-in;
}

    .service-item-top:hover {
        /*margin-bottom: 30px;*/
        /*border:1px solid rgba(0,0,0,0.5);*/
        box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
        transition: all 0.3s ease-out;
        transform: scale(1.02);
    }


/*Geniş sayfa*/
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

    .dropdown-content.show {
        display: block;
        opacity: 1;
        transform: translateY(0);
    }

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #ddd;
        }


.yilsec {
    font-size: 2em !important;
    font-weight: 900 !important;
    color: black !important;
}

.col-md-4:last-child {
    border-right: 0px solid black;
}

.counter {
    animation-duration: 1s;
    animation-delay: 0s;
}

i {
    font-size: 20px !Important;
}
/*      boyalı değişen başlar */

/*#vehicle-container {
    position: relative;
    display: inline-block;
    width: 500px;
    height: 377px;
}*/

.part {
    position: absolute;
    border: 2px solid transparent;
    cursor: pointer;
    transition: border-color 0.3s ease;
}

    /*.part:hover {
        border-color: red;*/ /* Hover durumunda kırmızı renkte göster */
    /*}*/

/* Popup */
.popup {
    position: absolute;
    display: none;
    background-color: rgba(255, 255, 255, 0.4);
    padding: 1px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 10;
    margin-top: -870px;
}

.painted-option {
    background-color: #0ea8d4;
}

.changed-option {
    background-color: red;
}

.local-painted-option {
    background-color: #e6e44a;
}


.painted-option,
.changed-option,
.local-painted-option {
    padding: 5px 10px;
    border: none;
    cursor: pointer;
    margin: 5px;
    font-size: 20px;
    /* z-index: -1; */
    color: black;
}

    .painted-option:hover,
    .changed-option:hover {
        opacity: 0.8;
    }
/* Seçilen renkler */
.painted {
    /* background-color: rgba(0, 255, 0, 0.5); /* Boyalı parça işaretlemesi */ border-color: green;
}

.changed {
    /* background-color: rgba(255, 0, 0, 0.5); /* Değişen parça işaretlemesi */ border-color: red;
}

#overlay-images img {
    position: absolute;
    display: none; /* Başlangıçta gizli olacak */
    z-index: 99; /* Ana resmin üstünde olacak şekilde */
}

/*.svg-marked {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 10px;
}*/



.painted-mark,
.local-painted-mark,
.changed-mark {
    color: black;
}

/*   boyalı değişen biter */
#formUyari {
    color: red;
    margin-top: 10px;
    background: #ffdce0;
    padding: 10px;
    border: 1px solid #ff8b94;
    border-radius: 8px;
    /*display: none;*/
    transform: scale(0);
    /*opacity: 0;*/
    transition: transform 0.4s ease, opacity 0.4s ease;
}

    #formUyari.show {
        display: block;
        transform: scale(1);
        opacity: 1;
    }

.btn i {
    color: red;
}

    .btn i:hover {
        color: white;
    }

.btn-outline-primary:hover {
    background: red;
}

/* Dropdown kutusu normalde bulanık olmasın */
.custom-dropdown select {
    filter: none;
    transition: filter 0.3s ease; /* Geçiş efekti */
}

/* Dropdown açıldığında bulanıklık ekleyelim */
.custom-dropdown.select-blurred select {
    filter: blur(3px); /* Blur efekti */
}

/* Radio Button Customization */
.custom-radio {
    display: flex;
    flex-direction: column;
}

.radio-container {
    position: relative;
    padding-left: 35px; /* Sağda olan işaret için alan */
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    color: #333;
}

    .radio-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    /* Circle (Checkmark) */
    .radio-container .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        border: 2px solid #ddd;
        border-radius: 50%;
        background-color: white;
        transition: background-color 0.3s ease, border-color 0.3s ease;
    }

    /* When radio button is checked */
    .radio-container input:checked ~ .checkmark {
        background-color: #007bff;
        border-color: #007bff;
    }

    /* When radio button is hovered */
    .radio-container:hover .checkmark {
        border-color: #007bff;
    }

    /* Inner circle when checked */
    .radio-container input:checked ~ .checkmark:after {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        height: 10px;
        width: 10px;
        border-radius: 50%;
        background-color: white;
        transition: background-color 0.3s ease;
    }

    /* Radio button click animation */
    .radio-container input:focus ~ .checkmark {
        box-shadow: 0 0 5px rgba(0, 123, 255, 0.6);
    }

.overlay-images {
    position: absolute;
    top: -140px;
    left: 0;
    width: 90%;
    height: 90%;
    pointer-events: none;
}

.tikla-sat-tanitim {
    font-size: 30px;
}

#boyaliDiv, #telefonNoSelect, #degisenDiv span {
    font-size: 20px;
}

.all-checked label {
    font-size: 18px;
    color: black !important;
}

.arrows-container {
    display: flex;
    justify-content: space-between;
    width: 100%; /* Ekran genişliğine yayılacak şekilde */
    position: relative;
}

.arrow {
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 70px solid transparent;
    border-top: 40px solid red;
    position: absolute;
    animation: moveArrow 2s linear infinite;
    /* transform: rotate(60deg); */
    margin-left: 10px;
}

    .arrow:nth-child(1) {
        animation-delay: 0s;
    }

    .arrow:nth-child(2) {
        animation-delay: 0.5s;
    }

    .arrow:nth-child(3) {
        animation-delay: 1s;
    }

    .arrow:nth-child(4) {
        animation-delay: 1.5s;
    }

    .arrow:nth-child(5) {
        animation-delay: 2s;
    }

@keyframes moveArrow {
    0% {
        transform: translateX(-100px); /* Başlangıçta ok biraz sağa kaymış olabilir */
    }

    100% {
        transform: translateX(300px); /* Ok 300px sağa kayacak */
    }
}
.vehicleDiv {
    display: block;
}

.page-content p {
    color: white;
    font-size: 18px;
    line-height: 3rem;
}
.page-content h3{
    color:red;
}

#sendmailform {
/*    font-family: "Montserrat", sans-serif;
    font-size:14px!important;
    font-weight:600!important;*/
}

.fade-out {
    opacity: 0;
    transition: opacity 0.3s ease-out;
    pointer-events: none; /* Kaybolduğunda tıklanamaz hale getir */
}

.show-sidebar-mini{
    font-size:36px;
    font-weight:900;
    color:red;
    cursor:pointer;
}
.show-sidebar-mini:hover {
    font-size: 36px;
    font-weight: 900;
    color: red;
    cursor: pointer;
    background:red;
    color:white;
    transition: all ease-in-out .2s;
    padding: 0 5px;
    transform:scale(1.1);
    box-shadow:1px 1px 5px gray;
}

/* Ortalanmış container */
.ozellik-container .col-md-4 {
    text-align: center; /* label ve içerikler ortalansın */
}

/* Label'lar ortalanacak */
.ozellik-container label {
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}

.vehicle-btn-label{
    color:black;
    font-size:24px;
    font-weight:300;
}

/* Butonlar ortalı flex */
#govdeTipiContainer, #yakitTipiContainer, #vitesTipiContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* butonları yatay ortala */
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Buton stili (önceki gibi) */
.govde-button, .yakit-button, .vites-button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    margin: 5px;
    border-radius: 8px;
    font-size: 24px;
    min-width: 120px;
    transition: background-color 0.3s ease;
}

    .govde-button.selected, .yakit-button.selected, .vites-button.selected {
        background-color: #0056b3;
        background-color: red;
        background-color: #dc3545;
        color: white;
    }

/* ✨ Parlama Efekti */
.parlama {
    animation: parlayarakGel 1s ease-in-out;
}

@keyframes parlayarakGel {
    0% {
        box-shadow: 0 0 0px #ffffff;
    }

    50% {
        box-shadow: 0 0 15px #ffffff;
    }

    100% {
        box-shadow: 0 0 0px #ffffff;
    }
}

/*.govde-button, .yakit-button, .vites-button {
    background-color: #f8f9fa;
    border: 2px solid #007bff;
    color: #007bff;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 120px;
    margin: 5px;
}

    .govde-button.selected, .yakit-button.selected, .vites-button.selected {
        background-color: #007bff;
        color: white;
        border-color: #007bff;
    }*/


.vehicle-btn-label{
    color:black;
    font-size:24px;
    font-weight:200;
}




/*.govde-button {
    background-color: #f0f0f0;
    border: 2px solid #007bff;
    color: #007bff;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 120px;
}

    .govde-button:hover {
        background-color: #e0e0e0;
        border-color: #0056b3;
        color: #0056b3;
    }

    .govde-button.selected {
        background-color: #007bff;
        color: white;
        border-color: #007bff;
    }

.yakit-button {
    background-color: #f0f0f0;
    border: 2px solid #007bff;
    color: #007bff;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 120px;
}

    .yakit-button:hover {
        background-color: #e0e0e0;
        border-color: #0056b3;
        color: #0056b3;
    }

    .yakit-button.selected {
        background-color: #007bff;
        color: white;
        border-color: #007bff;
    }

.vites-button {
    background-color: #f0f0f0;
    border: 2px solid #007bff;
    color: #007bff;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 120px;
}

    .vites-button:hover {
        background-color: #e0e0e0;
        border-color: #0056b3;
        color: #0056b3;
    }

    .vites-button.selected {
        background-color: #007bff;
        color: white;
        border-color: #007bff;
    }*/

.secim-ozeti-kutu {
    background-color: #f9f9f9;
    background-color: #f1f5f9;
    border: 2px solid #ccc;
    border-radius: 12px;
    padding: 20px;
    margin: 20px 0;
    text-align: center;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}

.secim-ozeti-icerik {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.secim-ozeti-buton {
    text-align: center;
}

.onceki-btn {
    padding: 10px 25px;
    font-size: 18px;
    font-weight: 600;
    background-color: #34537ae6;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.1s ease-out;
}

    .onceki-btn:hover {
        background-color: #e60000;
        background-color: black;
        background-color: #34537a;
        box-shadow: 1px 1px 10px 1px gray;
        transform: scale(1.02);
        transition: all 0.2s ease-in;
    }



@keyframes shake {
    0% {
        transform: translateX(0);
    }

    15% {
        transform: translateX(-10px);
    }

    30% {
        transform: translateX(10px);
    }

    45% {
        transform: translateX(-8px);
    }

    60% {
        transform: translateX(8px);
    }

    75% {
        transform: translateX(-5px);
    }

    90% {
        transform: translateX(5px);
    }

    100% {
        transform: translateX(0);
    }
}

.shake-effect {
    animation: shake 0.6s ease;
}


/*#telefonNo, #plaka, #kmDegeri, #adSoyad {
    position: relative;
}*/

/*#formUyariOverlay {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 20px;
    border-radius: 8px;
    z-index: 9999;
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
    width: 300px;
    text-align: center;
}

#formUyariBox .uyari-metin {
    font-size: 16px;
    margin-top: 10px;
    color: white;
}*/

#uyari-baslik {
    color: black;
    /*font-weight:100;*/
    transition: all 0.1s ease-in-out;
    display: inline-block;
}

.parla {
    color: red!important;
    font-weight:700;
    /*transform: scale(1.1);*/
    transition: all 0.1s ease-in-out;
}
/*.director h5 {
    color: black;
    transition: color 0.5s ease, transform 0.5s ease;
    display: inline-block;
}
*/


.update-btn:hover{
    cursor:pointer;
}

.close-sidebar {
    width: 5%;
    z-index: 102;
    display: flex;
    justify-content: center;
    align-items: center !important;
    top: 0;
    right: 0;
    color: var(--red-950);
    margin: auto;
}

.captcha-label {
    color: black;
    font-size: 20px;
    margin-top: 20px;
    font-weight: 100;
}

.captcha-input {
    color: black;
    font-size: 20px;
    font-weight:200;
    /*letter-spacing:2px;*/
}

.devam-btn {
    padding: 10px;
    background-color: #343a40;
    background-color: #34537ae6;
    color: white;
    width: 20%;
    margin: auto;
    border-radius: 10px;
    text-align: center;
    transition: all 0.2s ease-in-out;
}
.devam-btn:hover {
    padding: 10px;
    background-color: black;
    background-color: #34537a;
    color: white;
    width: 20%;
    margin: auto;
    border-radius: 10px;
    text-align: center;
    transition:all 0.2s ease-in-out;
    box-shadow:1px 1px 10px 1px gray;
    transform:scale(1.1);
}

.mail-sen-btn {
    background: #34537ae6;
    border: none;
    border-radius: 10px;
    transition: all 0.2s ease-in-out;
}

.mail-sen-btn:hover {
    background: #34537a;
    box-shadow: 1px 1px 2px 1px gray;
    transform: scale(1.01);
    transition: all 0.1s ease-in;
}