.flex-container {
    position: relative;
    width: 107%;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    height: 700px;
    transform: translateX(-4%)
}

.banner_slide {
    position: relative;
    overflow: hidden
}

.yenislide {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-top: 70px !important;
    z-index: 999999;
    position: absolute;
    top: 0;
    width: 100%;
    left: 7%
}

.yenislide .title {
    background: #b51827;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
    cursor: pointer;
    font-size: 16px;
    letter-spacing: 5px;
    display: inline-flex;
    align-items: center;
    padding: 12px 17px;
    border-radius: 40px;
    font-weight: 400 !important;
    color: white !important;
}

.yenislide .title i {
    margin-right: 10px;
}

.yenislide .title img {
    margin-right: 10px;
    height: 20px;
}

.flex-title span {
    position: relative;
    display: inline-block;
    text-align: left;
    text-shadow: 2px 1px #000
}

.flex-slide.item_1 .flex-title span:before {
    position: absolute;
    background: #b4121d;
    top: -6px;
    left: -26px;
    width: 10px;
    height: 110%;
    content: "";
    z-index: 0
}

.flex-slide.item_2 .flex-title span:before {
    position: absolute;
    background: #ffd123;
    top: -6px;
    left: -26px;
    width: 10px;
    height: 110%;
    content: "";
    z-index: 0
}

.flex-slide.item_3 .flex-title span:before {
    position: absolute;
    background: #17f722;
    top: -6px;
    left: -26px;
    width: 10px;
    height: 110%;
    content: "";
    z-index: 0
}

@media screen and (max-width:992px) {
    .flex-container {
        flex-direction: column
    }
}

.flex-slide.item_4 .yenislide {
    margin-left: -20px
}

.flex-slide.item_2 .yenislide {
    margin-left: 0
}

.banner_slide .svg {
    height: 50px;
    fill: #fff;
    color: #fff
}

.flex-slide.item_1:hover .yenislide .title {
    color: #b4121d
}

.banner_slide .flex-slide.item_1 .svg {
    height: 45px;
    fill: #fff;
    color: #fff
}

.flex-slide.item_1:hover .svg {
    height: 45px;
    fill: #b4121d;
    color: #b4121d
}

.banner_slide .flex-slide.item_3 .svg {
    height: 35px;
    fill: #fff;
    color: #fff
}

.banner_slide .flex-slide.item_4 .svg {
    height: 25px;
    fill: #fff;
    color: #fff
}

.flex-slide.item_2:hover .yenislide .title {
    color: #b4121d
}

.flex-slide.item_2:hover .svg {
    height: 50px;
    fill: #b4121d;
    color: #b4121d
}

.flex-slide.item_3 .slider-item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000021;
    top: 0;
    left: 0;
    z-index: 999999
}

.flex-slide.item_3:hover .slider-item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000000;
    top: 0;
    left: 0;
    z-index: 999999
}

.flex-slide.item_2 .slider-item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000021;
    top: 0;
    left: 0;
    z-index: 999999
}

.flex-slide.item_2:hover .slider-item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000000;
    top: 0;
    left: 0;
    z-index: 999999
}

.flex-slide.item_4 .slider-item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000021;
    top: 0;
    left: 0;
    z-index: 999999
}

.flex-slide.item_4:hover .slider-item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000000;
    top: 0;
    left: 0;
    z-index: 999999
}

.flex-slide.item_1 .slider-item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000021;
    top: 0;
    left: 0;
    z-index: 999999
}

.flex-slide.item_1:hover .slider-item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000000;
    top: 0;
    left: 0;
    z-index: 999999
}

.flex-slide.item_3:hover .yenislide .title {
    color: #b4121d
}

.flex-slide.item_3:hover .svg {
    height: 35px;
    fill: #b4121d;
    color: #b4121d
}

.flex-slide.item_4:hover .yenislide .title {
    color: #b4121d
}

.flex-slide.item_4:hover .svg {
    height: 25px;
    fill: #b4121d;
    color: #b4121d
}

.flex-slide {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    position: relative
}

.flex-slide:hover {
    -webkit-flex-grow: 1.3;
    flex-grow: 1.3;
    -ms-grid-row: 1.3;
    z-index: 1;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.flex-slide:hover .item-img-1 {
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    transition: all .5s
}

.flex-slide.item_2:hover .item-img-1 {
    left: -50px
}

.flex-slide.item_3:hover .item-img-1 {
    left: -50px
}

.flex-slide.item_1:hover .item-img-1 {
    left: -60px
}

.flex-slide:hover .flex-title {
    -webkit-transform: translate(100px, -50%);
    -moz-transform: translate(100px, -50%);
    -ms-transform: translate(100px, -50%);
    -o-transform: translate(100px, -50%);
    transform: translate(100px, -50%);
    opacity: 0
}

.flex-slide:hover .flex-about {
    transition-delay: .5s;
    -moz-transition-delay: .5s;
    -o-animation-delay: .5s;
    -webkit-transition-delay: .5s;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    opacity: 1;
    -webkit-animation: 1s slidedown;
    -webkit-animation-fill-mode: forwards;
    position: absolute;
    top: 88%;
    z-index: 999
}

.flex-slide:hover .referans {
    opacity: 1
}

.flex-slide .flex-image {
    position: absolute;
    top: 25%;
    background-repeat: no-repeat;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    left: 50%;
    transform: translateX(-50%)
}

.flex-slide:hover .flex-image {
    top: 40%
}

.flex-slide .ttm-btn:hover {
    background-color: #0b0c26
}

.flex-about .link_sektor {
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    text-decoration: none
}

.flex-slide>img {
    position: absolute;
    width: 110%;
    height: 100%;
    object-fit: cover;
    transform: skew(8deg) scale(1.21);
    z-index: -1;
    left: -8px
}

.flex-slide .referans {
    display: flex;
    flex-direction: column
}

.flex-slide .slide {
    position: relative;
    top: 50px;
    left: -100%;
    background-color: #fff;
    padding: 15px 25px;
    border-top-right-radius: 21px;
    border-bottom-left-radius: 21px;
    margin-bottom: 20px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 0;
    width: 22%
}

.flex-slide .slide:first-child {
    transition-delay: 0s
}

.flex-slide .slide:nth-child(2) {
    transition-delay: .1s
}

.flex-slide .slide:nth-child(3) {
    transition-delay: .2s
}

.flex-slide .slide:nth-child(4) {
    transition-delay: .3s
}

.flex-slide:hover .slide {
    left: 50%;
    opacity: 1;
    transform: translateX(-50%)
}

.mobilegizle {
    display: block
}

.slider-item {
    position: relative;
    width: 101%;
    height: 100%;
    min-height: 500px;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0) skew(-8deg, 0deg);
    -moz-transform: translate3d(0, 0, 0) skew(-8deg, 0deg);
    -ms-transform: translate3d(0, 0, 0) skew(-8deg, 0deg);
    transform: translate3d(0, 0, 0) skew(-8deg, 0deg);
    transition: all .5s
}

.flex-slide.item_1 .item-img-1 {
    left: -170px
}

.item-img-1 {
    height: 700px;
    width: 100%;
    top: 0;
    position: absolute;
    left: -240px;
    -webkit-transform: translate3d(0, 0, 0) skew(8deg, 0deg);
    -moz-transform: translate3d(0, 0, 0) skew(8deg, 0deg);
    -ms-transform: translate3d(0, 0, 0) skew(8deg, 0deg);
    transform: translate3d(0, 0, 0) skew(8deg, 0deg);
    transition: all .5s
}

.flex-slide.item_3 .item-img-1 {
    left: -250px
}

.item-img-1 img {
    height: 100%
}

.hidden {
    display: none
}

.diller {
    width: 100%;
    padding: 0;
    height: 100%;
    background-image: url(../img/global.jpg);
    background-position: bottom
}

.videomobil {
    margin: 0 80px 0 0
}

.tab_urun.eq-about-navs li a {
    font-size: 15px
}

.swiper-wrapper .swiper-slide.bg-secondary-gradient img {
    width: 100%
}

.main-lg-bg {
    height: 700px;
    position: absolute;
    top: 0;
    width: 100%
}

.container-max {
    max-width: 2000px;
    margin: 0 auto
}

@media screen and (max-width:1600px) {
    .flex-slide.item_3:hover .item-img-1 {
        left: -245px
    }

    .flex-slide.item_4:hover .item-img-1 {
        left: -240px
    }

    .flex-slide.item_1:hover .item-img-1 {
        left: -215px
    }

    .flex-slide.item_2:hover .item-img-1 {
        left: -200px
    }
}

@media screen and (max-width:1400px) {
    .item-img-1 {
        height: 100%;
        width: 100%;
        top: 0;
        position: absolute;
        left: -140px;
        -webkit-transform: translate3d(0, 0, 0) skew(8deg, 0deg);
        -moz-transform: translate3d(0, 0, 0) skew(8deg, 0deg);
        -ms-transform: translate3d(0, 0, 0) skew(8deg, 0deg);
        transform: translate3d(0, 0, 0) skew(8deg, 0deg);
        transition: all .5s
    }

    .flex-slide.item_1 .item-img-1 {
        left: -140px !important
    }

    .flex-slide.item_2:hover .item-img-1 {
        left: -120px !important
    }

    .flex-slide.item_3 .item-img-1 {
        left: -120px !important
    }

    .flex-slide.item_4 .item-img-1 {
        left: -160px !important
    }

    .flex-slide>img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: skew(5deg) scale(1.21);
        z-index: -1
    }

    .banner_slide .flex-slide.item_1 .svg {
        height: 40px !important;
        fill: #fff;
        color: #fff
    }

    .banner_slide .svg {
        height: 40px;
        fill: #fff;
        color: #fff
    }

    .flex-container {
        position: relative;
        width: 109%;
        display: -webkit-flex;
        display: flex;
        overflow: hidden;
        height: 100%;
        transform: translateX(-4%)
    }

    .yenislide .title {
        color: rgb(255 255 255);
        font-weight: 700;
        font-size: 12px;
        line-height: 20px;
        margin-left: 8px
    }

    .flex-slide.item_3:hover .svg {
        height: 35px;
        fill: #b4121d;
        color: #b4121d
    }

    .flex-slide.item_1:hover .svg {
        height: 30px;
        fill: #b4121d;
        color: #b4121d
    }

    .flex-slide.item_2:hover .svg {
        height: 40px;
        fill: #b4121d;
        color: #b4121d
    }

    .flex-slide.item_4:hover .svg {
        height: 25px;
        fill: #b4121d;
        color: #b4121d
    }
}

@media screen and (max-width:1330px) {
    .flex-slide.item_1 .item-img-1 {
        left: -165px !important
    }

    .item-img-1 {
        left: -55% !important
    }

    .flex-slide.item_3 .item-img-1 {
        left: -140px !important
    }

    .main-lg-bg {
        display: none
    }
}

@media screen and (max-width:1300px) {
    .item-img-1 {
        height: 100%;
        width: 100%;
        top: 0;
        position: absolute;
        left: -25%;
        -webkit-transform: translate3d(0, 0, 0) skew(8deg, 0deg);
        -moz-transform: translate3d(0, 0, 0) skew(8deg, 0deg);
        -ms-transform: translate3d(0, 0, 0) skew(8deg, 0deg);
        transform: translate3d(0, 0, 0) skew(8deg, 0deg);
        transition: all .5s
    }

    .logox:not(:last-child):after {
        content: "";
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%) translateX(23px);
        width: 1px;
        height: 60px;
        background: #b2b0b0;
        opacity: .3
    }

    .flex-slide.item_1:hover .item-img-1,
    .flex-slide.item_3:hover .item-img-1,
    .flex-slide.item_4:hover .item-img-1 {
        left: -7%
    }

    .flex-slide:hover .item-img-1 {
        left: -60px
    }
}

@media screen and (max-width:1200px) {
    .flex-slide.item_4 .item-img-1 {
        left: -195px !important
    }

    .flex-slide.item_3 .item-img-1 {
        left: -170px !important
    }

    .flex-slide.item_2 .item-img-1 {
        left: -190px !important
    }

    .flex-slide.item_1 .item-img-1 {
        left: -105px !important
    }
}

@media (max-width:990px)and (min-width:768px) {
    .item-img-1 img {
        top: -12vh
    }
}

@media screen and (max-width:991px) {
    .yenislide {
        padding: 20px 0 !important;
        left: 4% !important
    }

    .slider-item {
        min-height: 33vh;
        transform: translate3d(0, 0, 0) skew(-7deg, 0deg) !important
    }

    .item-img-1 img {
        height: unset;
        width: 100% !important;
        position: absolute;
        top: 50%;
        transform: translateY(-50%)
    }

    .yenislide .title {
        text-align: unset !important;
        font-size: 20px
    }

    .yenislide {
        display: flex;
        align-items: center;
        justify-content: left;
        margin-top: 0 !important;
        margin-right: auto !important;
        background-color: #0000001c;
        padding: 5px
    }

    .flex-slide.item_4 .yenislide {
        margin-left: 0
    }

    .flex-slide.item_2:hover .item-img-1 {
        left: 0 !important
    }

    .flex-slide.item_1 .item-img-1 {
        left: 0 !important
    }

    .flex-slide.item_2 .item-img-1 {
        left: 0 !important
    }

    .flex-slide.item_3 .item-img-1 {
        left: 0 !important
    }

    .flex-slide.item_4 .item-img-1 {
        left: 0 !important
    }

    .flex-slide.item_3 .item-img-1 {
        left: auto
    }

    .flex-slide.item_4 .item-img-1 {
        left: auto
    }

    .flex-slide:hover {
        -webkit-flex-grow: 2;
        flex-grow: 1.3;
        -ms-grid-row: 2;
        z-index: 1;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        overflow: hidden
    }

    .flex-slide:hover .item-img-1 {
        left: auto
    }

    .flex-slide:hover .item-img-1 {
        height: 100%;
        width: 100%;
        top: 0;
        position: absolute;
        left: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
        transition: all .5s
    }

    .flex-slide.item_1:hover .item-img-1,
    .flex-slide.item_3:hover .item-img-1,
    .flex-slide.item_4:hover .item-img-1 {
        left: auto
    }
}

@media screen and (max-width:571px) {
    .flex-slide:hover {
        -webkit-flex-grow: 1;
        flex-grow: 1;
        -ms-grid-row: 1;
        z-index: 1;
        overflow: hidden;
        transform: none!important;
    }

    .flex-slide:hover .item-img-1 {
        transform: scale(1.1)
    }

    .flex-slide.item_4 .yenislide {
        margin-left: 0
    }

    .ptb-60 {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .flex-slide {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        cursor: pointer;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        position: relative;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important
    }
    .slider-item {
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 28vh;
        overflow: hidden;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none!important;
        transition: all 0.5s!important;
    }
    .yenislide .title {
        color: rgb(255 255 255);
        font-weight: 400;
        font-size: 14px;
        line-height: 12px;
        margin-left: 8px;
        background: none!important;
    }

    .yenislide {
        left: 4%!important;
        display: flex;
        align-items: center;
        justify-content: left;
        margin-top: 0px !important;
        margin-right: auto !important;
        background-color: #0000001c!important;
        padding: 5px!important;
    }
    .item-img-1 {
        transform: none!important;
        -webkit-transform: none!important;
    }
}

@media screen and (max-width:991px) and (max-height:450px) and (orientation:landscape) {
    .flex-container {
        flex-direction: initial;
        transform: translateX(-20px);
        width: 107%;
        height: calc(100vh - 120px)
    }

    .slider-item {
        position: relative;
        width: 101%;
        height: 100%;
        min-height: auto;
        overflow: hidden;
        -webkit-transform: translate3d(0, 0, 0) skew(-8deg, 0deg);
        -moz-transform: none;
        -ms-transform: none;
        transform: translate3d(0, 0, 0) skew(-8deg, 0deg);
        transition: all .5s
    }

    .item-img-1 {
        height: 100%;
        width: 100%;
        top: 0;
        position: absolute;
        left: auto;
        -webkit-transform: translate3d(0, 0, 0) skew(8deg, 0deg);
        -moz-transform: none;
        -ms-transform: none;
        transform: translate3d(0, 0, 0) skew(8deg, 0deg);
        transition: all .5s
    }

    .msustu {
        display: block !important
    }

    .mblustu {
        display: none !important
    }

    .item-img-1 img {
        height: 100%;
        width: auto;
        display: block;
        object-fit: cover
    }

    .flex-slide.item_1 .item-img-1 {
        left: -80px !important
    }

    .flex-slide.item_2 .item-img-1 {
        left: -80px !important
    }

    .flex-slide.item_3 .item-img-1 {
        left: -60px !important
    }

    .flex-slide.item_4 .item-img-1 {
        left: -80px !important
    }

    .flex-slide:hover .item-img-1 {
        height: 100%;
        width: 100%;
        top: 0;
        position: absolute;
        -webkit-transform: translate3d(0, 0, 0) skew(8deg, 0deg);
        -moz-transform: translate3d(0, 0, 0) skew(8deg, 0deg);
        -ms-transform: translate3d(0, 0, 0) skew(8deg, 0deg);
        transform: translate3d(0, 0, 0) skew(8deg, 0deg);
        transition: all .5s
    }

    .flex-slide:hover {
        -webkit-flex-grow: 2;
        flex-grow: 1.3;
        -ms-grid-row: 2;
        z-index: 1;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        overflow: initial
    }

    .flex-slide.item_2:hover .item-img-1 {
        left: -64px !important
    }

    .yenislide .title {
        color: rgb(255 255 255);
        font-weight: 700;
        font-size: 8px;
        line-height: 12px;
        margin-left: 8px;
        background-color: none!important;
    }

    .yenislide {
        left: 10%;
        display: flex;
        align-items: center;
        justify-content: left;
        margin-top: 0px !important;
        margin-right: auto !important;
        background-color: #0000001c;
        padding: 5px;
    }

    .banner_slide .flex-slide .svg {
        height: 20px !important;
        fill: #fff;
        color: #fff
    }

    .banner_slide .flex-slide.item_1 .svg {
        height: 20px !important
    }

    .flex-slide:hover .yenislide {
        left: 9%
    }
}