/* ====================================================
    Responsive
==================================================== */
/* Desktop 1200 - up */
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

/* Normal desktop :992px. (Laptop 14") */
@media (min-width: 992px) and (max-width: 1199px) {
    /* Global */
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 22px;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 18px;
    }
    h6 {
        font-size: 16px;
    }

}

 
/* Tablet device :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    /* Global */
    body {
        font-size: 14px;
    }
    h1 {
        font-size: 26px;
    }
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        font-size: 16px;
    }
    h6 {
        font-size: 15px;
    }
    p {
        font-size: 14px;
    }


}

 
/* small mobile :320px. */
@media (max-width: 767px) {
    /* Global */
    body {
        font-size: 14px;
    }
    h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 18px;
    }
    h4 {
        font-size: 17px;
    }
    h5 {
        font-size: 16px;
    }
    h6 {
        font-size: 14px;
    }
    p {
        font-size: 14px;
    }


    .site-logo-wrap .site-logo img {
        height: 80px;
    }

    .ltn__utilize-menu-head .site-logo img {
        max-width: 100px;
    }

    .ltn__car-dealer-form-area {
        margin-top: -20px !important;
    }

    .ltn__car-dealer-form-area .banner-slogan {
        font-size: 10px;
    }

    .ltn__car-dealer-form-area .logo-banner {
        top: 55px;
        left: 0;
    }
    .ltn__car-dealer-form-area .banner-socialmedia {
        top: -15px;
        display: none;
    }

    .ltn__car-dealer-form-area .ltn__feature-item-6 img {
        width: 100%;
        height: auto;
    }
    .ltn__car-dealer-form-area .ltn__feature-item-6 h3,
    .ltn__car-dealer-form-area .ltn__feature-item-6 h3 a:hover {
        color: #000;
    }

    .ltn__car-dealer-form-area .banner-slogan-sol {
        padding-right: 20px;
        padding-left: 5px;
        font-size: 18px;
        margin-left: 0;
        margin-top: 50px;
        background-image: -moz-radial-gradient(
                132% 50%, /* Yeni sağ taraftaki -100% konumu "boşluğun" boyutuna bağlı olarak değişir */
                circle closest-corner,
                transparent 0,
                transparent 55px,
                black 56px,
                grey 57px
        );
        background-image: -webkit-radial-gradient(
                132% 50%, circle closest-corner,
                rgba(0, 0, 0, 0) 0,
                rgba(0, 0, 0, 0) 55px,
                transparent 56px,
                grey 57px
        );
        background-image: -ms-radial-gradient(
                132% 50%, circle closest-corner,
                rgba(0, 0, 0, 0) 0,
                rgba(0, 0, 0, 0) 55px,
                transparent 56px,
                grey 57px
        );
        background-image: -o-radial-gradient(
                132% 50%, circle closest-corner,
                rgba(0, 0, 0, 0) 0,
                rgba(0, 0, 0, 0) 55px,
                transparent 56px,
                grey 57px
        );
        background-image: radial-gradient(
                132% 50%, circle closest-corner,
                rgba(0, 0, 0, 0) 0,
                rgba(0, 0, 0, 0) 55px,
                transparent 56px,
                grey 57px
        );
    }
    .ltn__car-dealer-form-area .banner-slogan-sag {
        padding-left: 15px;
        font-size: 18px;
        margin-top: 50px;
        margin-left: 0;
        background-image: -moz-radial-gradient(
                -45px 50%, /* the -23px left position varies by your "gap" */
                circle closest-corner, /* keep radius to half height */
                transparent 0, /* transparent at center */
                transparent 55px, /*transparent at edge of gap */
                transparent 56px, /* start circle "border" */
                grey 57px /* end circle border and begin color of rest of background */
        );
        background-image: -webkit-radial-gradient(-45px 50%, circle closest-corner, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 55px, transparent 56px, grey 57px);
        background-image: -ms-radial-gradient(-45px 50%, circle closest-corner, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 55px, transparent 56px, grey 57px);
        background-image: -o-radial-gradient(-45px 50%, circle closest-corner, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 55px, transparent 56px, grey 57px);
        background-image: radial-gradient(-45px 50%, circle closest-corner, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 55px, transparent 56px, grey 57px);

    }


}

