@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');

.proje-sosyal {
    padding: clamp(3.5rem, 7vw, 5.5rem) 0;
    background: #fff;
    overflow: hidden;
}

.proje-sosyal > .container > .row {
    --bs-gutter-x: clamp(1.75rem, 4.5vw, 3.5rem);
}

.proje-sosyal__text-col {
    position: relative;
    z-index: 2;
    min-width: 0;
}

.proje-sosyal__content {
    position: relative;
    z-index: 2;
    padding-right: clamp(0.25rem, 1.5vw, 1rem);
    background: #fff;
}

.proje-sosyal__baslik {
    margin: 0 0 clamp(1.5rem, 3vw, 2.25rem);
    font-size: clamp(3.25rem, 9vw, 6.25rem);
    line-height: 0.95;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(30, 45, 58, 0.14);
}

.proje-sosyal__body p {
    margin: 0 0 1rem;
    font-size: clamp(0.95rem, 1.6vw, 1.05rem);
    line-height: 1.7;
    color: rgba(30, 45, 58, 0.82);
}

.proje-sosyal__note {
    display: block;
    margin-top: 0.5rem;
}

.proje-sosyal__note p {
    margin: 0;
    font-size: 0.82rem;
    line-height: 1.55;
    color: rgba(30, 45, 58, 0.58);
}

.proje-sosyal__nav {
    display: flex;
    gap: 0.65rem;
    margin-top: clamp(1.25rem, 3vw, 2rem);
}

.proje-sosyal__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 1px solid rgba(30, 45, 58, 0.18);
    border-radius: 50%;
    background: #fff;
    color: #1e2d3a;
    cursor: pointer;
    transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.proje-sosyal__arrow:hover {
    border-color: var(--primary-color, #B07E50);
    color: var(--primary-color, #B07E50);
}

.proje-sosyal__arrow.swiper-button-disabled {
    opacity: 0.35;
    pointer-events: none;
}

.proje-sosyal__slider-col {
    min-width: 0;
    overflow: hidden;
}

.proje-sosyal__slider-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.proje-sosyal__swiper {
    overflow: hidden;
    touch-action: pan-x;
    cursor: grab;
}

.proje-sosyal__swiper:active {
    cursor: grabbing;
}

.proje-sosyal__swiper .swiper-slide {
    touch-action: pan-x;
}

.proje-sosyal__slide {
    width: clamp(210px, 58%, 300px);
    height: auto;
}

.proje-sosyal__link {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

.proje-sosyal__figure {
    position: relative;
    margin: 0;
    overflow: hidden;
    aspect-ratio: 3 / 4;
    background: #dbe4ec;
    box-shadow: 0 18px 42px rgba(16, 36, 58, 0.16);
    cursor: zoom-in;
    -webkit-tap-highlight-color: transparent;
}

.proje-sosyal__slide:not(:first-child) .proje-sosyal__figure {
    border-left: 3px solid rgba(16, 60, 59, 0.82);
}

.proje-sosyal__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
    transition: transform 0.45s ease;
}

.proje-sosyal__figure:hover .proje-sosyal__img {
    transform: scale(1.04);
}

.proje-sosyal__figure::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 55%;
    background: linear-gradient(to top, rgba(16, 36, 58, 0.88) 0%, rgba(16, 36, 58, 0.35) 55%, transparent 100%);
    pointer-events: none;
}

.proje-sosyal__caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1.25rem;
    z-index: 2;
    margin: 0;
    padding: 0 1rem;
    color: var(--primary-color, #B07E50);
    font-family: var(--body-font, inherit);
    font-size: clamp(0.88rem, 1.35vw, 1rem);
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.06em;
    text-align: center;
    text-transform: uppercase;
    pointer-events: none;
}

@media (min-width: 992px) {
    .proje-sosyal__slider-col {
        overflow: hidden;
    }

    .proje-sosyal__slider-wrap {
        width: calc(100% + clamp(2rem, 8vw, 7rem));
        margin-right: calc(-1 * clamp(2rem, 8vw, 7rem));
    }

    .proje-sosyal__slide {
        width: clamp(230px, 52%, 320px);
    }
}

@media (max-width: 991px) {
    .proje-sosyal__content {
        padding-right: 0;
    }

    .proje-sosyal__slider-wrap {
        width: calc(100% + 1rem);
        margin-right: -1rem;
    }

    .proje-sosyal__slide {
        width: clamp(220px, 72%, 300px);
    }

    .proje-sosyal__nav {
        justify-content: flex-start;
    }
}

@media (max-width: 575px) {
    .proje-sosyal__slide {
        width: 78%;
    }

    .proje-sosyal__slider-wrap {
        width: calc(100% + 0.75rem);
        margin-right: -0.75rem;
    }
}
