@import url('font6654.css?v1');

/** RESET **/
body,html {
    margin: 0;
    padding: 0;
    height: 100%;
    background: #DFE8E5;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


.mobile{
    display: none;
}
.desktop{
    display: block;
}

/** LOADER **/
#loader{
    position:fixed;
    z-index:99999;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background:rgba(255,255,255,1);
}
.fade-out{
    opacity: 0;
    display: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.lds-roller {
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
    margin: 50vh auto;
}
.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}
.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #1B2244;
    margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}
.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}
.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}
.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}
.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}
.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}
.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}
.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}
@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/** FORM **/
.tesekkurler{
    min-height: auto!important;
}
.close{
    position: absolute;
    z-index: 111;
    padding: 5px;
    margin: 5px;
    color: #1B2642;
    text-decoration: none;
    border: 1px solid #1B2642;
    font-family: Arial;
    font-weight: bold;
	display:none;
}
.tesekkurler h3{
    text-align: center;
    font-size: 40px!important;
    color: #fff;
    font-family: quiche-sans, sans-serif;
    font-weight: bold;
}
.tesekkurler p{
    font-family: quiche-sans, sans-serif;
    color: #fff;
    text-align: center;
}
.tesekkurler .anasayfa-btn{
    background: #795B48;
    color: #fff;
    padding: 8px;
    display: block;
    width: 100%;
    max-width: 200px;
    text-decoration: none;
    text-align: center;
    margin: 15px auto;
    font-family: 'Source Serif Pro',serif;
    border-radius: 10px;
    font-size: 2vh;
}
div#bilgi-talep-formu{
	top: 0;
	right:0;
    transform: none;
    position: absolute;
	width: 350px;
	z-index: 50;
    transition: all 1s ease;
    height: 101vh;
    border-bottom-left-radius: 125% 3%;
    border-bottom-right-radius: 137% 9%;
    background: #D5DEDB;
}
/*div#bilgi-talep-formu {
    position: fixed;
    right: -350px;
    top: 50%;
    transform: translateY(-50%);
    width: 350px;
    min-height: 600px;
    background: #1B2244;
    z-index: 50;
    transition: all 1s ease
}
div#bilgi-talep-formu.open {
    right: 0
}*/
div#bilgi-talep-formu a.bilgi-talep-btn {
    /*width: 320px;*/
    height: 60px;
    background: #1B2244;
    color: #fff;
    font-family: quiche-sans, sans-serif;
    font-weight: normal;
    font-size: 38px;
    line-height: normal;
    position: fixed;
    left: -190px;
    top: 50%;
    transform: translateY(-50%) scale(.65) rotate(-90deg);
    display: none;
    text-align: center;
    text-decoration: none;
    padding: 10px 14px;
    z-index: 2
}

div#bilgi-talep-formu div#formContainer {
    position: relative;
    padding: 20px
}

div#bilgi-talep-formu div#formContainer h1 {
    color: #1B2642;
    font-family: quiche-sans, sans-serif;
    font-size: 34px;
	margin-bottom:30px;
    font-weight: bold;
	text-align:center;
}

div#bilgi-talep-formu div#formContainer form .inputsDiv {
    margin-top: 15px;
    color: #1B2642;
    font-family: 'Source Serif Pro',serif;
    line-height: 1.2;
    font-size: 13px;
}
#formContainer .error{
    color: #FF2929;
}
#frmName,#frmSurName,#frmEmail,#frmCeptel {
    margin-bottom: 5px;
}

div#bilgi-talep-formu div#formContainer form .inputsDiv input {
    width: 96%;
    padding: 7px;
    border-radius: 10px;
    border: none;
    font-family: 'Source Serif Pro',serif
}

div#bilgi-talep-formu div#formContainer form .inputsDiv textarea {
    border-radius: 10px;
    height: 44px;
    width: 98%;
    font-family: 'Source Serif Pro',serif;
    padding: 5px 0 0 5px
}

div#bilgi-talep-formu div#formContainer form .inputsDiv button {
    background: #1B2642;
    color: #fff;
    padding: 8px;
    width: 100%;
    outline: none;
    cursor: pointer;
    border: none;
    font-family: 'Source Serif Pro',serif;
    transition: all .4s;
    border-radius: 10px;
    font-size: 2.5vh;
}

div#bilgi-talep-formu div#formContainer form .inputsDiv .wy5 {
    width: 20px !important
}

div#bilgi-talep-formu div#formContainer form .inputsDiv a {
    color: #1B2642
}

div#bilgi-talep-formu div#formContainer form .inputsDiv .pasif_label.actif {
    opacity: .4;
    -webkit-appearance: none
}

div#bilgi-talep-formu div#formContainer form .inputsDiv .disclaimer {
    font-size: 12px
}
#formContainer .d-flex{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.form-logo{
    max-width: 130px;
    width: 100%;
    margin-top: 20px;
}
.form-tel{
    font-size: 3.5vh;
    color: #FFFFFF;
    text-decoration: none;
    font-family: quiche-sans, sans-serif;
    font-weight: bold;
    margin-top: 20px;
}

/** SLIDER **/
#mainSlider{
    margin-top: -5vw;
}
.logo-wrapper{
    position: absolute;
    z-index: 11;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    top: 2vw;
    right: 0;
}
.logo-wrapper img{
    width: 30vw;
    max-width: 230px;
}
.swiper-slide img{
    width: 100%;
}

.badge-container{
    position: absolute;
    z-index: 1;
    /*margin-top: -18vw;*/
}
.badge{
    position: static;
    bottom: 0;
    z-index: 1;
    width: 100%;
    margin-top: -18vw;
}
.badge2{
    position: absolute;
    top: 1vw;
    left: 11vw;
    z-index: 1;
    width: 24vw;
    max-width: 448px;
    margin-top: -18vw;
}
.badge-top{
	top: unset;
    bottom: 43vw;
    left: unset;
    right: 18vw;
    margin-top: unset;
}
.scroll-downs {
    position: absolute;
    left: 50%;
    bottom: 7vw;
    z-index: 1;
    transform: translateX(-50%);
    width: 40px;
    height: 61px;
    background: rgba(0,0,0,0.5);
    border-radius: 20px;
}
.scroll-downs .mousey {
    width: 33px;
    padding: 10px 0;
    height: 35px;
    border: 4px solid #fff;
    border-radius: 25px;
    opacity: .75;
    box-sizing: content-box;
}
.scroll-downs .mousey .scroller {
    width: 15px;
    height: 20px;
    border-radius: 25%;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15, .41, .69, .94);
    animation-iteration-count: infinite;
    margin: 0 auto;
}
.scroller img{
    width: 100%;
}
@keyframes scroll {
    0% {
        opacity: 0
    }

    10% {
        transform: translateY(0);
        opacity: 1
    }

    100% {
        transform: translateY(30px);
        opacity: 0
    }
}
.swiper-pagination {
    bottom: 6vw!important;
    text-align: center!important;
    margin-left: 20px!important;
    width: 10vh!important;
    background: rgba(0,0,0,0.5);
    border-radius: 20px;
    padding: 10px;
}
.swiper-pagination-bullet{
    background: #fff!important;
    margin: 0 5px!important;
    width: 1.5vh!important;
    height: 1.5vh!important;
}
.swiper-pagination-bullet-active{
    background: #fff!important;
}



/** MANZARA TEXT **/
#adalarManzara{margin-top: -11vw;}
#adalarManzara .manzara-text{
    position: relative;
}
.manzara-text .text-wrapper{
    position: absolute;
    width: 100%;
    text-align: center;
    padding: 16%;
    padding-bottom:0;
    padding-left: 0;
    padding-right: 0;
}
.text-wrapper h1{
    font-size: 2.75vw;
    font-family: quiche-sans, sans-serif;
    font-weight: bold;
    color: #ffffff;
}
.text-wrapper p{
    font-size: 1.35vw;
    font-family: Cairo;
    font-weight: bold;
    color: #ffffff;
    margin-top: 3%;
}
.manzara-img{
    width: 100%;
    border-bottom: 1px solid #dee7e3;
    padding-bottom: 2.75vw;
}
.ust-bant{
    position: absolute;
    top: 0;
    width: 100%;
}
.alt-bant{
    position: absolute;
    bottom: 0;
    width: 100%;
}

/** İNFOGRAFİ **/
.infografi-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.infografi-container{
    max-width: 1250px;
    width: 100%;
}
.infografi-container img{
    margin: 1vh;
    margin-bottom: 0;
    width: 19vw;
    max-width: 220px;
}

/** HARİTA **/
#projeHarita{

}
.harita-wrapper{
    position: relative;
}
.harita-wrapper .harita-bant{
    position: absolute;
    top: 0;
    width: 100%;
}
.harita-wrapper .harita{
    width: 100%;
    padding-top: 5%;
}

/** FOOTER **/
footer{
    background: #1B2244;
}
.footer-wrapper{
    text-align: center;
    padding: 20px 0;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.footer-wrapper .d-flex{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.maps-btn-wrapper{
    display: flex;
    flex-direction: column;
}
.maps-btn-wrapper img{
    max-width: 300px;
    width: 100%;
}
.footer-wrapper .logo{
    max-width: 130px;
}
.footer-wrapper .copyright{
    font-family: Cairo;
    color: #FFFFFF;
}
.footer-wrapper .copyright a{
    color: #FFFFFF;
}
.footer-wrapper .d-flex a{
    font-family: Greyhound;
    font-size: 3.5vh;
    color: #FFFFFF;
    text-decoration: none;
}

@media only screen and (max-width: 768px){
    .mobile{
        display: block;
    }
    .desktop{
        display: none;
    }
    .logo-wrapper{
        top: 5vw;
    }
    .badge2{
        left: 0;
        width: 65vw;
        top: -17vw;
    }
	.close{
		display:initial;
	}
	div#bilgi-talep-formu a.bilgi-talep-btn{
		display:table;
		left:-193px;
	}
    div#bilgi-talep-formu {
		position: fixed;
		top: 50%;
		transform: translateY(-50%);
		width: 100%;
		height: 100%;
		right: -100vw;
		z-index: 50;
		transition: all 1s ease;
		border-radius:0!important;
	}
	div#bilgi-talep-formu.open {
		right: 0
	}
    .manzara-img{
        padding-bottom: -3vw!important;
    }
    .text-wrapper h1{
        font-size: 6vw;
        padding: 8vh 1vh;
        padding-bottom:1vh;
    }
    .text-wrapper p{
        font-size: 3.5vw;
        padding: 0 1vh;
    }
    .infografi-container{
        width: 100%;
    }
    .infografi-container img{
        width: 26vw;
    }
    .harita-wrapper .harita{
        margin: 0;
    }
    .footer-wrapper{
        max-width: 500px;
    }
    .footer-wrapper .d-flex{
        padding: 0 20px;
        display: block;
    }
    .footer-wrapper .d-flex a{
        font-size: 3.5vh;
        margin: 10px 0;
    }
}

.button5{

    background-color: #e67e22;

    border: none;

    color: white;

    padding: 15px 32px;

    text-align: center;

    text-decoration: none;

    display: inline-block;

    font-size: 16px;

    margin: 4px 2px;

    cursor: pointer;
}