﻿.system-description{
    font-size:19px;
    line-height:1.5;
}

.system-explore{
    font-size:17px !important;
}

.blur-hover-container {
    backdrop-filter: blur(5px);
    background-color: rgba(255,255,255,0.2);
}

.navbar {
    background-color: transparent;
}

.title-small{
    font-size:30px;
}

#video-gradient-box {
    position: absolute;
    display: none;
    inset: 0;
    background: linear-gradient( to bottom, rgba(0, 0, 0, 0.80) 0px, rgba(0, 0, 0, 0.62) 30px, rgba(0, 0, 0, 0.40) 55px, rgba(0, 0, 0, 0.20) 80px, rgba(0, 0, 0, 0.10) 100px, rgba(0, 0, 0, 0.07) 180px, rgba(0, 0, 0, 0.05) 240px, rgba(0, 0, 0, 0.00) 300px),linear-gradient( to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 5%, rgba(0, 0, 0, 0.5) 15%, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.0) 40% );
}

.systems-video-area > div {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.systems-video-area video.us-video {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    display: block;
}

.down-section{
    z-index:100;
    bottom:150px;
}

.cover-background.fade-bg {
    position: relative;
    overflow: hidden;
}

.us-video{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:cover;
}


.fade-bg .left-fade-layer {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 200ms ease;
    will-change: opacity;
    transform: translateZ(0);
    backface-visibility: hidden;
}

.fade-bg .left-fade-layer.is-active {
    opacity: 1;
}

.vertical-counter-number {
    height: 60px !important;
}

#region-map-container {
    width: 100%;
    position: relative;
}

#continent-detail-container {
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    background-color: white;
    right: 0;
    opacity: 0;
    transition: opacity .5s ease-in-out;
}

#country-project-title {
    text-transform: camelcase;
    font-size: 25px;
    padding-top: 5px;
    color: #232323;
}

#alone-continent-na {
    width: 100%;
    height: 100%;
    position: absolute;
    display: none;
}

.mobile-swiper-wrapper {
    height: 50vh;
}

.region-swiper-mobile {
    max-height: 50vh;
}

#alone-continent-eu {
    width: 100%;
    height: 100%;
    position: absolute;
    display: none;
}

#alone-continent-tr {
    width: 100%;
    height: 100%;
    position: absolute;
    display: none;
}

#alone-continent-me {
    width: 100%;
    height: 100%;
    position: absolute;
    display: none;
}

#alone-continent-as {
    width: 100%;
    height: 100%;
    position: absolute;
    display: none;
}

#alone-continent-af {
    width: 100%;
    height: 100%;
    position: absolute;
    display: none;
}

#cdc-content-area {
    flex: 1 1 auto;
    min-height: 0;
}

#cdc-content {
    height: 100%;
    width: 0;
    overflow: hidden;
    right: 0px;
    top: 0px;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding: 0 0 0 0;
}

#cdc-content-area-inner-wrapper {
    width: 100%;
    height: 100%;
}

.region-world-swiper.swiper-button-next-nav {
    display: none !important;
}

.region-world-swiper.swiper-button-previous-nav {
    display: none !important;
}

#continental-map {
    width: 100%;
    height: auto;
    padding-right: 20px;
}

.continent-na {
    stroke-width: 1px;
}

.continent-as {
    stroke-width: 1px;
}

.continent-af {
    stroke-width: 1px;
}

.continent-eu {
    stroke-width: 1px;
}

.continent-tr {
    stroke-width: 1px;
}

#cdc-mobile-container {
    transition: height .5s linear;
    height: 0;
    overflow: hidden;
}

#desktop-custom-swiper-prev {
    background-color: #232323;
    color: white;
    font-size: 15px;
    z-index: 100;
    height: 100%;
    border: 0;
    padding: 0 17px;
}

#desktop-custom-swiper-next {
    background-color: #232323;
    color: white;
    font-size: 15px;
    z-index: 100;
    height: 100%;
    border: 0;
    padding: 0 17px;
}

#desktop-custom-swiper-prev:hover {
    background-color: rgba(0, 0, 0, 0.1);
    color: #232323;
    font-size: 15px;
}

#desktop-custom-swiper-next:hover {
    background-color: rgba(0, 0, 0, 0.1);
    color: #232323;
    font-size: 15px;
}

#mobile-custom-swiper-prev {
    background-color: #232323;
    color: white;
    font-size: 15px;
    z-index: 100;
    height: 100%;
    border: 0;
    padding: 0 12px;
}

#mobile-custom-swiper-next {
    background-color: #232323;
    color: white;
    font-size: 15px;
    z-index: 100;
    height: 100%;
    border: 0;
    padding: 0 12px;
}

#mobile-custom-swiper-prev:hover {
    background-color: rgba(0, 0, 0, 0.1);
    color: #232323;
}

#mobile-custom-swiper-next:hover {
    background-color: rgba(0, 0, 0, 0.1);
    color: #232323;
}

#cdc-header {
    display: flex;
    flex: 0 0 auto;
}

#world-back {
    border: 0;
    background-color: transparent;
    z-index: 100;
}


#world-back-mobile {
    border: 0;
    background-color: transparent;
    padding: 0px 0px 0px 5px;
}

#mobile-project-title {
    font-size: 1.3rem;
    text-align: center;
    line-height: 1;
    padding: 5px 0px;
}

/* Varsayılan: tüm slidelardaki <a> tıklanamaz */
.region-desktop-swiper-link {
    pointer-events: none;
}

/* Sadece aktif slideda tıklanabilir yap */
.swiper-slide-active .region-desktop-swiper-link,
.swiper-slide-duplicate-active .region-desktop-swiper-link {
    pointer-events: auto !important; /* inline'ı eziyorsan !important gerekli */
}

#mobile-project-city {
    font-size: 1rem;
    text-align: center;
    line-height: 1;
    color: rgba(35,35,35,0.5);
}

#mobile-continent-title {
    height: max-content;
    font-size: 1.3rem;
    color: #232323;
    line-height: 2.1;
}

#mobile-country-title {
    height: max-content;
    font-size: 0.8rem;
    color: #232323;
}

.systems-video-area {
    padding-left: 0px !important;
    padding-right: 0px !important;
    min-height: 250px;
    max-height: 250px;
}

.system-desc-area{
    max-height:400px;
}

#region-section {
    padding-bottom: 90px;
    max-width:1300px;
    margin:auto;
}

#mobile-turn-back-icon {
    height: 25px;
    width: 25px;
}


.swiper-content-test-area {
    position: absolute;
    display: flex;
    bottom: 0px;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
}

#country-project-title {
    transition: transform 1s linear;
    z-index: 10;
    flex: 0 0 auto;
    font-size:25px !important;
}

.region-swiper-desktop .swiper-slide-active img{
    filter:none !important;
}

.region-swiper-slide-link {
    transition: bottom .2s linear, opacity .2s linear;
    z-index:2;
}

.region-swiper-gradient {
    transition: opacity 0.2s linear;
    z-index: 1;
    background: linear-gradient( to top, rgba(0, 0, 0, 0.6) 0%, /* altta daha koyu */
    rgba(0, 0, 0, 0.3) 40%, /* ortalarda yarı şeffaf */
    rgba(0, 0, 0, 0) 80% /* yukarıda tamamen şeffaf */
    );
}

#project-city-title {
    transition: transform 1s linear;
    z-index: 10;
    color: rgb(147,147,147) !important;
    font-size: 15px !important;
    flex: 0 0 auto;
}

.swiper-button-next {
    margin-top: 0px !important;
}

.custom-background {
    background-color: rgba(35,35,35,1);
    backdrop-filter: blur(5px);
}

.hashtag-area {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 4vh;
    padding-bottom: 10px;
}

.portfolio-box {
    background-color: transparent !important;
}

.second-section-header {
    text-align: right;
}

.region-img {
    width: 100%;
    object-fit: cover;
}

.btn-custom-region {
    background-color: rgba(35,35,35,1);
    color: white;
}

.secons-section-p {
    text-align: left;
}

p {
    margin: 0px;
}

.swiper-content-area {
    height: auto;
    padding: 1.7rem 1rem 1.7rem 0rem;
    width: 100% !important;
    backdrop-filter: blur(40px);
    background-color: rgba(35, 35, 35, 0.25);
    bottom: 0px;
    right: 0px;
}

.city-card-area {
    padding: 0px 1rem;
    font-size: 1.5rem;
    color: rgba(255,255,255,0.7);
}

.portfolio-hover {
    background-color: transparent;
}

.regions-title {
    margin-bottom: 30px;
}

.portfolio-box:hover {
    background-color: rgba(0, 88, 155, 1) !important;
}

.title-card-area {
    padding: 0px 1rem;
    font-size: 2rem;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
}


.hamburger-menu {
    width: 100% !important;
}

.xs-h-auto {
    height: 32vh !important;
}

.highlight-text-section {
    padding: 80px 0px 100px 0px !important;
}

.icon-small{
    font-size:35px;
}

.video-card-area {
    width: 100%;
    position: absolute;
    bottom: 0px;
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    left: 0px;
    font-weight: 500;
    color: white !important;
    z-index: 100;
    padding: 0px 20px 40px 20px;
    font-size: 20px;
    /* text-transform: uppercase; */
}

.text-color-changer {
    color: white !important;
}

.system-swiper {
    padding: 0rem 0vw 4rem 0vw;
    max-width:1100px;
    margin:auto;
}


@media( min-width: 375px ) {
    #mobile-continent-title {
        font-size: 1.5rem;
    }

    #mobile-country-title {
        font-size: 1.2rem;
    }

    #mobile-turn-back-icon {
        height: 35px;
        width: 35px;
    }

    #mobile-project-title {
        font-size: 1.7rem;
    }

    #mobile-project-city {
        font-size: 1rem;
    }
}

@media( min-width: 425px ) {
    #mobile-continent-title {
        font-size: 1.7rem;
    }

    #mobile-country-title {
        font-size: 1.4rem;
    }

    #mobile-turn-back-icon {
        height: 35px;
        width: 35px;
    }

    #mobile-project-title {
        font-size: 3rem;
        padding: 10px 0px;
    }

    #mobile-project-city {
        font-size: 1.7rem;
    }

    #continental-map {
/*        padding-right: 2rem;*/
    }
}

@media(min-width: 620px ) {
    .continent-na {
        stroke-width: 1px;
    }

    .continent-as {
        stroke-width: 1px;
    }

    .continent-af {
        stroke-width: 1px;
    }

    .continent-eu {
        stroke-width: 1px;
    }

    .continent-tr {
        stroke-width: 1px;
    }

    #mobile-continent-title {
        font-size: 2rem;
        line-height: 2.3;
    }

    #mobile-country-title {
        font-size: 1.5rem;
    }

    #mobile-turn-back-icon {
        height: 50px;
        width: 50px;
    }

    #continental-map {
        padding-right: 40px;
    }

    #region-section {
        padding-bottom: 90px;
    }

    #mobile-custom-swiper-prev {
        padding: 0 18px;
    }

    #mobile-custom-swiper-next {
        padding: 0 18px;
    }
}

@media( min-width: 626px ) {
    .swiper-content-area {
        width: auto !important;
    }

    .swiper-content-test-area {
        flex-direction: row;
    }

    .hashtag-area {
        padding-bottom: 0px;
        padding-left: 30px;
        font-size: 5vh;
    }

    .city-card-area {
        padding: 0px 3.5rem;
        font-size: 1rem;
    }

    .title-card-area {
        padding: 2.2rem 3.5rem;
        font-size: 2rem;
    }

    .second-section-header {
        text-align: right;
    }

    .secons-section-p {
        text-align: left;
    }
}

@media( min-width: 700px ) {
    .video-card-area {
        padding: 0px 20px 40px 20px;
    }
}

@media( min-width: 720px ) {
    #mobile-continent-title {
        font-size: 2.5rem;
        line-height:1.9;
    }

    #mobile-country-title {
        font-size: 2rem;
    }

    .region-swiper-mobile {
        width: 70% !important;
    }
}

@media( min-width: 768px ) {
    .hamburger-menu {
        width: 40% !important;
    }

    .down-section {
        bottom: 110px;
    }

    .system-desc-area {
        max-height: 400px;
    }

    .systems-video-area {
        padding-left: 0px !important;
        padding-right: 0px !important;
        min-height: 400px;
        max-height: 400px;
    }

    .video-card-area {
        flex-direction: row;
        font-size: 24px;
    }
}


@media( min-width: 991px ) {
    .system-swiper {
        padding: 0rem 0vw 4rem 0vw;
    }

    .down-section {
        bottom: 130px;
    }

    .vertical-counter-number {
        height: 65px !important;
    }

    #mobile-continent-title {
        line-height: 1.7;
    }

    #cdc-content {
        padding: 0 0 50px 0;
    }

    #continental-map {
/*        padding-right: 3rem;*/
    }

    .continent-na {
        stroke-width: 1px;
    }

    .continent-as {
        stroke-width: 1px;
    }

    .continent-af {
        stroke-width: 1px;
    }

    .continent-eu {
        stroke-width: 1px;
    }

    .continent-tr {
        stroke-width: 1px;
    }
}

@media( min-width: 1024px ) {
    .xs-h-auto {
        height: 30vh !important;
    }

    .hashtag-area {
        font-size: 4vw;
    }

    .video-card-area {
        padding: 0px 20px 40px 20px;
        font-size: 24px;
    }

    .highlight-text-section {
        padding: 60px 0px 100px 0px !important;
    }
}

@media( min-width: 1200px ) {
    .system-swiper {
        padding: 0rem 0vw 4rem 0vw;
    }

    #continental-map {
/*        padding-right: 4rem;*/
    }

    #region-section {
        padding-bottom: 130px;
    }

    .xs-h-auto {
        height: 45vh !important;
    }

    .video-card-area {
        justify-content: right;
        padding: 0px 40px 40px 20px;
    }
}

@media( min-width: 1440px ) {
    .system-swiper {
        padding: 0rem 0vw 4rem 0vw;
    }

    .hamburger-menu {
        width: 25% !important;
    }

    .xs-h-auto {
        height: 60vh !important;
    }

    .video-card-area {
        padding: 0px 40px 60px 20px;
        font-size: 28px;
    }

    #region-section {
        padding-bottom: 150px;
    }

    .vertical-counter-number {
        height: 70px !important;
    }

    #cdc-content {
        padding: 0 0 200px 0;
    }

    #country-project-title {
        font-size: 25px;
        padding-top: 5px;
    }

    .down-section {
        bottom: 160px;
    }

    .continent-na {
        stroke-width: 2px;
    }

    .continent-as {
        stroke-width: 2px;
    }

    .continent-af {
        stroke-width: 2px;
    }

    .continent-eu {
        stroke-width: 2px;
    }

    .continent-eu {
        stroke-width: 2px;
    }

    .continent-tr {
        stroke-width: 2px;
    }
}

@media( min-width: 1600px ) {
    .system-swiper {
        padding: 0rem 0vw 4rem 0vw;
    }


    .padding-9-half-rem-lr {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media( min-width: 1900px ) {
    .video-card-area {
        padding: 0px 40px 70px 20px;
        font-size: 32px;
    }


    #continental-map {
        /*        padding-right: 4rem;*/
    }
}



/* (İsteğe bağlı) parlama/flicker’ı daha da azaltmak için hafif karartma
        .fade-bg::after { content:""; position:absolute; inset:0; background: rgba(0,0,0,.12); pointer-events:none; }
        */

/* Erişilebilirlik: hareket kısıtla */
@media (prefers-reduced-motion: reduce) {
    .fade-bg .left-fade-layer {
        transition: none;
    }
}

/* Dokunmatik cihazlarda hover yok */
@media (hover: none), (pointer: coarse) {
    .continent:hover {
        transform: none !important;
        filter: none !important;
    }
}