﻿.carousel-caption h1 {
    margin-top: 0px !important;
}

@media (max-width: 768px) {
    .landing-page .carousel-caption * {
        font-size: 12px;
    }
}

 h1#yazichart {
      color: #fff;
    text-shadow: 1px 5px 6px #090808;
  
}

table {
    font-family: artial,sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.slideButton{
    border:none;background:transparent;
}

td, th {
    border: 1px solid black;
    text-align: left;
    padding: 1px;
    font-size: 11px;
}

tr:nth-child(even) {
    background-color: #ffffff;
}

#slider-station .owl-prev {
    left: -50px;
    top: 150px;
    position: absolute;
    font-size: 80px;
}


#slider-station .owl-next {
    right: -50px;
    top: 150px;
    position: absolute;
    font-size: 80px;
}

#slider-link .owl-next{
    position:absolute;
    font-size:40px;
    top:32%;
    margin-right:0px;
}

#slider-link .owl-prev{
    position:absolute;
    font-size:40px;
    top:32%;
    margin-left:0px;
}


@media (max-width: 1300px) {

#slider-link .owl-next{
    position:absolute;
    font-size:40px;
    top:32%;
    margin-right:8px;
}

#slider-link .owl-prev{
    position:absolute;
    font-size:40px;
    top:32%;
    margin-left:8px;
}
}


@media (max-width: 1000px) {

#slider-link .owl-next{
    position:absolute;
    font-size:40px;
    top:28%;
    margin-right:0px;
}

#slider-link .owl-prev{
    position:absolute;
    font-size:40px;
    top:28%;
    margin-left:0px;
}
}



@media (max-width: 768px) {

#slider-link .owl-next{
    position:absolute;
    font-size:40px;
    top:32%;
    margin-right:20px;
}

#slider-link .owl-prev{
    position:absolute;
    font-size:40px;
    top:32%;
    margin-left:20px;
}
}

@media (max-width: 600px) {

#slider-link .owl-next{
    position:absolute;
    font-size:40px;
    top:28%;
    margin-right:20px;
}

#slider-link .owl-prev{
    position:absolute;
    font-size:40px;
    top:28%;
    margin-left:20px;
}
}



.owl-prev {
  left: -2rem;
}

.owl-next {
  right: -2rem;
}
.bCloud1 {
    height: auto;
    width: 60%;
    z-index: 99999999;
    position: fixed;
    animation-name: abCloud1;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
    animation-duration: 26s;
    left: 50%;
    top: 20%;
    transform: translate(-100%, -50%);
}

.bCloud2 {
    height: auto;
    width: 50%;
    z-index: 99999999;
    position: fixed;
    animation-name: abCloud2;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
    animation-duration: 26s;
    right: 50%;
    top: 40%;
    transform: translate(-100%, -30%);
}


.bCloud3 {
    height: auto;
    width: 50%;
    z-index: 99999999;
    position: fixed;
    animation-name: abCloud3;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
    animation-duration: 36s;
    right: 50%;
    top: 24%;
    transform: translate(-200%, -30%);
}

.bCloud4 {
    height: auto;
    width: 38%;
    z-index: 99999999;
    position: fixed;
    animation-name: abCloud4;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
    animation-duration: 41s;
    right : 30%;
    top: 25%;
    transform: translate(-100%, -50%);
}



.cloud1 {
    height: auto;
    width: 60%;
    z-index: 99999999;
    position: fixed;
    animation-name: aCloud1;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
    animation-duration: 450s;
    left: 50%;
    top: 20%;
    transform: translate(-100%, -50%);
}

.cloud2 {
    height: auto;
    width: 60%;
    z-index: 99999999;
    position: fixed;
    animation-name: aCloud2;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
    animation-duration: 350s;
    right: 50%;
    top: 40%;
    transform: translate(-100%, -30%);
}

/*  20sn    */

.animation {
    animation-name: abGround;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: 5s;
    background-image: url('/Content/Custom/img/istanbul-background.jpg');
}

@keyframes abGround {
    0% {
        opacity: 0.3;
    }

    75%, 100% {
        opacity: 1;
    }
}

.city {
    z-index: 99999999;
    width: 50%;
    height: auto;
    position: fixed;
    animation-name: aCity;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
    animation-duration: 4s;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
}
#yerli {
    z-index: 99999999;
    width: 10%;
    height: auto;
    position: fixed;
   
    top: 92.5%;
}

@keyframes aCloud1 {
    0% {
        left: 0%;
        transform: translate(0%,-50%);
    }

    50% {
        transform: translate(10%, -50%);
        left: 100%;
    }

    100% {
        transform: translate(-100%, -50%);
        left: 0%;
    }
}

@keyframes aCloud2 {
    0% {
        right: 00%;
        transform: translate(60%, -50%);
    }

    50% {
        right: 100%;
        transform: translate(-10%, -50%);
    }

    100% {
        transform: translate(100%, -50%);
        right: 0%;
    }
}

@keyframes aCity {

    0% {
        top: 60%;
    }

    100% {
        top: 70%;
    }
}

div#soChart text {
    text-shadow: 2px 3px 2px;
    color: black !important;
    fill: white !important;
}

.landing-page .carousel-caption h1 {
    margin-bottom: 20px !important;
    margin-top: 10px !important;
}

.landing-page .carousel-caption.center {
    bottom: auto;
    top: 15%;
    left: 18%;
    width: 64%;
    right: auto;
}

div#soChart {
    width: 100% !important;
    height: 98% !important;
    position: absolute;
}

.landing-page .carousel-caption.botright {
    left: auto;
    right: 22%;
    bottom: 86%;
    background: none;
}


    .landing-page .carousel-caption.botright h1 {
        font-size: 18px;
        text-align: center;
    }

.landing-page .carousel-caption {
    bottom: 10%;
    left: 6%;
    top: auto;
    width: 56%;
    background-color: rgba(29, 26, 49, 0.49);
    color: rgb(255, 255, 255);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    position: fixed;
    padding: 10px;
}

.slider-size {
    font-size: 16px;
    font-weight: bold;
}

.h1-style {
    font-weight: bold;
}

path.highcharts-grid-line {
    display: none !important;
}

#soGraphContainer {
    width: 88%;
    top:8%;
    bottom: 0%;
    height: 100%;
    left: 6%;
    position: fixed;
    border-radius: 5px;
    overflow: hidden;
    padding: 6px 8px;
    background-color: rgba(255, 255, 255, 0);
}

.changeTitle{
            position:absolute;
            width:100%;
            bottom:-2%;
            font-size:small;
            color:white;
            text-align:center;
}

.istanbulTitle{
            position:relative;
            width:80%;
            margin-left:auto;
            margin-right:auto;
            top:100px;
            font-size:x-large;
            font-weight:bold; 
            color:white;
            text-align:center;
            text-shadow:1px 3px 2px #000000;

}

@media only screen and (max-width: 1150px) {
    .istanbulTitle{
            position:relative;
            width:80%;
            margin-left:auto;
            margin-right:auto;
            top:95px;
            font-size:large;
            font-weight:bold;
            color:white;
            text-align:center;
            text-shadow:1px 3px 2px #000000;


}
}



@media only screen and (max-width: 786px) {
    .istanbulTitle{
            position:relative;
            width:80%;
            margin-left:auto;
            margin-right:auto;
            top:100px;
            font-size:medium;
            font-weight:bold;
            color:white;
            text-align:center;
            text-shadow:1px 3px 2px #000000;
            
}
}
@media only screen and (max-width: 400px) {
    .istanbulTitle{
            position:relative;
            width:80%;
            margin-left:auto;
            margin-right:auto;
            top:100px;
            font-size:small;
            font-weight:bold;
            color:white;
            text-align:center;
            text-shadow:1px 3px 2px #000000;
           
}
}


.offsetArea{
            position:absolute;
            width:88%;
            height: 80%;
            left:50%;
            top:50%;
            transform: translate(-50%,-45%);
}

@media only screen and (min-height: 1002px) {
     .istanbulTitle{
            position:relative;
            width:80%;
            margin-left:auto;
            margin-right:auto;
            top:20%;
            font-size:x-large;
            font-weight:bold;
            color:white;
            text-align:center;
            text-shadow:1px 3px 2px #000000;

}
   .offsetArea{
            position:absolute;
            width:88%;
            height: 75%;
            left:50%;
            top:50%;
            transform: translate(-50%,-35%);
}
       .changeTitle{
            position:absolute;
            width:100%;
            bottom:4%;
            font-size:medium;
            color:white;
            text-align:center;
}
}

@media only screen and (max-height: 1000px) {
    .offsetArea {
        position: absolute;
        width: 88%;
        height: 80%;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-42%);
    }
    .changeTitle{
            position:absolute;
            width:100%;
            bottom:10%;
            font-size:small;
            color:white;
            text-align:center;
}
}
@media only screen and (max-height: 850px) {
    .offsetArea {
        position: absolute;
        width: 88%;
        height: 75%;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-41%);
    }
        .changeTitle{
            position:absolute;
            width:100%;
            bottom:8%;
            font-size:small;
            color:white;
            text-align:center;
}
}
    @media only screen and (max-height: 768px) {
        .offsetArea {
            position: absolute;
            width: 88%;
            height: 70%;
            left: 50%;
            top: 50%;
            transform: translate(-50%,-40%);
        }
        .changeTitle{
            position:absolute;
            width:100%;
            bottom:5%;
            font-size:small;
            color:white;
            text-align:center;
}
    }
    @media only screen and (max-height: 600px) {
        .offsetArea {
            position: absolute;
            width: 88%;
            height: 65%;
            /*background-color:yellow;*/
            left: 50%;
            top: 50%;
            transform: translate(-50%,-42%);
        }
            .changeTitle{
            position:absolute;
            width:100%;
            bottom:4%;
            font-size:small;
            color:white;
            text-align:center;
}
    }
@media only screen and (max-height: 500px) {
    .offsetArea {
        position: absolute;
        width: 88%;
        height: 60%;
        /*background-color:yellow;*/
        left: 50%;
        top: 50%;
        transform: translate(-50%,-40%);
    }
    .changeTitle{
            position:absolute;
            width:100%;
            /*margin-left:auto;
            margin-right:auto;*/
            bottom:1%;
            /*padding-left:20%;*/
            font-size:x-small;
            /*font-weight:bold;*/ 
            color:white;
            text-align:center;
}
}
@media only screen and (max-height: 400px){
        .istanbulTitle{
            position:relative;
            width:80%;
            margin-left:auto;
            margin-right:auto;
            top:25%;
            font-size:medium;
            font-weight:bold;
            color:white;
            text-align:center;
            text-shadow:0px 4px #000000;
}
}
@media only screen and (max-height: 350px) {
        #soGraphContainer {
        top:25%;

    }

} 

@media only screen and (max-height: 295px) {
          #soGraphContainer {
        top:35%;

    }
}*/ 



#soGraph {
    background-color: #fff;
    padding: 20px;
    width: calc(100% - 60px);
    position: relative;
    z-index: 2;
    padding-left: 210px;
}

    #soGraph:after {
        content: '';
        position: absolute;
        top: 0%;
        right: -60px;
        border-width: 68px 60px;
        border-style: solid;
        border-color: #fff;
        border-radius: 100%;
        z-index: -1;
    }

    #soGraph .timeline {
        list-style-type: none;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 3140px;
        animation-name: aTimelinex;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
        animation-duration: 26s;
        margin: 0px;
        padding: 0px;
        transition: all 330ms linear;
        padding: 0px;
    }

    #soGraph .li {
        transition: all 330ms ease-in;
    }

        #soGraph .li:first-child .status:after {
            content: '';
            position: absolute;
            top: -2px;
            right: 100%;
            border: 1px solid #D6DCE0;
            z-index: 2;
            width: 500px;
        }

        #soGraph .li:last-child .status:after {
            content: '';
            position: absolute;
            top: -2px;
            left: 100%;
            border: 1px solid #D6DCE0;
            z-index: 2;
            width: 500px;
        }

    #soGraph .timestamp {
        margin-bottom: 20px;
        padding: 0px 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-weight: 100;
    }

        #soGraph .timestamp .author {
            padding: 5px;
            position: relative;
            border-radius: 5px 5px 0px 0px;
        }

    #soGraph .status {
        display: flex;
        justify-content: center;
        border-top: 2px solid #D6DCE0;
        position: relative;
        transition: all 330ms ease-in;
        padding-top: 16px;
        position: relative;
    }

        #soGraph .status h4 {
            font-weight: 600;
        }

        #soGraph .status:before {
            content: "";
            width: 25px;
            height: 25px;
            background-color: white;
            border-radius: 25px;
            border: 1px solid #ddd;
            position: absolute;
            top: 0%;
            left: 50%;
            transition: all 330ms ease-in;
            transform: translate(-50%,-50%);
        }

    #soGraph .li.complete .status.red {
        border-color: #f71818;
    }

        #soGraph .li.complete .status.red:before {
            background-color: #f71818;
        }

        #soGraph .li.complete .status.red h4 {
            color: #f71818;
        }

    #soGraph .li.complete .status {
        border-top: 2px solid #66DC71;
    }

        #soGraph .li.complete .status:before {
            background-color: #66DC71;
            border: none;
            transition: all 330ms ease-in;
        }

        #soGraph .li.complete .status h4 {
            color: #66DC71;
        }

@media (min-device-width: 320px) and (max-device-width: 700px) {
    #soGraph .timeline {
        list-style-type: none;
        display: block;
    }

    #soGraph .li {
        transition: all 330ms ease-in;
        display: flex;
        width: inherit;
    }

    #soGraph .timestamp {
        width: 100px;
    }

    #soGraph .status:before {
        left: -8%;
        top: 30%;
        transition: all 500ms ease-in;
    }
}

#soGraph #toggleButton {
    position: absolute;
    left: 50px;
    top: 20px;
    background-color: #75C7F6;
}

@keyframes abCloud1 {
    0% {
        opacity: 1;
        left: 0%;
        transform: translate(0%,-50%);
    }

    50% {
        opacity: 0.8;
    }

    60% {
        opacity: 0;
    }

    100% {
        opacity: 0;
        transform: translate(-100%, -50%);
        left: 100%;
    }
}

@keyframes abCloud2 {
    0% {
        opacity: 1;
        right: 0%;
        transform: translate(60%, -50%);
    }

    50% {
        opacity: 0.8;
    }

    60% {
        opacity: 0;
    }

    100% {
        opacity: 0;
        transform: translate(100%, -50%);
        right: 100%;
    }
}

@keyframes abCloud3 {
    0% {
        opacity: 0;
        right: 0%;
        transform: translate(60%, -50%);
    }

    50% {
        opacity: 0;
    }

    60% {
        opacity: 0.8;
    }

    100% {
        opacity: 1;
        transform: translate(100%, -50%);
        right: 100%;
    }
}


@keyframes abCloud4 {
     0% {
        opacity: 1;
        right: 20%;
        transform: translate(60%, -50%);
    }

    50% {
        opacity: 0.8;
    }

    60% {
        opacity: 0;
    }

    100% {
        opacity: 0;
        transform: translate(100%, -50%);
        right: 100%;
    }
}



@keyframes aTimeline {

    0% {
        margin-left: 30%;
    }

    100% {
        margin-left: -130%;
    }
}

@keyframes acustomText {

    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}


.chartArrow {
    margin-top: -60px !important;
    margin-left: 320px;
    position: absolute;
}

    .chartArrow:before {
        content: '';
        border-style: solid;
        border-width: 60px 10px 0px 0px;
        border-color: rgba(255, 22, 0, 0.69) transparent rgba(255, 22, 0, 0.69) rgba(255, 22, 0, 0.69);
        position: absolute;
        top: calc(100% + 4px);
        left: 0%;
    }

    .chartArrow .arrowInner {
        background-color: rgba(255, 22, 0, 0.69);
        color: #fff;
        padding: 4px 10px;
        border-radius: 0px 5px 5px 0px;
    }
