/*! formalize.css | MIT License | github.com/interacthings/formalize */
*, *:before, *:after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
}

body {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: inherit;
    text-decoration: none;
}

a:active, a:focus, a:hover {
    outline: none;
    color: currentColor;
    text-decoration: none;
}

button:active, button:focus, button:hover {
    outline: none;
    color: currentColor;
    text-decoration: none;
}

img {
    vertical-align: middle;
}

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, figure, p, pre, fieldset, ul, ol, menu, form {
    margin: 0;
}

button, fieldset, iframe {
    border: 0;
}

fieldset, ul, ol, button, menu {
    padding: 0;
}

ol, ul {
    list-style: none;
}

textarea {
    resize: vertical;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    padding: 0;
}

.buton {
    position: relative;
    border-radius: 5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 500ms;
    z-index: 1;
    cursor: pointer;
    font-family: "Rubik", sans-serif;
}

.buton-line {
    display: inline-flex;
    position: relative;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: -1.4px;
    color: #32364d;
}

.buton-line:before {
    content: "";
    display: inline-block;
    transition: 500ms;
    height: 3px;
    width: 50%;
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
    background-color: #757acb;
}

.buton-line:hover:before {
    width: 100%;
    transition: 500ms;
}

.lv_skin canvas {
    opacity: 0 !important;
}

.nohover {
    pointer-events: none;
}

.mobile {
    display: none !important;
}

.scroll {
    bottom: 10vh;
    z-index: 99;
    position: absolute;
    left: 40%;
    display: flex;
    align-items: center;
}

.scroll:before {
    content: "";
    display: inline-block;
    transition: 500ms;
    width: 1px;
    height: 56px;
    background-color: #ffffff;
    margin-right: 24px;
}

.scroll p {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 4.9px;
    color: #ffffff;
    margin-left: 12px;
}

.scroll span {
    display: block;
    width: 2px;
    left: 38px;
    height: 8px;
    border-radius: 4px;
    background: #e9b746;
    border: 1px solid transparent;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-name: scroll;
}

@keyframes scroll {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(18px);
        -ms-transform: translateY(18px);
        transform: translateY(18px);
    }
}

.global_link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0;
    left: 0;
}

body {
    font-family: "gilroy", sans-serif;
}

body i {
    display: flex;
    align-items: center;
    justify-content: center;
}

body i:before {
    content: "";
    display: inline-block;
    margin-left: 0 !important;
}

body .container {
    max-width: 1750px;
    padding-left: 45px;
    padding-right: 45px;
}

@font-face {
    font-family: 'gilroy';
    src: url(../font/gilroy/Gilroy-Light.ttf);
    font-weight: 300;
}

@font-face {
    font-family: 'gilroy';
    src: url(../font/gilroy/Gilroy-Regular.ttf);
    font-weight: normal;
}

@font-face {
    font-family: 'gilroy';
    src: url(../font/gilroy/Gilroy-SemiBold.ttf);
    font-weight: 600;
}

@font-face {
    font-family: 'gilroy';
    src: url(../font/gilroy/Gilroy-Bold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: 'gilroy';
    src: url(../font/gilroy/Gilroy-ExtraBold.ttf);
    font-weight: 800;
}

@font-face {
    font-family: 'gilroy';
    src: url(../font/gilroy/Gilroy-Black.ttf);
    font-weight: 900;
}

.slick-slide:focus {
    outline: none;
}

.mobile-f {
    display: none !important;
}

.desktop {
    display: block;
}

.Navtop {
    width: 100%;
    z-index: 99999;
    position: absolute;
    transition: 500ms;
    padding-top: 70px;
    padding-bottom: 60px;
    font-family: "Rubik", sans-serif;
}

.Navtop .navbar {
    position: relative;
    z-index: 99;
}

.Navtop .navbar .navbar-brand {
    margin-top: 0;
    display: none;
    margin-right: 0;
}

.Navtop .navbar .navbar-brand:before {
    content: "";
    display: inline-block;
    transition: 500ms;
    background-size: auto 100%;
    background-image: url(../images/logo.svg);
    background-repeat: no-repeat;
}

.Navtop .navbar-nav {
    transition: 400ms;
}

.Navtop .navbar-collapse {
    flex-direction: column;
}

.Navtop .navbar-collapse .nav-item {
    margin-right: 35px;
    position: relative;
    align-items: center;
    display: flex;
    justify-content: center;
}

.Navtop .navbar-collapse .nav-item .nav-link {
    text-align: center;
    padding: 0;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2.79px;
    color: white;
    position: relative;
    transition: 500ms;
}

.Navtop .navbar-collapse .nav-item .nav-link:hover {
    color: #0065a4;
    transition: 500ms;
}

.Navtop .navbar-collapse .active .nav-link {
    color: #000;
}

/*  .Navtop-in {
    border-bottom: 2px solid #d8d8d840; }
*/
.Navtop-in .navbar-collapse .nav-item .nav-link {
    color: #38383a;
}

.Navtop-gutter .gutter-left {
    margin-left: 330px;
}

footer {
    position: relative;
}

.Navbottom {
    position: relative;
    z-index: 99;
}

.Navbottom-letter {
    background-color: #f3f3f3;
    padding-top: 3.5vw;
    padding-bottom: 3.5vw;
    position: relative;
}

.Navbottom-letter-in {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Navbottom-letter-text h6 {
    font-size: 33px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: -0.89px;
    color: #38383a;
}

.Navbottom-letter-text p {
    opacity: 0.43;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.8;
    color: #38383a;
}

.Navbottom-letter-form-in {
    display: flex;
    align-items: center;
}

.Navbottom-letter-form-in input {
    width: 380px;
    background-color: transparent;
    border: none;
}

.Navbottom-letter-form-in input:focus {
    box-shadow: none;
    border: none;
    background-color: transparent;
}

.Navbottom-letter-form-in button {
    background-color: transparent;
    width: 58px;
    height: 58px;
    cursor: pointer;
    transition: 500ms;
    background-size: auto 100%;
    background-image: url(../images/icon-plus.svg);
}

.Navbottom-letter-form-in button:hover {
    background-image: url(../images/icon-send.svg);
    transition: 500ms;
}

.Navbottom-in {
    padding-top: 3vw;
    display: flex;
    justify-content: space-between;
    padding-bottom: 5vw;
}
}

.Navbottom-left {
    display: flex;
    justify-content: space-between;
    max-width: 700px;
    width: 65%;
}

.Navbottom-left ul li a {
    opacity: 0.5;
    font-size: 13px;
    font-weight: 500;
    line-height: 3.38;
    color: #38383a;
}

.Navbottom-left .buton {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.2px;
    color: #38383a;
    margin-top: 20px;
    width: 134px;
    height: 53px;
    border-radius: 4px;
    border: solid 2px #e2e2e2;
    background-color: rgba(238, 238, 238, 0.38);
}

.Navbottom-left .buton:hover {
    color: white;
    background-color: #38383a;
    transition: 500ms;
}

.Navbottom-left-header {
    opacity: 1;
    font-size: 23px;
    font-weight: 500;
    color: #38383a;
}

.Navbottom-right {
    max-width: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.Navbottom-right-logo {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 2.5vw;
}

.Navbottom-right-logo:before {
    content: "";
    display: inline-block;
    transition: 500ms;
    width: 118px;
    height: 158px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-image: url(../images/logo-dark.svg);
}

.Navbottom-right-top {
    margin-bottom: 2vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.Navbottom-right-top h5 {
    font-size: 38px;
    font-weight: 300;
    color: #38383a;
    margin-bottom: 10px;
}

.Navbottom-right-top h5 strong {
    font-weight: 500;
}

.Navbottom-right-top p {
    font-size: 15px;
    font-weight: 500;
    color: #38383a;
    line-height: normal;
}

.Navbottom-right-bottom p {
    font-size: 13px;
    font-weight: 500;
    color: #38383a;
    margin-top: 11px;
}

.Navbottom-right-bottom p:first-child {
    font-size: 17px;
}

.Navbottom-right-bottom p a {
    transition: 500ms;
}

.Navbottom-right-bottom p a:hover {
    text-decoration: underline;
    transition: 500ms;
}

.Navbottom-copy {
    position: absolute;
    bottom: 4vw;
    left: 45px;
    padding-left: calc((100vw - 1700px) / 2);
}

.Navbottom-copy p {
    opacity: 0.5;
    font-size: 13px;
    font-weight: 500;
    color: #38383a;
}

.Navbottom-index .Navbottom-letter:before {
    content: "";
    display: inline-block;
    transition: 500ms;
    background-color: #f3f3f3;
    position: absolute;
    left: 0;
    right: 0;
    height: 150px;
    transform: translateY(-100%);
}

.Right {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 150px;
    z-index: 9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-color: #38383a;
}

.Right .navbar-brand {
    margin-top: 0;
    margin-right: 0;
}

.Right .navbar-brand:before {
    content: "";
    display: inline-block;
    transition: 500ms;
    width: 86px;
    height: 116px;
    background-size: auto 100%;
    background-image: url(../images/logo.svg);
    background-repeat: no-repeat;
}

.Right-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.Right-bottom-mail {
    white-space: nowrap;
    display: block;
    transform: rotate(-90deg) translateX(150%);
    opacity: 0.88;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.8;
    color: white;
}

.Right-bottom-no {
    transform: rotate(-90deg) translateX(50%);
    opacity: 0.88;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.8;
    color: white;
}

.Right-bottom a {
    transition: 500ms;
}

.Right-bottom a:hover {
    color: white;
    opacity: 1;
    transition: 500ms;
}

.Right-index {
    height: 100vh;
}

.Right-in {
    height: 660px;
}

.Right-in .Right-top {
    height: 80%;
}

.Right-in .Right-bottom {
    display: none;
}

.Right-short {
    height: 585px;
}

.button {
    display: none;
    position: absolute;
    right: 30px;
    top: 17px;
    z-index: 999;
    cursor: pointer;
}

.button a {
    text-decoration: none;
}

.btn-open:after {
    content: "";
    display: inline-block;
    transition-property: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    background-image: url(../images/menu.svg);
}

.btn-close:after {
    content: "";
    display: inline-block;
    transition-property: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    width: 24px;
    height: 36px;
    background-size: 24px 36px;
    background-image: url(../images/icon-close.svg);
}

/*overlay*/
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    padding-bottom: 50px;
    overflow: auto;
    z-index: 99999;
    opacity: 0.90;
    background-color: #38383a;
    transform: translateX(-100%);
    transition: 500ms;
}

.overlay-active {
    transition: 500ms;
    transform: translateX(0%);
}

.wra {
    color: #e9e9e9;
    text-align: center;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow-y: scroll;
    padding-bottom: 50px;
}

.wra ul.wra-nav {
    width: 100%;
    max-width: 960px;
    display: flex;
    justify-content: space-between;
}

.wra-nav-dropdown {
    align-items: center;
    justify-content: center;
}

.wra-nav-dropdown:after {
    filter: brightness(10);
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    transform: rotate(90deg);
    background-size: auto 100%;
    background-image: url(../images/icon-right2.svg);
    background-repeat: no-repeat;
}

.wra-nav-dropdown-menu li {
    padding-top: 1vh !important;
    padding-bottom: 1vh !important;
}

.wra-nav-dropdown-menu a {
    opacity: 0.4;
}

.wra-nav [aria-expanded='true']:after {
    transform: rotate(-90deg);
}

.wra-nav-bottom {
    margin-top: 40px;
    max-width: 600px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.wra-nav-bottom li {
    transition: 500ms;
}

.wra-nav-bottom li:hover {
    transition: 500ms;
    transform: scale(0.8);
}

.wra-nav-bottom a {
    opacity: 0.46;
    font-size: 20px;
    font-weight: 600;
}

.wra ul.wra-nav li {
    font-size: 3vw;
    font-weight: 600;
    color: white;
    display: block;
    vertical-align: top;
    position: relative;
    padding-top: 2vh;
    padding-bottom: 2vh;
    transition: 500ms;
    cursor: pointer;
}

.wra ul.wra-nav li:hover {
    transition: 500ms;
    transform: scale(0.8);
}

.wra-nav-in li {
    font-size: 14px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.active {
    opacity: 1 !important;
}

.wra ul.wra-nav li a {
    position: relative;
    padding: 5px 0;
    text-decoration: none;
    transition-property: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
}

.Slider {
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 100vh;
}

.Slider .swiper-container .swiper-pagination-bullets {
    text-align: left;
    padding-left: 230px;
    bottom: 200px;
}

.Slider .swiper-container .swiper-pagination-bullet {
    margin-left: 0;
    margin-right: 8px;
    opacity: 1;
    padding: 0;
    width: 11px;
    height: 11px;
    background-color: transparent;
    border: solid 3px white;
}

.Slider .swiper-container .swiper-pagination-bullet-active {
    background-color: white;
}

.Slider .swiper-container .swiper-slide {
    position: relative;
    height: 1000px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    z-index: 1;
}

.Slider .swiper-container .swiper-slide:before {
    content: "";
    display: inline-block;
    transition: 500ms;
    height: 492px;
    opacity: 0.57;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: -1;
    pointer-events: none;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0), #38383a);
}

.Slider-text {
    padding-top: 40px;
    margin-left: 230px;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.Slider-text h6 {
    font-size: 26px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 7.58px;
    color: white;
}

.Slider-text h1 {
    font-size: 94px;
    font-weight: normal;
    letter-spacing: -2.54px;
    color: white;
}

.Slider-text h1 strong {
    font-weight: bold;
}

.Slider-text p {
    max-width: 600px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.8;
    color: white;
}

.Slider-text a {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 4.64px;
    color: #38383a;
    width: 259px;
    height: 64px;
    background-color: white;
    margin-top: 40px;
}

.Slider-video {
    width: 378px;
    height: 161px;
    background-color: #38383a;
    position: absolute;
    right: calc((100vw - 1750px) / 2);
    bottom: 200px;
    padding-left: 20px;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.Slider-video:after {
    content: "";
    display: inline-block;
    transition: 500ms;
    width: 66px;
    height: 66px;
    background-size: auto 100%;
    background-image: url(../images/icon-play.svg);
}

.Slider-video h6 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -0.65px;
    color: white;
    margin-bottom: 8px;
}

.Slider-video span {
    opacity: 0.35;
    font-size: 15px;
    letter-spacing: -0.41px;
    color: white;
    line-height: 1;
}

.Slider-video p {
    opacity: 0.35;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: -0.46px;
    color: white;
    line-height: 1;
}

.Slider-video:hover:after {
    transform: translateX(5px);
    transition: 500ms;
}

.A_projeler-item {
    display: flex;
    background-color: #f7f8fb;
    padding-right: calc((100vw - 1700px) / 2);
}

.A_projeler .swiper-button-prev2, .A_projeler .swiper-button-next2 {
    position: absolute;
    top: 4vw;
    right: calc((100vw - 1700px) / 2);
    width: 27px;
    height: 30px;
    margin-top: -5px;
}

.A_projeler .swiper-button-prev2 {
    left: auto;
    margin-right: 60px;
    background-image: url(../images/icon-left1.svg);
}

.A_projeler .swiper-button-next2 {
    background-image: url(../images/icon-right1.svg);
}

.A_projeler-image {
    width: 52%;
}

.A_projeler-image .swiper-container {
    height: 100%;
}

.A_projeler-image .swiper-slide {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100% !important;
}

.A_projeler-image .swiper-button-prev3 {
    left: 60px;
    background-image: url(../images/icon-left2.svg);
}

.A_projeler-image .swiper-button-next3 {
    right: 60px;
    background-image: url(../images/icon-right2.svg);
}

.A_projeler-info {
    position: relative;
    width: 48%;
    padding-top: 4vw;
    padding-left: 3.5vw;
    padding-bottom: 3.5vw;
    padding-right: 45px;
    z-index: 2;
}

.A_projeler-info h6 {
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 8px;
    color: #38383a;
}

.A_projeler-info h2 {
    padding-top: 4vw;
    font-size: 75px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: -3.08px;
    color: #38383a;
    margin-bottom: 10px;
}

.A_projeler-info p {
    opacity: 0.43;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.8;
    color: #0e0e0e;
    display: flex;
}

.A_projeler-info-in {
    margin-top: 5.5vw;
    display: flex;
    justify-content: space-between;
    background-color: white;
    width: calc(100% + 3.5vw + 150px);
    transform: translateX(calc(-3.5vw - 150px));
}

.A_projeler-info-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 180px;
    width: calc(33.33% - 72px);
}

.A_projeler-info-item:before {
    margin-right: 15px;
    content: "";
    display: inline-block;
    transition: 500ms;
    background-size: auto 100%;
}

.A_projeler-info-item h6 {
    font-size: 15px;
    font-weight: 600;
    color: #0e0e0e;
    letter-spacing: normal !important;
    display: flex;
    flex-direction: column;
}

.A_projeler-info-item h6 span {
    color: #cccccc;
}

.A_projeler-info-item:nth-child(1):before {
    min-width: 56px;
    height: 55px;
    background-image: url(../images/icon-location.svg);
}

.A_projeler-info-item:nth-child(2):before {
    min-width: 56px;
    height: 53px;
    background-image: url(../images/icon-daire.svg);
}

.A_projeler-info-item:nth-child(3):before {
    min-width: 62px;
    height: 55px;
    background-image: url(../images/icon-home.svg);
}

.A_projeler-info-item:nth-child(4) {
    width: 216px;
    background-color: #38383a;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 7px;
    color: white;
    transition: 500ms;
}

.A_projeler-info-item:nth-child(4):hover {
    letter-spacing: 11px;
    transition: 500ms;
}

.A_projeler-info-item:nth-child(4):before {
    display: none;
}

.A_about {
    margin-top: 5vw;
    position: relative;
    z-index: 999;
}

.A_about-in {
    background-color: #38383a;
    padding-top: 5vw;
    padding-bottom: 4vw;
    padding-left: 6%;
    padding-right: 6%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.A_about-left {
    width: calc(90% - 180px);
}

.A_about-left-in {
    display: flex;
}

.A_about-left h5 {
    font-size: 114px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: -3.08px;
    color: white;
}

.A_about-left h6 {
    min-width: 220px;
    display: flex;
    flex-direction: column;
    opacity: 0.35;
    font-size: 27.2px;
    line-height: 1;
    font-weight: normal;
    letter-spacing: -0.74px;
    color: white;
}

.A_about-left h6 strong {
    font-weight: bold;
}

.A_about-left p {
    opacity: 0.43;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    color: white;
}

.A_about-left .buton {
    width: 218px;
    height: 64px;
    background-color: white;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 4.64px;
    color: #38383a;
    margin-top: 5vw;
}

.A_about-left .buton:hover {
    text-decoration: underline;
    transition: 500ms;
}

.A_about-right {
    width: 180px;
}

.A_about-right:before {
    content: "";
    display: inline-block;
    transition: 500ms;
    width: 180px;
    height: 243px;
    background-size: auto 100%;
    background-image: url(../images/logo.svg);
}

.fancybox-container {
    z-index: 9999999999 !important;
}

.gutter {
    position: relative;
    z-index: 9999;
    padding-top: calc(5vw + 170px);
}

.gutter-left {
    padding-left: 230px;
}

.gutter-left-long {
    padding-left: 560px;
}

.Kariyer {
    padding-bottom: 5vw;
    padding-right: calc((100vw - 1700px) / 2);
    position: relative;
}

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

.Kariyer-text {
    width: 40%;
    max-width: 600px;
}

.Kariyer-text h2 {
    font-size: 114px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: -3.08px;
    color: #38383a;
    margin-bottom: 20px;
}

.Kariyer-text p {
    opacity: 0.43;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.8;
    color: #38383a;
}

.Kariyer-form {
    padding-right: 45px;
}

.Kariyer-form-in {
    display: flex;
}

.Kariyer-form h3 {
    margin-bottom: 50px;
    font-size: 35px;
    font-weight: bold;
    letter-spacing: -0.95px;
    color: #38383a;
}

.Kariyer-form .bootstrap-select {
    margin-bottom: 10px;
    width: 395px !important;
    height: 71px;
}

.Kariyer-form .bootstrap-select .btn {
    padding-left: 30px;
    height: 100%;
    border-radius: 3px;
    border: solid 2px #f5f5f5;
    cursor: pointer;
    background-color: transparent;
    letter-spacing: -0.16px;
    font-size: 15px;
    font-weight: 500;
    color: #38383a;
    box-shadow: none;
}

.Kariyer-form .bootstrap-select .btn:focus {
    box-shadow: none;
}

.Kariyer-form .bootstrap-select .btn .filter-option {
    display: flex;
    align-items: center;
}

.Kariyer-form .bootstrap-select .btn .filter-option-inner-inner {
    line-height: 36px;
}

.Kariyer-form .bootstrap-select .btn:after {
    margin-left: 0;
    vertical-align: 0;
    content: "";
    border: none;
    width: 14px;
    height: 7px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    background-image: url(../images/icon-down.svg);
}

.Kariyer-form .bootstrap-select button[aria-expanded="true"]:after {
    margin-top: -4px;
    transform: rotate(180deg);
}

.Kariyer-form .bootstrap-select .dropdown-menu {
    background-color: white;
}

.Kariyer-form .bootstrap-select .dropdown-item {
    font-size: 14px;
    font-weight: 500;
    color: #38383a;
    padding: 10px 20px;
    border-bottom: 1px solid #69696930;
}

.Kariyer-form .bootstrap-select .dropdown-item:focus, .Kariyer-form .bootstrap-select .dropdown-item:hover {
    background-color: #f8f8f8;
    color: #616161;
}

.Kariyer-form .bootstrap-select .active {
    color: white;
    border-bottom: none;
    background-color: #38383a;
}

.Kariyer-form .bootstrap-select .active:hover {
    color: white;
    transition: 500ms;
    background-color: #38383a;
}

.Kariyer-form .bootstrap-select .inner ul li:last-child .dropdown-item {
    border-bottom: none;
}

.Kariyer-form .cv {
    width: 395px;
    height: 125px;
    border-radius: 3px;
    border: solid 2px #f5f5f5;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: white;
}

.Kariyer-form .cv-in {
    display: flex;
    flex-direction: column;
}

.Kariyer-form .cv-in p {
    opacity: 0.43;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.35px;
    color: #38383a;
}

.Kariyer-form .cv:after {
    content: "";
    display: inline-block;
    transition: 500ms;
    width: 58px;
    height: 61px;
    background-size: auto 100%;
    background-image: url(../images/icon-belge.svg);
}

.Kariyer-form .cv input {
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.Kariyer-form .cv-info {
    font-size: 19px;
    font-weight: bold;
    letter-spacing: -0.51px;
    color: #38383a;
}

.Kariyer-form .cv:hover span {
    text-decoration: underline;
    transition: 500ms;
}

.Kariyer-form-buton {
    margin-left: 10px;
    width: 284px;
    height: 205px;
    border-radius: 3px;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    font-weight: bold;
    letter-spacing: -0.95px;
    color: #38383a;
    cursor: pointer;
    transition: 500ms;
}

.Kariyer-form-buton:hover {
    background-color: #38383a;
    color: white;
    transition: 500ms;
}

.Banner {
    position: relative;
    padding-bottom: 6vw;
}

.Banner-info {
    position: absolute;
    top: 0;
    left: 150px;
    width: 350px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.Banner-text {
    padding-right: 45px;
}

.Banner-text h4 {
    font-size: 42px;
    font-weight: bold;
    letter-spacing: -1.14px;
    color: #38383a;
}

.Banner-text h3 {
    font-size: 114px;
    font-weight: bold;
    letter-spacing: -3.08px;
    color: #38383a;
}

.Banner-text h6 {
    font-size: 24px;
    font-weight: normal;
    letter-spacing: -0.65px;
    color: #38383a;
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}

.Banner-text h6 strong {
    font-weight: bold;
}

.Banner-text p {
    opacity: 0.43;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.8;
    color: #38383a;
}

.Banner-kurumsal:after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 13%;
    content: "";
    display: inline-block;
    z-index: -1;
    transition: 500ms;
    background-image: url(../images/t.svg);
}

.Banner-iletisim {
    padding-bottom: 0;
    padding-top: 162px;
    padding-left: 500px;
}

.Banner-iletisim .Banner-info {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 162px;
    background-color: #d8d8d8;
}

.Banner-iletisim .Banner-info h3 {
    font-size: 114px;
    font-weight: bold;
    letter-spacing: -3.08px;
    color: #38383a;
    line-height: 0.9;
    margin-bottom: 90px;
}

.Banner-iletisim .Banner-info p {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #38383a;
}

.Banner-iletisim .Banner-info p:nth-of-type(1) {
    font-size: 17px;
}

.Banner-iletisim .Banner-info p a {
    transition: 500ms;
}

.Banner-iletisim .Banner-info p a:hover {
    color: #000000;
    transition: 500ms;
}

.Banner-iletisim .Banner-text {
    padding-right: 0;
}

.Banner-p_detay {
    padding-bottom: 0;
}

.Banner-p_detay-info .A_projeler-info-item {
    width: auto;
    height: auto;
    margin-bottom: 60px;
    justify-content: flex-start;
}

.Banner-p_detay .Banner-info {
    left: auto;
    right: 0;
    top: 90px;
    padding-left: 70px;
    padding-right: 70px;
    width: 450px;
}

.Banner-p_detay .Banner-info h3 {
    font-size: 94px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -2.54px;
    color: #38383a;
    margin-bottom: 70px;
}

.Banner-in {
    position: relative;
    height: 730px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: calc(100% - 450px);
}

.Banner-in .Banner-text {
    position: absolute;
    top: 50%;
    margin-top: 20px;
    transform: translateY(-50%);
}

.Banner-in .Banner-text span {
    font-size: 26px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 7.58px;
    color: white;
}

.Banner-in .Banner-text h2 {
    font-size: 94px;
    font-weight: normal;
    line-height: 1;
    letter-spacing: -2.54px;
    color: white;
    margin-bottom: 20px;
}

.Banner-in .Banner-text h2 strong {
    font-weight: bold;
}

.Banner-in .Banner-text p {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    color: white;
    opacity: 1;
}

.Kurumsal {
    margin-bottom: 5vw;
    background-color: #f2f4f7;
    padding-left: calc((100vw - 1700px) / 2);
}

.Kurumsal-in {

}

.Kurumsal-item {
    width: 100%;
    display: flex;
}

.Kurumsal-item:nth-child(even) {
    flex-direction: row-reverse;
}
.Kurumsal-item:nth-child(even) .Kurumsal-text {
    flex-direction: row-reverse;
    text-align: left;
    padding-right: 45px;
    padding-left: 4%;
}

.Kurumsal-item .Kurumsal-text {
    width: 50%;
    padding: 6vw 45px;
}

.Kurumsal-item .Kurumsal-text h6 {
    font-size: 34px;
    font-weight: bold;
    letter-spacing: -0.92px;
    color: #38383a;
}

.Kurumsal-item .Kurumsal-text p {
    opacity: 0.43;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.8;
    color: #38383a;
}

.Kurumsal-item .Kurumsal-image {
    width: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#map {
    height: 524px;
    width: 100%;
    filter: grayscale(100%);
}

.Iletisim {
    padding-top: 6vw;
    padding-bottom: 6vw;
}

.Iletisim-in {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Iletisim-text {
    width: 260px;
}

.Iletisim-text h4 {
    font-size: 114px;
    font-weight: bold;
    letter-spacing: -3.08px;
    color: #38383a;
    line-height: 0.8;
}

.Iletisim-form {
    width: calc(90% - 260px);
}

.Iletisim-form-in {
    display: flex;
}

.Iletisim-form-left {
    width: 40%;
}

.Iletisim-form-right {
    width: 60%;
}

.Iletisim-form-item {
    padding-right: 10px;
    margin-bottom: 10px;
    position: relative;
}

.Iletisim-form-item input, .Iletisim-form-item textarea {
    padding-left: 20px;
    border-radius: 4px;
    border: solid 2px #ededed;
    font-size: 13px;
    font-weight: 500;
    color: #38383a;
}

.Iletisim-form-item input:focus, .Iletisim-form-item textarea:focus {
    box-shadow: none;
    border-color: #38383a;
}

.Iletisim-form-item input {
    height: 60px;
}

.Iletisim-form-item textarea {
    padding-top: 15px;
    height: 200px;
}

.Iletisim-form-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    background-color: transparent;
}

.Iletisim-form-button:before {
    content: "";
    display: inline-block;
    transition: 500ms;
    height: 30px;
    width: 35px;
    z-index: 1;
    cursor: pointer;
    background-size: auto 100%;
    background-image: url(../images/icon-send3.svg);
}

.Projeler-link {
    background-color: #f3f3f3;
    position: relative;
}

.Projeler-link:after {
    content: " ";
    display: inline-block;
    transition: 500ms;
    background-color: #f3f3f3;
    height: 100px;
    width: 100%;
    transform: translateY(100%);
    position: absolute;
    bottom: 0;
    left: 0;
}

.Projeler-link .nav {
    padding-top: 4.2vw;
    padding-bottom: 4.2vw;
}

.Projeler-link .nav-item {
    margin-right: 130px;
}

.Projeler-link .nav-link {
    font-size: 26px;
    letter-spacing: -0.7px;
    color: #939396;
    padding: 0;
    transition: 500ms;
}

.Projeler-link .nav-link:hover {
    color: #38383a;
    transition: 500ms;
}

.Projeler-link .nav .active {
    color: #38383a;
    background-color: transparent;
}

.T_projeler {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
}

.T_projeler-item {
    margin-right: 10px;
    width: calc(50% - 10px);
    position: relative;
    margin-bottom: 10px;
}

.T_projeler-item-image {
    overflow: hidden;
}

.T_projeler-item-image img {
    transition: 500ms;
}

.T_projeler-item-text {
    position: absolute;
    z-index: 9;
    left: 6%;
    right: 6%;
    bottom: 6%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.T_projeler-item-text:after {
    content: "";
    display: inline-block;
    transition: 500ms;
    width: 54px;
    height: 54px;
    position: absolute;
    right: 0;
    background-size: auto 100%;
    background-image: url(../images/icon-right2.svg);
}

.T_projeler-item-text h6 {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 8px;
    color: white;
}

.T_projeler-item-text h5 {
    font-size: 50px;
    font-weight: bold;
    letter-spacing: -1.73px;
    color: white;
    margin-top: 5px;
}

.T_projeler-item-text p {
    font-size: 15px;
    font-weight: 500;
    color: white;
}

.T_projeler-item:hover {
    transition: 500ms;
}

.T_projeler-item:hover img {
    transform: scale(1.1) rotate(-4deg);
}

.D_projeler {
    position: relative;
}

.D_projeler-item {
    position: relative;
    display: flex;
    margin-bottom: 4vw;
}

.D_projeler-item:nth-of-type(even) {
    flex-direction: row-reverse;
}

.D_projeler-item-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 48%;
}

.D_projeler-item-text {
    width: 52%;
    background-color: #38383a;
    padding: 4% 3% 5% 4%;
}

.D_projeler-item-text h6 {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 8px;
    color: white;
}

.D_projeler-item-text h4 {
    font-size: 64px;
    font-weight: bold;
    letter-spacing: -1.73px;
    color: white;
}

.D_projeler-item-text h5 {
    font-size: 21px;
    font-weight: 500;
    color: white;
    margin-bottom: 3vw;
}

.D_projeler-item-text p {
    font-size: 15px;
    font-weight: 500;
    color: #616161;
}

.D_projeler-item-info {
    margin-top: 3.5vw;
    display: flex;
    justify-content: space-between;
}

.D_projeler-item-info:after {
    content: "";
    display: inline-block;
    transition: 500ms;
    width: 54px;
    height: 54px;
    background-size: auto 100%;
    background-image: url(../images/icon-right2.svg);
}

.D_projeler-item-info .A_projeler-info-item {
    width: auto;
    height: auto;
}

.D_projeler-item-info .A_projeler-info-item:before {
    filter: brightness(5);
}

.D_projeler-item:hover .D_projeler-item-info:after {
    transition: 500ms;
    transform: translateX(10px);
}

.Poje_detay {
    padding-top: 7.5vw;
}

.Poje_detay-in {
    display: flex;
    justify-content: space-between;
    padding-bottom: 7.5vw;
}

.Poje_detay-link {
    width: 160px;
}

.Poje_detay-link .nav-link {
    line-height: 4;
    padding: 0;
    font-size: 20px;
    letter-spacing: -0.62px;
    color: #929298;
}

.Poje_detay-link .nav .active {
    font-weight: bold;
    color: #38383a;
    background-color: transparent;
}

.Poje_detay-inner {
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px;
}

.Poje_detay-item {
    margin-right: 20px;
    margin-bottom: 20px;
    width: calc(25% - 20px);
    position: relative;
}

.Poje_detay-item:after {
    content: " ";
    display: inline-block;
    transition: 500ms;
    opacity: 0;
    background-color: #38383a;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.Poje_detay-item:before {
    content: "";
    background-image: url(../images/icon-plus.svg);
    display: inline-block;
    transition: 500ms;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    filter: invert(100%) brightness(5);
    width: 41px;
    height: 41px;
    background-size: auto 100%;
    opacity: 0;
}

.Poje_detay-item:hover:after {
    opacity: 0.81;
    transition: 500ms;
}

.Poje_detay-item:hover:before {
    opacity: 1;
    transition: 500ms;
}

.Poje_detay .tab-content {
    width: calc(90% - 150px);
}

.Poje_detay-ilgi {
    width: 100%;
    height: 8vw;
    max-height: 130px;
    min-height: 100px;
    background-color: #38383a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: bold;
    line-height: 6.12;
    text-align: center;
    color: white;
    transition: 500ms;
}

.Poje_detay-ilgi:hover {
    letter-spacing: 3px;
    color: white;
    transition: 500ms;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media (max-width: 991px) {
    .mobile {
        display: block !important;
    }

    .mobile-f {
        display: flex !important;
    }

    .desktop {
        display: none !important;
    }

    .button {
        display: block;
    }

    .overlay {
        top: 84px;
        opacity: 0.95;
        min-height: calc(100% - 74px);
    }

    .wra {
        justify-content: flex-start;
    }

    .wra ul.wra-nav {
        padding-top: 7vh;
        flex-direction: column;
    }

    .wra-nav-bottom {
        flex-direction: column;
        margin-top: 30px;
    }

    .wra-nav-bottom li {
        line-height: 2.5;
    }

    .wra-nav-bottom-language a {
        margin-left: 7px;
        margin-right: 7px;
        font-size: 16px;
        font-weight: 600;
    }

    .wra ul.wra-nav li {
        font-size: 20px;
    }

    .btn-close:after {
        width: 24px;
        height: 24px;
        background-size: 24px 24px;
        background-image: url(../images/exit.svg);
    }

    .buton {
        width: 180px;
        height: 55px;
        border-radius: 4px;
        font-size: 12px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .buton-radius {
        border-radius: 24px;
    }

    .wra ul.wra-nav li:hover, .wra-nav-bottom li:hover {
        transform: scale(1);
    }

    .button {
        display: inline !important;
        filter: invert(100%);
    }

    .navbar-collapse {
        display: none;
    }

    .Navtop {
        width: 100%;
        position: fixed;
        top: 0;
        padding-left: 30px;
        z-index: 99999;
        padding-top: 10px;
        padding-bottom: 5px;
        overflow: hidden;
        box-shadow: 2px 0px 3px -1px rgba(0, 0, 0, 0.3);
        background-color: #38383a;
    }

    .Navtop .navbar {
        padding: 0px;
    }

    .Navtop .navbar-brand {
        padding: 0;
        margin-bottom: 0px;
        display: block !important;
    }

    .Navtop .navbar-brand:before {
        width: 50px;
        height: 60px;
    }

    .Navtop-gutter .gutter-left {
        margin-left: 0px;
    }

    .Navbottom-letter {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .Navbottom-letter-in {
        flex-direction: column;
    }

    .Navbottom-letter-text h6 {
        font-size: 24px;
    }

    .Navbottom-letter-text p {
        font-size: 14px;
        line-height: 1.4;
    }

    .Navbottom-letter-form {
        width: 100%;
        margin-top: 20px;
    }

    .Navbottom-letter-form-in input {
        width: 100%;
    }

    .Navbottom-letter-form-in button {
        min-width: 40px;
        width: 40px;
        height: 40px;
    }

    .Navbottom-in {
        padding-top: 30px;
        flex-direction: column;
        align-items: center;
    }

    .Navbottom-left {
        flex-direction: column;
        align-items: center;
        max-width: none;
        width: 100%;
    }

    .Navbottom-left .buton {
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
    }

    .Navbottom-left ul {
        text-align: center;
        margin-bottom: 25px;
    }

    .Navbottom-left ul li a {
        line-height: 2.8;
    }

    .Navbottom-left-header {
        font-size: 20px;
    }

    .Navbottom-right {
        max-width: none;
        align-items: center;
        text-align: center;
    }

    .Navbottom-right-logo {
        justify-content: center;
        margin-bottom: 20px;
    }

    .Navbottom-right-logo:before {
        width: 90px;
        height: 120px;
    }

    .Navbottom-right-top {
        padding-bottom: 30px;
        margin-bottom: 15px;
    }

    .Navbottom-right-top h5 {
        font-size: 32px;
    }

    .Navbottom-right-top p {
        font-size: 14px;
    }

    .Navbottom-right-bottom {
        margin-bottom: 60px;
    }

    .Navbottom-copy {
        bottom: 15px;
        left: 50%;
        transform: translateX(-50%);
    }

    .Navbottom-copy p {
        white-space: nowrap;
    }

    .Navbottom-index .Navbottom-letter:before {
        display: none;
    }

    .Right {
        display: none;
    }

    .Slider {
        padding-top: 84px;
    }

    .Slider .swiper-container .swiper-pagination-bullets {
        text-align: center;
        padding-left: 0px;
        bottom: 30px;
    }

    .Slider .swiper-container .swiper-slide {
        height: 500px;
    }

    .Slider .swiper-container .swiper-slide:before {
        height: 200px;
    }

    .Slider-text {
        padding-top: 0px;
        margin-left: 0;
        align-items: center;
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
    }

    .Slider-text h6 {
        font-size: 18px;
        letter-spacing: 5px;
    }

    .Slider-text h1 {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 56px;
        letter-spacing: -1.54px;
        line-height: 1;
    transform: translateY(50px);
    }

    .Slider-text p {
        display: none;
    }

    .Slider-text a {
        font-size: 13px;
        letter-spacing: 2px;
        width: 200px;
        height: 60px;
        margin-top: 30px;
    }

    .Slider-video {
        width: auto;
        height: auto;
        right: 50% !important;
        bottom: auto;
        transform: translateX(50%);
        padding: 15px;
        top: 110px;
    }

    .Slider-video:after {
        width: 24px;
        height: 24px;
        margin-left: 10px;
    }

    .Slider-video h6 {
        font-size: 13px;
        margin-bottom: 0px;
    }

    .Slider-video span {
        display: none;
    }

    .Slider-video p {
        display: none;
    }

    .A_projeler {
        overflow: hidden;
    }

    .A_projeler-item {
        flex-direction: column-reverse;
        padding-right: calc((100vw - 1700px) / 2);
    }

    .A_projeler .swiper-button-prev2, .A_projeler .swiper-button-next2 {
        right: 15px !important;
        top: 35px;
    }

    .A_projeler .swiper-button-prev2 {
        margin-right: 50px;
    }

    .A_projeler-image {
        width: 100%;
		height:300px;
    }

    .A_projeler-image .swiper-container {
        height: 100%;
    }

    .A_projeler-image .swiper-button-prev3 {
        left: 30px;
    }

    .A_projeler-image .swiper-button-next3 {
        right: 30px;
    }

    .A_projeler-info {
        width: 100%;
        padding: 40px 15px;
    }

    .A_projeler-info h6 {
        font-size: 13px;
        letter-spacing: 4px;
    }

    .A_projeler-info h2 {
        padding-top: 20px;
        font-size: 40px;
        letter-spacing: -1.08px;
    }

    .A_projeler-info p {
        font-size: 14px;
        line-height: 1.4;
        width: calc(100% - 30px);
    }

    .A_projeler-info p:before {
        margin-right: 10px;
        min-width: 30px;
        height: 3px;
    }

    .A_projeler-info-in {
        margin-top: 30px;
        flex-wrap: wrap;
        width: calc(100% - 30px);
        padding-top: 15px;
        padding-bottom: 15px;
        transform: none;
    }

    .A_projeler-info-item {
        height: 70px;
        width: 50%;
        justify-content: flex-start;
    }

    .A_projeler-info-item:before {
        margin-right: 10px;
        margin-left: 25px;
    }

    .A_projeler-info-item:nth-child(1):before {
        min-width: 38px;
        height: 37px;
    }

    .A_projeler-info-item:nth-child(2):before {
        min-width: 40px;
        height: 37px;
    }

    .A_projeler-info-item:nth-child(3):before {
        min-width: 41px;
        height: 37px;
    }

    .A_projeler-info-item:nth-child(4) {
        margin-right: auto;
        margin-left: auto;
        align-self: center;
        width: 140px;
        height: 60px;
        font-size: 13px;
        letter-spacing: 5px;
        justify-content: center;
    }

    .A_about {
        margin-top: 0px;
        overflow: hidden;
    }

    .A_about .container {
        padding: 0 !important;
    }

    .A_about-in {
        padding: 40px 15px;
        flex-direction: column;
        align-items: center;
    }

    .A_about-left {
        width: 100%;
        text-align: center;
    }

    .A_about-left-in {
        flex-direction: column;
        align-items: center;
    }

    .A_about-left h5 {
        font-size: 50px;
        letter-spacing: -1.08px;
    }

    .A_about-left h6 {
        min-width: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 20px;
        margin-bottom: 30px;
    }

    .A_about-left h6:after {
        margin-top: 10px;
        width: 80px;
        height: 4px;
    }

    .A_about-left p {
        font-size: 14px;
    }

    .A_about-left .buton {
        width: 190px;
        height: 60px;
        margin-top: 30px;
        letter-spacing: 2px;
        margin-left: auto;
        margin-right: auto;
    }

    .A_about-right {
        width: 120px;
        margin-top: 40px;
    }

    .A_about-right:before {
        width: 120px;
        height: 165px;
    }

    .gutter {
        padding-top: 120px;
    }

    .gutter-left {
        padding-left: 15px;
    }

    .gutter-left-long {
        padding-left: 15px;
    }

    .Kariyer {
        padding-bottom: 40px;
        padding-right: 15px;
    }

    .Kariyer-in {
        flex-direction: column;
    }

    .Kariyer-text {
        width: 100%;
        max-width: none;
        text-align: center;
    }

    .Kariyer-text h2 {
        font-size: 60px;
        letter-spacing: -2.08px;
        margin-bottom: 15px;
    }

    .Kariyer-text p {
        font-size: 14px;
        line-height: 1.5;
    }

    .Kariyer-form {
        padding-right: 15px;
        padding-left: 15px;
        margin-top: 40px;
        text-align: center;
    }

    .Kariyer-form-in {
        align-items: center;
        flex-direction: column;
    }

    .Kariyer-form-inner {
        width: 100%;
    }

    .Kariyer-form h3 {
        margin-bottom: 30px;
        font-size: 28px;
    }

    .Kariyer-form .bootstrap-select {
        width: 100% !important;
    }

    .Kariyer-form .bootstrap-select .btn {
        padding-left: 30px;
        font-size: 14px;
    }

    .Kariyer-form .bootstrap-select .btn:after {
        right: 25px;
    }

    .Kariyer-form .cv {
        text-align: left;
        width: 100%;
        height: 120px;
    }

    .Kariyer-form .cv-in p {
        font-size: 12px;
    }

    .Kariyer-form .cv:after {
        width: 48px;
        height: 51px;
    }

    .Kariyer-form .cv-info {
        font-size: 17px;
    }

    .Kariyer-form-buton {
        margin-left: 0px;
        margin-top: 10px;
        width: 100%;
        height: 120px;
        font-size: 28px;
    }

    .Banner {
        overflow: hidden;
        padding-bottom: 30px;
    }

    .Banner-info {
        display: none;
    }

    .Banner-text {
        text-align: center;
        padding-right: 15px;
    }

    .Banner-text h4 {
        font-size: 20px;
        letter-spacing: -1.14px;
    }

    .Banner-text h3 {
        font-size: 44px;
        letter-spacing: -1.08px;
    }

    .Banner-text h6 {
        font-size: 18px;
        margin-bottom: 20px;
        align-items: center;
    }

    .Banner-text p {
        font-size: 14px;
        line-height: 1.4;
    }

    .Banner-kurumsal:after {
        display: none;
    }

    .Banner-iletisim {
        padding-top: 88px;
        padding-left: 0;
    }

    .Banner-iletisim .Banner-info {
        width: 100%;
        left: auto;
        display: block;
        position: relative;
        text-align: center;
        padding: 30px 0;
    }

    .Banner-iletisim .Banner-info h3 {
        font-size: 60px;
        letter-spacing: -2.08px;
        margin-bottom: 40px;
    }

    .Banner-p_detay {
        padding-top: 84px;
        display: flex;
        flex-direction: column-reverse;
    }

    .Banner-p_detay-info {
        display: flex;
        flex-wrap: wrap;
    }

    .Banner-p_detay-info .A_projeler-info-item {
        margin-bottom: 30px;
        justify-content: flex-start;
        width: 50%;
    }

    .Banner-p_detay .Banner-info {
        margin-top: 30px;
        display: block;
        width: 100%;
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        text-align: center;
        padding-left: 0px;
        padding-right: 0px;
    }

    .Banner-p_detay .Banner-info h3 {
        font-size: 60px;
        letter-spacing: -1.54px;
        margin-bottom: 40px;
    }

    .Banner-in {
        height: 350px;
        width: 100%;
    }

    .Banner-in .Banner-text {
        margin-top: 0px;
        left: 50%;
        width: 100%;
        text-align: center;
        transform: translate(-50%, -50%);
    }

    .Banner-in .Banner-text span {
        font-size: 17px;
        letter-spacing: 4.58px;
    }

    .Banner-in .Banner-text h2 {
        font-size: 50px;
        letter-spacing: -1.54px;
        margin-bottom: 20px;
    }

    .Banner-in .Banner-text p {
        font-size: 13px;
        line-height: 1.4;
    }

    .Projeler-link:after {
        display: none;
    }

    .Projeler-link .nav {
        padding-top: 25px;
        padding-bottom: 25px;
        flex-direction: column;
        align-items: center;
    }

    .Projeler-link .nav-item {
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .Projeler-link .nav-link {
        font-size: 20px;
    }

    .T_projeler {
        margin-right: 0;
    }

    .T_projeler-item {
        margin-right: 0px;
        width: 100%;
        margin-bottom: 15px;
    }

    .T_projeler-item-text:after {
        min-width: 36px;
        width: 36px;
        height: 36px;
    }

    .T_projeler-item-text h6 {
        font-size: 13px;
        letter-spacing: 5px;
    }

    .T_projeler-item-text h5 {
        font-size: 25px;
        letter-spacing: -1px;
    }

    .T_projeler-item-text p {
        font-size: 14px;
    }

    .D_projeler-item {
        margin-bottom: 10px;
        flex-direction: column;
    }

    .D_projeler-item:nth-of-type(even) {
        flex-direction: column;
    }

    .D_projeler-item-image {
        height: 250px;
        width: 100%;
    }

    .D_projeler-item-text {
        width: 100%;
        padding: 25px 15px;
        text-align: center;
    }

    .D_projeler-item-text h6 {
        font-size: 13px;
        letter-spacing: 5px;
    }

    .D_projeler-item-text h4 {
        font-size: 36px;
        letter-spacing: -1px;
    }

    .D_projeler-item-text h5 {
        font-size: 17px;
        margin-bottom: 15px;
    }

    .D_projeler-item-text p {
        font-size: 13px;
    }

    .D_projeler-item-info {
        margin-top: 30px;
        display: flex;
        flex-wrap: wrap;
        padding-right: 15px;
    }

    .D_projeler-item-info:after {
        width: 36px;
        height: 36px;
    }

    .D_projeler-item-info .A_projeler-info-item {
        margin-bottom: 15px;
    }

    .Kurumsal {
        margin-bottom: 0;
    }

    .Kurumsal-in {
        flex-direction: column;
    }

    .Kurumsal-item .Kurumsal-text {
        text-align: center;
        width: 100%;
        padding: 30px 15px;
    }

    .Kurumsal-item .Kurumsal-text h6 {
        font-size: 32px;
    }

    .Kurumsal-item .Kurumsal-text p {
        font-size: 14px;
        line-height: 1.6;
    }

    .Kurumsal-image {
        width: 100%;
        height: 300px;
    }
	.Margin-proje{
	margin-top:84px;
	}
.Proje-banner-mobil{
	display:none;}
    #map {
        height: 350px;
    }

    .Iletisim {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .Iletisim-in {
        flex-direction: column;
    }

    .Iletisim-text {
        width: 100%;
        text-align: center;
    }

    .Iletisim-text h4 {
        font-size: 80px;
        letter-spacing: -2.08px;
    }

    .Iletisim-form {
        width: 100%;
        margin-top: 30px;
    }

    .Iletisim-form-in {
        flex-direction: column;
    }

    .Iletisim-form-left {
        width: 100%;
    }

    .Iletisim-form-right {
        width: 100%;
    }

    .Poje_detay {
        padding-top: 20px;
    }

    .Poje_detay-in {
        flex-direction: column;
        padding-bottom: 40px;
        align-items: center;
    }

    .Poje_detay-link {
        width: 100%;
    }

    .Poje_detay-link .nav {
        flex-direction: row;
        justify-content: center;
    }

    .Poje_detay-link .nav-item {
        width: 50%;
    }

    .Poje_detay-link .nav-link {
        line-height: 2.5;
        font-size: 20px;
        text-align: center;
    }

    .Poje_detay-inner {
        margin-top: 30px;
        margin-right: -15px;
    }

    .Poje_detay-item {
        margin-right: 15px;
        margin-bottom: 15px;
        width: calc(50% - 15px);
    }

    .Poje_detay-item:before {
        content: "";
        background-image: url(../images/icon-plus.svg);
        display: inline-block;
        transition: 500ms;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 2;
        transform: translate(-50%, -50%);
        filter: invert(100%) brightness(5);
        width: 41px;
        height: 41px;
        background-size: auto 100%;
        opacity: 0;
    }

    .Poje_detay-item:hover:after {
        opacity: 0.81;
        transition: 500ms;
    }

    .Poje_detay-item:hover:before {
        opacity: 1;
        transition: 500ms;
    }

    .Poje_detay .tab-content {
        width: 100%;
    }

    .Poje_detay-ilgi {
        min-height: 90px;
        font-size: 16px;
    }
}

@media (min-width: 991px) and (max-width: 1367px) {
    .gutter-left {
        padding-left: 190px;
    }

    .gutter-left-long {
        padding-left: 420px;
    }

    .Navtop {
        padding-top: 65px;
    }

    .Navtop .navbar-collapse .nav-item {
        margin-right: 25px;
    }

    .Navtop .navbar-collapse .nav-item .nav-link {
        letter-spacing: 1px;
    }

    .Navtop-gutter .gutter-left {
        margin-left: 235px;
    }

    .Right {
        padding-top: 30px;
        padding-bottom: 45px;
        width: 130px;
    }

    .Right .navbar-brand:before {
        width: 80px;
        height: 100px;
    }

    .Slider .swiper-container .swiper-pagination-bullets {
        padding-left: 190px;
        bottom: 100px;
    }

    .Slider .swiper-container .swiper-slide {
        height: 700px;
    }

    .Slider-text {
        padding-top: 0;
        margin-left: 190px;
    }

    .Slider-text h6 {
        font-size: 20px;
        letter-spacing: 6px;
    }

    .Slider-text h1 {
        font-size: 80px;
    }

    .Slider-text p {
        font-size: 14px;
    }

    .Slider-video {
        width: 300px;
        height: 130px;
        bottom: 100px;
    }

    .Slider-video:after {
        width: 50px;
        height: 50px;
    }

    .Slider-video h6 {
        font-size: 22px;
    }

    .Slider-video span {
        font-size: 14px;
    }

    .Slider-video p {
        font-size: 16px;
    }

    .A_projeler-image .swiper-button-prev3 {
        left: 45px;
    }

    .A_projeler-image .swiper-button-next3 {
        right: 45px;
    }

    .A_projeler-info h6 {
        letter-spacing: 5px;
    }

    .A_projeler-info h2 {
        font-size: 70px;
        letter-spacing: -2.08px;
    }

    .A_projeler-info p {
        font-size: 14px;
        line-height: 1.4;
    }

    .A_projeler-info p:before {
        margin-right: 15px;
        min-width: 50px;
        height: 3px;
    }

    .A_projeler-info-in {
        width: calc(100% + 3.5vw + 100px);
        transform: translateX(calc(-3.5vw - 100px));
    }

    .A_projeler-info-item {
        height: 120px;
        width: calc(33.33% - 50px);
    }

    .A_projeler-info-item:before {
        margin-right: 10px;
    }

    .A_projeler-info-item h6 {
        letter-spacing: normal;
    }

    .A_projeler-info-item:nth-child(1):before {
        min-width: 38px;
        height: 37px;
    }

    .A_projeler-info-item:nth-child(2):before {
        min-width: 40px;
        height: 38px;
    }

    .A_projeler-info-item:nth-child(3):before {
        min-width: 40px;
        height: 37px;
    }

    .A_projeler-info-item:nth-child(4) {
        width: 150px;
        font-size: 13px;
        letter-spacing: 5px;
    }

    .A_projeler-info-item:nth-child(4):hover {
        letter-spacing: 9px;
    }

    .A_about-left {
        width: calc(92% - 120px);
    }

    .A_about-left h5 {
        font-size: 80px;
        letter-spacing: -2.08px;
    }

    .A_about-left h6 {
        min-width: 160px;
        font-size: 20px;
    }

    .A_about-left p {
        font-size: 14px;
        line-height: 1.3;
    }

    .A_about-right {
        width: 120px;
    }

    .A_about-right:before {
        width: 120px;
        height: 162px;
    }

    .Navbottom-letter-text h6 {
        font-size: 28px;
    }

    .Navbottom-letter-text p {
        font-size: 14px;
        padding-right: 15%;
    }

    .Navbottom-letter-form-in input {
        width: 300px;
    }

    .Navbottom-letter-form-in button {
        width: 48px;
        height: 48px;
    }

    .Navbottom-index .Navbottom-letter:before {
        height: 120px;
    }

    .Kariyer-text {
        min-width: 300px;
    }

    .Kariyer-text h2 {
        font-size: 80px;
        letter-spacing: -2.08px;
    }

    .Kariyer-text p {
        font-size: 14px;
        line-height: 1.5;
    }

    .Kariyer-form-in {
        display: flex;
        flex-direction: column;
    }

    .Kariyer-form h3 {
        margin-bottom: 40px;
        font-size: 32px;
    }

    .Kariyer-form .bootstrap-select {
        width: 350px !important;
    }

    .Kariyer-form .bootstrap-select .btn {
        padding-left: 25px;
        font-size: 14px;
    }

    .Kariyer-form .bootstrap-select .btn:after {
        right: 50px;
    }

    .Kariyer-form .cv {
        width: 350px;
        height: 110px;
    }

    .Kariyer-form .cv:after {
        width: 58px;
        height: 61px;
    }

    .Kariyer-form .cv-info {
        font-size: 17px;
    }

    .Kariyer-form-buton {
        margin-top: 10px;
        margin-left: 0px;
        width: 350px;
        height: 130px;
        font-size: 28px;
    }

    .Banner-info {
        left: 130px;
        width: 240px;
    }

    .Banner-text h4 {
        font-size: 36px;
    }

    .Banner-text h3 {
        font-size: 80px;
        letter-spacing: -2.08px;
    }

    .Banner-text h6 {
        font-size: 20px;
    }

    .Banner-text p {
        font-size: 14px;
        line-height: 1.5;
    }

    .Banner-iletisim {
        padding-left: 370px;
    }

    .Banner-iletisim .Banner-info h3 {
        font-size: 66px;
        letter-spacing: -1.08px;
    }

    .Banner-p_detay-info .A_projeler-info-item {
        margin-bottom: 45px;
    }

    .Banner-p_detay .Banner-info {
        left: auto;
        width: 300px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .Banner-p_detay .Banner-info h3 {
        margin-bottom: 50px;
        font-size: 70px;
    }

    .Banner-p_detay .Banner-in {
        height: 550px;
        width: calc(100% - 300px);
    }

    .Banner-p_detay .Banner-in .Banner-text span {
        font-size: 20px;
        letter-spacing: 4.58px;
    }

    .Banner-p_detay .Banner-in .Banner-text h2 {
        font-size: 70px;
    }

    .Banner-p_detay .Banner-in .Banner-text p {
        font-size: 14px;
        line-height: 1.4;
    }

    .Projeler-link .nav-item {
        margin-right: 70px;
    }

    .Projeler-link .nav-link {
        font-size: 20px;
    }

    .T_projeler-item-text:after {
        min-width: 36px;
        width: 36px;
        height: 36px;
    }

    .T_projeler-item-text h6 {
        font-size: 13px;
        letter-spacing: 6px;
    }

    .T_projeler-item-text h5 {
        font-size: 48px;
        letter-spacing: -1px;
    }

    .T_projeler-item-text p {
        font-size: 14px;
    }

    .D_projeler-item-text h6 {
        font-size: 13px;
        letter-spacing: 6px;
    }

    .D_projeler-item-text h4 {
        font-size: 40px;
        letter-spacing: -1px;
    }

    .D_projeler-item-text h5 {
        font-size: 18px;
    }

    .D_projeler-item-text p {
        font-size: 14px;
    }

    .D_projeler-item-info:after {
        width: 36px;
        height: 36px;
    }

    .Iletisim-text {
        width: 200px;
    }

    .Iletisim-text h4 {
        font-size: 80px;
        letter-spacing: -2.08px;
    }

    .Iletisim-form {
        width: calc(95% - 200px);
    }

    .Poje_detay-link {
        width: 160px;
    }

    .Poje_detay-link .nav-link {
        line-height: 4;
        padding: 0;
        font-size: 20px;
        letter-spacing: -0.62px;
        color: #929298;
    }

    .Poje_detay-link .nav .active {
        font-weight: bold;
        color: #38383a;
        background-color: transparent;
    }

    .Poje_detay-item {
        width: calc(33.33% - 20px);
    }

    .Poje_detay #map {
        height: 400px;
    }
}

@media (max-width: 1750px) {
    .Slider-video {
        right: 45px;
    }

    .A_projeler .swiper-button-prev2, .A_projeler .swiper-button-next2 {
        right: 45px;
    }
}
