body {
    background-color: #000;
        font-family: 'Montserrat', sans-serif;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 20px 0 50px;
    background: #000000;
background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}
header .headerInfos {
padding-left: 20px;
margin-left: 20px;
border-left: 1px solid #fff
}
header .headerInfos .callLink {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    color: #d0a73b;
    text-decoration: none;
    font-size: 0.8rem;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    background: transparent; /* Arka plan şeffaf */
}

/* Çerçeve SVG'sinin yerleşimi */
header .headerInfos .callLink .border-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    fill: none;
    pointer-events: none;
}

/* Çizginin kendisi */
header .headerInfos .callLink .border-svg rect {
    width: 100%;
    height: 100%;
    stroke: #d0a73b; /* Çizgi rengi */
    stroke-width: 2px;
    stroke-dasharray: 60, 200; /* İlk rakam çizginin uzunluğu, ikinci rakam boşluk */
    stroke-dashoffset: 0;
    animation: snake-border 3s linear infinite;
    rx: 6; /* Buton köşe ovaliyle aynı olmalı */
    ry: 6;
        filter: drop-shadow(0 0 2px #d0a73b) drop-shadow(0 0 5px #d0a73b);

}

/* İçeriklerin duruşu */
header .headerInfos .callLink svg.phone-svg {
    margin-right: 8px;
    stroke: #d0a73b;
    position: relative;
    z-index: 2;
}

header .headerInfos .callLink span {
    position: relative;
    z-index: 2;
}

/* Çizgiyi yürüten animasyon */
@keyframes snake-border {
    from {
        stroke-dashoffset: 260; /* Bu değer butonun çevresiyle orantılıdır */
    }
    to {
        stroke-dashoffset: 0;
    }
}

/* Hover'da butonu hafif belirginleştirebilirsin */
header .headerInfos .callLink:hover {
}

.logo img {
   max-width: 80px;
}
.topMenu ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.topMenu ul li + li{
    margin-left: 20px;
}
.topMenu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 0.8rem;
    letter-spacing: 1px;
        transition: all 0.3s ease;
}
.topMenu ul li a:hover {
    color: #d0a73b;
}
.hero-container {
    position: relative;
    width: 100%;
    height: calc(100vh + 150px);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-container:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 90%);
    z-index: 2;
}
/* Video Ayarları */
.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%) brightness(0.7); /* Siyah-beyaz ve hafif karanlık */
    z-index: 1;
    transition: filter 2s ease;
}

/* Karartma Katmanı */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); /* Videonun üzerine çok hafif siyah perde */
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* İçerik Stili */
.content {
    text-align: center;
    color: #ffffff;
    z-index: 3;
    padding: 20px;
}

.pre-title {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-size: 0.8rem;
    margin-bottom: 20px;
    opacity: 0.8;
    color: #d0a73b;
}

.main-title {
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 40px;
}

.main-title span {
    font-style: italic;
    font-weight: 700;
    display: block;
    margin-top: 10px;
}

.btn {
    display: inline-block;
    padding: 15px 40px;
    border: 1px solid #ffffff;
    color: #ffffff;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    letter-spacing: 2px;
    position: relative; /* Flash efekti için şart */
    overflow: hidden;    /* Flash'ın dışarı taşmaması için */
    background: transparent;
    transition: all 0.3s ease;
    z-index: 5;
}

/* Flash (Işık) Efekti */
.btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: -150%; /* Başlangıçta butonun çok solunda */
    width: 100%;
    height: 100%;
    /* Beyaz, şeffaf bir ışık hüzmesi */
    background: linear-gradient(
        90deg, 
        transparent, 
        rgba(255, 255, 255, 0.8), 
        transparent
    );
    transform: skewX(-25deg); /* Işığı eğik yaparak daha gerçekçi gösterir */
    transition: 0s; /* Başlangıç konumuna dönerken efekt olmasın */
}

/* Hover (Üzerine Gelince) */
.btn:hover::after {
    left: 150%; /* Işık hızla sağa doğru geçer */
    transition: all 0.5s ease-out; /* Flash hızı */
}

/* Butonun hafifçe büyümesi ve parlaması (Opsiyonel) */
.btn:hover {
    transform: scale(1.05);
    background-color: #fff;
    color: #000;
}
.hero-container:has(.btn:hover) .video-bg {
    filter: grayscale(0%) brightness(0.9);
}

#services {
    padding: 150px 0;
    text-align: center;
}
.sectionTitle h2{
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    margin-bottom: 50px;
    color: #fff;
}
.sectionTitle span {
    display: block;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-size: 0.8rem;
    margin-bottom: 20px;
    opacity: 0.8;
    color: #d0a73b; 
    text-align: center;
}





.cards-wrapper {
    display: flex;
    justify-content: center;
    max-width: 1366px;
    margin: auto;
    gap: 30px;
    flex-wrap: wrap;
    perspective: 1000px; /* 3D etkisi için şart */
}

.card-item {
    position: relative;
    width: 400px;
    height: 500px;
    border-radius: 20px;
    overflow: hidden;
    transform-style: preserve-3d;
    transition: transform 0.1s ease;
    cursor: pointer;
    text-decoration: none;
}

.card-bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-size: cover;
    background-position: center;
    /*filter: grayscale(100%) blur(5px);*/
    transition: all 0.6s ease;
}

.card-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to top, #000 15%, transparent);
    z-index: 1;
}

.card-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 40px;
    color: #fff;
    text-align: left;
    transform: translateZ(50px); /* Yazıyı 3D olarak öne çıkarır */
    transition: all 0.6s ease;
}

/* Hover Efektleri */
.card-item:hover .card-bg {
    filter: grayscale(0%) blur(0);
    transform: scale(1.1);
}

.card-item:hover .card-content {
    transform: translateZ(80px); /* Üzerine gelince yazı daha da fırlar */
}


.scroll-downs {
  position: absolute;
  bottom: 170px;
  left: 50%;
  z-index: 5;
  width :29px;
  height: 47px;
}
.mousey {
    display: inline-block;
  width: 3px;
  padding: 4px 11px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
}
.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}
#homeSlogan {
    position: relative;
    padding: 150px 0;
    text-align: center;
    background-image: url('../images/sloganbg.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #fff;
}
#homeSlogan:before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Siyah perde */
    z-index: 1;
}
#homeSlogan div {
    position: relative;
    z-index: 2;
}
.featuredWorks {
    padding: 180px 0;
}
.featuredWorks .sectionTitle h2 {
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    margin-bottom: 50px;
    color: #fff;
}

.works-grid {
    display: flex;
    justify-content: center;
}
.works-grid .item {
    padding: 50px 0 0;
}
.work-item {
    position: relative;
    display: block;
    height: 350px;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
}

.work-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s ease;
}

.work-info {
    position: absolute;
    bottom: 15px; /* Başta gizli */
    left: 20px;
    color: #fff;
    transition: all 0.4s ease;
}

.work-item:hover {
    transform: translateY(-20px); /* Hafif yukarı kayma */
    box-shadow: 0 20px 40px rgba(0,0,0,0.5);
}

.work-item:hover img {
    filter: grayscale(0%);
    transform: scale(1.1);
}

.work-item:hover .work-info {
    bottom: 25px; /* Yazı yukarı kayarak görünür */
}

.work-info h4 {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
}

.work-info span {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

footer {
    padding-bottom: 80px;
}

footer .divider {
    background-color: #fff;
    width: 100%;
    height: .3px;
    margin: 0 auto 80px;
    opacity: 0.2;
}
.footer-logo a img {
    max-width: 100px;
}


.btn-insta-svg {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 15px 25px;
    color: #fff; 
    border: 1px solid #fff;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    border-radius: 5px;
    font-size: 0.85rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 12px;
}

.insta-icon {
    width: 22px;
    height: 22px;
    stroke: #fff; /* Başlangıç rengi gold */
    transition: all 0.4s ease;
}

.btn-hover-layer {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: all 0.5s ease;
    z-index: 1;
}

/* Hover Durumu */
.btn-insta-svg:hover {
    color: #000; 
    transform: scale(1.03);
}

.btn-insta-svg:hover .insta-icon {
    stroke: #000; /* Arka plan gold olunca ikon siyah olur */
}

.btn-insta-svg:hover .btn-hover-layer {
    left: 0;
}

.btn-insta-svg::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -60%;
    width: 20%;
    height: 200%;
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(30deg);
    transition: all 0.5s;
    animation: lightSweep 5s infinite;
}

@keyframes lightSweep {
    0% { left: -60%; }
    15% { left: 120%; }
    100% { left: 120%; }
}
.footerMenu ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    padding: 0;
    
}
.footerMenu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 0.8rem;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}
.footerMenu ul li a:hover {
    color: #d0a73b;
}
.footerMenu ul li + li {
    margin-left: 20px;
}
.copyRight {
    color: #747474;
    font-size: 0.7rem;
    letter-spacing: 1px;
    margin-top: 40px;
}
.pageBanner {
    position: relative;
    margin-bottom: 30px;
}
.pageBanner img.pageBannerImg {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
}
.pageBanner .bannerOverlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Siyah perde */
}
.pageBanner .container {
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 2;
}
.pageBanner .pageTitle {
    padding: 150px 0 0;
}
.pageBanner .pageTitle  .container {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
}
.pageBanner h1 {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    margin-bottom: 10px;
}
.pageText {
    color: #fff;
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 20px;

}
.referenceGallery {
    display: flex;
    flex-wrap: wrap;
}
.referenceGallery a {
    width: calc(100% / 4);
        height: auto;
        aspect-ratio: 1/1;
    overflow: hidden;
}
.referenceGallery a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
    transform: scale(1);
}
.referenceGallery a:hover img {
transform: scale(1.1);
}

.pageNoBanner {
    min-height: 300px;
}

.pageText p a {
    color: #d0a73b;
    text-decoration: none;
    transition: all 0.3s ease;
}
.pageText p a:hover {
    text-decoration: underline;
}
.contactMaps iframe{
      border-radius: 10px;
      overflow: hidden;
      margin-bottom: 24px;
      
}
.contactPageInfo {
    background: #080809;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    font-size: 13px;
}
.contactPageInfo .contactPageItem {
    display: flex; align-items: center;
}
.contactPageInfo .contactPageItem strong {
    display: block;
}

.contactPageItem {
    display: flex;
    align-items: center;
    
}
.contactPageItem .icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border:1px solid #E8EEF6;
    border-radius: 10px;
    margin-right: 20px;
}
.contactPageItem .text strong {
    display: block;
    font-size: 18px;
    font-weight: 800;
}
.contactRight {
        background: #080809;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    height: 100%;
}
.pageContent {
    margin-bottom: 50px;
}