.dealer {
    width: 100%;
    height: auto;
}

.dealer .container {
    width: 100%;
    height: auto;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    padding-bottom: 100px;
}

.dealer .entry {
    position: relative;
    width: 100%;
    height: auto;
}

.dealer .entry-header {
    width: 100%;
    height: auto;
    background: var(--primary);
    padding-top: 15px;
    padding-bottom: 15px;
}

.dealer .map svg {
    width: 100%;
    height: auto;
    max-height: 100vh;
    display: block;
    margin: auto;
}

.dealer .map svg path {
    fill-rule: evenodd;
    fill: #7d7d7d;
    transition: fill 180ms;
    cursor: pointer;
}

.dealer .map path.selected,
.dealer .map path:hover {
    fill: var(--primary);
}

.toast {
    cursor: pointer;
    font-size: 0.95em;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: fixed;
    bottom: 1.5em;
    font-family: var(--font-regular);
    right: 2em;
    background: white;
    border-radius: 30px;
    color: var(--primary);
    padding: 15px 24px;
    -webkit-animation: toastEnter 0.3s ease-out both;
    animation: toastEnter 0.3s ease-out both;
}

.toast.leave {
    -webkit-animation: toastLeave 0.3s cubic-bezier(0.71, -0.7, 0.54, 0.93) both;
    animation: toastLeave 0.3s cubic-bezier(0.71, -0.7, 0.54, 0.93) both;
}

@-webkit-keyframes toastEnter {
    from {
        opacity: 0;
        transform: perspective(200) translate3d(0, 50px, -50px);
    }

    to {
        opacity: 1;
        transform: perspective(200) translate3d(0, 0, 0);
    }
}

@keyframes toastEnter {
    from {
        opacity: 0;
        transform: perspective(200) translate3d(0, 50px, -50px);
    }

    to {
        opacity: 1;
        transform: perspective(200) translate3d(0, 0, 0);
    }
}

@-webkit-keyframes toastLeave {
    to {
        opacity: 0;
        transform: perspective(200) translate3d(0, -20px, 100px);
    }
}

@keyframes toastLeave {
    to {
        opacity: 0;
        transform: perspective(200) translate3d(0, -20px, 100px);
    }
}

.svg-turkiye-haritasi {
    max-width: 1140px;
    margin: 0 auto;
    text-align: center;
}

.svg-turkiye-haritasi svg {
    width: 100%;
    height: auto;
}

.il-isimleri {
    position: absolute;
    z-index: 2;
}

.il-isimleri div {
    font-family: 'Open Sans';
    display: inline-block;
    background: #1094F6;
    color: #fff;
    padding: 8px 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#svg-turkiye-haritasi path {
    cursor: pointer;
    fill: #7d7d7d;
}

#svg-turkiye-haritasi path:hover {
    fill: var(--primary);
}

#guney-kibris {
    pointer-events: none;
}

.dealer .entry-header .menu-list {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-left: 80px;
}

.dealer .entry-header .menu-item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: 0.8px;
    color: var(--color-0);
    font-family: var(--font-regular);
    text-decoration: none;
    transition: all 0.3s ease;
}

.dealer .entry-header .menu-item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    width: fit-content;
    margin-left: 6px;
    margin-right: 6px;
}

.dealer .entry-header a.menu-item:hover {
    text-decoration: underline;
}

.dealer .entry-wrap {
    width: 100%;
    height: 280px;
    position: relative;
    overflow: hidden;
}

.dealer .entry-wrap .media {
    width: 100%;
    height: 100%;
    background: #32313d;
}

.dealer .entry-wrap .media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    user-select: none;
    appearance: none;
    opacity: 0.4;
}

.dealer .entry-wrap .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: fit-content;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.dealer .entry-wrap .content .title {
    font-weight: 800;
    font-size: 56px;
    line-height: 1.2;
    letter-spacing: 0.4px;
    color: var(--color-9);
    text-align: left;
    font-family: var(--font-bold);
    margin-bottom: 0;
    margin-top: 0;
}

.dealer .entry-wrap .content .sub-title {
    font-size: 17px;
    line-height: 1.2;
    font-weight: 600;
    color: var(--color-9);
    font-family: var(--font-regular);
    margin-top: 0;
    margin-bottom: 10px;
}


.dealer .map {
    width: 100%;
    height: auto;
    margin-top: 80px;
    margin-bottom: 80px;
}

.dealer .wrap {
    width: 100%;
    height: auto;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}

.dealer .card-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
}

.dealer .card-item {
    width: calc(50% - 20px);
    height: auto;
    position: relative;
    overflow: hidden;
    margin-right: 40px;
    margin-bottom: 40px;
    text-decoration: none;
}

.dealer .card-item:hover .media img {
    transform: scale(1.1);
}

.dealer .card-item:nth-child(2n) {
    margin-right: 0;
}

.dealer .card-item .media {
    width: 100%;
    height: 280px;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background: black;
}

.dealer .card-item .media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    user-select: none;
    appearance: none;
    transition: all 0.3s ease-in;
    opacity: 0.7;
}

.dealer .card-item .content {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.dealer .card-item .content .text {
    font-size: 22px;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: 0.4px;
    color: var(--color-9);
    font-family: var(--font-regular);
}

.dealer-content {
    width: 100%;
    height: auto;
    margin-top: 100px;
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
}

.dealer-content .title {
    font-size: 40px;
    font-weight: bolder;
    color: var(--primary);
    margin: 0;
    text-align: center;
    line-height: 1.2;
    font-family: var(--font-semibold);
    margin-bottom: 20px;
}

.dealer-content .paragraph {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: 0.4px;
    color: #a0a0a0;
    font-family: var(--font-light);
    text-align: center;
    margin: 0;
}

.dealer-content .media {
    width: 100%;
    height: 450px;
    margin-top: 60px;
    margin-bottom: 60px;
}

.dealer-content .media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    user-select: none;
    appearance: none;
}

.dealer-form {
    width: 100%;
    padding: 30px;
    border: 1px solid #2b2b2b;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.dealer-form-wrap {
    width: 100%;
    height: auto;
}

.dealer-form-wrap .title {
    font-size: 36px;
    font-weight: bolder;
    color: var(--primary);
    margin: 0;
    text-align: center;
    line-height: 1.2;
    font-family: var(--font-semibold);
    margin-bottom: 40px;
}

.dealer-form-row {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
}

.dealer-form-input {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    width: 100%;
    position: relative;
    margin-right: 20px;
}

.dealer-form-input:nth-child(2n) {
    margin-right: 0;
}

.dealer-form-input.txt {
    margin-right: 0;
}

.dealer-form-input label {
    font-size: 15px;
    margin-bottom: 5px;
    font-family: Gilroy-Medium;
    font-weight: 900;
    color: white;
}

.dealer-form-input input {
    width: 100%;
    height: 45px;
    border-radius: 10px;
    border: 1px solid #2b2b2b;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    outline: none;
    appearance: none;
    color: #ffffff;
    transition: all 0.2s ease;
    font-family: Gilroy-Medium;
    font-weight: 100;
    font-size: 14px;
    line-height: 1;
    background: transparent;
}

.dealer-form-input input:hover {
    border-color: var(--primary);
}

.dealer-form-input input:focus {
    border-color: var(--primary);
    outline: 3px solid var(--primary-solid);
}

.dealer-form-input textarea {
    width: 100% !important;
    min-height: 150px;
    border-radius: 10px;
    background: transparent;
    border: 1px solid #2b2b2b;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    outline: none;
    appearance: none;
    color: #fff;
    transition: all 0.2s ease;
    font-family: Gilroy-Medium;
    font-weight: 100;
    font-size: 14px;
    line-height: 1;
}

.dealer-form-input textarea:hover {
    border-color: var(--primary);
}

.dealer-form-input textarea:focus {
    border-color: var(--primary);
    outline: 3px solid var(--primary-solid);
}

.dealer-form-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    background: var(--primary);
    color: white;
    border-radius: 10px;
    border: none;
    outline: none;
    font-family: var(--font-semibold);
    font-size: 14px;
    line-height: 1;
    text-align: center;
    transition: all 0.2s ease;
    user-select: none;
    cursor: pointer;
}

.dealer-form-btn:hover {
    background: var(--primary-hover);
}

.dealer-form-btn:focus {
    outline: 3px solid var(--primary-solid);
}

@media only screen and (max-width:600px) {
    .dealer .container {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 70px;
        margin-bottom: 70px;
        padding-bottom: 0;
    }

    .dealer .entry-header .menu-list {
        padding-left: 20px;
        padding-right: 20px;
        margin-left: 0;
    }

    .dealer .entry-wrap .content .title {
        font-size: 40px;
    }

    .dealer-form-row {
        flex-direction: column;
    }

    .dealer-form-input textarea {
        min-height: 100px;
    }

    .dealer-content .title {
        font-size: 32px;
    }

}

@media (min-width:481px) and (max-width:767px) {
    .dealer .container {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 70px;
        margin-bottom: 70px;
        padding-bottom: 0;
    }

    .dealer .entry-header .menu-list {
        padding-left: 20px;
        padding-right: 20px;
        margin-left: 0;
    }

    .dealer .entry-wrap .content .title {
        font-size: 40px;
    }

    .dealer-form-row {
        flex-direction: column;
    }

    .dealer-form-input textarea {
        min-height: 100px;
    }

    .dealer-content .title {
        font-size: 32px;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .dealer .container {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 70px;
        margin-bottom: 70px;
        padding-bottom: 0;
    }

    .dealer .entry-header .menu-list {
        padding-left: 20px;
        padding-right: 20px;
        margin-left: 0;
    }

    .dealer .entry-wrap .content .title {
        font-size: 40px;
    }
}

@media (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
    .dealer .container {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 70px;
        margin-bottom: 70px;
        padding-bottom: 0;
    }

    .dealer .entry-header .menu-list {
        padding-left: 20px;
        padding-right: 20px;
        margin-left: 0;
    }

    .dealer .entry-wrap .content .title {
        font-size: 40px;
    }
}