﻿body {
    background: #EFF4F4;
    background: var(--back);
    overflow: hidden;
}

.pkd1 {
    /*max-height: 30px;*/
    /*    position: absolute;
    top: 32px;
    left: 60px;*/
    margin-bottom: 30px;
}

.pkd2 {
    /* padding-top: 35px; */
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 85%;
    color: #121212;
    overflow: hidden;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pkd2 {
    width: 75%;
    height: 500px;
    width: 85%;
    color: #121212;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
    .pkd2 h2 {
        font-weight: 700
        /*        color: #a28c6d;
        font-style: italic;
        font-size: 1.75em;
        margin-top: 45px;
        font-family: 'Anton', sans-serif;*/
    }

    .pkd2 p {
        /*        color: #505d68;
        font-weight: bold;
        font-family: 'Roboto Mono', monospace;
        margin-bottom: 5px;
        font-size: 15px;*/
    }


    .pkd2 i {
        /*color:#ff0000;*/
    }

    .pkd2 ul {
    }

    .pkd2 li {
        text-align: left;
        display: block;
        padding: 3px 0px;
        font-weight: 600;
        /*     border-bottom: 1px dotted silver;*/
    }

    .pkd2 b {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 60%;
        flex: 1 1 60%;
        width: 75%;
        font-weight: 700;
    }

        .pkd2 b:after {
            content: "";
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 1;
            -ms-flex: 1 1 5%;
            flex: 1 1 5%;
            margin: 0 .5ch;
            border-bottom: 1px solid #cbd2c5;
        }

    .pkd2 span {
        float: right;
        width: 25%;
        text-align: left;
        margin-top: -22px;
    }

.pkd2a {
    color: #677c7b;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    line-height: 35px;
    border-bottom: 1px solid #efefef;
    display: block;
    cursor: pointer;
    transition: .2s all;
    text-decoration: none;
}

    .pkd2a:hover {
        font-weight: 700;
        font-size: 15px;
    }

.pkd3 {
    /*            padding-top: 50px;
            padding-left: 90px;*/
    /*        padding-top: 65px;
        padding-left: 30px;*/
    padding: 0 60px;
    overflow:hidden;
    /*padding:0;*/
}



.pkd4 {
    /*        text-transform: uppercase;
        color: #a28c6d;
        fill: #a28c6d;
        text-align: center;
        border: 1px solid #74c391;
        box-sizing: border-box;
        position: relative;
        font-weight: bold;
        transition: background .3s ease,color .3s ease;
        padding: 16px;
        margin-top: 50px;
        display: inline-block;
        text-decoration: none;
        font-size: 18px;*/
    /*text-transform: uppercase;
    color: #ffffff;*/
    /* fill: #a28c6d; */
    /*text-align: center;
    border: 1px solid #f0f0f0;
    box-sizing: border-box;
    position: relative;
    font-weight: bold;
    transition: background .3s ease,color .3s ease;
    padding: 16px;
    margin-top: 20px;
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    background-color: #74c391;*/
}

    .pkd4:hover {
        color: #74c391;
        background-color: #fff;
    }

    .pkd4::before {
        display: block;
        content: "";
        box-sizing: border-box;
        right: 0.3125em;
        left: 0.3125em;
        top: 0.3125em;
        bottom: 0.3125em;
        position: absolute;
        border: 1px solid #74c391;
        z-index: -1;
    }

    .pkd4:hover:before {
        background: #74c391;
        transition: background .3s ease;
    }

.pkd5 {
    position: absolute;
    bottom: 13%;
    left: 50%;
    transform: translate(-50%, 50%);
}

    .pkd5 img {
        display: block;
        width: 150px;
    }

.pkd6 {
    height: calc(100vh - 165px);
    background-color: #fff;
    /*padding-top: 15px;*/
    padding-left: 0;
    padding-bottom: 0px;
    border-radius: 17px;
    position: relative;
    /*display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    justify-content: space-between;*/
}


.pkd7 {
    /*left: 10px;
        right: 0;
        top: 0%;
        position: absolute;*/

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 75%;
    color: #121212;
}

    .pkd7 h2 {
        font-size: 23px;
        text-align: center;
        background-color: #fff;
        padding: 10px 5px;
    }


    .pkd7 ul {
        padding: 0px;
        margin: 0px;
    }

    .pkd7 li {
        padding: 0px;
        margin: 0px;
        border-radius: 0px;
        margin: 0px;
    }

    .pkd7 a {
        text-decoration: none;
        height: 65px;
        width: 100px;
        display: block;
        text-align: center;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        color: #a28c6d;
        font-family: 'Anton', sans-serif;
        text-align: center;
        font-weight: bold;
        font-size: 45px;
        transition: color .3s ease,transform .3s ease;
        margin: 0px auto;
    }

        .pkd7 a:hover {
            transform: scale(0.7);
            color: #f2776a !important;
            transition: color .2s ease,transform .2s ease !important;
            border: 1px solid #f2776a;
        }

    .pkd7 h4 {
        color: #000;
        font-size: 33px;
        text-align: center;
        /* border-bottom: 1px solid; */
        display: inline-block;
        padding: 0px 10px 0px 1px;
        font-weight: bold;
    }

    .pkd7 h5 {
        color: #515151;
        font-size: 26px;
        text-align: center;
        /* border-bottom: 1px solid; */
        display: inline-block;
        padding: 10px 10px 5px 1px;
    }

    .pkd7_sec, .pkd7 a:hover .pkd7_sec {
        transform: scale(1) !important;
        color: #f2776a !important;
        transition: color .2s ease,transform .2s ease !important;
        border: 1px solid #f2776a;
    }

    .pkd7 ul {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .pkd7 li {
        text-align: left;
        display: block;
        padding: 5px 0px;
        font-weight: 600;
        border-bottom: 1px dotted var(--renk);
        background: var(--back);
        padding: 0;
        display: flex;
        /*flex-direction: column-reverse;*/
        justify-content: center;
        align-items: center;
        /*border-right: 1px solid var(--renk);*/
    }

    .pkd7 b {
        display: -webkit-box;
        display: -ms-flexbox;
        /* display: flex
; */
        /* -webkit-box-flex: 1; */
        -ms-flex: 1 1 60%;
        /* flex: 1 1 60%; */
        /* width: 70%; */
        /* font-weight: 700; */
        text-transform: uppercase;
        font-weight: 500;
        font-size: 17px;
        flex: 1;
        border-right: 1px solid #cbd2c5;
        padding: 20px 15px;
        width: 50%;
    }

        .pkd7 b:after {
            content: "";
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 1;
            -ms-flex: 1 1 5%;
            flex: 1 1 5%;
            margin: 0 .5ch;
            border-bottom: 1px solid #cbd2c5;
            display: none;
        }

    .pkd7 span {
        float: right;
        /* width: 30%; */
        /* text-align: right; */
        /* margin-top: -22px; */
        flex-grow: 1;
        font-size: 1.2rem;
        text-align: center;
        line-height: 0.8;
        /* margin-top: 9px; */
        /*margin-bottom: 20px;*/
        white-space: nowrap;
        font-weight: 600;
        flex: 1;
        padding: 20px 15px;
        width: 50%;
    }


.pkd8 {
    height: calc(100vh - 45px);
    background-color: #fff;
    padding-top: 75px;
    padding-left: 25px;
    padding-bottom: 0px;
}

.cl45 {
    padding: 0 30px 30px 30px;
}

#imgProje {
    /*    width: 100% !important;*/
    max-width: 100% !important;
    height: auto !important;
    max-height: 400px !important;
}

table {
    padding: 1px 3px 1px 5px;
}

a {
    outline: none;
}



.cl48 {
    padding: 0;
    background: #d30724;
    border-radius: 25px;
    color: #fff;
    border-radius: 35px;
    padding-right: 25px;
    position: relative;
    float: right;
    text-decoration: none;
    margin-right: 80px;
    font-weight: 600;
}

    .cl48 i {
        border-radius: 50%;
        margin-right: 10px;
        background: #0e0e0e;
        display: inline-block;
        padding: 20px;
        color: #fff;
        font-size: 18px;
    }

.cl49 {
    /*height: calc(100vh - 130px);*/
    position: relative;
    height: calc(100vh - 165px);
    /* height: calc(100vh - 223px);
    border-radius: 12px;
    background-color: #fff;*/
}

.cl049 {
    min-height: calc(100vh - 165px);
    border-radius: 17px;
    background-color: #fff;
}

.cl50 {
    /*position: absolute;*/
    /* width: 55px; */
    /* z-index: 900; */
    /* top: 0px; */
    /* left: 0px; */
    bottom: 10px;
    width: 100%;
    text-align: center;
    /*margin-top: 25px;*/
}

.cl51 {
    /*padding-top: 20px;*/
    margin-top: 75px;
}

    .cl51 b {
        display: block;
        padding-bottom: 0px;
        font-size: 13px;
        margin-bottom: 3px;
        color: #797979;
    }

    .cl51 ul {
    }

    .cl51 li {
        display: inline-block;
    }

    .cl51 a {
        font-size: 24px;
        padding: 0px 5px;
        text-decoration: none;
        color: #454545;
        font-weight: 700;
    }


/*.cl52 {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
}

    .cl52 a {
        color: #000;
        text-decoration: none;
        border: 1px solid silver;
        padding: 10px;
        border-radius: 50px;
        text-align: center;
    }

        .cl52 a:hover {
            background-color: silver;
        }

.cl53 {
    font-weight: 700;
    text-align: center;
    width: 40px;
    display: inline-block;
    font-size: 25px;
}*/

.cl30 {
    height: calc(100vh - 165px);
    border-radius: 17px;
    background-color: #fff;
    border-left: none;
}
#imgProje {
    /*max-height: 450px !important;*/
}

.pan-x02 {
    overflow: hidden !important;
}

.pkd7 b {
    padding: 25px 15px;
}

.orta1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 75%;
    color: #121212;
}

.cl51 {
    /* padding-top: 20px; */
    margin-top: 10px;
}

#imgProje2 {
    /*  left: 50%;
    transform: translateX(-50%);*/
    max-width: 120% !important;
    height: auto !important;
    max-height: 400px !important;
}
.orta1 {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* height: calc(100vh - 95px); */
    height: calc(100vh - 250px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 75%;
    color: #121212;
}
.call-button {
    position: fixed;
    right: 60px;
    bottom: 40px;
    width: 55px;
    height: 55px;
    background-color: #a99b8c33; /* Ortadaki koyu yeşil daire */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 18px;
    cursor: pointer;
}

.call-button2 {
    width: 40px;
    height: 40px;
    background-color: var(--renk); /* Ortadaki koyu yeşil daire */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 24px;
    cursor: pointer;
}

.call-button::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid var(--renk); /* Dıştaki açık daire */
    animation: pulse 2s infinite;
    z-index: -1;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }

    40% {
        /*hızlı yayılma*/
        transform: scale(1.6);
        opacity: 0;
    }

    100% {
        /*kalan sürede bekleme efekti*/
        transform: scale(1.6);
        opacity: 0;
    }
}

.ekatsol1 {
    color: #000;
    font-size: 21px;
    text-align: end;
    width: 100%;
    /*padding-right: 20px;*/
}
    .ekatsol1 a {
        color: #000;
        /*background: #efefef;*/
        box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
        padding: 10px;
        border-radius: 5px;
    }
@media (min-width:900px) and (max-width:1400px) {
}


/* Tablet için 1024 altı */
@media (min-width:769px) and (max-width: 1025px) {
    .pkd7 span, .pkd7 b {
        font-size: 16px;
        padding: 10px;
    }

    .pkd7 {
        margin-top: 15px;
    }
}
@media only screen and (max-width: 768px) {

    .pkd1 {
      /*  max-width: 140px;
        margin-bottom: 15px;*/
        /*display: none;*/
    }

    .pkd2 {
        padding-top: 15px;
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        width: 100%;
    }

        .pkd2 li {
            text-align: left;
            display: block;
            padding: 3px 0px;
            font-weight: 600;
            /* border-bottom: 1px dotted silver; */
            padding-left: 50px;
        }

    .pkd4 {
        text-transform: uppercase;
        color: #ffffff;
        /* fill: #a28c6d; */
        text-align: center;
        border: 1px solid #f0f0f0;
        box-sizing: border-box;
        position: relative;
        font-weight: bold;
        transition: background .3s ease, color .3s ease;
        padding: 5px 10px;
        margin-top: 10px;
        display: inline-block;
        text-decoration: none;
        font-size: 15px;
        background-color: #74c391;
        margin-bottom: 10px;
    }

    .pkd4M {
        position: absolute;
        z-index: 999;
        top: 75px;
        font-size: 23px;
    }

    .pkd6 {
        height: auto;
        /*background-color: var(--back);*/
        padding-top: 0px;
        padding-left: 0px;
        padding-bottom: 0px;
        text-align: center;
        margin-top:25px;
        margin-bottom:25px;
    }

    .pkd7 {
        position: relative;
        top: 0px;
        left: 0px;
        transform: none;
        text-align: center;
        width: 100%;
        border: 1px dotted var(--renk);
    }

        .pkd7 li {
            padding: 0px;
            margin: 0px;
            border-radius: 0px;
            margin: 0px;
            /*display: inline-block;*/
        }

        .pkd7 h4 {
            font-size: 23px;
            padding: 0px 0px 0px 0px;
            margin-bottom: 1px;
        }

        .pkd7 h5 {
            font-size: 16px;
            text-align: center;
            display: inline-block;
            padding: 0px 0px 0px 0px;
        }

        .pkd7 h4, .pkd7 h5 {
            display: block;
        }




    .cl45 {
        padding: 0px 0px;
        position: relative;
        margin-top: 15px;
        top: inherit;
        left: inherit;
        transform: none;
        margin-bottom: 30px;
    }
    .pkd2{
        height:auto;
        margin-bottom:50px;
    }

    .pkd2 p {
        margin-bottom: 0px;
    }

    .pkd2a {
        line-height: 30px;
        font-size: 14px;
    }

    #social-sidebar {
        right: 0px;
        position: relative;
        top: 0;
        z-index: 900;
        border-left: 1px solid silver;
        height: 100vh;
        padding-top: 0px;
        background-color: #fff;
        height: auto;
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
    }

        #social-sidebar li {
            display: inline-block;
        }

        #social-sidebar span {
            display: none;
        }

    .pkd7 a {
        text-decoration: none;
        height: 33px;
        width: 30px;
        display: block;
        text-align: center;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-weight: bold;
        font-size: 25px;
        margin: 0px auto;
    }

    .cl30 {
        padding-bottom: 0px;
        margin-top: 25px;
        margin-bottom: 25px;
        height: auto;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        display:none;
    }
    .ekatbilgi5{
        margin-bottom:25px;
    }

    #imgProje {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
    }

    .cl49 {
        height: auto;
        position: relative;
        margin-top: 10px;
    }

    .solProjeResim img {
        max-width: 180px;
        height: auto;
        margin-top: 20px;
    }
    body{
        overflow:auto;
    }
    .pkd3{
        overflow:auto;
        padding:0 15px;
    }
    .orta1{
        position:relative;
        height:auto;
        transform:none;
        top:auto;
        left:auto;
        width:100%;
    }
    .call-button{
        right:10px;
        bottom:8px;
    }
    .cl049{
        height:100%;
        min-height:auto;
    }
    .mbpd1{
        width:100%;
    }
}

