:root {
    --custom:#6795b8;
    --article:rgba(3,15,19,1);
    --title:rgba(28,28,28,1);
    --title-light:rgba(111,111,111,1);
}
body {
    height: 100vh;
    font-weight: 400;
    /* 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);
}
.color-two {
    color: var(--main-color-two);
}
.custom-color {
    color: var(--custom);
}
.var-color {
    color: var(--var-color);
}
.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;
}

.one-line,
.two-line,
.three-line,
.four-line,
.five-line {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.two-line {
    -webkit-line-clamp: 3;
}
.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;
}
.slider-area {
    background-image: url("../img/manset-bg.html");
    background-position: center;
    background-size: cover;
}
.slide-area .description {
    position: absolute;
    text-align: left;
    width: inherit;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    bottom: auto;
    display: inline-table;
}

.slide-area .description p {
    font-size: 2rem;
    color:#fff;
    text-shadow: 2px 2px #000;
}
.default-features {
    z-index: 3;
    position: relative;
}


.menu-list-wrap {
    height: 100%;
    background-size: cover;
    background-position: right bottom;
}
.inner-page > #sideMenu {
    height: auto;
    position: sticky;
    top: 40px;
    min-width: 260px;
    max-width: 300px;
}
.inner-page > #sideMenu > #sideDropdown {
    width: 100%;
}
#sideMenu .list-group-item {
    font-size: 15px;
}

.slider-title-1 {
    color:#fff;
    text-shadow: 2px 2px #000;
    font-size: 2.2rem;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 0 auto .5rem;
    width: fit-content;
    position: relative;
}
.slider-title-1::after {
    content: '';
    position: absolute;
    left: -5px;
    right: -5px;
    bottom: -7px;
    top: 46%;
    background-color: var(--main-color-o5);
    z-index: -1;
}
.slider-title-1 > span {
    display: block;
    color: var(--main-color-two);
    font-size: .8em;
    font-weight: 700;
}
.carousel-item::after {
    content: '';
    /* position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .5); */
}
.slide-area .carousel-indicators li {
    height: 30px;
    border-radius: 50%;
    background-color: var(--main-color);
    color: transparent;
}
.slide-area img {
    min-height: 55vh;
    object-fit: cover;
}
.slide-area .carousel-control-next, .slide-area .carousel-control-prev {
    color: #fff;
}
.scrolldown {
    position: relative;
    text-align: center;
    z-index: 1;
    cursor: pointer;
}
.scrolldown > svg {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.scrolldown > .svg-wrapper {
    top: -50px;
}
.scrolldown > .angle-bottom {
    top: -40px;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scrolldown-anim;
    animation-name: scrolldown-anim;
}
@keyframes scrolldown-anim {
    0%,20%,50%,80%,to{-webkit-transform:translateY(0) translateX(-50%);transform:translateY(0) translateX(-50%)}
    40%{-webkit-transform:translateY(5px) translateX(-50%);transform:translateY(5px) translateX(-50%)}
    60%{-webkit-transform:translateY(3px) translateX(-50%);transform:translateY(3px) translateX(-50%)}
}

.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: 'Poppins', 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;
    background-color: rgba(241, 241, 241, 0.9);
    padding: 10px;
    text-align: center;
}
#gallery.ozel_galeri h3 {
    font-weight: 600;
    color: var(--main-color);
    background-color: transparent;
    padding: 0;
    font-size: 1.05em;
}
#gallery.ozel_galeri p {
    color: var(--main-color-two);
}
.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: none;
}
a:focus-visible {
    outline: none;
}
.a {
    color: var(--main-color);
}
header > .header-part-two {
    border-bottom: 1px solid #484848;
}
.header-top a,
.header-top input.form-control {
    font-size: .8em;
    font-weight: 300;
    color: #fff;
}
.header-top a:hover {
    color: var(--main-color-two);
}
.carousel-inner {
    /* background-color: #212529; */
}

.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);
}

.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 {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    overflow: hidden;
}
.map-item-detail strong {
    min-width: 80px;
    display: inline-block;
}
html:lang(fr) .map-item-detail strong {
    min-width: 95px;
}
html:lang(ar) body:not(.main-page) main {
    direction: rtl;
}

.vitrin_1 {
    background-size: inherit;
    background-position: left top;
    background-repeat: no-repeat;
}
.vitrin_1 .bg-item .icon-wrapper {
    width: 40px;
    height: 40px;
    font-size: 18px;
    background-color: var(--main-color);
}
.vitrin_1 .aciklama {
    text-align: justify;
}

.vitrin_2 {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    max-width: 1400px;
}
.vitrin_2 .aciklama{
    min-height: 72px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.vitrin_3 {
    background-attachment: fixed;
    background-size: cover;
}
.vitrin_3 .img-container > img {
    width: 100%;
    max-width: 80px;
    height: auto;
}
.custom-quote {
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    color: #dddcdc;
    z-index: -1;
}
.services-wrapper {
    -webkit-perspective: 1000px;
            perspective: 1000px;
}
.services-wrapper,
.services-wrapper .img-container > img {
    min-height: 350px;
}
.services-wrapper .img-container {
    overflow: hidden;
}
.services-wrapper .img-container::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: var(--main-color-o25);
    border-radius: .3rem;
    -webkit-transition: all .4s cubic-bezier(.5,.12,.46,.88) .2s;
         -o-transition: all .4s cubic-bezier(.5,.12,.46,.88) .2s;
            transition: all .4s cubic-bezier(.5,.12,.46,.88) .2s;
}
.services-wrapper:hover .img-container::after {
    background-color: var(--main-color-o5);
}
.servicebox_front,
.servicebox_back {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;

    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .7s cubic-bezier(.5,.12,.46,.88);
    -o-transition: all .7s cubic-bezier(.5,.12,.46,.88);
    transition: all .7s cubic-bezier(.5,.12,.46,.88);
}
.servicebox_front {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    z-index: 2;
}
.servicebox_back {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    z-index: 1;
}
.services-wrapper:hover .servicebox_front {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    z-index: 1;
}
.services-wrapper:hover .servicebox_back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    z-index: 2;
}
.servicebox_front .servicebox_inner,
.servicebox_back .servicebox_inner {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.servicebox_front .servicebox_inner {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    -webkit-transition: all .4s cubic-bezier(.5,.12,.46,.88) .2s;
         -o-transition: all .4s cubic-bezier(.5,.12,.46,.88) .2s;
            transition: all .4s cubic-bezier(.5,.12,.46,.88) .2s;
}
.servicebox_back .servicebox_inner {
    -webkit-transform: translateZ(125px);
    transform: translateZ(125px);
    -webkit-transition: all .4s cubic-bezier(.5,.12,.46,.88);
         -o-transition: all .4s cubic-bezier(.5,.12,.46,.88);
            transition: all .4s cubic-bezier(.5,.12,.46,.88);
}
.services-wrapper:hover .servicebox_front .servicebox_inner {
    -webkit-transform: translateZ(125px);
    transform: translateZ(125px);
    -webkit-transition: all .4s cubic-bezier(.5,.12,.46,.88);
         -o-transition: all .4s cubic-bezier(.5,.12,.46,.88);
            transition: all .4s cubic-bezier(.5,.12,.46,.88);
}
.services-wrapper:hover .servicebox_back .servicebox_inner {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    -webkit-transition: all .4s cubic-bezier(.5,.12,.46,.88) .2s;
         -o-transition: all .4s cubic-bezier(.5,.12,.46,.88) .2s;
            transition: all .4s cubic-bezier(.5,.12,.46,.88) .2s;
}
.services-wrapper .text-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 10px;
}
.services-wrapper .txt-title {
    font-size: 25px;
    width: 100%;
}
.services-wrapper .aciklama {
    color: #b0bbc4;
    font-size: 17px;
    min-height: 102px;
}

.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 .card {
    transition: ease-in-out all .3s;
}
.vitrin_4 .img-container,
.vitrin_4 .card-img-top {
    height: 156px;
}
.vitrin_4 .img-container {
    overflow: hidden;
}
.vitrin_4 .card .img-container>img {
    transform: scale(1);
    transition: ease-in-out all .3s;
}
.vitrin_4 .card:hover .img-container>img {
    transform: scale(1.05);
}
.vitrin_4 .card-text {
    min-height: 87px;
    font-size: .9em;
}
.vitrin_4 .card:hover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    text-decoration: none;
}

.vertical-sticky {
    background-color: var(--main-color);
    width: 2px;
    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 > img {
   object-position: left;
}
.vitrin_5 .description {
    min-height: 42px;
}

.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 .contents {
    background-color: #e9ebf3;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0.25rem
}
article ul li:hover .contents {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}

/*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;
}

.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;
    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: 5px 20px;
    padding-right: 40px;
    border: 1px solid var(--main-color-two);
    background-color: #efefef;
    color: var(--main-color-two);
    text-align: center;
    text-decoration: none;
    z-index: 1;
    transition: all 200ms ease-in-out;
}
.t_button_l:hover {
    color: #fff;
    text-indent: 20px;
    padding-right: 20px;
}
.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-size: 15px;
    background-color: var(--main-color-two);
    transition: ease all .3s;
    z-index: -1;
    border-radius: .25rem;
}
.t_button_l:hover::after {
    width: 104%;
    background-position: left 17px center;
    background-color: var(--main-color);
}

.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: 8px;
}

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

section ul:first-child {
    padding-left: 0;
}
.header-top {
    background-color: var(--main-color);
}
header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99999;
    background-color: transparent;
}

body.main-page header {
    position: absolute;
    background-color: transparent;
}
header.fixed {
    position: fixed;
    border-top: 2px solid var(--main-color);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    transition: ease-in-out all .3s;
    background-color: #000;
}
body.main-page header.fixed {
    position: fixed;
    background-color: #000;
}

header .logo_a {
    display: block;
    letter-spacing: 1.6px;
    margin: 10px 0;
    transition: ease-in-out all .3s;
}
header.fixed .logo_a {
    margin-top: 3px;
    margin-bottom: 3px;
}
header img.logo {
    width: 160px;
    transition: ease-in-out all .3s;
}
header.fixed img.logo {
    width: 140px;
}
header .logo-write {
    position: relative;
    font-weight: 500;
    font-size: 26px;
    color:var(--main-color-two);
}
header.fixed .logo-write {
    font-size: 16px;
}
header .logo-write::after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    background-color: var(--main-color-two);
    border-radius: 4px;
}

.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);
}
ul.list-unstyled.custom-marker > li {
    padding-left: 10px;
}
ul.list-unstyled.custom-marker > li::before {
    content: '\2713';
    position: absolute;
    left: 10px;
    color: #fff;
}
footer {
    background-color: #1b66a1;
    color: #fff;
    border-top: 2px solid;
}

.footer {
    background-color: #015596;
}

.footer .container {
    position: relative;
}

.footer a {
    text-decoration: none;
}
.footer a[href^=tel],
.footer a[href^=mailto] {
    text-decoration: underline;
}

.footer .footer_title {
    font-size: 18px;
    position: relative;
    padding-bottom: 10px;
}
.footer .footer_title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    max-width: 60px;
    background-color: #fff;
}

.footer a,
.footer p {
    color: #fff;
}
.footer .footer_title {
    color: #fff;
    font-weight: 600;
}
.footer a,
.footer p {
    font-size: 14px;
}
.footer .contact-items strong {
    min-width: 100px;
    display: inline-block;
}
html:lang(en) .footer .contact-items strong {
    min-width: 115px;
}
html:lang(fr) .footer .contact-items strong {
    min-width: 130px;
}

.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;
    color: white;
    font-size: 1.5em;
}

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

footer a:hover,
.footer a:hover,
.sosyal_medya a:hover,
.sosyal_medya_header a:hover {
    color: rgb(201, 201, 201);
}

#teknikdetay>table>caption {
    caption-side: top;
    color: var(--title);
    font-weight: bold;
}
#teknikdetay>table>thead th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
    width: 50%;
}

.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: var(--main-color-two-o5);
    padding: 10px;
    z-index: 2;
}
header:not(.fixed) + .sayfa_baslik .baslik-bg {
    /* z-index: 99999; */
}

.sayfa_baslik {
    position: relative;
    height: 200px;
    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: #bebebe;
}
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-size: 13px;
    font-weight: 500;
}
.anamenu .diller > button > div {
    font-size: 15px;
}

@media (max-width:768px) {
    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) {
    /*
    .main-page header:not(.fixed) {
        position: absolute;
        -webkit-box-shadow: 0px -5px 80px 90px rgba(0, 0, 0, 0.75);
        box-shadow: 0px -5px 80px 90px rgba(0, 0, 0, 0.75);
        background-color: rgba(0, 0, 0, 0.75);
    }
    .main-page header:not(.fixed) .anamenu > ul > li > a {
        color: var(--title);
    }
    .main-page header.fixed {
        position: fixed;
    }
    header {
        background-color: rgba(0, 0, 0, 1);
    } */
    article {
        text-align: justify;
    }
    .extra-menu article > ul > li.col-lg-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .white-header a {
        color: #fff !important;
    }
    .white-header ul ul a {
        color: #141b24 !important;
    }
    .anamenu > ul > li:first-child a {
        /* padding-left: 0; */
    }
    .anamenu > ul > li:last-child a {
        padding-right: 0;
        text-align: right;
    }
    .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>ul>li {
        /* -ms-flex: 1 0 auto;
        flex: 1 0 auto; */
        width: auto;
        max-width: 100%;
        display: block !important;
    }
    .anamenu>ul>li>a {
        display: block;
        font-size: 15px;
        font-weight: 400;
        height: 100%;
        color: #fff;
    }
    .anamenu>ul>li:hover>a {
        color: #cfcfcf !important;
    }
    .anamenu li:hover>a {
        color: #666 !important;
    }
    .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:not(:last-child) > a::after {
        content:'';
        position: absolute;
        right: 0;
        top: 30%;
        bottom: 30%;
        border-right: 1px solid var(--article);;
    } */
    .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 {
        text-indent: 5px;
    }
    .anamenu ul li:hover>ul {
        visibility: visible;
        opacity: 1;
    }
    .anamenu ul ul ul {
        left: 100%;
        top: 0px;
        right: auto;
    }
    .genel-kosullar>* {
        width: auto;
    }
    .left-menu-col {
        width: 340px;
    }
    .mobilMenu {
        display: none;
    }
}
@media (min-width:1200px) {
    .extra-menu > .row {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}
@media (min-width:1920px) {
    .slide-area img {
        min-height: auto;
    }
}

@media (max-width:1200px) {
    .sayfa_baslik h1 {
        display: -webkit-box;
        overflow: hidden;
        white-space: normal;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .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) {
    #productDropdown:not(.show) {
        display: none;
    }
    .inner-page > #sideMenu {
        max-width: 100%;
    }
    .sayfa_baslik {
        background-position-x: 40%;
        height: 175px;
    }
    header img.logo {
        width: 110px;
    }
    header .logo-write {
        font-size: 18px;
        letter-spacing: 1px;
    }
    header.fixed img.logo {
        width: 110px;
    }
    header.fixed .logo-write {
        font-size: 15px;
    }
    body.main-page header {
        position: sticky !important;
        background-color: #000;
    }
    .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); */
    }
    .slider-title-1 {
        font-size: 2rem;
    }
    .slide-area .description p {
        font-size: 16px;
    }
    .colum-container .colum1 {
        margin-right: 5px;
        width: 9px;
    }
    .genel-kosullar>* {
        width: 50%;
    }
    .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;
    }
    .h1, h1 { font-size: calc(1.375rem + 1.5vw); }
    .h2, h2 { font-size: calc(1.325rem + .9vw); }
    .h3, h3 { font-size: calc(1.3rem + .6vw); }
    .h4, h4 { font-size: calc(1.275rem + .3vw); }
}

@media (max-width:991px) {
    /*991 den küçük ekranlar*/
    .sayfa_baslik h1 {
        font-size: 1.6em;
    }
    .navHeader, .mobilMenu {
        display: block;
    }
    .navHeader img {
        height: 52px;
        width: auto !important;
    }
    .mobilMenu svg {
        width: 29px;
        color: #fff;
        padding: 10px 0;
        transition: 0ms
    }
    .whatsappH svg,
    .whatsappH i {
        width: 30px;
        color: #fff;
        transition: 0ms;
        margin-top: 9px;
    }
    .navHeader {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-color: #000;
        height: 82px;
        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;
        color: #fff;
    }
    .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;
    }
    .sosyal_medya_header li {
        border-bottom: none !important;
    }
    .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;
    }
    
    .anamenu .diller > button > div {
        color: #7c7c7c !important;
    }
    .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;
    }
}

@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;
    }
    
    .full-col-wrapper {
        max-height: none;
    }
    .slide-area .description {
        top: 50%;
    }
    .slider-title-1 {
        font-size: 1.3rem;
    }
    .slide-area img {
        min-height: 50vh;
    }
    .slide-area .description p {
        font-size: 13px;
    }
    .slide-area a.link-item {
        font-size: .8rem;
        padding: 1px 10px;
    }
}

@media (max-width:576px) {
    header .logo_a {
        letter-spacing: 0px;
        font-size: 18px;
    }
    .header-top > * {
        border-right: none;
    }
    .sayfa_baslik h1 {
        font-size: 1.4em;
    }
    .genel-kosullar>* {
        width: 100%;
        text-align: center;
    }
    .footer-copyright {
        text-align: center;
    }
    
    .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;
    }
    .title-wrapper > .custom-title {
        font-size: 20px;
        margin-left: 22px;
    }
    .title-wrapper > .custom-title::after {
        font-size: 3rem;
        bottom: 0;
    }
    .vitrin_2 .services-item img {
        min-height: auto;
    }
    ul.list-unstyled.custom-marker > li::before {
        content: none
    }
}

@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;
    }
}