.projelerslider {
    position: relative;
    width: 100%;
    height: 90vh;
    overflow: hidden;
}
.projelerslider:after {
   content:'';
   width: 100%;
   height: 100%;
   position: absolute;
   left: 0;
   top: 0;
   background-color: rgba(0,0,0,0.3);
   z-index: 0;
}
.slides {
    height: 100%;
    overflow: hidden;
    -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    list-style-type: none;
}

.slide {
    height: 100%;
    float: left;
    clear: none;
    position: relative;
}

    .slide .box {
        height: 100%;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        position: relative;
    }

.slider-arrows {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 72px;
    z-index: 1;
}

.slider-arrow {
    position: relative;
    display: block;
    float: right;
    padding: 20px;
    text-decoration: none;
    color: #fff;
    font-size: 30px;
}

.slider-arrow--right {
    font-family: 'themify';
    background-color: #b88b50;
}

    .slider-arrow--right:before {
        content: "\e649";
    }

.slider-arrow--left {
    font-family: 'themify';
    background-color: #af8145;
}

    .slider-arrow--left:before {
        content: "\e64a";
    }

.slider-nav {
    position: absolute;
    bottom: 0;
    left: 5% !important;
    top: 0;
    margin: auto;
    width: 10px !important;
    height: 33px;
    z-index: 1;
}

.slider-nav__item {
    width: 10px;
    height: 10px;
    float: left;
    clear: none;
    display: block;
    margin: 0px 5px;
    border: 3px solid #fff;
    margin-bottom: 6px;
    border-radius: 20px;
}


.slider-nav__item--current {
    background-color: transparent;
    background-image: url(../images/projeler/slider/slidepin.png);
    width: 20px;
    height: 25px;
    border: 0;
    border-radius: 0;
    left: -4px;
    position: relative;
}
