/* PROJECTS BAŞLANGIÇ*/

body{
    background: #555555;
    overflow-x: hidden;
}
.container{
    overflow-y: hidden;
}
.windows{
    margin-top:150px;
    margin-bottom: 150px;
}
#projects .first-window{
    background-color: #f32967;
    height:600px;
    text-align: center;
}

#projects .first-window .middle{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 150px;
}
#projects .first-window .middle span:first-child{
    font-size:70px;
    color: #ffffff;
    text-align: center;
    display: block;
    font-family: 'Roboto Bold', sans-serif;
    font-weight:bold;
}
#projects .first-window .middle span:last-child {
    font-size: 20px;
    color: #ffffff;
    display: block;
    font-family: 'Roboto Bold', sans-serif;
    font-weight: 200;
}

#projects .right-window .window-image img{
    width: 100%;
    position: relative;
}

#projects .left-window .window-image img{
    width: 100%;
    position: relative;
}

.image-shadow{
    height:100%;
    -webkit-box-shadow: inset 0px -35px 91px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px -35px 91px -3px rgba(0,0,0,0.75);
    box-shadow: inset 0px -35px 91px -3px rgba(0,0,0,0.75);
    position: absolute;
    bottom: 0;
    width: calc(100% - 30px);
    cursor: pointer;
}
.window-description,
.window-description:hover,
.window-description:active:hover{
    text-decoration: none!important;
    cursor: pointer;
}
.right-window .window-description{
    height:350px;
    width:350px;
    background-color: #ffffff;
    position: absolute;
    z-index: 1;
    top:50%;
    right:0;
    margin-right:-100px;
    padding: 30px;
    -webkit-transform:  translate3d(+50%, 0, 0);
    -moz-transform: translate3d(+50%, 0, 0);
    -ms-transform:  translate3d(+50%, 0, 0);
    -o-transform: translate3d(+50%, 0, 0);
    transform: translate3d(+50%, 0, 0);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transition:all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;

}
.left-window .window-description{
    height:350px;
    width:350px;
    background-color: #ffffff;
    position: absolute;
    z-index: 1;
    top:50%;
    left:0;
    margin-left:-100px;
    padding: 30px;
    -webkit-transform:  translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform:  translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transition:all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.window-description-footer{
    position: absolute;
    height: 40px;
    bottom: 20px;

}
.window-description .title{
    font-size:10px;
    color: #000000;
    display: block;
    font-family: 'Playfair Display', serif;
    letter-spacing: 3px;
}
.window-description .description{
    font-size:32px;
    color: #000;
    display: block;
    -webkit-transform:  translate3d(0,+20%,0);
    -moz-transform: translate3d(0,+20%,0);
    -ms-transform:  translate3d(0,+20%,0);
    -o-transform: translate3d(0,+20%,0);
    transform: translate3d(0,+20%,0);
    -webkit-transition:all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -moz-opacity: 0;
    opacity: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}
.window-description .subtitle{
    font-size:10px;
    color: #000;
    display: block;
    font-family: 'Playfair Display', serif;
    letter-spacing: 3px;
}
.window-description .subdescription{
    font-size:18px;
    color: #000;
    display: block;
    font-family: 'Roboto Bold', sans-serif;
    font-weight: bold;
}
.animated-arrow{
    position: absolute;
    z-index: 111;
    height: 30px;
    width: 30px;
    right: 30px;
    bottom: 13px;
}
.window-description:hover .animated-arrow{
    animation-name: bounceRight;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(.4,0,.2,1);
}
.window-description:hover{
    -webkit-box-shadow: 0px 0px 67px -13px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 67px -13px rgba(0,0,0,1);
    box-shadow: 0px 0px 67px -13px rgba(0,0,0,1);
    -webkit-transform:  translate3d(0, 0, 0) scale(1.01) !important;
    -moz-transform: translate3d(0, 0, 0) scale(1.01) !important;
    -ms-transform:  translate3d(0, 0, 0) scale(1.01) !important;
    -o-transform: translate3d(0, 0, 0) scale(1.01) !important;
    transform: translate3d(0, 0, 0) scale(1.01) !important;

}
.last-window{
    margin-bottom:200px;
}




/* KEY FRAMES*/

@keyframes bounceRight {
    0%,
    30%,
    50% {
        -webkit-transform:  translateX(0) scaleX(1);
        -moz-transform: translateX(0) scaleX(1);
        -ms-transform:  translateX(0) scaleX(1);
        -o-transform: translateX(0) scaleX(1);
        transform: translateX(0) scaleX(1);
    }
    10% {
        -webkit-transform:  translateX(-10px) scaleX(0.85);
        -moz-transform: translateX(-10px) scaleX(0.85);
        -ms-transform:  translateX(-10px) scaleX(0.85);
        -o-transform: translateX(-10px) scaleX(0.85);
        transform: translateX(-10px) scaleX(0.85);
    }
    20% {
        -webkit-transform:  translateX(20px) scaleX(1);
        -moz-transform: translateX(20px) scaleX(1);
        -ms-transform:  translateX(20px) scaleX(1);
        -o-transform: translateX(20px) scaleX(1);
        transform: translateX(20px) scaleX(1);
    }
    40% {
        -webkit-transform:  translateX(15px) scaleX(0.9);
        -moz-transform: translateX(15px) scaleX(0.9);
        -ms-transform:  translateX(15px) scaleX(0.9);
        -o-transform: translateX(15px) scaleX(0.9);
        transform: translateX(15px) scaleX(0.9);
    }
}

/* END OF KEY FRAMES*/




/* HEADER POSİTİON DEĞİŞİMLERİ */

.header-icon a img{
    position: fixed !important;
}
.footer{
    position: fixed !important;
    z-index: 1;
}
.open-button{
    position: fixed !important;
}
.animate {
    -webkit-transform:  translate3d(0, +100%, 0);
    -moz-transform: translate3d(0, +100%, 0);
    -ms-transform:  translate3d(0, +100%, 0);
    -o-transform: translate3d(0, +100%, 0);
    transform: translate3d(0, +100%, 0);
    -webkit-transition:all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -moz-opacity: 0;
    opacity: 0;
}
.animated-window{
    -webkit-transform:  translate3d(0,0,0) !important;
    -moz-transform: translate3d(0,0,0) !important;
    -ms-transform:  translate3d(0,0,0) !important;
    -o-transform: translate3d(0,0,0) !important;
    transform: translate3d(0,0,0) !important;
    -moz-opacity: 1;
    opacity:1;
}
.right-window.animated-window .window-description{
    -webkit-transform:  translate3d(0,0,0) !important;
    -moz-transform: translate3d(0,0,0) !important;
    -ms-transform:  translate3d(0,0,0) !important;
    -o-transform: translate3d(0,0,0) !important;
    transform: translate3d(0, 0, 0);
}
.left-window.animated-window .window-description{
    -webkit-transform:  translate3d(0,0,0) !important;
    -moz-transform: translate3d(0,0,0) !important;
    -ms-transform:  translate3d(0,0,0) !important;
    -o-transform: translate3d(0,0,0) !important;
    transform: translate3d(0, 0, 0);
}
.animated-window .window-description .description{
    -webkit-transform:  translate3d(0,0,0) !important;
    -moz-transform: translate3d(0,0,0) !important;
    -ms-transform:  translate3d(0,0,0) !important;
    -o-transform: translate3d(0,0,0) !important;
    transform: translate3d(0,0,0);
    -moz-opacity: 1;
    opacity: 1;
}


.project-modal{
    visibility: hidden;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out ;
}


/*  WEBKINLIK MODAL BAŞLANGIÇ  */
.webkinlik-modal{
    position: fixed;
    width: 100%;
    background-color: #ffffff;
    top:0;
    height:100%;
}
.webkinlik-header img{
    width: 100%;
    -moz-opacity: 0.3;
    opacity: 0.3;
}
.webkinlik-header{
    background: #000;
    position: relative;

}
.webkinlik-header-title{
    position: absolute;
    top:0;
    left:240px;
    bottom: 0;
    height:160px;
    margin: auto;
    width:450px;

}
.webkinlik-header-title span:first-child{
    font-size: 14px;
    color: #fff;
    font-family: 'Playfair Display', serif;
    letter-spacing:3px;
    font-weight: lighter;
    display: block;
}
.webkinlik-header-title span:last-child{
    margin-top:15px;
    color: #fff;
    font-size: 65px;
    font-family: 'Roboto Bold', sans-serif;
    font-weight: bold;
    line-height: 65px;
}
.webkinlik-first-part{
    background-color: #eaeaea;
    height: 365px;
    text-align: center;
    display:  inline;
}
.first-part-title{
    font-size:27px;
    font-family: 'Playfair Display', serif;
    letter-spacing: 2px;
    color: #181716;
    margin-top:120px;
    
}
.webkinlik-first-part img{
    width: 100%;
    padding-top:75px;
    background-color: #eaeaea;
}

.webkinlik-second-part{
    padding-top:100px;
    padding-bottom: 100px;
    background-color: #eaeaea;
}

.webkinlik-second-part img{
    float:right;
    width: 100%;
}
.second-part-title{
    margin-top:100px;
    margin-bottom: 25px;
    width: 300px;
}
.second-part-title span{
    font-size: 45px;
    display: block;
    color: #090a0a;
    font-family: 'Roboto Bold', sans-serif;
    font-weight: bold;
}
.second-part-description span{
    color:#181716;
    font-size:18px;
    font-family: 'Playfair Display', serif;
    letter-spacing: -0.1px;
    width: 250px;
}

.webkinlik-third-part{
    padding-top:120px;
    text-align: center;
    background-image: url("../img/webkinlik-third-part-bg.jpg");
    background-position-x: center;
    background-position-y: top;
    background-size: 100% 800px;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: #fff;
}
.third-part-title span{
    font-size:45px;
    font-family: 'Roboto Bold', sans-serif;
    font-weight: bold;
    color:#fff
}
.third-part-subtitle{
    margin:auto;
    margin-top:25px;
    margin-bottom:50px;
    width: 650px;
    display: inline-block;
}
.third-part-subtitle span{
    font-size: 18px;
    font-family: 'Playfair Display', serif;
    letter-spacing: -0.1px;
    color:#fff;
}
.third-part-image img{
    width: 100%;
}
.modal-fourth-left-text span{
    float:right;
    font-size:60px;
    font-family:'Roboto';
    font-weight:bold;
    color:#000;
    margin-right:15px;
}
.modal-footer-up{
    padding: 30px 0;
    background: #fff;
    position: relative;
}
.modal-fourth-right-text{
    border-left:1px solid #c6c6c6;
    margin-top:15px;
}
.modal-fourth-right-text ul li{
    list-style: none;
    text-decoration: none;
    font-family:'Roboto';
    font-weight:lighter;
    font-size:18px;
    margin-bottom: 20px;
}
.modal-footer{
    padding-top:60px;
    background: #000;
    position: relative;
    height: 200px;
}
.modal-footer-text{
    position: absolute;
    bottom:50px;
    text-align: center;
    left:0;
    right:0;
}
.modal-footer-text a,
.modal-footer-text a:hover{
    text-decoration: none;
}
.modal-footer-text a img{
    margin-right: 25px;
    margin-top: -10px;
    width: 35px;
}
.modal-footer-title{
    font-size: 30px;
    font-family:'Roboto';
    font-weight: bold;
    margin-top:5px;
    color:#ffffff;

}
.modal-footer-next{
    font-size: 13px;
    font-family: 'Playfair Display', serif;
    display: block;
    margin-left: 63px;
    letter-spacing: 2px;
    color: #fff;
}
svg{
    cursor: pointer;
}

.active-modal{
    visibility:visible;
    overflow-x: hidden;
    overflow-y: scroll;
    transform: translate3d(0,0,0);
}
.webkinlik-first-part .text-center{
    background: #eaeaea;
}
.projects-visible{
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}
/*WEBKİNLİK MODAL BİTİŞ*/

/*FİZY MODAL BAŞLANGIÇ */
.fizy-modal{
    position: fixed;
    width: 100%;
    background-color: #ffffff;
    top:0;
    height:100%;
}
.fizy-modal .fizy-first-part{
    height: auto;
    width: 100%;
    position: relative;
}
.width-100{
    width: 100%;
}
.fizy-modal .first-part-text{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 80px;
    color: #fff;
}
.fizy-modal .first-part-text .title{
    font-family: 'Playfair Display', serif;
    font-size:15px;
    letter-spacing: 7px;
    display: block;
}
.fizy-modal .first-part-text .subtitle{
    font-family: 'Roboto Bold', sans-serif;
    font-size:60px;
}
.mouse-icon{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 50px;
    width: 25px;
}
.fizy-second-part{
    height:300px;
    background: #fff;
    position: relative;
}
.fizy-second-part-text{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    margin: auto;
}
.fizy-second-part-title{
    font-family: 'Playfair Display', serif;
    font-size:27px;
    color:#000;
    display: block;
}
.fizy-second-part-description{
    font-family: 'Playfair Display', serif;
    font-size:15px;
    color:#000;
    display: block;
}
.fizy-third-part{
    position: relative;
}
.fizy-third-part  img{
    width: 100%;
}
.fizy-third-part-text{
    position: absolute;
    left:0;
    right:0;
    bottom:80px;
    height: 65px;
    margin: auto;
    text-align: center;
}
.fizy-third-part-text span{
    color:#fff;
    font-family: 'Playfair Display', serif;
    font-size:27px;
    display: block;
}

/*FİZY MODAL BİTİŞ*/

/* MERCEDES MODAL BAŞLANGIÇ*/
.mercedes-first-part{
    height:auto;
    position: relative;
}
.mercedes-first-part-text{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom: 0;
    margin:auto;
    height:80px;
}
.mercedes-first-part-text .title{
    font-family: 'Playfair Display', serif;
    font-size:15px;
    letter-spacing: 7px;
    display: block;
    color:#fff;
}
.mercedes-first-part-text .subtitle{
    font-family: 'Roboto Bold', sans-serif;
    font-size:60px;
    color: #fff;
}

.mercedes-second-part{
    background: #fff;
    position: relative;
    height:300px;
}

.mercedes-second-part-text{
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin: auto;
    height:65px;
}

.mercedes-second-part .mercedes-second-part-text .title{
    font-size:27px;
    color: #000;
    font-family: 'Playfair Display', serif;
}
.mercedes-third-part{
    height:auto;
    position: relative;
}
.mercedes-third-part-text{
    position: absolute;
    top:110px;
    left:0;
    right:0;
    height:70px;
    margin:auto;
}
.mercedes-third-part-text .title{
    font-size:42px;
    font-family: 'Playfair Display', serif;
    color:#fff;
    display: block;
}
.mercedes-third-part-text .subtitle{
    font-size:15px;
    font-family: 'Roboto Light', sans-serif;
    color:#fff;
}
.mercedes-fourth-part{
    height:500px;
    position: relative;
    background: #fff;
}
.mercedes-fourth-part-img img{
    width: 100%;
}
.mercedes-fourth-part-text{
    position: absolute;
    top:125px;
    right:175px;
    height:150px;
    margin: auto;
    width:510px;
}
.mercedes-fourth-part-text .title{
    color:#000;
    font-size:45px;
    font-family: 'Roboto Bold', sans-serif;
    display: block;
    margin-bottom:20px;
}
.mercedes-fourth-part-text .description{
    color:#000;
    font-size:18px;
    font-family: 'Playfair Display', serif;
    display: block;
}
.mercedes-five-part{
    height:auto;
    position: relative;
    overflow: hidden;
}
.mercedes-five-part-text{
    position: absolute;
    top:125px;
    height:125px;
    margin:auto;
    color:#000;
    left:0;
    right:0;
}
.mercedes-five-part-text .title{
    font-size:45px;
    font-family: 'Roboto Bold', sans-serif;
    display: block;
    margin-bottom:20px;
    font-weight:bold;
}
.mercedes-five-part-text .description{
    font-size:18px;
    font-family: 'Playfair Display', serif;
    display: block;
}
.mercedes-modal{
    position: fixed;
    width: 100%;
    background-color: #ffffff;
    top:0;
    height:100%;
}

.mercedes-fourth-part-img{
    position: absolute;
    top: 0;
    left: 175px;
    bottom: 0;
    height: 350px;
    margin: auto;

}
/* MERCEDES MODAL BİTİŞ*/

/* AKFEN MODAL BAŞLANGIÇ*/

.akfen-first-part{
    height:auto;
    position: relative;
}

.akfen-first-part-text{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom: 0;
    margin: auto;
    text-align: center;
    height:90px;
}
.akfen-first-part-text .title{
    font-size:15px;
    letter-spacing: 7px;
    font-family: 'Playfair Display', serif;
    display: block;
    color:#fff;
}
.akfen-first-part-text .subtitle{
    font-size:60px;
    font-family: 'Roboto Bold', sans-serif;
    display: block;
    color:#fff;

}
.akfen-second-part{
    height:300px;
    background: #fff;
    position: relative;
}
.akfen-second-part-text{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    height:70px;
    width:900px;
}
.akfen-second-part-text .title{
    font-size:27px;
    font-family: 'Playfair Display', serif;
    color:#000;
}
.akfen-fourth-part{
    height:600px;
    background: #35cdee;
    position: relative;
}
.akfen-fourth-part-text{
    position: absolute;
    left:240px;
    top:190px;
    width:320px;
    bottom:0;
    right:0;
}
.akfen-fourth-part-text .title{
    font-size:45px;
    font-family: 'Roboto Bold', sans-serif;
    display: block;
    color:#fff;
    margin-bottom:20px;
}
.akfen-fourth-part-text .description{
    font-family: 'Playfair Display', serif;
    font-size:18px;
    color:#fff;
}
.akfen-fourth-part-img{
    position: absolute;
    top:70px;
    right:235px;
    height:500px;
    width:600px;
    margin:auto;
}
.akfen-fourth-part-img img{
    width: 100%;
}

.akfen-modal{
    position: fixed;
    width: 100%;
    background-color: #ffffff;
    top:0;
    height:100%;
}


/*AKFEN MODAL BİTİŞ*/

/*TAURUS MODAL START*/

.taurus-first-part{
    height:auto;
}
.taurus-second-part{
    position: relative;
    background: #fff;
    height: 300px;
}

.taurus-second-part-text{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    margin: auto;
}

.taurus-second-part-text span{
    font-family: 'Playfair Display', serif;
    font-size:27px;
    color:#000;
}

.taurus-third-part{
    position: relative;
}

.taurus-third-part-text{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 170px;
    margin: auto;
}

.taurus-third-part-text .title{
    display: block;
    font-size:45px;
    font-family: 'Roboto Bold', sans-serif;
    color:#000;
    margin-bottom: 20px;
    font-weight:bold;
}


.taurus-third-part-text .subtitle{
    display: block;
    color:#000;
    font-family: 'Playfair Display', serif;
    font-size:22px;
}
.taurus-fourth-part{
    position: relative;
    height:800px;
    background: #4ede9f;
    z-index: 1;

}
.taurus-fourth-part-img{
    top:90px;
}
.taurus-fourth-part-img img{
    width: 480px;
    float: right;
}
.taurus-fourth-part-text{
    position: relative;
    left: -50px;
    top: 150px;
}
.taurus-fourth-part-text .title{
    display: block;
    font-size:45px;
    font-family: 'Roboto Bold', sans-serif;
    margin-bottom: 20px;
    font-weight: bold;
}
.taurus-fourth-part-text .description{
    display: block;
    color:#000;
    font-family: 'Playfair Display', serif;
    font-size:18px;
}

.taurus-modal{
    position: fixed;
    width: 100%;
    background-color: #ffffff;
    top:0;
    height:100%;
}

/*TAURUS END*/

/*THUMBBALL START*/

.thumbball-modal{
    background: #2c1c43;
}
.thumbball-first-part{
    height:auto;
    position: relative;
}
.thumbball-first-part-text{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: auto;
}
.thumbball-first-part-text img{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.thumbball-second-part{
    position: relative;
}
.thumbball-second-part-first-text{
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.thumbball-second-part-first-text .title{
    display: block;
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-size:15px;
    letter-spacing: 7px;
    margin-bottom:18px;
}
.thumbball-second-part-first-text .subtitle{
    font-size:60px;
    font-family: 'Roboto Bold', sans-serif;
    color:#fff;
    font-weight: bold;
}
.thumbball-second-part-img{
    float: right;
    position: relative;
}
.thumbball-second-part-img img{
    position: absolute;
    right: 0;
    bottom: 90px;
}
.thumbball-second-part-second-text{
    position: absolute;
    bottom: 20px;
    color: #fff;
    text-align: center;
}
.thumbball-second-part-second-text span{
    display: block;
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-size:22px;
}
.thumbball-second-part-mobile{
    position: relative;
}
.thumbball-second-part-mobile-text{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 100px;
    margin: auto;
    text-align: center;
}
.thumbball-second-part-mobile .title{
    display: block;
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-size:12px;
    letter-spacing: 7px;
}
.thumbball-second-part-mobile .subtitle{
    font-size: 40px;
    font-family: 'Roboto Bold', sans-serif;
    color: #fff;
    font-weight: bold;
}
.thumbball-second-part-mobile-second{
    overflow: hidden;
    background: #2c1c43;
}
.thumbball-hand-image {
    padding: 0;
}
.thumbball-second-part-mobile-second-text{
    display: block;
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-size: 17px;
    text-align: center;
}

.thumbball-third-part{
    position: relative;
    height:900px;
    background: #2c1c43;
}
.thumbball-third-part-img{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.thumbball-third-part-img img{
    width: 100%;
    margin-top: 135px;
}

.thumbball-left-first-img{
    position: absolute;
    top: 20px;
    left: 25%;
    width: 47px;
}
.thumbball-left-second-img{
    position: absolute;
    top: 280px;
    left: 15%;
    width: 47px;
}
.thumbball-left-third-img{
    position: absolute;
    bottom: 80px;
    left: 25%;
    width: 47px;
}
.thumbball-right-first-img{
    position: absolute;
    top: 20px;
    right: 15%;
    width: 47px;
}
.thumbball-right-second-img{
    position: absolute;
    top: 260px;
    right: 30%;
    width: 47px;
}
.thumbball-right-third-img{
    position: absolute;
    bottom: 0;
    right: 19%;
    width: 47px;
}

.thumbball-fourth-part{
    height: 270px;
    position: relative;
    background: #2c1c43;
}
.thumbball-fourth-part img{
    width: 210px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 60px;
    left: 0;
    right: 0;
}
.thumbball-modal{
    position: fixed;
    width: 100%;
    background-color: #ffffff;
    top:0;
    height:100%;
}
/*THUMBBALL END*/

/*BIRD BALLOON*/

.bird-balloon-modal{
    background: #fff7c4;
    position: fixed;
    width: 100%;
    top:0;
    height:100%;
}
.bird-balloon-first-part{
    position: relative;
}
.bird-balloon-first-part-text{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 600px;
}
.bird-balloon-first-part-text img{
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

.bird-balloon-second-part{
    position: relative;
}
.bird-balloon-second-part-text{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 80px;
    text-align: center;
}
.bird-balloon-second-part-text .title{
    font-family: 'Playfair Display', serif;
    font-size:15px;
    letter-spacing: 7px;
    display: block;
    margin-bottom:20px;
}
.bird-balloon-second-part-text .subtitle{
    font-family: 'Roboto Bold', sans-serif;
    font-size: 60px;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
}
.bird-balloon-third-part{
    position: relative;
}
.bird-balloon-third-part-text{
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    margin-bottom: 100px;
}
.bird-balloon-third-part-text span{
    font-family: 'Playfair Display', serif;
    font-size:22px;
    display: block;
}
.bird-balloon-third-part-img{
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/*BIRD BALLOON END*/


.back-arrow{
    position: fixed !important;
}

/* MEDİA QUERY */

@media (min-width: 370px) and (max-width: 500px){

    .header-icon a img{
        height: 60px !important;
    }
    .open-button,
    .close-button{
        top: 25px !important;
        right: 25px !important;
    }
    .akfen-fourth-part-img{
        position: absolute;
        right: 0;
    }

    .window-description .description{
        font-size: 18px;
    }

    .right-window .window-description{
        margin-right:0px;
        height:200px;
        width: 200px;
    }
    .left-window .window-description{
        margin-left:0px;
        width: 200px;
        height:200px;
    }
    .webkinlik-header-title{
        position: absolute;
        top: inherit;
        left: 40px;
        bottom: 0;
        height: auto;
        margin: auto;
        width: 450px;
    }
    .webkinlik-header-title span:last-child{
        font-size:26px;
    }
    .first-part-title{
        font-size:17px;
        padding: 30px;
        margin-top:50px;
    }
    .webkinlik-first-part img{
        padding-top: 30px;
    }
    .second-part-title{
        margin-top:0;
        width: initial;
    }
    .second-part-title span{
        font-size:19px;
    }
    .second-part-description span{
        font-size:15px;
    }
    .third-part-title span{
        font-size: 35px;
    }
    .third-part-subtitle{
        width:inherit;
        padding: 30px;
    }
    .modal-fourth-left-text span{
        font-size:45px;
    }
    .modal-fourth-right-text ul li{
        font-size: 15px;
        margin-bottom: 15px;
    }


    .fizy-modal .first-part-text{
        top:inherit;
        bottom:30px;

    }
    .fizy-modal .first-part-text .subtitle{
        font-size:27px;
    }
    .fizy-modal .first-part-text .title{
        letter-spacing: 4px;
    }
    .fizy-third-part-text{
        width:inherit;
        bottom:30px;
    }
    .fizy-third-part-text span{
        width: inherit;
        font-size:17px;
        padding:30px;
    }

    .mercedes-first-part-text .subtitle{
        font-size: 27px;
    }
    .mercedes-first-part-text{
        top:inherit;
        bottom:30px;
    }
    .mercedes-first-part-text .title{
        letter-spacing: 4px;
    }

    .mercedes-second-part-text{
        width: inherit;
        padding:0 30px;
    }
    .mercedes-second-part .mercedes-second-part-text .title{
        font-size: 17px;
    }
    .mercedes-third-part-text .title{
        font-size:20px;
    }

    .mercedes-third-part-text .subtitle{
        font-size:13px;
    }
    .mercedes-third-part-text{
        top: 15px;
    }
    .mercedes-fourth-part{
        height:400px;
    }
    .mercedes-fourth-part-img{
        left:0;
        height: 150px;
    }
    .mercedes-fourth-part-text{
        width:50%;
        right:0;
        top:100px;
    }
    .mercedes-fourth-part-text .title{
        font-size:20px;
    }
    .mercedes-fourth-part-text .description{
        font-size:13px;
    }
    .mercedes-five-part-text{
        top:10px;
    }
    .mercedes-five-part-text .title{
        font-size:20px;
        margin-bottom: 5px;
    }
    .mercedes-five-part-text .description {
        font-size: 13px;
        display: block;
        padding: 0 30px;
    }
    .akfen-first-part-text{
        top:inherit;
    }
    .akfen-first-part-text .title{
        letter-spacing: 4px;
    }
    .akfen-first-part-text .subtitle{
        font-size: 27px;
    }
    .akfen-second-part-text{
        width: inherit;
        top: 60px;
        bottom: inherit;
        padding: 0 30px;
    }
    .akfen-second-part-text .title{
        font-size:17px;
    }
    .akfen-second-part{
        height:250px;
    }
    .akfen-fourth-part-text{
        position: absolute;
        left: 30px;
        top: 90px;
        right: 0;
        width: 50%;
        bottom: inherit;

    }
    .akfen-fourth-part-img{
        position: absolute;
        top: 150px;
        right: 0;
        margin: auto;
        width: 50%;
        height: initial;
    }

    .akfen-fourth-part-text .title{
        font-size: 21px;
    }
    .akfen-fourth-part-text .description{
        font-size:15px;
    }
    .akfen-fourth-part{
        height:450px;
    }
    #projects .first-window{
        height: 300px;
    }
    .back-arrow{
        margin-left: 125px;
        margin-top: 25px;
    }
    .taurus-second-part-text span{
        font-size: 17px;
    }
    .taurus-second-part-text{
        width: auto;
    }
    .taurus-third-part-text .subtitle{
        font-size:19px;
    }
    .taurus-third-part-text .title{
        font-size:26px;
    }

    .bird-balloon-second-part-text .subtitle{
        font-size: 30px;
    }
    .bird-balloon-third-part-text span{
        font-size: 17px;

    }

    .thumbball-third-part .line{
        width: 25px;
    }
    .thumbball-third-part{
        height:600px;
    }
    .taurus-fourth-part{
        padding: 20px 0px;
        height: 300px;
    }
    .taurus-fourth-part-text .title{
        font-size:27px;
    }
    .taurus-fourth-part-text .description{
        font-size:16px;
    }
    .taurus-fourth-part-text{
        left:0;
        top: 10px;
    }


}

@media (min-width: 501px) and (max-width: 767px){
    .window-description-footer{
        width: 150px;
        bottom:30px;
    }
    .right-window .window-description{
        margin-right:-30px;
        -webkit-transform:scale(0.75);
        -moz-transform: scale(0.75);
        -ms-transform: scale(0.75);
        -o-transform: scale(0.75);
        transform: scale(0.75);
        height:250px;
    }
    .left-window .window-description{
        margin-left:-30px;
        -webkit-transform:scale(0.75);
        -moz-transform: scale(0.75);
        -ms-transform: scale(0.75);
        -o-transform: scale(0.75);
        transform: scale(0.75);
        width: 250px;
        height:200px;
        left:30px;
    }
    #projects .first-window{
        height:400px ;
    }
    .window-description .description{
        font-size: 18px;
    }

    .right-window .window-description{
        margin-right:0px;
        height:200px;
        width: 250px;
    }

    .header-icon a img{
        height: 70px !important;
    }

    /* WEBKİNLİK START*/

    .webkinlik-header-title{
        top:inherit;
        left:30px;
        width: inherit;
        height:100px;
    }
    .webkinlik-header-title span:last-child{
        font-size:38px;
    }
    .first-part-title{
        font-size:19px;
        padding: 30px;
    }
    .second-part-title{
        margin-top:0;
    }
    .second-part-title span{
        font-size: 29px;
        width: 200px;
    }
    .second-part-description span{
        font-size:16px;
    }
    .third-part-subtitle{
        width: inherit;
    }
    .third-part-subtitle span{
        font-size: 17px;
        padding: 20px;
    }
    .modal-fourth-right-text ul li{
        font-size: 15px;
        margin-bottom: 10px;
    }
    .modal-fourth-left-text span{
        font-size:40px;
    }
    .modal-footer-up{
        height:300px;
    }
    .modal-footer{
        height: 200px;
    }
    /* WEBKİNLİK END*/


    /*FİZY START*/

    .fizy-modal .first-part-text .subtitle{
        font-size:38px;
    }
    .fizy-modal .first-part-text{
        top:inherit;
        bottom:30px;
    }
    .fizy-third-part-text{
        bottom: 50px;
        padding:30px;
    }
    .fizy-third-part-text span{
        width: initial;

    }
    .fizy-third-part-text span{
        font-size:21px;
    }

    /*FIZY END*/

    /*MERCEDES STARTS*/
    .mercedes-first-part-text .subtitle{
        font-size: 38px;
    }
    .mercedes-first-part-text{
        top:initial ;
        bottom: 30px;
    }
    .mercedes-second-part-text{
        width: initial;
    }
    .mercedes-second-part .mercedes-second-part-text .title{
        font-size:20px;
    }
    .mercedes-third-part-text{
        top:30px;
    }
    .mercedes-third-part-text .title{
        font-size: 30px;
    }
    .mercedes-fourth-part-img{
        left: 0px;
        height: 140px;
    }
    .mercedes-fourth-part-text{
        right:0;
        width:250px;
        top:40px;
    }
    .mercedes-fourth-part-text .title{
        font-size: 30px;
    }
    .mercedes-fourth-part-text .description{
        font-size:15px;
    }
    .mercedes-fourth-part{
        height:300px;
    }
    .mercedes-five-part-text{
        top: 0px;
        width:initial ;
        padding:0 30px;
    }
    .mercedes-five-part-text .title{
        font-size: 30px;
        margin-bottom: 0px;
    }
    .mercedes-five-part-text .description{
        font-size: 16px;
    }

    /* MERCEDES END*/

    /*AKFEN STARTS*/
    .akfen-first-part-text{
        top: initial;
    }
    .akfen-first-part-text .subtitle{
        font-size:38px;
    }
    .akfen-second-part-text{
        width: initial;
        padding: 0 30px;
    }
    .akfen-second-part-text .title{
        font-size:20px;
    }
    .akfen-fourth-part-img{
        width: initial;
    }
    .akfen-fourth-part-text .title{
        font-size: 36px;
        margin-bottom:0 ;
        width: 250px;
    }
    .akfen-fourth-part-img{
        left: 0px;
        height: auto;
        top: 60px;
        position: absolute;
        bottom: 0;
        margin: auto;
        width: 50%;
    }
    .akfen-fourth-part-text{
        width: 250px;
        top: 60px;
        position: absolute;
        margin: auto;
        height: auto;
        left: initial;
        right: 30px;
    }
    .akfen-fourth-part{
        height:400px;
    }

    /* AKFEN END*/

    /*BIRD BALLOON START*/
    .bird-balloon-second-part-text .subtitle{
        font-size: 27px;
    }
    .bird-balloon-third-part-text span{
        font-size: 16px;
    }
    /*BIRD BALLOON END*/
    /*TAURUS START*/
    .taurus-fourth-part{
        padding: 20px 0;
        height: 300px;


    }
    .taurus-fourth-part-text{
        top:10px;
        left:0;
    }
    .taurus-second-part-text span{
        font-size: 16px;
    }
    .taurus-third-part-text .title{
        font-size:27px;
    }
    .taurus-third-part-text .subtitle{
        font-size: 16px;
    }
    /*TAURUS END*/

}