

/*
ALL ETICEKTS 
*/
* {
    margin: 0;
    box-sizing: border-box;

}

body {
    width: 100%;
    height: 100%;
    background-color: #F6EDE8;
}

a {
    text-decoration: none;
    color: white;
}

li{
    list-style: none;

}

main {
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
}




.title>h2 {
    text-transform:uppercase;
    font-size: 28px;
    color: #A65A2A;
    margin-top: 10px;
    margin-left: 20px;
        font-family:"Nunito Sans",sans-serif;font-weight:700!important;
    font-weight: normal;
    letter-spacing: 1px;

}

.title {
    width: 100%;
    position: relative;
}
.title::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 10px;
    width: 98%;
    border-bottom: 2px #E4E4E4 solid;

}
.title>div>h2 {
    font-size: 25px;
    color: #A65A2A;
    margin-top: 10px;
    margin-left: 10px;
    /*font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;*/
}
.title {
    width: 100%;
    position: relative;
}

.title::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 10px;
    width: 98%;
    border-bottom: 2px #E4E4E4 solid;
}

.title>div {
    display: flex;
    flex-direction: row;
    text-align: center;
}

.title>div>img {
    background-color: #A65A2A;
    width: 37px;
    height: 40px;
    border-radius: 15%;
    padding: 5px;
    margin-left: 10px;
}
/* HEADER START */
.menuToggleCs{
    display: none;
}
header {
    width: 100%;
    height: auto;
}

.headerContainer {
    width: 100%;
    height: auto;
}

.headerContainerTop {
    width: 100%;
    height: 60px;
    background-color: #F4AF31;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.headerContainerTopİcon {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.left {
    width: 50px;
    margin-right: 375px;

}

.left img {
    width: 100px;
    height: 50px;
}

.headerContainerTopİcon>.right>h5 {
    color: white;
        font-family:"Nunito Sans",sans-serif;font-weight:700!important;

    font-size: 13px;
    font-weight: bolder;
    font-style: initial;
    letter-spacing: 0.05rem;
    padding-top:10px;
}

.headerContainerTopİcon .right {
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding-left: 190px;
}


.headerContainerTopİcon .right>.menubarImage>img {
    width: 40px;
    height: 40px;
    display:none;

}

.headerContainerBottom {
    width: 100%;
    height: 45px;
    padding-right: 40px;
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #A65A2A;
    border-bottom: 1px white solid;
}

.headerContainerBottomText {
    width: 70%;
    height: 100%;


}

.headerContainerBottomText>ul {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.headerContainerBottomText>ul>li {
    color: white;
    /* border-right: 1px white solid; */
    padding-right: 10px;
    font-size: 18px;
    list-style-type: none;
}

.headerContainerBottomTextLi{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap:30px;
}

.headerContainerBottomTextLine{
    /* display: none; */
    /* width: 0.5px; */
    height: 25px;
    /* font-weight: bold; */
    box-shadow: 0 0 0 0.5px white;
}

/* HEADER END  */

.cGround {
    width: 70%;
    height: auto;
    background-color: white;
    border-radius: 10px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.cGround .title {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}



.cGround .title button {
    background-color: #F6EDE8;
    color: #A65A2A;
    font-size: 17px;
    margin-right: 20px;
    font-weight: 600;
    border: none;
    border-radius: 5px;
}

.cGroundIcon {
    width: 30px;
    height: 20px;
    padding-bottom: 3px;
}

.imageG {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    /*align-items: center;*/
    text-align: center;
    gap:35px;
    /*margin-top: 30px;*/
    padding: 10px;
}

.imageG>img {
    width:500px;
    height:300px;
    /* max-width: 1318px;
    min-width: 1318px; */
    /*max-height: 600px;*/
    /*min-height: 600px;*/
    border-radius: 10px;

}

.iText {
    width: 99%;
    height: 100%;
    /*margin-top: 20px;*/
    margin-left: 10px;
    text-align: start   ;
        font-family:"Nunito Sans",sans-serif;font-weight:400!important;
}

.wordPage>a:hover{
    background-color: #A65A2A!important;
    transition: 0.5s;
}
.pGround{
    width: 100%;
    height: auto;
    /* background-color: red; */
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    margin-bottom:10px;
    gap: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.pGround > p{
    font-weight: bold;
}
.pGround > div > img{
    width: 300px;
    border : none;
    border-radius: 10px;
    flex: auto;
}
.story {
    border : none;
    border-radius: 10px;
    width: 16%;
}
/*footer*/
.fGround {
    width: 100%;
    height: auto;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap:5px;
}

.icGround {
    margin-top: 10px;
}

.fGround img {
    width: 40px;
    height: 40px;
}

.fText {
    display: flex;
    flex-direction: row;
    gap:5px;
}

.fText p {
    font-size: 12px;
    color: #A65A2A;
    padding-left: 5px;
    margin-bottom:0;
}

.fPromotion {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    height: auto;
    background-color: #F4AF31;
}
.fPromotion .fText{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    margin-top: 10px;
    gap:3px;
    margin-bottom:10px;
}

.fPromotion .fText > p{
    margin-bottom:0;
}




/* Modal Styles */
.modal {
    display: none;
    /* Modal başlangıçta görünmez */
    position:fixed;
    /* Modal tüm ekranı kaplayacak şekilde sabitlenir */
    z-index: 1;
    /* Diğer içeriklerin üstünde */
    padding-top: 200px;
    /* İçerikten biraz uzak durması için padding */
    left: 0;
    top: 0;
    width: 100%;
    /* Ekranın tamamını kapla */
    height: 100%;
    /* Ekranın tamamını kapla */
    overflow: auto;
    /* Taşan içeriği kaydır */
    background-color: rgb(0, 0, 0);
    /* Siyah arkaplan */
    background-color: rgba(0, 0, 0, 0.9);
    /* Şeffaf siyah arkaplan */
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}


.mobileResponsive{
    display: none!important;
}




.photoGridArea {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 12px !important;
    width: 100% !important;
}

.photoGridArea img {
    width: 100% !important;
    height: 220px !important;
    object-fit: cover !important;
    display: block !important;
    cursor: pointer !important;
    border-radius: 6px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.photoGridArea img:hover {
    transform: scale(1.03);
    opacity: 0.9;
}

.imageLightbox {
    display: none;
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.88);
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.imageLightbox.active {
    display: flex !important;
}

.imageLightbox img {
    max-width: 95%;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 8px;
}

.imageLightboxClose {
    position: absolute;
    top: 20px;
    right: 35px;
    color: white;
    font-size: 45px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1000000;
    line-height: 1;
}

@media (max-width: 992px) {
    .photoGridArea {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .photoGridArea img {
        height: 190px !important;
    }
}

@media (max-width: 576px) {
    .photoGridArea {
        grid-template-columns: 1fr !important;
    }

    .photoGridArea img {
        height: auto !important;
        max-height: 380px;
    }
}



:root {
    --transport-primary: #a65a2a;
    --transport-primary-dark: #78401f;
    --transport-accent: #f4af31;
    --transport-accent-light: #fff4dc;
    --transport-text: #25211f;
    --transport-text-soft: #68615d;
    --transport-border: #eadfd8;
    --transport-background: #faf8f6;
    --transport-card: #ffffff;
    --transport-shadow: 0 18px 50px rgba(74, 43, 24, 0.09);
    --transport-radius-large: 28px;
    --transport-radius-medium: 20px;
    --transport-radius-small: 12px;
}

* {
    box-sizing: border-box;
}

body.transport-modal-open {
    overflow: hidden;
}

.transport-page {
    width: 100%;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 10% 5%,
            rgba(244, 175, 49, 0.12),
            transparent 26%
        ),
        linear-gradient(
            180deg,
            #ffffff 0%,
            var(--transport-background) 100%
        );
    color: var(--transport-text);
}

.transport-container {
    width: min(1240px, calc(100% - 48px));
    margin-inline: auto;
}

/* Hero alanı */

.transport-hero {
	width: 100%;
    position: relative;
    padding: 72px 0 54px;
    isolation: isolate;
}

.transport-hero::before {
    position: absolute;
    inset: 0;
    z-index: -2;
    content: "";
    background:
        linear-gradient(
            135deg,
            rgba(120, 64, 31, 0.97),
            rgba(166, 90, 42, 0.93)
        );
}

.transport-hero::after {
    position: absolute;
    top: -160px;
    right: -120px;
    z-index: -1;
    width: 440px;
    height: 440px;
    content: "";
    border: 70px solid rgba(255, 255, 255, 0.06);
    border-radius: 50%;
}

.transport-title-area {
    display: flex;
    align-items: center;
    gap: 28px;
    max-width: 960px;
}

.transport-icon-wrapper {
    display: grid;
    flex: 0 0 118px;
    width: 118px;
    height: 118px;
    place-items: center;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 20px 50px rgba(53, 25, 11, 0.18);
    backdrop-filter: blur(12px);
}

.transport-icon {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.transport-title-content {
    min-width: 0;
}

.transport-eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    margin-bottom: 14px;
    padding: 7px 14px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff1d8;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.3;
    text-transform: uppercase;
}

.transport-title-content h1 {
    max-width: 850px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(2rem, 4vw, 3.7rem);
    line-height: 1.08;
    text-wrap: balance;
}

.transport-title-content > p {
    max-width: 750px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: clamp(1rem, 1.6vw, 1.18rem);
    line-height: 1.75;
    text-wrap: pretty;
}

/* İçerik alanı */

.transport-content-section {
    padding: 56px 0 90px;
}

.transport-intro {
    position: relative;
    margin-bottom: 54px;
    padding: 36px 40px;
    overflow: hidden;
    border: 1px solid var(--transport-border);
    border-radius: var(--transport-radius-large);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: var(--transport-shadow);
}

.transport-intro::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 7px;
    height: 100%;
    content: "";
    background: linear-gradient(
        180deg,
        var(--transport-accent),
        var(--transport-primary)
    );
}

.transport-intro-badge,
.transport-section-label {
    display: inline-block;
    margin-bottom: 13px;
    color: var(--transport-primary);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.transport-intro p {
    margin: 0;
    color: var(--transport-text-soft);
    font-size: 1rem;
    line-height: 1.9;
    overflow-wrap: anywhere;
    text-wrap: pretty;
}

.transport-intro p + p {
    margin-top: 18px;
}

.transport-intro .transport-lead {
    color: var(--transport-text);
    font-size: clamp(1.06rem, 1.5vw, 1.2rem);
    font-weight: 500;
}

.transport-intro strong,
.transport-route-card-body strong {
    color: var(--transport-primary-dark);
    font-weight: 750;
}

/* Bölüm başlığı */

.transport-section-heading,
.transport-map-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 26px;
}

.transport-section-heading h2,
.transport-map-heading h2 {
    margin: 0;
    color: var(--transport-text);
    font-size: clamp(1.65rem, 3vw, 2.4rem);
    line-height: 1.2;
    text-wrap: balance;
}

.transport-section-heading > p,
.transport-map-heading > p {
    max-width: 430px;
    margin: 0;
    color: var(--transport-text-soft);
    font-size: 0.95rem;
    line-height: 1.7;
    text-align: right;
    text-wrap: pretty;
}

/* Ulaşım kartları */

.transport-route-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.transport-route-card {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 100%;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--transport-border);
    border-radius: var(--transport-radius-medium);
    background: var(--transport-card);
    box-shadow: 0 10px 35px rgba(74, 43, 24, 0.055);
    transition:
        transform 220ms ease,
        box-shadow 220ms ease,
        border-color 220ms ease;
}

.transport-route-card::after {
    position: absolute;
    right: -34px;
    bottom: -34px;
    width: 100px;
    height: 100px;
    content: "";
    border-radius: 50%;
    background: rgba(244, 175, 49, 0.08);
    pointer-events: none;
}

.transport-route-card:hover {
    transform: translateY(-5px);
    border-color: rgba(166, 90, 42, 0.32);
    box-shadow: 0 20px 45px rgba(74, 43, 24, 0.1);
}

.transport-route-card-header {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 23px 25px 18px;
    border-bottom: 1px solid var(--transport-border);
    background:
        linear-gradient(
            135deg,
            rgba(244, 175, 49, 0.13),
            rgba(255, 255, 255, 0.4)
        );
}

.transport-route-number {
    display: grid;
    flex: 0 0 43px;
    width: 43px;
    height: 43px;
    place-items: center;
    border-radius: 13px;
    background: var(--transport-primary);
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    box-shadow: 0 8px 20px rgba(166, 90, 42, 0.2);
}

.transport-route-card-header h3 {
    min-width: 0;
    margin: 0;
    color: var(--transport-text);
    font-size: 1.15rem;
    line-height: 1.35;
    overflow-wrap: anywhere;
    text-wrap: balance;
}

.transport-route-card-body {
    position: relative;
    z-index: 1;
    flex: 1;
    padding: 22px 25px 26px;
}

.transport-route-card-body p {
    margin: 0;
    color: var(--transport-text-soft);
    font-size: 0.96rem;
    line-height: 1.85;
    overflow-wrap: anywhere;
    text-wrap: pretty;
}

.transport-route-card-body p + p {
    margin-top: 15px;
}

.transport-route-card-featured {
    grid-column: 1 / -1;
    border-color: rgba(166, 90, 42, 0.3);
    background:
        linear-gradient(
            135deg,
            #ffffff,
            rgba(255, 244, 220, 0.65)
        );
}

.transport-route-card-featured .transport-route-card-header {
    background:
        linear-gradient(
            135deg,
            rgba(166, 90, 42, 0.14),
            rgba(244, 175, 49, 0.13)
        );
}

.transport-empty-message {
    grid-column: 1 / -1;
    padding: 30px;
    border: 1px dashed var(--transport-border);
    border-radius: var(--transport-radius-medium);
    color: var(--transport-text-soft);
    text-align: center;
}

/* Harita */

.transport-map-section {
    margin-top: 70px;
    padding-top: 58px;
    border-top: 1px solid var(--transport-border);
}

.transport-map-button {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    border: 1px solid var(--transport-border);
    border-radius: var(--transport-radius-large);
    background: #ffffff;
    box-shadow: var(--transport-shadow);
    cursor: zoom-in;
}

.transport-map-button img {
    display: block;
    width: 100%;
    max-height: 760px;
    object-fit: contain;
    background: #f3f0ed;
    transition: transform 350ms ease;
}

.transport-map-button:hover img {
    transform: scale(1.015);
}

.transport-map-overlay {
    position: absolute;
    right: 22px;
    bottom: 22px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 45px;
    padding: 10px 16px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    background: rgba(43, 31, 24, 0.82);
    color: #ffffff;
    font-size: 0.88rem;
    font-weight: 700;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(10px);
}

.transport-zoom-icon {
    display: inline-flex;
    width: 20px;
    height: 20px;
}

.transport-zoom-icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

/* Lightbox */

.transport-lightbox {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    visibility: hidden;
    background: rgba(18, 13, 10, 0.93);
    opacity: 0;
    backdrop-filter: blur(8px);
    transition:
        opacity 220ms ease,
        visibility 220ms ease;
}

.transport-lightbox.is-active {
    visibility: visible;
    opacity: 1;
}

.transport-lightbox-content {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.transport-lightbox-content img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    border-radius: 15px;
    background: #ffffff;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
    object-fit: contain;
    transform: scale(0.97);
    transition: transform 220ms ease;
}

.transport-lightbox.is-active .transport-lightbox-content img {
    transform: scale(1);
}

.transport-lightbox-close {
    position: absolute;
    top: 20px;
    right: 24px;
    z-index: 2;
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    padding: 0 0 5px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
    transition:
        background-color 180ms ease,
        transform 180ms ease;
}

.transport-lightbox-close:hover {
    background: var(--transport-primary);
    transform: rotate(6deg);
}

.transport-lightbox-close:focus-visible,
.transport-map-button:focus-visible {
    outline: 4px solid rgba(244, 175, 49, 0.55);
    outline-offset: 4px;
}

@media (prefers-reduced-motion: reduce) {
    .transport-route-card,
    .transport-map-button img,
    .transport-lightbox,
    .transport-lightbox-content img,
    .transport-lightbox-close {
        transition: none;
    }
}