﻿.info-key-page {
    background: #f3faf6;
}

.info-key-hero {
    background: linear-gradient(135deg, rgba(12, 75, 49, .92), rgba(38, 142, 91, .72));
    background-size: cover;
    background-position: center;
    padding: 150px 0 70px;
    color: #fff;
}

    .info-key-hero h1 {
        color: #fff;
        font-weight: 800;
        font-style: italic;
        text-shadow: 0 8px 24px rgba(0, 0, 0, .25);
    }

    .info-key-hero p {
        color: rgba(255,255,255,.92);
        max-width: 720px;
    }

.info-key-card {
    background: #fff;
    border-radius: 20px;
    border: 1px solid rgba(24, 128, 82, .14);
    box-shadow: 0 14px 35px rgba(12, 75, 49, .10);
    overflow: hidden;
    padding: 28px;
}

.info-city-section {
    display: flex;
    gap: 20px;
    padding: 0 0 26px;
    margin-bottom: 26px;
    border-bottom: 1px solid rgba(24, 128, 82, .12);
    transition: .25s ease;
}

    .info-city-section:hover {
        background: #f5fbf7;
    }

    .info-city-section:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

    .info-city-section img {
        width: 155px;
        height: 112px;
        object-fit: cover;
        border-radius: 14px;
        border: 1px solid rgba(24, 128, 82, .16);
        flex-shrink: 0;
    }

.info-city-content {
    width: 100%;
}

    .info-city-content h3 {
        color: #145c3c;
        font-style: italic;
        font-weight: 800;
        margin-bottom: 10px;
        border-bottom: 1px solid #cfe8d8;
        padding-bottom: 8px;
    }

.info-place-list {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 7px;
}

    .info-place-list a {
        color: #33423a;
        text-decoration: none;
        font-weight: 600;
        font-size: 14px;
        line-height: 1.55;
        transition: .25s;
    }

        .info-place-list a:not(:last-child)::after {
            content: ",";
            color: #52635a;
        }

        .info-place-list a:hover {
            color: #238a58;
            text-decoration: underline;
        }

.info-sidebar {
    background: #fff;
    border-radius: 20px;
    border: 1px solid rgba(24, 128, 82, .14);
    box-shadow: 0 14px 35px rgba(12, 75, 49, .10);
    overflow: hidden;
}

.info-sidebar-title {
    background: linear-gradient(135deg, #0f4f34, #238a58);
    color: #fff;
    padding: 17px 20px;
    font-weight: 800;
}

.info-sidebar-body {
    padding: 20px;
}

.city-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 14px;
}

    .city-list a {
        display: block;
        color: #33423a;
        text-decoration: none;
        margin-bottom: 9px;
        padding: 8px 10px;
        border-radius: 10px;
        transition: .25s;
    }

        .city-list a:hover {
            color: #fff;
            background: #238a58;
            padding-left: 14px;
        }

.info-sidebar-body p {
    color: #52635a;
    margin-bottom: 8px;
    line-height: 1.65;
}

.detail-link {
    color: #d9a441;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
}

    .detail-link:hover {
        color: #145c3c;
    }

.info-detail-image {
    background: #eaf7ef;
    border-bottom: 1px solid rgba(24, 128, 82, .15);
    padding: 18px;
}

    .info-detail-image img {
        width: 100%;
        height: 360px;
        object-fit: cover;
        border-radius: 16px;
        border: 1px solid rgba(24, 128, 82, .14);
    }

.info-detail-content {
    padding: 28px;
    background: #fff;
}

    .info-detail-content span {
        color: #145c3c;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: .5px;
    }

    .info-detail-content h2 {
        color: #145c3c;
        font-style: italic;
        font-weight: 800;
        margin: 10px 0 16px;
        border-bottom: 1px solid #cfe8d8;
        padding-bottom: 8px;
    }

    .info-detail-content p {
        color: #33423a;
        line-height: 1.8;
        font-size: 16px;
    }

.info-detail-side-link {
    display: block;
    color: #33423a;
    text-decoration: none;
    margin-bottom: 0;
    padding: 8px 10px;
    border-radius: 10px;
    transition: .25s;
    font-weight: 600;
}

    .info-detail-side-link:hover {
        color: #fff;
        background: #238a58;
        padding-left: 14px;
    }

.info-detail-content p {
    white-space: pre-line;
}
.info-city-detail-top {
    display: flex;
    gap: 20px;
    padding-bottom: 26px;
    border-bottom: 1px solid rgba(24, 128, 82, .12);
}

    .info-city-detail-top img {
        width: 155px;
        height: 112px;
        object-fit: cover;
        border-radius: 14px;
        border: 1px solid rgba(24, 128, 82, .16);
        flex-shrink: 0;
    }

.info-city-content p {
    color: #33423a;
    line-height: 1.65;
    margin-bottom: 0;
}

.places-interest-box {
    padding-top: 24px;
}

    .places-interest-box h5 {
        color: #008000;
        font-weight: 800;
        margin-bottom: 12px;
    }

.places-interest-list {
    display: flex;
    flex-direction: column;
    padding-left: 48px;
}

    .places-interest-list a {
        color: #238a58;
        text-decoration: none;
        font-size: 14px;
        line-height: 1.55;
        font-weight: 600;
        transition: .25s;
    }

        .places-interest-list a:hover {
            color: #145c3c;
            padding-left: 5px;
            text-decoration: underline;
        }
/* DISCOVER MORE ANIMATIONS */
.ik-anim-hero {
    animation: ikHeroFade .9s ease both;
}

.ik-anim-item {
    opacity: 0;
    transform: translateY(24px);
    animation: ikFadeUp .8s ease forwards;
}

.ik-delay-1 {
    animation-delay: .15s;
}

.ik-delay-2 {
    animation-delay: .30s;
}

.ik-delay-3 {
    animation-delay: .45s;
}

.ik-scroll-anim {
    opacity: 0;
    transform: translateY(35px);
    transition: opacity .75s ease, transform .75s ease;
}

    .ik-scroll-anim.ik-show {
        opacity: 1;
        transform: translateY(0);
    }

.info-city-section.ik-show {
    animation: ikSoftCard .7s ease both;
}

@keyframes ikHeroFade {
    from {
        opacity: 0;
        transform: scale(1.02);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes ikFadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes ikSoftCard {
    0% {
        filter: blur(3px);
    }

    100% {
        filter: blur(0);
    }
}

@media (max-width: 768px) {
    .ik-anim-item,
    .ik-scroll-anim {
        transform: translateY(22px);
    }
}
@media (max-width: 768px) {
    .info-city-detail-top {
        flex-direction: column;
    }

        .info-city-detail-top img {
            width: 100%;
            height: 190px;
        }

    .places-interest-list {
        padding-left: 0;
    }
}
@media (max-width: 768px) {
    .container-fluid .info-key-hero,
    .info-key-hero {
        
    }
    
    .info-city-section {
        flex-direction: column;
    }

        .info-city-section img {
            width: 100%;
            height: 190px;
        }

    .city-list {
        grid-template-columns: 1fr;
    }

    .info-detail-image img {
        height: 230px;
    }

    .info-key-card {
        padding: 20px;
    }
}
/**** popup  ******/
.info-city-image-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    cursor: pointer;
    width: 390px;
    min-width: 390px;
    max-width: 390px;
    height: 260px;
    flex-shrink: 0;
}

    .info-city-image-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .6s ease, filter .4s ease;
    }

    .info-city-image-wrap:hover img {
        transform: scale(1.08);
        filter: brightness(.8);
    }

.info-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(10, 94, 57, .65), rgba(0, 0, 0, .35));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    opacity: 0;
    transition: .35s ease;
}

    .info-image-overlay i {
        font-size: 34px;
        margin-bottom: 8px;
    }

    .info-image-overlay span {
        font-size: 14px;
        font-weight: 600;
        letter-spacing: .5px;
    }

.info-city-image-wrap:hover .info-image-overlay {
    opacity: 1;
}

.info-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(5, 24, 17, .88);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    opacity: 0;
    visibility: hidden;
    transition: .35s ease;
}

    .info-lightbox.active {
        opacity: 1;
        visibility: visible;
    }

.info-lightbox-content {
    max-width: 950px;
    width: 100%;
    text-align: center;
    transform: scale(.92) translateY(20px);
    transition: .35s ease;
}

.info-lightbox.active .info-lightbox-content {
    transform: scale(1) translateY(0);
}

.info-lightbox-content img {
    width: 100%;
    max-height: 75vh;
    object-fit: contain;
    border-radius: 22px;
    box-shadow: 0 25px 70px rgba(0, 0, 0, .45);
}

.info-lightbox-content h4 {
    color: #fff;
    margin-top: 18px;
    font-weight: 700;
}

.info-lightbox-close {
    position: absolute;
    top: 25px;
    right: 30px;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #0b5f3a;
    font-size: 18px;
    transition: .25s ease;
}

    .info-lightbox-close:hover {
        transform: rotate(90deg) scale(1.08);
        background: #0b5f3a;
        color: #fff;
    }

@media (max-width: 991px) {
    .info-city-image-wrap {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 240px;
    }
}
/**** info-key-detail için eklendi */
.info-detail-image .info-city-image-wrap {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 0;
}

    .info-detail-image .info-city-image-wrap img {
        width: 100%;
        height: 520px;
        object-fit: cover;
        border-radius: 0;
    }
/* InfoKey Detail sayfasındaki büyük görsel */
.info-key-card .info-detail-image .info-city-image-wrap {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 360px;
    border-radius: 18px;
    display: block;
}

    .info-key-card .info-detail-image .info-city-image-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
@media (max-width: 991px) {

    .info-detail-image .info-city-image-wrap img {
        height: 300px;
    }
}
/********* ******************************************************************** *****/

.its-mosaic-page {
    padding: 0;
    background: #101812;
}

.its-mosaic-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: #101812;
}

.its-mosaic-card {
    position: relative;
    height: 430px;
    overflow: hidden;
    background: #000;
}

    .its-mosaic-card .its-mosaic-img.info-city-image-wrap {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 100%;
        border-radius: 0;
        display: block;
        position: relative;
        overflow: hidden;
    }

        .its-mosaic-card .its-mosaic-img.info-city-image-wrap img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border: 0;
            border-radius: 0;
            transition: transform .75s ease, filter .4s ease;
        }

    .its-mosaic-card:hover .its-mosaic-img.info-city-image-wrap img {
        transform: scale(1.06);
        filter: brightness(.58);
    }

    .its-mosaic-card .its-mosaic-overlay.info-image-overlay {
        position: absolute;
        inset: 0;
        z-index: 2;
        border-radius: 0;
        opacity: 1;
        background: linear-gradient( 180deg, rgba(0,0,0,.04) 0%, rgba(0,0,0,.16) 45%, rgba(0,0,0,.68) 100% );
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
        padding: 32px;
        color: #fff;
        transition: .4s ease;
    }

    .its-mosaic-card:hover .its-mosaic-overlay.info-image-overlay {
        background: linear-gradient( 180deg, rgba(8, 50, 34, .14) 0%, rgba(8, 50, 34, .52) 48%, rgba(8, 50, 34, .88) 100% );
    }

.its-mosaic-content {
    width: 100%;
    transform: translateY(36px);
    transition: .4s ease;
}

.its-mosaic-card:hover .its-mosaic-content {
    transform: translateY(0);
}

.its-mosaic-content span {
    display: inline-block;
    color: #d9a441;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin-bottom: 8px;
    opacity: 0;
    transform: translateY(8px);
    transition: .35s ease;
}

.its-mosaic-content h3 {
    color: #fff;
    font-size: 29px;
    font-weight: 800;
    font-style: italic;
    margin: 0;
    text-shadow: 0 8px 24px rgba(0,0,0,.38);
}

.its-mosaic-places {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 14px;
    opacity: 0;
    transform: translateY(12px);
    transition: .4s ease;
}

    .its-mosaic-places a {
        position: relative;
        z-index: 5;
        color: #fff;
        text-decoration: none;
        font-size: 18px;
        font-weight: 700;
        padding: 6px 10px;
        border-radius: 999px;
        background: rgba(255,255,255,.15);
        border: 1px solid rgba(255,255,255,.20);
        backdrop-filter: blur(8px);
        transition: .25s ease;
    }

        .its-mosaic-places a:hover {
            background: #1db974;
            color: #12251d;
        }

.its-mosaic-view {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    opacity: 0;
    transform: translateY(12px);
    transition: .4s ease;
}

.its-mosaic-card:hover .its-mosaic-content span,
.its-mosaic-card:hover .its-mosaic-places,
.its-mosaic-card:hover .its-mosaic-view {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1199px) {
    .its-mosaic-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .its-mosaic-card {
        height: 390px;
    }
}

@media (max-width: 575px) {
    .its-mosaic-grid {
        grid-template-columns: 1fr;
    }

    .its-mosaic-card {
        height: 360px;
    }

        .its-mosaic-card .its-mosaic-overlay.info-image-overlay {
            padding: 25px;
        }

    .its-mosaic-content {
        transform: translateY(0);
    }

        .its-mosaic-content span,
        .its-mosaic-places,
        .its-mosaic-view {
            opacity: 1;
            transform: translateY(0);
        }

        .its-mosaic-content h3 {
            font-size: 26px;
        }
}


/************** Info Key 3D Drop Animation **************/
.its-mosaic-card {
    opacity: 0;
    transform: perspective(1200px) translateY(-120px) translateZ(-120px) rotateX(18deg) rotateY(-10deg) scale(.88);
    transform-origin: center top;
    filter: blur(16px) brightness(.8);
    transition: opacity 1s ease, transform 1.15s cubic-bezier(.16, 1, .3, 1), filter 1s ease;
    will-change: transform, opacity, filter;
}

    .its-mosaic-card.ik-show {
        opacity: 1;
        transform: perspective(1200px) translateY(0) translateZ(0) rotateX(0) rotateY(0) scale(1);
        filter: blur(0) brightness(1);
    }

    /* Görsel sanki kart yerine otururken yakınlaşıyor */
    .its-mosaic-card .its-mosaic-img img {
        transform: scale(1.22);
        filter: saturate(.82) brightness(.82);
        transition: transform 1.35s cubic-bezier(.16, 1, .3, 1), filter 1.1s ease;
    }

    .its-mosaic-card.ik-show .its-mosaic-img img {
        transform: scale(1);
        filter: saturate(1) brightness(1);
    }

    /* Hover korunuyor */
    .its-mosaic-card:hover .its-mosaic-img img {
        transform: scale(1.08);
        filter: brightness(.58);
    }

/* İçerik alttan gecikmeli gelsin */
.its-mosaic-content {
    opacity: 0;
    transform: translateY(45px) scale(.96);
    transition: opacity .75s ease .35s, transform .75s cubic-bezier(.16, 1, .3, 1) .35s;
}

.its-mosaic-card.ik-show .its-mosaic-content {
    opacity: 1;
    transform: translateY(0) scale(1);
}

/* 3D parlama sweep efekti */
.its-mosaic-card::before {
    content: "";
    position: absolute;
    inset: -80%;
    background: linear-gradient( 115deg, transparent 35%, rgba(255,255,255,.28) 48%, transparent 62% );
    transform: translateX(-65%) rotate(18deg);
    transition: transform 1.25s ease .18s;
    z-index: 3;
    pointer-events: none;
}

.its-mosaic-card.ik-show::before {
    transform: translateX(65%) rotate(18deg);
}

/* Hafif gölge derinliği */
.its-mosaic-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    box-shadow: inset 0 -90px 90px rgba(0,0,0,.22);
    opacity: 0;
    transition: opacity .8s ease;
}

.its-mosaic-card.ik-show::after {
    opacity: 1;
}
/************** Info Key 3D Drop Animation **************/


/************ info-key-detail *************/
/***************************************************
    IKD = Info Key Detail
****************************************************/

.ikd-page-wrap {
    background: radial-gradient(circle at 12% 0%, rgba(35,138,88,.14), transparent 34%), linear-gradient(180deg,#f6fbf8 0%,#ffffff 100%);
    overflow: hidden;
}

.ikd-shell-box {
    background: rgba(255,255,255,.72);
    backdrop-filter: blur(18px);
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 34px;
    padding: 42px;
    box-shadow: 0 25px 70px rgba(0,0,0,.08);
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 42px;
    align-items: center;
    opacity: 0;
    transform: perspective(1200px) translateY(-120px) translateZ(-120px) rotateX(16deg) rotateY(-8deg) scale(.9);
    filter: blur(18px) brightness(.82);
    transition: opacity 1s ease, transform 1.15s cubic-bezier(.16,1,.3,1), filter 1s ease;
    will-change: transform, opacity, filter;
}

    .ikd-shell-box.ik-show {
        opacity: 1;
        transform: perspective(1200px) translateY(0) translateZ(0) rotateX(0) rotateY(0) scale(1);
        filter: blur(0) brightness(1);
    }

    .ikd-shell-box::before {
        content: "";
        position: absolute;
        width: 280px;
        height: 280px;
        border-radius: 50%;
        background: rgba(16, 185, 129, .08);
        top: -120px;
        right: -120px;
        z-index: 0;
    }

.ikd-image-side {
    position: relative;
    z-index: 2;
}

.ikd-image-box.info-city-image-wrap {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 520px;
    border-radius: 30px;
    display: block;
    overflow: hidden;
    box-shadow: 0 20px 55px rgba(0,0,0,.14);
}

    .ikd-image-box.info-city-image-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 0;
        border: 0;
        transition: transform 1s ease, filter .4s ease;
    }

.ikd-shell-box:hover .ikd-image-box.info-city-image-wrap img {
    transform: scale(1.05);
    filter: brightness(.82);
}

.ikd-image-overlay.info-image-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(135deg, rgba(10, 94, 57, .65), rgba(0, 0, 0, .35));
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    transition: .35s ease;
    color: #fff;
}

.ikd-image-box:hover .ikd-image-overlay.info-image-overlay {
    opacity: 1;
}

.ikd-image-overlay.info-image-overlay i {
    font-size: 40px;
    margin-bottom: 10px;
}

.ikd-image-overlay.info-image-overlay span {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .5px;
}

.ikd-content-side {
    background: transparent;
    position: relative;
    z-index: 2;
}

.ikd-city-label {
    display: inline-block;
    width: fit-content;
    font-size: 22px;
    line-height: 1.8;
    color: #39584d;
    margin-bottom: 24px;
    position: relative;
    z-index: 2;
    font-weight: 800;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

.ikd-title {
    font-size: 34px;
    font-weight: 800;
    color: #18392d;
    line-height: 1.2;
    margin-bottom: 24px;
    position: relative;
    z-index: 2;
}

.ikd-description {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity .8s ease .35s, transform .8s cubic-bezier(.16,1,.3,1) .35s;
}

.ikd-shell-box.ik-show .ikd-description {
    opacity: 1;
    transform: translateY(0);
}

.ikd-description p {
    font-size: 18px;
    line-height: 1.9;
    color: #61736c;
    margin-bottom: 24px;
    position: relative;
    z-index: 2;
    white-space: pre-line;
}

    .ikd-description p:last-child {
        margin-bottom: 0;
    }

.ikd-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
    position: relative;
    z-index: 2;
}

.ikd-btn-primary,
.ikd-btn-secondary {
    border: 0;
    min-height: 48px;
    padding: 12px 22px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
    transition: .28s ease;
}

.ikd-btn-secondary {
    background: #eef7f2;
    color: #145c3c;
}

    .ikd-btn-secondary:hover {
        background: #145c3c;
        color: #fff;
    }

.ikd-btn-primary {
    background: linear-gradient(135deg,#145c3c,#238a58);
    color: #fff;
    box-shadow: 0 16px 35px rgba(35,138,88,.24);
}

    .ikd-btn-primary:hover {
        transform: translateY(-3px);
    }

@media (max-width: 991px) {

    .ikd-shell-box {
        grid-template-columns: 1fr;
        padding: 35px;
        gap: 30px;
    }

    .ikd-image-box.info-city-image-wrap {
        height: 420px;
    }

    .ikd-city-label {
        font-size: 20px;
    }

    .ikd-title {
        font-size: 36px;
    }
}

@media (max-width: 575px) {

    .ikd-shell-box {
        padding: 28px;
    }

    .ikd-image-box.info-city-image-wrap {
        height: 330px;
        border-radius: 24px;
    }

    .ikd-title {
        font-size: 30px;
    }

    .ikd-buttons a,
    .ikd-buttons button {
        width: 100%;
        justify-content: center;
        text-align: center;
    }
}
/*********** info-key-detail **************/