:root {
    --custom: #6795b8;
    --article: rgba(65, 65, 65, 1);
    --title: rgba(50, 50, 50, 1);
    --title-light: rgba(111, 111, 111, 1);
}

body {
    height: 100vh;
    font-weight: 300;
    /* padding-top: 100px; */
}

.main-border {
    border: 1px solid var(--main-color);
}

.border-top-color {
    border-top-color: var(--main-color) !important;
}

.border-left-color {
    border-left-color: var(--main-color) !important;
}

.border-bottom-color {
    border-bottom-color: var(--main-color) !important;
}

.border-right-color {
    border-right-color: var(--main-color) !important;
}

.main-border-two {
    border: 1px solid var(--main-color-two);
}

.color {
    color: var(--main-color);
}

.custom-color {
    color: var(--custom);
}

.article {
    color: var(--article);
}

.title {
    color: var(--title) !important;
}

.title-light {
    color: var(--title-light) !important;
}

.bg-color {
    background-color: var(--main-color);
}

.bg-color-two {
    background-color: var(--main-color-two);
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.fs-17 {
    font-size: 17px;
}

.fs-18 {
    font-size: 18px;
}

.fs-19 {
    font-size: 19px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-24 {
    font-size: 24px;
}

.fs-26 {
    font-size: 26px;
}

.fs-28 {
    font-size: 28px;
}

.fs-30 {
    font-size: 30px;
}

.fs-32 {
    font-size: 32px;
}

.fs-34 {
    font-size: 34px;
}

.fs-40 {
    font-size: 40px;
}

.fs-42 {
    font-size: 42px;
}

.fs-45 {
    font-size: 45px;
}

.fs-50 {
    font-size: 50px;
}

.fs-60 {
    font-size: 50px;
}

.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-900 {
    font-weight: 900;
}

.lh-1 {
    line-height: 1;
}

.lh-1-1 {
    line-height: 1.1 !important;
}

.lh-1-2 {
    line-height: 1.2 !important;
}

.lh-1-3 {
    line-height: 1.3 !important;
}

.lh-1-4 {
    line-height: 1.4 !important;
}

.lh-1-5 {
    line-height: 1.5 !important;
}

.lh-2 {
    line-height: 2 !important;
}

.icon {
    color: var(--main-color);
}

.rounded-xl {
    border-radius: 10px !important;
}

.general-btn {
    color: #fff;
}

.general-btn:hover {
    color: var(--main-color);
}

.general-container {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.general-container-in {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
}

.headerMainContainer>main {
    min-height: 70vh;
}

.two-line,
.three-line,
.four-line,
.five-line {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.three-line {
    -webkit-line-clamp: 3;
}

.four-line {
    -webkit-line-clamp: 4;
}

.five-line {
    -webkit-line-clamp: 5;
}

.vitrin.owl-carousel {
    position: unset;
}

.description-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.slide-area .description {
    position: absolute;
    text-align: left;
    /* max-width: 450px; */
    top: 40%;
    transform: translatey(-50%);
    left: 0;
    right: 0;
    bottom: auto;
    /* display: inline-table; */
}

.slide-area .description p {
    font-size: 35px;
    color: var(--main-color);
    letter-spacing: 3px;
}

.default-features-wrapper {
    position: absolute;
    right: 3%;
    bottom: 0;
    z-index: 3;
    margin-bottom: 120px;
}

.default-features-wrapper>.custom-title {
    font-size: 45px;
    position: relative;
}

.default-features-wrapper::before,
.default-features-wrapper::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    transform: translateX(-50%);
    transition: cubic-bezier(.68, -0.55, .27, 1.55) all .3s;
}

.default-features-wrapper::before {
    width: 120px;
    height: 120px;
    border: 15px solid var(--main-color);
}

.default-features-wrapper::after {
    width: 190px;
    height: 190px;
    background-color: #cecece4b;
}

.carousel-item .default-features-wrapper::before {
    top: -20px;
}

.carousel-item .default-features-wrapper::after {
    top: -60px;
}

.carousel-item.active .default-features-wrapper::before {
    top: -90px;
}

.carousel-item.active .default-features-wrapper::after {
    top: -10px;
}

.default-features {
    z-index: 3;
    position: relative;
}

.slider-title-1 {
    font-size: 2.2rem;
    color: #fee7db;
    line-height: 1.3;
}

.slide-area img {
    min-height: 55vh;
    object-fit: cover;
}

.loader {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}

.img-object {
    object-fit: cover;
}

.full-width-short {
    max-width: var(--max-width);
}

* {
    /* transition: all 200ms ease-in-out; */
    font-family: 'Roboto', sans-serif;
}

.custom-select.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
}

.dropdown-submenu {
    position: relative;
}

#productMenu .dropdown-submenu a::after,
#productMenu .dropdown-toggle::after {
    content: unset;
}

.dropdown-submenu .dropdown-menu {
    position: unset;
}

#productMenu .dropdown-menu {
    position: static;
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0px;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, .15);
    z-index: 1;
}

#productMenu .dropdown-menu li {
    margin: .2rem;
}

#productMenu .dropdown-item {
    white-space: normal;
    padding: 0.5rem;
}

#productMenu .dropdown-toggle-split {
    width: 50px;
    flex: 0 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8em;
    border-left: 1px solid #dee2e6;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

#productMenu .dropdown-toggle-split.active-menu,
#productMenu .dropdown-toggle-split[aria-expanded="true"] {
    background-color: #e9ecef;
    border-bottom-right-radius: 0;
}

#productMenu .dropdown>.show>a.dropdown-link-item {
    border-bottom-left-radius: 0;
}

#productMenu .dropdown-toggle-split.active-menu>.ikon,
#productMenu .dropdown-toggle-split[aria-expanded="true"]>.ikon {
    transform: rotate(90deg);
}

#productMenu .dropdown-toggle-split:hover,
#productMenu .dropdown-toggle-split:focus,
#productMenu .dropdown-toggle-split:focus-visible,
#productMenu .dropdown-toggle-split:active {
    color: unset;
    outline: none;
}

#productMenu .dropdown-link-item {
    padding: 0.8rem 0.5rem;
    text-align: left;
    font-weight: bold;
    color: var(--title-light);
}

#productMenu .dropdown-link-item.dropdown-exist {
    max-width: calc(100% - 50px);
}

#productMenu .dropdown-toggle-split:hover,
#productMenu .dropdown-toggle-split:focus,
#productMenu .dropdown-toggle-split:focus-visible,
#productMenu .dropdown-link-item:hover {
    background-color: #e9ecef;
}

#productMenu .dropdown-toggle-split:active {
    background-color: #fff;
}

#productMenu .custom-dropdown {
    background-color: transparent;
    border: none;
    border-radius: 0;
    display: block;
    padding: 0;
}

#productMenu .custom-dropdown>li {
    margin: 0 0 1.0rem;
    background-color: #fff;
    box-shadow: 0 0.2rem 1.5rem rgba(0, 0, 0, .175);
}

#productMenu .custom-dropdown>li,
#productMenu .custom-dropdown li.dropdown-submenu {
    border: 1px solid #dee2e6;
    border-radius: 4px;
}

.ozel_galeri figure {
    overflow: inherit;
    height: auto;
}

.ozel_galeri figure>figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

#gallery.ozel_galeri h3 {
    font-weight: 600;
    color: var(--main-color);
    background-color: rgba(241, 241, 241, 0.9);
}

.ozel_galeri li a img {
    transition: all 200ms ease-in-out;
    transition-delay: 350ms;
    position: relative;
    z-index: 2;
}

.ozel_galeri li:nth-child(2n+1) a::before,
.ozel_galeri li:nth-child(2n+1) a::after,
.ozel_galeri li:nth-child(2n+2) a::before,
.ozel_galeri li:nth-child(2n+2) a::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 30px;
    z-index: 1;
    transition: all .5s ease-in-out;
}

.ozel_galeri li:nth-child(2n+1) a::before {
    top: -3px;
    left: -3px;
    background-color: var(--main-color-two);
}

.ozel_galeri li:nth-child(2n+1) a::after {
    bottom: -3px;
    right: -3px;
    background-color: var(--main-color-two);
}

.ozel_galeri li:nth-child(2n+2) a::before {
    top: -3px;
    left: -3px;
    background-color: var(--main-color);
}

.ozel_galeri li:nth-child(2n+2) a::after {
    bottom: -3px;
    right: -3px;
    background-color: var(--main-color);
}

.ozel_galeri li:hover a::before,
.ozel_galeri li:hover a::after {
    width: calc(100% + 6px);
    height: calc(100% + 6px);
}

.ozel_galeri li a::before,
.ozel_galeri li a::after {
    border-top-right-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
}

.ozel_galeri li:hover img {
    border-top-right-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
}

.ozel_border .border_item:nth-child(2n+1) .img_container::before,
.ozel_border .border_item:nth-child(2n+1) .img_container::after,
.ozel_border .border_item:nth-child(2n+2) .img_container::before,
.ozel_border .border_item:nth-child(2n+2) .img_container::after {
    content: '';
    position: absolute;
    z-index: -1;
    transition: all .5s ease-in-out;
}

.ozel_border .border_item .img_container::before {
    top: -5px;
    left: -5px;
    border-top: 6px solid;
    border-left: 6px solid;
}

.ozel_border .border_item .img_container::after {
    bottom: -5px;
    right: -5px;
    border-bottom: 6px solid;
    border-right: 6px solid;
}

.ozel_border .border_item:nth-child(2n+1) .img_container::before,
.ozel_border .border_item:nth-child(2n+2) .img_container::after {
    width: 15%;
    height: 32%;
    border-color: var(--main-color);
}

.ozel_border .border_item:nth-child(2n+2) .img_container::before,
.ozel_border .border_item:nth-child(2n+1) .img_container::after {
    width: 40%;
    height: 40%;
    border-color: var(--main-color-two);
}

.ozel_border .border_item:hover .img_container::before,
.ozel_border .border_item:hover .img_container::after {
    border-top-left-radius: 12px;
    border-bottom-right-radius: 12px;
    width: 106%;
    height: 102%;
}

.ozel_border .border_item .img_container img {
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.ozel_border .border_item:hover .img_container img {
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    transition-delay: .3s;
    opacity: 1;
}

.anamenu>ul>li {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center;
    align-items: center;
}

a {
    color: #333;
}

a:hover {
    color: var(--main-color);
}

/* article a {
    text-decoration: underline;
} */

a:focus-visible {
    outline: none;
}

.a {
    color: var(--main-color);
}

.header-top a,
.header-top input.form-control {
    font-size: .8em;
    font-weight: 300;
    color: #fff;
}

.header-top a:hover {
    color: rgba(255, 255, 255, 0.9);
}

.carousel-inner {
    /* background-color: #212529; */
}

.carousel-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0%;
}

ol.carousel-indicators {
    display: block;
    left: auto;
    bottom: 50%;
    transform: translateY(50%);
    margin: 0 5%;
}

ol.carousel-indicators>li {
    position: relative;
    width: 20px;
    height: 20px;
    background-color: #f6f6f6;
}

ol.carousel-indicators>li.active::after {
    content: '';
    border: 1px solid #f6f6f6;
    position: absolute;
    top: -4px;
    left: -4px;
    bottom: -4px;
    right: -4px;
    border-radius: 50%;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
}

blockquote p {
    margin: 0;
}

.before-none::before {
    content: none !important;
}

.after-none::after {
    content: none !important;
}

.pseudo-none::before,
.pseudo-none::after {
    content: none !important;
}

h1, h2, h3, h4, h5, h6, p,
.h1, .h2, .h3, .h4, .h5, .h6 {
    color: var(--article);
}

p {
    color: var(--article);
    line-height: 1.5;
}

p strong {
    font-weight: 700;
}

h1.color, h2.color, h3.color, h4.color, h5.color, h6.color, p.color,
.h1.color, .h2.color, .h3.color, .h4.color, .h5.color, .h6.color {
    color: var(--main-color);
}

.under_slide_wrapper .icon-wrapper {
    width: 35px;
    height: 35px;
    background-color: rgba(255, 255, 255, 0.4);
}

.under_slide_wrapper .center-wrapper>div {
    z-index: 1;
}

.under_slide_wrapper .center-wrapper::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: var(--main-color-two);
    transform: skewX(-30deg);
}

.v_middle {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
}

.play-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .40);
    display: flex;
    align-items: center;
    justify-content: center;
}

.timeline {
    position: absolute;
    clip: rect(0, auto, auto, 0);
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}

#timelineContainer {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

#timelineContainer .timeline-default,
#timelineContainer .timeline-custom {
    position: absolute;
    top: 0px;
    left: -1px;
    width: 2px;
}

#timelineContainer .timeline-default {
    background: #d6d6d6;
    height: 100%;
}

#timelineContainer .timeline-custom {
    background: var(--main-color);
    height: 50%;
    transition-duration: 0.5s;
}

.timeline-item {
    position: relative;
}

.timeline-item>div {
    position: unset;
}

.timeline-item:first-child {
    margin-top: 0 !important;
}

.timeline-item:last-child {
    margin-bottom: 0 !important;
}

.timeline-item>div::before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    border: 2px solid #d6d6d6;
    border-radius: 50%;
    background-color: #fff;
    z-index: 9999;
}

.timeline-item.active:nth-child(2n+1)>div::before,
.timeline-item.active:nth-child(2n)>div::before {
    border-color: var(--main-color);
}

@keyframes swingBall {
    0% {
        transform: rotate(2deg);
    }

    100% {
        transform: rotate(-2deg);
    }
}

.vitrin_baslik {
    font-weight: 700;
    font-size: 28px;
}

.vitrin_baslik span:nth-child(2) {
    color: var(--main-color);
}

.underline-title {
    position: relative;
    margin-bottom: 30px;
}

.underline-title::after {
    content: '';
    position: absolute;
    width: 70px;
    height: 2px;
    bottom: -8px;
    left: 0;
    background-color: #cb001a;
    background-color: var(--main-color);
}

.underline-title.underline-center::after {
    left: 50%;
    transform: translateX(-50%);
}

.double_line_title.vitrin_baslik {
    font-size: 26px;
}

.double_line_title.vitrin_baslik:after {
    content: none
}

.double_line_title.vitrin_baslik>div {
    position: relative;
    display: flow-root;
}

.double_line_title.vitrin_baslik>div>span {
    font-weight: 300;
}

.double_line_title.vitrin_baslik>div:after,
.double_line_title.vitrin_baslik>div:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: #db1f27;
    background-color: var(--main-color);
}

.double_line_title.vitrin_baslik>div:before {
    width: 50px;
    bottom: -10px;
}

.contact-map-item {
    overflow: hidden;
}

.map-item-title.vitrin_baslik::after {
    bottom: -10px;
    width: 35px;
    height: 3px;
}

.divider-decoration {
    width: 30px;
    height: 3px;
    background-color: var(--main-color);
}

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

.vitrin_1 .custom-title {
    font-size: 26px;
}

.vitrin_1 .custom-title-sub {
    color: var(--main-color-two-o5);
}

.vitrin_1 .custom-title>span {
    font-weight: 700;
}

.vitrin_2 {
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.vitrin_2 .img-container img {
    min-height: 350px;
}

.vitrin_2 .img-container:hover img {
    border-radius: 0 !important;
}

.vitrin_2 .aciklama {
    min-height: 96px;
}

.vitrin_3 {
    background-attachment: fixed;
    background-size: cover;
}

.vitrin_3 .description {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .40);
    transition: ease-in-out all .3s;
}

.vitrin_3 .custom-title-sub {
    color: var(--main-color-two-o5);
}

.vitrin_3 .img-container::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 7px;
    background-size: 7px;
    border-bottom: 3px solid var(--main-color);
}

.owlRef.owl-theme .owl-nav {
    margin-top: 0 !important;
    position: absolute;
    right: 10px;
    top: -10px;
}

.owlRef.owlArrBottomCenter.owl-theme .owl-nav {
    position: unset;
}

.owlRef.owl-theme .owl-nav [class*=owl-] {
    outline: none;
    background: #fff !important;
    border: 1px solid #dee2e6;
    padding: 4px 16px !important;
}

.owlRef.owl-theme .owl-nav [class*=owl-] span {
    font-size: 35px !important;
    margin: 0 20px !important;
}

.owlRef.owl-theme .owl-nav [class*="owl-"]:hover {
    color: var(--main-color-two) !important;
}

.vitrin_4::before,
.vitrin_4::after {
    content: '';
    position: absolute;
    z-index: -1;
}

.vitrin_4::before {
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    background-color: var(--main-color);
}

.vitrin_4::after {
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    background-color: var(--main-color-two);
}

.vitrin_4 .description {
    min-height: 96px;
}

.vitrin_4 .img-container {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.vitrin_4 .img-container>img {
    animation: swingBall ease-in-out 1.5s infinite alternate;
    transform-origin: center 0px;
}

.vitrin_4 .items-wrapper .col-item:first-child .item-title>span {
    color: var(--main-color-two);
}

.vitrin_4 .items-wrapper .col-item:first-child .divider-decoration {
    background-image: -webkit-linear-gradient(135deg, transparent 10%, var(--main-color-two) 10%, var(--main-color-two) 50%, transparent 50%, transparent 60%, var(--main-color-two) 60%, var(--main-color-two));
    background-image: linear-gradient(-45deg, transparent 10%, var(--main-color-two) 10%, var(--main-color-two) 50%, transparent 50%, transparent 60%, var(--main-color-two) 60%, var(--main-color-two));
}

.vitrin_4 .items-wrapper .col-item:first-child .t_button {
    background-color: var(--main-color-two);
    color: #fff;
}

.vitrin_4 .items-wrapper .col-item:first-child .t_button:hover {
    background-color: var(--main-color-two-o75);
}

.vitrin_4 .items-wrapper .col-item:last-child .item-title>span {
    color: var(--main-color);
}

.vitrin_4 .items-wrapper .col-item:last-child .t_button {
    color: var(--main-color-two);
}

.vertical-sticky {
    background-color: var(--main-color-two);
    width: 1px;
    height: 48px;
}

.vitrin_5 {
    position: relative;
    z-index: 1;
    /* background-attachment: fixed;
    background-size: cover;
    background-color: #e5e5e5;*/
}

.vitrin_5 .img-container {
    position: relative;
}

.vitrin_5 .img-container::before,
.vitrin_5 .img-container::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    border: 30px solid transparent;
    mix-blend-mode: multiply;
    transform: skewX(0deg) skewY(0deg);
    transition: ease-in-out all .3s;
}

.vitrin_5 .img-container:hover::before,
.vitrin_5 .img-container:hover::after {
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px;
}

.vitrin_5 .img-container:hover::before {
    border-color: var(--title);
    transform: skewX(3deg) skewY(3deg);
}

.vitrin_5 .img-container:hover::after {
    border-color: var(--main-color-o75);
    transform: skewX(-3deg) skewY(-3deg);
}

.vitrin_5 img {
    border: 2px solid var(--main-color);
}

.main-color {
    color: var(--main-color);
}

.main-color-two {
    color: var(--main-color-two);
}

.main-color-border {
    border-color: var(--main-color);
}

.main-color-border-two {
    border-color: var(--main-color-two);
}

.main-color-bg {
    background-color: var(--main-color);
}

.main-color-bg-two {
    background-color: var(--main-color-two);
}

/*blog*/
article {
    min-height: 568px;
}

article .description {
    padding: 20px;
    background-color: #e9ebf3;
}

article .description p {
    font-size: unset;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    min-height: 72px;
}

article .description h3 {
    font-size: 1.3rem;
}

article h2 {
    font-size: 1.5rem;
}

article figure {
    margin: 0;
}

article ul li:hover .contents {
    box-shadow: 0px 0px 17px -8px rgba(0, 0, 0, 0.42);
}

/*galeri tipi alt sayfalar*/

.galeri_liste a {
    background: url(../img/carbg.jpg);
}

.galeri_liste li:hover figure {
    background-position: right;
}

.galeri_liste li:hover a {
    background-position: top;
}

.galeri_liste ul li {
    min-height: 150px;
    overflow: hidden;
}

.galeri_liste ul li h3 {
    display: block;
    font-size: unset;
    font-weight: bold;
    color: #fff;
    font-size: xx-large;
}

.galeri_liste ul li figure {
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 0 !important;
    top: 0;
    left: 15px;
    right: 15px;
    bottom: 0;
    transition: ease-in-out all .3s;
}

.galeri_liste ul li .description {
    position: relative;
    z-index: 1 !important;
    padding: 36px;
    height: 100%;
    background-color: #00000085;
}

.galeri_liste ul li .description p {
    height: 80px;
    margin: 0 !important;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-weight: 500;
    color: #fff;
}

.galeri_liste ul li .description:hover {
    background-color: #30303085;
}

.list-group-item {
    border: none;
}

.list-group-item:hover {
    opacity: .5;
    cursor: pointer;
}

.list-group-item:first-child {
    font-size: 22px;
    background-color: #cb001a !important;
    background-color: var(--main-color) !important;
    text-align: center;
    padding: 5px 9px;
    color: #fff;
}

.list-group-item:nth-child(2n+2) {
    background-color: #f5f3f1;
}

.list-group-item:nth-child(2n+1) {
    background-color: #f8f9fa;
}

.bilgi-al {
    position: absolute;
    top: -57px;
    left: 0;
    z-index: 1;
    right: 0;
    background-color: #ffffffeb;
    text-align: center;
    padding: 10px;
    font-size: 21px;
    text-transform: uppercase;
}

#gallery h3 {
    font-size: 1.1em;
    font-weight: 400;
    white-space: normal;
    padding: 15px;
    text-align: center;
    background-color: #f1f1f1;
}

.overlay {
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    left: 39%;
    right: -7%;
    transform: skewX(-10deg);
}

.overlay .figure-2 {
    position: absolute;
    width: 150px;
    height: 64%;
    bottom: 0;
    left: 150px;
    background-color: #9c071a;
    background-color: var(--main-color);
    mix-blend-mode: unset;
    filter: saturate(2);
    opacity: .7;
}

.overlay .figure-1 {
    position: absolute;
    width: 150px;
    height: 70%;
    bottom: 15px;
    left: -70px;
    background-color: #ffffff26;
    mix-blend-mode: hard-light;
}

.figure-1 {
    -webkit-animation: action 4s infinite alternate !important;
    animation: action 4s infinite alternate !important;
}

.figure-2 {
    -webkit-animation: action2 4s infinite alternate !important;
    animation: action2 2s infinite alternate !important;
}

@-webkit-keyframes action {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

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

@keyframes action {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

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

@-webkit-keyframes action2 {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(15px);
    }

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

@keyframes action2 {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(15px);
    }

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

.figure {
    position: absolute;
    left: -1px;
    right: 0;
    bottom: 0;
    z-index: 1
}

.t_button {
    position: relative;
    display: inline-block;
    padding: 4px 20px;
    background-color: #cb001a;
    background-color: var(--main-color);
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: 300;
    border-radius: 4px;
}

.t_button:hover {
    background-color: var(--main-color-o75);
    color: #ffffff;
}

.t_button.button-circle {
    width: 116px;
    height: 116px;
    background-color: transparent;
    color: var(--main-color);
    border-width: 3px;
    border-color: var(--main-color);
    font-size: 16px;
    font-weight: 700;
    transition: cubic-bezier(.68, -0.55, .27, 1.55) all .35s;
}

.t_button.button-circle:hover {
    text-decoration: none;
    transform: translateY(-15px);
    box-shadow: 0 7px 15px var(--main-color-o75);
}

.stretched-link {
    position: unset;
}

.t_button_l {
    position: relative;
    display: inline-block;
    padding: 2px 20px;
    padding-right: 50px;
    border: 1px solid var(--main-color);
    background-color: #efefef;
    color: var(--main-color);
    text-align: center;
    text-decoration: none;
    z-index: 1;
    transition: all 200ms ease-in-out;
    border-radius: .25rem;
}

.t_button_l:hover {
    /* background-color: var(--main-color); */
    color: #fff;
    text-indent: 30px;
    padding-right: 30px;
    padding-left: 40px;
}

.t_button_l::after {
    content: "";
    position: absolute;
    right: -3px;
    top: -3px;
    bottom: -3px;
    width: 30px;
    background:
        url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' style='color:%23fff'><path fill='currentColor' d='M57.7 38.1l209.4 209.4c4.7 4.7 4.7 12.3 0 17L57.7 473.9c-4.7 4.7-12.3 4.7-17 0l-19.8-19.8c-4.7-4.7-4.7-12.3 0-17L201.6 256 20.9 74.9c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0zm143 0l-19.8 19.8c-4.7 4.7-4.7 12.3 0 17L361.6 256 180.9 437.1c-4.7 4.7-4.7 12.3 0 17l19.8 19.8c4.7 4.7 12.3 4.7 17 0l209.4-209.4c4.7-4.7 4.7-12.3 0-17L217.7 38.1c-4.7-4.7-12.3-4.7-17 0z'></path></svg>");
    background-repeat: no-repeat;
    background-position: right 7px center;
    /* background-position-x: right 15px;
    background-position-y: center; */
    background-size: 15px;
    background-color: var(--main-color);
    transition: ease all .3s;
    z-index: -1;
    border-radius: .25rem;
}

.t_button_l:hover::after {
    width: 104%;
    background-position: left 17px center;
}

.t_button_2 {
    position: relative;
    display: inline-block;
    padding: 4px 20px;
    border: 2px solid;
    border-color: #cb001a;
    border-color: var(--main-color-two);
    background-color: #cb001a;
    background-color: var(--main-color-two);
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: lowercase;
    font-weight: 300;
    border-radius: 12px;
}

.t_button_2:hover {
    background-color: #333;
    border-color: #333;
    color: #ffffff;
}

section ul:first-child {
    padding-left: 0;
}

header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.175);
}

header.fixed {
    border-top: 2px solid var(--main-color);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
    background-color: #595c61;
    backdrop-filter: saturate(250%) blur(5px);
    -webkit-backdrop-filter: saturate(250%) blur(5px);
}

body.menu_open header.fixed {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

header.fixed .logo_a, footer .logo_a {
    color: var(--main-color);
}

.footer .logo_a {
    font-size: 1.5vw;
    color: var(--main-color);
}

.logo_a {
    display: block;
    padding: 5px 0;
    letter-spacing: 1.6px;
    font-size: 28px;
    color: #fff;
    font-weight: bold;

    text-transform: uppercase;
}

header img.logo {
    width: 330px;
    transition: ease-in-out all .3s;
}

header.fixed img.logo {
    width: 250px;
}

.anamenu ul li.last-way>a {
    padding: 10px 18px;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    font-weight: 500;
}

.social_icons .social-item:not(:last-child) {
    margin-right: 10px;
}

.diller {
    z-index: 1;
}

.diller ul li img,
.diller img.img-item {
    width: 24px;
}

.diller .dropdown-toggle::after {
    content: none;
}

.diller .btn.dropdown-toggle {
    box-shadow: none;
}

.diller .dropdown-item.active {
    color: #16181b;
    background-color: #e9ecef;
}

.diller .dropdown-menu {
    left: auto !important;
    right: 0;
    transform: translate3d(1px, 25px, 0px) !important;
}

.gallery-title {
    font-size: 30px;
    font-weight: 400;
}

.gallery-title p {
    margin-bottom: 10px;
}

.gallery-number {
    font-size: 30px;
    font-weight: 900;
}

.gallery-number p {
    color: var(--main-color);
}

footer {
    background-color: #222222;
    color: #fff;
}

.footer {
    background-color: #595c61;
}

.footer .container {
    position: relative;
}

/* .footer a {
    text-decoration: underline;
} */

.footer .footer_title {
    font-size: 18px;
    position: relative;
    margin-bottom: 10px;
}

.footer .footer_title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    max-width: 60px;
    background-color: var(--main-color);
}

.footer a,
.footer p {
    color: #ffffff;
}

.footer .footer_title {
    color: var(--main-color);
    font-weight: 600;
}



.f-logo-wrapper {
    border-bottom: 1px solid #a5a5a5;
}

.sosyal_medya li,
.sosyal_medya_header li {
    display: inline-block;
}

.sosyal_medya a {
    display: block;
    padding: 5px;

    font-size: 1.5em;
}

.sosyal_medya_header a {
    display: block;
    padding: 5px;
    font-size: 1.1em;
}

footer a:hover,
.footer a:hover,
.sosyal_medya a:hover,
.sosyal_medya_header a:hover {
    color: var(--main-color);
}

#teknikdetay {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

#teknikdetay>table {
    width: 100%;
    min-width: 620px;
    margin-bottom: 1rem;
}

#teknikdetay>table>caption {
    padding-top: 0;
    padding-bottom: .75rem;
    color: inherit;
    text-align: center;
    caption-side: top;
    font-weight: 600;
    font-size: 1.2rem;
}

#teknikdetay>table tr>* {
    padding-left: .25rem;
    padding-right: .25rem;
}

#teknikdetay>table tr>th {
    background-color: var(--main-color-o25);
}

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

.giris {
    width: 100%;
    height: 650px;
    background-attachment: fixed;
    z-index: -10;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    -ms-transform: skewY(-3deg);
    -webkit-transform: skewY(-3deg);
    transform: skewY(-3deg);
    margin-top: -50px;
}

.giris:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #0000004d;
    content: '';
    z-index: 1;
}

.yatay_ortala {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.yatay_ortala .container {
    position: relative;
    z-index: 3;
    -ms-transform: skewY(3deg);
    -webkit-transform: skewY(3deg);
    transform: skewY(3deg);
}

figure {
    height: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.bg2 {
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

.sayfa_baslik .baslik-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-color: #cb001a;
    background-color: var(--main-color); */
    padding: 10px;
    z-index: 2;
}

header:not(.fixed)+.sayfa_baslik .baslik-bg {
    /* z-index: 99999; */
}

.sayfa_baslik {
    position: relative;
    height: 250px;
    right: 0;
    left: 0;
    top: 0;
}

.sayfa_baslik h1 {
    width: fit-content;
    font-size: 1.7rem;
    color: #fff;
}

.sayfa_baslik p {
    text-align: left;
    font-size: 100%;
    font-weight: 200;
    color: #fff;
}

.sayfa_baslik .container, .bg2 .container {
    position: relative;
    z-index: 3;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #5d5d5d;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 3;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #5d5d5d;
    border-color: #5d5d5d
}

.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a, .pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a, .pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

nav.nerdeyim {
    overflow-x: hidden;
}

nav.nerdeyim ol {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

nav.nerdeyim ol li {
    display: inline-block;
    margin-right: 3px;
}

nav.nerdeyim ol li a {
    font-weight: 600;
}

nav.nerdeyim ol li>* {
    font-size: .8em;
    color: #fff;
}

nav.nerdeyim ol li:last-child>* {
    color: var(--main-color);
}

nav.nerdeyim ol li a:hover {
    color: var(--main-color);
}

nav.nerdeyim ol li a.aktif {
    font-weight: 200;
}

nav.nerdeyim a i {
    display: none;
}

.googleMap {
    width: 100%;
    height: 590px;
}

.giris h1 {
    border-left: 10px solid #fff;
    padding-left: 20px;
    line-height: 86px;
}

h1 {
    font-size: 3em;
}

.index-count-col {
    border: 10px solid #f7c600;
    border-color: var(--main-color-two);
    position: relative;
}

.index-count-col::after {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px;
    border: 10px solid #f7c600;
    border-color: var(--main-color-two);
    transition: ease all .6s;
}

.index-count-col:hover::after {
    top: -20px;
    left: -20px;
    bottom: -20px;
    right: -20px;
    border: 5px solid #f7c600;
    border-color: var(--main-color-two);
    opacity: 0;
}

.btn-animation {
    width: auto;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    min-height: 50px;
    border: 2px solid var(--main-color);
    position: relative;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
}

.btn-animation::after {
    content: '';
    background-color: #cb001a;
    background-color: var(--main-color);
    width: 200%;
    height: 550%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transition: all 1s;
    z-index: -1;
}

.btn-animation:hover::after {
    -webkit-transform: translateX(-155%) translateY(-85%) rotate(-45deg) translateZ(0);
    transform: translateX(-155%) translateY(-85%) rotate(-45deg) translateZ(0);
}

.header-teklif-al>img {
    width: 50px;
    height: 43px;
    border-right: 1px solid;
    padding-right: 6px;
    margin-right: 6px;
}

.teklif-arac-ekle {
    max-width: 305px;
    max-width: max-content;
    color: #fff;
}

.teklif-arac-ekle:hover {
    color: var(--main-color);
}

.vehicle-remove {
    vertical-align: sub;
    cursor: pointer;
}

#arac-bilgileri>.ref_element:first-child svg.vehicle-remove {
    display: none;
}

#arac-bilgileri>.ref_element+.ref_element {
    padding-top: 2em;
    margin-top: 1em;
    border-top: 1px solid #ccc;
}

.anamenu ul li a:hover {
    text-decoration: none;
}

.genel-kosullar {
    display: flex;
}

.genel-kosullar a {
    color: #fff;
}

.genel-kosullar a:hover {
    color: var(--main-color);
}

ul.other-details img {
    max-height: 130px;
    max-width: 100%;
}

.footer-copyright {
    color: #fff;
}

.urunler-list .contents {
    border-radius: 10px;
}

.urunler-list .contents figure {
    height: 190px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.urunler-alt-list.urunler-list .contents figure {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.detail-page-image {
    border: 2px solid #fff;
    border-radius: 10px;
}

.urun-detail-container h1,
.urun-detail-container h2,
.urun-detail-container h3,
.urun-detail-container h4,
.urun-detail-container h5 {
    margin-bottom: 10px;
    font-size: 1.2em;
}

.btn-reset {
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    outline: none;
    text-decoration: unset;
}

.anamenu>ul>li>a {
    /* text-transform: uppercase; */
    position: relative;
}

.anamenu ul li a {
    font-weight: 500;
}

@media (max-width:768px) {
    .vitrin_2 {
        margin-top: 0;
    }

    nav.nerdeyim a i {
        display: inline-block;
    }

    nav.nerdeyim li:first-child a span {
        display: none;
    }

    nav.nerdeyim {
        overflow-x: auto;
    }

    .bilgi-al {
        position: relative;
        top: -16px;
        background: transparent;
    }

    .bilgi-al .whatsapp svg {
        fill: #25d366;
    }

    .vitrin_container_1 #timelineContainer {
        right: 6%;
    }
}

@media (min-width:992px) {
    /*992 den büyük ekranlar*/

    header.fixed .anamenu>ul>li:not(:last-child)>a::after {
        background-color: #fff;
    }

    .anamenu>ul>li:not(:last-child)>a::after {
        content: '';
        position: absolute;
        right: -1px;
        top: 50%;
        bottom: 8px;
        width: 1px;
        height: 18px;
        transform: translateY(-50%);
        background-color: #fff;
    }

    .white-header a {
        color: #fff !important;
    }

    .white-header ul ul a {
        color: #141b24 !important;
    }



    .anamenu>ul>li:last-child a {
        padding-right: 15px;
    }

    .anamenu a {
        color: #6d6d6d;
        line-height: 1.5;
        font-weight: 300;
    }

    .anamenu>ul.list-unstyled {
        text-align: center;
    }

    .anamenu>ul.list-unstyled ul.list-unstyled {
        text-align: left;
    }

    .anamenu>ul.list-unstyled>li:last-child {
        border-right: none;
    }

    .anamenu li:hover>a {
        color: var(--main-color);
    }

    .anamenu>ul>li {
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        width: auto;
        max-width: 100%;
        display: block !important;
    }

    header.fixed .anamenu>ul>li>a {
        color: #fff !important;
    }

    .anamenu>ul>li>a {
        display: block;
        font-size: 15px;
        font-weight: 500;
        height: 100%;
        color: #fff;
    }

    .anamenu ul ul .active>a {
        border-color: transparent !important;
        background-color: #ffffff;
    }

    .anamenu ul ul {
        min-width: 190px;
        position: absolute;
        top: 100%;
        right: 0;
        height: auto;
        z-index: 100;
        background: #fff;
        border-top: 3px solid var(--main-color);
        opacity: 0;
        visibility: hidden;
        transition: opacity 200ms, visibility 200ms;
    }

    .anamenu ul li {
        display: inline-block;
        position: relative;
    }

    .anamenu ul li a {
        padding: 10px 5px;
    }

    .anamenu ul li li {
        display: block;
        height: auto;
        width: 100%;
        border-bottom: 1px solid #e7e7e7;
    }

    .anamenu ul li li a {
        font-weight: 500;
        white-space: nowrap;
        text-transform: none;
        line-height: normal;
        padding: 10px 20px;
        border: none;
        display: block;
        color: #000;
        transition: ease-in-out all .2s;
    }

    .anamenu ul li li:hover>a {
        background-color: #fff;
        color: var(--main-color);
        text-indent: 10px;
    }

    .anamenu ul li:hover>ul {
        visibility: visible;
        opacity: 1;
    }

    .anamenu ul ul ul {
        left: inherit;
        top: 0px;
        right: 100%;
    }

    .genel-kosullar>* {
        width: auto;
    }

    .left-menu-col {
        width: 340px;
    }

    .mobilMenu {
        display: none;
    }
}

@media (max-width:1200px) {
    .footer .logo_a {
        font-size: 25px;

    }

    .logo_a {
        color: var(--main-color);
    }

    .sayfa_baslik h1 {
        display: -webkit-box;
        overflow: hidden;
        white-space: normal;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .vitrin_1 ul li .description {
        left: 1.5rem;
        right: 1.5rem;
        top: 1.5rem;
        bottom: 1.5rem;
    }

    .bolge_baslik {
        width: 100%;
    }

    .giris h1 {
        border-left: none;
        padding-left: 0;
        line-height: auto;
    }

    .overlay {
        left: 0;
        transform: skew(0);
        padding: 0;
        width: 100% !important;
    }

    .overlay2 {
        padding: 15px;
        transform: skew(0);
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
    }

    .overlay2 h1, .overlay2 p {
        transform: skew(0);
    }

    .sayfa_baslik h1:after {
        margin-left: auto;
        margin-right: auto;
    }

    .t_button {
        font-size: 15px;
        padding: 5px 15px;
    }
}

@media (max-width:992px) {
    .sayfa_baslik {
        background-position-x: 40%;
    }

    header:not(.fixed) {
        position: sticky !important;
        background-color: #fff !important;
    }

    header img.logo {
        width: 250px;
    }

    .vitrin_2 {
        background-size: inherit;
    }

    .slide-area .description {
        left: 50%;
        text-align: center;
        width: inherit;
        transform: translate(-50%, -50%);
        /* background-color: var(--main-color-o25); */
        border-radius: 4px;
        /* backdrop-filter: saturate(250%) blur(5px);
        -webkit-backdrop-filter: saturate(250%) blur(5px); */
    }

    .colum-container .colum1 {
        margin-right: 5px;
        width: 9px;
    }

    .genel-kosullar>* {
        width: 50%;
    }

    .carousel-item::after {
        right: 0;
    }

    .timeline-item>div::before {
        left: 15px;
        border-color: #eb5b5b;
    }

    .timeline {
        clip: rect(0, auto, auto, -1px);
        top: 45px;
        bottom: 45px;
    }

    #timelineContainer {
        left: auto;
    }

    #timelineContainer .timeline-custom {
        height: 100%;
    }

    .full-width-short.length-lg {
        max-width: 720px !important;
    }

    .anamenu>ul>li.logo_in_menu {
        display: none !important;
    }
}

@media (max-width:991px) {

    /*991 den küçük ekranlar*/
    .sayfa_baslik h1 {
        font-size: 1.6em;
    }

    .navHeader, .mobilMenu {
        display: block;
    }
 

    .mobilMenu svg {
        width: 29px;
        color: var(--main-color);
        padding: 10px 0;
        transition: 0ms
    }

    .whatsappH svg,
    .whatsappH i {
        width: 30px;
        color: #fff;
        transition: 0ms;
        margin-top: 9px;
    }

    .navHeader {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #ededed;
        height: 77.58px;
        position: relative;
        z-index: 1000;
    }

    .navHeader span {
        display: inline-block;
        height: 65px;
        width: 65px;
        float: right;
        top: 0;
        margin: 3px;
        background-size: 20px;
        background-position: center;
        background-repeat: no-repeat;
    }

    .anamenu {
        position: fixed;
        z-index: 10000;
        left: -100%;
        top: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        overflow: hidden;
        transition: all .3s ease-in-out;
    }

    .anamenu ul ul:before {
        content: '';
        display: block;
        height: 71px;
    }

    .anamenu ul {
        list-style: none;
        margin-top: 11px !important;
        padding: 0;
        transition: all 300ms ease-in-out;
    }

    .anamenu ul ul {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        left: 100%;
        background-color: #fff;
        overflow-y: auto;
        overflow-x: hidden;
        z-index: 1;
    }

    .anamenu ul li {
        border-bottom: 1px solid #dddddd;
    }

    .anamenu ul li a {
        display: block;
        padding: 15px;
        white-space: nowrap;
        color: #7c7c7c;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: 500;
    }

    .anamenu ul li a:hover {
        color: var(--main-color);
    }

    .anamenu ul li span {
        display: inline-block;
        background-color: #f5f5f5;
        height: 45px;
        width: 45px;
        float: right;
        top: 0;
        margin: 3px;
        background-image: url('../img/ileri.svg');
        background-size: 15px;
        background-position: center;
        background-repeat: no-repeat;
    }

    .ustmenu {
        padding: 15px;
        color: #fff;
        font-weight: 700;
        background-color: var(--main-color);
        position: relative;
        text-indent: 40px;
    }

    .ustmenu i {
        background-color: #e8e6e6;
        height: 100%;
        width: 45px;
        position: absolute;
        left: 0;
        top: 0;
        background-image: url('../img/geri.svg');
        background-size: 20px;
        background-position: center;
        background-repeat: no-repeat;
        /* display: inline-block;
        float: left;
        margin: -15px 15px 0 -15px; */
    }

    .vitrin_1 .custom-title {
        font-size: 40px;
    }

    .vitrin_1 .custom-text {
        font-size: 16px;
    }

    .carousel-item.active .default-features-wrapper::before {
        top: -40px;
        width: 70px;
        height: 70px;
        border-width: 8px;
    }

    .carousel-item.active .default-features-wrapper::after {
        top: -10px;
        width: 120px;
        height: 120px;
    }

    .default-features-wrapper>.custom-title {
        font-size: 30px;
        font-weight: 600;
    }
}

@media (max-width:768px) {
    .sayfa_baslik h1 {
        font-size: 1.5em;
    }

    .header-top>.header-phone-item {
        padding-right: 0;
        margin-right: 0;
        border-right: none;
    }

    .double_line_title.vitrin_baslik>div::after,
    .double_line_title.vitrin_baslik>div::before {
        left: 50%;
        transform: translateX(-50%);
    }

    .full-width-short.length-lg {
        max-width: 540px !important;
    }

    .vitrin_1 .img-container::after {
        width: auto;
        right: -15px;
    }

    .vitrin_4::before {
        bottom: 50%;
        right: 0;
    }

    .vitrin_4::after {
        top: 50%;
        left: 0;
        background-color: var(--main-color-two);
    }

    .vitrin_4 .img-container {
        left: auto;
        right: 0;
        transform: unset;
        width: 55px;
    }
}

@media (max-width:576px) {
    .logo_a {
        letter-spacing: 0px;
        font-size: 18px;
    }

    .header-top>* {
        padding-right: 0;
        margin-right: 0;
        border-right: none;
        width: 100%;
    }

    .sayfa_baslik h1 {
        font-size: 1.4em;
    }

    .genel-kosullar>* {
        width: 100%;
        text-align: center;
    }

    .footer-copyright {
        text-align: center;
    }

    .slider-title-1 {
        font-size: 2rem;
    }

    .slide-area .description p {
        font-size: 15px;
    }

    .full-width-short.length-lg {
        max-width: 100% !important;
    }

    .footer .footer_title::after {
        left: 50%;
        transform: translateX(-50%);
    }

    ol.carousel-indicators {
        display: none;
    }

    .gallery-title {
        font-size: 21px;
    }

    .gallery-number {
        font-size: 25px;
    }
}

@media (max-width:374px) {
    .vitrin.owl-theme .owl-nav {
        top: unset;
        right: unset;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 6px !important;
    }

    .vitrin_3 .title-item {
        font-size: 1.3em;
    }

    .vitrin_3 .title-item>span {
        font-size: 2.3em;
    }
}

@media (max-width: 575px){
    .hakkimizda-title{
        font-size: 24px !important;
        color: black !important;
        font-weight: 500 !important;
    }
    .hizmetlerimiz-title{
        font-size: 24px !important;
        color: black !important;
        font-weight: 500 !important;
    }
    .hizmetlerimiz-small-title{
        color: black !important;
    }
    .hizmetlerimiz-description{
        color: black !important;
    }
    .slider-title-1 {
        font-size: 2rem;
        color: #ffffff;
        line-height: 1.3;
    }
    .slide-area .description {
        top: 55%;
    }
}

@media (min-width: 576px){
    .hakkimizda-title{
        font-size: 28px !important;
        color: black !important;
        font-weight: 500 !important;
    }
    .hizmetlerimiz-title{
        font-size: 28px !important;
        color: whitesmoke !important;
        font-weight: 500 !important;
    }
    .hizmetlerimiz-small-title{
        color: white !important;
    }
    .hizmetlerimiz-description{
        color: white !important;
    }
    .slider-title-1 {
        font-size: 4rem;
        color: #ffffff;
        line-height: 1.3;
    }
}