﻿@import url('responsive/extra-small.css');
@import url('responsive/small.css');
@import url('responsive/medium.css');
@import url('responsive/large.css');
@import url('responsive/extra-large.css');


:root {
    --yanmenugenislik: 60px;
    --ustbosluk: 20px;
    --altbosluk: 40px;
    --bordercolor: #262626;
    --zeminbg: #0E1116;
    --mingenislik: 30px;
    --maxgenislik: 120px;
    --padding: calc((100vw - 1440px) / 2);
    --red: #5e5e5e;
    --grey: #221e1d;
    --light-grey: #4d4d4d;
    --black: #000;
    --white: #fff;
}

body {
    font-family: 'Aston Martin Flare' !important;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    height: calc(100%) !important;
}

*:focus {
    outline: none !important;
    border: 0 !important;
}

.news-item__date {
    color: #000 !important;
}

h5.news-block__title {
    color: #000 !important;
}

h3.news-block__heading {
    color: #000 !important;
    margin-bottom: 32px !important;
    font-size: 40px;
    line-height: 50px;
}

.news-block .news-item__heading {
    text-decoration: none !important;
}


a.news-item__link {
    margin-bottom: 12px !important;
}


.slider.single-item.homeslader.carousel.slick-initialized.slick-slider {
    height: 100vh !important;
}

.carousel__image {
    height: 100vh !important;
}



a.news-item__heading {
    color: #000 !important;
    font-size: 18px !important;
}

span.read-more-content>span {
    color: #000 !important;
}




.mobile-menu {
    display: none;
    background: #fff;
    position: fixed;
    bottom: 0px;
    margin: 0 auto;
    z-index: 100;
    padding: 10px 10px 5px 10px;
    border-radius: 20px 20px 0 0;
    border: 1px solid #E5E5E5;
    box-shadow: 1px 1px 13px rgb(0 0 0 / 30%);
    left: calc(50% - 125px);
}

.mobile-menu>ul>li {
    display: table-cell;
    padding: 5px;
}

.configurator {
    position: fixed;
    z-index: 999;
    bottom: 30px;
    right: 30px;
    display: inline-flex;
    background-color: rgba(22, 26, 33, 0.05);
    transition: all 0.3s ease-in-out;
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    border-left: 1px solid #f8f7f4;
    background-color: rgb(255 255 255 / 20%);
}

.configurator>a {
    display: block;
    padding: 20px 44px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25rem;
    color: #fff;
    cursor: pointer;
}

/* .indexpage .menu{
}
 Anasayfa menü ise*/
.mtvar {
    margin-top: var(--yanmenugenislik) !important
}

.mbvar {
    margin-top: var(--yanmenugenislik) !important
}

/* .pvar{
    padding:var(--yanmenugenislik) !important;
} */
.pvartop {
    padding-top: var(--yanmenugenislik) !important;
}

.pvarbot {
    padding-bottom: var(--yanmenugenislik) !important;
}

.pvartb {
    padding: var(--yanmenugenislik) 0 !important;
}

.mfull {
    width: calc(100% - (var(--yanmenugenislik) * 2)) !important;
    margin: var(--yanmenugenislik) auto !important
}

.mfullmax {
    width: calc(100% - (var(--yanmenugenislik) * 2)) !important;
    margin: var(--yanmenugenislik) !important
}

.pfull {
    width: calc(100% - (var(--yanmenugenislik) * 2)) !important;
    padding: var(--yanmenugenislik) !important
}

.mtvar0 {
    padding-top: 0 !important
}

.bgblack {
    background: #090b11
}

.karsilastirma .bgblack {
    padding: var(--ustbosluk);
    margin-top: var(--altbosluk);
    padding-bottom: var(--yanmenugenislik);
}

.menu {
    position: absolute;
    top: 3vh;
    width: calc(100% - 10vh);
    display: flex;
    justify-content: space-between;
    z-index: 999;
    align-items: center;
    left: 5vh;
}

.menu>div {
    display: flex;
    align-items: center;
}

.menu>div>div {
    margin-right: 36px;
    position: relative
}

.menu>div.logo {}

.menu>div.logo a {
    display: block;
    width: 9vw;
    text-align: center;
}

.menu>div:not(.logo) a {
    color: #fff;
    display: block;
    line-height: 40px;
}

/*data css*/
.ui-datepicker .ui-datepicker-title span,
.ui-datepicker-calendar span {
    color: #000;
    font-weight: bold
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    text-align: center
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #000 !important;
    background: #000 !important;
    color: #fff !important;
    font-weight: bold !important
}

/*date css end*/
.menu>div>div:not(.active) a:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    left: -1px;
    margin-top: 8px;
    opacity: 0;
    transition: opacity .2s .2s;
    border-bottom: 2px solid rgba(255, 255, 255, .4);
}

.menuclose {
    display: none;
    position: absolute;
    top: 49%;

    transform: translate(-50%, -50%);
    align-items: center;
    justify-content: center;
    transition: 1s;
    cursor: pointer;
    padding-left: 5%;
}

.menu>div>div>a:hover::after {
    opacity: 1;
    transition: opacity .2s;
}

.menu>div>div:last-child {
    margin-right: 0
}

.search a svg {
    width: 100%
}

.searchbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 999
}

.menu .logo {
    transition: .5s;
}

.menu .logo img {
    /* width: 120px;
     */
    transition: .5s;
    width: 100%;
    min-width: 200px;
}

.indexpage .menu .logo img {
    filter: brightness(0) invert(1);
    /* width: 170px;
     */
}

.menu .logo a {
    display: block
}

.menu .logo .line {
    position: absolute;
    top: calc(var(--yanmenugenislik) - 1px);
    height: 1px;
    background: rgba(255, 255, 255, 0.24);
    left: 0;
    width: 0
}

.lagune svg {
    margin-left: 5px;
}

.lagune svg path {
    stroke: #424448
}

.indexpage .lagune svg path {
    stroke: #fff
}

.menu.fixed .lagune svg path {
    stroke: #424448 !important
}

/* .menu.fixed {
    position:fixed;
    background: #fff;
    box-shadow: 5px 4px 5px rgba(0, 0, 0, 0.15);
    margin: 0;
    padding: 16px 0;
}
 .menu.fixed .logo {
    padding-top:0px;
}
 .menu.fixed .logo img{
    filter:none;
    height: 28px;
}
 .menu.fixed .logo .line{
    width:0;
}
 .menu.fixed ul li a {
    color: #424448;
}
 .menu.fixed ul{
    padding-top:0
}
 .menu.fixed ul li.search a svg path{
    fill:#b5b5b5
}
 .menu.fixed ul li.search a:hover svg path{
    fill:#46B974
}
 .menu.fixed .right-menu a svg path{
    fill: #424448;
}
 */
.menualt {
    position: fixed;
    top: -100vh;
    width: calc(100%);
    display: flex;
    justify-content: space-between;
    z-index: 998;
    align-items: center;
    height: 100vh;
    background: rgba(0, 0, 0, 1);
    overflow: hidden;
    block-size: 100%;
    transition: 0.25s;
}

.menualt.active {
    display: flex;
    top: 0
}

.menualt>div {
    display: none;
    width: 100vw;
    height: 100vh;
    transition: 1s;
    color: #fff;
    position: relative
}

.menualt>div.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.menualt>div .img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: .7;
}

.menualt>div .img img {
    width: 100%;
    object-fit: cover;
    transition: ease-in-out .3s;
    height: 100%
}

.menualt .altmenutitle {
    position: absolute;
    z-index: 2;
    bottom: calc(12vh + 25px);
    left: 5vh;
    width: calc(100% - 10vh);
    display: flex;
    align-items: flex-start;
    height: 100%;
    justify-content: space-between;
    height: calc(100% - 24vh - 50px);
}

.menualt .altmenutitle>div:first-child {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}

.menualt .altmenutitle>div:first-child ul {}

.menualt .altmenutitle>div:first-child li {}

.menualt .altmenutitle>div:first-child a {
    color: #fff;
    font-size: 6vh;
    line-height: 8.5vh;
    opacity: .8;
    text-decoration: none;
}

.menualt .altmenutitle>div:first-child a:hover,
.menualt .altmenutitle>div:first-child a.active {
    opacity: 1
}

.menualt .altmenutitle>div:last-child {}

.models-header-banner .header-model-box {
    position: relative;
    display: block;
    float: right;
    min-width: 340px;
    background: rgba(22, 26, 33, 0.1);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    z-index: 6;
    max-height: 52px;
    overflow: hidden;
    opacity: 0;
    transition: opacity 200ms ease-in-out .9s, max-height 1200ms ease-in-out .9s;
}

.models-header-banner .header-model-box.active {
    opacity: 1;
    max-height: 600px;
    max-width: 400px;
}

.models-header-banner .header-model-box.active .model-stats .model-stat {
    opacity: 1;
}

.models-header-banner .header-model-box__nav {
    position: relative;
    white-space: nowrap;
}

.models-header-banner .header-model-box__nav button {
    padding: 10px;
    flex: 1 0 0% !important;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    zappearance: none;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: auto;
    border-radius: 0;
    height: auto;
    border: 0;
}

.models-header-banner .header-model-box__nav button.no-outline {
    outline: none;
}

.models-header-banner .header-model-box__nav .active-line {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    background-color: white;
}

.model-image,
.model-image>img {
    width: 100%
}

.models-header-banner .model-stats {
    padding: 29px 151px 46px 33px;
}

.models-header-banner .model-stats .model-stat {
    position: relative;
    opacity: 0;
    transition: opacity 300ms ease-in-out 1.6s;
}

.models-header-banner .model-stats .model-stat:nth-child(2) {
    transition: opacity 300ms ease-in-out 1.75s;
}

.models-header-banner .model-stats .model-stat:nth-child(3) {
    transition: opacity 300ms ease-in-out 1.9s;
}

.models-header-banner .model-stats .model-stat:not(:last-of-type) {
    margin-bottom: 24px;
}

.models-header-banner .model-stats .model-stat__info {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 1.15px;
    color: #fff;
}

.models-header-banner .model-stats .model-stat__info--name {
    font-weight: bold;
    color: #fff;
}

.models-header-banner .model-stats .model-stat__info--unit {
    margin-left: 6px;
    font-weight: normal;
    opacity: .6;
    color: #fff;
}

.models-header-banner .model-stats .model-stat__line {
    position: relative;
    display: block;
    width: 100%;
    height: 2px;
    /* padding-right: 96px;
     */
    background: rgba(255, 255, 255, 0.2);
}

.models-header-banner .model-stats .model-stat__line--val {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #fff;
    transition: width 200ms ease-in-out;
}

.models-header-banner .model-stats .model-stat__value {
    position: absolute;
    width: 96px;
    right: -96px;
    bottom: -5px;
    text-align: left;
    padding-left: 20px;
    font-family: "Aston Martin Flare";
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    opacity: 1;
    transition: opacity 100ms ease-in-out;
}

.models-header-banner .model-stats .model-stat__value.blink {
    opacity: 0;
    transition: opacity 100ms ease-in-out 350ms;
}

.models-header-banner .full-bleed-background {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
}

#toTop {
    position: fixed;
    right: 95px;
    bottom: calc(var(--yanmenugenislik) + 60px);
    border-radius: 10px;
    display: none;
    background: #ffffff;
    border-radius: 30px;
    width: 60px;
    height: 60px;
    z-index: 999;
    box-shadow: 0px 0px 7px rgb(0 0 0 / 25%);
}

#toTop a {
    display: block;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#toTop a svg path {
    fill: #B7BABC;
    stroke: #B7BABC;
}

#toTop:hover {
    background: #f3f3f3;
}

#toTop:hover a svg path {
    /* fill: #fff;
     */
    /* stroke: #fff;
     */
}

/* home slider begin */
.sliderContainer {
    position: relative;
}

.slider {
    width: 100%;
}

.slick-slide {
    color: white;
    text-align: center;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.slick-dots {
    bottom: -30px;
}

.slick-slide:nth-child(odd) {}

.progressBarContainer {
    position: absolute;
    top: calc(10vh + 25px);
    width: 300px;
    left: 5vh;
}

.progressBarContainer div {
    display: block;
    width: 10%;
    padding: 0;
    cursor: pointer;
    margin-right: 5%;
    float: left;
    color: #fff;
    text-align: left;
}

.progressBarContainer div:last-child {
    margin-right: 0;
}

.progressBarContainer div span.progressBar {
    width: 100%;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.4);
    display: block;
    margin-top: 13px;
}

.progressBarContainer div span.progressBar .inProgress {
    background-color: rgba(255, 255, 255, 1);
    width: 0%;
    height: 4px;
}

.progressBarContainer .item.active {
    width: 65%;
}

.progressBarContainer .item.active h3 {
    opacity: 1;
    width: 100%
}

.progressBarContainer .item.active span {}

.progressBarContainer .item h3 {
    color: #fff;
    /* opacity: .4; */
    opacity: 0;
    transition: 1s
}

/* home slider end */
.center.product-photos__slider {
    margin: var(--yanmenugenislik) auto;
    width: 100%
}

.center.product-photos__slider figure img {
    width: 101%
}

.leftgaleria {
    position: relative;
    text-align: left
}

.leftgaleria img {
    width: 100%
}

.leftslider .slick-list,
.leftsliderteam .slick-list {
    padding-left: 0px !important;
    margin: var(--yanmenugenislik) 0;
}

.pvar .leftslider .slick-list {
    margin: 0;
}

.leftsliderteam {
    margin: auto auto;
    padding-bottom: var(--yanmenugenislik);
    width: calc(100% - var(--maxgenislik) + (var(--mingenislik) / 2))
}

.leftsliderteam .leftgaleria {
    margin: 0 calc(var(--mingenislik) / 2);
}

.temahead h1 {
    font-size: 20px;
    line-height: 25px;
}

.temahead {
    margin-top: var(--mingenislik);
    width: calc(100% - var(--altbosluk) * 4);
    margin-left: calc(var(--altbosluk) * 2);
}

.leftgaleria>div {
    position: relative
}

.leftsliderteam .hometitle>div {
    padding-bottom: calc(var(--altbosluk));
}

.car-detail h1 {
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;
}

.car-detail .specifications {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: var(--ustbosluk);
    /* justify-content: space-between; */
}

.car-detail .specifications>ul {
    width: 24%;
    display: flex;
    align-items: flex-start;
    margin-bottom: 14px;
}

.car-detail .specifications>ul>li {}

.car-detail .specifications>ul>li:first-child {
    max-width: 190px;
    width: 50%;
    font-weight: bold;
}

.car-detail .specifications>div>p {
    margin-bottom: 10px;
}

.amspecifications {}

.amspecifications>h1 {
    color: var(--zeminbg);
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
}

.amspecifications>div {
    margin: calc(var(--yanmenugenislik) / 2) 0;
    display: flex;
    justify-content: space-between;
}

.amspecifications>div>a {
    width: 32.5%;
    display: block
}

.amspecifications>div>a img {
    width: 100%;
}

.amspecifications>div>a h1 {
    color: var(--zeminbg);
    font-size: 17px;
    line-height: 21px;
    font-weight: bold;
    margin-top: 17px;
}

.wbuton {
    color: var(--zeminbg);
    display: inline-block;
    align-items: center;
    border: 1px solid var(--bordercolor);
    padding: 9px 15px;
    font-weight: bold;
    font-size: 17px;
    line-height: 21px;
}

.wbuton:after {
    content: '';
    display: flex;
}

.wbuton svg {
    margin-left: 17px;
}

.wbuton:hover {
    background: var(--zeminbg);
    color: #fff;
}

.wbuton:hover svg line {
    stroke: #fff
}

.pruduct_bottom {}

.pruduct_bottom a {}

.pruduct_bottom a div {
    text-align: center;
}

.pruduct_bottom a div img {
    width: 100%
}

.pruduct_bottom a div h2,
.pruduct_bottom a div h1 {
    color: #000;
}

.pruduct_bottom a div h1 {
    margin-bottom: 10px;
    margin-top: 10px
}

.homeslader .slick-slide {
    height: calc(100%) !important;
}

.seriesmodel figure a {
    position: relative;
    display: block;
}

.seriesmodel figure a>div {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    background: rgba(200, 72, 26, 0.5);
    left: 0;
    top: 0;
    color: #fff;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 41px;
    line-height: 45px;
    opacity: 0;
    transition: 1s
}

.seriesmodel figure a:hover>div {
    opacity: 1;
}

.seriesmodel figure a div h1 {
    position: relative;
    font-weight: 300;
    margin-bottom: 14px;
    color: #fff;
}

.seriesmodel figure a div h2 {
    font-weight: 100;
    color: #fff
}

.seriesmodel figure a div h1 .seriesline {
    position: absolute;
    height: 1px;
    background: #fff;
    width: 150px;
    left: 0;
    margin-top: 7px;
}

.seriesmodel figure a div h1.seriesline div {}

.encokziyaret h1,
.encokziyaret h2 {
    font-size: 28px;
    line-height: 35px;
    margin: 0 !important;
}

.encokziyaret figure a>div {
    background: rgb(0 0 0 / 50%);
}

.kurumsal {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.kurumsal>div {}

/*Kurumsal menu*/
.kurumsal>div:first-child {
    width: 25%;
}

.kurumsal>div:first-child ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.kurumsal>div:first-child ul>li {
    border-bottom: 1px solid #eee;
    height: 44px;
    display: flex;
    align-items: center;
}

.kurumsal>div:first-child ul>li>a {
    font-size: 19px;
}

.kurumsal>div:first-child ul>li>a:hover {
    font-weight: 500;
}

.kurumsal>div:first-child ul>li:last-child>a {}

.kurumsal>div:first-child ul .active a {
    font-weight: 500;
}

/*Kurumsal içerik*/
.kurumsal>div:last-child {
    width: 70%;
    border: 1px solid #eee;
    padding: 80px 60px;
}

.kurumsal>div:last-child .head {
    font-size: 35px;
    line-height: 41px;
    margin-bottom: 35px;
    font-weight: 500;
}

.kurumsal>div:last-child .icerik {}

.kurumsal>div:last-child .icerik p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 21px;
    font-weight: 200;
}

.icscroll {
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
    max-height: 140px;
    padding-right: 12px;
}

.icscroll::-webkit-scrollbar-track,
.fabrikalar>div:last-child ul::-webkit-scrollbar-track {
    border: 0;
    padding: 2px 0;
    background-color: #424448;
}

.icscroll::-webkit-scrollbar,
.fabrikalar>div:last-child ul::-webkit-scrollbar {
    width: 3px;
}

.icscroll::-webkit-scrollbar-thumb,
.fabrikalar>div:last-child ul::-webkit-scrollbar-thumb {
    border-radius: 0px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    background-color: #E3E4E8;
    border: 0px solid #000;
}

.submenu {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}

.submenu .vmenu {
    width: 375px;
    /* box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
     */
    padding: 5px 0px;
    background: #1a1c28;
}

.submenu .vdetay {
    width: calc(100% - 340px - var(--yanmenugenislik));
}

.submenu .vmenu>div:first-child {
    padding-top: 10px;
}

.vmenu .teknik {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #707070;
    padding: 0px 16px;
    color: #cbcbcb;
    font-size: 26px;
}

.vmenu .teknik h1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 5px 10px 0;
    font-size: 1rem;
    cursor: pointer;
    color: #cbcbcb;
}

.vmenu .teknik h1 svg {
    width: auto;
    height: 7px;
    transition: 1s;
}

.vmenu .teknik h1 svg path {
    stroke: #ffff
}

.vmenu .teknik .teknik-detay {
    padding: 5px 0;
}

.vmenu .teknik .teknik-detay>div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    transition: 1s;
}

.vmenu .teknik .teknik-detay>div a {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 6px;
    font-size: 12px;
    flex-direction: column;
    justify-content: center;
}

.vmenu .teknik .teknik-detay.buton>div a {
    border: 1px solid #707070;
    background: #000;
    width: calc(calc(100% / 3) - 10px);
    text-align: center;
    border-radius: 0px;
    padding: 6px 0;
    min-height: 36px;
    border: 0px;
    margin-right: 5px;
}

.vmenu .teknik .teknik-detay.buton>div a:hover {
    background: #5e6265;
    color: #ccc;
}

.vmenu .teknik .teknik-detay.buton>div a.active {
    background: #fff;
    color: var(--zeminbg)
}

.vmenu .teknik .teknik-detay.color>div a div:hover+.color-tag {
    color: #ccc;
    background-color: #5e6265;
    padding: 2px 6px;
}

.vmenu .teknik .teknik-detay.color>div a .color-tag:hover {
    color: #ccc;
    background-color: #5e6265;
    padding: 2px 6px;
}

.vmenu .teknik .teknik-detay.color>div a .color-tag {
    color: #fff;
    background-color: #0b0c0e;
    padding: 2px 6px;
}

.vmenu .teknik .teknik-detay.color>div a.active .color-tag {
    color: rgb(255, 255, 255);
    background-color: #0b0c0e;
    padding: 2px 6px;
}

.vmenu .teknik .teknik-detay.color>div a.active div {
    box-shadow:

        0 0 2px 2px rgb(225, 204, 119),
        /* inner white */
        0 0 0px 0px rgb(225, 204, 119),
        /* middle magenta */
        0 0 0px 0px rgb(225, 204, 119);
    /* outer cyan */
}






.footermainimg .botpage__text {
    left: 5vh;
    z-index: 3;
    bottom: 5vh;
    max-width: 800px
}

.botpage__text {
    font-family: 'Aston Martin Flare';
}

.botpage__text h2 {
    font-size: 24px;
    line-height: 27px;
    font-weight: normal;
}

.botpage__text h1 {
    font-weight: bold;
    font-size: 70px;
    line-height: 80px;
    margin: 5px 0;
}

.center__text {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: auto !important;
    bottom: auto !important;
    top: 0;
}

.center__text h1 {
    font-weight: bold;
    font-size: 70px;
    line-height: 80px;
    margin: 5px 0;
}

.footermainimg .vtop {
    bottom: auto;
    /* top:calc(15vh + 100px) */
}

.footermainimg .models-header-banner {
    top: 15vh
}

.footermainimg .models-header-banner .header-model-box {}

.model-list {
    width: 100%;
    padding: var(--yanmenugenislik) 0;
}

.model-list>a {
    display: block
}

.model-list>a>div {
    display: flex;
    align-items: center;
    margin-bottom: var(--altbosluk);
}

.model-list>a>div>div {
    width: 40%
}

.model-list>a>div>div:first-child {
    width: 60%
}

.model-list>a>div>div:nth-child(2n) {
    padding-left: var(--yanmenugenislik);
}

.model-list>a>div>div img {
    width: 100%
}

.model-list>a>div>div h1 {
    font-weight: bold;
    font-size: 70px;
    line-height: 80px;
    margin: 5px 0;
}

.model-list>a>div>div h2 {
    font-size: 24px;
    line-height: 27px;
    font-weight: normal;
}

.model-list>a:nth-child(2n)>div {
    flex-direction: row-reverse;
}

.homedahafazla {}

.homedahafazla>ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.homedahafazla>ul>li {
    width: calc(50% - 10px);
    display: flex;
    justify-content: space-between;
}

.homedahafazla>ul>li:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.homedahafazla>ul>li>div {
    width: calc(50% - 10px);
}

.homedahafazla>ul>li:nth-child(2)>div {
    width: 100%;
    height: calc(50% - 10px);
    overflow: hidden;
}

.homedahafazla>ul>li>div a {
    display: block;
    position: relative;
}

.homedahafazla>ul>li>div a img {
    width: 100%;
}

.homedahafazla>ul>li:nth-child(2) a img {
    width: auto;
    height: 100%;
    min-width: 100%
}

.homedahafazla>ul>li>div a div {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: calc(100% - 30px);
    z-index: 1;
    color: #fff;
    font-size: 30px;
}

.homedahafazla>ul>li:nth-child(2)>div a div {
    text-align: right;
    left: 0;
}

.yanmenu {
    background: #126734;
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: var(--yanmenugenislik);
    border-left: 1px solid #228D4D;
    z-index: 9999;
}

.yanmenu>div {
    position: relative;
    width: 100%;
    height: 100%;
}

.yanmenu>div .lang {
    background: #228D4D;
    height: var(--yanmenugenislik);
    text-align: center;
}

.yanmenu>div .lang a {
    display: block;
    color: #fff;
    height: 100%;
    line-height: var(--yanmenugenislik);
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 1px;
}

.yanmenu>div .lang:hover {
    background: #fff
}

x .yanmenu>div .lang:hover a {
    color: #228D4D
}

.yanmenu>div .hizlimenu {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.yanmenu>div .hizlimenu .item {
    height: var(--yanmenugenislik);
    width: 100%;
    border-top: 1px #228D4D solid;
    cursor: pointer;
}

.yanmenu>div .hizlimenu .item>div {
    position: absolute
}

.yanmenu>div .hizlimenu .item>div:first-child {
    background: #fff;
    z-index: 1;
    width: 250px;
    height: var(--yanmenugenislik);
    box-shadow: 0 0 13px 6px rgba(0, 0, 0, 0.07);
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    padding-left: 25px;
    transition: .3s;
    transition-timing-function: cubic-bezier(0.28, 0.04, 0, 1.23);
    border-radius: 20px 0 0 20px
}

.yanmenu>div .hizlimenu .item:nth-child(1)>div:first-child {
    right: -185px;
    width: 185px;
}

.yanmenu>div .hizlimenu .item:nth-child(2)>div:first-child {
    right: -185px;
    width: 185px;
}

.yanmenu>div .hizlimenu .item:nth-child(3)>div:first-child {
    right: -175px;
    width: 175px;
}

.yanmenu>div .hizlimenu .item:nth-child(4)>div:first-child {
    right: -175px;
    width: 175px;
}

.yanmenu>div .hizlimenu .item:nth-child(4)>div:first-child {
    right: -155px;
    width: 155px;
}

.yanmenu>div .hizlimenu .item:nth-child(5)>div:first-child {
    right: -210px;
    width: 210px;
}

.yanmenu>div .hizlimenu .item:nth-child(6)>div:first-child {
    right: -250px;
    width: 250px;
}

.yanmenu>div .hizlimenu .item>div:first-child a {
    opacity: 0;
    color: #228D4D;
    font-size: 18px;
    font-weight: bold;
}

.yanmenu>div .hizlimenu .item>div:last-child {
    z-index: 2;
    height: var(--yanmenugenislik);
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    cursor: pointer
}

.yanmenu>div .hizlimenu .item>div:last-child a {
    display: block;
    text-align: center;
    width: 100%;
}

.yanmenu>div .hizlimenu .item>div:last-child a svg {
    width: calc(var(--yanmenugenislik) - (var(--yanmenugenislik)*.4));
    max-width: 35px
}

.yanmenu>div .hizlimenu .item:hover div:first-child {
    right: 0
}

.yanmenu>div .hizlimenu .item:hover div:first-child a {
    animation-name: yazigoster;
    animation-duration: .7s;
    animation-delay: .3s;
    opacity: 1;
}

@keyframes yazigoster {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.carousel__slide__overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    position: absolute;
    z-index: 1;
}

/*carousel*/
.homeslader.slader .slick-arrow {
    top: auto;
    bottom: 58px;
    background: url(../img/white-arrow.svg) no-repeat center center;
    width: 17px;
    height: 17px;
    right: calc(calc((100% - 1650px) / 2) + 55px);
    z-index: 52;
    left: auto;
    border-radius: 0;
    background-size: 60% !important;
}

.homeslader.slader .slick-arrow:hover {
    /* background-color: #001665;
     */
    opacity: .5;
}

.homeslader.slader .slick-next.slick-arrow {
    right: calc(calc((100% - 1650px) / 2) + 17px);
}

.homeslader.slader .slick-dots li.slick-active button::after {
    content: "";
    border: 2px solid #ffffff;
    padding: 10px;
    border-radius: 15px;
    left: 3px;
    position: absolute;
    top: -8px;
}

.carousel__text {
    position: absolute;
    z-index: 3;
    color: #fff;
    width: 100%;
    height: calc(100% - 3vh);
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
}

.carousel__text>div {
    z-index: 3;
    color: #fff;
    transform: scale(1);
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    flex-direction: row;
    margin-bottom: 20px;
}

.carousel__text>div>div {
    margin-right: 80px;
    text-align: center
}

.carousel__text>div>div:last-child {
    margin-right: 0;
}

.carousel__text>div>div:first-child {
    text-align: left
}

.carousel__text h1 {
    font-weight: bold;
    font-size: 50px;
    line-height: 54px;
    margin-bottom: 3px;
    color: #fff;
}

.carousel__text h2 {
    font-weight: normal;
    font-size: 19px;
    line-height: 29px;
    color: #fff;
}

/*.carousel__text a{
     font-weight:500;
     font-size:14px;
     line-height:18px;
     padding:5px 10px;
     display:block;
     float:left;
     border:1px solid #fff;
     color:#fff;
     margin-top:15px
}
*/
.homeslader .socialmedia {
    bottom: calc((var(--yanmenugenislik) + 50px)) !important;
    position: absolute;
    /* width: 100px;
     */
    height: 30px;
    display: flex;
    left: calc((100% - 1650px) / 2);
    z-index: 13;
}

.homeslader .socialmedia a {
    display: block;
    padding: 5px 25px 0 0;
    text-align: left;
    height: 35px;
}

.homeslader .socialmedia a svg {
    width: 21px;
}

.homeslader .socialmedia a:hover svg path {
    fill: #9d9d9d
}

#chVideo2,
#chVideo1 {
    width: 100%;
    cursor: pointer;
    transition: .5s;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
}

#chVideo2 {
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 5px 4px 5px rgb(0 0 0 / 55%);
    height: auto;
}

.greenborder {
    border: 1px solid rgba(70, 185, 116, 0.90)
}

/*carousel*/
.carousel__slide__inner {
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.doAnimation .slick-active .carousel__slide__inner .carousel__image {
    -webkit-animation: scale-out 0.875s cubic-bezier(0.7, 0, 0.3, 1) 0.375s both;
    animation: scale-out 0.875s cubic-bezier(0.7, 0, 0.3, 1) 0.375s both;
    transform: scale(1.3);
}

.carousel__slide__overlay {
    background-color: transparent;
    background-size: 100%;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.carousel__image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    width: 100%;
    z-index: 1;
    cursor: pointer
}

.doAnimation .slick-active .carousel__slide__inner .carousel__text {
    -webkit-animation: scale-out-text 0.875s cubic-bezier(0.7, 0, 0.3, 1) 0.375s both;
    animation: scale-out-text 0.875s cubic-bezier(0.7, 0, 0.3, 1) 0.375s both;
}

/*carousel efect*/
.slick-active .carousel__image {
    -webkit-animation: scale-out 0.875s cubic-bezier(0.7, 0, 0.3, 1) 0.375s both;
    animation: scale-out 0.875s cubic-bezier(0.7, 0, 0.3, 1) 0.375s both;
    transform: scale(1.3);
}

@-webkit-keyframes scale-out {
    0% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes scale-out {
    0% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes scale-out-text {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes scale-out-text {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}









@media(max-width:1700px) {
    .bottommain {
        width: calc(100% - (var(--yanmenugenislik) * 2));
    }

    .altmenu {
        width: 300px
    }

    alticerik {
        width: calc(100% - (var(--yanmenugenislik)) - 300px);
    }

    .txtkalite h1 {
        font-size: 30px;
        line-height: 33px;
    }

    .txtkalite p {
        font-size: 16px;
        line-height: 22px;
    }

    .txtkalite {
        left: 35px;
        width: calc(100% - 70px);
        margin-top: 35px;
    }

    .mg50 {
        left: 35px;
        bottom: 35px;
    }
}

@media(max-width:1500px) {
    :root {
        --yanmenugenislik: 70px;
        --ustbosluk: 70px;
        --altbosluk: 30px;
    }

    .menu ul :not(li.search) a:before,
    .menu ul :not(li.search) a:focus:before {
        bottom: -7px
    }

    .bottommain {
        width: calc(100% - (var(--yanmenugenislik)))
    }

    .sablon1 .text-dec img {
        width: 300px;
        margin-right: 50px
    }

    .menu .logo img {
        height: 45px
    }

    .menu.fixed .logo img {
        filter: none;
        height: 25px;
    }

    .yanmenu>div .hizlimenu .item>div:last-child a svg {
        max-width: 30px
    }

    .yanmenu>div .lang a {
        font-size: 18px
    }

    .menu ul li a {
        font-size: 15px;
        letter-spacing: .5px;
    }

    .menu.fixed ul li a {
        font-size: 13px;
        letter-spacing: 0px;
    }

    .carousel__text h1 {
        font-size: 70px;
        line-height: 70px
    }

    .carousel__text h2 {
        font-size: 25px;
        line-height: 30px
    }

    .fhed h1 {
        font-size: 35px;
        line-height: 35px;
    }

    .fhed h2 {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 5px;
    }

    .font-size25 {
        font-size: 20px;
        line-height: 28px;
    }

    .txtkalite h1 {
        font-size: 20px;
        line-height: 25px;
    }

    .txtkalite p {
        font-size: 14px;
        line-height: 18px;
    }

    .txtpop h1 {
        font-size: 25px;
        line-height: 32px;
    }

    .txtpop h2 {
        font-size: 20px;
        line-height: 25px;
    }

    .news>div:first-child a h1 {
        font-size: 17px;
        line-height: 22px;
        margin-bottom: 7px;
    }

    .news>div:first-child a p {
        font-size: 14px;
        line-height: 17px;
    }

    .news .treeflex>div>div .text {
        padding: 35px 25px;
    }

    .rakamlarla .fourflex div h1 {
        font-size: 45px;
        line-height: 45px;
        color: #fff;
    }

    .rakamlarla .fourflex div p {
        font-size: 14px;
        line-height: 19px;
    }

    .menu ul li {
        padding: 0px 15px;
    }

    footer>div>div {
        margin: 0 15px 0 0;
    }

    footer>div>div ul>li a {
        font-size: 13px;
        line-height: 24px;
    }

    footer>div>div:first-child,
    footer>div>div:last-child {
        width: 20%
    }

    footer>div>div:last-child h2 {
        font-size: 14px;
        line-height: 21px;
        letter-spacing: 3px;
    }

    footer>div>div:last-child h1 {
        font-size: 16px;
        line-height: 25px;
    }

    footer>div>div:last-child .social a svg {
        width: 100%;
    }

    .button {
        font-size: 14px;
        line-height: 16px;
        padding: 10px 20px;
    }

    .homeslo>div {
        min-height: 310px;
        max-height: 320px
    }

    .homeslo.treeflex>div img {
        height: 100%;
    }

    /* footer > div > div ul > li:first-child {
        font-size: 15px;
        line-height: 19px;
        margin-bottom: 10px;
    } */

    .yesilyurt-grup a img {
        width: 270px;
    }

    .altmenu {
        width: 270px;
    }

    .alticerik {
        width: calc(100% - (var(--yanmenugenislik) * 2) - 270px);
    }

    .contact-txt {
        margin-top: calc(var(--yanmenugenislik) - 15px);
    }

    .bottommain .fhed h1 {
        font-size: 30px;
        line-height: 30px;
        margin-top: 8px;
    }

    .bottommain .fhed h2 {
        font-size: 15px;
        line-height: 15px;
    }

    .fhed h3 {
        font-size: 25px;
        line-height: 32px;
    }

    .text-dec {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 22px;
    }

    .altmenu h1 {
        padding: 40px 10px 20px 30px;
        font-size: 25px;
    }

    .altmenu ul li a {
        font-size: 14px;
        line-height: 35px;
    }

    .homepage a {
        font-size: 13px;
    }

    .sablon2 .twoflex>div {
        font-size: 16px;
        line-height: 22px;
    }

    .sablon2 .twoflex>div h2 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    #modal-guncelle p {
        font-size: 14px;
        line-height: 21px;
    }

    .modalicerik .modal__wrapper>div {
        padding: 30px;
    }

    #modal-guncelle h1 {
        font-size: 22px;
        line-height: 28px;
    }

    .text-dec table {
        margin: 15px auto;
    }

    .text-dec ul li,
    .kvkk table td {
        font-size: 16px;
        line-height: 22px;
    }

    .text-dec table td {
        font-size: 14px;
        line-height: 19px;
    }

    .text-dec h1 {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .uretim-detay h1 {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 7px;
    }

    .uretim-detay table tr>td h2 {
        margin-top: 10px;
        font-size: 16px;
    }

    @media (max-width: 1300px) {
        :root {
            --yanmenugenislik: 60px;
            --ustbosluk: 60px;
            --altbosluk: 25px;
        }

        .menu>div {
            width: calc(100% - (var(--yanmenugenislik)));
        }

        .menu ul {
            padding-top: 16px;
        }

        .menu .logo img {
            height: 35px
        }

        .menu ul li a {
            font-size: 14px;
            letter-spacing: .5px;
            padding: .4em .1em;
        }

        .yanmenu>div .hizlimenu .item>div:last-child a svg {
            max-width: 26px;
        }

        .homeslo>div {
            min-height: 320px;
            max-height: 330px;
        }

        .txtpop {
            bottom: 25px;
            left: 25px;
        }

        .txtkalite {
            left: 25px;
            width: calc(100% - 50px);
            margin-top: 25px;
        }

        .mg50 {
            left: 25px;
            bottom: 25px;
        }

        .rakamlarla .fourflex div p {
            font-size: 13px;
            line-height: 18px;
            font-weight: 300;
        }

        footer>div>div:first-child img {
            width: 190px;
            filter: brightness(0) invert(1);
        }

        footer {
            padding: 50px 0px;
        }

        footer>div>div:first-child {
            font-size: 12px;
            line-height: 16px;
        }

        footer>div>div ul>li a {
            font-size: 12px;
            line-height: 23px;
            letter-spacing: 0.4px;
        }

        footer>div>div:last-child h1 {
            font-size: 14px;
            line-height: 23px;
        }

        footer>div>div:last-child h2 {
            font-size: 12px;
            line-height: 19px;
            letter-spacing: 2px;
        }

        .twon a,
        .twon {
            font-size: 10px;
        }

        .yesilyurt-grup a img {
            width: 220px;
        }

        .sablon1 .text-dec img {
            width: 200px;
            margin-right: 25px;
        }

        .text-dec p {
            margin-bottom: 10px;
        }

        .text-dec ul li,
        .kvkk table td,
        .text-dec {
            font-size: 14px;
            line-height: 20px;
            margin-bottom: 10px;
        }
    }

    @media (max-width: 1200px) {}

    @media (max-width: 1100px) {}

    @media (max-width: 1080px) {
        .menu {
            display: none
        }

        .mmenu {
            display: flex;
        }

        .rakamlarla .fourflex>div {
            width: 45%;
            margin-bottom: 25px
        }

        footer>div>div {
            display: block !important;
        }

        footer>div>div:first-child {
            display: flex;
            width: 45%
        }

        footer>div>div:last-child {
            display: flex;
            width: 45%
        }

        .twon {
            margin-top: 25px
        }

        footer {
            padding: 30px 0px;
        }

        .altmenu {
            display: none
        }

        .contact .maps iframe,
        .contact .alticerik,
        .alticerik {
            width: 100%;
        }

        .modalicerik .modal__wrapper>div {
            width: 50vw
        }

        .contact .twoflex>div {
            width: 100% !important;
            display: table;
            margin-bottom: 35px
        }

        .homeslo>div {
            min-height: 400px;
            max-height: 410px;
        }
    }

    @media (max-width: 800px) {
        .homeslader .socialmedia {
            display: none
        }

        .carousel__text {
            bottom: 20vh
        }

        .treeflex>div,
        .twoflex>div {
            display: flex;
            width: 100% !important;
            min-height: auto;
            max-height: none;
        }

        .home1 .twoflex>div:first-child {
            margin-bottom: 45px
        }

        .homeslo>div:nth-child(2) {
            padding: 35px 25px
        }

        .homeslo>div:nth-child(2) .button {
            margin-top: 35px
        }

        .homeslo.treeflex>div img {
            height: auto;
            width: 100%
        }

        .leftcolum {
            padding: 0
        }

        .begin-item .ptb20 {
            padding: 0
        }

        .bottompage .twoflex>div {
            margin-bottom: 25px
        }

        .sablon2 .twoflex {
            padding: 0 0 35px 0
        }

        .modalicerik .modal__wrapper>div {
            width: 70vw
        }

        .product-photos {
            margin-top: 25px
        }

        .product-photos__slider {
            padding-bottom: 0px;
        }

        .surdurebilirlik .note ul li a {
            font-size: 13px;
            line-height: 18px;
        }

        .surdurebilirlik .note ul li {
            width: calc(100% - 80px);
        }

        .urunbelge h1 {
            font-size: 16px;
            margin-top: 10px;
        }

        .fhed h1,
        .bottommain .fhed h1 {
            font-size: 22px;
            line-height: 25px;
        }

        .fhed h2 {
            font-size: 17px;
            line-height: 20px
        }

        .product-photos__slider .slick-arrow,
        .slader .slick-arrow,
        .slider .slick-arrow,
        #toTop,
        #toTop a {
            width: 40px;
            height: 40px
        }

        .product-photos__slider .slick-arrow,
        .slader .slick-arrow,
        .slider .slick-arrow {
            background-size: 9px;
            background-position: 16px;
        }

        .product-photos__slider .slick-arrow.slick-next,
        .slader .slick-arrow.slick-next,
        .slider .slick-arrow.slick-next {
            background-position: 16px;
        }
    }

    @media (max-width: 500px) {
        .homeslo.treeflex>div img {
            height: 100%;
            width: auto
        }

        .mainbar {
            height: 20vh
        }

        .mailglobal {
            width: 100%
        }

        .begin-item {
            margin: 30px auto;
        }

        .yanmenu {
            display: none
        }

        .mmenu>.ustbar {
            justify-content: flex-end;
        }

        .mmenu .search {
            order: 1
        }

        .mmenu .menuicon {
            order: 2
        }

        .mmenu>.ustbar>.logo {
            margin-left: 10px
        }

        .dialog-center {
            max-width: 90%
        }

        .dialog-begin-bg .dialog-begin-bg-begin {
            padding: 20px 25px;
        }

        .popup-icerik img {
            width: 65px
        }

        .popup-icerik h1 {
            font-size: 25px
        }

        .mmenu .search,
        .mmenu .menuicon {
            border-left: 1px solid rgba(255, 255, 255, 0.15);
            border-right: 0
        }

        .mmenu.fixed .search,
        .mmenu.fixed .menuicon {
            border-left: 1px solid #e1e1e1;
            border-right: 0
        }

        .carousel__text {
            width: calc(100% - 16vw)
        }

        .carousel__text h1 {
            font-size: 60px;
            line-height: 60px;
        }

        .carousel__text h2 {
            font-size: 20px;
            line-height: 25px;
        }

        .home1 {
            background: none;
            margin: 15px auto
        }

        .home1>.twoflex {
            width: 100%;
            margin: 0;
            padding: 0
        }

        #chVideo2 {
            border: 0px solid rgba(255, 255, 255, 0.15);
            box-shadow: none;
        }

        .home1 .w45 {
            width: 100% !important;
            margin: 0 auto;
            background: #106735;
            padding: 4vw 8vw;
        }

        .home1 .twoflex>div:first-child {
            margin-bottom: 0;
        }

        .home1 .txtwhite {}

        .home1 .button {
            font-size: 18px;
        }

        .home1 .txtmain {
            width: 100%
        }

        .font-size25 {
            font-size: 16px;
            line-height: 21px;
        }

        .mfp-bg,
        .mfp-wrap {
            width: 100% !important
        }

        .mfp-container {
            width: 90% !important;
            margin-left: 5%
        }

        .homeslo>div:nth-child(2) {
            padding: 20px 15px;
        }

        .fhed {
            margin-bottom: 0px
        }

        .fhed h2,
        .fhed h1 {
            text-align: left;
            margin-left: 8vw;
            width: calc(100% - 16vw);
        }

        .fhed h1,
        .bottommain .fhed h1 {
            font-size: 18px;
            line-height: 23px;
            color: #106735 !important;
        }

        .fhed h2 {
            font-size: 16px;
            line-height: 20px;
            letter-spacing: 0px;
            margin-bottom: 0;
        }

        .ftxt p:last-child {
            margin-bottom: 0
        }

        .home1 .button {
            margin-top: 0
        }

        .txtpop {
            left: 8vw;
            width: calc(100% - 16vw);
        }

        .homeslo>div:nth-child(2) {
            padding: 8vw
        }

        .txtkalite {
            left: 0;
            width: 100%;
            margin-top: 0;
        }

        .homeslo>div:nth-child(2) .button {
            left: 0
        }

        .news .treeflex {
            margin: 0 auto;
            width: 90%;
        }

        .news .treeflex>div {
            margin: 15px auto
        }

        .news .button {
            margin: 15px auto 10px auto;
        }

        .news .treeflex>div>div .text {
            padding: 20px 25px;
        }

        .home2 {
            background: #ffffff;
        }

        .home2 .fhed h1,
        .home2 .fhed h2 {
            color: #000;
            text-align: center;
        }

        .home2 .fourflex {
            margin-top: 25px;
            width: 80%;
        }

        .begin-item.rakamlarla {
            margin: 0
        }

        .rakamlarla .fourflex>div {
            width: 100%;
            margin-bottom: 25px;
            color: #000;
        }

        .rakamlarla .fourflex svg path {
            fill: #228d4d
        }

        .rakamlarla .fourflex div span,
        .rakamlarla .fourflex div h1,
        .rakamlarla .fourflex div p {
            color: #000
        }

        footer>div {
            display: table
        }

        footer>div>div:first-child,
        footer>div>div:last-child {
            width: 100%;
            display: table;
            text-align: left
        }

        footer>div>div:first-child span {
            display: block;
            text-align: left;
        }

        footer>div>div:first-child:first-child a {
            display: block;
            margin-bottom: 10px
        }

        #toTop {
            right: 10px
        }

        .alticerik .fhed h2,
        .alticerik .fhed h1 {
            margin-left: 0;
            width: calc(100%);
        }

        .alticerik .text-dec {
            margin-top: 15px
        }

        .fullsize.hvideo {
            margin-top: 25px
        }

        .bottommain {
            padding-bottom: 25px
        }

        .bottompage .twoflex>div:last-child {
            margin-bottom: 0
        }

        .sablon2 .fhed h3 {
            margin: 15px 0 25px 0
        }

        .sablon1 .text-dec {
            display: table
        }

        .sablon1 .text-dec>div:first-child {
            margin-bottom: 15px;
            text-align: center
        }

        .sablon1 .text-dec>div:first-child img {
            width: 100%
        }

        .modalicerik.active .modal__wrapper>div {
            right: 16px
        }

        .modalicerik .modal__wrapper>div {
            width: 90vw;
        }

        .contact-txt.sablon1 .text-dec>div {
            text-align: left
        }

        .uretim-detay {
            line-height: 20px
        }

        .product-photos__slider .slick-dots li {
            margin: 0 2px;
            width: 15px;
        }

        .product-photos__slider .slick-dots button {
            width: 10px;
            height: 10px;
        }

        .product-photos__slider figure {
            width: 200px
        }

        .product-photos__slider .slick-arrow.slick-next {
            right: 10px;
        }

        .product-photos__slider .slick-arrow {
            left: 10px;
        }

        .note {
            margin-top: 15px;
            padding: 10px 10px !important;
        }

        .note ul li:last-child {
            width: 65px !important;
        }

        .newspage {
            margin-top: 15px;
        }

        .newspage>.treeflex {
            width: 100%
        }

        .contact .maps iframe {
            height: 250px
        }

        .contact-form>div>.smallform {
            display: table
        }

        .contact-form>div>.smallform input:last-child,
        .contact-form>div>.smallform input {
            width: 100%;
        }

        .contact-form>div>div,
        .smallform,
        .contact-form>div>.smallform input:first-child {
            margin-bottom: 15px
        }

        .contact-form .buton {
            border: 1px solid #46B974;
            background: #126734;
            color: #fff;
        }

    }
}




/* resim efeği */
.main-nav-box__img-box {
    overflow: hidden;

    background: rgba(0, 0, 0, 0.6);
}

.main-nav-box:hover {
    overflow: hidden;
}


.main-nav-box:hover>img {
    position: initial !important;
    height: 100% !important;
    transition: .4s ease !important;

    filter: opacity(50%) !important;

    transform: scale(1.2) !important;
}



.main-nav-box>.begin-item>img {
    transition: .4s ease;
    transform: scale(1);
    filter: opacity(100%);
}

/* resim efeği */


.main-nav-box__content {
    width: 30%;
}

.header__logo {


    top: 72px !important;
    height: 116px !important;

}

.header__logo>img {
    width: 70% !important;
    height: 70% !important;
}

.header.disable:not(.header--subnavigation-active) .header__logo {

    opacity: 0 !important;

}

.sub-navigation>nav ul {
    flex-direction: column !important;
}


.sub-navigation>nav ul a {
    margin-bottom: 0px !important;
}

.sub-navigation>nav ul {
    position: relative;
    z-index: 2;
}



.filter-area a {
    color: white;
    text-decoration: none;
}

.navigation a {
    color: white !important;
    text-decoration: none;
}

.newsdate {
    font-size: 16px;
    line-height: 21px;
    font-weight: bold;
    margin-top: 25px;
    color: var(--zeminbg);
    text-decoration: none;
}

.newstitle {
    margin-top: 5px;
    font-size: 18px;
    line-height: 24px;
    color: var(--zeminbg);
    text-decoration: none;
}

.container.gutter>.row>.col-12>.row>.col-lg-3>a {
    color: #000 !important;
    text-decoration: none !important;
}

.form-control {
    color: #fff !important;
    background-color: black !important;



}

.car-detail-head>.row>.col-lg-3>a:hover {
    color: #fff !important;
}

section.news-block.var-white>h1.textcenter.texthead {
    color: black !important
}

a.slick-slide>div>span,
a.slick-slide>div>h3 {
    color: black !important;
    font-size: 17px;
}

.progress {
    background-color: transparent !important;
    display: block !important;
}

.textleftslider .car-detail-head {
    width: 100% !important;
    left: 0px !important;
}

.fullh {
    height: 100% !important;
}

.submenu .vdetay .vurun>div {
    width: 100% !important;
}



.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;


    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-next {
    font-size: 3rem;
}

.swiper-button-prev {
    font-size: 3rem;
}

.bordercer {
    border: 1px solid black;
    padding: 10px;
    color: black;
    text-decoration: none;
}

.bordercer:hover {
    color: black;
}

nav.primary {
    padding: 51px 40px !important;
}

.header {
    padding: 51px 40px !important;
}


.car-detail-head a,
.geri {
    color: white !important;
    text-decoration: none;
}



.models-header-banner .header-model-box .model-image {

    width: 100% !important;
    height: 250px !important;

}

.models-header-banner .model-stats .model-stat__value {
    width: 0px !important;
    color: white !important;
}




.left-toggle,
.right-toggle {

    height: 33px !important;

}



.vmenu.aos-init.aos-animate>div {
    color: white !important
}

img.car-img {
    height: 200px !important;
    width: 100%;
}






.left-menu>.left>li>a:hover {
    color: white !important;
}

.header__logo>img {
    height: 100%;
    width: 100%;
}

.header__logo {
    padding: 0px !important;
    width: 345px !important;

}

.main-nav-box__content h1 {
    font-size: 55px;
    font-weight: normal;
    color: #fff !important;
    line-height: 65px;
}

.main-nav-box__content h2 {
    font-size: 18px;
    color: #fff !important;
    font-weight: normal;
    line-height: 24px;
}

@media only screen and (max-width: 1020px) {

    .menuclose {
        display: none !important;
    }
}

.specifications.row div {
    color: white !important;
}

.specifications ul li {
    color: white !important;
}

nav.navbar {
    position: absolute;
    z-index: 9999 !important;
    width: 100%;

}

nav.navbar a {
    color: white;
}

.menuclose1 {
    display: none;
}

.navbar-nav li a {
    text-decoration: none;
    text-transform: uppercase;
    color: white !important
}

a.nav-link:hover {

    text-decoration: underline;

}

.navbar-nav>li>a:hover {
    text-decoration: underline;
}

.news-block .news-item__heading {
    margin-bottom: 24px !important;
}

@media (max-width: 1023px) {

    html.expose_nav,
    body.expose_nav {

        overflow: auto !important;
    }
    .progressBarContainer {
        /* YENİ */
        position: absolute;
        top: 80%;
        left: 15% !important;
    }

}

footer .footmenu ul li {
    color: white !important;
}

footer .copy {
    color: white !important
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    display: flex;
    align-items: center;
}


@media only screen and (min-width: 1226px) and (max-width:1492px) {

    .vurun.aos-init.aos-animate>.row>.col-lg-3.col-md-6.mt-3 {
        width: 33% !important;
    }

}


@media only screen and (min-width: 1085px) and (max-width:1226px) {

    .vurun.aos-init.aos-animate>.row>.col-lg-3.col-md-6.mt-3 {
        width: 50% !important;
    }

}


@media only screen and (min-width: 950px) and (max-width:1085px) {

    .vurun.aos-init.aos-animate>.row>.col-lg-3.col-md-6.mt-3 {
        width: 50% !important;
    }

}

@media only screen and (min-width: 700px) and (max-width:950px) {

    .vurun.aos-init.aos-animate>.row>.col-lg-3.col-md-6.mt-3 {
        width: 100% !important;
    }

}

/* deneme */



#toTop {
    position: fixed;
    right: 95px;
    bottom: calc(var(--yanmenugenislik) + 60px);
    border-radius: 10px;
    display: none;
    background: #ffffff;
    border-radius: 30px;
    width: 60px;
    height: 60px;
    z-index: 999;
    box-shadow: 0px 0px 7px rgb(0 0 0 / 25%);
}

#toTop a {
    display: block;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#toTop a svg path {
    fill: #B7BABC;
    stroke: #B7BABC;
}

#toTop:hover {
    background: #f3f3f3;
}

#toTop:hover a svg path {
    /* fill: #fff;
     */
    /* stroke: #fff;
     */
}

/* home slider begin */
.sliderContainer {
    position: relative;
}

.slider {
    width: 100%;
}

.slick-slide {
    color: white;
    text-align: center;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.slick-dots {
    bottom: -30px;
}

.slick-slide:nth-child(odd) {}

.progressBarContainer {
    position: absolute;
    top: calc(10vh + 25px);
    width: 300px;
    left: 5vh;

    /* YENİ */
    position: absolute;
    top: 80%;
    left: 42%;
}

.progressBarContainer div {
    display: block;
    width: 10%;
    padding: 0;
    cursor: pointer;
    margin-right: 5%;
    float: left;
    color: #fff;
    text-align: left;
}

.progressBarContainer div:last-child {
    margin-right: 0;
}

.progressBarContainer div span.progressBar {
    width: 100%;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.4);
    display: block;
    margin-top: 13px;
}

.progressBarContainer div span.progressBar .inProgress {
    background-color: rgba(255, 255, 255, 1);
    width: 0%;
    height: 4px;
}

.progressBarContainer .item.active {
    width: 65%;
}

.progressBarContainer .item.active h3 {
    opacity: 1;
    width: 100%
}

.progressBarContainer .item.active span {}

.progressBarContainer .item h3 {
    color: #fff !important;
    /* opacity: .4; */
    opacity: 0;
    transition: 1s;
    text-align: center;
}

/* home slider end */
.center.product-photos__slider {
    margin: var(--yanmenugenislik) auto;
    width: 100%
}

.center.product-photos__slider figure img {
    width: 101%
}

.leftgaleria {
    position: relative;
    text-align: left
}

.leftgaleria img {
    width: 100%
}

.leftslider .slick-list,
.leftsliderteam .slick-list {
    padding-left: 0px !important;
    margin: var(--yanmenugenislik) 0;
}

.pvar .leftslider .slick-list {
    margin: 0;
}

.leftsliderteam {
    margin: auto auto;
    padding-bottom: var(--yanmenugenislik);
    width: calc(100% - var(--maxgenislik) + (var(--mingenislik) / 2))
}

.leftsliderteam .leftgaleria {
    margin: 0 calc(var(--mingenislik) / 2);
}

.temahead h1 {
    font-size: 20px;
    line-height: 25px;
}

.temahead {
    margin-top: var(--mingenislik);
    width: calc(100% - var(--altbosluk) * 4);
    margin-left: calc(var(--altbosluk) * 2);
}

.leftgaleria>div {
    position: relative
}

.leftsliderteam .hometitle>div {
    padding-bottom: calc(var(--altbosluk));
}

.car-detail h1 {
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;
}











.hidden {
    display: none !important;
}



.wbuton svg line {
    stroke: #fff !important
}




















.icscroll::-webkit-scrollbar,
.fabrikalar>div:last-child ul::-webkit-scrollbar {
    width: 3px;
}

.icscroll::-webkit-scrollbar-thumb,
.fabrikalar>div:last-child ul::-webkit-scrollbar-thumb {
    border-radius: 0px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    background-color: #E3E4E8;
    border: 0px solid #000;
}

.submenu {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}

.submenu .vmenu {
    width: 375px;
    /* box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
     */
    padding: 5px 0px;
    background: #1a1c28;
}

.submenu .vdetay {
    width: calc(100% - 340px - var(--yanmenugenislik));
}

.submenu .vmenu>div:first-child {
    padding-top: 10px;
}

.vmenu .teknik {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #707070;
    padding: 0px 16px;
    color: #cbcbcb;
    font-size: 26px;
}

.vmenu .teknik h1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 5px 10px 0;
    font-size: 1rem;
    cursor: pointer;
    color: #cbcbcb;
}

.vmenu .teknik h1 svg {
    width: auto;
    height: 7px;
    transition: 1s;
}

.vmenu .teknik h1 svg path {
    stroke: #ffff !important
}

.vmenu .teknik .teknik-detay {
    padding: 5px 0;
}

.vmenu .teknik .teknik-detay>div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    transition: 1s;
}

.vmenu .teknik .teknik-detay>div a {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 6px;
    font-size: 12px;
    flex-direction: column;
    justify-content: center;
}

.vmenu .teknik .teknik-detay.buton>div a {
    border: 1px solid #707070;
    background: #000;
    width: calc(calc(100% / 3) - 10px);
    text-align: center;
    border-radius: 0px;
    padding: 6px 0;
    min-height: 36px;
    border: 0px;
    margin: 5px;
}

.vmenu .teknik .teknik-detay.buton>div a:hover {
    background: #5e6265;
    color: #ccc;
}

.vmenu .teknik .teknik-detay.buton>div a.active {
    background: #fff !important;
    color: var(--zeminbg)
}


.vmenu .teknik .teknik-detay.color>div a div:hover+.color-tag {
    color: #ccc;
    background-color: #5e6265;
    padding: 2px 6px;
}

.vmenu .teknik .teknik-detay.color>div a .color-tag:hover {
    color: #ccc;
    background-color: #5e6265;
    padding: 2px 6px;
}

.vmenu .teknik .teknik-detay.color>div a .color-tag {
    color: #fff !important;
    background-color: #0b0c0e;
    padding: 2px 6px;
}

.vmenu .teknik .teknik-detay.color>div a.active .color-tag {
    color: rgb(255, 255, 255);
    background-color: #0b0c0e;
    padding: 2px 6px;
}

.vmenu .teknik .teknik-detay.color>div a.active div {
    box-shadow:

        0 0 2px 2px rgb(225, 204, 119),
        /* inner white */
        0 0 0px 0px rgb(225, 204, 119),
        /* middle magenta */
        0 0 0px 0px rgb(225, 204, 119);
    /* outer cyan */
}



.vmenu .teknik .teknik-detay.color>div a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 18%;
    position: relative;
}

.vmenu .teknik .teknik-detay.color>div a>div {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    margin-bottom: 11px;
    display: block !important;
}

.vmenu .teknik .teknik-detay.color>div {
    display: flex;
    justify-content: flex-start;
    padding-top: 5px;
}

.submenu .vmenu>div:last-child {
    padding-bottom: 10px;
    border-bottom: 0
}

.submenu .vdetay .vurun {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.submenu .vdetay .vurun>div {
    width: calc(25% - 23px);
    border: 1px solid var(--bordercolor);
    margin-bottom: 30px;
    transition: 1s;
    margin-right: 30px;
    background-color: #1a1c28;
}

.vurun.product-photos__slider>div {
    width: 100% !important;
    border: 0px !important;
    padding: 0;
    margin-bottom: 0px;
    transition: 1s;
    margin-right: 0px;
}

.submenu .vdetay .vurun>div:nth-child(4n) {
    margin-right: 0
}

.car-item {
    display: block;
    text-align: left
}

.car-item>div {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    width: 94%;
    margin: 0 auto;
}

.car-item>div:first-child {
    width: 94%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
}

.car-item>div.img img {
    width: 100%;
    transition: 1s
}

.car-item>div.img .bgrand {
    height: 80px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.9) 15%, rgba(0, 0, 0, 0) 100%);
}

.car-item>div.img {
    width: 100%
}

.car-item h1 {
    font-size: 11px;
    margin-bottom: 7px;
    line-height: 13px;
}

.car-item h2 {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 10px;
}

.car-item span {}

.car-item h3 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
}

.submenu.product-detay>.detay>h3 {
    font-size: 25px;
    line-height: 30px;
}

.submenu.product-detay>.detay>h2 {
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 18px;
}

.car-item>div.img .clickdata {
    position: absolute;
    display: flex;
    left: 4%;
    bottom: 20px;
    width: 92%;
    z-index: 3;
}

.car-item>div.img .clickdata span {
    width: 16px;
    height: 16px;
    border: 1px solid #fff !important;
    display: block;
    margin-right: 5px;
    border-radius: 3px;
}

.car-item>div.img .clickdata span.active {}

.clickdata.active svg path {
    stroke: rgb(39 104 97)
}

.clickdata.active span {
    background: #fff
}

.submenu .vdetay .vurun>div:hover .car-item>div.img img {
    transform: scale(1.2)
}

.submenu .vdetay .vurun>div:hover .fiyat .buton {
    background: #fff;
    color: var(--zeminbg);
    border-color: #fff
}

.car-item .detail {
    margin: 32px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    width: 94%;
}

.car-item .detail>div {
    width: 95px;
    line-height: 20px;
    font-size: 15px;
    margin: 3px 0;
}

.car-item .detail>div:nth-child(2n) {
    width: calc(100% - 105px);
}

.car-item .fiyat div h1 {
    font-size: 22px;
    font-weight: bold;
    line-height: 26px;
}

.car-item .fiyat div h2 {
    font-size: 15px;
    margin-bottom: 5px;
}

.car-item .fiyat .buton {
    border: 1px solid #707070;
    background: #707070;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 15px;
}

.karsilastirma {}

.karsilastirma .tek-don,
.karsilastirma .tek-oz {
    text-align: left;
    width: 94%;
    margin: 0 auto;
    margin-top: var(--altbosluk);
}

.karsilastirma .tek-don h1,
.karsilastirma .tek-oz h1 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.karsilastirma .tek-don>div,
.karsilastirma .tek-oz div {}

.karsilastirma .tek-oz ul {
    display: flex;
}

.karsilastirma .tek-don>div>div p,
.karsilastirma .tek-oz li {
    margin-bottom: 8px;
    line-height: 20px;
    font-size: 15px;
}

.karsilastirma .tek-oz li:first-child {
    max-width: 190px;
    width: 50%;
    font-weight: bold;
}

.karsilastirma .slick-arrow {
    position: fixed !important
}

.karsilastirma .slick-slide {
    margin: 0 calc(var(--altbosluk) / 2);
    /* border: 1px solid var(--bordercolor);
     */
    padding-top: var(--altbosluk);
    background: var(--bordercolor);
}

.fullsize.submenu .vdetay {
    width: 100% !important;
    margin-right: 0 !important
}

.fullsize.submenu .vdetay .vurun {
    /* justify-content: center !important;
    */
}

.submenu.product-detay .renkler {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.submenu.product-detay .renkler>div {
    width: 25%;
    margin-bottom: 15px;
    font-size: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.submenu.product-detay .renkler>div>div {
    width: 10px;
}

.submenu.product-detay .renkler>div>div:nth-child(2n) {
    width: calc(100% - 15px);
}

.submenu.product-detay .renkler>div>div>a {
    width: 10px;
    height: 10px;
    display: block;
}

.note {}

.footermainimg .botpage__text {
    left: 5vh;
    z-index: 3;
    bottom: 5vh;
    max-width: 800px
}

.botpage__text {}

.botpage__text h2 {
    font-size: 24px;
    line-height: 27px;
    font-weight: normal;
}

.botpage__text h1 {
    font-weight: bold;
    font-size: 70px;
    line-height: 80px;
    margin: 5px 0;
}

.center__text {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: auto !important;
    bottom: auto !important;
    top: 0;
}

.center__text h1 {
    font-weight: bold;
    font-size: 70px;
    line-height: 80px;
    margin: 5px 0;
}

.footermainimg .models-header-banner {
    top: 15vh
}

.footermainimg .models-header-banner .header-model-box {}

.model-list {
    width: 100%;
    padding: var(--yanmenugenislik) 0;
}

.model-list>a {
    display: block
}

.model-list>a>div {
    display: flex;
    align-items: center;
    margin-bottom: var(--altbosluk);
}

.model-list>a>div>div {
    width: 40%
}

.model-list>a>div>div:first-child {
    width: 60%
}

.model-list>a>div>div:nth-child(2n) {
    padding-left: var(--yanmenugenislik);
}

.model-list>a>div>div img {
    width: 100%
}

.model-list>a>div>div h1 {
    font-weight: bold;
    font-size: 70px;
    line-height: 80px;
    margin: 5px 0;
}

.model-list>a>div>div h2 {
    font-size: 24px;
    line-height: 27px;
    font-weight: normal;
}

.model-list>a:nth-child(2n)>div {
    flex-direction: row-reverse;
}

.homedahafazla {}

.homedahafazla>ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.homedahafazla>ul>li {
    width: calc(50% - 10px);
    display: flex;
    justify-content: space-between;
}

.homedahafazla>ul>li:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.homedahafazla>ul>li>div {
    width: calc(50% - 10px);
}

.homedahafazla>ul>li:nth-child(2)>div {
    width: 100%;
    height: calc(50% - 10px);
    overflow: hidden;
}

.homedahafazla>ul>li>div a {
    display: block;
    position: relative;
}

.homedahafazla>ul>li>div a img {
    width: 100%;
}

.homedahafazla>ul>li:nth-child(2) a img {
    width: auto;
    height: 100%;
    min-width: 100%
}

.homedahafazla>ul>li>div a div {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: calc(100% - 30px);
    z-index: 1;
    color: #fff !important;
    font-size: 30px;
}

.homedahafazla>ul>li:nth-child(2)>div a div {
    text-align: right;
    left: 0;
}

.yanmenu {
    background: #126734;
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: var(--yanmenugenislik);
    border-left: 1px solid #228D4D;
    z-index: 9999;
}

.yanmenu>div {
    position: relative;
    width: 100%;
    height: 100%;
}

.yanmenu>div .lang {
    background: #228D4D;
    height: var(--yanmenugenislik);
    text-align: center;
}

.yanmenu>div .lang a {
    display: block;
    color: #fff !important;
    height: 100%;
    line-height: var(--yanmenugenislik);
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 1px;
}

.yanmenu>div .lang:hover {
    background: #fff
}

x .yanmenu>div .lang:hover a {
    color: #228D4D
}

.yanmenu>div .hizlimenu {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.yanmenu>div .hizlimenu .item {
    height: var(--yanmenugenislik);
    width: 100%;
    border-top: 1px #228D4D solid;
    cursor: pointer;
}

.yanmenu>div .hizlimenu .item>div {
    position: absolute
}

.yanmenu>div .hizlimenu .item>div:first-child {
    background: #fff;
    z-index: 1;
    width: 250px;
    height: var(--yanmenugenislik);
    box-shadow: 0 0 13px 6px rgba(0, 0, 0, 0.07);
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    padding-left: 25px;
    transition: .3s;
    transition-timing-function: cubic-bezier(0.28, 0.04, 0, 1.23);
    border-radius: 20px 0 0 20px
}

.yanmenu>div .hizlimenu .item:nth-child(1)>div:first-child {
    right: -185px;
    width: 185px;
}

.yanmenu>div .hizlimenu .item:nth-child(2)>div:first-child {
    right: -185px;
    width: 185px;
}

.yanmenu>div .hizlimenu .item:nth-child(3)>div:first-child {
    right: -175px;
    width: 175px;
}

.yanmenu>div .hizlimenu .item:nth-child(4)>div:first-child {
    right: -175px;
    width: 175px;
}

.yanmenu>div .hizlimenu .item:nth-child(4)>div:first-child {
    right: -155px;
    width: 155px;
}

.yanmenu>div .hizlimenu .item:nth-child(5)>div:first-child {
    right: -210px;
    width: 210px;
}

.yanmenu>div .hizlimenu .item:nth-child(6)>div:first-child {
    right: -250px;
    width: 250px;
}

.yanmenu>div .hizlimenu .item>div:first-child a {
    opacity: 0;
    color: #228D4D;
    font-size: 18px;
    font-weight: bold;
}

.yanmenu>div .hizlimenu .item>div:last-child {
    z-index: 2;
    height: var(--yanmenugenislik);
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    cursor: pointer
}

.yanmenu>div .hizlimenu .item>div:last-child a {
    display: block;
    text-align: center;
    width: 100%;
}

.yanmenu>div .hizlimenu .item>div:last-child a svg {
    width: calc(var(--yanmenugenislik) - (var(--yanmenugenislik)*.4));
    max-width: 35px
}

.yanmenu>div .hizlimenu .item:hover div:first-child {
    right: 0
}

.yanmenu>div .hizlimenu .item:hover div:first-child a {
    animation-name: yazigoster;
    animation-duration: .7s;
    animation-delay: .3s;
    opacity: 1;
}

@keyframes yazigoster {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.carousel__slide__overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    position: absolute;
    z-index: 1;
}

/*carousel*/
.homeslader.slader .slick-arrow {
    top: auto;
    bottom: 58px;
    background: url(../img/white-arrow.svg) no-repeat center center;
    width: 17px;
    height: 17px;
    right: calc(calc((100% - 1650px) / 2) + 55px);
    z-index: 52;
    left: auto;
    border-radius: 0;
    background-size: 60% !important;
}

.homeslader.slader .slick-arrow:hover {
    /* background-color: #001665;
     */
    opacity: .5;
}

.homeslader.slader .slick-next.slick-arrow {
    right: calc(calc((100% - 1650px) / 2) + 17px);
}

.homeslader.slader .slick-dots li.slick-active button::after {
    content: "";
    border: 2px solid #ffffff;
    padding: 10px;
    border-radius: 15px;
    left: 3px;
    position: absolute;
    top: -8px;
}

.carousel__text {
    position: absolute;
    z-index: 3;
    color: #fff;
    width: 100%;
    height: calc(100% - 3vh);
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
    /* YENİ */
    display: inline-flex;
    align-content: flex-start;
    flex-wrap: wrap;
    left: 5%;
}

.carousel__text>div {
    z-index: 3;
    color: #fff;
    transform: scale(1);
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    flex-direction: row;
    margin-bottom: 20px;
}

.carousel__text>div>div {
    margin-right: 80px;
    text-align: center
}

.carousel__text>div>div:first-child {
    text-align: left
}

.carousel__text h1 {
    font-weight: bold;
    font-size: 50px;
    line-height: 54px;
    margin-bottom: 3px;
    color: #fff;
}

.carousel__text h2 {
    font-weight: normal;
    font-size: 19px;
    line-height: 29px;
    color: #fff;
}

/*.carousel__text a{
     font-weight:500;
     font-size:14px;
     line-height:18px;
     padding:5px 10px;
     display:block;
     float:left;
     border:1px solid #fff;
     color:#fff;
     margin-top:15px
}
*/
.homeslader .socialmedia {
    bottom: calc((var(--yanmenugenislik) + 50px)) !important;
    position: absolute;
    /* width: 100px;
     */
    height: 30px;
    display: flex;
    left: calc((100% - 1650px) / 2);
    z-index: 13;
}

.homeslader .socialmedia a {
    display: block;
    padding: 5px 25px 0 0;
    text-align: left;
    height: 35px;
}

.homeslader .socialmedia a svg {
    width: 21px;
}

.homeslader .socialmedia a:hover svg path {
    fill: #9d9d9d
}

#chVideo2,
#chVideo1 {
    width: 100%;
    cursor: pointer;
    transition: .5s;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
}

#chVideo2 {
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 5px 4px 5px rgb(0 0 0 / 55%);
    height: auto;
}

.greenborder {
    border: 1px solid rgba(70, 185, 116, 0.90)
}

/*carousel*/
.carousel__slide__inner {
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.doAnimation .slick-active .carousel__slide__inner .carousel__image {
    -webkit-animation: scale-out 0.875s cubic-bezier(0.7, 0, 0.3, 1) 0.375s both;
    animation: scale-out 0.875s cubic-bezier(0.7, 0, 0.3, 1) 0.375s both;
    transform: scale(1.3);
}

.carousel__slide__overlay {
    background-color: transparent;
    background-size: 100%;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.carousel__image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    width: 100%;
    z-index: 1;
    cursor: pointer
}

.doAnimation .slick-active .carousel__slide__inner .carousel__text {
    -webkit-animation: scale-out-text 0.875s cubic-bezier(0.7, 0, 0.3, 1) 0.375s both;
    animation: scale-out-text 0.875s cubic-bezier(0.7, 0, 0.3, 1) 0.375s both;
}

/*carousel efect*/
.slick-active .carousel__image {
    -webkit-animation: scale-out 0.875s cubic-bezier(0.7, 0, 0.3, 1) 0.375s both;
    animation: scale-out 0.875s cubic-bezier(0.7, 0, 0.3, 1) 0.375s both;
    transform: scale(1.3);
}

@-webkit-keyframes scale-out {
    0% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes scale-out {
    0% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes scale-out-text {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes scale-out-text {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/*carousel bitti*/
.begin {
    padding: var(--altbosluk);
    background: var(--zeminbg)
}

.begin-item img {
    width: 100%;
    transition: 1s
}

.mtopoto {
    margin-top: var(--altbosluk);
}

.begin-item {
    width: 100%;
    position: relative;
    overflow: hidden
}

.twosize {
    display: flex;
    justify-content: space-between;
}

.begin-item.twosize img {
    height: 500px !important;
}

.twosize>div {
    width: calc(50% - (var(--altbosluk) / 2));
    position: relative;
    overflow: hidden
}

.begin-item.fullsize img {
    /height: 700px;*/
    object-fit: cover;
}

.begin-item a {
    width: 100%;
    display: block
}

.begin-item a:hover .hometitle {
    background: rgba(0, 0, 0, 0.6)
}

.begin-item a:hover img {
    transform: scale(1.2)
}

.hometitle {
    position: absolute;
    top: 0;
    transition: 1s;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.hometitle>div {
    display: flex;
    flex-direction: column;
    padding-left: calc(var(--altbosluk) * 2);
    padding-bottom: calc(var(--altbosluk) * 2);
    max-width: 600px;
    transition: 1s;
}

.twosize .hometitle>div {
    max-width: 80%
}

.hometitle>div h1 {
    font-size: 55px;
    font-weight: normal;
    color: #fff;
    line-height: 65px;
}

.hometitle>div h2 {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    line-height: 24px;
}

.twosize .hometitle>div h1 {
    font-size: 45px;
    line-height: 55px;
}

.homenews {
    padding: var(--altbosluk);
}

.headtitle {
    width: 100%;
    margin-bottom: 35px;
}

.headtitle h1 {
    font-size: 40px;
    line-height: 50px;
    color: var(--zeminbg);
}

.headtitle h2 {
    font-size: 18px;
    color: var(--zeminbg);
    line-height: 18px !important;
    margin-bottom: 0px !important;
}



.fhed h2,
.fhed h1,
.fhed h3 {
    color: #424448;
}

.fhed h1 {
    font-size: 45px;
    font-weight: 300;
    line-height: 45px;
    margin-bottom: 20px;
    text-align: center;
}

.fhed h2 {
    font-size: 22px;
    font-weight: 100;
    line-height: 27px;
    letter-spacing: 1.5px;
    margin-bottom: 8px;
}

.fhed h3 {
    font-size: 30px;
    font-weight: 300;
    line-height: 40px;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.txtcenter {
    text-align: center
}

.txtright {
    text-align: right;
}

.ftxt {
    font-size: 15px;
    line-height: 24px;
    color: #000;
}

.txtright.ftxt {
    display: flex;
    flx-direction: column;
    align-items: flex-end;
}

.ftxt p {
    margin-bottom: 15px;
}

.txtwhite h1,
.txtwhite h2,
.txtwhite,
.txtwhite {
    color: #fff
}

.font-size25 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 300;
}

.fdoc {
    width: 100%;
    max-width: 1650px;
    margin: 0 auto;
    /* margin-top:50px;
     */
}

.hometreecoll {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-around;
}

.hometreecoll>div {
    width: 28%;
    overflow: hidden;
    text-align: center;
}

.hometreecoll>div:nth-child(2) {
    width: 40%;
}

.hometreecoll>div a {}

.hometreecoll>div a img {
    width: 120%;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    margin-bottom: 30px
}

.hometreecoll>div:nth-child(2) a img {
    width: 100%;
}

.hometreecoll>div a h3 {
    font-size: 24px;
    line-height: 30px;
}

.hometreecoll>div a h3 span {
    font-weight: 500;
    margin-right: 5px;
}

.hometreecoll>div a p {
    margin-top: 20px;
    border: 1px solid #424448;
    display: inline-block;
    padding: 10px 15px;
}

.home1 {
    background: url("../../img/genel/yesilyurt-demir-celik1.html");
    background-size: cover;
    background-repeat: no-repeat;
}

.home2 {
    background: #126734 url(../../img/genel/yesilyurt-demir-celik2.html);
    background-size: cover;
    background-repeat: no-repeat;
    padding: var(--yanmenugenislik) 0 calc(var(--yanmenugenislik) - 40px) 0;
    margin: 0;
}

.twoflex {
    display: flex;
    padding: var(--yanmenugenislik) 0;
    width: calc(100% - (var(--yanmenugenislik) * 2));
    margin: 0 auto;
    justify-content: space-between;
    flex-wrap: wrap;
}

.twoflex>div {
    flex-wrap: wrap;
    display: flex;
    width: calc((100% /2) - 10px);
    align-content: center;
    justify-content: flex-start;
    position: relative;
}

.twoflex>div img {
    width: 100%
}

.w60 {
    width: 60% !important
}

.w55 {
    width: 55% !important
}

.w40 {
    width: 40% !important
}

.w45 {
    width: 45% !important
}

.button {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    padding: 5px 20px;
    color: #fff;
    margin-top: 25px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.button p {
    position: relative;
    transition: all 0.25s ease;
    margin: 0;
    padding: 0;
    color: #fff;
}

.button::before,
.button::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: all 0.25s ease;
}

.button::before {
    transition-duration: 0.5s;
    box-shadow: inset 0 0 0 1px #ffffff;
}

.button:hover::before {
    box-shadow: inset 0 0 0 60px #ffffff;
    /* color: #000;
     */
}

.button:hover p,
.button:hover {
    color: #000
}

.treeflex {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - (var(--yanmenugenislik) * 2));
    margin: 0 auto;
    flex-direction: row;
    justify-content: space-between;
    align-content: stretch;
}

.treeflex>div {
    width: calc((100% / 3) - 15px);
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    max-height: 45vh;
    min-height: 40vh;
    overflow: hidden;
}

.news .treeflex>div {
    min-height: auto !important;
    max-height: none !important;
    overflow: auto;
}

/*.news>div:first-child a{
    height:100%
}
*/
.homeslo.treeflex>div img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    height: 100%;
}

.homeslo.treeflex>div:nth-child(2n) {
    background: #126734;
}

.txtpop {
    position: absolute;
    bottom: 50px;
    left: 50px;
    width: calc(100% - 100px);
    margin: 0 auto;
    color: #fff;
    z-index: 2
}

.txtpop a {
    color: #fff
}

.txtpop h1 {
    font-weight: bold;
    font-size: 30px;
    line-height: 39px;
}

.txtpop h2 {
    font-weight: 300;
    font-size: 25px;
    line-height: 28px
}

.txtkalite {
    left: 50px;
    width: calc(100% - 100px);
    margin: 0 auto;
    color: #fff;
    /* top: 50px;
     */
    margin-top: 50px;
}

.txtkalite h1 {
    font-size: 33px;
    font-weight: bold;
    line-height: 39px;
    margin-bottom: 8px;
}

.txtkalite p {
    font-size: 17px;
    font-weight: 300;
    line-height: 25px;
}

.mg50 {
    left: 50px;
    bottom: 50px;
}

.ptb15 {
    padding: 15px 0
}

.ptb20 {
    padding: 20px 0
}

.fullsize.video {
    width: calc(100% - (var(--yanmenugenislik) *2));
    margin: 0 auto;
}

.fiveflex {
    display: flex;
    flex-wrap: wrap;
}

.fiveflex>div {
    text-align: center;
    flex-wrap: wrap;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 16px;
    line-height: 20px;
    padding: 0 65px;
    border-right: 1px solid #F4F6F7;
    padding-top: 35px;
    padding-bottom: 35px;
    width: calc(100% / 3);
}

.news {
    max-width: 1920px;
    margin: 0 auto
}

.news>div:first-child a {
    display: block;
    color: #000
}

.news>div:first-child a img {
    width: 100%;
}

.news>div:first-child a h1 {
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px
}

.news>div:first-child a p {
    font-size: 15px;
    line-height: 19px
}

.news .button {
    margin: 50px auto 10px auto;
    display: table;
    padding: 10px 25px
}

.news .button p {
    color: #000
}

.news .button::before {
    box-shadow: inset 0 0 0 1px #E5E5E5 !important
}

.news .button:hover::before {
    box-shadow: inset 0 0 0 60px #E5E5E5 !important;
}

.news .treeflex>div>div {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    padding: 0;
    width: 100%;
    /*height: 100%;
    */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
    background-color: #fff;
}

.news .treeflex>div>div .text {
    padding: 55px 45px;
}

.newspage {
    margin-top: 35px
}

.newspage.news>div:first-child a h1 {
    font-size: 16px;
    line-height: 20px;
}

.newspage.news .treeflex>div>div .text {
    padding: 20px 15px
}

.newspage.news>div:first-child a p {
    font-size: 14px;
    line-height: 18px
}

.newsdetail .fhed h1 {
    font-size: 35px;
    line-height: 40px
}

/*Resim zoom*/
.zoomimg {
    cursor: pointer
}

.zoomimg>a:not(.button) {
    display: block;
    width: 100%;
    height: 100%;
}

.zoomimg:hover .img img {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}

.zoomimg .img {
    position: relative;
    width: 100%;
    overflow: hidden
}

.zoomimg .img img {
    width: 100%;
    position: relative;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
}

.fourflex {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - (var(--yanmenugenislik) * 2));
    margin: 0 auto;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.fourflex>div {
    width: calc((100% / 4) - 15px);
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.rakamlarla {
    margin-bottom: 0
}

.rakamlarla .fourflex div {
    text-align: center;
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    /* position: relative;
     */
    justify-content: center;
}

.rakamlarla .fourflex>div>div:first-child {
    height: 70px;
}

.rakamlarla .fourflex>div>div:nth-child(2) {
    align-items: flex-start;
}

.rakamlarla .fourflex div span,
.rakamlarla .fourflex div h1,
.rakamlarla .fourflex div p {
    color: #fff;
    text-align: center;
}

.rakamlarla .fourflex div h1 {
    font-weight: 900;
    font-size: 55px;
    position: relative;
    line-height: 55px;
}

.rakamlarla .fourflex div span {
    font-weight: bold;
    font-size: 17px;
    line-height: 17px;
    text-align: left;
    padding-left: 7px;
    padding-top: 7px;
}

.rakamlarla .fourflex div p {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}

.rakamlarla .fourflex svg {
    max-width: 85px;
    width: 100%
}

footer {
    position: relative;
    z-index: 2;
    color: #fff;
    font-weight: 500;
    text-align: left;
    background: #090b11;
    padding-top: var(--altbosluk);
}

footer .yardim {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #fff;
    margin: 45px auto;
    width: calc(100% - (var(--altbosluk) * 2));
}

footer .yardim div {
    width: calc(25% - 25px);
    max-width: 305px;
}

footer .yardim h1 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 15px;
}

footer .yardim p {
    color: #fff;
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 25px;
}

footer .yardim a {
    color: #fff;
    display: inline-block;
}

footer .footmenu {
    border-top: 1px solid #262626;
    border-bottom: 1px solid #262626;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
    background: #0E1116;
    padding: 7px var(--altbosluk);
}

footer .footmenu ul {
    display: flex;
    width: calc(42% - 75px);
    justify-content: space-between;
}

footer .footmenu ul li {}

footer .footmenu ul li a {
    color: #fff;
    font-size: 16px;
}

footer .footmenu div a {
    max-width: 300px;
}

footer .footmenu div a img {
    width: 120px;
}

footer .yakit {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 45px auto;
    width: calc(100% - (var(--altbosluk) * 2));
}

footer .yakit>div:nth-child(1) {
    width: 10%;
}

footer .yakit>div:nth-child(2) {
    width: 40%;
}

footer .yakit>div:nth-child(3) {
    width: 40%;
}

footer .yakit>div p {
    color: #fff;
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 18px;
}

footer .yakit>div h1 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
}

footer .yakit>div h2 {
    color: #fff;
    font-size: 18px;
}

footer .copy {
    border-top: 1px solid #262626;
    margin: 0 auto;
    width: 100%;
    padding: 18px var(--altbosluk);
    text-align: center;
    color: #fff;
    font-size: 14px;
}

footer .social {
    margin: 64px 0 15px 0;
}

footer .social a {
    display: inline-block
}

footer .social svg {
    margin-right: 8px;
}

footer .social svg path {
    fill: #424448;
}

/*Harita*/
.wrapper {
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 30px;
}

.map-container {}

.city {
    fill: #CCCCCC;
    fill-opacity: 1;
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 0.5;
    transition: all .3s ease-out;
    cursor: pointer;
}

.city.active,
.city:hover {
    fill: #a9a9a9;
}

.show-city-name {
    background-color: #ed2025;
    border-radius: 10px;
    color: #fff;
    position: absolute;
    padding: 15px 25px;
    opacity: 0;
    visibility: hidden;
    font-size: 16px;
    z-index: 99
}

.show-city-name--active {
    opacity: 1;
    visibility: visible
}

/*Harita bitti*/
/*Drop menu*/
.sirasec .dropdownsecim,
.SatisNoktalari .dropdownsecim {
    width: 400px !important;
    margin: 0 auto;
    /* height: 45px;
     */
    margin-bottom: 60px;
    float: none;
}

.sirasec .dropdownsecim {
    width: 120px !important;
    margin-bottom: 0;
}

.sirasec .dropdownsecim>div>a,
.SatisNoktalari .dropdownsecim>div>a {
    display: block
}

.sirasec .dropdownsecim>div>a {
    border: 0px !important;
    padding: 0px !important;
}

.sirasec .dropdownsecim>div>a>ul>li:hover,
.SatisNoktalari .dropdownsecim>div>a>ul>li:hover {
    color: #000
}

.sirasec .dropdownsecim>div>a>ul>li,
.SatisNoktalari .dropdownsecim>div>a>ul>li {
    position: relative;
}

.sirasec .dropdownsecim>div>a>ul>li input,
.SatisNoktalari .dropdownsecim>div>a>ul>li input {
    width: calc(100%);
    position: absolute;
    padding: 0;
    opacity: 1;
    cursor: pointer;
    left: -65px;
}

.sirasec .dropdownsecim>div>a>ul>li,
.SatisNoktalari .dropdownsecim>div>a>ul>li {
    padding-left: 20px;
}

.sirasec .dropdownsecim>div>a>ul,
.SatisNoktalari .dropdownsecim>div>a>ul {
    max-height: 420px;
}

.dropdownsecim {
    width: calc(100%);
    float: left;
    position: relative;
    display: table;
    cursor: pointer;
}

.dokumansec>div>div {
    border: 1px solid #535353;
    border-radius: 7px;
    width: calc(100%);
    position: absolute;
    z-index: 6;
    background: #535353;
}

.dokumansec>div>div span {
    font-size: 16px;
    line-height: 15px;
    display: block;
    padding: 10px 14px;
    font-weight: 300;
}

.sirasec.dokumansec>div>div span {}

.dokumansec .img {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.dokumansec .img>img {
    position: absolute;
    top: 19px;
    right: 20px;
    width: 11px;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.dokumansec .img>svg {
    width: 11px;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.dokumansec .img>svg path {
    stroke: #fff;
}

.dropdownsecim>div>a>ul {
    display: none;
    width: calc(100% - 19px);
    z-index: 99;
    /* max-height: 400px;
     */
    overflow-y: scroll !important;
    padding: 0px 10px 15px 0px;
}

.dropdownsecim>div>a>ul>li {
    padding: 5px 0;
    border-bottom: 2px solid #fff;
    color: #686a6c;
    cursor: pointer;
    line-height: 18px;
}

.dropdownsecim>div>a>ul>li label {
    font-size: 13px;
    padding-left: 2px;
    cursor: pointer
}

.satisnoktalari>div {
    width: calc((100% / 3) - 30px) !important;
    position: relative;
    float: left;
    height: 48px;
    margin-right: 30px;
    margin-bottom: 30px;
}

.sirasec .img>img,
.SatisNoktalari .img>img {
    right: 18px !important;
    filter: brightness(0) saturate(100%);
    transform: rotate(90deg);
    width: 8px;
    top: 11px;
}

.dropdownsecim>div>a>ul::-webkit-scrollbar {
    width: 10px;
}

.dropdownsecim>div>a>ul::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.bayibilgi {
    font-size: 24px;
    text-align: center;
    margin: 25px 0
}

.bayibilgi h1 {
    font-weight: 100;
}

/*Dialog*/
.whitebg {
    background: #fff
}

.display_none {
    display: none
}

.fullscreen {
    z-index: 6000;
    border-radius: 0 !important;
    max-width: 100vw;
    max-height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(255 255 255 / 85%);
}

.dialog-begin-bg>div {
    display: table;
    width: 100%;
    height: 100%
}

.dialog-begin-bg>div>div {
    display: table-cell;
    vertical-align: middle;
    height: 100%
}

.dialog-begin-bg .dialog-begin-bg-begin {
    position: relative;
    /*height:60vh;
    width: 60vw;
    top:20vh;
    */
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    padding: 40px 45px;
    border-radius: 15px;
}

.dialog-center {
    max-width: 550px;
    margin: 0 auto;
    width: 100%
}

.dialog-begin {
    position: relative;
    width: 100%;
    padding: 50px 25px
}

.dialog-head-close {
    position: absolute;
    right: 30px;
    top: 30px;
}

.dialog-head-close a {
    float: right;
    padding: 1px;
    width: 20px;
    height: 20px;
    text-align: center;
}

.modal-icerik {
    height: calc(60vh - 60px);
    line-height: 20px;
    padding-right: 25px;
}

.modal-icerik h1 {
    font-weight: 700;
    font-size: 16px;
    margin-top: 25px
}

.modal-icerik h2 {
    font-weight: 700;
    font-size: 16px;
    margin-top: 15px
}

.modal-icerik strong {
    font-weight: bold;
}

.modal-icerik p {
    margin-top: 15px
}

.modal-icerik>div {
    display: none
}

.modal-buton {
    font-size: 14px;
    color: #7065D0;
    margin-right: 10px;
    font-weight: 800;
    display: block;
    float: left;
    padding: 10px 20px;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    border: 1px solid #7065D0;
}

.modal-buton.active,
.modal-buton:hover {
    background: #110a4b;
    color: #fff;
}

/*Dialog bitti*/
.popup-icerik {
    text-align: center
}

.popup-icerik img {
    width: 75px;
    margin-bottom: 15px;
    opacity: .8;
}

.popup-icerik h1 {
    font-weight: 300;
    font-size: 35px;
    margin-bottom: 15px;
    color: #424448;
}

.popup-icerik input {
    width: 100%;
    padding: 15px 15px;
    border: 1px solid #ccc;
    font-weight: 500;
    font-size: 18px;
    border-radius: 15px;
    margin-bottom: 15px;
}

.popup-icerik .buttons {
    background: #ffffff;
    color: #424448;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #afafaf;
    border-radius: 15px;
}

.popup-icerik .buttons:hover {
    background: #424448;
    color: #ffffff;
}

.ebulten {
    background: #F2F3F5;
    text-align: center;
    padding: 55px 0;
    margin-bottom: 50px;
}

.ebulten>h1 {
    font-size: 45px;
    line-height: 55px;
    font-weight: 100;
}

.ebulten>h1 span {
    font-weight: 300;
}

.ebulten>p {
    font-size: 20px;
    line-height: 25px;
    font-weight: 100;
}

.ebulten>div.form {
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 35px 0;
    flex-direction: column;
    align-items: center;
}

.ebulten div form {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.ebulten div form div {
    width: 425px;
}

.ebulten div form div input {
    width: calc(100% - 25px);
    height: 50px;
    padding: 3px 20px 1px;
    background-color: #fff;
    border: 0;
    border-radius: 0px !important;
    box-shadow: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-appearance: none;
    font-size: 16px;
    color: #424448;
    outline: 0;
    font-family: 'Jazmin';
}

.ebulten div form button {
    border-radius: 0;
    background: #424448;
    color: #fff;
    border: 1px solid #424448;
    font-size: 17px;
    min-width: 174px;
    height: 50px;
}

.ebulten div form button:hover {
    color: #424448;
    background: #fff;
}

.ebulten .form-basarili {
    margin-top: 35px;
    font-size: 20px;
    line-height: 25px;
}

.footermain {
    background: #424448;
    color: #fff;
    font-size: 30px;
    padding: 35px 0;
}

.footermain h1 {
    font-weight: 300;
    max-width: 1650px;
    margin: 0 auto;
    width: 100%;
    color: #fff
}

.footermain h1 span {
    font-size: 20px;
    font-weight: 100;
    color: #fff
}

.bottompage {
    background: var(--zeminbg);
    padding: 0px;
}

.footermainimg {
    width: 100%;
    position: relative;
    background: #0E1116;
    min-height: calc(6vh + 78px);
}

.footermainimg img {
    width: 100%;
}

.bgcolor {
    background: var(--zeminbg)
}

.bgcolorbeyaz {
    background: #fff
}

.bgcolorbeyaz .car-detail-head {
    background: none !important
}

.bgcolorbeyaz,
.bgcolorbeyaz h1,
.bgcolorbeyaz h2,
.bgcolorbeyaz p,
strong,
li,
h3,
div {
    color: var(--zeminbg) !important
}

.car-detail-head-show {
    display: flex;
    width: calc(100% - (var(--yanmenugenislik)) * 2);
    margin: 0 auto;
    margin-top: var(--yanmenugenislik);
    justify-content: space-between;
    align-items: center;
}

.car-detail-head-show>div {}

.car-detail-head-show>div:first-child {
    width: 15%;
}

.car-detail-head-show>div:last-child {
    border-left: 1px solid var(--bordercolor);
    padding-left: var(--ustbosluk);
    width: 100%;
}

.car-detail-head-show>div h2 {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    line-height: 24px;
}

.car-detail-head-show>div h1 {
    font-size: 55px;
    font-weight: normal;
    color: #fff;
    line-height: 60px;
}

.car-detail-head-show>div p {
    max-width: 69%;
    line-height: 30px;
    font-size: 21px;
    max-width: 670px;
}

.footermainimg>div {
    position: absolute;
    right: 50px;
    bottom: 50px;
    font-size: 50px;
    color: #fff;
    line-height: 55px
}

.bottompagemenu {
    width: calc(100%);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bottompagemenu>div:first-child {
    margin-right: 15px;
    font-weight: bold
}

.bottompagemenu>div:last-child a,
.bottompagemenu>div:first-child a {
    font-size: 16px;
    line-height: 15px;
    display: flex;
    padding: 10px 14px;
    border: 1px solid var(--bordercolor);
    font-weight: 300;
    justify-content: space-between;
    border-radius: 5px;
}

.bottompagemenu>div:last-child a span,
.bottompagemenu>div:first-child a span {
    font-weight: bold;
    margin-left: 5px
}

.bottompagemenu>div:last-child {}

.bottompagemenu>div:last-child>div {
    margin-right: 15px;
}

.bottompagemenu>div:last-child>div:last-child {
    margin-right: 0px;
}

.bottompagemenu>div a:hover {
    background: #fff;
    color: var(--zeminbg)
}

.bottompagemenu>div a:hover span {
    color: var(--zeminbg)
}

.bottompagemenu>div a:hover svg path {
    stroke: var(--zeminbg)
}

.bottompagemenu>div h1 {
    font-size: 30px;
    line-height: 40px;
}

.fullsize.submenu .bottompagemenu {
    margin-bottom: var(--altbosluk)
}

.car-detail-head {
    background: var(--zeminbg);
    padding: var(--yanmenugenislik);
    padding-bottom: 0;
    width: 100%;

}

.car-detail-head h2 {
    margin-bottom: 15px
}

.car-detail-head h1 {
    font-size: 45px;
    line-height: 55px;
    max-width: 900px;
    /* width: 50%; */
    font-weight: normal;
    margin-bottom: 0px !important;
}

.timeline {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.timeline>div {}

.timeline>div:first-child {
    width: 80%;
    max-width: 1200px;
}

.timeline>div>ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.timeline>div>ul>li {
    /*   border-left: 1px solid var(--bordercolor); */
    padding-left: var(--ustbosluk);
}

.timeline>div>ul>li:first-child {
    border: 0;
    padding-left: 0
}

.timeline>div>ul>li h2 {
    font-size: 20px;
    line-height: 24px;
}

.timeline>div>ul>li h2>span {
    opacity: .5
}

.timeline>div>ul>li h1 {
    font-weight: bold;
    font-size: 40px;
    line-height: 44px;
}

.timeline>div>ul>li h3,
.timeline>div>ul>li h3 a {
    font-weight: normal;
    font-size: 17px;
    line-height: 26px;
    margin-top: 12px;
    color: #fff;
    box-shadow: none;
    padding: 0;
}

.timeline>div .website_url {
    background: transparent;
    border-radius: 0;
    border: 1px solid #fff;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 16px;
    padding: 10px 20px;
    width: auto;
    height: auto;
    min-width: auto;
}

.timeline>div a svg {
    width: 12px;
    margin-left: 13px;
}

.timeline>div a svg path {
    stroke: #fff;
}

.timeline>div .website_url:hover {
    background: #fff;
    color: var(--zeminbg) !important;
}

.timeline>div a:hover svg path {
    stroke: var(--zeminbg);
}

.service.timeline>div>ul {}

.service.timeline>div>ul>li {
    width: 24%
}

.service.timeline>div a svg {
    transform: rotate(-90deg)
}

.car-detail-head p {
    font-size: 22px;
    margin-bottom: 15px;
    max-width: 100%;
    line-height: 32px;
    font-weight: normal;
}

.textleftslider .car-detail-head {
    width: calc(100% - (calc(120px + 6%)));
    left: calc(60px + 3%);
}

.textleftslider .car-detail-head>h1 {
    max-width: 100%;
    width: 100%;
}

.car-detail-head a,
.geri {
    color: var(--zeminbg);
    padding: 16px 20px;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    zappearance: none;
    font-size: 16px;
    line-height: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: auto;
    border-radius: 0;
    height: auto;
    border: 0;
    box-shadow: inset 0 0 0 1px var(--bordercolor);
    display: inline-block;
}

/*video*/
.video video {
    width: 100%;
    height: auto;
}

.vcontainer .icon-play {
    transition: opacity .225s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 76px;
    height: 76px;
    padding: 30px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .1);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    cursor: pointer;
    z-index: 9
}

.vcontainer .icon-play svg {
    position: static;
    stroke: #f8f7f4;
    stroke-width: 10px;
    height: auto;
}

video.fullscreen {
    position: relative;
    z-index: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--zeminbg);
}

.vcontainer {
    position: relative;
    display: grid;
    place-items: center;
    /* height: 70vh; */
    width: 100%;
    margin: 0 auto;
}

.vcontainer .content {
    z-index: 1;
}

.videopopup .vdetail {
    position: fixed;
    width: 100vw;
    height: 100vh;
    display: none;
    background: #000;
    left: 0;
    top: 0;
    z-index: 999999
}

.videopopup .vdetail video {
    background: #000;
}

.videopopup .close {
    position: absolute;
    right: var(--altbosluk);
    top: var(--altbosluk);
    ;
    display: block;
    cursor: pointer;
    z-index: 99
}

.videopopup .close svg {
    width: 100%
}

.videopopup .pause,
.videopopup .play {
    display: none;
    position: absolute;
    bottom: var(--altbosluk);
    left: var(--altbosluk);
    cursor: pointer;
}

.videopopup .play.active,
.videopopup .pause.active {
    display: block
}

.fullsize .img {
    width: 100%
}

/*Video end*/
/*Form*/
.form {
    border: 1px solid var(--bordercolor);
    padding: var(--yanmenugenislik);
}

.form .gform_body {}

.form .gform_body>ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}

.form .gform_body>ul>li:nth-child(2n) {
    margin-left: 1%
}

.form .gform_body>ul>li {
    width: 49.5%;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.form h2 {
    font-size: 45px;
    line-height: 55px;
    font-weight: normal;
    margin-bottom: var(--mingenislik);
    margin-top: var(--yanmenugenislik)
}

.form .gform_body>ul>li.full {
    width: 100%
}

.form .gform_body>ul>li textarea {
    height: 200px;
    padding-top: 15px
}

.form .plane {
    display: flex;
    align-items: flex-start;
}

.form .plane>div {
    width: 148px;
}

.form .plane>div:first-child {
    margin-right: 14px;
}

.form .plane>div>div {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.form .plane>div input {
    margin-top: 5px
}

.form .plane>div>div span {
    margin: 0 5px;
}

.form h1 {
    margin-top: 0
}

.form h3 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 15px;
}

.form .gform_footer {
    width: 145px;
}

.form .gform_footer>input {
    cursor: pointer;
    background: #fff;
    color: #000;
    font-weight: bold;
    margin-top: 20px;
}

.form .gform_footer>input:hover {
    background: var(--zeminbg);
    color: #fff
}

.form.contact {
    margin-top: var(--yanmenugenislik);
}

.form label {
    font-size: 17px;
    font-weight: normal;
    margin-left: 10px;
}

.form form>div>ul>li:first-child h2 {
    margin-top: 0
}

/*Form end*/
.f1 .car-detail-head {
    padding-bottom: 0
}

.f1 .car-detail-head>h1 {
    max-width: 50%
}

.f1 .leftslider {}

.shopmenu {
    background: #090b11;
    width: 100%;
    padding: 11px 0 5px 0;
    border-top: 1px solid var(--bordercolor);
    border-bottom: 1px solid var(--bordercolor);
    display: flex;
    justify-content: center;
}

.shopmenu>ul {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.shopmenu>ul>li {
    padding: 7px 17px;
}

.shopmenu>ul>li>a {
    display: block;
    padding-bottom: 6px;
    transition: 1s;
    border-bottom: 1px solid #090b11;
}

.shopmenu>ul>li>a:hover {
    border-bottom: 1px solid #fff;
}

.shopmenu>ul .sepet span {
    font-weight: bold
}

.shoplist {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    max-width: 1300px;
    margin: 0 auto;
}

.shoplist>div {
    width: calc(25% - var(--mingenislik) + (var(--mingenislik) / 4));
    margin-bottom: var(--mingenislik);
    margin-right: var(--mingenislik);
}

.shoplist>div:nth-child(4n) {
    margin-right: 0
}

.shoplist>div>a {
    display: block
}

.shoplist>div>a>div {
    text-align: center;
}

.shoplist>div>a>div img {
    width: 100%;
}

.shoplist>div>a>div h1 {
    margin-bottom: 10px;
    margin-top: 10px;
}

.shoplist>div>a>div h2 {}

.shoplist-detay {
    max-width: 1300px;
    margin: 0 auto;
}

.shoplist-detay h1 {
    font-size: 45px;
    line-height: 55px;
    font-weight: normal;
}

.shoplist-detay>div {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
}

.shoplist-detay>div>div {}

.shoplist-detay>div>div:first-child {
    width: 60%;
    display: flex
}

.shoplist-detay>div>div:last-child {
    width: 38%;
}

.shoplist-detay .bigimg {
    width: calc(100% - 100px);
}

.shoplist-detay .smallimg {
    width: 100px;
}

.shoplist-detay .bigimg img,
.shoplist-detay .smallimg img {
    width: 100%;
    padding: 10px;
}

.shoplist-detay .smallimg ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: center;
}

.shoplist-detay .smallimg ul li {
    width: 100%;
    border: 1px solid var(--bordercolor);
    margin: 5px;
}

.shop-right {}

.shop-right .fiyat {}

.shop-right .fiyat h1 {
    font-size: 30px;
    line-height: 35px;
    font-weight: bold;
    margin-bottom: 5px;
}

.shop-right .fiyat span {
    color: #014440;
    font-size: 14px;
}

.shop-right .size {
    width: 100%;
    position: relative
}

.shop-right label {}

.shop-right select {
    display: inline-block;
    padding: 0.75rem 2rem 0.75rem 1rem;
    vertical-align: middle;
    background: #fff url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMCcgaGVpZ2h0PSc0JyB2aWV3Qm94PScwIDAgMTAgNCc+PHBhdGggZmlsbD0nbm9uZScgZmlsbC1ydWxlPSdldmVub2RkJyBzdHJva2U9JyM0RUNCQjAnIGQ9J005IDBMNSA0IDEgMCcgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbGluZWpvaW49J3JvdW5kJy8+PC9zdmc+) no-repeat right 1rem center;
    background-size: 10px 6px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    margin-bottom: 15px;
    font-size: 16px;
}

.shop-right select option {
    display: block;
    white-space: nowrap;
    min-height: 1.2em;
    padding: 0px 2px 1px;
}

.shop-right .shop-box {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin: 35px 0;
}

.shop-right .shop-box input {
    border: 1px solid #eaeaea;
    border-radius: 5px;
    background: transparent;
    width: 75px;
    height: auto;
    line-height: 35px;
    padding: 5px 10px;
    text-align: center;
    color: var(--zeminbg);
}

.shop-right .shop-box .sepetekle {
    margin-left: 15px;
    width: 100%;
    background: var(--zeminbg);
    color: #fff;
    border: 1px solid var(--zeminbg);
    cursor: pointer
}

.shop-right .shop-box .sepetekle:hover {
    background: none;
    color: var(--zeminbg)
}

.shop-right div>p {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 23px;
}

.shoping-box {
    background: rgba(0, 0, 0, .3);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    display: flex;
    justify-content: flex-end;
    display: none;
    transition: 1s
}

.shoping-box .list {
    width: 350px;
    background: #fff;
}

.shoping-box .devam {
    width: 100%;
    background: #4d4e4e;
    border-radius: 0;
    border: 0;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

.shoping-box .devam svg {}

.shoping-box .devam svg path {}

.shoping-box .add {
    background: #09534c;
    padding: 20px;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
}

.shoping-box .shop-item {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding: 15px 0;
}

.shoping-box .shop-item ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 3px;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

.shoping-box .shop-item ul li {}

.shoping-box .shop-item ul li:nth-child(1) {
    width: 15%;
}

.shoping-box .shop-item ul li:nth-child(2) {
    width: 60%;
    color: var(--zeminbg);
}

.shoping-box .shop-item ul li:nth-child(3) {
    width: 35px;
    height: 35px;
}

.shoping-box .shop-item ul li img {
    width: 100%
}

.shoping-box .shop-item ul li h1 {
    font-size: 13px;
    color: var(--zeminbg);
    margin-bottom: 5px;
    line-height: 14px;
}

.shoping-box .shop-item ul li h2 {
    font-size: 15px;
    color: var(--zeminbg);
    font-weight: bold;
}

.shoping-box .shop-item ul li .del {
    border: 1px solid #ccc;
    background: transparent;
    width: 100%;
    border-radius: 0;
    padding: 5px;
    height: auto;
    min-width: 100%;
    font-size: 15px;
    color: #999;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shoping-box .shop-item ul li .del svg {
    width: 10px;
    opacity: .5;
}

.shoping-box .shop-item ul li .del svg path {
    stroke: #000;
}

.shoping-box .box-total {
    color: var(--zeminbg);
    width: 90%;
    margin: 0 auto;
}

.shoping-box .shop-item ul li .del:hover svg {
    opacity: 1;
}

.shoping-box .box-total>div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: var(--zeminbg);
}

.shoping-box .box-total>div>div {
    color: var(--zeminbg);
    font-weight: bold;
}

.shoping-box .box-total>div>div:last-child {}

.shoping-box .box-total>div span {
    color: #09534c;
    font-size: 13px;
    line-height: 15px;
    margin: 10px 0 25px 0;
}

.shoping-box .standart {
    width: 100%;
    min-width: 100%;
    padding: 12px;
    border-radius: 0;
    margin-bottom: 7px;
    background: transparent;
    border: 1px solid #ccc;
    font-size: 17px;
    font-weight: bold;
    height: auto;
    border-radius: 5px;
}

.shoping-box .standart:hover {
    background: #000;
    color: #fff
}

.dortlu {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}

.dortlu>div {
    width: calc((100% / 4) - 30px);
    margin-bottom: 40px;
    border: 1px solid #DFE0E5;
    margin-right: 40px;
}

.dortlu>div:nth-child(4n) {
    margin-right: 0
}

.pagenumber {
    /* margin: 25px 0;
     */
    display: flex;
    align-content: space-around;
    align-items: stretch;
    border: 1px solid var(--bordercolor);
    justify-content: center;
    padding: 9px 0;
}

.pagenumber>a {
    /* border: 1px solid #424448;
     */
    margin: 5px;
    padding: 10px 15px;
    opacity: .4;
    text-align: center;
    display: flex;
    align-items: center;
    color: #fff;
}

.pagenumber>a.disabled {
    display: none;
}

.pagenumber>a>img {
    width: 12px;
}

.pagenumber>a:hover,
.pagenumber>a.active {
    opacity: 1;
    text-decoration: underline;
    text-underline-position: under;
}

.blog-photos .product-photos__slider figure {}

.blog-photos .product-photos__slider figure>a {
    display: block
}

.blog-photos .product-photos__slider figure>a div {
    position: relative;
    height: auto;
    color: #424448;
    opacity: 1 !important;
    background: transparent;
    text-align: left;
    display: block;
    margin-top: 35px;
}

.blog-photos .product-photos__slider figure>a div:first-child {
    background: #000
}

.blog-photos .product-photos__slider figure>a div:first-child img {
    opacity: 1;
    transition: 1s;
    width: 100%
}

.blog-photos .product-photos__slider figure>a:hover div:first-child img {
    opacity: .5;
}

.blog-photos .product-photos__slider figure>a div h2 {
    color: #424448;
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    padding: 18px 0;
}

.blog-photos .product-photos__slider figure>a div p {
    color: #424448;
    font-size: 16px;
    line-height: 22px
}

.blogdetay .title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

.blogdetay .title h1 {
    font-size: 31px;
    font-weight: 500;
    line-height: 35px;
}

.blogdetay .title a {
    font-size: 16px;
    line-height: 15px;
    display: block;
    padding: 10px 14px;
    border: 1px solid #EBEBEB;
    font-weight: 300;
    display: flex;
    align-items: center;
}

.blogdetay .title a svg {
    margin-right: 5px
}

.blogdetay .content {
    font-size: 22px;
    line-height: 31px;
    margin-bottom: 35px;
    font-weight: 200;
}

.blogdetay .img {
    width: 100%;
    margin-bottom: 35px;
}

.blogdetay .img img {
    width: 100%;
}

.blogdetay .text {
    font-size: 18px;
    line-height: 25px;
    font-weight: 200;
}

.encokziyaretedilen {
    margin-top: 80px
}

.top-footer {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid #262626;
    border-width: 1px 0 1px 0;
    background: var(--zeminbg);
    color: #fff;
    padding: calc(var(--yanmenugenislik) / 4) 5vh;
}

.top-footer .mline {
    margin: 0 15px;
}

.top-footer span,
.top-footer a {
    color: #fff;
    font-size: 13px;
    line-height: 18px;
}

.slick-slide img {
    cursor: pointer
}

.product-menu {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
}

.product-menu a {
    /* margin-right: 20px;
     */
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 110px;
}

.product-menu a div {
    border: 1px solid #424448;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 13px;
}

.product-menu a:hover div,
.product-menu a:hover div.active {
    background: #424448;
}

.product-menu a div img {
    width: 35px;
}

.product-menu a:hover div img,
.product-menu a:hover div.active img {
    filter: brightness(0) invert(1);
}

.product-menu a p {
    font-size: 14px;
}

.blogdetay .text p {
    margin-bottom: 15px
}

.bottompaylas {
    width: 100%;
    margin: 45px 0;
    display: flex;
    align-items: center;
}

.bottompaylas a {
    margin-right: 15px;
}

.bottompaylas a svg {
    width: 23px;
}

.bottompaylas a svg path {
    fill: #424448;
}

.blogdetay .fhed h1 {
    text-align: center;
    margin: 50px 0 30px 0
}

.flex.list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.flex.list>div {
    width: calc((100% / 3) - 40px);
    /* box-shadow: 0 0 7px 1px #00000024;
     */
    margin-bottom: 60PX;
    text-align: center;
    padding: 61px;
    border: 1px solid #ddd;
}

.flex.list>div:nth-child(3n) {}

.flex.list>div>div {
    /* box-shadow: 0 0 7px 1px rgba(0,0,0,0.1);
     */
}

.flex.list>div>div>a {
    display: block;
}

.flex.list>div>div img {
    width: 100%;
    box-shadow: 0 0 7px 1px rgb(0 0 0 / 10%);
}

.flex.list>div>div h1 {
    font-size: 31px;
    font-weight: 300;
    margin-top: 25px;
    margin-bottom: 9px;
    line-height: 35px;
}

.flex.list>div>div h2 {
    font-size: 20px;
    font-weight: 100;
}

.flex.list .buton {
    display: block;
    margin-top: 45px;
    border: 1px solid #424448;
    padding: 21px;
    width: calc(100% - 2px);
    font-size: 17px;
}

.flex.list .buton:hover {
    background: #424448;
    color: #fff;
}

.listeleme {
    /* text-align: center;
     */
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
}

.listeleme h1 {
    font-weight: 500;
    font-size: 22px;
    line-height: 29px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 15px;
    width: auto;
}

.listeleme p {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 10px;
}

.listeleme p>span {
    font-weight: 500;
}

.listeleme p:last-child {
    ;
    margin-bottom: 0px;
}

.contact iframe {
    margin-bottom: 60px;
}

.contact .listeleme {
    margin: 0;
    text-align: left;
    display: block;
}

.contact .flex.list {}

.contact .flex.list>div {
    padding: 35px 40px;
    margin-bottom: 30px;
    width: calc((100% / 3) - 20px);
}

.contact .listeleme h1 {
    border: 0px;
    margin-bottom: 10px !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    margin-top: 0px !important;
    line-height: 24px !important;
    padding: 0;
}

.contact .listeleme p {}

.contact .listeleme p>span {}

.mainbar {
    width: 100%;
    height: 40vh;
    overflow: hidden;
    position: relative
}

.mainbar img {
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
}

.bottommain {
    display: flex;
    top: 20vh;
    width: calc(100% - (var(--yanmenugenislik) * 4));
    margin: 0 auto;
    justify-content: space-around;
    flex-direction: row;
    align-items: stretch;
    padding-bottom: var(--yanmenugenislik);
}

.altmenu {
    left: var(--yanmenugenislik);
    background: #126734;
    width: 350px;
    color: #fff;
    z-index: 3;
    margin-top: -15vh;
}

.altmenu h1 {
    background: #228D4D;
    padding: 70px 10px 24px 39px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.altmenu ul {
    margin: 24px auto;
    width: calc(100% - 80px);
}

.altmenu ul li {}

.altmenu ul li a {
    font-size: 16px;
    line-height: 38px;
    color: #fff;
    font-weight: 300;
    display: block;
    letter-spacing: .3px;
}

.altmenu ul li a svg {
    width: 10px;
    height: 11px;
    transition: .3s
}

.altmenu ul li .active,
.altmenu ul li a:hover {
    color: #46B974
}

.altmenu ul li .active svg,
.altmenu ul li a:hover svg {
    margin-left: 15px
}

.altmenu ul li .active svg path,
.altmenu ul li a:hover svg path {
    stroke: #46B974
}

.homepage {
    margin-left: 40px;
    border: 1px solid #228d4d;
    display: flex;
    border-radius: 30px;
    width: 153px;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    padding: 6px;
    margin-bottom: 35px;
}

.homepage a {
    color: #fff;
    font-weight: bold;
    display: flex;
    width: 100%;
    /* height: 100%;
     */
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
}

.homepage svg {
    margin-right: 14px;
}

.homepage svg path {}

.homepage:hover a svg path {
    fill: #fff
}

.alticerik {
    width: calc(100% - (var(--yanmenugenislik) * 2) - 350px);
}

.minibar {
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
    padding: 21px 0;
}

.minibar ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-weight: 300;
    font-size: 13px;
    letter-spacing: 1px;
}

.minibar ul li:nth-child(2n+1) {
    margin-right: 5px;
}

.minibar ul li:nth-child(2n) {
    margin-right: 12px;
}

.minibar ul a {
    font-weight: 300;
    font-size: 13px;
    color: #000
}

.minibar a {
    font-weight: 300
}

.minibar b {
    font-weight: bold
}

.contact-txt {
    margin-top: var(--yanmenugenislik);
}

.text-dec {
    font-size: 18px;
    line-height: 25px;
    color: #444;
    font-weight: 300;
    margin-bottom: 30px;
}

.text-dec p {
    margin-bottom: 15px
}

.text-dec p i {
    font-weight: 500;
    font-size: 120%;
    line-height: 125%
}

.text-dec p:last-child {
    margin-bottom: 0
}

.fullsize.hvideo {
    /* width:980px;
     */
    cursor: pointer;
}

.fullsize.hvideo video {
    width: 980px;
    max-width: 100%;
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.tesekkurler {
    width: calc(100% - 20px);
    padding: 30px 10px;
    display: none;
}

.tesekkurler>p {
    color: #0a960f;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    line-height: 23px;
}

/*product carousel*/
.product .slick-arrow {}

.product .slick-arrow:hover {}

.product .slick-slide {
    height: auto !important
}

/*product carousel end*/
.medya .treeflex {
    width: 100%;
}

.medya .treeflex>div {
    margin-bottom: 45px
}

.kariyer .text-dec h1 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 35px;
}

.kariyer ul>li {
    margin-bottom: 10px
}

.kariyer .news {
    margin: 0;
    width: 200px;
    text-align: center
}

.sablon1 .text-dec {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.sablon1 .text-dec img {
    width: 400px;
    margin-right: 50px;
}

.sablon2 .text-dec {}

.sablon2 .text-dec>div:nth-child(2n) {
    flex-direction: row-reverse;
}

.sablon2 .twoflex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 0 95px 0;
}

.sablon2 .twoflex>div {
    font-size: 18px;
    line-height: 25px;
    width: calc(50% - 25px);
}

.sablon2 .twoflex>div h2 {
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 15px;
    color: #000
}

.sablon2 .news {
    width: auto;
    margin: 0
}

.sablon2 .news a {
    margin: 0
}

.text-dec table {
    border-collapse: collapse;
    width: 100%;
    margin: 20px auto;
    font-weight: 300;
    text-align: left;
    background: #f9f9f9;
}

.text-dec table thead td {}

.text-dec table.cizgili tbody:nth-child(2n) {
    background: #fff
}

/*.text-dec table.cizgili tbody tr:first-child td:first-child,tbody tr td:first-child{
    font-weight:500
}
 .text-dec table.cizgili tbody:hover td[rowspan], .text-dec table.cizgili tr:hover td {
     background: red;
}
*/
.text-dec table td {
    padding: 5px 10px;
    border: solid 1px #ddd;
    text-align: left;
    font-size: 15px;
    line-height: 20px;
    vertical-align: middle;
}

.text-dec h1 {
    font-weight: bold;
    color: #000;
    margin-top: 25px;
    font-size: 20px;
    margin-bottom: 10px;
}

strong {
    text-align: left;
    font-weight: bold
}

.text-dec ul {
    text-align: left;
    padding-left: 20px;
    margin-bottom: 15px;
}

.text-dec ul li {
    font-size: 18px;
    list-style-type: none;
    line-height: 29px;
    position: relative;
}

.text-dec ul li:after {
    content: "";
    padding: 3px;
    border: solid #444;
    border-width: 0 1px 1px 0;
    transform: rotate(-45deg);
    width: 1px;
    display: flex;
    position: absolute;
    left: -20px;
    top: 12px;
}

.note {
    border: 2px dashed #000;
    padding: 30px;
    background: #fff;
}

.modalicon {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1
}

.modalicon svg {
    width: 35px;
    height: 35px
}

.modalicerik {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    opacity: 0;
    z-index: 999;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: rgba(0, 0, 0, 0.45);
}

.modal__wrapper {
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    right: -17px;
    overflow: hidden auto;
    cursor: pointer;
    padding: 0;
}

.modalicerik .modal__wrapper>div {
    width: 30vw;
    background: #fff;
    right: -30vw;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 45px;
    position: absolute;
    min-height: 100vh;
}

.modalicerik.active {
    opacity: 1;
    visibility: visible;
}

.modalicerik #modal-guncelle {
    position: relative
}

.modalicerik.active .modal__wrapper>div {
    right: var(--yanmenugenislik)
}

.modal-close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 44px;
    cursor: pointer;
    text-align: right;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#modal-guncelle img {
    width: 100%;
    margin-bottom: 30px
}

#modal-guncelle h1 {
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 30px;
    width: calc(100% - 75px);
    font-weight: bold;
}

#modal-guncelle p {
    font-size: 16px;
    line-height: 24px;
}

body.modal-open {
    overflow: hidden;
}

.sablon3 .treeflex>div {
    background: #fff;
    margin-bottom: 23px;
    border-radius: 5px;
    overflow: hidden;
    position: page
}

.sablon3 .treeflex>div .text {
    padding: 20px 15px;
}

.sablon3 .text-dec h1 {
    margin-top: 0;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
}

.sablon3 .text-dec p {
    margin-top: 0;
    font-size: 12px;
    line-height: 16px;
    font-weight: 300
}

.sablon3 .treeflex>div>a {
    display: block
}

.sablon3 .treeflex>div>a:hover .modalicon svg path {
    fill: #46B974;
}

.contact .alticerik {
    width: calc(100% - (var(--yanmenugenislik) * 2));
}

.contact .maps iframe {
    width: calc(100% - 55px)
}

.contact .twoflex {
    justify-content: flex-start;
    align-items: flex-start;
}

.contact .text-dec {
    width: 100%
}

.contact .item {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact .item li {
    list-style-type: none;
    display: flex;
    justify-content: flex-start;
    font-size: 16px
}

.contact .item li>div:first-child {
    margin-right: 10px;
    font-weight: 500;
    color: #228D4D;
}

.contact .item a {
    color: #000
}

.contact .item a:hover {
    color: #228D4D
}

.bottommain .fhed h1 {
    font-size: 35px;
    line-height: 35px;
    margin-top: 10px;
}

.bottommain .fhed h2 {
    font-size: 17px;
    line-height: 17px;
    margin-bottom: 0;
}

.surdurebilirlik .note {
    border: 1px dashed #228d4d;
    padding: 15px 35px;
    /* background: #fff;
     */
}

.surdurebilirlik .note ul {
    border-bottom: 1px solid #e1e1e1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.surdurebilirlik .note ul:last-child {
    border: 0px solid #fff
}

.surdurebilirlik .note ul:last-child {
    border: 0px solid #fff
}

.surdurebilirlik .note ul li a {
    color: #000;
    display: block;
    width: 100%;
    padding: 10px 0;
    font-weight: 500;
    transition: none;
    font-size: 15px;
    line-height: 18px;
}

.surdurebilirlik .note ul li a:hover {
    color: #228D4D;
}

.surdurebilirlik .note ul li {
    width: calc(100% - 150px)
}

.surdurebilirlik .note ul li:last-child {
    width: 100px;
    text-align: right;
}

.surdurebilirlik .note ul li:last-child img {
    width: 100%
}

.surdurebilirlik .belge.fhed h1 {
    font-size: 23px;
    line-height: 23px;
    /* margin-top: 45px;
     */
}

.kvkk table td {
    padding: 10px;
    text-align: left;
    font-size: 18px;
    line-height: 24px;
}

.surdurebilirlik .twoflex {
    padding: 0
}

.surdurebilirlik .twoflex {
    font-weight: 300
}

.surdurebilirlik .twoflex h2 {
    font-weight: bold;
    margin-bottom: 20px
}

.surdurebilirlik .twoflex>div {
    margin-bottom: 25px;
    width: calc((100% /2) - 12.5px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
    background-color: #fff;
    border-radius: 5px;
    padding: 25px
}

.surdurebilirlik .twoflex div>img {
    width: 100%
}

.urunbelge h1 {
    font-weight: bold;
    font-size: 20px;
    background: #f4f4f4;
    padding: 10px 15px;
    margin-top: 15px
}

.urunbelge ul {
    width: calc(100% - 20px);
    margin: 0 auto;
}

.urunbelge div ul:last-child {
    border: 0px solid #fff
}

.urunbelge ul li {}

.uretim-detay {
    width: 100%;
    background: #fff;
    border-radius: 5px;
    padding: 25px;
    margin-top: 25px
}

.uretim-detay h1 {
    font-weight: bold;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 10px
}

.uretim-detay .td2.table>.row>div {
    width: 30%;
    padding: 8px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05)
}

.uretim-detay .td2.table>.row:first-child>div {
    font-weight: bold;
    font-size: 17px;
    padding: 10px 0
}

.uretim-detay table {
    width: 100%
}

.uretim-detay table>tr>td {
    vertical-align: middle
}

.uretim-detay h1 {
    font-weight: bold;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 10px
}

.uretim-detay table tr>td h2 {
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 3px
}

.uretim-detay table tr>td {
    padding: 8px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05)
}

.uretim-detay table tr:first-child>td {
    font-weight: bold;
    font-size: 17px;
    padding: 10px 0
}

.formloading {
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 0.55);
    height: 100%;
    display: none;
}

.contact-form {
    max-width: 990px;
    margin: 0 auto;
    width: 100%;
    position: relative
}

.contact-form>div {
    width: 100%;
}

.contact-form>div>div {
    width: 100%;
    margin-bottom: 25px;
}

.contact-form>div>.smallform {
    display: flex
}

.contact-form>div>.smallform input {
    margin-right: 15px;
    width: calc((100% / 2) - 15px)
}

.contact-form>div>.smallform input:last-child {
    margin-right: 0;
    width: 50%
}

.contact-form>div>div:last-child {
    text-align: center
}

.contact-form .fhed {
    text-align: center;
    margin-bottom: 35px;
}

.contact-form .buton {
    border: 1px solid #46B974
}

.contact-form .buton:hover {
    color: #fff;
    background: #126734;
    border: 1px solid #46B974
}

.uretim-detay table tr>td {
    padding: 5px 0;
    font-size: 14px;
    line-height: 19px
}

.urunbelge h1 {
    font-size: 18px;
    margin-top: 10px;
}

.surdurebilirlik .note ul li a {
    font-size: 14px;
    line-height: 16px;
}

.newspage.news>div:first-child a h1 {
    font-size: 15px;
    line-height: 18px;
}

.newspage.news>div:first-child a p {
    font-size: 13px;
    line-height: 17px;
}

.team {
    padding: var(--yanmenugenislik);
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    max-width: 1600px;
    margin: 0 auto;
    align-items: center;
}

.team>div {
    width: calc((100% / 3) - 27px);
    margin-right: 40px;
    margin-bottom: 50px;
}

@media only screen and (max-width: 600px) {
    .team>div {
        width: 100%;
        margin-right: 40px;
        margin-bottom: 50px;
    }
}

.team>div:nth-child(3n) {
    margin-right: 0
}

.team>div>img {
    width: 100%;
    margin-bottom: 25px;
    height: 400px;
    object-fit: cover;
}

.team>div>h4 {
    font-size: 21px;
    margin-bottom: 5px;
}

.team>div>h6 {
    font-size: 18px;
    margin-bottom: 15px;
}

.team>div>p {
    font-size: 16px;
    margin-bottom: 5px;
}

.baslik {
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1em;
    color: #ccc;
}

@media(max-width:1700px) {
    .bottommain {
        width: calc(100% - (var(--yanmenugenislik) * 2));
    }

    .altmenu {
        width: 300px
    }

    alticerik {
        width: calc(100% - (var(--yanmenugenislik)) - 300px);
    }

    .txtkalite h1 {
        font-size: 30px;
        line-height: 33px;
    }

    .txtkalite p {
        font-size: 16px;
        line-height: 22px;
    }

    .txtkalite {
        left: 35px;
        width: calc(100% - 70px);
        margin-top: 35px;
    }

    .mg50 {
        left: 35px;
        bottom: 35px;
    }
}

@media(max-width:1500px) {
    :root {
        --yanmenugenislik: 70px;
        --ustbosluk: 70px;
        --altbosluk: 30px;
    }

    .menu ul :not(li.search) a:before,
    .menu ul :not(li.search) a:focus:before {
        bottom: -7px
    }

    .bottommain {
        width: calc(100% - (var(--yanmenugenislik)))
    }

    .sablon1 .text-dec img {
        width: 300px;
        margin-right: 50px
    }

    .menu .logo img {
        height: 45px
    }

    .menu.fixed .logo img {
        filter: none;
        height: 25px;
    }

    .yanmenu>div .hizlimenu .item>div:last-child a svg {
        max-width: 30px
    }

    .yanmenu>div .lang a {
        font-size: 18px
    }

    .menu ul li a {
        font-size: 15px;
        letter-spacing: .5px;
    }

    .menu.fixed ul li a {
        font-size: 13px;
        letter-spacing: 0px;
    }

    .carousel__text h1 {
        font-size: 70px;
        line-height: 70px
    }

    .carousel__text h2 {
        font-size: 25px;
        line-height: 30px
    }

    .fhed h1 {
        font-size: 35px;
        line-height: 35px;
    }

    .fhed h2 {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 5px;
    }

    .font-size25 {
        font-size: 20px;
        line-height: 28px;
    }

    .txtkalite h1 {
        font-size: 20px;
        line-height: 25px;
    }

    .txtkalite p {
        font-size: 14px;
        line-height: 18px;
    }

    .txtpop h1 {
        font-size: 25px;
        line-height: 32px;
    }

    .txtpop h2 {
        font-size: 20px;
        line-height: 25px;
    }

    .news>div:first-child a h1 {
        font-size: 17px;
        line-height: 22px;
        margin-bottom: 7px;
    }

    .news>div:first-child a p {
        font-size: 14px;
        line-height: 17px;
    }

    .news .treeflex>div>div .text {
        padding: 35px 25px;
    }

    .rakamlarla .fourflex div h1 {
        font-size: 45px;
        line-height: 45px;
        color: #fff;
    }

    .rakamlarla .fourflex div p {
        font-size: 14px;
        line-height: 19px;
    }

    .menu ul li {
        padding: 0px 15px;
    }

    footer>div>div {
        margin: 0 15px 0 0;
    }

    footer>div>div ul>li a {
        font-size: 13px;
        line-height: 24px;
    }

    footer>div>div:first-child,
    footer>div>div:last-child {
        width: 20%
    }

    footer>div>div:last-child h2 {
        font-size: 14px;
        line-height: 21px;
        letter-spacing: 3px;
    }

    footer>div>div:last-child h1 {
        font-size: 16px;
        line-height: 25px;
    }

    footer>div>div:last-child .social a svg {
        width: 100%;
    }

    .button {
        font-size: 14px;
        line-height: 16px;
        padding: 10px 20px;
    }

    .homeslo>div {
        min-height: 310px;
        max-height: 320px
    }

    .homeslo.treeflex>div img {
        height: 100%;
    }

    /* footer > div > div ul > li:first-child {
        font-size: 15px;
        line-height: 19px;
        margin-bottom: 10px;
    } */

    .yesilyurt-grup a img {
        width: 270px;
    }

    .altmenu {
        width: 270px;
    }

    .alticerik {
        width: calc(100% - (var(--yanmenugenislik) * 2) - 270px);
    }

    .contact-txt {
        margin-top: calc(var(--yanmenugenislik) - 15px);
    }

    .bottommain .fhed h1 {
        font-size: 30px;
        line-height: 30px;
        margin-top: 8px;
    }

    .bottommain .fhed h2 {
        font-size: 15px;
        line-height: 15px;
    }

    .fhed h3 {
        font-size: 25px;
        line-height: 32px;
    }

    .text-dec {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 22px;
    }

    .altmenu h1 {
        padding: 40px 10px 20px 30px;
        font-size: 25px;
    }

    .altmenu ul li a {
        font-size: 14px;
        line-height: 35px;
    }

    .homepage a {
        font-size: 13px;
    }

    .sablon2 .twoflex>div {
        font-size: 16px;
        line-height: 22px;
    }

    .sablon2 .twoflex>div h2 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    #modal-guncelle p {
        font-size: 14px;
        line-height: 21px;
    }

    .modalicerik .modal__wrapper>div {
        padding: 30px;
    }

    #modal-guncelle h1 {
        font-size: 22px;
        line-height: 28px;
    }

    .text-dec table {
        margin: 15px auto;
    }

    .text-dec ul li,
    .kvkk table td {
        font-size: 16px;
        line-height: 22px;
    }

    .text-dec table td {
        font-size: 14px;
        line-height: 19px;
    }

    .text-dec h1 {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .uretim-detay h1 {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 7px;
    }

    .uretim-detay table tr>td h2 {
        margin-top: 10px;
        font-size: 16px;
    }

    @media (max-width: 1300px) {
        :root {
            --yanmenugenislik: 60px;
            --ustbosluk: 60px;
            --altbosluk: 25px;
        }

        .menu>div {
            width: calc(100% - (var(--yanmenugenislik)));
        }

        .menu ul {
            padding-top: 16px;
        }

        .menu .logo img {
            height: 35px
        }

        .menu ul li a {
            font-size: 14px;
            letter-spacing: .5px;
            padding: .4em .1em;
        }

        .yanmenu>div .hizlimenu .item>div:last-child a svg {
            max-width: 26px;
        }

        .homeslo>div {
            min-height: 320px;
            max-height: 330px;
        }

        .txtpop {
            bottom: 25px;
            left: 25px;
        }

        .txtkalite {
            left: 25px;
            width: calc(100% - 50px);
            margin-top: 25px;
        }

        .mg50 {
            left: 25px;
            bottom: 25px;
        }

        .rakamlarla .fourflex div p {
            font-size: 13px;
            line-height: 18px;
            font-weight: 300;
        }

        footer>div>div:first-child img {
            width: 190px;
            filter: brightness(0) invert(1);
        }

        footer {
            padding: 50px 0px;
        }

        footer>div>div:first-child {
            font-size: 12px;
            line-height: 16px;
        }

        footer>div>div ul>li a {
            font-size: 12px;
            line-height: 23px;
            letter-spacing: 0.4px;
        }

        footer>div>div:last-child h1 {
            font-size: 14px;
            line-height: 23px;
        }

        footer>div>div:last-child h2 {
            font-size: 12px;
            line-height: 19px;
            letter-spacing: 2px;
        }

        .twon a,
        .twon {
            font-size: 10px;
        }

        .yesilyurt-grup a img {
            width: 220px;
        }

        .sablon1 .text-dec img {
            width: 200px;
            margin-right: 25px;
        }

        .text-dec p {
            margin-bottom: 10px;
        }

        .text-dec ul li,
        .kvkk table td,
        .text-dec {
            font-size: 14px;
            line-height: 20px;
            margin-bottom: 10px;
        }
    }

    @media (max-width: 1200px) {}

    @media (max-width: 1100px) {}

    @media (max-width: 1080px) {
        .menu {
            display: none
        }

        .mmenu {
            display: flex;
        }

        .rakamlarla .fourflex>div {
            width: 45%;
            margin-bottom: 25px
        }



        footer>div>div:first-child {
            display: flex;
            width: 45%
        }

        footer>div>div:last-child {
            display: flex;
            width: 45%
        }

        .twon {
            margin-top: 25px
        }

        footer {
            padding: 30px 0px;
        }

        .altmenu {
            display: none
        }

        .contact .maps iframe,
        .contact .alticerik,
        .alticerik {
            width: 100%;
        }

        .modalicerik .modal__wrapper>div {
            width: 50vw
        }

        .contact .twoflex>div {
            width: 100% !important;
            display: table;
            margin-bottom: 35px
        }

        .homeslo>div {
            min-height: 400px;
            max-height: 410px;
        }
    }

    @media (max-width: 800px) {
        .homeslader .socialmedia {
            display: none
        }

        .carousel__text {
            bottom: 20vh
        }

        .treeflex>div,
        .twoflex>div {
            display: flex;
            width: 100% !important;
            min-height: auto;
            max-height: none;
        }

        .home1 .twoflex>div:first-child {
            margin-bottom: 45px
        }

        .homeslo>div:nth-child(2) {
            padding: 35px 25px
        }

        .homeslo>div:nth-child(2) .button {
            margin-top: 35px
        }

        .homeslo.treeflex>div img {
            height: auto;
            width: 100%
        }

        .leftcolum {
            padding: 0
        }

        .begin-item .ptb20 {
            padding: 0
        }

        .bottompage .twoflex>div {
            margin-bottom: 25px
        }

        .sablon2 .twoflex {
            padding: 0 0 35px 0
        }

        .modalicerik .modal__wrapper>div {
            width: 70vw
        }

        .product-photos {
            margin-top: 25px
        }

        .product-photos__slider {
            padding-bottom: 0px;
        }

        .surdurebilirlik .note ul li a {
            font-size: 13px;
            line-height: 18px;
        }

        .surdurebilirlik .note ul li {
            width: calc(100% - 80px);
        }

        .urunbelge h1 {
            font-size: 16px;
            margin-top: 10px;
        }

        .fhed h1,
        .bottommain .fhed h1 {
            font-size: 22px;
            line-height: 25px;
        }

        .fhed h2 {
            font-size: 17px;
            line-height: 20px
        }

        .product-photos__slider .slick-arrow,
        .slader .slick-arrow,
        .slider .slick-arrow,
        #toTop,
        #toTop a {
            width: 40px;
            height: 40px
        }

        .product-photos__slider .slick-arrow,
        .slader .slick-arrow,
        .slider .slick-arrow {
            background-size: 9px;
            background-position: 16px;
        }

        .product-photos__slider .slick-arrow.slick-next,
        .slader .slick-arrow.slick-next,
        .slider .slick-arrow.slick-next {
            background-position: 16px;
        }
    }

    @media (max-width: 500px) {
        .homeslo.treeflex>div img {
            height: 100%;
            width: auto
        }

        .mainbar {
            height: 20vh
        }

        .mailglobal {
            width: 100%
        }

        .begin-item {
            margin: 30px auto;
        }

        .yanmenu {
            display: none
        }

        .mmenu>.ustbar {
            justify-content: flex-end;
        }

        .mmenu .search {
            order: 1
        }

        .mmenu .menuicon {
            order: 2
        }

        .mmenu>.ustbar>.logo {
            margin-left: 10px
        }

        .dialog-center {
            max-width: 90%
        }

        .dialog-begin-bg .dialog-begin-bg-begin {
            padding: 20px 25px;
        }

        .popup-icerik img {
            width: 65px
        }

        .popup-icerik h1 {
            font-size: 25px
        }

        .mmenu .search,
        .mmenu .menuicon {
            border-left: 1px solid rgba(255, 255, 255, 0.15);
            border-right: 0
        }

        .mmenu.fixed .search,
        .mmenu.fixed .menuicon {
            border-left: 1px solid #e1e1e1;
            border-right: 0
        }

        .carousel__text {
            width: calc(100% - 16vw)
        }

        .carousel__text h1 {
            font-size: 60px;
            line-height: 60px;
        }

        .carousel__text h2 {
            font-size: 20px;
            line-height: 25px;
        }

        .home1 {
            background: none;
            margin: 15px auto
        }

        .home1>.twoflex {
            width: 100%;
            margin: 0;
            padding: 0
        }

        #chVideo2 {
            border: 0px solid rgba(255, 255, 255, 0.15);
            box-shadow: none;
        }

        .home1 .w45 {
            width: 100% !important;
            margin: 0 auto;
            background: #106735;
            padding: 4vw 8vw;
        }

        .home1 .twoflex>div:first-child {
            margin-bottom: 0;
        }

        .home1 .txtwhite {}

        .home1 .button {
            font-size: 18px;
        }

        .home1 .txtmain {
            width: 100%
        }

        .font-size25 {
            font-size: 16px;
            line-height: 21px;
        }

        .mfp-bg,
        .mfp-wrap {
            width: 100% !important
        }

        .mfp-container {
            width: 90% !important;
            margin-left: 5%
        }

        .homeslo>div:nth-child(2) {
            padding: 20px 15px;
        }

        .fhed {
            margin-bottom: 0px
        }

        .fhed h2,
        .fhed h1 {
            text-align: left;
            margin-left: 8vw;
            width: calc(100% - 16vw);
        }

        .fhed h1,
        .bottommain .fhed h1 {
            font-size: 18px;
            line-height: 23px;
            color: #106735 !important;
        }

        .fhed h2 {
            font-size: 16px;
            line-height: 20px;
            letter-spacing: 0px;
            margin-bottom: 0;
        }

        .ftxt p:last-child {
            margin-bottom: 0
        }

        .home1 .button {
            margin-top: 0
        }

        .txtpop {
            left: 8vw;
            width: calc(100% - 16vw);
        }

        .homeslo>div:nth-child(2) {
            padding: 8vw
        }

        .txtkalite {
            left: 0;
            width: 100%;
            margin-top: 0;
        }

        .homeslo>div:nth-child(2) .button {
            left: 0
        }

        .news .treeflex {
            margin: 0 auto;
            width: 90%;
        }

        .news .treeflex>div {
            margin: 15px auto
        }

        .news .button {
            margin: 15px auto 10px auto;
        }

        .news .treeflex>div>div .text {
            padding: 20px 25px;
        }

        .home2 {
            background: #ffffff;
        }

        .home2 .fhed h1,
        .home2 .fhed h2 {
            color: #000;
            text-align: center;
        }

        .home2 .fourflex {
            margin-top: 25px;
            width: 80%;
        }

        .begin-item.rakamlarla {
            margin: 0
        }

        .rakamlarla .fourflex>div {
            width: 100%;
            margin-bottom: 25px;
            color: #000;
        }

        .rakamlarla .fourflex svg path {
            fill: #228d4d
        }

        .rakamlarla .fourflex div span,
        .rakamlarla .fourflex div h1,
        .rakamlarla .fourflex div p {
            color: #000
        }

        footer>div {
            display: table
        }

        footer>div>div:first-child,
        footer>div>div:last-child {
            width: 100%;
            display: table;
            text-align: left
        }

        footer>div>div:first-child span {
            display: block;
            text-align: left;
        }

        footer>div>div:first-child:first-child a {
            display: block;
            margin-bottom: 10px
        }

        #toTop {
            right: 10px
        }

        .alticerik .fhed h2,
        .alticerik .fhed h1 {
            margin-left: 0;
            width: calc(100%);
        }

        .alticerik .text-dec {
            margin-top: 15px
        }

        .fullsize.hvideo {
            margin-top: 25px
        }

        .bottommain {
            padding-bottom: 25px
        }

        .bottompage .twoflex>div:last-child {
            margin-bottom: 0
        }

        .sablon2 .fhed h3 {
            margin: 15px 0 25px 0
        }

        .sablon1 .text-dec {
            display: table
        }

        .sablon1 .text-dec>div:first-child {
            margin-bottom: 15px;
            text-align: center
        }

        .sablon1 .text-dec>div:first-child img {
            width: 100%
        }

        .modalicerik.active .modal__wrapper>div {
            right: 16px
        }

        .modalicerik .modal__wrapper>div {
            width: 90vw;
        }

        .contact-txt.sablon1 .text-dec>div {
            text-align: left
        }

        .uretim-detay {
            line-height: 20px
        }

        .product-photos__slider .slick-dots li {
            margin: 0 2px;
            width: 15px;
        }

        .product-photos__slider .slick-dots button {
            width: 10px;
            height: 10px;
        }

        .product-photos__slider figure {
            width: 200px
        }

        .product-photos__slider .slick-arrow.slick-next {
            right: 10px;
        }

        .product-photos__slider .slick-arrow {
            left: 10px;
        }

        .note {
            margin-top: 15px;
            padding: 10px 10px !important;
        }

        .note ul li:last-child {
            width: 65px !important;
        }

        .newspage {
            margin-top: 15px;
        }

        .newspage>.treeflex {
            width: 100%
        }

        .contact .maps iframe {
            height: 250px
        }

        .contact-form>div>.smallform {
            display: table
        }

        .contact-form>div>.smallform input:last-child,
        .contact-form>div>.smallform input {
            width: 100%;
        }

        .contact-form>div>div,
        .smallform,
        .contact-form>div>.smallform input:first-child {
            margin-bottom: 15px
        }

        .contact-form .buton {
            border: 1px solid #46B974;
            background: #126734;
            color: #fff;
        }

    }
}


/*NAVTABS BUTTON*/
.nav button.nav-link {
    min-width: unset;
    height: unset;
    border-radius: unset;
    font-size: unset;
    outline: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
    border: 0 !important;
}

.nav .nav-link {
    font-family: "Aston Martin Flare", "Helvetica", "Arial", Sans-serif;
    color: #ccc !important;

}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: unset !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #ccc !important;
    background-color: unset !important;
    border-color: unset !important;
    border: unset !important;
    border-bottom: 1px solid #dee2e6 !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active:hover {
    border-bottom: 1px solid #dee2e6 !important;

}

.nav-tabs {
    border-bottom: none !important;
}




/**/
.vdetay .bottompagemenu .navigation a {
    display: inline-block;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 6px;
    font-size: 12px;
    flex-direction: column;
    justify-content: center;
    border-radius: 0px;
    background: #000;
}

.vdetay .bottompagemenu .navigation a:hover {
    color: #0e1116;
    background-color: #cbcbcb;
    border-color: #0e1116;
}

.car-detail .navigation {
    margin-top: 5px;
}

.navigation a span:hover {
    color: #000;
}













.cars-list .content-title {
    margin-bottom: 40px;
    font-size: 22px;
}

.cars-list .main {
    margin-bottom: unset;
}

.cars-list .main .image-wrapper {
    position: relative;
    border: 1px solid #43444b;
    display: block;
}

.cars-list .main .image-wrapper .compare {
    position: absolute;
    z-index: 2;
    top: 5%;
    right: 5%;
    background-color: rgba(0, 0, 0, .8);
    padding: 2px 4px;
}

.cars-list .main .image-wrapper .compare .form-check-input {
    width: 14px;
    height: 14px;
    margin-right: 5px;
    margin-top: 0;
}


.cars-list .main .image-wrapper .compare .form-check-label {
    font-size: 12px;
    color: #fff;
    cursor: pointer;
}

.cars-list .main .image-wrapper img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.cars-list .inner .swiper-slide {
    height: 230px;
}

.cars-list .inner video {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.cars-list .inner img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.cars-list .main .text-wrapper {
    padding: 16px 24px;
    border: 1px solid rgba(143, 143, 143, 0.35);
}

.cars-list .main .text-wrapper .top {
    margin-bottom: 15px;
}

.cars-list .main .text-wrapper .top span {
    font-size: 10px;
}

.cars-list .main .text-wrapper .top .code {
    margin-left: 30px;
}

.cars-list .main .text-wrapper .center .title,
.cars-list .main .text-wrapper .center .price {
    color: #fff;
    display: inline-block;
    margin-bottom: 6px;
    font-size: 15px;
}

.cars-list .main .text-wrapper .center .title:hover {
    /*color: var(--red);*/
}

.cars-list .main .text-wrapper .info-wrapper {
    margin-top: 15px;
}

.cars-list .main .text-wrapper .info-wrapper .col-6 {
    margin-bottom: 20px;
}

.cars-list .main .text-wrapper .info-wrapper span {
    font-size: .7em;
}

.cars-list .main .text-wrapper .info-wrapper .title {
    font-size: .8em;
    color: #9c9c9c !important
}

.cars-list .main .text-wrapper .info-wrapper hr {
    border-color: rgba(143, 143, 143, 0.35);
}

.cars-list .main .certificates {
    padding: 30px 0;
}

.cars-list .main .certificates img {
    height: 20px;
    object-fit: contain;
    margin-right: 15px;
}

.cars-list .main .buttons {
    margin-top: 20px;
}


.cars-list .main .buttons a {
    width: 100%;
    display: block;
    border: 1px solid #fff;
    padding: 12.5px 12px;
    font-size: 12px;
    color: #fff;
    text-transform: capitalize;
}

.cars-list .main .buttons a:hover {
    background-color: #000;
    color: #fff;
}

.cars-list .main .buttons a.red {
    background: radial-gradient(ellipse at bottom, #ed786f, #DA291C);
    color: #fff;
    border: 1px solid #ed786f;
}

.cars-list .main .buttons a.red:hover {
    background: #DA291C;
}

.cars-list .main .buttons a.black {
    background: radial-gradient(ellipse at bottom, #515151, #000000);
    color: #fff;
    border: 1px solid #1a1c28;
}

.cars-list .main .buttons a.black:hover {
    background: #000000;
}

.cars-list .inner .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
    justify-content: center;
}

.cars-list .inner .swiper-pagination .swiper-pagination-bullet-active {
    width: 15px;
    height: 15px;
    transition: ease all .5s;
}

.cars-list .swiper-buttons {
    padding: 20px 0 50px;
    width: 10%;
    margin: 0 auto;
}

.cars-list .swiper-buttons .prev {
    transform: scaleX(-1);
}

.cars-list .main {
    min-height: 360px;
}

.cars-list .main .text-wrapper .height-animation {
    height: 0;
    overflow: hidden;
    transition: height ease 1s;
}

.cars-list .main:hover .text-wrapper .height-animation {
    height: 440px;
    transition: height ease 1s;
}












.swiper-pagination {
    position: absolute;
    left: 50%;
    bottom: 5%;
    display: flex;
    transform: translateX(-50%);
    align-items: center;
}

.swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    margin-right: 8px;
    opacity: 1;
    border: 2px solid rgba(255, 255, 255, 0);
    transition: ease all .5s;
}

.swiper-pagination .swiper-pagination-bullet-active {
    width: 20px;
    height: 20px;
    border-color: #fff;
    background-color: transparent;
    transition: ease all .5s;
}

.bottompagemenu.car-detail {
    padding: 5px 11px 5px 7px;
    height: auto;
    background-color: transparent;
    background-image: linear-gradient(180deg, #0e1116 0, #040507 100%);
}

.bg-orange {
    background: orangered !important;
}

.bg-blue {
    background: #000dff !important;
}

.bg-gray {
    background: #5e5e5e !important;
}





.flip-card {
    background-color: transparent;

    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front {
    background-color: #bbb;
    color: black;
}

.flip-card-back {
    background-color: #2980b9;
    color: white;
    transform: rotateY(180deg);
}


#compare-preview {
    position: fixed;
    width: 100vw;
    left: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #0f1117;
    padding: 15px 0;
    transform: translateY(100%);
    transition: ease all .25s;
}

#compare-preview.show {
    transform: translateY(0);
    transition: ease all .25s;
}

#compare-preview .close-button {
    width: 35px;
    height: 35px;
    border: 2px solid rgb(255 255 255 / 91%);
    background: #fff;
    border-radius: 50%;
}

#compare-preview .close-button:hover {
    cursor: pointer;
    border-color: rgba(24, 24, 24, 0.7);
}

#compare-preview .compare-list .item .image-wrapper {
    background-color: rgba(24, 24, 24, 0.1);
    flex: 0 0 25%;
    height: 50px;
    margin-right: 10px;
}

#compare-preview .compare-list .item .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#compare-preview .compare-list .item .title {
    font-size: 12px;
    display: block;
}

#compare-preview .compare-list .item .title.text-muted {
    color: rgba(24, 24, 24, 0.1) !important;
}

#compare-preview .compare-list .item .price {
    font-size: 10px;
}

#compare-preview .open-compare-list {
    font-size: 12px;
    color: #fff !important;
}

#compare-preview .open-compare-list:hover {
    text-decoration: underline;
    cursor: pointer;
}

#compare-list {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #1a1c28;
    z-index: 1041;
    inset: 0;
    padding: 80px 120px;
    transform: translateY(100%);
    transition: ease all .5s;
    overflow-y: scroll;
}

#compare-list.show {
    transform: translateY(0);
    transition: ease all .5s;
}

#compare-list .close-button {
    position: absolute;
    top: 80px;
    left: 120px;
}

#compare-list .close-button .icon-wrapper {
    width: 35px;
    height: 35px;
    background-color: #fff;
    border-radius: 50%;
}

#compare-list .close-button:hover {
    cursor: pointer;
}

#compare-list .content-title h3 {
    font-size: 20px;
}

#compare-list .table thead>tr>th {
    width: calc(75% / 3);
    border: 0;
    padding-right: 50px;
}

#compare-list .table thead>tr>th:first-of-type {
    width: 25%;
}

#compare-list .table thead>tr img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-bottom: 30px;
}

#compare-list .table>tbody {
    vertical-align: middle;
}

#compare-list .table>:not(caption)>*>* {
    padding: 1rem .5rem;
    border: 0;
}

#compare-list .table>tbody>tr>th {
    color: rgb(229 229 229 / 62%);
    font-size: 12px;
}

#compare-list .table>tbody>tr>td {
    font-size: 13px;
    padding-right: 50px;
}

#compare-list .table .title {
    display: block;
    font-size: 17px;
    margin-bottom: 20px;
}

#compare-list .table .price {
    font-size: 15px;
    margin-bottom: 20px;
}

#compare-list .table>tbody>tr:last-of-type {
    border-top: 1px solid rgba(24, 24, 24, 0.3);
}

#compare-list .table .buttons {
    margin-top: 20px;
}

#compare-list .table .buttons a {
    width: 100%;
    display: block;
    border: 1px solid #fff;
    padding: 20px;
    font-size: 12px;
    color: #fff;

}

#compare-list .table .buttons a:hover {
    background-color: #000;
    color: var(--white);
}

#compare-list .table .buttons a.red {
    background: radial-gradient(ellipse at bottom, #515151, #000000);
    color: #fff;
    border: 1px solid #1a1c28;
}


#compare-list .table .buttons a.red:hover {
    background: #1a1c28;
}


.search-input {
    width: 100%;
    padding: 8px 16px;
    transition: all .3s;
    border-radius: 10em;
    border: 1px solid #dfe1e5;
    text-align: center;
}

.search-button {
    outline: 0;
    cursor: pointer;
    padding: 0 16px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    min-height: 40px;
    width: 40%;
    background-color: #000;
    border: 2px solid #000;
    color: #fff;
}

.content .content_wrapper {
    display: flex;
}

.content .content_wrapper {
    flex-direction: column-reverse;
}

.content .content_wrapper:nth-child(1) {
    flex-direction: column;
}

.content .content_wrapper .leftslider .slick-list {
    margin-bottom: 0;
}

.news-block .swiper-wrapper {
    height: auto !important;
}



button a {
    text-decoration: none;
    font-family: 'Aston Martin Flare';
    font-size: 16px;
    letter-spacing: 0px;
    color: #fff;
    font-weight: 300;
}

button a:hover {
    color: unset !important;
}

.news-block .news-item__heading,
.news-block .news-item__date {
    text-align: left;
}

.limonist {
    margin-top: -5px;
    margin-right: 5px;
    width: 80px !important;
}

@media (max-width: 1200px) {

    .leftslider .slick-list,
    .leftslider .slick-slide img {
        height: 300px !important;
    }

    .timeline>div>ul>li {
        display: flex;
        padding-left: 0 !important;
    }

    .car-detail-head {
        /*padding: 50px;*/
        padding:50px 10px 20px 10px;
        padding-bottom: 0;
    }

    .timeline>div .website_url {
        width: 80%;
    }

    .car-detail-head h1 {
        font-size: 16px !important;
    }

    .submenu .vdetay .vurun>div {
        margin-right: 0;
        margin: 0 auto;
    }

    .cars-list .main {
        margin-bottom: 20px;
    }

    #compare-list .content-title h3 {
        font-size: 14px;
    }

    #compare-list .table thead>tr img {
        height: 100px;
    }

    #compare-list {
        padding: 120px 0;
    }

    #compare-list .list {
        margin: 0;
    }

    #compare-list .table thead>tr>th {
        padding-right: 0;
    }

    #compare-list .table thead>tr img {
        margin-bottom: 15px;
        width: 130px;
    }

    #compare-list .close-button {
        top: 110px !important;
        right: 5px;
        left: unset !important;
    }

    #compare-list .close-button span {
        display: none;
    }

    #compare-list .content-title h3 {
        text-align-last: left !important;
        padding-left: 5px;
    }

    #compare-list .table>:not(caption)>*>* {
        padding: .5rem .5rem;
    }

    #compare-list .table .buttons a {
        padding: 11px 8px;
    }

    footer .footmenu div a img {
        height: 40px;
        object-fit: contain;
    }

    nav.navbar {
        position: fixed !important;
    }

    footer .footmenu {
        height: 90px;
    }

    .main-nav-box__content {
        width: calc(100% - 20px) !important;
    }

    footer .footmenu div a {
        display: block;
        position: relative;
        width: 120px;
        margin: 0 auto;
    }

    .limonist {
        height: 20px;
        object-fit: contain;
    }
}

.news-block {
    position: relative;
}

.news-block .swiper-buttons .swiper-button.prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) scaleX(-1);
}

.news-block .swiper-buttons .swiper-button.next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}


.filter .dropbtn {
    background-color: #000;
    color: white;
    padding: 8px 10px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.filter .dropdown {
    position: relative;
    display: inline-block;
}

.filter .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 9999;
}

.filter .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.filter .dropdown-content a:hover {
    background-color: #f1f1f1
}

.filter .dropdown:hover .dropdown-content {
    display: block;
}

.filter .dropdown:hover .dropbtn {
    background-color: #198754;
}
.product_image{
    position: relative;
}
.product_image .img-fluid{
    position: relative;
}
.product_image .img-fluid-two{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.product_image:hover .img-fluid{
    z-index: 0;
}
.product_image:hover .img-fluid-two{
    z-index: 1;
}
