
@font-face {
    font-family: 'Montserrat-Light';
    src: url(../fonts/Montserrat-Light.ttf);
    font-style: normal;
}

.ddss {
    filter: grayscale(1);
}

.ddsss {
    margin-top: 50px;
}

.ddsss2 {
    height: 16px;
    margin-top: -4px;
}

:root {
    --color-white: #ffffff;
    --color-koyu: #756a56;
    --color-acik: #8f8876;
    --color-siyah: #201f1b;
    --color-cizgi: #d1caba;
}

body {
    padding: 0;
    margin: 0;
    position: relative;
}

a {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding-left: 0;
}

i {
    font-family: fontawesome;
    font-style: normal;
}

p {
    margin-bottom: 0;
}

.lang {
}

.navigable {
    border-bottom: 1px solid var(--color-cizgi);
}

    .navigable .logo {
        height: 70px;
    }

    .navigable .navbar-nav {
        width: 80%;
        place-content: center;
    }

.carousel-control-next, .carousel-control-prev {
    z-index: 10;
}

.slider {
    margin: 50px 0;
}

    .slider img {
        /*filter: grayscale(1);*/
    }

    .slider .carousel-item {
        position: relative;
    }

        .slider .carousel-item h5 {
            font-size: 40px;
            color: var(--color-koyu);
        }


        .slider .carousel-item .logom {
            height: 100px;
            margin-top: 25px;
        }

    .slider .cizgi-top {
        width: 48%;
        height: 48%;
        right: 2%;
        border-bottom: 3px solid var(--color-white);
        border-right: 3px solid var(--color-white);
        position: absolute;
        z-index: 9;
        bottom: 2%;
    }

    .slider .cizgi {
        width: 48%;
        height: 48%;
        left: 2%;
        border-top: 3px solid var(--color-white);
        border-left: 3px solid var(--color-white);
        position: absolute;
        z-index: 9;
        top: 2%;
    }

    .slider .carousel-caption {
        position: absolute;
        right: 15%;
        top: 40%;
        left: 15%;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: var(--color-white);
        text-align: center;
    }

    .slider .nav-link {
        color: var(--color-siyah);
    }

.navigable .nav-link {
    color: var(--color-koyu);
    font-size: 1.1rem;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-right: 20px;
}

    .navigable .nav-link:hover {
        color: var(--color-siyah);
    }

.navigable .nav-item .active {
    color: var(--color-siyah);
}

.navbar-text {
    width: 20%;
}

    .navbar-text i {
        margin-right: 10px;
        color: var(--color-koyu);
        font-size: 18px;
    }

        .navbar-text i:hover {
            color: #8a915e;
        }

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: var(--color-white);
}

.carousel-indicators [data-bs-target] {
    border-bottom: 40px solid transparent;
}

.line {
    width: 100px;
    height: 2px;
    background-color: var(--color-cizgi);
    margin: 15px 0;
}

.sepector {
    background-color: #e8e7e3;
    width: 100%;
    height: 300px;
    text-align: center;
    align-content: center;
}

    .sepector h2 {
        font-size: 48px;
        font-family: "DM Sans", sans-serif;
        font-optical-sizing: auto;
        font-weight: 300;
        font-style: normal;
        color: #756a56;
    }


.operation {
    background-color: #f4f4ec;
    padding: 50px 0;
}

    .operation .sol {
        height: 370px;
        position: relative;
    }

    .operation .apostrofust {
        position: absolute;
        top: 37px;
    }

        .operation .apostrofust img {
            height: 28px;
        }


    .operation .apostrofalt {
        position: absolute;
        bottom: 47px;
        right: 222px;
    }

        .operation .apostrofalt img {
            height: 28px;
        }


    .operation .heading-title {
        color: var(--color-koyu);
        font-size: 2.5rem;
        text-align: center;
        margin-bottom: 40px;
    }

    .operation h1 {
        color: var(--color-koyu);
        font-size: 2.4rem;
        font-family: "DM Sans", sans-serif;
        font-weight: 400;
        font-style: normal;
    }

    .operation h6 {
        color: var(--color-acik);
        font-size: 1.5rem;
        font-family: "DM Sans", sans-serif;
        font-weight: 400;
        font-style: normal;
    }

    .operation p {
        color: var(--color-siyah);
        font-size: 20px;
        font-family: "DM Sans", sans-serif;
        font-weight: 300;
        font-style: normal;
        padding-right: 10%;
        text-indent: 40px;
    }

.what-we-do {
    padding: 50px 0;
    text-align: -webkit-center;
}


.what-we-do2 {
    padding: 50px 0 100px 0;
}

.what-we-do h6 {
    color: var(--color-koyu);
    font-size: 2.5rem;
    text-align: center;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.what-we-do p {
    color: var(--color-siyah);
    font-size: 20px;
    text-align: center;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
}




.cozumler {
    padding: 50px 0;
    background-color: #756a56;
}


    .cozumler h6 {
        color: #fff;
        font-size: 2rem;
        text-align: center;
        margin-bottom: 40px;
        font-family: "DM Sans", sans-serif;
        font-weight: 400;
        font-style: normal;
    }

    .cozumler .d-grid {
        text-align: center;
    }


        .cozumler .d-grid .imagehiz {
            height: 100px;
            margin-bottom: 20px;
        }

        .cozumler .d-grid i {
            font-size: 70px;
            color: #fff;
        }

        .cozumler .d-grid .itext {
            font-size: 1.7rem;
            color: #fff;
            font-family: "DM Sans", sans-serif;
            font-weight: 400;
            font-style: normal;
        }

.product {
    padding: 50px 0;
}

    .product h5 {
        text-align: center;
        color: var(--color-koyu);
        font-size: 2.5rem;
        margin-bottom: 30px;
        font-family: "DM Sans", sans-serif;
        font-weight: 400;
        font-style: normal;
    }


    .product .service-box-kk {
        width: 100%;
        /*background-color: #f4f4f2;*/
        margin-bottom: 20px;
        text-align: center;
        align-content: center;
        /*padding: 40px;*/
        overflow: hidden;
        position: relative;
        height: 20.8vw;
    }



        .product .service-box-kk .service-box {
            transform: scale(1.0);
            transition: 0.5s;
        }

        .product .service-box-kk .btna {
            margin-top: 20px;
        }

            .product .service-box-kk .btna a {
                border: 1.5px solid var(--color-koyu);
                color: var(--color-koyu);
                padding: 10px 20px;
                font-family: "DM Sans", sans-serif;
                font-weight: 400;
                font-style: normal;
                transition: 1.2s ease;
                backface-visibility: hidden;
            }

            .product .service-box-kk .btna:hover a {
                background-color: var(--color-koyu);
                color: var(--color-white);
            }



    .product .hizbox {
        position: relative;
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
        align-content: center;
        overflow: hidden;
        position: relative;
        background-color: #e8e7e3;
    }

    .product .imagehiz {
        opacity: 0.1;
        display: block;
        width: 100%;
        height: auto;
        transition: 1.5s ease;
        backface-visibility: hidden;
        height: 20.8vw;
        filter: grayscale(1);
    }

    .product .middle {
        transition: .5s ease;
        opacity: 1;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-align: center;
    }

    /*.product .middle2 {
        transition: .5s ease;
        opacity: 1;
        position: absolute;
        top: 50%;
        right: 27%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-align: center;
    }*/

    .product .middle2 {
        transition: .5s ease;
        opacity: 1;
        position: absolute;
        top: 0%;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        height: 100%;
    }


    .product .hizbox:hover .imagehiz {
        opacity: 0.7;
    }

    .product .hizbox:hover .middle {
        opacity: 1;
    }

    .product .hizbox:hover .middle2 {
        opacity: 1;
    }




    .product .service-box-image {
        overflow: hidden;
        width: 100%;
        transition: 0.5s;
        background-size: cover;
        background-image: url("../images/service-02.jpg");
    }

    .product .service-box-image6 {
        overflow: hidden;
        width: 100%;
        transition: 0.5s;
        background-size: cover;
        background-image: url("../images/service-06.jpg");
    }


    .product .service-box .res {
        height: 100px;
        margin-bottom: 10px;
    }

    .product .service-box h2 {
        font-size: 46px;
        color: var(--color-koyu);
        /*font-family: "DM Sans", sans-serif;
        font-weight: 400;
        font-style: normal;*/
        font-family: "DM Sans", sans-serif;
        font-optical-sizing: auto;
        font-weight: 300;
        font-style: normal;
    }

    .product .service-box h3 {
        font-size: 66px;
        color: var(--color-koyu);
        font-family: "Ms Madi", cursive;
        font-weight: 400;
        font-style: normal;
    }

    .product .service-box p {
        font-size: 16px;
        color: var(--color-acik);
        font-family: "DM Sans", sans-serif;
        font-weight: 300;
        font-style: normal;
    }

.insta {
    padding: 50px 0;
}

.footer {
    padding: 50px 0 15px 0;
}

    .footer .logof {
        height: 100px;
    }


    .footer ul {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: 40px;
        margin-bottom: 60px;
    }

.footerlogo {
    height: 30px;
}

.footer .nav-link {
    color: var(--color-koyu);
    font-size: 1.2rem;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-right: 20px;
}

.footer p {
    color: var(--color-siyah);
    font-size: 1rem;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-right: 20px;
}

.footer span {
    color: var(--color-siyah);
    font-size: 1rem;
    font-family: "DM Sans", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.beforeafter {
    padding: 50px 0;
}


.beer-slider {
    display: inline-block;
    letter-spacing: 1px;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
    width: 100%;
    border: 10px solid #f4f4ec;
}

    .beer-slider img {
        vertical-align: bottom;
    }

    .beer-slider > img {
        height: auto;
        max-width: 100%;
        width: 100%;
    }

.beer-reveal {
    bottom: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 50%;
    top: 0;
    transition: opacity 0.35s;
    z-index: 1;
}

    .beer-reveal > :first-child {
        max-width: none;
        width: 200%;
    }

    .beer-reveal img:first-child {
        height: auto;
    }

.beer-range {
    -webkit-appearance: slider-horizontal !important;
    -moz-appearance: none;
    bottom: 0;
    cursor: pointer;
    height: 100%;
    left: -1px;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -ms-touch-action: auto;
    touch-action: auto;
    width: calc(100% + 2px);
    z-index: 2;
}

    .beer-range:focus ~ .beer-handle {
        background: rgba(255, 255, 255, 0.85);
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    }

    .beer-range::-webkit-slider-thumb {
        height: 300vh;
        -webkit-appearance: none;
    }

    .beer-range::-moz-range-thumb {
        height: 300vh;
        -webkit-appearance: none;
    }

    .beer-range::-ms-tooltip {
        display: none;
    }

.beer-handle {
    background: #f4f4ec;
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0);
    color: #756a56;
    height: 48px;
    left: 50%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    transition: background 0.3s, box-shadow 0.3s, opacity 0.5s 0.25s;
    width: 48px;
    z-index: 2;
}

    .beer-handle:before,
    .beer-handle:after {
        border-left: solid 2px;
        border-top: solid 2px;
        content: '';
        height: 10px;
        position: absolute;
        top: 50%;
        transform-origin: 0 0;
        width: 10px;
    }

    .beer-handle:before {
        left: 10px;
        transform: rotate(-45deg);
    }

    .beer-handle:after {
        right: 0;
        transform: rotate(135deg);
    }

.beer-slider[data-beer-label]:after,
.beer-reveal[data-beer-label]:after {
    background: rgb(244 244 236);
    border-radius: 4px;
    content: attr(data-beer-label);
    font-size: 12px;
    line-height: 1;
    padding: 6px;
    position: absolute;
    top: 10px;
    color: #746a55;
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.beer-slider[data-beer-label]:after {
    right: 10px;
}

.beer-reveal[data-beer-label]:after {
    left: 10px;
}

.beer-slider[data-beer-label=""]:after,
.beer-reveal[data-beer-label=""]:after {
    content: none;
}

.beer-ready .beer-reveal,
.beer-ready .beer-handle {
    opacity: 1;
}

.clearfix {
    margin-bottom: 25px;
}

.contact {
    padding: 50px 0;
}

    .contact .bslk {
        font-size: 46px;
        color: var(--color-koyu);
        font-family: "DM Sans", sans-serif;
        font-optical-sizing: auto;
        font-weight: 300;
        font-style: normal;
    }

    .contact .bize {
        color: var(--color-koyu);
        font-family: "DM Sans", sans-serif;
        font-size: 18px;
        margin-top: 30px;
        border-bottom: 1px solid #e2e1dc;
        padding-bottom: 6px;
    }

    .contact form {
        margin-top: 10px;
    }

        .contact form .form-label {
            margin-top: 25px;
            color: var(--color-koyu);
            font-family: "DM Sans", sans-serif;
            font-size: 16px;
        }

    .contact iframe {
        margin-top: 25px;
    }


    .contact .bilgi {
        padding-top: 15px;
    }

        .contact .bilgi .uyebtn {
            justify-content: space-around;
            width: 100%;
            padding: 6px 5px;
            margin-top: 10px;
        }

            .contact .bilgi .uyebtn i {
                font-size: 16px;
                color: #5d594e;
            }

            .contact .bilgi .uyebtn p {
                font-size: 16px;
                text-align: left;
                color: var(--color-koyu);
                font-family: "DM Sans", sans-serif;
                font-optical-sizing: auto;
                font-weight: 500;
                font-style: normal;
                margin-bottom: 0;
                width: 95%;
            }

.btn-style-two {
    width: 100%;
    text-align: center;
    white-space: nowrap;
    color: var(--color-koyu);
    font-size: 16px;
    border-radius: 10px;
    background-color: #f4f4ec;
    font-weight: 700;
    padding: 8px 30px;
    border: 2px solid #f4f4ec;
    line-height: 30px;
    margin-top: 30px;
}

    .btn-style-two:hover {
        color: var(--color-koyu);
        background-color: transparent;
    }



.blog {
    padding: 50px 0;
}

    .blog .bslk {
        font-size: 46px;
        color: var(--color-koyu);
        font-family: "DM Sans", sans-serif;
        font-optical-sizing: auto;
        font-weight: 300;
        font-style: normal;
    }


    .blog .ss {
        padding: 50px 0 0 0;
    }


        .blog .ss .hb {
            margin-bottom: 40px;
        }

        .blog .ss h3 {
            font-family: "DM Sans", sans-serif;
            font-optical-sizing: auto;
            font-weight: 500;
            font-style: normal;
            font-size: 17px;
            color: var(--color-gray);
            margin-top: 10px;
            color: #756a56;
        }

        .blog .ss .tarih {
            font-family: "DM Sans", sans-serif;
            font-optical-sizing: auto;
            font-weight: 300;
            font-style: normal;
            font-size: 16px;
            color: #e8e7e3;
        }

        .blog .ss .incele {
            font-family: "DM Sans", sans-serif;
            font-optical-sizing: auto;
            font-weight: 300;
            font-style: normal;
            font-size: 17px;
            color: #5d594e;
        }


    .blog .bize h6 {
        color: var(--color-koyu);
        font-size: 28px;
        font-optical-sizing: auto;
        font-family: "DM Sans", sans-serif;
        font-weight: 500;
        font-style: normal;
    }

    .blog .bize p {
        color: var(--color-siyah);
        font-size: 17px;
        font-family: "DM Sans", sans-serif;
        font-weight: 400;
        font-style: normal;
        margin-bottom: 10px;
    }

    .blog .altbslk {
        color: var(--color-koyu);
        font-size: 22px;
        font-optical-sizing: auto;
        font-family: "DM Sans", sans-serif;
        font-weight: 500;
        font-style: normal;
        border-bottom: 1px solid #e2e1dc;
        padding-bottom: 6px;
        margin-bottom: 25px;
    }

.hizmetler {
    padding: 50px 0;
}

    .hizmetler h2 {
        font-size: 66px;
        color: var(--color-koyu);
        font-family: "DM Sans", sans-serif;
        font-optical-sizing: auto;
        font-weight: 300;
        font-style: normal;
    }

    .hizmetler .left-box {
        align-content: center;
        overflow: hidden;
        position: relative;
        height: 100%;
    }

        .hizmetler .left-box p {
            color: var(--color-siyah);
            font-size: 20px;
            font-family: "DM Sans", sans-serif;
            font-weight: 300;
            font-style: normal;
            padding-right: 10%;
        }

    .hizmetler .bottombox {
        padding: 20px 0;
        text-align: -webkit-center;
        width: 100%;
    }

        .hizmetler .bottombox h6 {
            color: var(--color-koyu);
            font-size: 2.5rem;
            text-align: center;
            font-family: "DM Sans", sans-serif;
            font-weight: 400;
            font-style: normal;
        }

        .hizmetler .bottombox p {
            color: var(--color-siyah);
            font-size: 20px;
            font-family: "DM Sans", sans-serif;
            font-weight: 300;
            font-style: normal;
            text-indent: 40px;
            margin-bottom: 20px;
        }



.gizlilik {
    padding: 50px 0;
}

    .gizlilik h5 {
        color: var(--color-koyu);
        font-size: 2.5rem;
        text-align: center;
        font-family: "DM Sans", sans-serif;
        font-weight: 400;
        font-style: normal;
    }

    .gizlilik h6 {
        color: var(--color-koyu);
        font-size: 1.7rem;
        font-family: "DM Sans", sans-serif;
        font-weight: 400;
        font-style: normal;
    }

    .gizlilik p {
        color: var(--color-siyah);
        font-size: 1.2rem;
        font-family: "DM Sans", sans-serif;
        font-weight: 400;
        font-style: normal;
        margin-bottom : 20px;
    }


    .gizlilik .ozs {
        color: var(--color-siyah);
        font-size: 1.2rem;
        font-family: "DM Sans", sans-serif;
        font-weight: 400;
        font-style: normal;
        width: 100%;
        text-align: justify;
    }

    .gizlilik li {
        color: var(--color-siyah);
        font-size: 1.2rem;
        font-family: "DM Sans", sans-serif;
        font-weight: 400;
        font-style: normal; 
    }

@media (min-width: 1921px) {
}


@media screen and (min-device-width: 1367px) and (max-device-width: 1537px) {
    .product .service-box-kk {
        padding: 10px 20px;
    }
}

@media screen and (min-width: 1201px) {
}

@media (max-width: 620px) {
    .sepector h2 {
        font-size: 29px;
    }

    .operation .sol {
        height: auto;
        margin-bottom: 50px;
    }

    .operation .apostrofust {
        top: -17px;
    }

    .operation .apostrofalt {
        bottom: -13px;
        right: 10px;
    }

    .product .imagehiz {
        height: auto;
    }

    .product .middle {
        height: 100%;
    }


    .product .service-box-kk {
        height: 100%;
    }

    .footer ul {
        display: grid;
    }


        .footer ul li {
            margin-bottom: 20px;
        }

    .insta img {
        margin-bottom: 20px;
    }

    .cozumler .d-grid .itext {
        margin-bottom: 50px;
    }

    .product .col-lg-8 img {
        height: 28vh !important;
    }

    .product .middle2 {
        width: 80%;
    }
    /*.product .middle2 {
        right: 0;
        height: 100%;
        left: 51%;
    }*/

    .product .service-box h2 {
        font-size: 37px;
    }
}
