﻿.mobile-slider {
    display: none;
}


/*Hamburger*/
.hamburger-ac {
    z-index: 999999;
    display: none;
}

.menu-h1 {
    background-color: transparent;
    border: none !important;
    cursor: pointer;
    display: none;
    padding: 0;
    outline: unset !important;
}


    .menu-h1.opened {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 99999999999999;
    }

    .menu-h1 > svg {
        width: 50px;
        height: 54px;
    }

.line-h1 {
    fill: none;
    stroke: #152161;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1-h1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}

.line2-h1 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
}

.line3-h1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}

.opened .line1-h1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
    stroke: #fff;
}

.opened .line2-h1 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
    stroke: #fff;
}

.opened .line3-h1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
    stroke: #fff;
}

@media screen and (min-width:991px) {
    .transporter-popup > .in {
        max-width: 70%;
    }
}

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

    .hamburger-ac {
        display: block;
    }

    .menu-h1 {
        display: flex;
    }

    .header-main > .header-container > .in > .right {
        display: none;
    }
}

@media screen and (min-width:1024px) and (max-width:1366px) {
    .info-page-bb > .items > .item > .top > img {
        height: 269px;
        width: auto;
    }


    .home-page-slider-in {
        height: 700px;
    }

    .slider-main {
        position: relative;
    }
}

.modal-open .modal {
    z-index: 9999999;
}

@media screen and (min-width:320px) and (max-width: 520px) {
    .whatsapp {
        display: block  !important;
    }
    .new-video-box .video-info {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

        .new-video-box .video-info .video-info-title {
            font-size: 34px;
            text-shadow: 0 0 8px black;
            color: white;
            margin-right: 0px;
            line-height: 38px;
            text-align: center;
            max-width: 560px;
            margin-bottom: 25px;
        }
    .new-video-box {
        height: 480px;
    }
        .new-video-box .video-info .video-info-play-btn {
            width: 120px;
            height: 120px;
        }
            .new-video-box .video-info .video-info-play-btn i {
                font-size: 120px;
            }

    .new-video-box .video-item video {
        width: 100%;
    }

    .banner-area .banner-content {
        width: 100%;
    }

    .sust-area .sust-text {
        width: 100%;
    }
    body > div.news-title > div > div > h2 {
        margin: unset;
        font-size: 36px;
        font-family: 'Helvetica-Neue-Medium';
        color: #000000d1;
        text-align: center;
    }
    .news-title {
        width: 100%;
        padding-bottom: 26px;
        padding-top: 23px;
    }
    body > div.news-box > div {
        padding: unset;
        display: flex;
        flex-wrap: wrap;
        margin: auto;
        justify-content: center;
        width: 90%;
    }
    body > div.news-box > div > div {
        width: 100%;
        border-top: unset;
        border-radius: 3px;
        -webkit-box-shadow: 9px 12px 13px -3px rgb(0 0 0 / 47%);
        -moz-box-shadow: 9px 12px 13px -3px rgb(0 0 0 / 47%);
        box-shadow: 0 0 13px -3px rgb(0 0 0 / 31%);
        margin-right: unset;
        margin-bottom: 20px;
    }
    .new-detail .container {
        padding: unset;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        width: 90%;
    }
        .new-detail .container .left {
            width: 100%;
        }
        .new-detail .container .right {
            width: 100%;
            padding-top: 25px;
        }
    body > div.new-detail > div > div.right > div.title {
        width: 100%;
        padding-bottom: 10px;
    }
    body > div.new-detail > div > div.right > div.text > p {
        margin: unset;
        font-family: 'Helvetica-Neue-Light';
        color: #000;
        font-size: 15px;
        width: 100%;
    }
    body > div.new-detail > div > div.right > div.title > h3 {
        margin: unset;
        font-size: 26px;
        font-family: 'Helvetica-Neue-Medium';
        color: #000000d1;
    }
    .halka-arz .web-banner {
        display: none;
    }

    .halka-arz .mobile-banner {
        display: block;
    }
    .slider-main {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-direction: column-reverse;
        overflow: hidden;
    }


    .management-new {
        display: flex;
        margin-top: 60px;
        flex-wrap: wrap;
    }

    .management-div-left {
        width: 100%;
        position: relative;
        display: flex;
        justify-content: center;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .management-image-new {
        max-width: 258px;
    }

    .management-div-left .line {
        position: absolute;
        height: 3px;
        width: 100%;
        background-color: #0047a8;
        right: 0;
        top: unset;
        bottom: 0px;
        border-radius: 6px;
    }

    .management-div-bottom-right h2 {
        font-size: 20px;
    }

    .management-div-bottom-right {
        width: 50%;
        padding-left: 16px;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        font-size: 15px;
        line-height: 25px;
    }

    .management-div-bottom-right {
        font-size: 13px;
        line-height: 18px;
        width: 100%;
    }

    .signiture-right .in .title {
        font-size: 18px;
    }

    .signiture-right .in .text {
        font-size: 18px;
    }








    .info-page-bb > .title {
        text-align: center;
    }

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

    .management-div-bottom {
        display: block;
        overflow: hidden;
        padding: 10px;
        color: #1a1a1a;
        font-family: 'Helvetica-Neue-Light';
        font-weight: 300;
        margin-top: 24px;
        padding-left: 3px;
        margin-bottom: 24px;
        text-align: justify;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        /* hyphens: auto; */
        font-size: 14px !important;
    }


    .swiper-slide {
        background-position: bottom;
        background-size: 100%;
        background-repeat: no-repeat;
        position: relative;
        padding-top: 100%;
    }

    .home-page-slider-in {
        background-repeat: no-repeat;
        background-position: initial;
        background-size: 100%;
        padding: 0px;
        flex-wrap: wrap;
        align-items: unset;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }





    .corporate-part-1 > .part-2 > .person > .person-dv > .right > .buton {
        display: block;
        font-size: 18px;
        font-family: 'Helvetica Neue';
        cursor: pointer;
        color: #ffff;
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        left: 0;
    }

    .info-page-button-slide-prew {
        right: 67px !important;
    }

    .branch-list .branch {
        width: 100%;
        padding: 20px;
        border-bottom: 1px solid #2247a8;
    }

    .logo-kod > img {
        margin-top: 10px;
    }

    .icon-bar a {
        display: block;
        text-align: center;
        padding: 7px;
        transition: all 0.3s ease;
        color: white;
        font-size: 14px;
    }

    .container-video > .texts > .text {
        font-size: 17px;
        line-height: 25px;
    }

    .video-bg > .video-poster > .play-button {
        width: 50px;
        height: 50px;
        top: unset;
        bottom: 0px;
    }

        .video-bg > .video-poster > .play-button:before {
            width: 60px;
            height: 60px;
        }

        .video-bg > .video-poster > .play-button:after {
            width: 80px;
            height: 80px;
        }

    .video-bg > .video-poster > .play-button {
        z-index: 9999;
    }

    .container {
        padding-right: 5px;
        padding-left: 5px;
    }

    .video-bg {
        height: 440px;
    }
        .video-bg > .video-poster video{
            width:auto !important;
            height:440px !important;
        }
        .video-bg > .video-poster {
            background-position: left;
        }
    .video-gursel {
        height: 450px;
    }

    .footer-main > .container > .top > .foter-text > .title {
        font-size: 11px;
        margin-bottom: 6px;
    }
    .footer-main > .container > .top > .foter-text > .light:nth-child(1) {
        border-bottom: 1px solid white;
        margin-top: 0px;
        font-size: 11px !important;
    }
    .investor-part-1 > .infos > .bottom {
        overflow-x: scroll;
    }

        .investor-part-1 > .infos > .bottom > table > tbody > tr > .bg-gray-table {
            min-width: 125px;
        }

    .investor-part-1 > .buttons > .button > .top > img {
        width: 37px;
    }

    .icon-bar {
        position: fixed;
        top: 100%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translate(0px,-100%);
        z-index: 99999;
    }

    .info-bar-home-page > .top {
        bottom: -163px;
        padding: 15px 20px;
    }

    .four-bar-main {
        padding-top: 10px;
    }

    .single-info-bar {
        height: 257px;
        background-size: cover;
        background-position: left;
        align-items: end;
        padding-bottom: 0;
        padding-left: 0;
    }

    .home-page-text-part-1 {
        padding-top: 100px;
    }

        .home-page-text-part-1 > .line {
            height: 60px;
        }

        .home-page-text-part-1 > p {
            font-family: 'Helvetica-Neue-Light';
            font-size: 15px;
        }

    .under-corporate-buttons > .under-button {
        padding: 23px 19px;
        width: 50%;
    }

    .mobile-slider {
        display: block;
    }

    .info-page-image-silde {
        height: 143px;
    }

    .web-slider {
        display: none;
    }

    .slider-main > .abs-div {
        display: flex;
        position: unset;
        width: 100%;
        overflow: hidden;
        transform: unset;
        left: unset;
        flex-wrap: wrap;
        justify-content: center;
        background-color: #0047ab;
    }
        .slider-main > .abs-div > .button {
            display: flex;
            background: #0047ab;
            padding: 11px 17px;
            width: 285px;
            height: 59px;
            position: relative;
            width: 50%;
            border: 1px solid #6587b733;
        }
            .slider-main > .abs-div > .button > .part1 {
                display: flex;
                font-size: 15px;
                font-family: 'Helvetica-Neue-Medium';
                color: #fff;
                width: 190px;
                cursor: pointer;
                justify-content: center;
                align-items: center;
            }
    .form-flex {
   
        width: 98%;
      
    }
                .slider-main > .abs-div > .button > .part1 > .cube {
                    padding: 5px 8px;
                    margin-left: 12px;
                    border: unset;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    position: absolute;
                    right: 2px;
                }
    .home-page-slider-in {
        height: auto;
        width: 100%;
        background-position: 95% 0%;
        padding: 0px;
        flex-wrap: wrap;
        align-items: unset;
    }

    .info-page-button-slide .swiper-button-next, .info-page-button-slide .swiper-rtl .swiper-button-prev {
        right: 44px;
    }

    .info-page-button-slide {
        top: unset !important;
        bottom: 0% !important;
        width: 29px !important;
        height: 26px !important;
        border: 1px solid !important;
        opacity: 1 !important;
        color: #152161 !important;
    }

    .count-home-page-main > .top > .title {
        font-size: 19px;
        line-height: 28px;
    }

    .home-page-slider-in > .texts > .button {
        width: 40%;
        font-size: 10px;
    }

    .slide-home-button {
        width: 30px !important;
        height: 20px !important;
        bottom: 10px !important;
    }

    .swiper-button-next, .swiper-rtl .swiper-button-prev {
        right: 35px;
    }

        .swiper-button-next:after, .swiper-button-prev:after {
            font-size: 9px !important;
        }

    .count-home-page-main > .bot {
        flex-wrap: wrap;
    }

    .count-home-page-main {
        padding: 25px 0px;
    }

        .count-home-page-main > .bot > .item {
            width: 49%;
            margin-bottom: 22px;
        }

            .count-home-page-main > .bot > .item > .texts > .counter {
                font-size: 32px;
                margin-bottom: 4px;
            }

    .info-bar-home-page > .top > .title {
        font-size: 17px;
        padding-right: 0;
    }

    .info-bar-home-page > .top > .text {
        padding-right: 0;
        font-size: 14px;
        margin-top: 37px;
        width: 100%;
        margin-bottom: 14px;
    }

    .mobile-flex {
        display: flex;
    }

    .footer-main > .container > .top {
        flex-wrap: wrap;
    }

    .marg-right-65px {
        margin-left: unset;
    }

    .container-video > .texts > .title {
        font-size: 26px;
    }

    .info-page-bb > .items > .item > .bottom > .text {
        font-size: 16px;
        text-align: center;
    }

    .footer-main > .container > .top > .foter-text {
        flex-direction: column;
        width: 48%;
        margin-bottom: 22px;
    }

    .footer-main {
        padding: 20px 0px;
        padding-top: 39px;
    }

    .corporate-buttons > .button {
        align-items: center;
        display: flex;
        height: 58px;
        flex-direction: column;
        border-left: 1px solid #ffffff5c;
        justify-content: center;
    }

    .corporate-part-3 > .corporate-referances-title {
        margin: unset;
        padding: unset;
    }

    .footer-bottom-in > .logo > img {
        width: 45%;
    }

    .investor-part-1 > .buttons {
        flex-wrap: wrap;
    }

    .header-main > .header-container > .in > .right {
        display: none;
    }

    .count-home-page-main > .top {
        padding: 0px 2px;
    }

    .home-four-bar > .four-info-bar > .top > .text {
        padding-right: 0;
    }

    .home-four-bar > .four-info-bar > .top > .title {
        padding-right: 0;
    }

    .home-four-bar > .four-info-bar > .top > .title {
        font-size: 17px;
    }

    .home-four-bar > .four-info-bar {
        width: 100%;
        padding: 37px 15px;
        min-height: 298px;
        background-size: cover;
    }

    .count-home-page-main > .bot > .item > .icon > img {
        width: 50px;
    }

    .count-home-page-main > .bot > .item > .icon {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 0;
        height: 60px;
    }

    .home-four-bar > .four-info-bar > .top > .text {
        margin-bottom: 29px;
        font-size: 15px;
        color: #fff;
        background: #00000000;
        backdrop-filter: blur(3px);
        line-height: 19px;
        padding: 10px;
    }

    .home-page-text-part-1 > .title {
        margin-bottom: 16px;
        font-size: 21px;
    }

    .container-video > .texts {
        left: 9px;
        width: 96%;
        top: 125px;
    }

    .header-main > .header-container {
        padding: 16px 10px;
    }

    .home-page-slider-in > .texts > .title {
        font-size: 19px;
    }

    .home-page-slider-in > .texts > .text {
        margin-top: 4px;
        font-size: 10px;
    }

    .home-page-slider-in > .texts > .desc {
        display: none;
    }

    .ref-slide-btn {
        display: none;
    }

    .home-page-slider-in > .texts {
        /*   z-index: 999;
        background-color: #0047ab;
        width: 100%;
        padding: 20px 10px;
        height: 155px;
        overflow: scroll;*/
    }

    .header-main > .header-container > .in > .left {
        width: 37%;
    }

    .investor-part-1 > .buttons > .button {
        width: 100%;
        padding: 20px 15px;
        justify-content: space-between;
        cursor: pointer;
        margin-bottom: 4px;
    }

    .corporate-buttons > .button.active:before {
        display: none;
    }

    .corporate-part-3 > .corporate-referances-div > .items {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

        .corporate-part-3 > .corporate-referances-div > .items > .item {
            margin-right: unset;
            margin-bottom: 14px;
        }

    .corporate-part-3 > .corporate-referances-title > .title {
        font-size: 21px;
    }

    .footer-main > .container > .top > .foter-text > .mobile > .button {
        margin-top: 10px;
        cursor: pointer;
        margin-left: 5px;
    }

    .container > .footer-bottom-in > .social {
        justify-content: center;
    }

    .footer-bottom-in > .texts {
        justify-content: center;
        margin: 15px 0px;
    }

    .footer-bottom-in > .logo {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer-bottom-in {
        flex-direction: column-reverse;
    }

        .footer-bottom-in > .links {
            display: none;
        }

    .footer-main > .container > .top > .foter-text > .light {
        margin-bottom: 8px;
    }

    .footer-main > .container > .top > .foter-text > .text {
        font-size: 9px;
        width: 157px;
        white-space: nowrap;
        overflow: hidden !important;
        text-overflow: ellipsis;
        margin: 4px 0px;
        text-decoration: none;
    }

    .footer-main > .container > .top > .foter-text > .mobile > .button > img {
        width: 127px;
    }

    .footer-main > .container > .top > .foter-text > .mobile {
        display: flex;
        flex-direction: column;
    }

    /*Corporate*/
    .open-map-corner > .bottom {
        justify-content: center;
    }

    .open-map-corner {
        width: 100%;
    }

    #mapClass {
        height: 470px;
    }

    .cl-rev-mbl {
        flex-direction: column-reverse;
    }

    .under-corporate-buttons {
        justify-content: space-between !important;
        width: 98% !important;
    }

    .corporate-part-2 > .accordion > .card > .collapse > .card-body > .text {
        font-size: 16px;
        line-height: 23px;
    }

    .corporate-part-2 > .accordion > .card > .card-header {
        padding: 5px;
    }

    .form-main > .bot > .input-dv > input {
        width: 82%;
    }

    .body-modal > .right-modal {
        width: 95%;
    }

        .body-modal > .right-modal > .top > button {
            width: 30px;
            height: 30px;
        }

    .body-modal > .left-modal {
        width: 54%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #infoImageUrl {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        padding-top: 25px;
    }

    .body-modal > .right-modal > .top > button > span {
        margin-bottom: 5px;
    }

    #infoImageUrl > img {
        height: unset;
        width: 100% !important;
    }

    .body-modal > .right-modal > .top > .name {
        font-size: 23px;
    }

    .body-modal > .right-modal > .top > .title {
        font-size: 15px;
    }

    .form-main > .bot {
        padding: 0px 14px;
        flex-wrap: wrap;
    }

    .form-main > .top > .left > .text {
        font-size: 15px;
        border-right: unset;
    }

    .form-main > .top > .right {
        display: none;
    }

    .form-main > .top {
        display: flex;
        padding: 18px 17px;
    }

        .form-main > .top > .left {
            width: 100%;
        }

    .form-main > .botto {
        padding: 1px 22px;
        padding-bottom: 17px;
    }

    .form-main > .bot > .input-dv {
        padding: 12px 26px;
        width: 100%;
        margin-bottom: 13px;
    }

    .corporate-buttons {
        overflow-x: scroll;
        justify-content: unset;
        width: 100%;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }

        .corporate-buttons > .button {
            padding: 10px 18px;
        }

    .corporate-part-1 > .part-1 > .main-text > .signiture > .in {
        width: 66%;
    }

    .corporate-part-1 > .part-1 > .main-text > .corporate-pre {
        flex-wrap: wrap;
    }

    .corporate-part-1 > .part-2 > .person > .person-dv {
        height: 110px;
        margin-bottom: 10px;
        background: #fff;
    }

        .corporate-part-1 > .part-2 > .person > .person-dv > .left {
            width: 60px;
        }

            .corporate-part-1 > .part-2 > .person > .person-dv > .left > img {
                height: 100%;
            }

    .corporate-part-2 > .part-2-title > .text {
        font-size: 20px;
    }

    .corporate-part-1 > .part-2 > .person {
        margin: 0;
    }

        .corporate-part-1 > .part-2 > .person > .line-w {
            display: none;
        }

    .corporate-title-tx {
        font-size: 22px;
        letter-spacing: 1px;
    }

    .corporate-part-1 > .part-1 > .main-text > .signiture > .in > .title {
        font-size: 24px;
    }

    .corporate-part-4 > .form-div-pt4 > .title {
        font-size: 20px;
    }

    .corporate-part-4 > .form-div-pt4 > .part {
        margin-bottom: 16px;
    }

    .wt-50 {
        width: 100%;
    }

    .corporate-part-1 > .part-2 > .person > .line-f {
        display: none;
    }

    .corporate-part-1 > .part-2 > .person > .person-dv > .line {
        display: none;
    }

    .margin-top-e {
        margin-top: 48px !important;
    }

    .corporate-part-1 > .part-2 > .person {
        flex-wrap: wrap;
        padding-top: 0px;
        background: #efefef3b;
    }

        .corporate-part-1 > .part-2 > .person > .person-dv > .right {
            background: #fff;
            padding: 10px 11px;
            width: calc(100% - 59px);
        }

    .corporate-part-1 > .part-1 > .main-text > .corporate-pre > img {
        width: 100%;
        height: 100%;
    }



    .mobile-dsplay-none {
        display: none;
    }

    .mobile-drop-down > .mobile {
        display: block;
    }

    /*Corporate*/
    /*İnfo page*/
    .info-page-bb > .items > .item > .top > img {
        height: 208px;
    }

    .es-info-mobile-minwith {
        display: flex;
        justify-content: center;
        min-width: 215px !important;
    }

    .info-page-lr-pt {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

        .info-page-lr-pt > .text-dv {
            width: 100%;
            padding: 13px;
        }

        .info-page-lr-pt > .image-dv {
            width: 100%;
        }

        .info-page-lr-pt > .text-dv > .title {
            font-size: 25px;
            margin-bottom: 13px;
            text-align: center;
        }

    .button-swipe {
        display: none;
    }

    .info-page-bb > .items {
        flex-wrap: wrap;
    }

        .info-page-bb > .items > .item {
            width: 100%;
        }

    .info-page-lr-pt {
        flex-wrap: wrap;
    }



    .ınfo-pge-title-yellow > .title {
        margin-top: 7px;
        margin-bottom: 0px;
    }

    .contact-page-title {
        padding: 0px 0px;
        text-align: center;
        margin-top: 7px;
        margin-bottom: 14px;
    }

    .info-page-texts {
        margin: 32px 0px;
    }

    .contact-map > .right {
        width: 100%;
        height: 330px;
    }

    .contact-map {
        display: flex;
        flex-direction: column-reverse;
    }

    .title-three-w > .title {
        margin-bottom: 27px;
        color: black;
        font-size: 17px !important;
        font-family: 'Roboto';
        font-weight: 300;
    }

    .secnd-header {
        padding: 0px 1px;
        color: #fff !important;
    }

        .secnd-header > .page {
            font-size: 11px;
        }

    .flx-cl-reverse {
        flex-direction: column !important;
    }

    .info-page-lr-pt > .text-dv > .text {
        font-size: 16px;
        line-height: 20px;
        text-align: center;
    }

    .info-page-texts > .text {
        margin: 24px 0;
        font-size: 17px;
        text-align: center;
    }

    .info-page-bb > .title {
        font-size: 24px;
        text-align: center;
    }

    .info-page-slide-height {
        height: unset !important;
    }

        .info-page-slide-height .swiper-slide {
            padding-top: 0px;
        }


    .info-page-texts {
        margin: 14px 0px;
        padding: 20px 0px;
    }

    .padding-info {
        padding: 30px 0px;
    }

    .contact-map > .left {
        width: 100%;
        padding: 36px 28px;
        margin-bottom: 25px;
    }

        .contact-map > .left > .tx-dv > .text {
            padding-right: 0;
        }

    .contact-page-title > .title {
        font-size: 20px;
        padding: 0px 0%;
    }
    .contact-pge {
        margin-top: 8px;
        display: flex;
        flex-wrap: wrap;
    }
    .contact-pge > .button {
        font-size: 11px;
        padding: 20px 4px;
    }

    .part-form > .button-t > .button {
        width: 55% !important;
    }

    /*İnfo page*/
    .login-main > .main {
        width: 100%;
        flex-wrap: wrap;
        margin: 0 auto;
        flex-direction: column-reverse;
    }

        .login-main > .main > .right {
            width: 100%;
            border-bottom-right-radius: 0;
            border-top-right-radius: 0;
            padding: 68px 9px;
        }

    .login-main {
        width: 100%;
        height: unset;
    }

        .login-main > .main > .right {
            width: 100%;
            border-bottom-right-radius: 0;
            border-top-right-radius: 0;
            display: flex;
            flex-direction: column;
            padding: 68px 9px;
            justify-content: center;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }

        .login-main > .main > .left > .top {
            display: none;
            justify-content: center;
            align-items: center;
        }


        .login-main > .main > .left {
            width: 100%;
            padding: 44px 15px;
            border-bottom-left-radius: 0;
            border-top-left-radius: 0;
        }


    element.style {
        background-image: url(../images/slider-bg.png);
    }
}

@media screen and (min-width:768px) and (max-width: 768px) {
    .whatsapp {
        display: block !important;
    }

    .banner-area .banner-content {
        width: 100%;
    }
    .sust-area .sust-text {
        width: 100%;
    }




    .halka-arz .web-banner {
        display: none;
    }

    .halka-arz .mobile-banner {
        display: block;
    }
    .management-div-bottom {
        display: block;
        overflow: hidden;
        padding: 10px;
        color: #1a1a1a;
        font-family: 'Helvetica-Neue-Light';
        font-weight: 300;
        margin-top: 24px;
        padding-left: 3px;
        margin-bottom: 24px;
        text-align: justify;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        /* hyphens: auto; */
        font-size: 18px !important;
    }

    .home-page-slider-in {
        height: 500px;
        padding: 10px 10px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        display: flex;
        align-items: center;
        padding: 10px 88px;
        width: 100%;
    }
}

@media screen and (min-width:520px) and (max-width: 766px) {
    .whatsapp {
        display: block !important;
    }
    .new-video-box .video-info {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
        .new-video-box .video-info .video-info-title {
            font-size: 39px;
            text-shadow: 0 0 8px black;
            color: white;
            margin-right: 0px;
            line-height: 38px;
            text-align: center;
            max-width: 560px;
            margin-bottom: 25px;
        }
        .new-video-box .video-info .video-info-play-btn {
            width: 120px;
            height: 120px;            
        }
            .new-video-box .video-info .video-info-play-btn i {
                font-size: 120px;
            }

    .new-video-box .video-item video {
        width: 100%;
    }





    .banner-area .banner-content {
        width: 100%;
    }

    .sust-area .sust-text {
        width: 100%;
    }
    body > div.news-box > div > div {
        width: 49%;
        border-top: unset;
        border-radius: 3px;
        -webkit-box-shadow: 9px 12px 13px -3px rgb(0 0 0 / 47%);
        -moz-box-shadow: 9px 12px 13px -3px rgb(0 0 0 / 47%);
        box-shadow: 0 0 13px -3px rgb(0 0 0 / 31%);
        margin-right: unset;
        margin-bottom: 20px;
    }
    .news-title {
        width: 100%;
        padding-bottom: 30px;
        padding-top: 20px;
    }
    body > div.news-box > div {
        padding: unset;
        display: flex;
        flex-wrap: wrap;
        margin: auto;
        justify-content: space-between;
        width: 90%;
    }
    .new-detail .container {
        padding: unset;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        width: 90%;
    }

        .new-detail .container .left {
            width: 100%;
        }

        .new-detail .container .right {
            width: 100%;
            padding-top: 25px;
        }

    body > div.new-detail > div > div.right > div.title {
        width: 100%;
        padding-bottom: 10px;
    }

    body > div.new-detail > div > div.right > div.text > p {
        margin: unset;
        font-family: 'Helvetica-Neue-Light';
        color: #000;
        font-size: 15px;
        width: 100%;
    }

    body > div.new-detail > div > div.right > div.title > h3 {
        margin: unset;
        font-size: 26px;
        font-family: 'Helvetica-Neue-Medium';
        color: #000000d1;
    }
    .halka-arz .web-banner {
        display: none;
    }

    .halka-arz .mobile-banner {
        display: block;
    }
    .slider-main {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-direction: column-reverse;
        overflow: hidden;
    }

        .slider-main > .abs-div {
            display: flex;
            position: unset;
            width: 100%;
            overflow: hidden;
            transform: unset;
            left: unset;
            flex-wrap: wrap;
            justify-content: center;
            background-color: #0047ab;
        }


            .slider-main > .abs-div > .button {
                display: flex;
                background: #0047ab;
                padding: 11px 17px;
                width: 285px;
                height: 59px;
                position: relative;
                justify-content:center;
                width: 50%;
                border: 1px solid #6587b733;
            }

                .slider-main > .abs-div > .button > .part1 > .cube {
                 
                    position: absolute;
                    right: 23px;
                }











    .management-new {
        display: flex;
        margin-top: 60px;
        flex-wrap: wrap;
    }
    .management-div-left {
        width: 100%;
        position: relative;
        display: flex;
        justify-content: center;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .management-image-new {
        max-width: 258px;
    }
    .management-div-left .line {
        position: absolute;
        height: 3px;
        width: 100%;
        background-color: #0047a8;
        right: 0;
        top: unset;
        bottom: 0px;
        border-radius: 6px;
    }

    .management-div-bottom-right h2 {
        font-size: 20px;
    }

    .management-div-bottom-right {
        width: 50%;
        padding-left: 16px;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        font-size: 15px;
        line-height: 25px;
    }

    .management-div-bottom-right {
        font-size: 13px;
        line-height: 18px;
        width: 100%;
    }

    .signiture-right .in .title {
        font-size: 18px;
    }

    .signiture-right .in .text {
        font-size: 18px;
    }










    .info-page-bb > .items > .item > .top > img {
        height: 151px;
    }
    .corporate-part-1 > .part-2 > .person > .person-dv > .right > .buton {
        display: block;
        font-size: 18px;
        font-family: 'Helvetica Neue';
        cursor: pointer;
        color: #ffff;
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        left: 0;
    }
    .management-div-bottom {
        display: block;
        overflow: hidden;
        padding: 10px;
        color: #1a1a1a;
        font-family: 'Helvetica-Neue-Light';
        font-weight: 300;
        margin-top: 24px;
        padding-left: 3px;
        margin-bottom: 24px;
        text-align: justify;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        /* hyphens: auto; */
        font-size: 16px !important;
    }

    .branch-list .branch {
        width: 100%;
        padding: 20px;
        border-bottom: 1px solid #2247a8;
    }

    .icon-bar a {
        display: block;
        text-align: center;
        padding: 7px;
        transition: all 0.3s ease;
        color: white;
        font-size: 14px;
    }

    .video-bg > .video-poster > .play-button {
        z-index: 9999;
        width: 50px;
        height: 50px;
    }

    .count-home-page-main > .top > .title {
        font-size: 18px;
        letter-spacing: 1px;
        line-height: 19px;
    }

    .single-info-bar {
        height: 240px;
        background-position: left;
        background-size: cover;
    }

    .s.info-bar-home-page > .top {
        padding: 15px 40px;
    }

    .investor-part-1 > .infos > .bottom {
        overflow-x: scroll;
    }

    .count-home-page-main > .bot > .item > .texts > .counter {
        font-size: 37px;
    }

    .investor-part-1 > .infos > .bottom > table > tbody > tr > td {
        min-width: 130px;
    }

    .body-modal > .left-modal {
        width: 50%;
    }

    .modal-open .modal {
        z-index: 9999999;
    }

    .corporate-part-1 > .part-1 > .main-text > .signiture > .in {
        width: 39%;
    }

    .login-main > .main {
        width: 100%;
        height: unset;
        flex-direction: column-reverse;
        align-items: center;
    }

        .login-main > .main > .left {
            width: 422px;
            padding: 43px 47px;
            flex-direction: column;
            justify-content: space-evenly;
            border-bottom-left-radius: 17px;
            border-top-left-radius: 0;
            border-bottom-right-radius: 17px;
        }

        .login-main > .main > .right {
            width: 426px;
            border-bottom-right-radius: 0;
            border-top-right-radius: 17px;
            border-top-left-radius: 17px;
            padding: 80px 20px;
            justify-content: center;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }

            .login-main > .main > .right > .text {
                font-size: 30px;
            }

            .login-main > .main > .right > .tetx-2 {
                margin-top: 22px;
                font-size: 16px;
            }

        .login-main > .main > .left > .top > img {
            display: none;
        }

    .info-page-lr-pt {
        flex-direction: column-reverse;
    }

        .info-page-lr-pt > .text-dv {
            width: 100%;
        }

    .info-page-image-silde {
        height: 100%;
    }

    .padding-info {
        padding: 40px 0px;
    }

    .info-page-texts > .text {
        font-size: 16px;
    }

    .corporate-title-tx {
        margin-top: 31px;
        padding: 0px 0px;
    }

    .title-three-w > .title {
        margin-bottom: 29px;
    }

    .contact-page-title {
        padding: 3px;
        padding-bottom: 0;
    }

    .contact-page-title {
        margin-top: 0;
    }

    .flx-cl-reverse {
        flex-direction: column;
    }

    .info-page-lr-pt > .text-dv > .title {
        font-size: 34px;
    }

    .info-page-lr-pt > .image-dv {
        width: 100%;
    }



    .contact-map {
        flex-direction: column-reverse;
    }

    .part-form > .button-t > .button {
        width: 23% !important;
    }

    .contact-map > .right {
        width: 100%;
        height: 337px;
    }

    .contact-map > .left {
        width: 100%;
        padding: 72px 38px;
    }

    .mobile-drop-down > .mobile {
        display: block;
    }

    .footer-bottom-in > .links {
        display: none;
    }

    .contact-page-title > .title {
        font-size: 24px;
        padding: 0px 0%;
        margin-top: 23px;
    }

    .ınfo-pge-title-yellow > .title {
        margin-top: 26px;
        margin-bottom: 8px;
    }

    .corporate-part-3 > .corporate-referances-title > .title {
        font-size: 24px;
    }

    .mobile-dsplay-none {
        display: none;
    }

    .footer-bottom-in > .logo > img {
        width: 68%;
    }


    .footer-bottom-in > .texts > .text {
        font-size: 12px;
        font-weight: 300;
    }


    .corporate-part-3 > .corporate-referances-div > .items > .item {
        width: 218px;
    }

    .header-main > .header-container {
        padding: 0px 18px;
    }


    .corporate-part-3 > .corporate-referances-title {
        margin: 50px 0px;
        padding: 0;
    }

    .corporate-buttons > .button {
        padding: 16px 7px;
        font-size: 11px;
    }

    .investor-part-1 > .buttons > .button {
        width: 49%;
    }

    .corporate-part-1 > .part-2 > .person {
        margin: 27px 0px;
        flex-wrap: wrap;
        background: #58585805;
    }

        .corporate-part-1 > .part-2 > .person > .person-dv {
            height: 97px;
            margin: 4px 20px;
        }

            .corporate-part-1 > .part-2 > .person > .person-dv > .left {
                width: unset;
                align-items: center;
                height: 100%;
            }

                .corporate-part-1 > .part-2 > .person > .person-dv > .left > img {
                    height: 100%;
                }

            .corporate-part-1 > .part-2 > .person > .person-dv > .right > .name {
                font-size: 20px;
            }

    .mobile-slider {
        display: block;
    }

    .web-slider {
        display: none;
    }

  

    .header-main > .header-container > .in {
        padding: 10px 0;
    }

        .header-main > .header-container > .in > .left {
            width: 27%;
        }

    .home-page-slider-in > .texts {
        width: 100%;
    }

    .home-page-slider-in {
        padding: 10px 37px;
        height: 565px;
    }

        .home-page-slider-in > .texts > .title {
            font-size: 20px;
            width: 50%;
        }

        .home-page-slider-in > .texts > .text {
            margin-top: 5px;
            font-family: 'Helvetica-Neue';
            font-size: 13px;
            font-weight: 300;
            width: 50%;
        }

    .home-page-text-part-1 > .title {
        font-size: 21px;
        width: 50%;
    }

    .home-page-text-part-1 > .text {
        margin-top: 13px;
        font-family: 'Helvetica-Neue';
        font-size: 13px;
        width: 50%;
        font-weight: 300;
    }

    .home-page-slider-in > .texts > .desc {
        margin-top: 5px;
        font-size: 11px;
    }

    .home-page-slider-in > .texts > .button {
        font-size: 11px;
        margin-top: 2px;
        width: 24%;
        border-bottom: 1px solid white;
    }

    .container-video > .texts {
        left: 22px;
        width: 66%;
        top: 88px;
    }

    .slide-home-button {
        width: 20px !important;
        height: 22px !important;
    }

    .container-video > .texts > .title {
        font-size: 20px;
        padding-right: 20px;
        padding-left: 18px;
    }

    .container-video > .texts > .text {
        font-size: 15px;
        padding-right: 20px;
        padding-left: 18px;
        line-height: 15px;
    }

    .video-bg {
        height: 450px;
    }

        .video-bg video {
            width: auto !important;
            height: 450px;
        }


    .swiper-button-next, .swiper-rtl .swiper-button-prev {
        right: 47px;
    }

    .count-home-page-main > .bot {
        flex-wrap: wrap;
    }

        .count-home-page-main > .bot > .item {
            width: 49%;
            margin-bottom: 24px;
            padding: 0px 17px;
        }

    .count-home-page-main > .top {
        padding: 0px 27px;
    }

    .count-home-page-main {
        font-size: 35px;
        padding-right: 0px;
    }

    .info-bar-home-page > .top {
        padding: 0px 30px;
    }

        .info-bar-home-page > .top > .title {
            font-size: 28px;
            padding-right: 0px;
        }

        .info-bar-home-page > .top > .text {
            padding-right: 33%;
            font-size: 12px;
            margin-top: 33px;
            margin-bottom: 8px;
        }

    .info-bar-home-page .button {
        width: 120px;
        padding: 3px 14px;
        font-size: 14px;
    }

    .home-four-bar > .four-info-bar {
        width: 100%;
        padding: 37px 24px;
        margin-bottom: 11px;
        z-index: 999;
        min-height: 352px;
    }

        .home-four-bar > .four-info-bar > .top {
            bottom: -59%;
        }

            .home-four-bar > .four-info-bar > .top > .title {
                font-size: 28px;
                padding-right: 0%;
                font-weight: 400;
                min-height: 45px;
                display: flex;
                align-items: center;
            }

            .home-four-bar > .four-info-bar > .top > .text {
                padding-right: 8%;
                margin-top: 26px;
                margin-bottom: 50px;
            }

    .mobile-flex {
        display: flex;
    }

    .footer-main > .container > .top > .foter-text {
        display: flex;
        flex-direction: column;
        width: 33%;
        margin-bottom: 27px;
    }

    .footer-main {
        padding: 27px 0px;
    }

    .marg-right-65px {
        margin-left: unset;
    }

    .footer-main > .container > .top > .foter-text > .text {
        font-size: 13px;
        margin: 4px 0px;
        display: inline-block;
        width: 151px;
        white-space: nowrap;
        overflow: hidden !important;
        text-overflow: ellipsis;
    }

    .footer-main > .container > .top {
        flex-wrap: wrap;
    }

        .footer-main > .container > .top > .foter-text > .mobile > .button > img {
            width: 150px;
        }

        .footer-main > .container > .top > .foter-text > .light {
            margin: 0;
            margin-bottom: 9px;
        }
}

@media screen and (min-width:766px) and (max-width: 992px) {
    .whatsapp {
        display: block !important;
    }
    body > div.news-box > div > div {
        width: 49%;
        border-top: unset;
        border-radius: 3px;
        -webkit-box-shadow: 9px 12px 13px -3px rgb(0 0 0 / 47%);
        -moz-box-shadow: 9px 12px 13px -3px rgb(0 0 0 / 47%);
        box-shadow: 0 0 13px -3px rgb(0 0 0 / 31%);
        margin-right: unset;
        margin-bottom: 20px;
    }
    body > div.news-box > div {
        padding: unset;
        display: flex;
        flex-wrap: wrap;
        margin: auto;
        justify-content: space-between;
        width: 90%;
    }
    .new-detail .container {
        padding: unset;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        width: 90%;
    }

        .new-detail .container .left {
            width: 100%;
        }

        .new-detail .container .right {
            width: 100%;
            padding-top: 25px;
        }

    body > div.new-detail > div > div.right > div.title {
        width: 100%;
        padding-bottom: 10px;
    }

    body > div.new-detail > div > div.right > div.text > p {
        margin: unset;
        font-family: 'Helvetica-Neue-Light';
        color: #000;
        font-size: 16px;
        width: 100%;
    }

    body > div.new-detail > div > div.right > div.title > h3 {
        margin: unset;
        font-size: 26px;
        font-family: 'Helvetica-Neue-Medium';
        color: #000000d1;
    }

    .management-image-new {
        max-width: 80%;
    }

    .management-div-bottom-right h2 {
        font-size: 20px;
    }

    .management-div-bottom-right {
        width: 50%;
        padding-left: 16px;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        font-size: 15px;
        line-height: 25px;
    }

    .management-div-bottom-right {
        font-size: 13px;
        line-height: 18px;
    }

    .signiture-right .in .title {
        font-size: 18px;
    }

    .signiture-right .in .text {
        font-size: 18px;
    }





    .info-page-bb > .items > .item > .top > img {
        height: 190px;
    }
    .corporate-part-1 > .part-2 > .person > .person-dv > .right > .buton {
        display: block;
        font-size: 18px;
        font-family: 'Helvetica Neue';
        cursor: pointer;
        color: #ffff;
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        left: 0;
    }
    .management-div-bottom {
        display: block;
        overflow: hidden;
        padding: 10px;
        color: #1a1a1a;
        font-family: 'Helvetica-Neue-Light';
        font-weight: 300;
        margin-top: 24px;
        padding-left: 3px;
        margin-bottom: 24px;
        text-align: justify;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        /* hyphens: auto; */
        font-size: 18px !important;
    }

    .count-home-page-main > .top > .title {
        font-size: 23px;
        letter-spacing: 0px;
        line-height: 31px;
        margin-bottom: 41px;
    }

    .count-home-page-main > .top {
        padding: 0;
    }

    .video-bg {
        height: 408px;
    }

    .container-video > .texts > .text {
        font-size: 20px;
        padding-right: 0;
    }

    .container-video > .texts {
        width: 100%;
        top: 20px;
        text-align: center;
    }

    .login-main > .main {
        width: 684px;
    }

        .login-main > .main > .left {
            padding: 20px 43px;
        }

        .login-main > .main > .right {
            padding: 31px;
        }

            .login-main > .main > .right > .text {
                font-size: 32px;
            }

    .corporate-part-1 > .part-1 > .main-text > .signiture > .in {
        width: 30%;
    }

    .investor-part-1 > .buttons {
        justify-content: unset;
    }

    .info-page-lr-pt > .text-dv > .text {
        font-size: 15px;
    }

    .contact-map > .left {
        padding: 42px 13px;
    }

    .info-page-image-silde {
        height: 213px;
    }

    .info-page-lr-pt > .text-dv > .title {
        font-size: 30px;
        margin-bottom: 2px;
    }

    .info-page-lr-pt > .text-dv {
        width: 50%;
        padding: 0px 10px;
    }

    .contact-page-title > .title {
        font-size: 29px;
        padding: 0px 2%;
        padding-bottom: 0px;
    }

    .ınfo-pge-title-yellow > .title {
        margin-top: 36px;
        margin-bottom: 10px;
    }

    .investor-part-1 > .buttons > .button {
        width: 32%;
        margin-right: 5px;
        margin-bottom: 5px;
    }

    .header-main > .header-container > .in > .left {
        width: 23%;
    }

    .home-page-slider-in > .texts {
        width: 93%;
    }

        .home-page-slider-in > .texts > .title {
            font-size: 40px;
        }

    .slider-main > .abs-div > .button:hover {
        padding: 20px 9px;
    }

    .slider-main > .abs-div > .button {
        padding: 20px 9px;
        width: 237px;
        height: 78px;
    }

        .slider-main > .abs-div > .button > .part1 {
            font-size: 13px;
        }

    .slide-home-button {
        bottom: 15px !important;
        right: 16px;
    }

    .home-page-text-part-1 > .title {
        margin-bottom: 18px;
        font-size: 35px;
    }

    .home-page-text-part-1 > .text {
        color: #fff;
        margin-bottom: 20px;
        font-size: 17px;
        font-family: 'Roboto';
        font-weight: 300;
    }

    .count-home-page-main > .bot {
        flex-wrap: wrap;
    }

        .count-home-page-main > .bot > .item {
            width: 49%;
            margin-bottom: 24px;
        }

    .count-home-page-main {
        padding: 86px 0px;
    }

    .info-bar-home-page > .top > .title {
        font-size: 40px;
        padding-right: 0%;
    }

    .info-bar-home-page > .top > .text {
        padding-right: 29%;
        font-size: 17px;
        margin-top: 24px;
        margin-bottom: 44px;
    }

    .home-four-bar > .four-info-bar {
        padding: 28px 18px;
        min-height: 288px;
    }

        .home-four-bar > .four-info-bar > .top > .title {
            font-size: 25px;
            min-height: 60px;
            display: flex;
            align-items: center;
            margin-bottom: 10px;
        }

        .home-four-bar > .four-info-bar > .top > .text {
            padding-right: 9%;
            margin-top: 16px;
            margin-bottom: 20px;
        }

    .four-bar-main > .bg-60-ht {
        height: 448px;
    }

    .referances-home-pg-main {
        position: relative;
        margin: 42px 0;
        max-width: 755px !important;
    }


    .referances-slide > .item {
        width: 100%;
    }

    .referances-slide > .item {
        width: 100%;
    }

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

    .ref-slide-btn {
        display: none;
    }

    .referances-slide {
        padding: 0;
    }

    .footer-main > .container > .top {
        flex-wrap: wrap;
    }

        .footer-main > .container > .top > .foter-text {
            width: 29%;
            margin-bottom: 26px;
        }

    .marg-right-65px {
        margin-left: 0;
    }

    .footer-main > .container > .top > .foter-text > .text {
        font-size: 12px;
    }

    .footer-main {
        padding: 41px 0px;
    }

    .footer-bottom-in > .links {
        display: none;
    }

    .single-info-bar {
        height: 373px;
        background-size: cover;
        padding-bottom: 11px;
        padding-left: 20px;
    }

 

    .info-bar-home-page:hover .top {
        padding: 15px 9px;
    }

    .corporate-buttons > .button {
        padding: 16px 16px;
        font-size: 11px;
    }

    .corporate-part-1 > .part-2 > .person {
        margin: 0px;
        flex-wrap: wrap;
    }

        .corporate-part-1 > .part-2 > .person > .person-dv {
            height: 97px;
            margin: 4px 20px;
        }

            .corporate-part-1 > .part-2 > .person > .person-dv > .left {
                width: unset;
                align-items: center;
                height: 100%;
            }

                .corporate-part-1 > .part-2 > .person > .person-dv > .left > img {
                    height: 100%;
                }

            .corporate-part-1 > .part-2 > .person > .person-dv > .right > .name {
                font-size: 20px;
            }
}

@media screen and (min-width:768px) and (max-width: 1081px) {
    .whatsapp {
        display: block !important;
    }
    .corporate-part-1 > .part-2 > .person > .person-dv {

        width: 23%;
        
    }
        .corporate-part-1 > .part-2 > .person > .person-dv > .right > .name {
            font-size: 16px;
        }

        .corporate-part-1 > .part-2 > .person > .person-dv > .right > .title {
   
            font-size: 13px;
        }

    .slider-main {
        position: relative;
    }

        .slider-main > .abs-div {
            left: unset;
            transform: unset;
            width: 100%;
        }
            .slider-main > .abs-div > .button {
                padding: 20px 2px;
                width: 20%;
                height: 70px;
            }
    .management-div-bottom {
        display: block;
        overflow: hidden;
        padding: 10px;
        color: #1a1a1a;
        font-family: 'Helvetica-Neue-Light';
        font-weight: 300;
        margin-top: 24px;
        padding-left: 3px;
        margin-bottom: 24px;
        text-align: justify;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        /* hyphens: auto; */
        font-size: 18px !important;
    }

    .home-page-slider-in {
        height: 480px;
    }
}

@media screen and (min-width:992px) and (max-width: 1081px) {



    .info-page-bb > .items > .item > .top > img {
        height: 260px;
        width: auto;
    }
    .menu-h1.opened {
        right: 14px;
    }

    .home-page-slider-in {
        background-position: 100%;
        height: 594px;
    }

    .slider-main > .abs-div {
        display: flex;
        justify-content: center;
    }

        .slider-main > .abs-div > .button {
            padding: 20px 3px;
            width: 20%;
        }

    .header-main > .header-container > .in > .left {
        width: 15%;
    }

    .header-main > .header-container > .in {
        height: 66px;
    }

    .slide-home-button {
        display: none;
    }

    .home-page-slider-in > .texts {
        width: 64%;
    }

    .home-four-bar > .four-info-bar > .top > .title {
        min-height: 78px;
        display: flex;
        align-items: center;
    }

    .hamburger-menü-f {
        width: 36%;
    }

    .home-four-bar > .four-info-bar > .top {
        bottom: -55%;
    }

    .opened .line3-h1,
    .opened .line1-h1 {
        stroke: #162260;
    }

    .container-video > .texts {
        width: 100%;
        top: 20px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .container-video > .texts > .title {
            color: #fff;
            font-size: 36px;
            font-family: 'Helvetica-Neue';
            padding-right: 20px;
            text-align: center;
            width: 50%;
        }

        .container-video > .texts > .text {
            color: #fff;
            font-family: 'Roboto';
            font-weight: 300;
            margin-top: 14px;
            font-size: 20px;
            padding-right: 0;
            text-align: center;
            line-height: 28px;
            width: 50%;
        }

    .slider-main > .abs-div > .button > .part1 {
        font-size: 15px;
    }

    .count-home-page-main {
        padding: 65px 0;
    }

    .footer-main > .container > .top > .foter-text > .text {
        font-size: 13px;
        width: 147px;
        white-space: nowrap;
        overflow: hidden !important;
        text-overflow: ellipsis;
        margin: 4px 0px;
        text-decoration: none;
    }

    .footer-main > .container > .top {
        justify-content: space-between;
    }

    .marg-right-65px {
        margin-left: 6px;
    }

    .footer-bottom-in > .logo > img {
        width: 68%;
    }

    .count-home-page-main > .bot > .item > .texts > .counter {
        font-size: 31px;
        margin-bottom: 5px;
    }

    .investor-part-1 > .buttons > .button {
        padding: 41px 15px;
    }

    .logo-kod > span,
    .footer-bottom-in > .texts > .text {
        font-size: 10px;
    }

    .info-page-lr-pt {
        align-items: center;
    }

    .icon-bar a {
        padding: 12px;
    }
}

@media screen and (min-width:1081px) and (max-width: 1200px) {


    .corporate-part-1 > .part-2 > .person > .person-dv {
        width: 23% !important;
    }

        .corporate-part-1 > .part-2 > .person > .person-dv > .right > .name {
            font-size: 16px !important;
        }

        .corporate-part-1 > .part-2 > .person > .person-dv > .right > .title {
            font-size: 13px  !important;
        }


    .home-four-bar > .four-info-bar > .top > .title {
        font-size: 40px;
    }

    .home-four-bar > .four-info-bar > .top > .text {
        padding-right: 0;
        margin-top: 30px;
    }

    .home-four-bar > .four-info-bar > .top > .title {
        padding-right: 0;
    }

    .login-main > .main {
        width: 840px;
    }

        .login-main > .main > .right > .text {
            font-size: 36px;
        }

        .login-main > .main > .right {
            padding: 29px;
        }

    .header-main > .header-container {
        padding: 0px 63px;
    }

        .header-main > .header-container > .in > .left {
            width: 16%;
        }

    .slider-main > .abs-div > .button {
        padding: 20px 13px;
        width: 100%;
        height: 70px;
    }

        .slider-main > .abs-div > .button > .part1 {
            font-size: 14px;
        }

    .home-page-slider-in > .texts {
        width: 84%;
    }

    .footer-main > .container > .top > .foter-text > .text {
        font-size: 10px;
    }

    .marg-right-65px {
        margin-left: 0;
    }

    .count-home-page-main {
        padding: 56px 0px;
    }

    .info-page-image-silde {
        height: 100%;
    }

    .info-page-lr-pt > .text-dv > .title {
        font-size: 36px;
    }

    .contact-page-title > .title {
        font-size: 27px;
        padding: 0;
    }

    .ınfo-pge-title-yellow > .title {
        margin-top: 34px;
        margin-bottom: 7px;
    }

    .contact-page-title {
        margin-top: 0;
    }

    .info-page-lr-pt > .text-dv {
        padding: 19px;
    }

    .corporate-part-1 > .part-2 > .person > .person-dv > .left {
        width: unset;
    }

        .corporate-part-1 > .part-2 > .person > .person-dv > .left > img {
            height: 100%;
        }

    .corporate-part-1 > .part-2 > .person > .person-dv {
       
        height: 104px;
        margin-right: 0px;
        margin-left: 10px;
    }

        .corporate-part-1 > .part-2 > .person > .person-dv > .right > .name {
            font-size: 20px;
        }

        .corporate-part-1 > .part-2 > .person > .person-dv > .right {
            width: 100%;
        }

    .corporate-part-3 > .corporate-referances-div > .items > .item {
        width: 28%;
    }

    .corporate-part-3 > .corporate-referances-div > .items {
        justify-content: center;
    }

    .investor-part-1 > .buttons > .button {
        width: 24%;
    }

    .contact-map > .left {
        padding: 67px 10px;
    }
}
@media screen and (min-width:1200px) and (max-width:1366px) {

    .corporate-part-1 > .part-2 > .person > .person-dv > .right > .title {
        font-size: 13px;
    }
    .corporate-part-1 > .part-2 > .person > .person-dv > .right > .name {
        font-size: 18px;
    }
    .corporate-part-1 > .part-2 > .person > .person-dv {
        width: 275px;
    }
    .info-page-bb > .items > .item > .top > img {
        height: 317px;
        width: auto;
    }

    .info-page-bb > .items > .item > .top {
        width: 100%;
        max-height: 317px;
        overflow: hidden;
    }
}
@media screen and (min-width:1366px) and (max-width:1600px) {

    .info-page-bb > .items > .item > .top > img {
        height: 317px;
        width: auto;
    }
    .info-page-bb > .items > .item > .top {
        width: 100%;
        max-height: 317px;
        overflow: hidden;
    }
}

    @media screen and (min-width:1200px) and (max-width:1600px) {
        .management-image-new {
            max-width: 80%;
        }

        .management-div-bottom-right h2 {
            font-size: 27px;
        }

        .management-div-bottom-right {
            width: 50%;
            padding-left: 16 px;
            flex-wrap: wrap;
            flex-direction: column;
            justify-content: center;
            font-size: 15px;
            line-height: 25px;
        }
    }

    @media screen and (min-width:991px) and (max-width:1200px) {
        .management-image-new {
            max-width: 80%;
        }

        .management-div-bottom-right h2 {
            font-size: 27px;
        }

        .management-div-bottom-right {
            width: 50%;
            padding-left: 16px;
            flex-wrap: wrap;
            flex-direction: column;
            justify-content: center;
            font-size: 15px;
            line-height: 25px;
        }

        .management-div-bottom-right {
            font-size: 13px;
            line-height: 18px;
        }

        .signiture-right .in .title {
            font-size: 18px;
        }

        .signiture-right .in .text {
            font-size: 18px;
        }
    }