﻿.owl-theme .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    margin-top: 40px;
}

.owl-nav {
    position: absolute;
    top: -130px;
    right: 55px;
    display: none;
}

.owl-theme .owl-nav [class*=owl-] {
    margin: 5px;
    padding: 4px 7px;
    display: inline-block;
    cursor: pointer;
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    padding: 4px !important;
    border: none;
    cursor: pointer;
    zoom: 1;
    background-color: transparent;
}

    .owl-theme .owl-dots .owl-dot span {
        width: 17px;
        height: 17px;
        border: 1px solid #aaa;
        display: block;
        -webkit-backface-visibility: visible;
        transition: .2s ease;
        border-radius: 30px;
    }

    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        width: 24px;
        height: 24px;
        border: none;
        background: #683026;
    }

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    /*z-index: 1.i*/
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
        touch-action: manipulation;
        -moz-backface-visibility: hidden
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0,0,0)
    }

    .owl-carousel .owl-item, .owl-carousel .owl-wrapper {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0)
    }

    .owl-carousel .owl-item {
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-touch-callout: none
    }

    .no-js .owl-carousel, .owl-carousel.owl-loaded {
        display: block
    }

    .owl-carousel .owl-prev {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 45px;
        height: 45px;
        border-radius: 100vw !important;
        transition: ease 0.4s;
        border: none;
        background: #683026 url(../../images/oval-link-icon-prev.svg) no-repeat center center;
        background-size: 15px;
    }

    .owl-carousel .owl-next {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 45px;
        height: 45px;
        border-radius: 100vw !important;
        transition: ease 0.3s;
        border: none;
        background: #683026 url(../../images/oval-link-icon.svg) no-repeat center center;
        background-size: 15px;
    }

    .owl-carousel .owl-prev span {
        display: none;
    }

    .owl-carousel .owl-next span {
        display: none;
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block
    }

    .owl-carousel.owl-hidden {
        opacity: 0
    }

    .owl-carousel.owl-refresh .owl-item {
        visibility: hidden
    }

    .owl-carousel.owl-grab {
        cursor: move;
        cursor: grab
    }

    .owl-carousel.owl-rtl {
        direction: rtl
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right
        }

    .owl-carousel .animated {
        animation-duration: 1s;
        animation-fill-mode: both
    }

    .owl-carousel .owl-animated-in {
        z-index: 0
    }

    .owl-carousel .owl-animated-out {
        z-index: 1
    }

    .owl-carousel .fadeOut {
        animation-name: fadeOut
    }

    .owl-carousel .owl-nav button.owl-next:hover {
        opacity: .8;
    }

    .owl-carousel .owl-nav button.owl-prev:hover {
        opacity: .8;
    }

.sld {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}



.sldImg {
    width: 100%;
    height:100vh;
    object-fit:cover;
}

.sld Img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}



#dSld {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000 url("../../Images/bg-img-1.jpg") scroll right right;
    background-size: cover;
}

#dSldBlack {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  /*  background: #000 url("../../Images/black.jpg") no-repeat scroll center center;
    background-size: cover;*/
}

#dSldOps {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.1);
    z-index: 2;
}

#dDefRdDamga {
    position: fixed;
    width: 90px;
    height: 90px;
    bottom: 20px;
    left: 20px;
    transition: 0.5s ease;
}

.cRd {
    position: fixed;
    width: 70px;
    height: 235px;
    top: 50%;
    left: 0;
    margin-top: -117px;
    transition: 0.5s ease;
    z-index: 998;
}

.cRdLk1 {
    float: left;
    width: 50px;
    height: 60px;
    background: transparent url("../../Images/rd1.png") no-repeat scroll center center;
    cursor: pointer;
    transition: 0.5s ease;
    margin: 0 0 0 15px;
    background-color: rgba(000,000,0,0.5);
}

.cRdLk2 {
    float: left;
    width: 50px;
    height: 50px;
    background: transparent url("../../Images/rd2.png") no-repeat scroll center center;
    cursor: pointer;
    transition: 0.5s ease;
    /*margin: 2px 0 0 15px;*/
    margin: 10px 0 0 15px;
    background-color: rgba(000,000,0,0.5);
}

.cRdLk3 {
    float: left;
    width: 50px;
    height: 50px;
    background: transparent url("../../Images/rd3.png") no-repeat scroll center center;
    cursor: pointer;
    transition: 0.5s ease;
    margin: 10px 0 0 15px;
    background-color: rgba(000,000,0,0.5);
}

.cRdLk4 {
    float: left;
    width: 50px;
    height: 50px;
    background: transparent url("../../Images/rd4.png") no-repeat scroll center center;
    cursor: pointer;
    transition: 0.5s ease;
    margin: 10px 0 0 15px;
    background-color: rgba(000,000,0,0.5);
}

.cRdLkHr1 {
    position: absolute;
    width: 35px;
    height: 1px;
    border-top: 1px solid #fff;
    margin: 30px 0 0 -30px;
}

.cRdLkHr2 {
    position: absolute;
    width: 35px;
    height: 1px;
    border-top: 1px solid #fff;
    margin: 30px 0 0 -30px;
}

.cRdLkHr3 {
    position: absolute;
    width: 35px;
    height: 1px;
    border-top: 1px dotted #827166;
    border-top: 1px solid #fff;
    margin: 26px 0 0 -30px;
}

.cRdLkHr4 {
    position: absolute;
    width: 35px;
    height: 1px;
    border-top: 1px dotted #827166;
    border-top: 1px solid #fff;
    margin: 25px 0 0 -30px;
}

.cRdLk1MenuCon1 {
    position: absolute;
    width: 300px;
    height: 300px;
    margin: 14px 0 0 100px;
}

.cRdLk1MenuCon2 {
    position: absolute;
    width: 300px;
    height: 300px;
    margin: 14px 0 0 -280px;
}

.cRdLkAnaBs {
    float: left;
    width: 100%;
    font-family: SofiaProBlack;
    font-size: 26px;
    color: #fff;
}

.cRdLkBs {
    float: left;
    width: 100%;
    font-family: Halifax-Medium;
    color: #ff0;
    font-size: 18px;
}

.cRdLkAltBs {
    float: left;
    width: 100%;
    font-family: Halifax-Medium;
    color: #ff0;
    font-size: 18px;
    margin-top: 3px;
}

#dDfCp {
    position: absolute;
    right: 25px;
    bottom: 25px;
    font-family: SofiaProRegular;
    font-size: 13px;
    color: #fff;
}

    #dDfCp a {
        text-decoration: none;
        color: #fff;
    }

.cDfCpLogo {
    position: absolute;
    width: 17px;
    margin: -7px 0 0 -22px;
}

#dDfLt {
    position: absolute;
    left: 42px;
    bottom: 25px;
    font-family: SofiaProBold;
    font-size: 14px;
    color: #bebdbd;
}

/*#dSnCon {
    position: absolute;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    z-index: 1;
    border-radius: 40px;
    bottom: 25px;
    left: 30px;
    transform: rotate(170deg);
}

#dSnConHr {
    position: absolute;
    width: 65px;
    height: 1px;
    transition: 0.5s ease;
    border-top: 1px solid #979797;
    margin: 20px 0 0 -12px;
}*/

#dDefLeft {
    position: absolute;
    bottom: 10px;
    left: 160px;
    height: 39px;
    font-family: SofiaProRegular;
    font-size: 13px;
    color: #fff;
    cursor: pointer;
}

    #dDefLeft img {
        position: absolute;
        margin: -16px 0 0 -40px;
    }

.cPageImg {
    float: left;
    width: 100%;
    height: 75vh;
    overflow: hidden;
}

    .cPageImg img {
        width: 100%;
    }

.cPageTitle {
    margin: 100px auto 70px auto;
    width: 83.5%;
    font-size: 11px;
    font-family: Halifax-Medium;
    color: rgb(51, 51, 51);
}

.cPrjAllCon {
    margin: 0 auto;
    width: 86%;
}

.cPrjRsmCon {
    float: left;
    padding: 1.5%;
    width: 30.3%;
}

/*.cPrjRsm {
    float: left;
    width: 100%;
    height: 205px;
    overflow: hidden;
}*/

.cPrjRsm {
    float: left;
    width: 100%;
    overflow: hidden;
}

.cPrjRsmCon img {
    width: 100%;
    height: auto;
    transition: all .60s;
}

/*.cPrjRsmCon img {
    width: 100%;
    min-height: 240px;
    transition: all .60s;
}*/

.cPrjRsmCon:hover img {
    transform: scale3d(1.05, 1.05, 1.05);
    transition: all .60s;
}

.cPrjName {
    float: left;
    width: 100%;
    font-family: Libertad-Bold;
    font-size: 13px;
    color: #000;
    text-transform: uppercase;
    margin-top: 10px;
}

.cPrjTarih {
    float: left;
    width: 100%;
    font-family: Libertad-Bold;
    font-size: 12px;
    color: #808080;
    text-transform: uppercase;
    margin-top: 5px;
    letter-spacing: 1px;
}

/*.cPrjDtyXlImg {
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: #000;
    overflow: hidden;
}

    .cPrjDtyXlImg img {
        position: absolute;
        width: 100%;
        height: 100vh;
    }
*/

.mousePageImg {
    position: absolute;
    width: 100%;
    top: 65vh;
    z-index: 1;
}

.mouse {
    position: absolute;
    width: 100%;
    bottom: 50px;
    z-index: 1;
}

.mouse-icon {
    width: 25px;
    height: 45px;
    border: 2px solid #fff;
    border-radius: 15px;
    cursor: pointer;
    margin: 0 auto;
}

.mouse-wheel {
    height: 6px;
    margin: 2px auto 0;
    display: block;
    width: 3px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-animation: 1.6s ease infinite wheel-up-down;
    -moz-animation: 1.6s ease infinite wheel-up-down;
    animation: 1.6s ease infinite wheel-up-down;
}

@-webkit-keyframes wheel-up-down {
    0% {
        margin-top: 2px;
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    100% {
        margin-top: 20px;
        opacity: 0;
    }
}

@-moz-keyframes wheel-up-down {
    0% {
        margin-top: 2px;
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    100% {
        margin-top: 20px;
        opacity: 0;
    }
}

@keyframes wheel-up-down {
    0% {
        margin-top: 2px;
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    100% {
        margin-top: 20px;
        opacity: 0;
    }
}

.cPrjDtyTopInfo {
    width: 100%;
    padding: 70px 1.5% 35px 1.5%;
    font-family: Halifax-Medium;
    font-size: 12px;
    color: #333333;
}

.cPrjDtyInfo {
    position: relative;
    width: 100%;
}

.cPrjDtyInfoLeft {
    float: left;
    width: 47%;
    padding: 0 1.5% 0 1.5%;
}

.cPrjDtyInfoRight {
    float: left;
    width: 47%;
    padding: 0 1.5% 0 1.5%;
}

.cPrjDtyInfoBs {
    float: left;
    width: 100%;
    font-family: Halifax-Medium;
    font-size: 21px;
    margin-bottom: 1em;
    color: #333333;
    text-transform: uppercase;
}

.cPrjDtyInfoDty {
    float: left;
    width: 100%;
    font-family: Halifax-Medium;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 1em;
    color: #333333;
    text-transform: uppercase;
}

.cPrjBotInfo {
    float: left;
    width: 97%;
    font-family: Halifax-Medium;
    font-size: 15px;
    color: #333333;
    text-align: center;
    padding: 0 1.5% 0 1.5%;
    margin: 150px 0 50px 0;
}

.cPrjBotInfoHr {
    margin: 0 auto;
    width: 40%;
    border-bottom: 1px solid #333333;
    padding-bottom: 25px;
}

.cIletisimLeft {
    float: left;
    width: 30%;
    height: 80%;
    padding: 10%;
}

.cIletisimInfo {
    float: left;
    width: 100%;
    font-family: Halifax-Medium;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 1em;
    color: #333333;
}

.cIletisimRight {
    float: right;
    width: 50%;
    height: 100vh;
}

.cTel {
    text-decoration: none;
    color: #333333;
}

.cIletisimBold {
    font-family: Halifax-Medium;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 1em;
    color: #000;
}

#dKurumsalTextCon {
    width:65%;
    position: absolute;
    color: #fff;
    margin:50px 0 0 18%;
}

#dKurumsalTextBaslik {
    width:100%;
    font-family: SofiaProBold;
    font-size: 33px;
    background-color: transparent;
    color: #fff;
    text-shadow: 0 0 1px #000, 0 0 5px #000;
}

#dKurumsalTextDetay {
    width: 100%;
    font-family: SofiaProRegular;
    font-size: 17px;
    background-color: transparent;
    color: #fff;
    text-shadow: 0 0 1px #000, 0 0 5px #000;
}


@media screen and (min-width: 0px) and (max-width: 992px) {
    #dSldMobil {
        display: none;
    }

    #dDefLeft {
        left: 55px;
        bottom: 50px;
    }

    #dDefRdDamga {
        display: none;
    }

    #dDfCp {
        right: auto;
        left: 40px;
        font-size: 13px;
        bottom: 20px;
    }

    .cPrjRsmCon {
        width: 47%;
    }

    .cPrjDtyInfoLeft {
        width: 97%;
    }

    .cPrjDtyInfoRight {
        width: 97%;
    }

    .cIletisimLeft {
        padding: 10%;
        width: 97%;
        padding: 15% 1.5% 0 1.5%;
        text-align: center;
    }

    .cIletisimRight {
        width: 97%;
        padding: 0 1.5% 0 1.5%;
    }
}

@media screen and (min-width: 0px) and (max-width: 460px) {
    .cPrjRsmCon {
        width: 100%;
    }
}
