@media screen and (max-width: 431px) and (min-width: 0px) {
    /* HEADER START */
    .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%;
        padding: 10px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .headerContainerTopİcon>.left {
        margin: 0px;
        padding: 0px;
        width: 50%;
    }

    .headerContainerTopİcon>.left img {
        width: 100px;
    }

    .headerContainerTopİcon>.right {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: end;
        text-align: center;
        gap: 3px;
        margin: 0px;
        padding: 0px;
        /* padding-left:90px; */
        width: 50%;
    }

    .headerContainerTopİcon>.right h5 {
        padding-top: 10px;
    }

    .headerContainerBottom {
        width: 100%;
        height: auto;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

    }

    .headerContainerBottomText {
        width: 100%;
        height: auto;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        margin-top: 10px;
    }

    .headerContainerBottomText>ul {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
        /* margin-top:10px; */
    }

    .headerContainerBottomText>ul>li {
        color: white;
        padding: 0px;
    }

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

    .headerContainerBottomTextLine {
        background-color: white;
        width: 100px;
        height: 1px;
    }
    /* HEADER END */
    /*GROUND*/
    .cGround {
        width: 100%;
        /* 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; */
    }

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

    .imageG {
        width: 100%;
        height: auto;
        display: flex;
        /* justify-content: center;
        align-items: center; */
        margin:0px;
        padding:0px;
        margin-top: 10px;

        /* background-color: red; */

    }

    .imageG>img {
        width: 99%;
        height: 100%;
        max-width: 100%;
        min-width: 100%;
        max-height: 200px;
        min-height: 200px;
        border-radius: 10px;
    }
    /*GROUND END*/


    /* PGROUND START */

    .dontResponsive{
        display: none!important;
    }

    .phoneResponsiveDesign{
        width: 100%;
        height: auto;
        display: flex!important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap:20px;
    }

    .phoneResponsiveDesignTwoRow{
        width: 100%;
        height: auto;

        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap:10px
    }

    .phoneResponsiveDesignTwoRow > img{
        width: 48%;
        height:125px ;
        border-radius: 10px;
    }



    /* PGROUND END */

    /*TITLE*/
    .title {
        width: 100%;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .title > div > h2 {
        font-size: 15px;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        font-weight: bold;
        margin-left: 10px ;
    }
    .title::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 10px;
        width: 95%;
        border-bottom: 2px #E4E4E4 solid;
    }


    /*TITLE END*/
    /*IMAGE*/

    /*IMAGE END*/

}


@media screen and (max-width:1440px) and (min-width:1025px ) {
    .pGround > div img{
    !important;
        width: 100px;
    }
}


@media screen and (max-width: 1024px) and (min-width:769px ) {

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

    .headerContainerBottomTextLi li{
    !important;
        font-size:10.7px;
        font-weight: bold;
    }

    .title h2 {
    !important;
        text-transform:uppercase;
        font-size: 22px;
        color: #A65A2A;
        margin-top: 10px;
        margin-left: 20px;
        font-family: 'FenomenSans-Bold', sans-serif;
        font-weight: normal;
        letter-spacing: 1px;

    }


    .imageG {
    !important;
        width: 100%;
        height: 200px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap:35px;
        margin-top: 30px;
    }

    .imageG>img {
    !important;
        width:300px;
        height:200px;
        /* max-width: 1318px;
        min-width: 1318px; */
        /*max-height: 600px;*/
        /*min-height: 600px;*/
        border-radius: 10px;
        margin-right:10px;
        /*margin-bottom:300px;*/
    }


    .pGround > div img{
    !important;
        width: 100px;
    }

    .iText {
    !important;
        width: 99%;
        height: 100%;
        /*margin-top: 20px;*/
        margin-left: 10px;
        text-align: start   ;
        font-family: 'FenomenSans-Book', sans-serif;
        font-weight: normal;
        font-size:12px;
    }

}

@media screen and (max-width:1023px) and (min-width:768px){

    .cGround {
        width: 100%;
        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;
    }

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

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

    .iText {
        width: 99%;
        height: 100%;
        /*margin-top: 20px;*/
        margin-left: 10px;
        text-align: start   ;
        font-family: 'FenomenSans-Book', sans-serif;
        font-weight: normal;
        font-size:15px;
    }

    .pGround > div > img{
        width: 100px;
        border : none;
        border-radius: 10px;
        flex: auto;
    }

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



}

@media screen and (max-width: 767px) and (min-width:320px ){

    .mobileResponsiveNone{
        display: none!important;
    }

    .mobileResponsive{
        display: block!important;
    }


    .headerContainerBottom{
        display: none!important;
    }

    .imageG {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap:35px;
    }

    .imageG>img {
        width: 90%;
        height: 100%;
        max-width: 90%;
        min-width: 90%;
        max-height: 300px;
        min-height: 300px;
        border-radius: 10px;
        margin-top:50px;
    }

    .iText {
        width: 99%;
        height: 100%;
        /*margin-top: 20px;*/
        margin-left: 10px;
        text-align: start   ;
        font-family: 'FenomenSans-Book', sans-serif;
        font-weight: normal;
        font-size:13px;
    }

    .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;
    }

    .cGround{
        height: auto;
    }

}

@media screen and (max-width: 1024px) {
    .transport-container {
        width: min(100% - 36px, 960px);
    }

    .transport-hero {
        padding: 60px 0 48px;
    }

    .transport-title-area {
        gap: 22px;
    }

    .transport-icon-wrapper {
        flex-basis: 100px;
        width: 100px;
        height: 100px;
        border-radius: 24px;
    }

    .transport-route-grid {
        gap: 18px;
    }

    .transport-route-card-header {
        padding: 21px 21px 17px;
    }

    .transport-route-card-body {
        padding: 20px 21px 23px;
    }
}

@media screen and (max-width: 768px) {
    .transport-container {
        width: min(100% - 28px, 700px);
    }

    .transport-hero {
        padding: 46px 0 40px;
    }

    .transport-hero::after {
        top: -110px;
        right: -180px;
        width: 350px;
        height: 350px;
        border-width: 55px;
    }

    .transport-title-area {
        align-items: flex-start;
    }

    .transport-icon-wrapper {
        flex-basis: 82px;
        width: 82px;
        height: 82px;
        padding: 14px;
        border-radius: 21px;
    }

    .transport-eyebrow {
        margin-bottom: 11px;
        padding: 6px 11px;
        font-size: 0.7rem;
    }

    .transport-title-content > p {
        margin-top: 13px;
        line-height: 1.65;
    }

    .transport-content-section {
        padding: 38px 0 65px;
    }

    .transport-intro {
        margin-bottom: 42px;
        padding: 30px 28px;
        border-radius: 22px;
    }

    .transport-section-heading,
    .transport-map-heading {
        display: block;
    }

    .transport-section-heading > p,
    .transport-map-heading > p {
        max-width: none;
        margin-top: 11px;
        text-align: left;
    }

    .transport-route-grid {
        grid-template-columns: 1fr;
    }

    .transport-route-card-featured {
        grid-column: auto;
    }

    .transport-map-section {
        margin-top: 52px;
        padding-top: 45px;
    }

    .transport-map-button {
        border-radius: 21px;
    }

    .transport-map-overlay {
        right: 15px;
        bottom: 15px;
    }

    .transport-lightbox {
        padding: 65px 16px 20px;
    }

    .transport-lightbox-close {
        top: 12px;
        right: 15px;
        width: 44px;
        height: 44px;
    }
}

@media screen and (max-width: 540px) {
    .transport-container {
        width: calc(100% - 22px);
    }

    .transport-hero {
        padding: 36px 0 34px;
    }

    .transport-title-area {
        display: block;
    }

    .transport-icon-wrapper {
        width: 72px;
        height: 72px;
        margin-bottom: 19px;
        padding: 12px;
        border-radius: 18px;
    }

    .transport-title-content h1 {
        font-size: clamp(1.8rem, 9vw, 2.5rem);
        line-height: 1.12;
    }

    .transport-title-content > p {
        font-size: 0.96rem;
    }

    .transport-intro {
        padding: 26px 21px;
        border-radius: 19px;
    }

    .transport-intro::before {
        width: 5px;
    }

    .transport-intro p {
        font-size: 0.94rem;
        line-height: 1.78;
        text-align: left;
    }

    .transport-intro .transport-lead {
        font-size: 1rem;
    }

    .transport-section-heading {
        margin-bottom: 20px;
    }

    .transport-section-heading h2,
    .transport-map-heading h2 {
        font-size: 1.55rem;
    }

    .transport-route-card {
        border-radius: 17px;
    }

    .transport-route-card-header {
        align-items: flex-start;
        gap: 12px;
        padding: 18px 17px 15px;
    }

    .transport-route-number {
        flex-basis: 38px;
        width: 38px;
        height: 38px;
        border-radius: 11px;
        font-size: 0.76rem;
    }

    .transport-route-card-header h3 {
        padding-top: 5px;
        font-size: 1.04rem;
    }

    .transport-route-card-body {
        padding: 18px 17px 21px;
    }

    .transport-route-card-body p {
        font-size: 0.93rem;
        line-height: 1.75;
        text-align: left;
    }

    .transport-map-section {
        margin-top: 44px;
        padding-top: 38px;
    }

    .transport-map-heading {
        margin-bottom: 20px;
    }

    .transport-map-button {
        border-radius: 17px;
    }

    .transport-map-overlay {
        right: 10px;
        bottom: 10px;
        min-height: 39px;
        padding: 8px 12px;
        font-size: 0.78rem;
    }

    .transport-zoom-icon {
        width: 17px;
        height: 17px;
    }
}

@media screen and (max-width: 380px) {
    .transport-eyebrow {
        line-height: 1.45;
    }

    .transport-title-content h1 {
        font-size: 1.72rem;
    }

    .transport-route-card-header h3 {
        font-size: 0.98rem;
    }

    .transport-map-overlay {
        position: static;
        justify-content: center;
        width: 100%;
        border: 0;
        border-radius: 0;
        background: var(--transport-primary);
    }
}