@import "https://fonts.googleapis.com/css?family=Nunito";

body {
    font-family: 'Nunito', sans-serif !important;
    font-size: 1rem;
    background-color: #fff;
    color: #1d1d1d;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    cursor: none
}

#mouse-scroll {
    style: block;
    position: absolute;
    margin: auto;
    left: 50%;
    bottom: 5%;
    -webkit-transform: translateX(-50%);
    z-index: 2
}

#mouse-scroll span {
    display: block;
    width: 5px;
    height: 5px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin: 0 0 3px 5px
}

#mouse-scroll .mouse {
    height: 21px;
    width: 14px;
    border-radius: 10px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border: 1px solid #fff;
    top: 170px
}

#mouse-scroll .down-arrow-1 {
    margin-top: 6px
}

#mouse-scroll .down-arrow-1,
#mouse-scroll .down-arrow-2,
#mouse-scroll .down-arrow-3 {
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite
}

#mouse-croll .down-arrow-1 {
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -webkit-animation-direction: alternate
}

#mouse-scroll .down-arrow-2 {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-direction: alternate
}

#mouse-scroll .down-arrow-3 {
    -webkit-animation-delay: .3s;
    -moz-animation-dekay: .3s;
    -webkit-animation-direction: alternate
}

#mouse-scroll .mouse-in {
    height: 5px;
    width: 2px;
    display: block;
    margin: 5px auto;
    background: #fff;
    position: relative;
    -webkit-animation: animated-mouse 1.2s ease infinite;
    moz-animation: mouse-animated 1.2s ease infinite
}

@-webkit-keyframes animated-mouse {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px)
    }
}

@-webkit-keyframes mouse-scroll {
    0% {
        opacity: 1
    }

    50% {
        opacity: .5
    }

    100% {
        opacity: 1
    }
}

@keyframes mouse-scroll {
    0% {
        opacity: 0
    }

    50% {
        opacity: .5
    }

    100% {
        opacity: 1
    }
}

.cursor {
    --size: 6px;
    height: var(--size);
    width: var(--size);
    border-radius: 50%;
    position: absolute;
    z-index: 10000;
    transform: translate(-50%, -50%);
    pointer-events: none !important
}

.cursor.cursor-shadow {
    background-color: transparent;
    border: 2px solid #fff;
    --size: 30px;
    transition: top .2s, left .2s, width .2s, height .2s, background-color .2s, border-color .2s;
    transition-timing-function: ease-out
}

.cursor.cursor-dot {
    background: #fff;
    transition: width .2s, height .2s
}

.cursor-shadow.active {
    --size: 80px;
    border-color: rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, .1)
}

.cursor-dot.active {
    --size: 0;
    pointer-events: pointer
}

.btn-link {
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 3px;
    padding: 10px 40px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    border: 0 solid;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
    outline: 1px solid;
    outline-color: rgba(255, 255, 255, 0.5);
    outline-offset: 0;
    text-shadow: none;
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1)
}

.btn-link:hover {
    color: #fff;
    border-radius: 0;
    border: 1px solid;
    outline-color: rgba(255, 255, 255, 0);
    outline-offset: 15px;
    text-decoration: none
}

.cursor.cursor-dot {
    background: #fff;
    transition: width .2s, height .2s
}

.cursor-shadow.active {
    --size: 80px;
    border-color: rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, .1)
}

.cursor-dot.active {
    --size: 0;
    pointer-events: pointer
}

.btn-logo {
    position: fixed;
    top: 5%;
    left: 5%;
    z-index: 10;
    color: #fff
}

.btn-logo img {
    height: 20px;
}

.btn-back {
    position: fixed;
    top: 5%;
    right: 5%;
    z-index: 10;
    color: #fff
}

.btn-back a.txt {
    padding-right: 40px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 24px;
    color: #fff;
    font-family: 'Nunito', sans-serif !important
}

.btn-back span {
    top: 0;
    margin-top: -2px;
    opacity: .7;
    position: absolute;
    right: 0;
    transition: all 100ms ease-in-out;
    font-family: 'Nunito', sans-serif !important
}

.btn-back:hover span {
    opacity: 1;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.m-each {
    padding: 50px 0
}

.work-detail .table {
    top: 0
}

.main-detail-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: black;
    z-index: -3;
    background-size: cover !important;
}

.main-detail-bg-1 {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: url(../img/work-detail/elseo.jpg) center center;
    z-index: -3;
    background-size: cover
}

.main-detail-bg-2 {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: url(../img/work-detail/stampel.jpg) center center;
    z-index: -3;
    background-size: cover
}

.main-detail-bg-3 {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: url(../img/work-detail/mutfakci.jpg) center center;
    z-index: -3;
    background-size: cover
}

.main-detail-bg-4 {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: url(../img/work-detail/nabucco.jpg) center center;
    z-index: -3;
    background-size: cover
}

.main-detail-bg-5 {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: url(../img/work-detail/neyrocerrah.jpg) center center;
    z-index: -3;
    background-size: cover
}

.main-detail-bg-6 {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: url(../img/work-detail/estebel.jpg) center center;
    z-index: -3;
    background-size: cover
}

.valign {
    display: table-cell;
    height: 100%;
    vertical-align: middle
}

.table {
    position: absolute;
    display: table;
    width: 100%;
    height: 100%;
    z-index: 3
}

.valign h1,
h5 {
    text-align: center
}

.title-work-detail {
    background: #161616;
    padding: 50px 40px
}

.dash {
    width: 80px;
    height: 1px;
    background: #fff;
    margin: 20px 0
}

.title-work-detail h2,
.web-detail h3 {
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 2px;
    color: #fff;
    font-family: 'Nunito', sans-serif !important
}

.title-work-detail p,
.web-detail p {
    margin-top: 10px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 24px;
    font-family: 'Nunito', sans-serif !important;
    color: #fff
}

.web-detail h3 {
    margin-bottom: 20px;
    font-family: 'Nunito', sans-serif !important
}

.web-detail h3:after {
    content: '';
    height: 40px;
    width: 2px;
    background: #d7a150;
    position: absolute;
    left: 50%;
    margin-top: 50px
}

p.project {
    font-size: 12px;
    font-family: 'Nunito', sans-serif !important;
    color: #d7a150
}

.bg-main {
    background: #161616
}

.bg-white {
    background: #fff
}

.bg-white p {
    color: #2e2e2e;
    margin: 50px 0;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 24px;
    font-family: 'Nunito', sans-serif !important
}

.mt-full {
    margin-top: 100vh
}

.web-detail {
    padding: 100px 0 40px
}

.image-work {
    margin-top: 30px
}

ul.prev-nex-btn {
    padding: 0
}

.prev-nex-btn li {
    display: inline-block;
    margin: 0 10px
}

.prev-nex-btn li a {
    color: #fff;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 24px;
    font-family: 'Nunito', sans-serif !important
}

body.preloader-site {
    overflow: hidden
}

.preloader-wrapper {
    height: 100%;
    width: 100%;
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999
}

.preloader-wrapper .preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 120px
}

.preloader-wrapper .preloader img {
    width: 100%;
    height: auto
}

/* --------------------- */

.web-detail {
    padding-bottom: 0;
}

.image-work {
    margin: 0;
    width: 100%;
}

.image-work:not(:first-of-type):not(:last-of-type) {
    margin-bottom: 100px;
}

.image-work.multi>div {
    position: relative;
    width: 50%;
    height: auto;
    transition: all 250ms;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    -o-transition: all 250ms;
}

.image-work.multi .img-1 {
    margin-left: 12.5%;
}

.image-work.multi .img-2 {
    margin-top: -37.5%;
    margin-left: 37.5%;
}


.image-work.multi:first-child .img-1 {
    transform: perspective(1000px) rotateY(15deg);
}

.image-work.multi:first-child .img-2 {
    transform: perspective(1000px) rotateY(-15deg);
}

.image-work.multi:nth-child(2n + 3) .img-1 {
    transform: perspective(1000px) rotateY(15deg);
}

.image-work.multi:nth-child(2n + 3) .img-2 {
    transform: perspective(1000px) rotateY(15deg);
}

.image-work.multi:nth-child(2n + 2) .img-1 {
    transform: perspective(1000px) rotateY(-15deg);
}

.image-work.multi:nth-child(2n + 2) .img-2 {
    transform: perspective(1000px) rotateY(-15deg);
}

.image-work.multi .img-fluid {
    width: 100%;
    height: auto;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
}

.image-work.single .img-fluid {
    width: 75%;
    height: auto;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
}

ul.prev-nex-btn {
    margin: 50px 0;
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: #1d1d1d;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

.preloader img {
    width: 150px;
    height: 150px;
}


@media (max-width: 575px) {

}

