@charset "UTF-8";
*:focus {
  outline: 0;
}

.ft-ar {
  font-family: Arial;
}

body, html {
  height: calc(100% - 50px);
}

section {
  display: block;
  background-color: #f5f6fa;
}
section .project-detail {
  display: block;
  padding: 5% 10%;
  font-size: 0;
}
section .project-detail .left {
  display: inline-block;
  position: relative;
  width: 60%;
  padding-right: 5%;
  font-family: "Jost", sans-serif;
  vertical-align: top;
}
@media (max-width: 1024px) {
  section .project-detail .left {
    width: 100%;
  }
}
section .project-detail .left i {
  position: relative;
  font-size: 20px;
  color: #5fbbff;
  padding-left: 55px;
}
section .project-detail .left i::before {
  content: "";
  background: #5fbbff;
  height: 2px;
  width: 50px;
  position: absolute;
  left: 0;
  top: 47%;
}
section .project-detail .left h1 {
  font-size: 70px;
  line-height: 80px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  section .project-detail .left h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
section .project-detail .left p {
  width: 70%;
  font-size: 20px;
  line-height: 32px;
  color: #606060;
  margin-top: 20px;
  font-weight: 300;
}
@media (max-width: 1024px) {
  section .project-detail .left p {
    width: 100%;
  }
}
section .project-detail .right {
  display: inline-block;
  vertical-align: top;
  width: 40%;
  padding: 5% 0;
}
@media (max-width: 1024px) {
  section .project-detail .right {
    width: 100%;
  }
}
section .project-detail .right .img-scroll-2 {
  display: inline-block;
  width: 100%;
  height: calc(100% - 0px);
  font-size: 0;
  white-space: nowrap;
}
section .project-detail .right .img-scroll-2 .owl-carousel {
  height: 500px;
  box-shadow: 1px -1px 25px -1px rgba(0, 0, 0, 0.75);
  border-radius: 10px;
  overflow: hidden;
}
section .project-detail .right .img-scroll-2 .owl-carousel .owl-stage-outer {
  height: 100%;
}
section .project-detail .right .img-scroll-2 .owl-carousel .owl-stage-outer .owl-stage {
  height: 100%;
}
section .project-detail .right .img-scroll-2 .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
section .project-detail .right .img-scroll-2 .owl-carousel .owl-stage-outer .owl-stage .owl-item .img-crop {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  vertical-align: top;
  cursor: pointer;
  overflow: hidden;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  will-change: transform;
  transform: translateZ(0); /* GPU hızlandırması */
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
section .project-detail .right .img-scroll-2 .owl-carousel .owl-stage-outer .owl-stage .owl-item .img-crop #icon-zoom {
  opacity: 0;
  position: absolute;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
  width: 32px;
  padding: 10px;
  height: auto;
  fill: #222;
  transition: opacity 0.3s ease-in-out;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
section .project-detail .right .img-scroll-2 .owl-carousel .owl-stage-outer .owl-stage .owl-item .img-crop:hover {
  transform: scale3d(1.05, 1.05, 1) translateZ(0);
}
section .project-detail .right .img-scroll-2 .owl-carousel .owl-stage-outer .owl-stage .owl-item .img-crop:hover #icon-zoom {
  opacity: 1;
}
section .project-detail .right .img-scroll-2 .owl-carousel .owl-controls .owl-nav .owl-prev, section .project-detail .right .img-scroll-2 .owl-carousel .owl-controls .owl-nav .owl-next {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.5);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: calc(50% - 20px);
}
section .project-detail .right .img-scroll-2 .owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 0;
  background-image: url("/assets/images/icon-arrow-prev.png");
}
section .project-detail .right .img-scroll-2 .owl-carousel .owl-controls .owl-nav .owl-next {
  right: 0;
  background-image: url("/assets/images/icon-arrow-next.png");
}
section .project-detail-item {
  display: none;
  position: relative;
  padding: 20px;
  min-height: 300px;
  margin-bottom: 20px;
  background-color: #54C2F9;
  text-align: center;
}
section .project-detail-item::before {
  content: "";
  width: 153px;
  height: 185px;
  position: absolute;
  left: 0px;
  top: 80px;
  background: url(/assets/images/circle-left-shape.png) center center no-repeat;
}
section .project-detail-item::after {
  content: "";
  width: 153px;
  height: 185px;
  position: absolute;
  right: 0px;
  bottom: 80px;
  background: url(/assets/images/circle-right-shape.png) center center no-repeat;
}
section .project-detail-item .item {
  display: inline-block;
  vertical-align: top;
  padding: 10px;
  width: 200px;
  min-height: 200px;
  background-color: #fff;
  border-radius: 4px;
  margin: 20px 10px;
}
section .project-detail-item .item i {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #fff;
  background-color: #0d6fd6;
  border-radius: 100%;
}
section .project-detail-item .item i::after {
  font-family: "Font Awesome 5 Free";
  content: "\f041";
  text-align: center;
  line-height: 40px;
  font-size: 20px;
}
section .project-detail-item .item strong {
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #0d6fd6;
  margin-top: 10px;
}