.footer-copyright-company{
  color: #d71710;
  transition: all .1s;
}
.footer-copyright-company:hover{
  color: white;
}

.swiper {
      width: 100%;
      height: 600px;
      overflow: hidden !important;
    }
    .swiper-slide {
      height: 600px;   /* 🔥 her slide tam ekran */
    }
    .swiper-slide img {
      width: 100%;
      height: 600px;
      object-fit: cover;
    }
    /* Eğer Swiper direction çalışmazsa bile dikeye zorla: */
    .swiper-vertical > .swiper-wrapper {
      flex-direction: column !important;
    }
    
    
    .project-box{
        width: 100%;
    }