﻿#first-slider {
    position: relative;
    /*-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);*/
}
@media screen and (max-width: 900px) {
    #first-slider {
        padding-bottom: 15px;
    }
}

    #first-slider .write_egik {
        position: absolute;
        z-index: 2;
        right: 2%;
        bottom: 16%;
        transform: rotate(90deg);
    }

        #first-slider .write_egik ul li {
            margin: 0 5px;
        }

            #first-slider .write_egik ul li a {
                color: #feeca1;
                font-size: 10px;
                font-weight: 100;
                text-transform: uppercase;
                letter-spacing: 1px;
            }

            #first-slider .write_egik ul li:hover a {
                color: #fff;
            }
    /*#first-slider .carousel {
        z-index: 1;
    }*/

    #first-slider .main-container {
        padding: 0;
    }

    #first-slider .text-right {
        position: absolute;
        width: 20%;
        top: 25%;
        right: 8%;
    }

    #first-slider .item .text-top {
    position: absolute;
    width: 40%;
    height: 90vh;
    top: 0;
    left: 30%;
    }

        #first-slider .item .text-top .in,
        #first-slider .image-left .in {
            height: calc(100%);
        }

            #first-slider .item .text-top .in .item_little,
            #first-slider .image-left .in .ig {
                position: relative;
                overflow: hidden;
                width: 100%;
                height: 100%;
                background-repeat: no-repeat;
                background-size: cover;
                background-position: center center;
                animation-delay: 1.2s;
            }

            #first-slider .image-left .in .ig {
                background-blend-mode: overlay;
                background-color: rgba(0,0,0,0.6);
            }

    #first-slider .image-left .write {
        position: absolute;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        align-items: center;
        justify-content: center;
        right: auto;
        top: 0;
        bottom: 0;
        width: 100%;
    }

        #first-slider .image-left .write > .text_video > a {
            float: left;
            color: #fff;
            font-size: 10px;
            background-color: #d57159;
            padding: 16px 18.65px;
            border-radius: 50%;
            text-align: center;
            cursor: pointer;
        }

        #first-slider .image-left .write > .text_video > h6 {
            float: right;
            color: #feeca1;
            font-weight: 100;
            margin: 2.5px 15px;
            line-height: inherit;
            font-size: 14px;
        }

/*VİDEO*/
.wrapper > .modal {
    text-align: center;
}

    .wrapper > .modal.in > .modal-dialog {
        position: fixed;
        top: 50%;
        left: 50%;
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .wrapper > .modal.videoModal > .modal-dialog {
        max-width: 940px;
        width: 100%;
    }

    .wrapper > .modal > .modal-dialog {
        width: 100%;
        display: inline-block;
        margin: 0;
        padding: 0;
    }

        .wrapper > .modal > .modal-dialog > .modal-content {
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            border-radius: 0;
            border: none;
            background-color: transparent;
            box-shadow: none;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
        }

            .wrapper > .modal > .modal-dialog > .modal-content > .modal-header {
                border: none;
                margin: 0;
                background-color: transparent;
                text-align: right;
            }


                .wrapper > .modal > .modal-dialog > .modal-content > .modal-header > button {
                    display: inline-block;
                    vertical-align: middle;
                    color: #fff;
                    outline: none;
                }

            .wrapper > .modal > .modal-dialog > .modal-content > .modal-body {
                padding: 0;
                margin: 0 auto;
                background-color: transparent;
            }

    .wrapper > .modal.videoModal > .modal-dialog > .modal-content > .modal-body {
        margin: 0 auto;
        background-color: transparent;
        max-width: 832px;
        width: 100%;
        padding: 4px 15px 50px 15px;
    }
/*VİDEO*/
#first-slider .image-left {
    position: relative;
    width: 35%;
    height: 30vh;
    padding: 0;
    float: left;
}

#first-slider .text-left {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100vh;
    padding: 0;
}

    #first-slider .text-left .inset {
        position: absolute;
        width: 100%;
    }


#first-slider .carousel-indicators {
    bottom: 0;
}

#first-slider .carousel-control.right {
    background: url(transfer.png);
    background-repeat: no-repeat;
    width: 35px;
    height: 15px;
    right: 2%;
}

#first-slider .carousel-control.left {
    background: url(transfer.png);
    background-repeat: no-repeat;
    background-position-y: -18px;
    width: 35px;
    height: 15px;
    left: 2%;
}

#first-slider .carousel .item {
    min-height: 100vh;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-blend-mode: overlay;
    background-color: rgba(0,0,0,0.6);
    z-index: 0;
}

.carousel-inner .layer_write {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}


#first-slider h3 {
    animation-delay: 1s;
    color: #fff;
}

#first-slider h4 {
    animation-delay: 1s;
    color: #feeca1;
    font-size: 14px;
    font-weight: 100;
}

#first-slider h2 {
    animation-delay: 1.2s;
    color: #feeca1;
    font-weight: bold;
    font-size: 38px;
}

#first-slider .carousel-control {
    text-shadow: none;
    top: 100%;
}

#first-slider h1 {
    text-align: left;
    font-size: 24px;
    color: #feeca1;
    font-weight: 100;
}

#first-slider .p {
    padding-top: 125px;
    text-align: center;
}

    #first-slider .p a {
        text-decoration: underline;
    }

#first-slider .carousel-indicators li {
    width: 14px;
    height: 14px;
    background-color: rgba(255,255,255,.4);
    border: none;
}

#first-slider .carousel-indicators .active {
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: none;
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

    .carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

.carousel-fade .carousel-control {
    z-index: 2;
}

.carousel-control .fa-long-arrow-right, .carousel-control .fa-long-arrow-left {
    position: absolute;
    bottom: -50px;
    z-index: 5;
    display: inline-block;
}

.carousel-control .fa-long-arrow-left {
    left: 0;
    font-size: 20px;
    color: #fff;
}

.carousel-control .fa-long-arrow-right {
    right: 0;
    font-size: 20px;
    color: #fff;
}

.carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    #first-slider .item .text-top {
        height: 30vh;
    }

    #first-slider .carousel .item {
        min-height: 40vh;
    }

    .carousel-inner .layer_write,
    #first-slider .write_egik {
        display: none;
    }

    .carousel-inner .item .layer_write {
        width: 80%;
    }

    #first-slider .write_egik h2, #first-slider h2 {
        font-size: small;
    }

    #first-slider .write_egik h1, #first-slider h4 {
        font-size: 8px;
    }

    #first-slider .text-right {
        width: 100%;
        height: 34vh;
    }

    #first-slider .text-left {
        height: 50vh;
    }
}

/* Smartphones (landscape) ----------- */
@media (min-width: 321px) and (max-width: 1000px) {
    .carousel-inner .layer_write,
    #first-slider .write_egik {
        display: none;
    }

    .carousel-inner .item .layer_write {
        width: 80%;
    }

    #first-slider .write_egik h2, #first-slider h2 {
        font-size: small;
    }

    #first-slider .write_egik h1, #first-slider h4 {
        font-size: 8px;
    }

    #first-slider .text-right {
        width: 100%;
        height: 40vh;
        top: 75%;
        left: 0;
        right: 0;
        text-align: center;
    }

    #first-slider .text-left {
        height: 50vh;
    }
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 320px) {
}

@media (min-width:1001px) and (max-width:1023px) {
    .carousel-inner .item .layer_write {
        width: 70%;
    }

    #first-slider .text-right {
        height: 50vh;
    }
}

@media (min-width:1024px) and (max-width:1025px) {
    .carousel-inner .item .layer_write {
        width: 70%;
    }
}

@media (min-width: 1025px) and (max-width: 1280px) {
    #first-slider .carousel .item {
        min-height: 80vh;
    }
}