body {
    margin:0 auto;
    background-color:#000;
}
a {
    text-decoration:none;
    color:inherit;
}
ul {
    list-style:none;
    padding:0;
}
.social {
    width:auto;
    display:inline-block;
    text-decoration:none;
    list-style:none;
}
    .social li {
        display:inline-block;
        margin:0 10px;
    }
    .social a i {
        color:#fff;
        font-size:25px;
    }

.sag {
    text-align: right;
}
.hdrlnk {
    color:#fff;
}
.hdrlnk, .langdrop, .hamburger {
    display: inline-block;
}
header {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
}
.bgkoyana {
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}
.slogan {
    position: absolute;
    bottom: 30%;
    left: 0;
    text-align: center;
    width: 100%;
    color: #fff;
    font-family: "Rokkitt", serif;
}
    .slogan h1 {
        font-size: 5rem;
    }
    .slogan p {
        font-size: 3rem;
        margin: 1rem 0 2rem;
        letter-spacing: 7px;
    }
/**/
.button_container {
    cursor: pointer;
    z-index: 100;
    transition: opacity .25s ease;
    right: 10px;
}

    .button_container:hover {
        opacity: .7
    }

    .button_container.active .top {
        transform: translateY(15px) translateX(0) rotate(45deg);
        top: 0;
        width: 100%
    }

    .button_container.active .middle {
        opacity: 0
    }

    .button_container.active .bottom {
        transform: translateY(-7px) translateX(0) rotate(-45deg);
        top: 22px
    }

    .button_container span {
        background: #000;
        border: none;
        height: 2px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: all .35s ease;
        cursor: pointer;
        color: #000
    }

        .button_container span.menutext {
            top: -20px;
            font-size: 13px;
            height: 0
        }

        .button_container span:nth-of-type(2) {
            top: 8px;
            width: 75%
        }

        .button_container span:nth-of-type(3) {
            top: 16px;
            width: 49%
        }

.overlay {
    position: fixed;
    background: rgba(255, 255, 255, .4);
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden
}

    .overlay.open {
        opacity: 1;
        visibility: visible;
        height: 100vh;
        z-index: 99;
    }

        .overlay.open li {
            animation: fadeInRight .5s ease forwards;
            animation-delay: .35s
        }

            .overlay.open li:nth-of-type(2) {
                animation-delay: .4s
            }

            .overlay.open li:nth-of-type(3) {
                animation-delay: .45s
            }

            .overlay.open li:nth-of-type(4) {
                animation-delay: .5s
            }

    .overlay nav {
        position: relative;
        height: 100%;
        top: 0;
        font-size: 23px;
        text-align: right
    }

    .overlay ul {
        list-style: none;
        padding: 85px 20px 0;
        display: inline-block;
        position: relative;
        height: 100%;
        width: 400px;
        background-color: #122921;
        text-align: left;
        margin-top: initial;
    }

.ru .overlay ul {
    width: 400px;
}

.overlay ul li {
    display: block;
    height: 40px;
    min-height: 17px;
    position: relative;
    text-transform: uppercase;
    opacity: 0
}

    .overlay ul li a {
        display: block;
        position: relative;
        color: #fff;
        text-decoration: none;
        overflow: hidden;
        font-size: 20px;
        font-weight: 500
    }

        .overlay ul li a:lang(ru) {
            font-size: 19px;
        }

        .overlay ul li a:active:after, .overlay ul li a:focus:after, .overlay ul li a:hover:after {
            width: 100%
        }

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%
    }

    100% {
        opacity: 1;
        left: 0
    }
}
/**/
.bgimg {
background-image:url(../images/dots.png);
background-repeat:no-repeat;

}
.bgimgrght {
    background-position: 55% 91%;
}
.bgimgleft {
    background-position: 4% 91%;
}
.mw {
    max-height:90%;
}
.hizmetleryazi {
    font-size: 64px;
    color: #fff;
    font-family: "Rokkitt", serif;
    line-height: 60px;
}
.btn {
    background-color: #122921;
    color:#fff;
}
.ct {
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
}

    .ctcntr {
        position: absolute;
        left: 20px;
        top: 20px;
    }
.ct:nth-child(2) .ctcntr {
    position: absolute;
    left: 20px;
    top: initial;
    bottom:20px;
}
.ctname, .ctozet {
    color: #fff;
}
.snt {
    height:248px;
    background-size: contain;
    background-repeat: no-repeat;
}
.sntcntr {
    position: absolute;
    bottom: 20px;
    left: 5px;
    width: 90%;
    color: #fff;
}
.sntname {
    background-color: #fff;
    color: #000;
    font-size: 14px;
    padding: 5px 10px;
}
.sntozet {
    font-size: 11px;
    margin-bottom: 5px;
}
.sntcdty {
    font-size:30px;
    color:#fff;
}
.prj {
    height: 435px;
    background-repeat: no-repeat;
    background-size: contain;
}
.prjname {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-family: "Rokkitt", serif;
    display: block;
}
.prjcntr {
    color: #fff;
    padding: 15px;
    background-size: cover;
}
.prjozet {
    position: absolute;
    width: 90%;
    top: 55px;
    font-size: 13px;
}
.prjx:nth-child(2) .prjcntr .prjozet {
    position: absolute;
    bottom: 20px;
    top:initial;
        font-size: 13px;
}
.footer {
    background-color:#000;
    color:#fff;
}
.cr {
    background-color: #122921;
    color:#fff;
}
.prjs {
    background-color: #122921;
}
.detayowl .item {
    display: flex;
    flex-wrap: wrap;
}
.detaysliderimg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 70vh;
    display: inline-block;
    width: 100%;
}
.back-cover {
    background-size: cover;
    background-position: center;
}
.detayowl .item a {
    display: inline-block;
    flex: 1;
}
.lora, .dtytxt {
    color: #fff;
}
.sub-galeri-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 200px;
    display: inline-block;
    width: 100%;
}
#galerikategoriGlr li {
    display: inline-block;
    margin: 0 5px;
    background-color: #122921;
    padding: 10px;
    color: #fff;
    cursor: pointer;
}
.sadecemobilgalerim {
    display: none;
    color: #b9945b;
    font-size: 15px;
    text-align: left;
    padding: 5px 0;
    margin: 10px;
    border-bottom: 1px solid #b9945b;
    cursor: pointer;
    width: 100%;
    float: left;
}
.bggetiroda2 {
    height: 160px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}



