﻿/*bootstrap override*/
.navbar-brand{
    padding-top:0!important;
    padding-bottom:0!important;
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 300;
    src: url('../fonts/Montserrat-Light.otf') format('opentype');
}

@font-face {
    font-family: 'Montserrat';
    font-weight: bold;
    font-style: italic;
    src: url('../fonts/Montserrat-BoldItalic.otf') format('opentype');
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'Montserrat';
    font-weight: bold;
    src: url('../fonts/Montserrat-Bold.otf') format('opentype');
}
html{
    font-size:14.4px;
}
body {
    overflow-x:hidden;
}
a {
    text-decoration: none;
}

    a:hover {
        color: #9aa6a9;
    }

.borderless {
    border: 0 !important;
}

.text1 {
    color: #fff;
}

.text2 {
    color: #ecc697;
}

.text3 {
    color: #cbcbcb;
}

.text4 {
    color: #a05c20;
}

.text5 {
    color: #795f44;
}

.text6 {
    color: #c2c2c2;
}

.text7 {
    color: #6c7a7b;
}

.text8 {
    color: #9f5c20;
}

.text9{
    color: #365a70;
}

.text10{
    color: #eac495;
}


.text11{
    color: #c0c0c0;
}
span.nokta {
    font-size: 42px;
    vertical-align: bottom;
    line-height: 24px;
}
span.nokta:after {
    content: " \B7 ";
}








/* SOCIAL MEDIA */
.sm-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 8px;
    vertical-align: middle;
}


    /* ICON */
.icon {
    font-family: 'Montserrat';
    font-size: .82rem;
    color: #333;
    text-decoration: none;
}

    .icon:hover {
        color: #a05c20;
    }

    .icon svg {
        margin-right: 7px;
        vertical-align: middle;
    }

    .icon .svg-icon {
        fill: #333;
    }

    .icon .svg-icon1 {
        fill: none;
        stroke: #333;
        stroke-linecap: round;
        stroke-linejoin: round;
    }



    .icon:hover .svg-icon {
        fill: #a05c20;
    }

    .icon:hover .svg-icon1 {
        stroke: #a05c20;
    }
/* END ICON */



.header {
    font-family: Montserrat;
    font-weight: bold;
    font-size: 4.75rem;
    margin-bottom: 35px;
}

p {
    font-family: 'Montserrat';
    font-weight: 300;
    line-height: 1.25;
    color: #1d1d1b;
    font-size: 1.3rem;
}

.bg2 p, .bg3 p, .bg4 p, .bg6 p {
    font-size: 1.5rem;
}
.footer {
    position:relative;
}
.footer p {
    font-size: .9rem;
    margin-bottom: .8%;
}
.footer small {
    font-size: .85rem;
}
.footer .line {
    display: inline-block;
    vertical-align: middle;
}
.footer a {
    vertical-align: middle;
}
.babka {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -75px;
}
/* BUTTON */
.detay1 {
    border: 0;
    border-radius: 0;
    width: 294px;
    height: 71px;
    background: url('../img/detay1.png') no-repeat;
}
.detay1:hover {
    background-position: 0 -71px;
}

.detay1-en {
    border: 0;
    border-radius: 0;
    width: 294px;
    height: 71px;
    background: url('../img/detay1-en.png') no-repeat;
}
.detay1-en:hover {
    background-position: 0 -71px;
}

.detay2 {
    border: 0;
    border-radius: 0;
    width: 294px;
    height: 71px;
    background: url('../img/detay2.png') no-repeat;
}

.detay2:hover {
    background-position: 0 -71px;
}
.detay2-en {
    border: 0;
    border-radius: 0;
    width: 294px;
    height: 71px;
    background: url('../img/detay2-en.png') no-repeat;
}

.detay2-en:hover {
    background-position: 0 -71px;
}

.detay3 {
    border: 0;
    border-radius: 0;
    width: 296px;
    height: 73px;
    background: url('../img/detay3.png') no-repeat;
}

.detay3:hover {
    background-position: 0 -73px;
}
.detay3-en {
    border: 0;
    border-radius: 0;
    width: 296px;
    height: 73px;
    background: url('../img/detay3-en.png') no-repeat;
}
.detay3-en:hover {
    background-position: 0 -73px;
}

.detay4 {
    border: 0;
    border-radius: 0;
    width: 296px;
    height: 73px;
    background: url('../img/detay4.png') no-repeat;
}
.detay4:hover {
    background-position: 0 -73px;
}
.detay4-en {
    border: 0;
    border-radius: 0;
    width: 296px;
    height: 73px;
    background: url('../img/detay4-en.png') no-repeat;
}
.detay4-en:hover {
    background-position: 0 -73px;
}
    /* PROJE */
.projeler {
    position: relative;
    /*width: 61.5%;*/
    margin: 0 auto;
    text-align: left;
}

    .projeler .prev, .projeler .next {
        cursor: pointer;
        position: absolute;
        background: url('../img/arrows.png') no-repeat;
        width: 39px;
        height: 84px;
        top: 50%;
        left: 0;
        width: 39px;
        margin-top: -42px;
        margin-left: -90px;
        /*padding: 16px;*/
        color: white;
        font-weight: bold;
        font-size: 18px;
        /*transition: 0.6s ease;*/
        border-radius: 0 3px 3px 0;
        user-select: none;
    }

        .projeler .prev:hover {
            background-position: 0 -84px;
        }

    .projeler .next {
        right: 0;
        border-radius: 3px 0 0 3px;
        margin-right: -90px;
        background-position: -39px 0px;
        left: auto;
    }

        .projeler .next:hover {
            background-position: -39px -84px;
        }

.proje1 {
    display: inline-block;
    width: 438px;
    height: 328px;
    border: 1px solid #fff;
    background-image: url('../img/proje1.jpg');
    cursor:pointer;
}

    .proje1:hover {
        background-image: url('../img/proje1h.jpg');
    }

.proje2 {
    display: inline-block;
    width: 438px;
    height: 328px;
    border: 1px solid #fff;
    background-image: url('../img/proje2.jpg');
    cursor:pointer;
}

    .proje2:hover {
        background-image: url('../img/proje2h.jpg');
    }

/* END PROJE */

/* NAVBAR */
input.search {
    background: #434c54;
    border: 0;
    height: 24px;
    border-radius: 0;
    font-size: 0.8rem;
    margin-top: 10px;
    color: #9aa6a9;
    padding-left: 35px;
}

    input.search:focus {
        color: #9aa6a9;
        background-color: #434c54;
        border-color: #434c54;
        outline: 0;
        box-shadow: none;
    }

button.search {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 8px;
    left: -5px;
    background-color: transparent;
    border: 0;
}

.lang {
    background: #434c54;
    color: #9aa6a9;
    padding: 1px 5px;
    font-size: 0.75rem;
    line-height: 19px;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    margin: 12px 2px 0;
}

    .lang.active {
        background: #9aa6a9;
        color: #434c54;
    }


.navbar {
    background-color: #333333;
    z-index: 100;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
}

.navbar-brand {
    margin-right: 2.8rem;
}

.nav-link {
    border-right: 1px solid #9aa6a9;
    margin: .5rem 0;
    padding: .1rem 2.2rem !important;
    color: #fff !important;
    font-family: 'Montserrat';
    font-size: .8rem;
    text-align: center;
}
    .nav-link:hover {
        color: #92999a !important;
    }
    .nav-link.show {
        color: #92999a !important;
    }

.navbar .megamenu {
    padding: 1rem;
    background: #ededee;
    border: 0;
    border-radius: 0;
    transition: 0.3s ease;
    top: 100%;
    opacity: 0;
    display: inline-block;
    z-index: 10;
}
.dropdown-menu.show {
    display: block;
    opacity: 1;
    z-index:100;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
    }
}
/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px) {
    .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }
}


@media(max-width: 1370px) {
    .nav-link {
        /*padding: .1rem 1rem !important;*/
    }
}

@media(max-width: 970px) {
    .nav-link {
        /*padding: .1rem .5rem !important;*/
        border-right: 0;
    }
}
/* END NAVBAR*/




/* SLIDESHOW */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Hide the images by default */
.mySlides {
    display: none;
    border: 1px solid #fff;
}

/* Next & previous buttons */
.slideshow-container .prev, .slideshow-container .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 0;
    width: 69px;
    margin-top: -42px;
    margin-left: -90px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.slideshow-container .next {
    right: 0;
    border-radius: 3px 0 0 3px;
    margin-right: -90px;
    left: auto;
}

    /* On hover, add a black background color with a little bit see-through */
    .slideshow-container .prev:hover, .slideshow-container .next:hover {
        background-color: #434c54;
    }







.slideshow-container .active, .slideshow-container .dot:hover {
    background-color: #717171;
}

/* Fading animation */
.slideshow-container .ss-fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}
/* END SLIDESHOW */
