/*! 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; }


.References {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 200px; 
}
.References-in {
  padding-top: 90px;
  max-width: 1200px; 
}
.References-in:before {
  content: "";
  display: inline-block;
  -webkit-transition: 500ms;
  transition: 500ms;
  height: 100%;
  width: 1px;
  position: absolute;
  background-color: white; 
}
.References-in:after {
  content: "";
  display: inline-block;
  -webkit-transition: 500ms;
  transition: 500ms;
  height: 1px;
  width: 100%;
  position: absolute;
  background-color: white; 
}
.References-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30%;
  height: 160px;
  border-left: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8; 
}
.References-item img {
  max-height: 75%;
  max-width: 75%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .5;
  -webkit-transition: 500ms;
  transition: 500ms; 
}
.References-item:hover img {
  opacity: 1;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transition: 500ms;
  transition: 500ms; 
}


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; }
@font-face {
    font-family: 'Big Caslon';
    src: url('../font/BigCaslon-Medium.woff2') format('woff2'),
        url('../font/BigCaslon-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.Banner {
  position: relative;
  z-index: 9; }
  .Banner-in {
    position: relative;
    height: 768px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    .Banner-in:before {
      content: "";
      display: inline-block;
      transition: 500ms;
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #00000095);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .Banner-text {
    text-align: center; }
    .Banner-text h1 {
      font-size: 83px;
        font-family: 'Big Caslon';
       font-weight: 500;
    font-style: normal;
      color: white; }
    .Banner-text h6 {
      font-size: 42px;
       font-weight: 500;
        font-family: 'Big Caslon';
    font-style: normal;
      letter-spacing: 21.1px;
      color: white; }

.button {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 500ms;
  z-index: 1;
  cursor: pointer; }

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

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

@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: 1650px;
    padding-left: 45px;
    padding-right: 45px; }

@font-face {
  font-family: 'gilroy';
  src: url(../font/gotham/Gotham-Light.otf);
  font-weight: normal; }

@font-face {
  font-family: 'gilroy';
  src: url(../font/gotham/Gotham-Book.otf);
  font-weight: 500; }

@font-face {
  font-family: 'gilroy';
  src: url(../font/gotham/Gotham-Medium.otf);
  font-weight: 600; }

@font-face {
  font-family: 'gilroy';
  src: url(../font/gotham/Gotham-Bold.tf);
  font-weight: bold; }

@font-face {
  font-family: 'gilroy';
  src: url(../font/gotham/Gotham-Ultra.otf);
  font-weight: 900; }

@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: 99;
  transition: 500ms;
  position: relative;
  background-color: #393535; }
  .Navtop .navbar-brand {
    margin-top: 0; }
    .Navtop .navbar-brand:before {
      content: "";
      display: inline-block;
      transition: 500ms;
      width: 203px;
      height: 80px;
      background-size: auto 100%;
      background-image: url(../images/logo.png);
      background-repeat: no-repeat; }
  .Navtop .navbar {
    position: relative;
    z-index: 99; }
    .Navtop .navbar-nav {
      transition: 400ms; }
    .Navtop .navbar-collapse {
      padding-right: 60px; }
      .Navtop .navbar-collapse .nav-item {
        margin-right: 70px;
        position: relative;
        align-items: center;
        display: flex;
        justify-content: center;
        height: 130px; }
        .Navtop .navbar-collapse .nav-item .nav-link {
          text-align: center;
          padding: 0px 5px;
          font-size: 18px;
          font-weight: 500;
          color: white;
          position: relative;
          transition: 500ms; }
          .Navtop .navbar-collapse .nav-item .nav-link:before {
            content: "";
            display: inline-block;
            transition: 500ms;
            width: 7px;
            height: 7px;
            background-color: #c1886d;
            position: absolute;
            right: -10px;
            top: -7px;
            opacity: 0; }
          .Navtop .navbar-collapse .nav-item .nav-link:hover {
            color: #c1886d;
            transition: 500ms; }
      .Navtop .navbar-collapse .active .nav-link {
        color: #c1886d; }
        .Navtop .navbar-collapse .active .nav-link:before {
          opacity: 1; }
  .Navtop-social {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translate(50%, -50%);
z-index: 99;}
    .Navtop-social a {
      opacity: 0.7;
      color: white;
      transition: 500ms; }
      .Navtop-social a:hover {
        opacity: 1;
        transition: 500ms; }

.Right {
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 120px;
  background-color: #393535; }
  .Right p {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 300px;
    background-color: #c1886d; }
    .Right p a {
      display: block;
      transform: rotate(-90deg) translateX(-185px);
      font-size: 18px;
      font-weight: 500;
      color: white;
      letter-spacing: 10px;
      white-space: nowrap;
      transition: 500ms; }
      .Right p a:hover {
        color: #393535;
        transition: 500ms; }

.Navbottom {
  position: relative;
  z-index: 99; }
  .Navbottom-map {
    height: 500px; }
    .Navbottom-map #map {
      width: 100%;
      height: 100%; }
      .Navbottom-map #map .ymaps-2-1-77-ground-pane canvas {
        filter: brightness(0.4) grayscale(100%); }
  .Navbottom-copy {
    display: flex;
    align-items: center;
    height: 90px;
    background-color: #393535; }
    .Navbottom-copy p {
      font-size: 12px;
      color: white; }

.icon-menu {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  cursor: pointer;
  background-color: transparent;
  filter: brightness(10); }
  .icon-menu:before {
    content: "";
    display: inline-block;
    transition: 500ms;
    width: 32px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-image: url(../images/menu.svg);
    background-position: center; }
  .icon-menu-active:before {
    background-image: url(../images/exit.svg); }

.Slider {
  position: relative;
  z-index: 1; }
  .Slider .swiper-container .swiper-slide {
    position: relative;
    height: 768px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover; }
  .Slider-text {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
    width: calc(100% - 240px); }
    .Slider-text h6 {
      font-size: 55px;
        font-family: 'Big Caslon';
       font-weight: 500;
    font-style: normal;
      line-height: 1;
      color: white; }
    .Slider-text h1 {
          font-size: 60px;
     font-weight: 500;
        font-family: 'Big Caslon';
    font-style: normal;
    line-height: 1;
    color: white;
    max-width: 685px; }

.A_proje-in {
  display: flex; }

.A_proje-left {
  position: relative;
  width: 52%;
  background-color: #c1886d;
  padding-left: 40px; 
  padding-bottom: 60px; }
  .A_proje-left-all {
    position: absolute;
    right: 0;
    top: 0;
    width: 270px;
    height: 120px;
    background-color: #a4725a;
    font-size: 20px;
    font-weight: 500;
    color: white;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
          border: 1px solid #a4725a;
    transition: 500ms; }
    .A_proje-left-all:hover {

        color: #fff;
        background-color: #393535;
      transition: 500ms; }
  .A_proje-left-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 120px; }
    .A_proje-left-head h6 {
      font-size: 24px;
      font-weight: 500;
      color: white; }
  .A_proje-left .nav {
    flex-wrap: nowrap;
    margin-top: 20px; }
    .A_proje-left .nav-item {
      margin-right: 40px; }
    .A_proje-left .nav-link {
      font-size: 18px;
      font-weight: 500;
      color: #393535;
      padding: 0; }
    .A_proje-left .nav .active {
      text-decoration: underline;
      background-color: transparent; }
  .A_proje-left-in {
    margin-top: 30px;
    display: flex;
    justify-content: space-between; }
  .A_proje-left-image {
    width: 50%; }
    .A_proje-left-image img {
      object-fit: cover;
      width: 100%;
      min-height: 280px; }
  .A_proje-left-text {
    padding-right: 3%;
    width: 47%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 5px; }
    .A_proje-left-text h6 {
      font-size: 20px;
      font-weight: 500;
      line-height: normal;
      color: white;
      display: flex;
      margin-bottom: 20px;
      flex-direction: column; }
      .A_proje-left-text h6:after {
        margin-top: 5px;
        content: " ";
        display: inline-block;
        transition: 500ms;
        width: 292px;
        max-width: 95%;
        height: 1px;
        background-color: white; }
    .A_proje-left-text p {
      opacity: 0.7;
      font-size: 18px;
      line-height: 1.67;
      color: white; }
    .A_proje-left-text a {
      font-size: 20px;
      font-weight: 500;
      color: white;
      display: flex;
      align-items: center; }
      .A_proje-left-text a:before {
        margin-right: 20px;
        content: "";
        display: inline-block;
        transition: 500ms;
        width: 39px;
        height: 2px;
        background-color: white; }

.A_proje-right {
  width: 48%;
  background-color: #f5f5f5; }
  .A_proje-right-head {
    background-color: #393535;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px;
    height: 120px; }
    .A_proje-right-head h6 {
      font-size: 20px;
      font-weight: 500;
      color: white;
      display: flex;
      align-items: center; }
      .A_proje-right-head h6:before {
        margin-right: 25px;
        content: "";
        display: inline-block;
        transition: 500ms;
        width: 39px;
        height: 2px;
        background-color: white; }
    .A_proje-right-head a {
      display: block; }
      .A_proje-right-head a img {
        width: auto;
		max-width:170px;
}
  .A_proje-right-in {
    padding-bottom: 40px;
    padding-top: 70px;
    padding-left: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly; }
    .A_proje-right-in h6 {
      font-size: 24px;
      font-weight: 600;
      color: #000000;
      margin-bottom: 20px; }
    .A_proje-right-in p {
      opacity: 0.7;
      font-size: 18px;
      line-height: 1.67;
      color: #000000; }
    .A_proje-right-in a {
      width: 250px;
      height: 80px;
      background-color: #c1886d;
      font-size: 20px;
      font-weight: 500;
      color: white;
      margin-top: 40px;
      transition: 500ms; }
      .A_proje-right-in a:hover {
        background-color: #393535;
        transition: 500ms; }

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

.About {
  padding-bottom: 100px;
  position: relative; }
  .About-item {
    position: relative;
    margin-top: 110px;
    display: flex; }
    .About-item-text {
      width: 52%;
      padding-right: 4%; }
      .About-item-text h6 {
        font-size: 20px;
        font-weight: 500;
        color: #000000;
        margin-bottom: 30px; }
      .About-item-text p {
        opacity: 0.7;
        font-size: 18px;
        line-height: 1.67;
        color: #000000;
        margin-bottom: 10px; }
    .About-item-image {
      width: 48%; }
      .About-item-image img {
        min-height: 240px;
        object-fit: cover; }
      .About-item-image:before {
        position: absolute;
        right: 0;
        content: "";
        display: inline-block;
        transition: 500ms;
        width: 100%;
        transform: translateX(50%) translateY(-50%);
        height: 179px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-image: url(../images/dots.svg);
        z-index: -1; }
    .About-item:nth-of-type(even) {
      flex-direction: row-reverse; }
      .About-item:nth-of-type(even) .About-item-text {
        padding-right: 0;
        padding-left: 4%; }
      .About-item:nth-of-type(even) .About-item-image:before {
        right: auto;
        left: 0;
        transform: translateX(-50%) translateY(-50%); }

.Iletisim {
  padding-top: 5vw;
  padding-bottom: 5vw; }
  .Iletisim h1 {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #000000; }
  .Iletisim-info {
    padding-top: 4.5vw;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .Iletisim-info-item {
      display: flex;
      align-items: center; }
      .Iletisim-info-item img {
        margin-right: 12px; }
      .Iletisim-info-item p {
        opacity: 0.7;
        font-size: 20px;
        line-height: 1.15;
        color: #000000; }
      .Iletisim-info-item a {
        transition: 500ms; }
        .Iletisim-info-item a:hover {
          color: black;
          transition: 500ms; }
      .Iletisim-info-item:nth-of-type(1) {
        width: 40%; }
      .Iletisim-info-item:nth-of-type(2) {
        width: 30%; }
      .Iletisim-info-item:nth-of-type(3) {
        width: 25%; }
  .Iletisim-form {
    margin-top: 4vw;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto; }
    .Iletisim-form-item {
      margin-right: 40px;
      margin-bottom: 40px;
      width: calc(50% - 40px); }
      .Iletisim-form-item input {
        padding-left: 25px;
        height: 70px;
        border: solid 1px #c6c6c6; }
        .Iletisim-form-item input:focus {
          box-shadow: none;
          border-color: #c1886d; }
    .Iletisim-form-button {
      margin-left: auto;
      margin-right: auto;
      transition: 500ms;
      width: 236px;
      height: 70px;
      background-color: #c1886d;
      font-size: 20px;
      font-weight: 500;
      color: white; }
      .Iletisim-form-button:hover {
        background-color: #393535;
        transition: 500ms;
        color: white; }

.Projeler {
  position: relative;
  padding-bottom: 4vw;
z-index: 9;}
  .Projeler-link {
    background-color: #393535;
    margin-bottom: 5vw; }
    .Projeler-link .nav-item {
      margin-right: 40px; }
    .Projeler-link .nav-link {
      width: 350px;
      font-size: 20px;
      font-weight: 500;
      color: white;
      border-radius: 0;
      height: 130px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: 500ms;
      position: relative; }
      .Projeler-link .nav-link:before {
        content: "";
        display: inline-block;
        transition: 300ms;
        position: absolute;
        width: 100%;
        height: 0;
        top: 0;
        left: 0;
        background-color: #c1886d; }
      .Projeler-link .nav-link:hover {
        color: #c1886d;
        transition: 500ms; }
    .Projeler-link .nav .active {
      background-color: #c1886d; }
      .Projeler-link .nav .active:hover {
        color: white;
        transition: 500ms; }
      .Projeler-link .nav .active:before {
        transition: 300ms;
        opacity: 1;
        height: 30px;
        transform: translateY(-100%); }
  .Projeler h1 {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    color: #000000; }
  .Projeler-in {
    padding-top: 4.5vw; }
  .Projeler-item {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 120px; }
    .Projeler-item:before {
      position: absolute;
      left: 0;
      bottom: 0;
      content: "";
      display: inline-block;
      transition: 500ms;
      width: 30%;
      transform: translateX(-45px) translateY(45px);
      height: 179px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: auto 100%;
      background-image: url(../images/dots.svg);
      z-index: -1; }
    .Projeler-item-image {
      width: 45%;
      position: relative; }
      .Projeler-item-image:before {
        content: "";
        display: inline-block;
        transition: 500ms;
        background-color: #c1886d;
        opacity: 0;
        position: absolute;
        width: 0;
        height: 0;
        top: 0;
        left: 0; }
      .Projeler-item-image:after {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        content: "";
        display: inline-block;
        transition: 500ms;
        width: 64px;
        height: 64px;
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-image: url(../images/icon-plus.svg);
        opacity: 0; }
.Projeler-item-image img{
    max-height: 280px;
    object-fit: cover;
}
    .Projeler-item-text {
      width: 51%;
      display: flex;
      flex-direction: column;
      justify-content: space-evenly;
      padding-right: 3%; }
      .Projeler-item-text h5, .Projeler-item-text h6 {
        font-size: 18px;
        font-weight: 500;
        line-height: 1.6;
        color: #000000; }
      .Projeler-item-text p {
        margin-top: 20px;
        opacity: 0.7;
        font-size: 15px;
        line-height: 1.6;
        color: #000000; }
      .Projeler-item-text a {
        width: 219px;
        height: 74px;
        font-size: 15px;
        font-weight: bold;
        line-height: 1.67;
        text-align: center;
        color: white;
        background-color: #c1886d;
        transition: 500ms; }
        .Projeler-item-text a:hover {
          background-color: #393535;
          transition: 500ms; }
    .Projeler-item-sale {
      position: absolute;
      top: 40px;
      left: -40px;
      background-color: #000000;
      text-align: center;
      width: 178px;
      height: 104px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .Projeler-item-sale h6 {
        font-size: 30px;
        font-weight: 500;
        line-height: 1;
        color: white; }
      .Projeler-item-sale span {
        font-size: 15px;
        font-weight: 500;
        color: white; }
    .Projeler-item:hover .Projeler-item-image:before {
      transition: 500ms;
      opacity: 0.5;
      width: 100%;
      height: 100%; }
    .Projeler-item:hover .Projeler-item-image:after {
      transition: 500ms;
      opacity: 1; }

.Proje_detay {
  padding-bottom: 5vw; }
  .Proje_detay-info {
    margin-top: 4vw;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    .Proje_detay-info h1 {
      font-size: 20px;
      font-weight: 500;
      color: #000000;
      margin-bottom: 20px; }
    .Proje_detay-info p {
      margin-bottom: 10px;
      font-size: 18px;
      color: #4f4f4f; }
    .Proje_detay-info-video {
      margin-top: 4vw;
      position: relative; }
      .Proje_detay-info-video:before {
        content: "";
        display: inline-block;
        transition: 500ms;
        width: 100px;
        height: 100px;
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-image: url(../images/icon-play.svg);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
  .Proje_detay-poster {
    margin-top: 5vw;
    position: relative; }
    .Proje_detay-poster:after {
      content: "";
      display: inline-block;
      transition: 500ms;
      background-color: #c1886d;
      opacity: 0.4;
        opacity: 0;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 1; }
    .Proje_detay-poster:before {
      z-index: 2;
      content: "";
      display: inline-block;
      transition: 500ms;
      width: 100px;
      height: 100px;
      background-repeat: no-repeat;
      background-size: auto 100%;
      background-image: url(../images/icon-plus.svg);
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
opacity: 0;}

.Proje_detay-poster:hover::after{
opacity: 0.4;
}
.Proje_detay-poster:hover::before{
    opacity: 1;
}
  .Proje_detay-galeri {
    margin-top: 4vw; }
    .Proje_detay-galeri h2 {
      font-size: 20px;
      font-weight: 500;
      text-align: center;
      color: #000000; }
    .Proje_detay-galeri-in {
      margin-top: 4vw;
      margin-right: -30px;
      display: flex;
      flex-wrap: wrap; }
    .Proje_detay-galeri-item {
      margin-right: 60px;
      margin-bottom: 60px;
      width: calc(33.33% - 60px);
      position: relative; }
      .Proje_detay-galeri-item:before {
        opacity: 0;
        content: "";
        display: inline-block;
        transition: 500ms;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(41, 41, 41, 0.5); }
      .Proje_detay-galeri-item:after {
        content: "";
        display: inline-block;
        transition: 500ms;
        width: 56px;
        height: 56px;
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-image: url(../images/icon-plus.svg);
        position: absolute;
        top: 50%;
        left: 50%;
        opacity: 0;
        transform: translate(-50%, -50%); }
      .Proje_detay-galeri-item-image:before {
        position: absolute;
        left: 0;
        bottom: 0;
        content: "";
        display: inline-block;
        transition: 500ms;
        width: 90%;
        transform: translateX(-30px) translateY(30px);
        height: 179px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-image: url(../images/dots.svg);
        z-index: -1; }
      .Proje_detay-galeri-item:hover:before {
        transition: 500ms;
        opacity: 1; }
      .Proje_detay-galeri-item:hover:after {
        transition: 500ms;
        opacity: 1; }
.Kat-planlari-item {
    width: calc(24.33% - 60px);
    margin-bottom: 80px;
}

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

@media (max-width: 991px) {
	  .References {
    overflow: hidden;
    padding-bottom: 70px; }
  .References-in {
    padding-top: 30px; }
  .References-item {
    width: 33.33%;
    height: 130px; }
  .References-item img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1; }
  .mobile {
    display: block !important; }
  .mobile-f {
    display: flex !important; }
  .desktop {
    display: none !important; }
  .Navtop {
    width: 100%;
    position: fixed;
    top: 0;
    padding-left: 15px;
    z-index: 99999;
    padding-top: 15px;
    padding-bottom: 10px;
    box-shadow: 2px 0px 3px -1px rgba(0, 0, 0, 0.3); }
    .Navtop-social {
      display: none; }
    .Navtop .navbar {
      padding: 0px; }
      .Navtop .navbar-brand {
        padding: 0;
        margin-bottom: 0px; }
        .Navtop .navbar-brand:before {
          width: 160px;
          height: 50px; }
      .Navtop .navbar-nav {
        margin-right: auto; }
      .Navtop .navbar-collapse {
        position: fixed;
        left: 0;
        padding-right: 0;
        right: 0;
        top: 83px;
        bottom: 0;
        display: flex;
        align-items: flex-start;
        transition: 300ms;
        opacity: 0;
        pointer-events: none;
        padding-top: 10vh;
        transform: translateY(50px); }
        .Navtop .navbar-collapse:before {
          content: "";
          display: inline-block;
          transition: 500ms;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background-color: #c1886d;
          opacity: 0.9; }
        .Navtop .navbar-collapse-active {
          pointer-events: auto;
          transition: 300ms;
          opacity: 1;
          transform: translateY(0); }
        .Navtop .navbar-collapse .nav-item {
          margin-right: 0;
          line-height: 4;
          height: auto; }
          .Navtop .navbar-collapse .nav-item-social {
            justify-content: center; }
            .Navtop .navbar-collapse .nav-item-social a {
              color: white;
              margin-left: 10px;
              margin-right: 10px; }
          .Navtop .navbar-collapse .nav-item .nav-link {
            padding: 0px 5px;
            font-size: 20px;
            color: white; }
            .Navtop .navbar-collapse .nav-item .nav-link:hover {
              transition: 500ms; }
  .Right {
    display: none; }
  .Slider {
    padding-top: 83px; }
    .Slider .swiper-container .swiper-slide {
      height: 350px; }
    .Slider-text {
      width: calc(100% - 60px); }
      .Slider-text h6 {
        font-size: 32px; }
      .Slider-text h1 {
        font-size: 44px; }
  .A_proje-in {
    flex-direction: column; }
  .A_proje-left {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
    .A_proje-left-all {
      height: 80px;
      width: 160px;
      font-size: 15px; }
    .A_proje-left-head {
      height: 80px; }
      .A_proje-left-head h6 {
        font-size: 18px; }
    .A_proje-left .nav {
      flex-wrap: nowrap; }
      .A_proje-left .nav-item {
        text-align: center;
        width: 50%;
        margin-right: 0; }
      .A_proje-left .nav-link {
        line-height: 1.3;
        font-size: 16px; }
    .A_proje-left-in {
      margin-top: 20px;
      flex-direction: column; }
    .A_proje-left-image {
      width: 100%; }
      .A_proje-left-image img {
        min-height: auto; }
    .A_proje-left-text {
      margin-top: 20px;
      text-align: center;
      padding-right: 0%;
      width: 100%;
      padding-bottom: 20px;
      align-items: center; }
      .A_proje-left-text h6 {
        font-size: 18px;
        margin-bottom: 15px;
        align-items: center; }
      .A_proje-left-text p {
        font-size: 15px;
        line-height: 1.4; }
      .A_proje-left-text a {
        font-size: 20px;
        margin-top: 30px; }
        .A_proje-left-text a:before {
          margin-right: 15px; }
  .A_proje-right {
    width: 100%; }
    .A_proje-right-head {
      padding: 15px;
      height: 100px; }
      .A_proje-right-head h6 {
        font-size: 16px; }
        .A_proje-right-head h6:before {
          margin-right: 15px;
          width: 30px; }
      .A_proje-right-head a img {
        width: auto;
		max-width:120px;
	}
    .A_proje-right-in {
      padding-bottom: 30px;
      padding-top: 30px;
      padding-left: 15px;
      padding-right: 15px;
      text-align: center;
      align-items: center; }
      .A_proje-right-in h6 {
        font-size: 20px;
        margin-bottom: 15px; }
      .A_proje-right-in p {
        font-size: 15px;
        line-height: 1.4; }
      .A_proje-right-in a {
        width: 180px;
        height: 60px;
        font-size: 16px;
        margin-top: 30px; }
  .Navbottom-map {
    height: 400px; }
  .Navbottom-copy {
    height: 70px;
    text-align: center; }
  .Banner {
    padding-top: 83px; }
    .Banner-in {
      height: 350px; }
    .Banner-text h1 {
      font-size: 32px; }
    .Banner-text h6 {
      font-size: 24px; }
  .About {
    padding-bottom: 40px;
    overflow: hidden; }
    .About-item {
      text-align: center;
      flex-direction: column;
      margin-top: 50px; }
      .About-item-text {
        width: 100%;
        padding-right: 4%; }
        .About-item-text h6 {
          font-size: 20px;
          margin-bottom: 20px; }
        .About-item-text p {
          font-size: 15px;
          line-height: 1.5; }
      .About-item-image {
        width: 100%;
        margin-top: 20px; }
        .About-item-image img {
          min-height: auto; }
        .About-item-image:before {
          display: none; }
      .About-item:nth-of-type(even) {
        flex-direction: column; }
        .About-item:nth-of-type(even) .About-item-text {
          padding-right: 0;
          padding-left: 0%; }
  .Projeler {
    padding-bottom: 30px; }
    .Projeler-link {
      margin-bottom: 40px;
      padding-top: 15px;
      padding-bottom: 15px; }
      .Projeler-link .nav {
        flex-direction: column; }
        .Projeler-link .nav-item {
          margin-right: 0; }
        .Projeler-link .nav-link {
          width: 100%;
          font-size: 16px;
          height: 80px; }
          .Projeler-link .nav-link:before {
            display: none; }
    .Projeler h1 {
      font-size: 24px; }
    .Projeler-in {
      padding-top: 40px; }
    .Projeler-item {
      flex-direction: column;
      margin-bottom: 50px;
      padding-left: 15px;
      padding-right: 15px; }
      .Projeler-item:before {
        display: none; }
      .Projeler-item-image {
        width: 100%; }
      .Projeler-item-text {
        width: 100%;
        padding-right: 0;
        margin-top: 15px;
        text-align: center; }
        .Projeler-item-text p {
          margin-top: 15px;
          font-size: 14px; }
        .Projeler-item-text a {
          margin-left: auto;
          margin-right: auto;
          width: 180px;
          height: 60px;
          font-size: 14px;
          margin-top: 15px; }
      .Projeler-item-sale {
        top: 20px;
        left: -20px;
        width: 120px;
        height: 70px; }
        .Projeler-item-sale h6 {
          font-size: 20px; }
        .Projeler-item-sale span {
          font-size: 13px; }
  .Iletisim {
    padding-top: 40px;
    padding-bottom: 40px; }
    .Iletisim h1 {
      font-size: 18px; }
    .Iletisim-info {
      padding-top: 40px;
      flex-wrap: wrap; }
      .Iletisim-info-item {
        margin-bottom: 20px; }
        .Iletisim-info-item p {
          font-size: 16px; }
        .Iletisim-info-item:nth-of-type(1) {
          width: 100%; }
        .Iletisim-info-item:nth-of-type(2) {
          width: 100%; }
        .Iletisim-info-item:nth-of-type(3) {
          width: 100%; }
    .Iletisim-form {
      margin-top: 30px; }
      .Iletisim-form-item {
        margin-right: 0;
        margin-bottom: 15px;
        width: 100%; }
        .Iletisim-form-item input {
          height: 60px; }
      .Iletisim-form-button {
        width: 100%;
        height: 60px;
        font-size: 18px; }
  .Proje_detay {
    padding-bottom: 40px; }
    .Proje_detay-info {
      margin-top: 30px;
      max-width: none; }
      .Proje_detay-info h1 {
        font-size: 18px;
        margin-bottom: 20px; }
      .Proje_detay-info p {
        font-size: 15px; }
      .Proje_detay-info-video {
        margin-top: 30px; }
        .Proje_detay-info-video:before {
          width: 32px;
          height: 32px; }
    .Proje_detay-poster {
      margin-top: 30px; }
      .Proje_detay-poster:before {
        width: 32px;
        height: 32px; }
    .Proje_detay-galeri {
      margin-top: 30px; }
      .Proje_detay-galeri h2 {
        font-size: 18px; }
      .Proje_detay-galeri-in {
        margin-top: 30px;
        margin-right: 0; }
      .Proje_detay-galeri-item {
        margin-right: 0;
        margin-bottom: 30px;
        width: 100%; }
        .Proje_detay-galeri-item:after {
          width: 24px;
          height: 24px; }
        .Proje_detay-galeri-item-image:before {
          transform: translateX(-30px) translateY(15px);
          height: 100px; } }

@media (min-width: 991px) and (max-width: 1367px) {
  .Navtop .navbar-collapse {
    padding-right: 60px; }
    .Navtop .navbar-collapse .nav-item {
      margin-right: 30px; }
      .Navtop .navbar-collapse .nav-item .nav-link {
        font-size: 15px; }
  .Slider .swiper-container .swiper-slide {
    height: 600px; }
  .A_proje-left {
    padding-left: 30px; }
    .A_proje-left-all {
      width: 200px;
      font-size: 16px; }
    .A_proje-left-head h6 {
      font-size: 18px; }
    .A_proje-left .nav-item {
      margin-right: 30px; }
    .A_proje-left .nav-link {
      font-size: 15px; }
    .A_proje-left-image img {
      min-height: 230px; }
    .A_proje-left-text h6 {
      font-size: 16px;
      margin-bottom: 15px; }
      .A_proje-left-text h6:after {
        margin-top: 5px;
        content: " ";
        display: inline-block;
        transition: 500ms;
        width: 292px;
        max-width: 95%;
        height: 1px;
        background-color: white; }
    .A_proje-left-text p {
      font-size: 15px;
      line-height: 1.4; }
    .A_proje-left-text a {
      font-size: 16px; }
      .A_proje-left-text a:before {
        margin-right: 10px;
        width: 25px; }
  .A_proje-right {
    width: 48%;
    background-color: #f5f5f5; }
    .A_proje-right-head {
      background-color: #393535;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 50px;
      height: 120px; }
      .A_proje-right-head h6 {
        font-size: 20px;
        font-weight: 500;
        color: white;
        display: flex;
        align-items: center; }
        .A_proje-right-head h6:before {
          margin-right: 25px;
          content: "";
          display: inline-block;
          transition: 500ms;
          width: 39px;
          height: 2px;
          background-color: white; }
      .A_proje-right-head a {
        display: block; }
        .A_proje-right-head a img {
          width: auto;
			max-width:170px;
	}
    .A_proje-right-in {
      padding-bottom: 40px;
      padding-top: 70px;
      padding-left: 50px;
      display: flex;
      flex-direction: column;
      justify-content: space-evenly; }
      .A_proje-right-in h6 {
        font-size: 24px;
        font-weight: 600;
        color: #000000;
        margin-bottom: 20px; }
      .A_proje-right-in p {
        opacity: 0.7;
        font-size: 18px;
        line-height: 1.67;
        color: #000000; }
      .A_proje-right-in a {
        width: 250px;
        height: 80px;
        background-color: #c1886d;
        font-size: 20px;
        font-weight: 500;
        color: white;
        margin-top: 40px;
        transition: 500ms; }
        .A_proje-right-in a:hover {
          background-color: #393535;
          transition: 500ms; }
  .Projeler-link {
    background-color: #393535;
    margin-bottom: 5vw; }
    .Projeler-link .nav-item {
      margin-right: 40px; }
    .Projeler-link .nav-link {
      width: 350px;
      font-size: 20px;
      font-weight: 500;
      color: white;
      border-radius: 0;
      height: 130px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: 500ms;
      position: relative; }
      .Projeler-link .nav-link:before {
        content: "";
        display: inline-block;
        transition: 300ms;
        position: absolute;
        width: 100%;
        height: 0;
        top: 0;
        left: 0;
        background-color: #c1886d; }
      .Projeler-link .nav-link:hover {
        color: #c1886d;
        transition: 500ms; }
    .Projeler-link .nav .active {
      background-color: #c1886d; }
      .Projeler-link .nav .active:hover {
        color: white;
        transition: 500ms; }
      .Projeler-link .nav .active:before {
        transition: 300ms;
        opacity: 1;
        height: 30px;
        transform: translateY(-100%); }
  .Projeler-item {
    margin-bottom: 60px; }
    .Projeler-item:before {
      transform: translateX(-20px) translateY(20px);
      height: 100px; }
    .Projeler-item-image:after {
      width: 48px;
      height: 48px; }
    .Projeler-item-text p {
      margin-top: 10px;
      font-size: 14px;
      line-height: 1.5; }
    .Projeler-item-text a {
      width: 180px;
      height: 60px;
      font-size: 14px; }
    .Projeler-item-sale {
      top: 20px;
      left: -25px;
      width: 130px;
      height: 75px; }
      .Projeler-item-sale h6 {
        font-size: 24px; }
      .Projeler-item-sale span {
        font-size: 13px; } }


.video-modal{
	top: 50% !important;
	transform: translateY(-50%) !important;
	height:fit-content !important;
}
.modal.show .modal-dialog{
	width: 100%;
    height: 100%;
	margin: 0px auto;
}
.modal-body,
.modal-content{
	height: 100%;
    width: 100%;
}
.embed-responsive{
	height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video{
	position:unset !important;
	height:unset !important;
}
.modal-header{
	position:absolute;
	width:100%;
	z-index: 99;
	border-bottom :none !important;
}
.modal-content{ background-color:transparent !important; border:none !important;}
.modal-header button{
	background: #fff;
    z-index: 999999;
    position: relative;
}