:root {
    --custom:#6795b8;
    --article:rgba(80,80,80,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);
}
.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;
}
.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;
}
#indexCarousel {
    overflow:hidden;
}

.two-line,
.three-line,
.four-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;
}
.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: 420px;
    top: 50%;
    transform: translatey(-50%);
    left: 0;
}

.slide-area .description p {
    font-size: 18px;
    font-weight: 400;
}

.custom-font2 {
    font-family: 'Source Sans Pro', sans-serif;
}

.slider-title-1 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 4.4rem;
    color: #fff;
    line-height: 1.1;
}
.slider-title-1>span {
    display: block;
    color: var(--main-color-o75);
    font-weight: 300;
    font-size: 2.1rem;
}

.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);
}
.waterfall-left {
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    overflow:hidden;
}
.waterfall-right {
    position:absolute;
    top:0;
    right:-5px;
    bottom:0;
    overflow:hidden;
}
 .waterfall {
    position: relative;
    width:200px;
    height: 100vh;
}
  
.waterfall > div {
    position: absolute;
}
  
.waterfall-loop {
    width: 200px;
    height: 100%;
    background: url("https://i.hizliresim.com/lnnxa7x.png") 0 0 repeat-y;
    -moz-animation: waterfallloop 5s infinite linear;
    -webkit-animation: waterfallloop 5s infinite linear;
    -ms-animation: waterfallloop 5s infinite linear;
    -o-animation: waterfallloop 5s infinite linear;
}
  
@-moz-keyframes waterfallloop {
    0% { background-position:0 0; }
    100% { background-position: 0 1112px; }
}
  
@-webkit-keyframes waterfallloop {
    0% { background-position:0 0; }
    100% { background-position: 0 1112px; }
}
  
@-ms-keyframes waterfallloop {
    0% { background-position:0 0; }
    100% { background-position: 0 1112px; }
}
  
@-o-keyframes waterfallloop {
    0% { background-position:0 0; }
    100% { background-position: 0 1112px; }
}
  

.animation_container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    overflow: hidden;
}

@-webkit-keyframes animateBubble {
    0% {
        margin-top: 50%;
    }
    100% {
        margin-top: -50%;
    }
}

@keyframes animateBubble {
    0% {
        margin-top: 50%;
    }
    100% {
        margin-top: -50%;
    }
}

@-webkit-keyframes sideWays { 
    0% { 
        margin-left:0px;
    }
    100% { 
        margin-left:50px;
    }
}

@keyframes sideWays { 
    0% { 
        margin-left:0px;
    }
    100% { 
        margin-left:50px;
    }
}

/* ANIMATIONS */

.x1 {
    -webkit-animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
	
	left: -5%;
	top: 5%;
	
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
}

.x2 {
    -webkit-animation: animateBubble 14s linear infinite, sideWays 4s ease-in-out infinite alternate;
	animation: animateBubble 14s linear infinite, sideWays 4s ease-in-out infinite alternate;
	
	left: 5%;
	top: 80%;
	
	-webkit-transform: scale(0.4);
	transform: scale(0.4);
}

.x3 {
    -webkit-animation: animateBubble 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
	
	left: 10%;
	top: 40%;
	
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
}

.x4 {
    -webkit-animation: animateBubble 16s linear infinite, sideWays 3s ease-in-out infinite alternate;
	animation: animateBubble 16s linear infinite, sideWays 3s ease-in-out infinite alternate;
	
	left: 20%;
	top: 0;
	
	-webkit-transform: scale(0.3);
	transform: scale(0.3);
}

.x5 {
    -webkit-animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
	animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
	
	left: 30%;
	top: 50%;
	
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
}

.x6 {
    -webkit-animation: animateBubble 11s linear infinite, sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 11s linear infinite, sideWays 2s ease-in-out infinite alternate;
	
	left: 50%;
	top: 0;
	
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}

.x7 {
    -webkit-animation: animateBubble 13s linear infinite, sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 13s linear infinite, sideWays 2s ease-in-out infinite alternate;
	
	left: 65%;
	top: 70%;
	
	-webkit-transform: scale(0.4);
	transform: scale(0.4);
}

.x8 {
    -webkit-animation: animateBubble 15s linear infinite, sideWays 3s ease-in-out infinite alternate;
	animation: animateBubble 15s linear infinite, sideWays 3s ease-in-out infinite alternate;
	
	left: 80%;
	top: 10%;
	
	-webkit-transform: scale(0.3);
	transform: scale(0.3);
}

.x9 {
    -webkit-animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
	animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
	
	left: 90%;
	top: 50%;
	
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
}

.x10 {
    -webkit-animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
	
	left: 80%;
	top: 80%;
	
	-webkit-transform: scale(0.3);
	transform: scale(0.3);
}

/* OBJECTS */

.bubble {
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
	-moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
	box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
	
    height: 200px;
	position: absolute;
	width: 200px;
}

.bubble:after {
    background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 70%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.5)), color-stop(70%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* IE10+ */
    background: radial-gradient(ellipse at center,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	
    -webkit-box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
	-moz-box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
	box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
	
	content: "";
    height: 180px;
	left: 10px;
	position: absolute;
	width: 180px;
}

* {
    /* transition: all 200ms ease-in-out;
    font-family: 'Roboto', sans-serif; */
    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;
}
#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: #000000;
}

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

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

.home-way a {
    /* color: #fff !important; */
}
.anamenu ul li.home-way:hover {
    /* background-color: var(--main-color); */
}
.anamenu>ul>li {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center;
    align-items: center;
}
a {
    color: #333;
}
a:focus-visible {
    outline: none;
}
.header-top input.form-control {
    /* max-width: 218px; */
}
.header-top a,
.header-top input.form-control {
    font-size: .8em;
    font-weight: 400;
    color: #495057b3;
}
.header-top a:hover {
    color: inherit;
}
#indexCarousel::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 321px;
    background:url('../../public/img/slider_bottom.png') bottom center;
    background-size: cover;
}
.carousel-inner {
    background-color: #212529;
}
.carousel-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0%;
    /* background-color: rgba(0, 0, 0, .5); */
}
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;
}

h2 {
    margin-bottom: 2rem;
}

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

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: #004f9e;
    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: #004f9e;
}

.fixed {
    /* position: fixed;
    top: 0;
    left: 0;
    right: 0; */
}

.vitrin_baslik {
    font-weight: 700;
    font-size: 40px;
}
.vitrin_baslik span:nth-child(2) {
    color: #44b354;
    /* color: var(--main-color); */
}
.vitrin_baslik span:nth-child(3) {
    color: var(--main-color-two);
}
.underline-title {
    position: relative; 
    margin-bottom: 50px;
}
.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: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;
}

.map-item-title.vitrin_baslik::after {
    bottom: -10px;
    width: 35px;
    height: 3px;
}
.map-item-title.vitrin_baslik::before {
    content: '';
    position: absolute;
    bottom: -9px;
    width: 90%;
    height: 1px;
    background-color: #d5d5d5;
}

.custom_resume {
    position: absolute;
    bottom: -143px;
    left: 50%;
    transform: translateX(-50%);
    background: url('../img/devamini-goster.png') bottom center no-repeat;
    background-size: cover;
    width: 100%;
    max-width: 511px;
    height: 143px;
    z-index: 1;
    /* background-position: center;
    background-repeat: no-repeat; */
}

.vitrin_1 ul li:hover {
    background-color: #00000018 !important;
}

.vitrin_1 ul li:nth-child(4n+1), .vitrin_1 ul li:nth-child(4n+4) {
    background-color: #0000000d !important;
}

.vitrin_1 p {
    margin-bottom: 0;
    display: inline-block;
}
.vitrin_1 .second-letter {
    font-size: 17px;
    font-weight: 400;
}
.vitrin_1 .img-container {
    position: relative;
}
.vitrin_2 .description {
    background-color: #e6e6e6;
    padding-top: 100px !important;
    margin-top: -64px;
    margin-left: 70px;
    margin-right: 70px;
}
.vitrin_2 .img-container,
.vitrin_2 .img-container img,
.vitrin_2 .img-container::after {
    transition: ease-in-out all .3s;
}

.vitrin_2 .img-container::after {
    content: '';
    position: absolute;
    left: 4px;
    right: 4px;
    top: 4px;
    bottom: 4px;
    border: 0 double var(--main-color);
}
.vitrin_2 .img-container:hover::after {
    border-width: 6px;
    transition-delay: .2s;
}
.vitrin_2 img {
    border-width: 2px;
}
.vitrin_2 .img-container:hover img {
    border-radius: 0 !important;
    /* border-width: 5px; */
}
.vitrin_2 .img-container::before {
    content: '\f002';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--main-color-o75);
    font-size: .5em;
    opacity: 0;
    transition: ease-in-out all .3s;
}
.vitrin_2 .img-container:hover::before {
    transition-delay: .3s;
    opacity: 1;
    font-size: 2em;
}

.vitrin_2 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* overflow-x: hidden; */
}

.vitrin_2 .vitrin_title {
    background-color: #fff;
}
.vitrin_2 .vitrin_title {
    background-color: #fff;
}

.vitrin_2 p {
    margin-bottom: 0;
    font-weight: 300;
}

.vitrin_2 .button {
    background-color: #00000017;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    display: inline-block;
    box-sizing: content-box;
    width: 40px;
    height: 31px;
    padding: 13px 15px;
    position: relative;
    right: -42%;
    bottom: -15px;
}

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

.vitrin_3 .owl-carousel .owl-item img {
    max-width: 99%;
}

.owlRef.owl-theme .owl-nav {
    margin-top: 15px !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 .ikon {
    width: 50px;
    height: 50px;
    line-height: 42px;
    padding: 5px;
}

.vitrin_4 .description {
    width: calc(95%);
    background-color: #fff;
    position: relative;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    /* top: -10px !important; */
}

.vitrin_4 .devam {
    color: #9e0215;
    color: var(--main-color);
    font-weight: 500;
    text-decoration: underline;
}

.vitrin_4 li:hover h3 {
    color: #9e0215;
    color: var(--main-color);
}

.vitrin_4 .slider-block {
    background-color: #ececec;
}
.vitrin_4 .owl-item:hover .slider-block {
    background-color: #f4f7f3;
}
.vitrin_4 .baslik{
    min-height: 44px;
}
.vitrin_4 .aciklama{
    min-height: 72px;
    margin-top: 10px;
    margin-bottom: 20px;
    max-width: 768px;
}
.vitrin_4 .img-container {
    position: relative;
    border: 4px solid var(--main-color-two);
    /* min-height: 150px; */
    z-index: 1;
}
.vitrin_4 .img-container > img {
    position: relative;
    top: -20px;
    left: -20px;
    transition: cubic-bezier(.68,-0.55,.27,1.55) all .5s;
}

.vitrin_4 .owl-carousel .owl-item:hover .img-container > img {
    top: 0px;
    left: 0px;
    transform: scale3d(.9);
}

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

.vitrin_5 {
    /* background-attachment: fixed; */
    background-size: cover;
    background-color: #f8f8f8;
}

.vitrin_5 figure {
    width: 40%;
    height: 100%;
    min-height: 184px;
}

.vitrin_5 .description {
    width: 60%;
    background-color: #f7c600;
    background-color: var(--main-color-two);
    transition: all ease-in-out .2s;
}

.vitrin_5 h3 {
    margin-bottom: 25px;
}

.vitrin_5 p {
    font-weight: 300;
    font-size: 15px;
}

.vitrin_5 li:hover .description {
    background-color: #54565b;
    background-color: var(--main-color);
}

.vitrin_5 .aciklama {
    font-size: 0.9em;
    min-height: 45px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.vitrin_5 img {
    height: 100%;
    transition: ease-in-out all .3s;
    object-fit: cover;
    opacity: .8;
}
.vitrin_5 .column-item > .img-container {
    width: 100%;
    max-width: 150px;
    height: 150px;
    transition: ease-in-out all .3s;
}
.vitrin_5 .column-item .img-container::after {
    content: '';
    position: absolute;
    left: -7px;
    top: -7px;
    right: -7px;
    bottom: -7px;
    border: 7px solid var(--main-color-o75);
    border-radius: 50%;
    transition: ease-in-out all .3s;
}
.vitrin_5 .column-item:hover .img-container::after {
    left: -8px;
    top: -8px;
    right: -8px;
    bottom: -8px;
    border-width: 10px;
    border-color: var(--main-color);
    border-style: double;
}
.vitrin_5 .column-item:hover .img-container > img {
    transform: scale(1.1);
    opacity: 1;
}

.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*/
.blog-little-title {
    /* font-family: 'Kalam', cursive; */
}
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: 4;
}

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

.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: #1e1e1e1c;
}

.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;
    border: 2px solid;
    border-color: #cb001a;
    border-color: var(--main-color);
    background-color: #cb001a;
    background-color: var(--main-color);
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: lowercase;
    font-weight: 300;
    border-radius: 12px;
}
.t_button:hover {
    background-color: #333;
    border-color: #333;
    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); 
}

.t_button_l {
    position: relative;
    display: inline-block;
    padding: 6px 20px;
    padding-right: 50px;
    border: 1px solid var(--main-color);
    background-color: var(--main-color-o75);
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    z-index: 1;
    transition: all 200ms ease-in-out;
}
.t_button_l:hover {
    /* background-color: var(--main-color); */
    color: var(--main-color);
    border-radius: 6px;
    text-indent: 30px;
    padding-right: 20px;
}
.t_button_l::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 30px;
    background: 
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' style='color:%2330c498'><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: #fff;
    transition: ease all .3s;
    z-index: -1;
}
.t_button_l:hover::after {
    width: 100%;
    border-radius: 6px;
    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 {
    background-color: var(--main-color-two);
    position: sticky;
    top: 0;
    z-index: 99999;
}
header.fixed {
    background-color:var(--main-color-two);
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;
}

header .logo_a {
    display: block;
    padding: 5px 0;
}
header img.logo {
    width: 240px;
    transition: ease-in-out all .3s;
    /* transition: cubic-bezier(.68,-0.55,.27,1.55) all .5s; */
}
header.fixed img.logo {
    width: 180px;
}

.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 ul li img {
    width: 24px;
}

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

.footer {
    background-color: #282d33;
}

.footer .container {
    position: relative;
}

.footer a {
    text-decoration: underline;
}

.footer p {
    font-weight: 300;
}

.footer h5 {
    font-size: 18px;
    position: relative;
    padding-bottom: 10px;
}
.footer h5::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    max-width: 60px;
    background-color: var(--main-color);
}

.footer a,
.footer p,
.footer h5.footer_title {
    color: #fff;
}
.footer a,
.footer p {
    font-size: 14px;
}

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

.sosyal_medya a {
    display: block;
    padding: 5px;
    color: white;
    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);
}

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

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

.sayfa_baslik h1 {
    width: fit-content;
    font-size: 2.2rem;
    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 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: 17px;
}

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

@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;
    }
    .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 (min-width:992px) {
    /*992 den büyük ekranlar*/
    .anamenu>ul>li:not(:last-child)>a::after {
        content: '';
        position: absolute;
        right: 0;
        top: 15px;
        bottom: 13px;
        width: 1px;
        border-left: 1px solid;
    }
    .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;
    }
    .anamenu a {
        color: #fff;
        line-height: 1.5;
        /* text-transform: capitalize;
        letter-spacing: -0.2px; */
        font-weight: 300;
    }
    header.fixed .anamenu a {color:#fff}
    .anamenu>ul.list-unstyled {
        text-align: right;
    }
    .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);
        /* border-bottom-color: #333;
        border-color: var(--main-color); */
    }
    .anamenu .active>a {
        /* border-color: #fff !important;
        border-color: var(--main-color) !important; */
    }
    .anamenu ul ul .active>a {
        border-color: transparent !important;
        background-color: #ffffff;
        color: var(--main-color);
    }
    .anamenu ul ul {
        min-width: 190px;
        position: absolute;
        top: 100%;
        left: 0;
        height: auto;
        z-index: 100;
        background: #282d33;
        border-bottom: 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;
    }
    .anamenu ul li li {
        display: block;
        height: auto;
        width: 100%;
    }
    .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: #fff;
        transition: ease-in-out all .2s;
    }
    .anamenu ul li:hover {
        /* background-color: #f0f0f0; */
    }
    .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;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .anamenu a {
        /* font-size: 13px;
        letter-spacing: -0.6px; */
    }
}
@media (min-width:1200px) {
    /*992 den büyük ekranlar*/
}

@media (max-width:992px) {
    
    .slider-title-1.underline-title::after {
        left: 50%;
        transform: translateX(-50%);
    }
    header img.logo {
        width: 180px;
    }
    .vitrin_2 h3.underline-title::after,
    .vitrin_5 .column-item .underline-title::after {
        left: 50%;
        transform: translateX(-50%);
    }
    .slide-area .description {
        left: 50%;
        text-align: center;
        width: inherit;
        transform: translate(-50%, -50%);
    }
    .genel-kosullar>* {
        width: 50%;
    }
    .carousel-item::after {
        right: 0;
    }
    .timeline-item > div::before {
        left: 15px;
        border-color: #004f9e;
    }
    .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;
    }
}

@media (min-width:991px) {
    .mobilMenu {
        display: none;
    }
}

@media (max-width:991px) {
    /*991 den küçük ekranlar*/
    .sayfa_baslik h1 {
        font-size: 1.6em;
    }
    .navHeader, .mobilMenu {
        display: block;
    }
    .navHeader img {
        height: 50px;
    }
    .mobilMenu svg {
        width: 29px;
        color: #fff;
        padding: 10px 0;
        transition: 0ms
    }
    .whatsapp svg {
        width: 30px;
        color: #fff;
        transition: 0ms;
        margin-top: 9px;
    }
    .navHeader {
        display: block;
        /* background-color: #f9f9f9; */
        background-color: var(--main-color-two);
        height: 82px;
        position: relative;
        z-index: 1000;
    }
    .navHeader span {
        display: inline-block;
        /* background-color: #f5f5f5; */
        height: 65px;
        width: 65px;
        float: right;
        top: 0;
        margin: 3px;
        /* background-image: url('../img/close.svg'); */
        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);
    }
    .ustmenu i {
        display: inline-block;
        background-color: #e8e6e6;
        height: 54px;
        width: 45px;
        float: left;
        top: 0;
        margin: -15px 15px 0 -15px;
        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;
    }
}

@media (max-width:576px) {
    .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;
    }
    #vitrin-3 h2 {
        font-size: 1.4rem;
    }
    .slider-title-1 {
        font-size: 2rem;
    }
    .slider-title-1 > span {
        font-size: 2.5rem;
        font-weight: 400;
        color: var(--main-color);
    }
    .slide-area .description p {
        font-size: 15px;
    }
    .full-width-short.length-lg {
        max-width: 100% !important;
    }
    .footer h5::after {
        left: 50%;
        transform: translateX(-50%);
    }
    ol.carousel-indicators {
        display: none;
    }
}

@media (max-width:374px) {
    .vitrin.owl-theme .owl-nav {
        top: unset;
        right: unset;
        left: 50%;
        transform: translateX(-50%);
    }
    #vitrin-3 h2 {
        font-size: 1.6rem;
    }
}