﻿@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700&display=swap&subset=latin-ext');
@import url('../lib/font-awesome-4.7.0/css/font-awesome.min.css');

body,html{
  margin:0;
  padding:0;
  width:100%;
  height: 100%;
}
body{
  background: url(../images/introbg-mavi.jpg) no-repeat center;
  font-family: 'Ubuntu',
  sans-serif;
  font-weight: 400;
  background-color: #212e36;
  background-size: cover;
}

a{
  text-decoration: none;
}
*{
  box-sizing: border-box;
}
.cont{
  width: 100%;
  height:100vh;
  overflow: hidden;
}
.header {
  /*margin-top: 65px;
  margin-bottom: 50px;*/
  height: 20%;
  flex: 0 0 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 20;
}
.header .links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .links a {
  display: block;
  padding: 0px 23px;
}
.header .links a img {}
.center {
  display: flex;
  height: 80%;
  flex: 0 0 80%;
}
.center>div {
  flex: 0 0 50%;
  max-width: 50%;
  max-height: 100%;
}
.center .left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.center .left .cseperator {
  position: absolute;
  left: -7.5px;
  top: -108px;
  bottom: 0;
  width: 15px;
  background: url(../images/seperator.png) no-repeat top;
  background-size: cover;
}
.center .left .map {
  flex: 0 0 70%;
  max-height: 70%;
  text-align: center;
  position: relative;
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  height: 431px;
  position: relative;
}
.center .left .map .main-map {
  /*max-width: 100%;*/
  /*max-height: 100%;*/
  height:431px;
  /* display: block; */
}
.center .left .map .sag-bg {
  position: absolute;
  left: -149px;
  top: -94px;
  height: 790px;
}
.center .left .map .icon {
  height: 431px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  
}
.center .left .map .icon .item{
  position: absolute;
  left: 2%;
  top: 17%;
  z-index: 11;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.center .left .map .icon .item:nth-child(2){
  left: 15%;
  top: 18%;
  z-index: 10;
}
.center .left .map .icon .item:nth-child(3) {
  left: 59%;
  top: 15%;
  z-index: 9;
}
.center .left .map .icon .item:nth-child(4) {
  left: 23%;
  top: 31%;
  z-index: 8;
}
.center .left .map .icon .item:nth-child(5) {
  left: 36%;
  top: 27%;
  z-index: 4;
}
.center .left .map .icon .item:nth-child(6) {
  left: 30%;
  top: 41%;
  z-index: 11;
}
.center .left .map .icon .item:nth-child(7) {
  left: 38%;
  top: 55%;
  z-index: 5;
}
.center .left .map .icon .item:nth-child(8) {
  left: 41%;
  top: 38%;
  z-index: 7;
}
.center .left .map .icon .item:nth-child(9) {
  left: 47%;
  top: 48%;
  z-index: 3;
}
.center .left .map .icon .item:nth-child(10) {
  left: 65%;
  top: 39%;
  z-index: 2;
}
.center .left .map .icon .item:nth-child(11) {
  left: 51%;
  top: 64%;
  z-index: 1;
}

.center .left .map .icon .item .in{
  background: url(../images/icon-bg.png) no-repeat 1px center;
  width: 60px;
  height: 78px;
  background-size: contain;
  padding-top: 6px;
  position: relative;
  z-index: 2;
}
/*.center .left .map .icon .item .icon-bg{
  fill: #fff;
  height:61px;
  filter: drop-shadow(0px 1px 6px rgba(0, 0, 0, .8));
}*/
.center .left .map .icon .item .icon-flag {
  height: 27px;
}
.center .left .map .icon .item span{
  display: block;
  background-color: #fff;
  font-size: 13px;
  color: #073656;
  font-weight: 600;
  position: absolute;
  left: 30px;
  top: 9px;
  padding: 0;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.63);
  border-radius: 1px;
  letter-spacing: -0.5px;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  max-width:0;
}
.center .left .map .icon .item:hover{
  transform: scale(1.2);
}
.center .left .map .icon .item:hover span{
  max-width: 500px;
  padding: 9px 15px 8px 24px;
}

.center .left .navi {
  flex: 0 0 30%;
  max-height: 30%;
  padding-top: 57px;
  position: relative;
  z-index: 100;
}
.center .left .navi .discover {
  text-align: center;
  margin-bottom: 12px;
  position: relative;
}
.center .left .navi .discover:hover .list{
  /*opacity: 1;
  visibility: visible;*/
  display: block;
}
.center .left .navi .discover .head {
  display: inline-block;
}
.center .left .navi .discover .head a {
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  padding: 7px 13px 8px 19px;
  width: 200px;
  border-radius: 2px;
  letter-spacing: -0.5px;
}
.center .left .navi .discover .head a span {
  font-size: 17px;
  font-weight: 500;
  margin-right: 10px;
}
.center .left .navi .discover .head a i {
  font-size: 20px;
}
.center .left .navi .discover .list {
  background-color: #fff;
  position: absolute;
  bottom: 100%;
  left: 33px;
  right: 33px;
  box-shadow: 0px 0px 22px 10px #000;
  /*transition: all 0.1s ease-out;*/
  /*opacity: 0;
  visibility: hidden;*/
  display: none;
  padding: 20px;
}
.center .left .navi .discover .list a{
  display: block;
  font-size: 17px;
  color: #6f6f6f;
  margin: 0px 0px;
  border-bottom: 1px dashed #cecece;
  padding: 5px;
  transition: all 0.3s ease-in-out;
}
.center .left .navi .discover .list a:hover{
  background-color: rgba(212, 212, 212, 0.38);
  border-bottom: 1px solid #073656;
  font-weight: 600;
  color: #073656;
  
}
.center .left .navi .desc {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}
.center .right{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.center .right .map{
  flex: 0 0 70%;
  max-height: 70%;
  text-align: center;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}
.center .right .map img.on-harita {
  left: -72px;
  display: block;
  position: relative;
  height: 291px;
  top: 17px;

}
.center .right .map img.sol-bg {
  position: absolute;
  left: -3px;
  top: 75px;
  height: 537px;
}


.center .right .navi {
  flex: 0 0 30%;
  max-height: 30%;
  /*display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;*/
  padding-top: 57px;
  position: relative;
}


.center .right .navi .flag-link {
  position: absolute;
  top: -82px;
  margin-left: -64px;
  left: 50%;
}
.center .right .navi .discover {
  text-align: center;
  margin-bottom: 12px;
}

.center .right .navi .discover .head {
  display: inline-block;
}

.center .right .navi .discover .head a {
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  padding: 7px 13px 8px 19px;
  width: 200px;
  border-radius: 2px;
  letter-spacing: -0.5px;
}

.center .right .navi .discover .head a span {
  font-size: 17px;
  font-weight: 500;
  margin-right: 10px;
}

.center .right .navi .discover .head a i {
  font-size: 20px;
}

.center .right .navi .discover .list {
  display: none;
}

.center .right .navi .desc {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}



.mobile-flags{
  display: none;
}
@media (max-width:991px) {
  .header{
    height: initial;
    display: block;
    padding-top:32px;
  }
  .header .links{
    /*flex-direction: column;*/
    /*flex-flow: column;*/
    flex-wrap: wrap;
  }
  .header .links a{
    display: block;
    padding: 0px 5px;
  }
  .header .links a:nth-child(1){
    order:2;
    display: none;
  }
  .header .links a:nth-child(2){
    order: 1;
    flex: 0 0 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-bottom: 10px;
  }
  .header .links a:nth-child(2) img{
    max-height: 67px;
    max-width: 240px;
  }
  .header .links a:nth-child(3){
    order:3;
    display: none;
  }
  .header .links a img{
    max-height: 50px;
    max-width: 120px;
  }
  .center .right .map{
    display: none;
  }
  .center .left .map{

  }
  .center .right .navi .flag-link{
    position: relative;
    top: 0;
    display: block;
    left: 0;
    right: 0;
    text-align: center;
    margin-left: initial;
    padding-left: 13px;
    margin-bottom: -21px;
  }
  .center .right .navi .flag-link img{
    height: 120px;
  }
  .center .left .cseperator{
    display: none;
  }
  .center .left .cseperator-mobile{
    display: block;
    position: absolute;
    left: 5%;
    right: 5%;
    top: 0;
    height: 15px;
    background: url(../images/orta-images.png) no-repeat top;
    background-size: contain;
  }
  .center{
    flex-direction: column;
  }
  .center .right{
    max-height: 45%;
  }
  .center>div{
    flex: 0 0 50%;
    max-width: 100%;
    max-height: 50%;
  }
  .center .right .navi{
    padding-top: 0px;
    max-height: initial;
  }
  .center .right .navi .desc{
    text-align: center;
  }
  .center .left .navi .desc{
    text-align: center;
  }
  .center .left .navi{
    padding-top: 0px;
  }
  .center .left .map{
    display: none;
  }
  .center .left .map .sag-bg{
    display: none;
  }
  .center .left .map .main-map{
    display: none;
  }
  /*.center .left .map .icon .item in{
    width: 73px;
    height: 73px;
  }
  .center .left .map .icon .item:nth-child(1) .in{
    background: url(../images/m9.png) no-repeat 1px center;
  }*/
  .mobile-flags{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  .mobile-flags a{
    transition: all 0.3s ease-in-out;
    padding-left: 10px;
    padding-right: 10px;
  }
  .mobile-flags a img{
    height: 33px;
  }
  .mobile-flags a span{
    display: block;
    background-color: #fff;
    font-size: 13px;
    color: #073656;
    font-weight: 600;
    position: absolute;
    left: 30px;
    top: 9px;
    padding: 0;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.63);
    border-radius: 1px;
    letter-spacing: -0.5px;
    white-space: nowrap;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    max-width:0;
  }
  .mobile-flags a:hover{
    transform: scale(1.2);
  }
  .mobile-flags a:hover span{
    max-width: 500px;
    padding: 9px 15px 8px 15px;
  }
}