:root {
    --custom:#6795b8;
    --article:#9f9f9f;
    --title:rgba(50,50,50,1);
}
body {
    height: 100vh;
    font-weight: 300;
    color: var(--article);
    /* padding-top: 100px; */
}

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

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

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

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

.rounded-xl {
    border-radius: 0.5rem !important;
}

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

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

.img-object {
    object-fit: cover;
    height: 100%;
}

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

.slide-area .description {
    position: absolute;
    text-align: left;
    max-width: max-content;
    /* top: 50%;
    transform: translatey(-50%); */
    left: 0;
    background-color: var(--main-color-o75);
}

.slide-area .description p {
    font-size: 19px;
    font-weight: 200;
    max-width: 500px;
}

.slider-title-1 {
    font-weight: 700;
    font-size: 2.3rem;
}
.slider-title-1 > span {
    font-weight: 400;
}

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

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

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

.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, .a {
    color: #bfbfbf;
}
.header-top > *:not(:last-child) {
    padding-right: 5px;
    margin-right: 5px;
    border-right: 1px solid #ddd;
}
.header-top > a,
.header-top > .a {
    line-height: 2.5;
}
.header-top input.form-control {
    max-width: 300px;
}
.carousel-inner {
    background-color: #212529;
}
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 var(--main-color);
    position: absolute;
    top: -4px;
    left: -4px;
    bottom: -4px;
    right: -4px;
    border-radius: 50%;
}
ol.carousel-indicators > li.active {
    background-color: var(--main-color);
}
.headerMainContainer img.logo {
    width: 180px;
}
.bg-danger {
    background-color: #df1000 !important;
}
.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;
}

h2 {
    margin-bottom: 2rem;
}

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

h3 {
    font-size: 1.15rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

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

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 12;
}

.vitrin_baslik {
    font-size: 22px;
    position: relative; 
    margin-bottom: 50px;
}

.vitrin_baslik::after {
    content: '';
    position: absolute;
    width: 70px;
    height: 5px;
    bottom: -30px;
    left: 0;
    background-color: #cb001a;
    background-color: var(--main-color);
}

.vitrin_1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.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 .card-text {
    font-size: 13px;
    font-weight: 500;
}

.vitrin_1 .img-object {
    max-height: 110px;
    width: 100%;
}
.vitrin_1 .card-title {
    color: var(--article);
}

.vitrin_2_cols {
    border-left: 1px solid #df1000;
    padding-left: 10px;
    /* padding-top: 10px; */
    padding-bottom: 10px;
}
.vitrin_2_cols>div:not(:last-child) {
    margin-bottom: 1.5rem;
}
.vitrin_2_cols::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    border-bottom: 1px solid #df1000;
}
.desc-title {
    overflow: inherit;
}
.desc-title::after,
.desc-title::before {
    content: '';
    position: absolute;
    top: 50%;
    width: 10px;
    height: 1px;
    background-color: #df1000;
}
.desc-title::after {
    left: -10px;
}
.desc-title::before {
    right: -10px;
}

.vitrin_2 .description>*,
.vitrin_2 .description strong,
.vitrin_2 .description .h6,
.vitrin_2 p {
    color: var(--article);
    font-weight: 700;
}

.vitrin_2_left_col p,
#vitrin_2_Accordion p {
    font-size: 18px;
}

#vitrin_2_Accordion .card-header > button {
    font-size: 1.5rem;
}

.vitrin_2 li:hover .description {
    background-color: #9e0215;
    background-color: var(--main-color);
}

.vitrin_2 li:hover .description p, .vitrin_2 li:hover .description strong {
    color: #fff;
}

.vitrin_2 li:hover img {
    transition: all ease-in-out .2s;
    transform: translateY(10px);
}

.vitrin_2 li:hover img:last-child {
    transition: all ease-in-out .2s;
    transform: translateY(0);
}

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

.vitrin_2 .button {
    background-color: #00000017;
    font-family: Montserrat;
    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 .card-columns > .card {
    margin-bottom: 1.8rem;
}
.vitrin_3 .card > .card-img-overlay {
    opacity: 0;
    visibility: hidden;
}
.vitrin_3 .card > .card-img-overlay::after {
    content: '';
    background-color: rgba(0, 0, 0, .55);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.vitrin_3 .card:hover > .card-img-overlay {
    opacity: 1;
    visibility: visible;
}
.vitrin_3 .card > .card-img-overlay > .description {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    width: 70%;
    margin: 0 auto;
    z-index: 2;
}
.vitrin_3 .card > .card-img-overlay > .description > .card-title {
    position: relative;
    width: max-content;
    margin: 0 auto 15px;
}
.vitrin_3 .card > .card-img-overlay > .description > .card-title::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: 50%;
    right: 50%;
    height: 3px;
    background-color: #fff;
    border-radius: 4px;
    z-index: 2;
    transition: ease-in-out all .3s;
    /* transition-delay: .2s; */
    
}
.vitrin_3 .card:hover > .card-img-overlay > .description > .card-title::after {
    left: 10%;
    right: 10%;
}

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

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

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

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

.vitrin.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(100% - 50px);
    position: relative;
    /* top: -10px !important; */
}

.vitrin_4 .devam {
    color: #9e0215;
    color: var(--main-color);
    font-weight: 500;
    text-decoration: underline;
}
.vitrin_4 .img-object {
    height: 180px;
    width: 100%;
}

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

.vitrin_4 .slider-block {
    background-color: #ececec;
}
.vitrin_4 .owl-item.center .slider-block {
    background-color: #f4f7f3;
}
.vitrin_4 .owl-carousel .owl-item {
    transform: scaleY(0.99);
    transition: ease all .3s;
}
.vitrin_4 .owl-carousel .owl-item.center {
    transform: scaleY(1);
}
.vitrin_4 .aciklama{
    margin-top: 10px;
    margin-bottom: 20px;
}
.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: inherit;
    background-repeat: no-repeat;
    background-position: top center;
}

.vitrin_5 figure {
    height: auto;
    border-radius: 20px;
    border-bottom: 2px solid var(--main-color);
}

.vitrin_5 .description {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 45px;
    transition: all ease-in-out .2s;
}

.vitrin_5 .ic_col {
    max-width: 262px;
    margin: 0 auto;
}

.vitrin_5 h3 {
    font-weight: lighter;
    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 .blog-title {
    font-family: 'Roboto', sans-serif;
}
.vitrin_5 .aciklama {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 0.9em;
    min-height: 60px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.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 {
}
article {
    min-height: 568px;
}

article .description {
    padding: 20px;
    background-color: #f2f2f2;
    /* background-color: var(--main-color-two-o25); */
}

article .description p {
    font-size: unset;
    min-height: 72px;
}

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;
    font-size: 15px;
    font-weight: 600;
    border-radius: 6px;
}

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

.t_button_l {
    position: relative;
    display: inline-block;
    padding: 10px 23px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: lowercase;
    font-weight: 100;
    border-radius: 20px;
}

.t_button_l:hover {
    border-color: #333;
    color: #333;
}

.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: #fff;
    position: sticky;
    top: 0;
    z-index: 16;
}

header .logo_a {
    display: block;
    padding: 5px 0;
}

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

footer,
.footer {
    background-color: #000;
    color: #fff;
}

footer .icon,
.footer .icon {
    color: #bfbfbf;
}

.footer .container {
    position: relative;
}

.footer a:hover {
    color: #bfbfbf;
    text-decoration: underline;
}

.footer p {
    font-weight: 300;
}

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

.sosyal_medya li {
    /* display: inline-block;
    width: 38px;
    height: 38px; */
}
.sosyal_medya li:hover {
    border-color: var(--main-color) !important;
}

.sosyal_medya a {
    /* display: block;
    padding: 5px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 1.3rem; */
}
.sosyal_medya .icon {
    font-size: 1.3rem;
    color: inherit;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
}

.sosyal_medya .facebook {
    /* background-color: #1877f2; */
}
.sosyal_medya .facebook > .icon {
    background-color: #006dfb;
}
.sosyal_medya .twitter {
    /* background-color: #1da1f2; */
}
.sosyal_medya .twitter > .icon {
    background-color: #006dfb;
}
.sosyal_medya .instagram {
    /* background-color: #c13584; */
}
.sosyal_medya .instagram > .icon {
    background-color: #aa158b;
}

footer a:hover,
.footer a:hover,
.sosyal_medya 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: 180px;
    right: 0;
    left: 0;
    top: 0;
}

.sayfa_baslik h1 {
    width: fit-content;
    font-size: 2.2rem;
    font-weight: normal;
}

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

nav.nerdeyim ol li a {
    color: #fff;
}

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 {
    text-transform: uppercase;
    color: #000;
}

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

.footer-least-container:first-child {
    /* border-bottom: 1px solid;
    border-color: var(--main-color); */
}


.ozel_galeri figure {
    overflow: inherit;
}
.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: #df1000;
}

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

.ozel_galeri li:hover a::before,
.ozel_galeri li:hover a::after {
    width: calc(100% - 9px);
    height: calc(100% - 9px);
}
.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;
}
/* Carousel Process (s) */
.carousel-fade .carousel-item:not(:first-child) {
    -webkit-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
    transition: transform 2.6s cubic-bezier(.62,0,.66,1.03),-webkit-transform 2.6s cubic-bezier(.62,0,.66,1.03);
    transition-property: all !important;
}
.carousel-fade .carousel-item.active {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
/* Carousel Process (f) */
@media (min-width:992px) {
    .navPlaceHolderR {
        padding-right: 152px;
    }
}

@media (min-width:1366px) {
    .slide-area img {
        /* width: 55%; */
    }
}

@media (max-width:992px) and (min-width:576px) {
    .vitrin_3 .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media (max-width:768px) {
    .vitrin_1 .img-object {
        max-height: 170px;
        width: 100%;
    }
    nav.nerdeyim a i {
        display: inline-block;
    }
    nav.nerdeyim li:first-child a span {
        display: none;
    }
    nav.nerdeyim {
        overflow-x: scroll;
    }
    .bilgi-al {
        position: relative;
        top: -16px;
        background: transparent;
    }
    .bilgi-al .whatsapp svg {
        fill: #25d366;
    }
}

@media (max-width:1200px) {
    .sayfa_baslik h1 {
        height: 130px;
        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;
    }
    .vitrin_2 h3 {
        font-size: medium;
    }
    .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 {
        height: auto;
        font-size: 2.4em;
        padding-bottom: 15px;
        width: 100%;
    }
    .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*/
    .white-header a {
        color: #fff !important;
    }
    .white-header ul ul a {
        color: #141b24 !important;
    }
    .anamenu a {
        font-size: 17px;
        line-height: 1.5;
        text-transform: capitalize;
        font-weight: 200;
    }
    .anamenu ul {
        height: 100%;
    }
    .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: #333; */
        border-color: var(--main-color);
    }
    /* .anamenu ul li:last-child a {
        padding-right: 0;
    }
    .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;
    } */
    .anamenu ul ul {
        min-width: 224px;
        position: absolute;
        top: 100%;
        left: 0;
        height: auto;
        z-index: 100;
        background: #f0f0f0;
        opacity: 0;
        visibility: hidden;
        transition: opacity 200ms, visibility 200ms;
    }
    .anamenu ul li {
        display: inline-block;
        position: relative;
        transition: all 200ms ease-in-out;
        /* padding: 7px 0; */
    }
    
    .anamenu ul li a {
        padding: 5px 10px;
        border: 1px solid transparent;
    }
    .anamenu ul li li {
        display: block;
        height: auto;
        width: 100%;
    }
    .anamenu ul li li a {
        white-space: nowrap;
        text-transform: none;
        line-height: normal;
        padding: 10px 25px;
        border: none;
        display: block;
    }
    .anamenu ul ul li:hover {
        padding-left: 15px;
    }
    .anamenu ul li:hover {
        /* background-color: #f0f0f0; */
    }
    .anamenu ul li li:hover a {
        background-color: #d7d7d7;
    }
    .anamenu ul li:hover>ul {
        visibility: visible;
        opacity: 1;
    }
    .anamenu ul ul ul {
        left: inherit;
        top: 0px;
        left: 100%;
    }
    .genel-kosullar>* {
        width: auto;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .anamenu a {
        font-size: 14px;
        letter-spacing: -0.3px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1770px;
    }
}
@media (max-width:992px) {
    .slide-area .description {
        /* top: 30%;
        left: 0;
        right: 0;
        text-align: center;
        margin: 0 auto;
        padding: 75px 10px 35px;
        max-width: 700px; */
    }
    .slide-area .description p {
        margin-left: auto;
        margin-right: auto;
    }
    .genel-kosullar>* {
        width: 50%;
    }
    .carousel-item::after {
        right: 0;
    }
    .vitrin_5 {
        background-color: #314a69;
    }
}

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

@media (max-width:991px) {
    /*991 den küçük ekranlar*/
    .navHeader, .mobilMenu {
        display: block;
    }
    .navHeader img {
        width: 170px;
    }
    .mobilMenu svg {
        width: 29px;
        fill: var(--main-color);
        padding: 10px 0;
        transition: 0ms
    }
    .whatsapp svg {
        width: 30px;
        fill: var(--main-color);
        transition: 0ms;
    }
    .navHeader {
        display: block;
        background-color: #000;
        height: 71px;
        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
    }
    .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;
    }
    .anamenu ul li a:hover {
        color: #ce0000;
    }
    .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>ul>li.home-way {
        width: 100%;
    }

    .ustmenu {
        padding: 15px;
        color: #fff;
        font-weight: 700;
        background-color: #bf1f46;
        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) {
    .header-top > :not(:last-child) {
        border-right: none;
    }
}

@media (max-width:576px) {
    .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: 1.7rem;
    }
    .slide-area .description p {
        font-size: 16px;
    }
    .vitrin_3 img.img_vitrin_3 {
        max-height: 170px;
        object-fit: cover;
    }
    .vitrin_3 .card > .card-img-overlay > .description {
        width: 90%;
    }
    .vitrin_3 .card > .card-img-overlay {
        opacity: 1;
        visibility: visible;
    }
    .vitrin_4 .img-object {
        width: 100%;
        max-height: 170px;
    }
}

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